/*@font-face {
  font-family: 'neu';
  src: url(../fonts/HelveticaNeueLTPro-Bd.ttf) format('truetype'), url(../fonts/HelveticaNeueLTPro-Bd.eot) format('eot'), url(../fonts/HelveticaNeueLTPro-Bd.woff) format('woff'), url(../fonts/HelveticaNeueLTPro-Bd.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'neu';
  src: url(../fonts/HelveticaNeueLTPro-Md.ttf) format('truetype'), url(../fonts/HelveticaNeueLTPro-Md.eot) format('eot'), url(../fonts/HelveticaNeueLTPro-Md.woff) format('woff'), url(../fonts/HelveticaNeueLTPro-Md.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'neu';
  src: url(../fonts/HelveticaNeueLTPro-Roman.ttf) format('truetype'), url(../fonts/HelveticaNeueLTPro-Roman.eot) format('eot'), url(../fonts/HelveticaNeueLTPro-Roman.woff) format('woff'), url(../fonts/HelveticaNeueLTPro-Roman.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'neu';
  src: url(../fonts/NeueHaasDisplay-Black.ttf) format('truetype'), url(../fonts/NeueHaasDisplay-Black.eot) format('eot'), url(../fonts/NeueHaasDisplay-Black.woff) format('woff'), url(../fonts/NeueHaasDisplay-Black.woff2) format('woff2');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'lato';
  src: url(../fonts/Lato-Regular.ttf) format('truetype'), url(../fonts/Lato-Regular.eot) format('eot'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}*/


@font-face{
  font-family: 'pop';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'),url(../fonts/Poppins-Bold.eot) format('eot'),url(../fonts/Poppins-Bold.woff) format('woff'),url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face{
  font-family: 'pop';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'),url(../fonts/Poppins-Light.eot) format('eot'),url(../fonts/Poppins-Light.woff) format('woff'),url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face{
  font-family: 'pop';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'),url(../fonts/Poppins-Medium.eot) format('eot'),url(../fonts/Poppins-Medium.woff) format('woff'),url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face{
  font-family: 'pop';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'),url(../fonts/Poppins-Regular.eot) format('eot'),url(../fonts/Poppins-Regular.woff) format('woff'),url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --base-color: #000;
  --color:#000;
  /*--base-color: #000;*/
}
/*body,html {
  font-size: 10px;
}*/
body {
  font-family: "pop";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 95%;
  max-width: 1400px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*background: #f9f8f3;*/
}

.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: 25px;
}
.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: 1.5;
  border-bottom: 0px solid #000;
  font-size: 16px;
  font-weight: 300;
}
.language span img {
  margin-right: 15px;
}
.language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
.language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
  z-index: 99998;
}
.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;
}
.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;
}
.language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
.language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #000;
}
#header{
  display: none;
}
#header.on {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: transparent;
  position: relative;
}
#header .nav .feedback {
  height: 40px;
  line-height: 42px;
  padding: 0 40px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 16px;
  
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  margin-right: 45px;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
  background: var(--base-color);
}
#header .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 .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 12px;
  font-size: 16px;
  color: #000;
 
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  
}
#header .ui.menu .menu-box ul.menu > li:hover {
  border-color: #000;
  color: #000;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
  font-weight: 700;
}
#header .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;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .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: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .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%;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .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 .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: 25px;
}
#header .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;
  font-size: 14px;
}
#header .ui.menu .language span img {
  margin-right: 15px;
}
#header .ui.menu .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .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 .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 .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 .ui.menu .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .ui.menu .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .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 .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile .menu-content .menu-list ul.menu > li > .sub-menu > li > a {
  /*font-weight: bold;*/
}
#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%;
  position: relative;
}
#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;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
  
}
#mobile.home1{
  display: block;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 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;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: left;
  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);
  padding-left: 30px;
}
#mobile.white .mobile-logo.home1{
  display: none;
}
#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;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  display: none;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#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: 13px;
  line-height: 30px;
}
#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 {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.gxs-1 {
  padding-top: 260px;
}
.gxs-1 .top {
  position: relative;
}
.gxs-1 .top img.dec {
  position: absolute;
  bottom: 30px;
}
.gxs-1 .top img.dec.dec-1 {
  left: 0;
}
.gxs-1 .top img.dec.dec-2 {
  right: 0;
}
.gxs-1 .top .h2 {
  font-weight: 700;
  text-align: center;
}
.gxs-1 .top .h2 em {
  color: #bbbbbb;
}
.gxs-1 .content {
  padding-top: 80px;
  position: relative;
  text-align: center;
}
.gxs-1 .content img {
  position: absolute;
  top: 0;
  left: 50%;
}
.gxs-1 .content p {
  max-width: 1010px;
  margin: 0 auto;
}
.gxs-1 .imgbox {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 110px;
}
.gxs-1 .imgbox a.more {
  height: 81px;
  line-height: 81px;
  border-radius: 42px;
  background: var(--base-color);
  color: #000;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .imgbox a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
  color: #fff;
}
.gxs-1 .imgbox img {
  margin: 0 auto;
}
.gxs-2 {
  padding-top: 90px;
  padding-bottom: 75px;
}
.gxs-2 .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: 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;
}
.gxs-2 .ui.container .top .h3 {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.gxs-2 .ui.container .top .right {
  width: 58%;
}
.gxs-2 .ui.container .top .right .h1 {
  font-weight: 700;
  margin-bottom: 15px;
}
.gxs-2 .ui.container .top .right .content {
  line-height: 1.5;
  margin-bottom: 45px;
}
.gxs-2 .ui.container .top .right a.more {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 0 40px;
  height: 49px;
  line-height: 49px;
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
  border-radius: 25px;
}
.gxs-2 .ui.container .top .right a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.gxs-2 .ui.container .btm {
  margin-top: 150px;
}
.gxs-2 .ui.container .btm ul.parlist li {
  padding: 0 20px;
}
.gxs-3 {
  padding-bottom: 170px;
}
.gxs-3 .top {
  margin-bottom: 95px;
}
.gxs-3 .top p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.gxs-3 .main {
  padding: 0 0px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.gxs-3 .main span.btn {
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #777;
  position: absolute;
  top: 50%;
  margin-top: -18.5px;
  z-index: 99;
  border-radius: 100%;
  cursor: pointer;
}
.gxs-3 .main span.btn.slick-prev {
  left: 10px;
}
.gxs-3 .main span.btn.slick-next {
  right: 10px;
}
.gxs-3 .main span.btn:hover {
  -webkit-transition: 0.3 all;
  -moz-transition: 0.3 all;
  transition: 0.3 all;
  background: var(--base-color);
}
.gxs-3 .main span.btn i {
  font-size: 20px;
  color: #000;
}
.gxs-3 .main ul.catelist {
  margin: -1px 0;
}
.gxs-3 .main ul.catelist .slick-current li {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #000;
}
.gxs-3 .main ul.catelist li {
  border: 1px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul.catelist li .item {
  padding: 90px 90px 30px 90px;
  text-align: center;
}
.gxs-3 .main ul.catelist li .item .img-box {
  width: 100%;
  display: block;
  border-radius: 35px;
}
.gxs-3 .main ul.catelist li .item .h4 {
  font-weight: 500;
  color: #463b29;
}
.gxs-3 .main ul.catelist li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .main ul.catelist li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-3 .main ul.catelist li .item p {
  margin: 15px 0;
}
.gxs-3 .main ul.catelist li .item a.more {
  font-size: 18px;
  font-weight: 500;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 19px;
}
.gxs-3 .main ul.catelist li .item a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-4 {
  padding: 0 20px;
}
.gxs-4 .main {
  padding: 60px;
  border-radius: 30px;
  background: #f5e8d5;
}
.gxs-4 .main .top {
  padding-bottom: 55px;
  border-bottom: 1px solid #000;
}
.gxs-4 .main .top ul li .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;
}
.gxs-4 .main .top ul li .item .left {
  padding: 35px;
  max-width: 730px;
  width: 48%;
}
.gxs-4 .main .top ul li .item .left .h3 {
  font-weight: 500;
  color: #463b29;
  margin-bottom: 25px;
  line-height: 1.1875;
}
.gxs-4 .main .top ul li .item .right {
  width: 50%;
}
.gxs-4 .main .top ul li .item .right .imgbox img {
  border-radius: 40px;
}
.gxs-4 .main .bottom {
  padding-top: 43px;
  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;
}
.gxs-4 .main .bottom a.more {
  padding: 0 52px;
  height: 84px;
  line-height: 84px;
  display: inline-block;
  border: 1px solid #777;
  color: #000;
  font-weight: 500;
  font-size: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 42px;
}
.gxs-4 .main .bottom a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  border-color: var(--base-color);
}
.gxs-4 .main .bottom .navbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.gxs-4 .main .bottom .navbox span {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #333;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.gxs-4 .main .bottom .navbox span.slick-next {
  margin-left: 20px;
}
.gxs-4 .main .bottom .navbox span:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-4 .main .bottom .navbox span i {
  color: #000;
  font-size: 36px;
}
.gxs-5 {
  padding: 0 20px;
  padding-top: 150px;
}
.gxs-5 .main {
  width: 100%;
  position: relative;
}
.gxs-5 .main ul li .imgbox .imgs {
  width: 100%;
  height: 575px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}
.gxs-5 .main .centerbox {
  position: absolute;
  width: 48%;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  border-radius: 40px;
  overflow: hidden;
}
.gxs-5 .main .centerbox ul li{
  position: relative;

}
.gxs-5 .main .centerbox ul li .text{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 10%;
  bottom: 10%;
  text-align: left;
  color: #fff;
}
.gxs-5 .main .centerbox ul li .text .h4{
  font-weight: 500;
  margin-bottom: 20px;
}
.gxs-5 .main ul.list4 {
  margin: 0 -110px;
}
.gxs-5 .main ul.list4 li {
  padding: 0 130px;
}
.gxs-5 .btm {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  padding-right: 60px;
}
.gxs-5 .btm span {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.gxs-5 .btm span.slick-next {
  margin-left: 18px;
}
.gxs-5 .btm span:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-5 .btm span i {
  font-size: 24px;
  color: #000;
}
.gxs-6 {
  padding-top: 100px;
}
.gxs-6 .main {
  max-width: 1425px;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 2px solid #aaa;
}
.gxs-6 .main .ui.container {
  max-width: 1245px;
  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;
}
.gxs-6 .main .ui.container .left {
  padding-right: 40px;
}
.gxs-6 .main .ui.container .left .h3 {
  font-weight: 500;
  color: #463b29;
  line-height: 1.1875;
}
.gxs-6 .main .ui.container .left .content {
  margin: 15px 0 55px 0;
}
.gxs-6 .main .ui.container .left a.more {
  height: 49px;
  line-height: 49px;
  padding: 0 35px;
  border-radius: 25px;
  background: var(--base-color);
  color: #000;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
.gxs-6 .main .ui.container .left a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.gxs-6 .main .ui.container .right {
  padding-left: 40px;
}
.gxs-6 .main .ui.container .right ul {
  margin: -10px;
}
.gxs-6 .main .ui.container .right ul li {
  padding: 10px;
}
.gxs-6 .main .ui.container .right ul li:nth-child(2n) {
  position: relative;
  top: 40px;
}
.gxs-6 .main .ui.container .right ul li .item {
  width: 100%;
  height: 281px;
  padding: 35px 20px 0 20px;
  background: #fff;
  border-radius: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-6 .main .ui.container .right ul li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #f5e8d5;
}
.gxs-6 .main .ui.container .right ul li .item .h6 {
  color: #463b29;
  margin: 10px 0;
  font-weight: 500;
}
.gxs-6 .main .ui.container .right ul li .item p {
  font-weight: 400;
  font-size: 16px;
}
.gxs-7 {
  padding: 110px 0;
}
.gxs-7 .ui.container {
  max-width: 1430px;
}
.gxs-7 .ui.container .h3 {
  font-weight: 700;
  margin-bottom: 70px;
  color: #463b29;
}
.gxs-7 .ui.container .main {
  position: relative;
}
.gxs-7 .ui.container .main span.btn {
  position: absolute;
  z-index: 4;
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  top: 50%;
  margin-top: -40.5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  border-radius: 100%;
  cursor: pointer;
}
.gxs-7 .ui.container .main span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.gxs-7 .ui.container .main span.btn:hover i {
  color: #fff;
}
.gxs-7 .ui.container .main span.btn.slick-prev {
  left: -40.5px;
}
.gxs-7 .ui.container .main span.btn.slick-next {
  right: -40.5px;
}
.gxs-7 .ui.container .main span.btn i {
  color: #000;
  font-size: 36px;
}
.gxs-7 .ui.container .main .newslist li .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;
  background: #fff;
  border-radius: 67px;
  overflow: hidden;
}
.gxs-7 .ui.container .main .newslist li .item .left {
  padding-right: 10px;
}
.gxs-7 .ui.container .main .newslist li .item .left .img-box {
  border-radius: 40px;
}
.gxs-7 .ui.container .main .newslist li .item .right {
  padding: 0 50px 0 40px;
}
.gxs-7 .ui.container .main .newslist li .item .right .h5 {
  font-weight: 700;
  color: #000;
  line-height: 1.69444444;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gxs-7 .ui.container .main .newslist li .item .right .time {
  opacity: 0.2;
}
.gxs-7 .ui.container .main .newslist li .item .right .content {
  max-width: 540px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 25px;
  margin-bottom: 60px;
  color: #14151b;
  opacity: 0.5;
  line-height: 1.5;
}
.gxs-7 .ui.container .main .newslist li .item .right a.more {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 24px;
  font-weight: 500;
  background: var(--base-color);
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
}
.gxs-7 .ui.container .main .newslist li .item .right a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
#footer {
  background: #fff;
}
#footer .footer-main {
  padding-top: 110px;
  padding-bottom: 48px;
}
#footer .footer-main .ui.container {
  max-width: 1400px;
  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 .rights {
  width: 80%;
  max-width: 1070px;
  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 .logo{
  margin-bottom: 20px;
}
#footer .footer-main .ui.container .rights > div {
  display: inline-block;
}
#footer .footer-main .ui.container .rights .h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 25px;
}
#footer .footer-main .ui.container .rights .links ul li {
  font-size: 16px;
  color: #000;
  line-height: 36px;
}
#footer .footer-main .ui.container .rights .links ul li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .rights .links ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #aaa;
}
#footer .footer-main .ui.container .rights .info 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: 10px;
}
#footer .footer-main .ui.container .rights .info ul li i {
  min-width: 30px;
  top: 10px;
  position: relative;
}
#footer .footer-main .ui.container .rights .info ul li p {
  max-width: 280px;
  line-height: 2;
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  padding: 25px 0;
  width: 95%;
  -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;
  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;
  max-width: 1755px;
  border-top: 1px solid #999;
}
#footer .footer-bottom .ui.container .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom .ui.container .right {
  display: inline-block;
}
#footer .footer-bottom .ui.container .right ul.sharelist {
  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;
}
#footer .footer-bottom .ui.container .right ul.sharelist li {
  margin-left: 25px;
}
#footer .footer-bottom .ui.container .right ul.sharelist li a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 27px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-bottom .ui.container .right ul.sharelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
#footer .footer-bottom .ui.container .right ul.sharelist li a i {
  margin-right: 0px;
  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;
  max-width: 20px;
}
#footer .footer-bottom .ui.container .right ul.sharelist li a em {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  display: none;
}
#footer .footer-bottom .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
#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: #000;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #000;
}
#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;
}
.font-94 {
  font-size: 94px;
  line-height: 1.5;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1600px) {
  #footer .footer-bottom .ui.container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-bottom .ui.container .center {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .feedback {
    padding: 0 20px;
    font-size: 14px;
    margin-right: 10px;
  }
  .font-94 {
    font-size: 80px;
  }
  .font-48 {
    font-size: 32px;
  }
  .gxs-3 .main ul.catelist li .item {
    padding: 45px 45px 15px 45px;
  }
  .gxs-6 .main .ui.container .right ul li .item p {
    max-height: 90px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .feedback {
    display: none;
  }
  #header .ui.menu .logo {
    max-width: 100px;
  }
  #header .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  .font-94 {
    font-size: 66px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #mobile.white .mobile-logo.home1{
    display: block;
  }
  .gxs-1 {
    padding-top: 80px;
  }
  .gxs-1 .top img.dec {
    display: none;
  }
  .font-94 {
    font-size: 40px;
  }
  .gxs-2 .ui.container .top .right {
    width: 100%;
  }
  .gxs-4 .main .top ul li .item .left {
    width: 100%;
  }
  .gxs-4 .main .top ul li .item .right {
    width: 100%;
  }
  .gxs-5 .main ul.list4 {
    display: none!important;
  }
  .gxs-5 .main .centerbox {
    width: 90%;
    position: relative;
  }
  .gxs-1 .content img {
    display: none;
  }
  .gxs-6 .main .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .gxs-6 .main .ui.container .right {
    width: 100%;
    padding-left: 0;
  }
  .gxs-7 .ui.container .main .newslist li .item .left {
    width: 100%;
  }
  .gxs-7 .ui.container .main .newslist li .item .right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .footer-main .ui.container .rights > div.links {
    display: none;
  }
  #footer .footer-main .ui.container .rights .info ul li p {
    max-width: none;
  }
  #footer .footer-bottom .ui.container .right ul.sharelist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-bottom .ui.container .right ul.sharelist li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-bottom p {
    font-size: 12px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  .mb-nav {
    display: none;
  }
  .font-94 {
    font-size: 30px;
  }
  .gxs-4 .main {
    padding: 30px;
  }
  .gxs-4 .main .bottom .navbox {
    display: none;
  }
  .gxs-7 .ui.container .main span.btn {
    display: none!important;
  }
}
@media screen and (max-width: 500px) {
  .font-94 {
    font-size: 20px;
  }
  .font-48 {
    font-size: 20px;
  }
  .gxs-4 .main .bottom a.more {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 30px;
  }
  .gxs-6 .main .ui.container .right ul li:nth-child(2n) {
    position: relative;
    top: 0px;
  }
  .font-36 {
    font-size: 18px;
  }
  .font-30 {
    font-size: 16px;
  }
}
@-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;
  }
}
.play2 {
  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%);
}
.play2::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;
}
.play2::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: 20px;
  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: #000;
}
#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: #000!important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 25px;
  bottom: 120px;
  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;
  z-index: 999;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}
.contact-page .contact-2 .form input::-webkit-input-placeholder, .contact-page .contact-2 .form textarea::-webkit-input-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input:-moz-placeholder, .contact-page .contact-2 .form textarea:-moz-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input::-moz-placeholder, .contact-page .contact-2 .form textarea::-moz-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input:-ms-input-placeholder, .contact-page .contact-2 .form textarea:-ms-input-placeholder {
  color: #333;
}
.contact-page .contact-2 .form input::placeholder,
.contact-page .contact-2 .form textarea::placeholder {
  color: #333;
}
.font-86 {
  font-size: 60px;
}
.font-72 {
  line-height: 1.40277778;
  font-size: 72px;
}
.font-62 {
  font-size: 62px;
  line-height: 1;
}
.font-60 {
  font-size: 36px;
  line-height: 1.5;
}
.font-76 {
  font-size: 76px;
  line-height: 1;
}
#header.home0 {
  padding: 20px 0 0 0;
  /*background: #f9f8f3;*/
}
.inner-banner {
  margin-top: 100px;
  padding: 24px 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
.inner-banner .mbx {
  color: #000;
  font-size: 16px;
}
.inner-banner.pro {
  height: 630px;
  display: block;
  position: relative;
}
.inner-banner.pro .mbx {
  color: #fff;
}
.inner-banner.pro .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 0 0 15px 15px;
}
.inner-banner .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.inner-banner .content .text {
  margin: 0 auto;
  color: #fff;
  max-width: 640px;
}
.inner-banner .content .text .h2 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
}
.inner-banner .content .text p {
  line-height: 30px;
}
.inner-banner .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.inner-banner .bottom .ui.container {
  border-top: 1px solid #fff;
  padding: 40px 0;
  text-align: center;
}
.inner-banner .bottom .ui.container span.downbtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
}
.inner-banner .bottom .ui.container span.downbtn i {
  color: #fff;
  font-size: 36px;
}
.inner-banner .bottom .ui.container ul.bnavlist {
  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-bottom: 20px;
}
.inner-banner .bottom .ui.container ul.bnavlist li {
  padding: 0 36px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.inner-banner .bottom .ui.container ul.bnavlist li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.inner-banner .bottom .ui.container ul.bnavlist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #ed8e61;
}
.inner-banner .bottom2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .bottom2 ul.prolist {
  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;
}
.inner-banner .bottom2 ul.prolist li {
  padding: 0 5px;
}
.inner-banner .bottom2 ul.prolist li a {
  height: 55px;
  line-height: 66px;
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  color: #000;
  width: 310px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
.inner-banner .bottom2 ul.prolist li a:hover,
.inner-banner .bottom2 ul.prolist li a.active {
  background: #fae5d1;
  color: #aaa;
}
.inner-page span.tag {
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
  display: inline-block;
  border-radius: 24px;
  color: #aaa;
  border: 1px solid #aaa;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.inner-page .h3 {
  font-weight: 700;
}
.about-page .about-1 {
  padding-top: 120px;
}
.about-page .about-1 .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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .ui.container .left {
  width: 59%;
  padding: 30px;
  height: 467px;
  background: #f9e8d6;
  border-radius: 26px;
}
.about-page .about-1 .ui.container .left .top {
  margin-bottom: 35px;
}
.about-page .about-1 .ui.container .left .content {
  font-weight: 300;
  color: #000;
  max-width: 620px;
  max-height: 300px;
  overflow-y: auto;
  line-height: 30px;
}
.about-page .about-1 .ui.container .right {
  width: 39%;
}
.about-page .about-1 .ui.container .right img {
  border-radius: 26px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 467px;
  width: 100%;
}
.about-page .about-2 {
  padding-top: 145px;
}
.about-page .about-2 .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;
}
.about-page .about-2 .ui.container .box {
  height: 360px;
  background-position: bottom right ;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-radius: 26px;
  padding: 30px;
  margin-bottom: 15px;
}
.about-page .about-2 .ui.container .box .h4 {
  font-weight: 500;
  margin-bottom: 50px;
}
.about-page .about-2 .ui.container .box.boxs {
  width: 39%;
}
.about-page .about-2 .ui.container .box.boxs P {
  max-width: 370px;
}
.about-page .about-2 .ui.container .box.boxl {
  width: 59%;
}
.about-page .about-2 .ui.container .box.boxl p {
  max-width: 550px;
}
.about-page .about-2 .ui.container .video {
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.about-page .about-2 .ui.container .video .play:before,
.about-page .about-2 .ui.container .video .play:after {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.about-page .about-3 {
  padding-top: 140px;
}
.about-page .about-3 .h3 {
  font-weight: 700;
  margin-bottom: 90px;
}
.about-page .about-3 .h3 em {
  color: #ed8e61;
}
.about-page .about-3 a.more {
  height: 46px;
  line-height: 46px;
  padding: 0 55px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  background: #000;
  border-radius: 23px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
.about-page .about-3 a.more:hover {
  color: #000;
  background: var(--base-color);
}
.about-page .about-4 {
  padding-top: 110px;
  padding-bottom: 160px;
}
.about-page .about-4 .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;
}
.about-page .about-4 .ui.container .left {
  width: 49%;
}
.about-page .about-4 .ui.container .left .h3 {
  margin: 25px 0;
  font-weight: 700;
}
.about-page .about-4 .ui.container .left ul.ablist1 li a img {
  border-radius: 26px;
}
.about-page .about-4 .ui.container .left .slick-dots {
  margin-top: 20px;
  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;
}
.about-page .about-4 .ui.container .left .slick-dots li {
  margin: 0 5px;
  width: 11px;
  height: 11px;
  display: block;
  background: #f1b597;
  border-radius: 100%;
}
.about-page .about-4 .ui.container .left .slick-dots li.slick-active {
  background: #ed8e61;
}
.about-page .about-4 .ui.container .left .slick-dots li button {
  display: none;
}
.about-page .about-4 .ui.container .right {
  width: 49%;
  height: 668px;
  border-radius: 26px;
  background: #f9e8d6;
  padding: 60px 34px 0 34px;
  line-height: 30px;
}
.about-page .about-4 .ui.container .right .h4 {
  font-weight: 500;
  color: #000;
  margin: 25px 0 48px 0;
}
.about-page .about-5 {
  padding: 75px 0 105px 0;
  overflow: hidden;
  border-radius: 26px;
  background: #f9e8d6;
}
.about-page .about-5 .main {
  position: relative;
  left: 10%;
}
.about-page .about-5 .main .h3 {
  color: #000;
  font-weight: 500;
  margin-bottom: 65px;
}
.about-page .about-5 .main ul {
  margin: 0 -8px;
}
.about-page .about-5 .main ul .slick-current li .item {
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-5 .main ul li {
  padding: 0 8px;
}
.about-page .about-5 .main ul li .item {
  padding: 50px 70px ;
  border-radius: 26px;
  background: #fcf3e9;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-5 .main ul li .item .h4 {
  color: #aaa;
  margin-bottom: 25px;
  font-weight: 700;
}
.about-page .about-5 .main ul li .item .content {
  line-height: 30px;
  color: #999;
}
.about-page .about-5 .bottom {
  margin-top: 104px;
}
.about-page .about-5 .bottom 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;
  
}
.about-page .about-5 .bottom ul li {
  font-size: 21px;
  line-height: 1;
  color: #aaa;
  width: 100%;
  text-align: center;
}
.about-page .about-5 .bottom .line {
  width: 100%;
  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;
  height: auto;
  z-index: 3;
  margin-top: 25px;
}
.about-page .about-5 .bottom .line:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  height: 1px;
  margin-top: -0.5px;
  z-index: 0;
  background: #aaa;
  opacity: 0.2;
}
.about-page .about-5 .bottom .line .lines {
  height: 1px;
  width: 20px;
  display: block;
  background: #aaa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  margin-left: 30px;
}
.about-page .about-5 .bottom .line i {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 100%;
  background: #aaa;
}
.about-page .about-6 {
  padding-top: 178px;
}
.about-page .about-6 .ui.container .tag2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #b3b3b3;
}
.about-page .about-6 .ui.container .h3 {
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}
.about-page .about-6 .ui.container ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.about-page .about-6 .ui.container ul:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ddd;
}
.about-page .about-6 .ui.container ul li {
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ddd;
}
.about-page .about-6 .ui.container ul li:nth-child(1),
.about-page .about-6 .ui.container ul li:nth-child(5) {
  border-color: transparent;
}
.about-page .about-7 {
  padding-top: 210px;
  position: relative;
  padding-bottom: 100px;
}
.about-page .about-7 .ui.container {
  margin-left: auto;
  margin-right: 0;
  max-width: 1800px;
}
.about-page .about-7 .ui.container a.more2 {
  width: 158px;
  height: 158px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #f9f8f3;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  left: 60%;
}
.about-page .about-7 .ui.container a.more2 em {
  width: 129px;
  height: 129px;
  text-align: center;
  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;
  font-size: 21px;
  color: #fff;
  background: #f89465;
  border-radius: 100%;
}
.about-page .about-7 .main {
  position: relative;
  left: 8%;
  border-radius: 26px;
  overflow: hidden;
}
.about-page .about-7 .main ul {
  margin: 0 -10px;
}
.about-page .about-7 .main ul li {
  padding: 0 10px;
}
.slick-prev,
.slick-next {
  cursor: pointer;
}
.font-80 {
  font-size: 45px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 {
    display: none;
  }
  .about-page .about-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-2 .ui.container .box {
    width: 100%!important;
  }
  .font-72 {
    font-size: 40px;
  }
  .about-page .about-4 .ui.container .left {
    width: 100%;
  }
  .about-page .about-4 .ui.container .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .font-72 {
    font-size: 20px;
  }
}
.contact-page {
  background: #fff;
}
.contact-page .contact-1 {
  padding-top: 60px;
}
.contact-page .contact-1 .ui.container {
  text-align: center;
}
.contact-page .contact-1 .ui.container .formbox {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.contact-page .contact-1 .ui.container .formbox .h3{
  margin-bottom: 50px;
}
.contact-page .contact-1 .ui.container .formbox 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;
  margin: -14px -7px;
}
.contact-page .contact-1 .ui.container .formbox ul li {
  padding: 14px 7px;
}
.contact-page .contact-1 .ui.container .formbox ul li.wid100 {
  width: 100%!important;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"],
.contact-page .contact-1 .ui.container .formbox ul li textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: transparent;
  color: #000;
  font-size: 14px;
  padding: 0 15px;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"]::-webkit-input-placeholder, .contact-page .contact-1 .ui.container .formbox ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"]:-moz-placeholder, .contact-page .contact-1 .ui.container .formbox ul li textarea:-moz-placeholder {
  color: #aaa;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"]::-moz-placeholder, .contact-page .contact-1 .ui.container .formbox ul li textarea::-moz-placeholder {
  color: #aaa;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"]:-ms-input-placeholder, .contact-page .contact-1 .ui.container .formbox ul li textarea:-ms-input-placeholder {
  color: #aaa;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"]::placeholder,
.contact-page .contact-1 .ui.container .formbox ul li textarea::placeholder {
  color: #aaa;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="text"] {
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.contact-page .contact-1 .ui.container .formbox ul li textarea {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  line-height: 1.5;
}
.contact-page .contact-1 .ui.container .formbox ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 45px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 .ui.container .h3 {
  font-weight: 700;
  margin-bottom: 55px;
}
.contact-page .contact-2 .ui.container ul.clist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.contact-page .contact-2 .ui.container ul.clist li {
  padding: 0 20px;
  text-align: left;
}
.contact-page .contact-2 .ui.container ul.clist li .h6 {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-page .contact-2 .ui.container ul.clist li p {
  max-width: 335px;
  line-height: 30px;
}
h1.cyhome {
    line-height: 28px;
}
a.footcy {
    margin: 40px;
}
.related-1 {
  padding: 80px 0;
  margin-top: 40px;
  /*background: #f9f8f3;*/
}
.related-1 .container {
  padding: 0 0;
}
.related-1 .h3 {
  margin-bottom: 70px;
}
.related-1 .main {
  position: relative;
  overflow: hidden;
}
/*.related-1 .main:before,
.related-1 .main:after {
  width: 200px;
  height: 100%;
  top: 0;
  display: block;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(transparent));
  background: -webkit-linear-gradient(left, #fff 50%, transparent);
  background: -moz-linear-gradient(left, #fff 50%, transparent);
  background: linear-gradient(to right, #fff 50%, transparent);
  z-index: 9;
}*/
.related-1 .main:before {
  left: 0;
}
.related-1 .main:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 0;
}
.related-1 .main ul.rela {
  margin: 0 -20px;
}
.related-1 .main ul.rela li {
  padding: 0 20px;
}
.related-1 .main ul.rela li .item {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 15px;
  padding: 0 20px;
  background: #fff;
}
.related-1 .main ul.rela li .item .text{
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.related-1 .main ul.rela li .item .text p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.related-1 .main ul.rela li .item a.more3 {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.related-1 .main ul.rela li .item a.more3 i {
  color: #000;
  font-size: 24px;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.related-1 .main ul.rela li .item .img-box {
  border-radius: 26px;
}
.related-1 .main ul.rela li .item .h4 {
  color: #000;
  padding: 0 0px;
  position: relative;
  left: 0;
  bottom: 0;
}
.related-1 .main ul.rela li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.related-1 .main ul.rela li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .ui.container .formbox ul li {
    width: 100%;
  }
  .related-1 .main:before,
  .related-1 .main:after {
    display: none;
  }
}
.news-page {
  padding: 90px 0;
}
.news-page .news-1 .ui.container ul {
  margin: -30px 0;
}
.news-page .news-1 .ui.container ul li {
  padding: 30px 40px;
}
.news-page .news-1 .ui.container ul li .item {
  width: 100%;
  height: 400px;
  padding: 28px 25px 15px 25px;
  background: #fff;
  border-radius: 10px;
  -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);
}
.news-page .news-1 .ui.container ul li .item .h5 {
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.news-page .news-1 .ui.container ul li .item .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .news-1 .ui.container ul li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #aaa;
}
.news-page .news-1 .ui.container ul li .item .content {
  line-height: 1.5;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 50px;
}
.news-page .news-1 .ui.container ul li .item .bottom {
  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;
}
.news-page .news-1 .ui.container ul li .item .bottom .time {
  color: #999;
  font-size: 12px;
}
.news-page .news-1 .ui.container ul li .item .bottom a.more3 {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 700;
}
.news-page .news-1 .ui.container ul li .item .bottom a.more3:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #aaa;
}
.news-page .news-1 .ui.container ul li .item .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .ui.container ul li {
    width: 50%;
  }
  .news-page .news-1 .ui.container ul li .item{
    height: 437px;
  }
  .seoIndustry.Auxil-industry {
    display: none;
}
a.footcy {
    display: none;
}
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .ui.container ul li {
    width: 100%;
  }
}
.gallary-page {
  padding: 80px 0;
}
.gallary-page .gallary-1 .ui.container {
  border-top: 1px solid #aaa;
}
.gallary-page .gallary-1 .ui.container ul {
  margin: 0 -10px;
}
.gallary-page .gallary-1 .ui.container ul li {
  padding: 15px 10px;
}
.gallary-page .gallary-1 .ui.container ul li .item {
  background: #fff;
  border: 1px solid #aaa;
  padding: 10px;
}
.sus-page .sus-1 {
  padding-top: 80px;
  padding-bottom: 110px;
}
.sus-page .sus-1 .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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sus-page .sus-1 .ui.container .top .h3 {
  width: 48%;
  font-weight: 700;
  color: #000;
  letter-spacing: -3px;
  line-height: 1;
}
.sus-page .sus-1 .ui.container .top .content {
  width: 50%;
  max-width: 630px;
  line-height: 1.625;
}
.sus-page .sus-1 .ui.container .center {
  margin: 50px 0;
}
.sus-page .sus-1 .ui.container .bottom {
  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;
}
.sus-page .sus-1 .ui.container .bottom .left {
  width: 60%;
  max-width: 780px;
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li {
  margin-bottom: 60px;
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li:last-child {
  margin-bottom: 0;
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item {
  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;
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item i {
  min-width: 88px;
  margin-right: 30px;
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item .text .h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item .text .content {
  line-height: 1.33333333;
}
.sus-page .sus-1 .ui.container .bottom .right {
  width: 35%;
  max-width: 506px;
}
.sus-page .sus-1 .ui.container .bottom .right .column:last-child {
  margin-top: 20px;
}
.sus-page .sus-2 {
  padding: 0 60px;
}
.sus-page .sus-2 .main {
  padding-top: 80px;
  background: #fff;
  border-radius: 26px;
}
.sus-page .sus-2 .main .h3 {
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: -3px;
}
.sus-page .sus-2 .main ul.suslist2 {
  margin: 0 -8px;
}
.sus-page .sus-2 .main ul.suslist2 li {
  padding: 0 8px;
}
.sus-page .sus-2 .main ul.suslist2 li .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sus-page .sus-2 .main ul.suslist2 li .item.fan {
  -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;
  position: relative;
  top: 100px;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text {
  height: 375px;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  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;
  -webkit-align-content: center ;
  -ms-flex-line-pack: center ;
  align-content: center ;
  -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;
  margin: 15px 0;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text.color1 {
  background: #e7e0eb;
  color: #a285d0;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text.color2 {
  background: #dfeed7;
  color: #287860;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text.color3 {
  background: #f9f0d2;
  color: #cdb358;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text.color4 {
  background: #fae5d1;
  color: #ef8451;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text.color5 {
  background: #c4effa;
  color: #51aaef;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text .h4 {
  line-height: 1;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text small {
  font-size: 20px;
  width: 100%;
  text-align: left;
}
.sus-page .sus-2 .main ul.suslist2 li .item .text p {
  margin-top: 15px;
  max-height: 240px;
  overflow-y: auto;
}
.sus-page .sus-2 .main ul.suslist2 li .item .imgbox {
  height: 327px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.sus-page .sus-3 {
  padding: 90px 0 120px 0;
}
.sus-page .sus-3 .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: 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;
}
.sus-page .sus-3 .main .left {
  padding-right: 50px;
  text-align: left;
}
.sus-page .sus-3 .main .right .text {
  margin-left: -25px;
}
.sus-page .sus-3 .main .right .text .h3 {
  font-weight: 700;
  color: #000;
}
.sus-page .sus-3 .main .right .text .content {
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .sus-page .sus-1 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-1 .ui.container .top .h3 {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .top .content {
    width: 100%;
    margin-top: 20px;
  }
  .sus-page .sus-1 .ui.container .bottom .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .bottom .right {
    width: 100%;
    margin-top: 20px;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-1 .ui.container .bottom .left ul.suslist li .item .text {
    width: 100%;
  }
  .sus-page .sus-2 {
    padding: 10px 0px;
  }
}
.design-page {
  padding-top: 90px;
}
.design-page .design-1 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.design-page .design-1 .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;
}
.design-page .design-1 .top .left {
  width: 52%;
  border-radius: 26px;
}
.design-page .design-1 .top .left img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 26px;
  overflow: hidden;
}
.design-page .design-1 .top .right {
  width: 45%;
  height: 440px;
  background: #fff;
  border-radius: 26px;
  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;
}
.design-page .design-1 .top .right .text {
  padding: 45px;
  width: 100%;
  color: #000;
}
.design-page .design-1 .top .right .text .h4 {
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.design-page .design-1 .bottom {
  margin-top: 60px;
}
.design-page .design-1 .bottom .tops {
  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;
  margin-bottom: 48px;
}
.design-page .design-1 .bottom .tops .h4 {
  font-weight: 500;
}
.design-page .design-1 .bottom .tops .btnbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.design-page .design-1 .bottom .tops .btnbox span {
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
}
.design-page .design-1 .bottom .tops .btnbox span:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.design-page .design-1 .bottom .tops .btnbox span i {
  font-size: 30px;
  color: #aaa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.design-page .design-1 .bottom ul.delist {
  margin: 0 -20px;
}
.design-page .design-1 .bottom ul.delist li {
  padding: 0 20px;
}
.design-page .design-1 .bottom ul.delist li .item a.more4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  margin-top: 15px;
}
.design-page .design-1 .bottom ul.delist li .item a.more4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.design-page .design-1 .bottom ul.delist li .item a.more4:hover em {
  color: #aaa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.design-page .design-1 .bottom ul.delist li .item a.more4 em {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}
.design-page .design-2 {
  height: 472px;
  background: url(../images/design-2.png) top center no-repeat #efefef;
  padding-top: 60px;
}
.design-page .design-2 .ui.container {
  text-align: center;
}
.design-page .design-2 .ui.container .h3 {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.design-page .design-2 .ui.container p {
  max-width: 950px;
  margin: 0 auto;
  margin-top: 150px;
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 .top .left {
    width: 100%;
  }
  .design-page .design-1 .top .right {
    width: 100%;
  }
  .design-page .design-1 .top .right {
    height: auto;
  }
  .design-page .design-1 .top .left img {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-2 {
    display: none;
  }
}
.manu-page .manu-1 {
  padding-top: 104px;
}
.manu-page .manu-1 .h3 {
  margin-bottom: 90px;
}
.manu-page .manu-1 .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: 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;
}
.manu-page .manu-1 .main .left {
  width: 70%;
  max-width: 925px;
}
.manu-page .manu-1 .main .right {
  width: 25%;
  padding-right: 50px;
  text-align: left;
}
.manu-page .manu-1 .main .right .h4 {
  font-weight: 500;
  color: #000;
}
.manu-page .manu-1 .main .right .box {
  padding-bottom: 45px;
  border-bottom: 1px solid #aaa;
  margin-top: 50px;
}
.manu-page .manu-1 .main .right .box .h6 {
  color: #000;
  margin-bottom: 10px;
}
.manu-page .manu-1 .main .right .box p {
  line-height: 1.5;
}
.manu-page .manu-2 {
  padding-top: 160px;
}
.manu-page .manu-2 .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;
}
.manu-page .manu-2 .main .left .img-box {
  border-radius: 0 26px 26px 0;
}
.manu-page .manu-2 .main .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 720px;
  padding-top: 70px;
}
.manu-page .manu-2 .main .right .btm {
  padding-top: 45px;
  border-top: 1px solid #aaa;
}
.manu-page .manu-2 .main .right .btm ul {
  margin: 0 -30px;
}
.manu-page .manu-2 .main .right .btm ul li {
  padding: 0 30px;
}
.manu-page .manu-2 .main .right .btm ul li .h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.manu-page .manu-3 {
  padding-top: 190px;
}
.manu-page .manu-3 .top {
  text-align: center;
  margin-bottom: 130px;
}
.manu-page .manu-3 .top .h3 {
  margin-bottom: 15px;
}
.manu-page .manu-3 .top p {
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
}
.manu-page .manu-3 .center {
  height: 800px;
  background: url(../images/manu-5.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 230px;
}
.manu-page .manu-3 .center .ui.container {
  max-width: 1640px;
}
.manu-page .manu-3 .center .ui.container 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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4.5em;
}
.manu-page .manu-3 .center .ui.container ul li {
  padding: 0 4.5em;
}
.manu-page .manu-3 .center .ui.container ul li .item {
  color: #fff;
}
.manu-page .manu-3 .center .ui.container ul li .item .h4 {
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 2em;
}
.manu-page .manu-3 .btm {
  margin-top: 12em;
}
.manu-page .manu-3 .btm ul.maunlist {
  margin: 0 -3.5em;
  text-align: center;
}
.manu-page .manu-3 .btm ul.maunlist li {
  padding: 0 3.5em;
}
.manu-page .manu-3 .btm ul.maunlist li .item .img-box {
  margin-bottom: 3em;
}
.manu-page .manu-3 .btm ul.maunlist li .item .h4 {
  text-align: center;
}
.manu-page .manu-3 .btm ul.maunlist li .item .h4 a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.manu-page .manu-3 .btm ul.maunlist li .item .h4 a:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #aaa;
}
.manu-page .manu-4 {
  padding-top: 12em;
  padding-bottom: 10em;
}
.manu-page .manu-4 .h3 {
  line-height: 1;
}
.manu-page .manu-4 .text {
  max-width: 635px;
  margin: 0 auto;
  margin-top: 2.5em;
  margin-bottom: 12em;
}
.manu-page .manu-4 .btm {
  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;
}
.manu-page .manu-4 .btm .left {
  width: 55%;
}
.manu-page .manu-4 .btm .left .img-box {
  border-radius: 26px;
}
.manu-page .manu-4 .btm .right {
  width: 40%;
}
.manu-page .manu-4 .btm .right .h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.manu-page .manu-4 .btm .right p {
  line-height: 1.33333333;
}
.manu-page .manu-4 .btm .right ul li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 5px;
}
.manu-page .manu-4 .btm .right ul li:before {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
  left: 0;
  top: 4px;
  content: "";
  position: absolute;
}
@media screen and (max-width: 1400px) {
  .manu-page .manu-3 .center {
    padding-top: 100px;
  }
  .manu-page .manu-3 .center .ui.container ul {
    margin: 0 -2em;
  }
  .manu-page .manu-3 .center .ui.container ul li {
    padding: 0 2em;
  }
  .manu-page .manu-2 .main .right {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .manu-page .manu-1 .main .left {
    width: 100%;
  }
  .manu-page .manu-1 .main .right {
    width: 100%;
  }
  .manu-page .manu-2 .main .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .manu-page .manu-2 .main .right {
    width: 100%;
  }
  .manu-page .manu-3 .center {
    display: none;
  }
  .manu-page .manu-3 .btm ul.maunlist li {
    width: 50%;
  }
  .font-80 {
    font-size: 60px;
  }
  .manu-page .manu-4 .btm .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .manu-page .manu-4 .btm .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .font-80 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .font-80 {
    font-size: 20px;
  }
  .manu-page .manu-3 .btm ul.maunlist li {
    width: 100%;
  }
}
.color-page .color-1 {
  padding-top: 10em;
}
.color-page .color-1 .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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-page .color-1 .ui.container .left {
  width: 80%;
  max-width: 990px;
}
.color-page .color-1 .ui.container .left span {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.color-page .color-1 .ui.container .left .h6 {
  line-height: 1.5;
}
.color-page .color-1 .ui.container a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.color-page .color-1 .ui.container a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #aaa;
}
.color-page .color-1 .ui.container a em {
  text-transform: uppercase;
  margin-right: 30px;
}
.color-page .color-1 .ui.container a i {
  color: 24px;
}
.color-page .color-2 {
  padding-top: 10em;
}
.color-page .color-2 .top .cate1 {
  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;
  margin: 0 -8px;
  margin-bottom: 4em;
}
.color-page .color-2 .top .cate1 li {
  padding: 0 8px;
}
.color-page .color-2 .top .cate1 li:hover a,
.color-page .color-2 .top .cate1 li.actvie a {
  background: #aaa;
}
.color-page .color-2 .top .cate1 li a {
  width: 125px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #707070;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.color-page .color-2 .top .cate2 {
  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;
}
.color-page .color-2 .top .cate2 li {
  margin-right: 6em;
}
.color-page .color-2 .top .cate2 li.active a i,
.color-page .color-2 .top .cate2 li:hover a i {
  background: var(--base-color);
}
.color-page .color-2 .btm .cateitem .c2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.color-page .color-2 .btm .cateitem .c2 i {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #000;
  margin-right: 10px;
}
.color-page .color-2 .btm .cateitem .c2 em {
  font-size: 16px;
  text-transform: capitalize;
}
.color-page .color-2 .main {
  padding: 40px;
}
.color-page .color-2 .main ul {
  margin: 0 -10px;
}
.color-page .color-2 .main ul li {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .color-page .color-1 .ui.container .left {
    width: 100%;
  }
  .color-page .color-2 .main {
    padding: 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .color-page .color-2 .top .cate1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .color-page .color-2 .top .cate1 li {
    margin-bottom: 10px;
  }
  .color-page .color-2 .top .cate2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .color-page .color-2 .top .cate2 li {
    margin-bottom: 10px;
  }
}
.product-1 {
  /*padding: 8.5em 0 0 0;*/
}
.product-1 .ui.container {
  text-align: left;
  padding-bottom: 12em;
  border-bottom: 1px solid #aaa;
}
.product-1 .ui.container .text {
  /*max-width: 910px;*/
  margin: 0 auto;
  margin-top: 3em;
}
.product-1 .ui.container .text p {
  line-height: 30px;
}
.product-2 {
  padding-bottom: 0em;
}
.product-2 .top {
  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;
  padding: 5em 0;
}
.product-2 .top em {
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  border-right: 2px solid #ccc;
  font-weight: 500;
  margin-right: 35px;
}
.product-2 .top ul.plist2 {
  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;
}
.product-2 .top ul.plist2 li {
  margin-right: 50px;
}
.product-2 .top ul.plist2 li a {
  font-size: 16px;
  text-transform: capitalize;
}
.product-2 .top ul.plist2 li a.actvie,
.product-2 .top ul.plist2 li a:hover {
  text-decoration: underline;
}
.product-2 .main ul {
  margin: -35px -18px;
}
.product-2 .main ul li {
  text-align: center;
  padding: 35px 18px;
}
.product-2 .main ul li .img-box {
  border-radius: 20px;
  border: 1px solid #eee;
  /*padding: 5em 4em;*/
}
.prodet-page .ui.container {
  max-width: 1300px;
}
.prodet-page .prodet-1 {
  padding: 10em 0;
}
.prodet-page .prodet-1 .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;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 55%;
  padding-left: 155px;
  
}
.prodet-page .prodet-1 .ui.container .left ul.imgbig{
border-radius: 30px;
border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .left .gallarybox .img-box{
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid #eee;
}

.prodet-page .prodet-1 .ui.container .left ul.imgbig .img-box{
  padding: 0 4em;
}
.prodet-page .prodet-1 .ui.container .left .gallarybox {
  position: absolute;
  width: 110px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .ui.container .left .gallarybox ul li {
  padding: 15px 0;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 40%;
  padding-right: 5%;
  padding-top: 6em;
}
.prodet-page .prodet-1 .ui.container .right .h1 {
  padding-bottom: 45px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right .videobox {
  margin-top: 3.5em;
}
.prodet-page .prodet-1 .ui.container .right .videobox .h4 {
  margin-bottom: 25px;
  font-weight: 500;
}
.prodet-page .prodet-1 .ui.container .right .videobox ul.videolist {
  margin: 0 -8px;
}
.prodet-page .prodet-1 .ui.container .right .videobox ul.videolist li {
  padding: 0 8px;
}
.prodet-page .prodet-1 .ui.container .right .videobox ul.videolist li .video {
  width: 100%;
  position: relative;
  height: 120px;
  background: #aaa;
  display: block;
}
.prodet-page .prodet-1 .ui.container .right .videobox ul.videolist li .video span.play {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.prodet-page .prodet-1 .ui.container .right .videobox ul.videolist li .video span.play i {
  color: #000;
  font-size: 20px;
}
.prodet-page .prodet-2 {
  padding-bottom: 0.5em;
}
.prodet-page .prodet-2 .content p {
  margin-top: 15px;
}
.prodet-page .prodet-3 ul.plist3 li {
  margin-bottom: 10px;
}
.prodet-page .prodet-3 ul.plist3 li.active .top {
  background: #f9e8d6;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-3 ul.plist3 li.active .top .h5 {
  color: #aaa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-3 ul.plist3 li .top {
  height: 99px;
  width: 100%;
  border-radius: 10px;
  background: #eaeaea;
  padding-left: 110px;
  padding-right: 45px;
  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;
}
.prodet-page .prodet-3 ul.plist3 li .top .h5 {
  font-weight: 500;
  text-transform: capitalize;
}
.prodet-page .prodet-3 ul.plist3 li .top span {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #aaa;
}
.prodet-page .prodet-3 ul.plist3 li .top span i {
  color: #aaa;
  font-size: 18px;
}
.prodet-page .prodet-3 ul.plist3 li .content {
  padding: 30px 40px;
}
.prodet-page .prodet-4 {
  padding: 12em 0;
}
.prodet-page .prodet-4 .h3 {
  font-weight: 700;
  color: #000;
}
.prodet-page .prodet-4 .main {
  margin-top: 4.5em;
}
.prodet-page .prodet-4 .main ul.relalist2 {
  margin: -2em;
}
.prodet-page .prodet-4 .main ul.relalist2 li {
  padding: 2em;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item {
  border-radius: 26px;
  -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;
  background: #fff;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item .img-box {
  display: block;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item .text {
  margin: 0 -5px;
  padding: 2em 0 0 0;
  margin-top: 3em;
  border-top: 1px solid #666;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item .text .h5 {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 30px;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item .text .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item .text .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #aaa;
}
.prodet-page .prodet-4 .main ul.relalist2 li .item .text p {
  line-height: 28px;
  color: #666;
}
.prodet-page .prodet-5 {
  padding: 10em 0;
}
.prodet-page .prodet-5 .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;
}
.prodet-page .prodet-5 .ui.container .left {
  padding-right: 30px;
}
.prodet-page .prodet-5 .ui.container .left .h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.prodet-page .prodet-5 .ui.container .left p {
  line-height: 1.5;
}
.prodet-page .prodet-5 .ui.container .right {
  padding-left: 30px;
}
.prodet-page .prodet-5 .ui.container .right form {
  width: 100%;
  font-size: 16px;
}
.prodet-page .prodet-5 .ui.container .right form input[type="text"] {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  background: transparent;
}
.prodet-page .prodet-5 .ui.container .right form lable {
  font-weight: 500;
  margin-bottom: 10px;
}
.prodet-page .prodet-5 .ui.container .right form textarea {
  width: 100%;
  height: 170px;
  padding: 10px;
  background: #fff;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.prodet-page .prodet-5 .ui.container .right form textarea::-webkit-input-placeholder {
  color: #999;
}
.prodet-page .prodet-5 .ui.container .right form textarea:-moz-placeholder {
  color: #999;
}
.prodet-page .prodet-5 .ui.container .right form textarea::-moz-placeholder {
  color: #999;
}
.prodet-page .prodet-5 .ui.container .right form textarea:-ms-input-placeholder {
  color: #999;
}
.prodet-page .prodet-5 .ui.container .right form textarea::placeholder {
  color: #999;
}
.prodet-page .prodet-5 .ui.container .right form input[type="submit"] {
  width: 230px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  background: #aaa;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  margin-top: 23px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-5 .ui.container .right form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
@media screen and (max-width: 1000px) {
  .product-2 .top {
    display: none;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-5 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-3 ul.plist3 li .top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .prodet-page .prodet-1 .ui.container .left {
    padding-left: 0;
  }
  .prodet-page .prodet-1 .ui.container .left .gallarybox {
    display: none;
  }
}
.service-page .ser-1 {
  padding: 9em 0;
  background: #fff;
}
.service-page .ser-1 .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;
}
.service-page .ser-1 .ui.container .left {
  width: 40%;
}
.service-page .ser-1 .ui.container .left .h3 {
  font-weight: 500;
  color: #000;
  margin-bottom: 66px;
}
.service-page .ser-1 .ui.container .left a.down {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
}
.service-page .ser-1 .ui.container .left a.down img {
  margin-right: 10px;
}
.service-page .ser-1 .ui.container .left a.down em {
  text-transform: capitalize;
  font-size: 16px;
}
.service-page .ser-1 .ui.container .right {
  width: 55%;
  padding-top: 60px;
}
.service-page .ser-1 .ui.container .right 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: 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;
  margin-bottom: 5.5em;
}
.service-page .ser-1 .ui.container .right ul li span {
  min-width: 45px;
  text-align: left;
  color: #aaa;
  font-size: 18px;
}
.service-page .ser-1 .ui.container .right ul li p {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  font-size: 14px;
}
.service-page .ser-1 .ui.container .right ul li p em {
  font-weight: 700;
}
.service-page .ser-2 {
  padding: 8em 0;
}
.service-page .ser-2 .ui.container .top {
  margin-top: 8.5em;
}
.service-page .ser-2 .ui.container .top .h4 {
  margin-bottom: 20px;
}
.service-page .ser-2 .ui.container .top .content {
  line-height: 1.55555556;
  max-width: 1130px;
}
.service-page .ser-2 .ui.container .bottom {
  margin-top: 5em;
  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;
}
.service-page .ser-2 .ui.container .bottom .left {
  width: 52%;
}
.service-page .ser-2 .ui.container .bottom .right {
  width: 40%;
}
.service-page .ser-2 .ui.container .bottom .right img {
  border-radius: 26px;
}
.service-page .ser-3 {
  height: 337px;
  background: #f9e8d6;
  padding-top: 100px;
  text-align: center;
}
.service-page .ser-3 .h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.service-page .ser-3 a {
  font-size: 18px;
  color: #aaa;
  text-decoration: underline;
}
.service-page .faqbox {
  padding: 9em 0;
}
.service-page .faqbox .ui.container {
  text-align: center;
}
.service-page .faqbox .ui.container .h3 {
  font-weight: 700;
}
.service-page .faqbox .ui.container ul {
  margin-top: 46px;
}
.service-page .faqbox .ui.container ul li.active .top {
  background: #f9e8d6;
}
.service-page .faqbox .ui.container ul li.active .top .h4 {
  color: #aaa;
}
.service-page .faqbox .ui.container ul li .top {
  padding: 0 3.3em;
  margin-bottom: 21px;
  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: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 64px;
  background: #eeeeee;
  border-radius: 5px;
}
.service-page .faqbox .ui.container ul li .top .h4 {
  font-weight: 500;
}
.service-page .faqbox .ui.container ul li .content {
  width: 100%;
  padding: 3.3em;
  border-radius: 5px;
  text-align: left;
}
.font-45{
  font-size: 45px;
}
@media screen and (max-width: 1000px) {
  .inner-banner .bottom2 {
    display: none;
  }
  .service-page .ser-1 .ui.container .left {
    width: 100%;
  }
  .service-page .ser-1 .ui.container .right {
    width: 100%;
  }
  .service-page .ser-2 .ui.container .bottom .left {
    width: 100%;
  }
  .service-page .ser-2 .ui.container .bottom .right {
    width: 100%;
    margin-top: 40px;
  }
  .font-86 {
    font-size: 60px;
  }
  .inner-banner .bottom {
    display: none;
  }
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner.pro {
    height: 500px;
  }
  /*body,
  html {
    font-size: 6px;
  }*/
  .font-60 {
    font-size: 40px;
  }
  .font-45{
  font-size: 32px;
}
}
@media screen and (max-width: 700px) {
  .font-86 {
    font-size: 48px;
  }
  .font-60 {
    font-size: 28px;
  }
   .font-45{
  font-size: 24px;
}
.product-2 .main ul li{
  width: 50%!important;
}
.product-2 .main ul li .img-box{
  padding: 10px 15px;
}
.product-2 .main ul{
  margin: -10px;
}
.product-2 .main ul li{
  padding: 10px;
}
.font-20 {
    font-size: 16px;
}
.inner-banner.pro {
    height: 400px;
}
}
@media screen and (max-width: 500px) {
  .font-86 {
    font-size: 24px!important;
  }
  .font-60 {
    font-size: 20px;
  }
}


.m-page{
  text-align: center;
}
.m-page a,
.m-page span{
  margin: 0 7px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  
}

.m-page .current{
  color: #fff;
  background-color: var(--color);
}


.newdet-1 {
  padding: 90px 0 130px;
}
.newdet-1 h1 {
  max-width: 1100px;
  margin: auto;
  font-size: 30px;
}
.newdet-1 .date img {
  vertical-align: middle;
  margin-right: 15px;
}
.newdet-1 .date time {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.newdet-1 .img {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .newdet-1 {
    padding: 60px 0;
  }
  .newdet-1 .img {
    margin: 40px 0;
  }
}


#index-body2{
  background: #fff;
  
}
#index-body2 .catebox{
   height: -webkit-calc(100vh - 30px);
  height: -moz-calc(100vh - 30px);
  height: calc(100vh - 30px);
  overflow: hidden;
  
}
#index-body2 .catebox .ui.container {
  max-width: 100%;
  padding:0 3.5em;
  width: 100%;
}
#index-body2 .catebox .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;
  padding-top: 25px;
}
#index-body2 .catebox .ui.container .top .right {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body2 .catebox .ui.container .top .right .search {
  width: 120px;
  display: block;
}
#index-body2 .catebox .ui.container .top .right .search form {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*border: 1px solid #aaa;*/
  position: relative;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="text"] {
  width: 100%;
  padding: 0 26px 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #000;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="text"]:-moz-placeholder {
  color: #aaa;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="text"]::-moz-placeholder {
  color: #aaa;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="text"]::placeholder {
  color: #aaa;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="submit"] {
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/search-s.png) center center no-repeat #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#index-body2 .catebox .ui.container .top .right .search form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/search-s.png) center center no-repeat #000;
}
#index-body2 .catebox .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;
  margin: 0px -10px 0 0;
  padding-left: 175px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
#index-body2 .catebox .ui.container .main .pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px 0 0;
 
  position: relative;
  overflow: hidden;

}
#index-body2 .catebox .ui.container .main .left {
  position: absolute;
  width: 170px;
  height: auto;
  top: 30px;
  left: 0;
  overflow-y: auto;
  max-height: 100%;
}
#index-body2 .catebox .ui.container .main .left::-webkit-scrollbar{
  display: none!important;
}
#index-body2 .catebox .ui.container .main .left .block {
  padding: 20px;
  margin-bottom: 10px;
  background: #f3f2f0;
}
#index-body2 .catebox .ui.container .main .left .block ul.menu  li{
  margin-bottom: 4px;
}
#index-body2 .catebox .ui.container .main .left .block ul.menu > li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
    text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#index-body2 .catebox .ui.container .main .left .block ul.menu > li:nth-child(2) .sub-menu{
  display: none;
}
#index-body2 .catebox .ui.container .main .left .block ul.menu > li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#index-body2 .catebox .ui.container .main .left .block ul.menu > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#index-body2 .catebox .ui.container .main .left .block ul.menu > li ul.sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
  line-height: 2;
}
#index-body2 .catebox .ui.container .main .left .block ul.menu > li ul.sub-menu li a:before {
  content: "";
  width: 8px;
  height: 2px;
  background: #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
#index-body2 .catebox .ui.container .main .left .share ul {
  margin: -8px;
}
#index-body2 .catebox .ui.container .main .left .share ul li {
  padding: 3px;
  padding-left: 13px;
}
#index-body2 .catebox .ui.container .main .left .share ul li a {
  padding: 10px;
  width: 100%;
  background: #f3f2f0;
  display: block;
  text-align: center;
}
#index-body2 .catebox .ui.container .main .left .block.text {
  height: 230px;
  font-weight: 500;
  padding-top: 18px;
}
#index-body2 .catebox .ui.container .main .left .share ul {
  margin: -8px;
}
#index-body2 .catebox .ui.container .main .left .share ul li {
  padding: 8px;
}
#index-body2 .catebox .ui.container .main .left .share ul li a {
  padding: 10px;
  width: 100%;
  background: #f3f2f0;
}
#index-body2 .catebox .ui.container .main .box {
  padding: 0 10px;
  overflow: hidden;
}
#index-body2 .catebox .ui.container .main .box.box1 {
  width: 16%;
}
#index-body2 .catebox .ui.container .main .box.box2 {
  width: 13%;
  margin-top: 0px;
}
#index-body2 .catebox .ui.container .main .box.box3 {
  width: 29%;
}
#index-body2 .catebox .ui.container .main .box.box4 {
  width: 25%;
}
#index-body2 .catebox .ui.container .main .box.box5 {
  width: 17%;
}
#index-body2 .catebox .ui.container .main .box .links {
  padding: 0 0 30px 0;
  width: 100%;
  position: relative;
}
#index-body2 .catebox .ui.container .main .box .links .slick-list{
 overflow: visible!important;
}
#index-body2 .catebox .ui.container .main .box .links.sm{
  padding-top: 0;
}
#index-body2 .catebox .ui.container .main .box .navs {
  background: #f3f2f0;
  display: block;
  width: 100%;
  padding: 20px 3em;
  height: 250px;
}
  #index-body2 .catebox .ui.container .main ul.imglist{
    margin-bottom: -30px;
  }
  #index-body2 .catebox .ui.container .main ul.imglist li{
    padding-bottom: 20px;
  }

    #index-body2 .catebox .ui.container .main .box .navs{
      position: relative;
      overflow: hidden;
    }
#index-body2 .catebox .ui.container .main .box .navs ul.linklist li {
  font-size: 20px;
  color: #000;
  line-height: 2;
}
#index-body2 .catebox .ui.container .main .box .navs .hoverbox{
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: var(--color);
  color: #000;
  padding: 20px;
  transition: 0.3s all;
}
#index-body2 .catebox .ui.container .main .box .navs ul.linklist li:hover .hoverbox{
  top: 0;
  transition: 0.3s all;
}
#index-body2 .catebox .ui.container .main .box .navs .hoverbox .text{
  color: #000;
  line-height: 2;
  margin-bottom: 20px;
}
#index-body2 .catebox .ui.container .main .box .navs ul.linklist li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body2 .catebox .ui.container .main .box .navs ul.linklist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
#index-body2 .catebox .ui.container .main ul.imglist.list0 li>a{
  position: relative;
  top: -10px;
}
@media screen and (max-width: 1400px) {
  #index-body2 .catebox .ui.container .main .box .navs {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  #index-body2 .catebox .ui.container .main .box.box1 {
    width: 49%;
  }
  #index-body2 .catebox .ui.container .main .box.box2 {
    width: 51%;
  }
  #index-body2 .catebox .ui.container .main .box.box3 {
    width: 100%;
  }
  #index-body2 .catebox .ui.container .main .box.box4 {
    width: 60%;
  }
    #index-body2 .catebox .ui.container .main .box.box5 {
    width: 40%;
  }
  #index-body2 .catebox {
    padding-top: 50px;
  }
  #index-body2 .catebox .ui.container .top {
    display: none;
  }

  #index-body2 .catebox .ui.container .main .left .block.nav{
    display: none;
  }
  #index-body2 .catebox .ui.container .main .left{
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    max-height: none;
    top: 0;
    overflow-y: unset;
    padding-left: 8px;
    padding-right: 10px;
  }
  #index-body2 .catebox .ui.container .main .left .share{
    width: 36%;
    
  }
   #index-body2 .catebox .ui.container .main .left .block.text{
    width: 64%;
    height: 178px;
  }
  #index-body2 .catebox .ui.container .main{
    padding-left: 0;
    margin: 0 auto;
  }
  #mobile #menu-on{
    display: block;
    right: 100%;
  } 

  #mobile{
    right: -280px;
  }
  #index-body2 .catebox{
    height: auto;
  }
  #index-body2 .catebox .ui.container .main .left .share ul li{
    width: 47%;
  }
  #mobile .mobile-logo img{
    max-height: 20px;
  }
  #index-body2 .catebox .ui.container .main .pc{
    display: none;
  }
  #index-body2 .catebox .ui.container .main .mobile{
    display: block;
  }
   #index-body2 .catebox .ui.container .main .mobile ul.imglist{
     margin: 0px;
    width: 50%;
   }
  #index-body2 .catebox .ui.container .main .mobile ul.imglist li{
    padding:7px;
    width: 100%!important;
  }
  #index-body2 .catebox .ui.container .main .mobile .box .links{
    padding-bottom: 7px;
  }
  #index-body2 .catebox .ui.container .main .box{
  padding-left: 7px;
  padding-right: 7px;
}
}
@media screen and (max-width: 700px) {
#index-body2 .catebox .ui.container .main .box{
  padding-left: 7px;
  padding-right: 7px;
}
#index-body2 .catebox .ui.container{
  width: 100%;
  padding: 0 15px;
}
#index-body2 .catebox .ui.container .main {
    padding-left: 0;
    margin: 0 -7px;
}
#index-body2 .catebox .ui.container .main .left .share ul li {
    padding: 7px;
}
#index-body2 .catebox .ui.container .main .left .share ul{
  margin: -3px -10px -3px -3px;
}
}
@media screen and (max-width: 500px) {
   
  /*#index-body2 .catebox .ui.container .main .box {
    width: 50%!important;
  }
   #index-body2 .catebox .ui.container .main .box.box3 {
    width: 100%!important;
  }*/
  #index-body2 .catebox .ui.container .main .left .block.text{
    height: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
    #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*::-webkit-scrollbar{
  width: 6px!important;
}

.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 20px;
  bottom: 200px;
  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;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
.ewm {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 20px;
  bottom: 120px;
  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;
  z-index: 999;
}
.ewm #ewm{
  width: 120px;
  height: 120px;
  display: none;
  padding: 5px;
  background: #fff;
position: absolute;
top: 50%;
right: 100%;
transform: translateY(-50%);
}
.ewm:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}



/*4-10 add xiugai css*/
.inner-banner .mbx .ui.container{
  width:82%; 
}
.prodet-page .prodet-1 .ui.container{
  display: block;
}
.clear{
  clear: both;
}
.prodet-page .prodet-1 .ui.container .left{
  padding-left: 0;
  float: left;
  width: 50%;
}
.prodet-page .prodet-1 .ui.container .left ul{
  margin: -5px;
}
.prodet-page .prodet-1 .ui.container .left ul li{
  padding: 5px;
}
.prodet-page .prodet-1 .ui.container .right{
  float: right;
  width: 45%;
}
.prodet-page .prodet-1 .ui.container .right .videobox{
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}
.prodet-page .prodet-1 .ui.container .right .videobox .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.prodet-page .prodet-1 .ui.container .right .videobox .top i{
  font-size: 18px;
}
.prodet-page .prodet-1 .ui.container .right .videobox .top .h4{
  margin-bottom: 0;
  font-weight: 700;
}
.prodet-page .prodet-1 .ui.container .right .videobox .content{
  display: none;
  color: #7e7e7e;
  line-height: 30px;
}
.prodet-page .prodet-1 .ui.container .right{
  position:sticky;
  top: 100px;
}
.prodet-page .prodet-1 .ui.container{
  max-width: 1720px;
}



.download-page .ui.container {
  max-width: 1440px;
  padding: 115px 0;
}
.download-page .ui.container ul {
  margin: 0 -45px;
}
.download-page .ui.container ul li {
  padding: 45px;
}
.download-page .ui.container ul li .item {
  padding: 15px;
  background: #e9e9e9;
  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;
}
.download-page .ui.container ul li .item .img-box {
  width: 40%;
}
.download-page .ui.container ul li .item .text {
  width: 55%;
}
.download-page .ui.container ul li .item .text p {
  margin-top: 15px;
  margin-bottom: 85px;
}
.download-page .ui.container ul li .item .text .btnbox {
  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;
}
.download-page .ui.container ul li .item .text .btnbox a {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  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;
  padding: 0 10px;
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.download-page .ui.container ul li .item .text .btnbox a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-color: var(--base-color2);
}
.download-page .ui.container ul li .item .text .btnbox a:nth-child(2) {
  margin-left: 5px;
}
.download-page .ui.container ul li .item .text .btnbox a i {
  margin-right: 5px;
}

@media screen and (max-width: 1400px) {
  .download-page .ui.container ul li .item .text .btnbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .ui.container ul li .item .text .btnbox a:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .download-page .ui.container ul li .item .text p {
    margin-bottom: 20px;
  }
  }
  @media screen and (max-width: 1000px) {
    .download-page .ui.container ul li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .ui.container ul li .item .img-box {
    width: 100%;
  }
  .download-page .ui.container ul li .item .text {
    width: 100%;
  }
  .download-page .ui.container ul li .item .text .btnbox{
    flex-direction: column;
    align-items: flex-start;
  }
  }

  /*2025-6-4 add css kaishi*/
  #index-body2 .catebox .ui.container .top .right .search{
    width: auto;
    cursor: pointer;
  }
  .prodet-page .prodet-5{
    display: none;
  }
   .prodet-page .prodet-4 .main ul.relalist2 li .item{
     overflow: hidden;
     padding-top: 0!important;
   }
  .prodet-page .prodet-4 .main ul.relalist2 li .item .img-box{
    margin: 0 -30px;
  }
  .seoPublic .Auxil-through a{
    width:50%;
    height: auto;
    padding: 10px 25px;
  }
  .seoPublic .Auxil-through{
    width: 50%;
  }
   .related-1 .main ul.rela li .item{
    overflow: hidden;
  }
  .related-1 .main ul.rela li .item .img-box{
    margin: 0 -25px;
  }
  #header.home0{
    background: #fff;
  }
  @media screen and (max-width: 1000px) {
 .seoPublic .Auxil-through{
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right{
    width: 100%;
    top: 0;
    margin-top: 20px;
    position: relative;
  }
 
  }
   @media screen and (max-width: 700px) {
      .seoPublic .Auxil-through a{
    width:100%;
  }
  .product-2 .main ul li{
    width: 50%!important;
  }
   }

   .product-2 .main ul li .img-box{
     padding: 0!important;
   }
 @media screen and (max-width: 500px) {
 .product-2 .main ul li{
    width: 50%!important;
    max-width: 50%!important;
  }
 }
   .prodet-page .prodet-4 .main ul.relalist2 li .item .text .h5 a{
     text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
   }
   .prodet-page .prodet-4 .main ul.relalist2 li .item .text p{
        text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
   }
   .news-page .news-1 .ui.container ul li .item .h5{
     max-height: 150px;
     overflow-y: auto;
   }
   .seoPublic .Auxil-through a{
         text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
   }
   .backtop{
     bottom: 280px!important;
   }
   .ewm{
     bottom: 200px!important;
   }
   #Pop_UpsBtn{
     bottom: 120px!important;
   }


   
#index-body3 .gxs-new-1 {
  position: relative;
}
#index-body3 .gxs-new-1 .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
#index-body3 .gxs-new-1 .content .h2 {
  color: #fff;
  font-weight: 400;
  
  text-align: center;
}
#index-body3 .gxs-new-2 {
  position: relative;
}
#index-body3 .gxs-new-2 .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
#index-body3 .gxs-new-2 .content a {
  color: #fff;
  font-weight: 400;
 
  width: 100%;
  display: block;
  text-align: center;
}
#index-body3 .gxs-new-3 {
  padding: 2.5rem;
  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;
}
#index-body3 .gxs-new-3 a.moreproduct {
  padding: 20px 0;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
#index-body3 .gxs-new-3 .right{
  padding-right: 7.5rem;
}
#index-body3 .gxs-new-4 {
  position: relative;
}
#index-body3 .gxs-new-4 .text {
  position: absolute;
  bottom: 10%;
  right: 0;
  display: inline-block;
  text-align: right;
  padding-right: 100px;
}
#index-body3 .gxs-new-4 .text p {
  color: #fff;
  line-height: 2;
}
#index-body3 .gxs-new-4 .text a.moreabout {
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
}
#index-body3 .gxs-new-5 {
  padding: 10em 0;
}
#index-body3 .gxs-new-5 .main {
  width: 136rem;
  margin: 0 auto;
  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;
}
#index-body3 .gxs-new-5 .main a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}
#index-body3 .gxs-new-5 .main .share {
  width: 10rem;

}
#index-body3 .gxs-new-5 .main .share a{
  text-transform: uppercase
}
#index-body3 .gxs-new-5 .main ul {
  width: -webkit-calc(100% -10rem);
  width: -moz-calc(100% 10rem);
  width: calc(100% - 10rem);
  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: 0 -0.8rem;
}
#index-body3 .gxs-new-5 .main ul li {
  padding: 0.8rem;
}
#index-body3 .gxs-new-6 {
  padding-bottom: 16em;
}
#index-body3 .gxs-new-6 .ui.container {
  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;
  -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;
  max-width: 1040px;
}
#index-body3 .gxs-new-6 .ui.container .left {
  line-height: 2.14;
  color: #000;
  display: inline-block;
}
#index-body3 .gxs-new-6 .ui.container .center {
  width: 50%;
  text-align: center;
  margin-bottom: 1rem;
}
#index-body3 .gxs-new-6 .ui.container .center .h6 {
  text-align: center;
}
#index-body3 .gxs-new-6 .ui.container .center form {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type="text"] {
  margin-top: 4rem;
  font-size: 1.4rem;
  border: none;
  background: transparent;
  border-bottom: 1px solid #333;
  line-height: 4rem;
  height: 4rem;
  color: #000;
  width: 100%;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type="text"]:-moz-placeholder {
  color: #aaa;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type="text"]::-moz-placeholder {
  color: #aaa;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type="text"]::placeholder {
  color: #aaa;
}
#index-body3 .gxs-new-6 .ui.container .center form button {
  position: absolute;
  bottom: 5px;
  right: 0;
  border: none;
  background: transparent;
  padding: 10px;
}
#index-body3 .gxs-new-6 .ui.container .center form button input[type="submit"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 999;
}
#index-body3 .gxs-new-6 .ui.container .center form button i {
  font-size: 24px;
}
#index-body3 .gxs-new-6 .ui.container .right {
  display: inline-block;
}
#index-body3 .gxs-new-6 .ui.container .right ul li a {
  font-size: 1.4rem;
  line-height: 2.15;
  text-transform: capitalize;
  color: #000;
}
#index-body3 .gxs-new-6 .ui.container .left.mobile{
  display: none;
}
#mobile #menu-on{
  display: block;
  position: fixed;
  top: 30px;
  right: 30%;
  background:transparent;
  
}
#mobile{
  display: block;
}
#mobile.white .mobile-logo{
  display: none;
}
#mobile.home0.about #menu-on i,
#mobile.home0.news #menu-on i,
#mobile.home1 #menu-on i{
  background: #fff;
  height: 1px;
}
#mobile.home0 #menu-on i{
  background: #000;
}
#mobile.home0.news #menu-on em,
#mobile.home0.about #menu-on em{
  color: #fff;
}
#mobile #menu-on em{
  position: absolute;
  left: 101%;
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
#mobile.home0 #menu-on em{
  color: #000;
  font-size: 24px;
}

#index-body3 .gxs-new-6 .ui.container .left .mobile{
  display: none;
}

.about3-page .ui.container {
  width: 144rem;
  padding: 0;
  max-width: unset;
}
.about3-page .ab-1 {
  position: relative;
}
.about3-page .ab-2{
  padding-top:22rem;
  padding-bottom: 19.5rem;
}
.about3-page .ab-2 .ui.container{
  width: 161rem;
  padding: 0;
  max-width: unset;
}
.about3-page .ab-2 .ui.container .text p{
  margin-top: 4rem;
}
.about3-page .ab-1 .h6 {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.font-30s{
  font-size: 3rem;
}
.about3-page .ab-4{
  padding-top: 23rem;
  padding-bottom: 22rem;
}
.about3-page .ab-5 .h4{
  margin-bottom: 10rem;
}
.about3-page .ab-5 .list {
  margin: 0 -5.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about3-page .ab-5 .list li {
  padding: 0 5.6rem;
  margin-bottom:5.5rem;
  width: 50%;
}
.about3-page .ab-5 .list li .text {
  padding: 1.5em;
}
.about3-page .ab-5 .list li .text .h6 {
  font-weight: 500;
}

.product3-page .product3-1 {
  background: #fff;
  padding-top: 335px;
  padding-bottom: 185px;
}
.product3-page .product3-1 .ui.container {
  text-align: center;
}
.product3-page .product3-1 .ui.container .text {
  margin: 0 auto;
  max-width: 620px;
}
.product3-page .product3-2 {
  background: #F3F2F0;
}
.product3-page .product3-2 ul {
  border-top: 1px solid #aaa;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product3-page .product3-2 ul li {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 20px;
  padding-bottom: 35px;
  width: 25%;
}
.product3-page .product3-2 ul li.two{
  width: 50%;
}
.product3-page .product3-2 ul li .item {
  position: relative;
}
.product3-page .product3-2 ul li .item .text {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100px;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product3-page .product3-2 ul li .item .text .h3 {
  font-weight: 700;
  width: 100%;
}
.product3-page .product3-2 ul li .item .text p {
  width: 100%;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#mobile #menu-on em{
  font-size: 24px;
}

#mobile-cy2 {
  position: fixed;
  width: 70%;
  height: 100%;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  max-width: 748px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #F3F2F0;
  padding: 35px  42px 37px  117px;
  top: 0;
  z-index: 999;
}
#mobile-cy2.active{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
#mobile-cy2 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
#mobile-cy2 .main .top {
  padding-left: 30px;
}
#mobile-cy2 .main .top #mobile-close {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
#mobile-cy2 .main .top #mobile-close i.line {
  width: 20px;
  height: 2px;
  position: absolute;
  background: #000;
  top: 50%;
  margin-top: -2.3px;
  left: -30px;
}
#mobile-cy2 .main .top #mobile-close i.line:nth-child(1) {
  -webkit-transform: rotateZ(50deg);
  -moz-transform: rotateZ(50deg);
  -ms-transform: rotate(50deg);
  transform: rotateZ(50deg);
}
#mobile-cy2 .main .top #mobile-close i.line:nth-child(2) {
  -webkit-transform: rotateZ(-50deg);
  -moz-transform: rotateZ(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotateZ(-50deg);
}
#mobile-cy2 .main .top .navlist {
  margin-top: 105px;
}
#mobile-cy2 .main .top .navlist ul li {
  margin-bottom: 10px;
}
#mobile-cy2 .main .top .navlist ul li a {
  font-size: 18px;
  text-transform: capitalize;
}

#mobile-cy2 .main .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#mobile-cy2 .main .btm .lang .h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom:5.13rem;
}
#mobile-cy2 .main .btm .lang .h4 i{
  margin-right: 10px;
}
#mobile-cy2 .main .btm .lang .lang li{
  font-size: 1.8rem;

}
#mobile-cy2 .main .btm .right {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#mobile-cy2 .main .btm .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -4px;
}
#mobile-cy2 .main .btm .imgbox {
  margin-left: 23px;
}

#mobile-cy2 .btm>.lang{
  position: absolute;
  background: transparent;
  left: 35px;
  bottom: 35px;
  padding: 40px 20px 0px 20px;
  
}
#logo{
  position: fixed;
  left: 10%;
  top: 3.8rem;
  font-size: 30px;
  z-index: 9999;
  display: block;
  max-width: 100px;
}
#logo.home1{
  color: #fff;
  display: none;
}
#logo.home1 img{
  filter: invert(1);
}
#logo.home0{
  color: #000;
}
#logo.home0.news,
#logo.home0.about{
  color: #fff;
}
#logo.home0.about img,
#logo.home0.news img{
  filter: invert(1);
}
.font-24s{
  font-size: 2.4rem;
}
.font-14s{
  font-size: 1.4rem;
}
.font-18s{
  font-size: 1.8rem;
}
.font-20s{
  font-size: 2rem;
}
.inner-banner.pro{
  margin-top: 0;
  padding-top: 15rem;
}
.about-page .about-1 .ui.container .left{
  background: #fff;
  border: 1px solid #eee;
}
#index-body3 .gxs-new-5{
  border-top: 2px solid #eee;
}

.inner-banner .mbx .ui.container{
  max-width: 1720px;
}
.prodet-page .prodet-1{
  padding-top: 0;
}
.prodet-page .prodet-1 .seoPublic .Auxil-through{
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .seoPublic .Auxil-through a:nth-child(2){
  text-align: right;
}
#mobile-close em{
  font-size: 24px;
}
@media screen and (max-width: 1000px){
  #mobile.white .mobile-logo.home1{
    display: none;
  }
  
}
@media screen and (max-width: 750px){
  #index-body3 .gxs-new-6 .ui.container .left.pc{
   display: none; 
  }
  #index-body3 .gxs-new-6 .ui.container .left.mobile{
    display: block;
  }
  #index-body3 .gxs-new-5 .main{
    width: 100%;
  }
  /*#index-body3 .gxs-new-2 img,
  #index-body3 .gxs-new-1 img{
    height: 1080px;
    width: auto;
    object-fit: cover;
  }*/
  #index-body3 .gxs-new-3{
    padding: 0;
  }
  /*#index-body3 .gxs-new-3 img{
    height: 750px;
    width: auto;
    object-fit: cover;
  }*/
  #index-body3 .gxs-new-3 .right{
    padding: 36em 0;
    text-align: center;
    background: #F3F2F0;
    width: 100%;
  }
  #index-body3 .gxs-new-5 .main{
    position: relative;
    padding-bottom: 20px;
    padding-left: 00%;
    padding-right: 0%;
  }
 #index-body3 .gxs-new-5 .main>a{
   position: absolute;
   left: 24.35rem;
   top: 100%;
 }
  #index-body3 .gxs-new-5 .main>.share{
    position: absolute;
    right: 25rem;
    top: 100%;
  }
  #index-body3 .gxs-new-6 .ui.container{
    width: 52vw;
  }
  #index-body3 .gxs-new-6 .ui.container .center{
    width: 100%;
    margin-bottom: 23rem;
  }
  .product3-page .product3-2 ul li{
    width: 50%!important;
  }
  .product3-page .product3-2 ul li.two{
    width: 100%!important;
  }
  .product3-page .product3-1{
    padding-top: 46em;
    padding-bottom: 20em;
  }
  .about3-page .ab-5 .list li{
    width: 100%;
  }
  .product3-page .ui.container,
  .about3-page .ui.container{
    max-width: 530px;
    width: 80%;
  }
  #index-body3 .gxs-new-4 .text{
    padding-right: 20em;
  }
  #mobile #menu-on{
    right: 51.1em;
    top: 20.5rem;
  }
  #index-body3 .gxs-new-5 .main ul{
    display: none;
  }
  #index-body3 .gxs-new-5 .main>.imgbox{
    display: block;
    width: 100%;
    margin-top: -5px;
  }
  #index-body3 .gxs-new-5{
    padding-top:0;
    overflow: hidden;
  }
  .about3-page .ab-2{
    padding: 31.25em 0;
  }
  .about3-page .ui.container{
    width: 71%;
  }
  .about3-page .ab-5 .list li{
    padding: 0 0;
    padding-bottom:0;
    margin-bottom: 24.1rem; 
  }
  .about3-page .ab-5 .list li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .about3-page .ab-5 .list li .text{
    padding:10rem  0 0 0; 
  }
  .about3-page .ab-5 .list li .text .h6{
    font-size: 4.6em;
  }
  .about3-page .ab-2 .font-24{
    font-size: 6.15rem;
  }
  .about3-page .ab-2 .font-24 .text{
    font-size: 3.6rem;
  }
  .inner-banner.pro {
    margin-top: 0;
    padding-top: 46rem;
}
  .about3-page .ab-2 .font-24 .text p{
    margin-top: 6.15em;
    font-size: 3.6rem;
  }
  .about3-page .ab-4 .h4{
    font-size:6.15rem;
  }
  .about3-page .ab-4 .text{
    margin-top: 11.5em;
  }
  .about3-page .ab-5 .h4{
     margin-bottom: 0;
     font-weight: 700;
     font-size: 6.15em;
  }
  .about3-page .ab-5 .list{
    margin: 0 ;
  }
   .about3-page .ab-5 .box{
    margin-top:7.69em;
  }
  #mobile-cy2{
    width: 100%;
    padding:19.23em 24.35em 8.2em 11.5em;
  }
  #mobile-cy2 .main .top{
    text-align: right;
  }
  #mobile-cy2 .main .btm{
    justify-content: flex-start;
    flex-wrap: wrap
  }
  #mobile-cy2 .main .btm .right{
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  #mobile-cy2 .btm>.lang{
    left: auto;
    right: 25px;
  }
  #mobile-cy2 .main .btm .imgbox{
    margin-left: 0;
    margin-right: 20px;
  }
  #mobile-cy2 .main .top .navlist{
    margin-top: 20.5em;
  }
  .about3-page .ab-1 .h6{
    font-size: 6.15rem;
  }
  .font-24s{
    font-size: 6.15rem;
  }
  .font-14s{
    font-size: 3.59rem;
  }
   .font-18s{
    font-size: 4.16rem;
  }
  .font-20s{
  font-size: 5.13rem;
}
#mobile-cy2 .main{
  height: auto;
}
#mobile-cy2{
  height: auto;
}
  .about3-page .ui.container {
    width:133em;
    padding: 0;
}
.about3-page .ab-4{
  padding-top: 29.5rem;
  padding-bottom: 33.33rem;
}
.about3-page .ab-4 .text p {
  font-size: 3.6rem;

}
.about3-page .ab-5{
  padding-top: 0;
  padding-bottom: 26rem;
}
#mobile-cy2 .btm>.lang{
  padding-bottom: 0;
}
#mobile-cy2 .main .btm .imgbox{
  width: 68.5rem;
  margin-right: 5.13rem;
}
#mobile-cy2 .main .btm .lang .h4{
  font-size:5.13rem; 
}
#mobile-cy2 .main .top .navlist ul li a{
  font-size: 4.6rem;
}
#mobile-cy2 .main .top .navlist ul li{
  margin-bottom: 7.7rem;
}
#mobile-cy2 .btm>.lang{
  bottom: 0;
}
#mobile-cy2 .main .btm{
  margin-top: 40rem;
}
#index-body3 .gxs-new-6 .ui.container .center form input[type=text]{
  font-size: 3.56rem;
  height: 7.2rem;
  line-height: 7.2rem;
  margin-top: 13rem;
}
#index-body3 .gxs-new-6 .ui.container .right ul li a{
   font-size: 3.56rem;
}
#index-body3 .gxs-new-5{
  padding-bottom: 26rem;
}
#mobile-cy2 .btm>.lang {
    bottom: 5.2rem;
}
#mobile-cy2 .main .btm .lang .lang li {
  font-size: 4.6rem
}
.lang img{
  width: 1.11em;;
}
.product3-page .product3-2 ul li .item .text{
  height: auto;
}
.product3-page .product3-2 ul li{
  padding: 5.13rem;
}
.about3-page .ab-2 .ui.container {
    width: 133rem;
    padding: 0;
    max-width: unset;
}
.about3-page .ab-2 .ui.container .text p {
    margin-top: 6.89rem;
    font-size: 3.59rem;
}
#index-body3 .gxs-new-6 .ui.container .center form button i {
    font-size: 6.15rem;
}
#index-body3 .gxs-new-6 .ui.container .center form button{
  padding: 2.56rem;
}
.product3-page .product3-1 .ui.container .text .h6{
  font-size: 3.59rem;
  margin-top: 6.15rem;
}
#logo{
  top: 23rem;
}
.inner-banner .mbx .ui.container{
  padding: 0;
  width: 80%;
}
.inner-banner {
    padding-top: 25rem;
}
.inner-banner .mbx{
  font-size: 14px;
}
.inner-banner{
  margin-top: 0;
  padding-top: 41rem;
}
.inner-banner.pro{
  padding-top: 41rem;
}
}
@media screen and (max-width: 600px){
  
  #mobile-cy2{
    overflow-y: auto;
  }
  /*#mobile-cy2 .btm>.lang{
    position: relative;
    margin-top: 20px;
  }*/
#mobile-close em{
  font-size: 24px;
}
  #logo,#mobile-cy2 .main .top #mobile-close,
  #mobile #menu-on{
    transform: scale(1)!important;
  }
  #mobile-cy2 .main .btm .share{
    font-size: 12px;
  }
  #mobile-cy2 .btm>.lang{
    right: 0;
  }
  #mobile-cy2 .main .btm .lang .h4 {
    font-size: 10px;
}
#mobile-cy2 .main .top .navlist ul li a {
    font-size: 14px;
}
}



