@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
  font-weight: 600;
  font-display: swap;
}
:root {
  --color: #2062d2;
  --base-color: #2062d2;
}
body,
html {
  font-size: 62.5%;
}
body {
  font-family: "pop";
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 400;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 700;
}
.container {
  padding: 0 0px;
  position: relative;
  width: 1620px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
#header.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
#header .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: 60px;
}
#header .language span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
}
#header .language span img {
  margin-right: 15px;
}
#header .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header .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 .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 .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 .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 10px 0;
}
#header .nav .feedback {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--base-color);
  -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%;
  cursor: pointer;
}
#header .nav .feedback i {
  font-size: 24px;
  color: #fff;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#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;
  width: 70%;
  max-width: 770px;
}
#header .ui.menu .menu-box ul.menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .ui.menu .menu-box ul.menu > li {
  margin: 0 0px;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 700;
}
#header .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#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: 12px;
  -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: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 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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  width: 195px;
  border-radius: 23px;
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
}
#header .ui.menu .h-search input[type="text"] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #000;
  border: none;
  background: #f3f3f3;
  padding-left: 15px;
  padding-right: 46px;
  font-size: 16px;
}
#header .ui.menu .h-search input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
#header .ui.menu .h-search input[type="text"]:-moz-placeholder {
  color: #666;
}
#header .ui.menu .h-search input[type="text"]::-moz-placeholder {
  color: #666;
}
#header .ui.menu .h-search input[type="text"]:-ms-input-placeholder {
  color: #666;
}
#header .ui.menu .h-search input[type="text"]::placeholder {
  color: #666;
}
#header .ui.menu .h-search input[type="submit"] {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search-icon.png) center center no-repeat;
  border: none;
}
#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;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  line-height: 28px;
}
#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: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--base-color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: 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;
}
a.more {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 35px;
  border-radius: 5px;
  background: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#banner .bannerbox {
  position: relative;
}
#banner .bannerbox img.dec {
  position: absolute;
  bottom: 25px;
  right: 5%;
}
#banner .bannerbox ul.bannerlist li {
  position: relative;
}
#banner .bannerbox ul.bannerlist li .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner .bannerbox ul.bannerlist li .content .h2 {
  font-weight: 600;
}
#index-body .line {
  display: inline-block;
  position: relative;
}
#index-body .line.line-center:before {
  left: 50%;
  margin-left: -50px;
}
#index-body .line:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: var(--color);
  bottom: 0;
  left: 0;
}
.gxs-1 .main ul {
  margin: 0 -10px;
}
.gxs-1 .main ul li {
  padding: 0 10px;
}
.gxs-1 .main ul li .item:hover .img-box .hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  bottom: 0;
}
.gxs-1 .main ul li .item .img-box {
  position: relative;
}
.gxs-1 .main ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(rgba(32, 98, 210, 0.5)));
  background: -webkit-linear-gradient(top, transparent, transparent, rgba(32, 98, 210, 0.5));
  background: -moz-linear-gradient(top, transparent, transparent, rgba(32, 98, 210, 0.5));
  background: linear-gradient(to bottom, transparent, transparent, rgba(32, 98, 210, 0.5));
}
.gxs-1 .main ul li .item .h5 {
  font-weight: 600;
  margin-top: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .main ul li .item .h5:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #2062d2;
}
.gxs-1 .more_btn {
  width: 100%;
}
.gxs-1 .more_btn a.more2 {
  width: 100%;
  height: 76px;
  line-height: 76px;
  background: #f3f3f3;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 600;
  display: block;
}
.gxs-1 .more_btn a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #2062d2;
}
.gxs-2 .ui.container .left {
  width: 40%;
}
.gxs-2 .ui.container .left.about100{
  width: 100%;
}
.gxs-2 .ui.container .left .text p {
  line-height: 30px;
}
.gxs-2 .ui.container .left p {
  color: #666;
}
.gxs-2 .ui.container .left ul.data {
  margin-right: -40px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.gxs-2 .ui.container .left ul.data 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;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gxs-2 .ui.container .left ul.data li i {
  min-width: 73px;
  margin-right: 25px;
}
.gxs-2 .ui.container .left ul.data li .text span {
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}
.gxs-2 .ui.container .left ul.data li p {
  font-weight: 300;
}
.gxs-2 .ui.container .right {
  width: 55%;
}
.gxs-3 {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2062d2), color-stop(50.1%, #f3f3f3));
  background: -webkit-linear-gradient(top, #2062d2 50%, #f3f3f3 50.1%);
  background: -moz-linear-gradient(top, #2062d2 50%, #f3f3f3 50.1%);
  background: linear-gradient(to bottom, #2062d2 50%, #f3f3f3 50.1%);
}
.gxs-3 .main ul {
  margin: 0 -18px;
}
.gxs-3 .main ul li {
  padding: 0 18px;
}
.gxs-3 .main ul li .item {
  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);
  height: 410px;
  padding-top: 50px;
}
.gxs-3 .main ul li .item:hover .btm .icon img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(30deg);
  -moz-transform: rotateZ(30deg);
  -ms-transform: rotate(30deg);
  transform: rotateZ(30deg);
}
.gxs-3 .main ul li .item .h5 {
  color: var(--color);
}
.gxs-3 .main ul li .item .text {
  height: 165px;
  border-bottom: 2px solid #2062d2;
  margin-bottom: 20px;
  margin-top: 20px;
}
.gxs-3 .main ul li .item .text p {
  color: #333;
  max-height: 160px;
  overflow-y: auto;
}
.gxs-3 .main ul li .item .btm .icon img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 {
  background: url(../images/fanye-dec.png) bottom right no-repeat #f3f3f3;
}
.gxs-4 .main ul {
  margin: -30px -10px;
}
.gxs-4 .main ul li {
  padding: 30px 10px;
}
.gxs-4 .main ul li .item .img-box {
  border-radius: 100%;
}
.gxs-4 .main ul li .item .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .main ul li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.gxs-5 .main ul li .item {
  border-bottom: 2px solid #eee;
}
.gxs-5 .main ul li .item .imgbox{
  max-width: 270px;
}
.gxs-5 .main ul li .item:hover .time {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}
.gxs-5 .main ul li .item:hover .text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gxs-5 .main ul li .item:hover .text .h4:before {
  content: "";
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main ul li .item .time {
  width: 120px;
  height: 120px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  background: #f3f3f3;
  color: #000;
  line-height: 1.66666667;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .main ul li .item .img-box {
  width: 320px;
  border-radius: 10px;
}
.gxs-5 .main ul li .item .text {
  width: -webkit-calc(100% - 710px);
  width: -moz-calc(100% - 710px);
  width: calc(100% - 710px);
  opacity: 0.6;
}
.gxs-5 .main ul li .item .text .h4 {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.gxs-5 .main ul li .item .text .h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background: #000;
}
.gxs-6 {
  background: url(../images/form-bg.jpg) center center no-repeat;
  background-size: cover;
}
.gxs-6 .ui.container .left {
  width: 40%;
  color: #fff;
}
.gxs-6 .ui.container .left .h3 {
  line-height: 1.5;
}
.gxs-6 .ui.container .right {
  width: 55%;
  max-width: 854px;
  display: block;
}
.gxs-6 .ui.container .right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: 8px;
}
.gxs-6 .ui.container .right form>div{
  width: 100%;
}
.gxs-6 .ui.container .right form>div>p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.gxs-6 .ui.container .right form>div>p span{
  width: 48%;
  display: block;
}
.gxs-6 .ui.container .right form>div>p span:nth-child(5){
  width: 100%;
}
.gxs-6 .ui.container .right input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  margin-bottom: 45px;
  border: none;
  border-bottom: 1px solid #aaa;
}
.gxs-6 .ui.container .right input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.gxs-6 .ui.container .right input[type="text"]:-moz-placeholder {
  color: #666;
}
.gxs-6 .ui.container .right input[type="text"]::-moz-placeholder {
  color: #666;
}
.gxs-6 .ui.container .right input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.gxs-6 .ui.container .right input[type="text"]::placeholder {
  color: #666;
}
.gxs-6 .ui.container .right input[name="content"] {
  width: 100%;
}
.gxs-6 .ui.container .right span.btn {
  color: var(--color);
}
.gxs-6 .ui.container .right span.btn:hover em:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 0;
}
.gxs-6 .ui.container .right span.btn:hover i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.gxs-6 .ui.container .right span.btn em {
  position: relative;
  font-weight: 600;
}
.gxs-6 .ui.container .right span.btn em:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color);
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
}
.gxs-6 .ui.container .right span.btn em input[type="submit"]{
  border: none;
  background: transparent;
}
.gxs-6 .ui.container .right span.btn i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
#footer {
  background: #333333;
  color: #fff;
}
#footer .footer-main .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-main .ui.container > div {
  display: inline-block;
}
#footer .footer-main .ui.container .h4 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}
#footer .footer-main .ui.container .links ul li {
  margin-bottom: 10px;
}
#footer .footer-main .ui.container .links ul li a {
  position: relative;
}
#footer .footer-main .ui.container .links ul li a:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}
#footer .footer-main .ui.container .links ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  bottom: 0;
}
#footer .footer-main .ui.container .infobox {
  max-width: 670px;
}
#footer .footer-main .ui.container .infobox ul li {
  margin-bottom: 20px;
}
#footer .footer-main .ui.container .infobox ul li .item em {
  display: block;
  color: #8e8e8e;
  font-weight: 700;
  margin-bottom: 10px;
}
#footer .footer-main .ui.container .infobox ul li .item p {
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}
#footer .footer-main .ui.container .ewmbox #ewm {
  width: 122px;
  height: 122px;
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;
}
#footer .footer-main .ui.container .ewmbox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .ui.container .ewmbox ul.sharelist li {
  font-size: 18px;
  color: #fff;
}
#footer .footer-main .ui.container .ewmbox ul.sharelist li a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#footer .footer-main .ui.container .ewmbox ul.sharelist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom .ui.container {
  border-top: 1px solid #fff;
  padding: 5px 0;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#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 .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: #fff;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: var(--base-color) !important;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: var(--base-color);
}
#footer .footer-bottom svg g.en {
  display: block;
}
#footer .footer-bottom svg g.cn {
  display: none;
}
.font-58 {
  line-height: 1.17241379;
}
@media screen and (max-width: 1400px) {
  .gxs-3 .main ul li {
    margin-bottom: 20px;
  }
  .gxs-2 .ui.container .left {
    width: 55%;
  }
  .gxs-2 .ui.container .right {
    width: 43%;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    padding: 0 15px;
  }
  .gxs-2 .ui.container .left {
    width: 100%;
  }
  .gxs-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .gxs-5 .main ul li .item .text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gxs-6 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-6 .ui.container .left {
    width: 100%;
  }
  .gxs-6 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .footer-main .ui.container > div.links {
    display: none;
  }
  .body-overflow-box {
    margin-bottom: 0!important;
  }
}
@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;
  }
  #footer .footer-bottom .ui.container p a.footbocheng {
    display: none !important;
}
.font-18, 
.font-16, {
    line-height: 28px !important;
}
  .mb-nav {
    display: none;
  }
  #banner .bannerbox img.dec {
    display: none;
  }
  a.more {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #banner .bannerbox ul.bannerlist li .content p {
    display: none;
  }
  .gxs-5 .main ul li .item .time {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .gxs-5 .main ul li .item .imgbox {
    width: 100%;
  }
  .gxs-5 .main ul li .item .imgbox img {
    width: 100%;
  }
  .gxs-6 .ui.container .right form>div>p span{
    width: 100%;
  }
  .gxs-6 .ui.container .right input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .gxs-3 .main ul li .item {
    height: auto;
    padding-bottom: 20px;
  }
}
@-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;
  }
}
.slick-slider {
  display: block!important;
}
.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: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #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: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 2%;
  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;
}
.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;
}





/*inner-page*/
.inner-banner {
    padding: 99px 0;
    margin-top: 140px;
}
.inner-banner .mbx {
    color: #777;
    font-size: 18px;
    line-height: 1.4;
}
.inner-banner .title {
    font-weight: bold;
    color: #121212;
    font-size: 35px;
    line-height: 1.1;
    margin-top: 13px;
}
.culture-banner {
    background: #3d7ae6;
    color: white;
}
.culture-banner .mbx {
    color: white;
}
.culture-banner .title {
    color: white;
}
.inner-page span.tag {
    font-size: 20px;
    line-height: 1.4;
}
.inner-page .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
}
.inner-page .tit {
    font-weight: bold;
}
.inner-page .m-page {
    text-align: center;
    margin-top: 97px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    margin: 2px 15px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: #3d7ae6;
    color: white;
}
.inner-page .sidebar-box {
    /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
}
.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    position: sticky;
    top: 100px;
}
.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    /*max-height: 3300px;
  overflow-y: auto;*/
    padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    padding: 8px 0;
    font-size: 20px;
    /*font-weight: bold;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2;
    word-break: break-all;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover，
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: #3d7ae6;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
    color: #3d7ae6;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
    list-style-type: disc;
    margin-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul 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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: #3d7ae6;
    font-weight:500;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 55px 40px 265px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 2;
    color: #fff;
/*     text-transform: capitalize; */
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
    /*display: inline-block;*/
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 12px 30px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
    /*display: inline-block;*/
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #3d7ae6;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover{
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
    width: 100%;
}
.inner-page .sidebar-box .sidebar-right {
    width: 72%;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;

}
.inner-page .product2-page p {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.about-page .about-1 .ui.container {
    max-width: 1720px;
}
.about-page .about-1 .top .img {
    position: relative;
    width: 50%;
}
.about-page .about-1 .top .img img{
    width: 100%;
     border-radius: 10px;
}
.about-page .about-1 .top .img .play {
    position: absolute;
    right: 36px;
    bottom: 115px;
    display: inline-block;
    padding: 50px 50px 50px 60px;
    background: #3d7ae6;
    border-radius: 50%;
    z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(61, 122, 230, 0.5);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-1 .top .imgs{
  width: 48%;
}
.about-page .about-1 .top .text {
    /* max-width: 1339px; */
    width: 46%;
    /*margin: -70px auto 0;
    background: white;
    -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);*/
    position: relative;
    z-index: 1;
    padding: 75px 0px 0px;
}
.about-page .about-1 .top .text.text100{
  width: 100%;
}
.about-page .about-1 .top .text .con {
    margin-top: 46px;
    font-size: 18px;
    line-height: 2;
}
.about-page .about-1 .bottom {
    max-width: 1335px;
    width: 100%;
    margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
    margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
    padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
    font-size: 70px;
    line-height: 1;
    color: #121212;
    display: inline-block;
    vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
    font-size: 20px;
    color: #3d7ae6;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 25px;
    color: #121212;
    line-height: 2;
    margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
    font-size: 18px;
    line-height: 1.5;
    color: #656565;
}
.about-page .about-2 {
    margin-top: 137px;
}
.about-page .about-2 .box {
    padding: 36px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .box .img {
    width: 50.06%;
    vertical-align: middle;
}
.about-page .about-2 .box .text {
    width: 49.94%;
    max-width: 632px;
    padding-left: 64px;
    vertical-align: middle;
}
.about-page .about-2 .box .text .header {
    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;
    flex-wrap: wrap
}
.about-page .about-2 .box .text .header .title {
    margin-top: 22px;
}
.about-page .about-2 .box .text .header .more {
    color: black;
    margin-bottom: 10px;
    background: white;
}
.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}
.about-page .about-2 .box .text .con {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 41px;
}
.about-page .about-2 .box .text .list {
    margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #505050;
}
.about-page .about-2 .box::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 100%;
    /*background: #f6f6f6;*/
}
.about-page .about-3 {
    background-color: #fff;
    padding: 13.8% 0 9.4%;
    margin-top: -122px;
}
.about-page .about-3.mt_100{
    margin-top: -80px;
    padding-top: 0;
}
.about-page .about-3 .header {
    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;
    padding-bottom: 63px;
    border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
    width: 50%;
}
.about-page .about-3 .header .left span.tag {
    color: #777;
}
.about-page .about-3 .header .left .title {
    margin-top: 21px;
}
.about-page .about-3 .header .right {
    width: 50%;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
    padding: 0 0px 0 108px;
}
.about-page .about-3 .content {
    margin-top: 88px;
}
.about-page .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -37px -37px 0;
}
.about-page .about-3 .content ul li {
    margin: 0 37px 37px 0;
    background: white;
    padding: 39px 32px 30px 40px;
    width: 30.3%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #121212;
    background: #f6f6f6;
    border-radius: 10px;
}
.about-page .about-3 .content ul li .tit {
    font-size: 25px;
    line-height: 2;
    margin-top: 21px;
}
.about-page .about-3 .content ul li p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 20px;
}
.about-page .about-3 .content ul li:hover {
    background: #3d7ae6;
    color: white;
}
.about-page .about-3 .content ul li:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .list {
    margin-top: 151px;
}
.about-page .about-3 .list .img-box {
    display: block;
}
.about-page .about-3 .list .img-box img {
    width: 100%;
}
.about-page .about-3 .list .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #f6f6f6;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
    margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
    display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
    background: #3d7ae6;
}
.about-page .about-4 {
    background: #fff;
        box-shadow: 0px 0px 16px 7.3px rgba(0, 0, 0, .08);
    padding: 68px 0 70px;
    max-width: 959px;
    width: 100%;
    margin-top: -32%;
    position: relative;
    z-index: 1;
}
.about-page .about-4 .box {
    max-width: 540px;
    margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
    margin-top: 27px;
}
.about-page .about-4 .box .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}
.about-page .about-4 .box .info {
    margin-top: 20px;
    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;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
}
.about-page .about-4 .box .info .tit {
    font-size: 20px;
    line-height: 1.5;
}
.about-page .about-4 .box .info p {
    font-size: 16px;
    line-height: 1.8;
}
.about-page .about-4 .box .more {
    margin-top: 36px;
    background: black;
}
.about-page .about-4 .box .more:hover {
    background: white;
    color: #3d7ae6;
}
.about-page .about-5 {
    padding: 0px 0 11.05%;
}
.about-page .about-5 .header {
    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;
    padding-bottom: 45px;
    border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
    color: #777;
}
.about-page .about-5 .header .title {
    margin-top: 21px;
}
.about-page .about-5 .header .more {
    background: #3d7ae6;
    margin-bottom: 4px;
    color: white;
}
.about-page .about-5 .header .more:hover {
    background: black;
    color: #3d7ae6;
}
.about-page .about-5 .content {
    margin-top: 47px;
}
.about-page .about-5 .content ul {
    margin-right: -42px;
}
.about-page .about-5 .content ul li {
    padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
    display: block;
}
.about-page .about-5 .content ul li .img-box img {
    width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
    margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
    display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
    background: #3d7ae6;
}
@media screen and (max-width: 1440px) {
    .about-page .about-4 .box {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1250px) {
    .inner-banner {
        padding: 60px 0;
    }
    .inner-banner .mbx {
        font-size: 18px;
    }
    .inner-banner .title {
        font-size: 42px;
    }
    .about-page .about-1 .top .img .play {
        padding: 30px 30px 30px 40px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }
    .about-page .about-3 .content ul li {
        width: 29.6%;
        padding: 39px 15px;
    }
    .about-page .about-3 .content ul li .tit {
        font-size: 22px;
    }
    .about-page .about-4 {
        max-width: 800px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-page .title {
        font-size: 34px;
    }
    .about-page .about-1 .top .text {
        padding: 70px 50px 90px;
    }
    .about-page .about-1 .bottom ul {
        margin-right: -40px;
    }
    .about-page .about-1 .bottom ul li {
        padding-right: 40px;
    }
    .about-page .about-3 .content ul {
        margin: 0 -20px -20px 0;
    }
    .about-page .about-3 .content ul li {
        margin: 0 20px 20px 0;
        width: 31.3%;
    }
    .about-page .about-4 {
        max-width: 700px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 40px 0;
        margin-top: 40px;
    }
    .asdkjhpoij {
        display: none !important;
    }
    .inner-banner .title {
        font-size: 36px;
    }
    #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: #3d7ae6;
        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;
    }
    .about-page .about-1 .top .text {
        padding: 50px 30px;
    }
    .about-page .about-1 .top .text .con {
        font-size: 18px;
    }
    .about-page .about-1 .top .text{
      width: 100%;
    }
    .about-page .about-1 .top .img{
      width: 100%;
    }
    .about-page .about-1 .bottom {
        margin: 60px auto 0;
    }
    .about-page .about-1 .bottom ul {
        margin-right: -20px;
    }
    .about-page .about-1 .bottom ul li {
        padding-right: 20px;
    }
    .about-page .about-1 .bottom ul li .data em {
        font-size: 50px;
    }
    .about-page .about-1 .bottom ul li .text .tit {
        font-size: 20px;
        line-height: 1.5;
    }
    .about-page .about-1 .bottom ul li .text p {
        font-size: 17px;
    }
    .about-page .about-2 {
        margin-top: 60px;
    }
    .about-page .about-2 .box {
        padding: 0 0 60px;
    }
    .about-page .about-2 .box .img {
        width: 100%;
    }
    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
    }
    .about-page .about-2 .box::after {
        width: 100%;
    }
    .about-page .about-3 {
        margin-top: 0;
        padding: 60px 0;
    }
    .about-page .about-3.mt_100{
        margin-top: 0;
    }
    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .about-page .about-3 .header .left {
        width: 100%;
    }
    .about-page .about-3 .header .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-3 .content {
        margin-top: 30px;
    }
    .about-page .about-3 .content ul li {
        width: 47%;
    }
    .about-page .about-3 .list {
        margin-top: 60px;
    }
    .about-page .about-3 .list .slick-dots {
        bottom: -40px;
    }
    .about-page .about-4 {
        max-width: 680px;
        margin: 0 auto;
    }
    .about-page .about-5 {
        padding: 60px 0 11.05%;
    }
    .about-page .about-5 .header {
        padding-bottom: 30px;
    }
    .about-page .about-5 .header .left {
        width: 52%;
    }
    .about-page .about-5 .content ul {
        margin-right: -20px;
    }
    .about-page .about-5 .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner {
        padding: 30px 0;
    }
    .inner-banner .mbx {
        font-size: 16px;
    }
    .inner-banner .title {
        font-size: 30px;
        margin-top: 10px;
    }
    .inner-page .title {
        font-size: 30px;
    }
    .about-page .about-1 .top .img .play {
        padding: 20px 20px 20px 30px;
        bottom: 20px;
    }
    .about-page .about-1 .top .text {
        margin-top: 0;
        padding: 30px 15px;
    }
    .about-page .about-1 .top .text .con {
        margin-top: 20px;
    }
    .about-page .about-1 .bottom ul li .data {
        padding-bottom: 0;
    }
    .about-page .about-1 .bottom {
        margin: 30px auto 0;
    }
    .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }
    .about-page .about-2 {
        margin-top: 30px;
    }
    .about-page .about-3 {
        padding: 30px 0;
    }
    .about-page .about-3 .content ul li {
        width: 45.9%;
    }
    .about-page .about-3 .content ul li .tit {
        font-size: 20px;
        line-height: 1.5;
    }
    .about-page .about-3 .content ul li p {
        font-size: 18px;
        margin-top: 10px;
    }
    .about-page .about-3 .list {
        margin-top: 30px;
    }
    .about-page .about-4 {
        padding: 30px 15px;
    }
    .about-page .about-5 {
        padding: 30px 0 50px 0;
    }
    .about-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .about-page .about-5 .header .left {
        width: 100%;
    }
    .about-page .about-5 .header .left .title {
        margin-top: 15px;
    }
    .about-page .about-5 .header .right {
        margin-top: 20px;
    }
    .about-page .about-5 .content {
        margin-top: 20px;
    }
    .about-page .about-5 .content ul .slick-dots {
        bottom: -25px;
    }
}
@media screen and (max-width: 500px) {
    .font-45{
        font-size: 24px;
    }
    .inner-banner .title {
        font-size: 26px;
        line-height: 1.5;
    }
    .inner-page .title {
        font-size: 26px;
    }
    .inner-page span.tag {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .about-page .about-1 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }
    .about-page .about-1 .top .text .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .bottom ul {
        margin: 0 0 -20px 0;
    }
    .about-page .about-1 .bottom ul li {
        padding: 0 0 20px 0;
    }
    .about-page .about-1 .bottom ul li .data em {
        font-size: 40px;
    }
    .about-page .about-2 .box {
        padding-bottom: 30px;
    }
    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }
    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }
    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }
    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.8;
    }
    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-3 .header {
        padding-bottom: 10px;
    }
    .about-page .about-3 .header .left .title {
        margin-top: 10px;
    }
    .about-page .about-3 .header .right {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-3 .content ul {
        margin: 0 0 -20px 0;
    }
    .about-page .about-3 .content ul li {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .about-page .about-3 .content ul li p {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-4 .box .title {
        margin-top: 10px;
    }
    .about-page .about-4 .box .con {
        margin-top: 10px;
    }
    .about-page .about-4 .box .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .about-page .about-4 .box .info p {
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-4 .box .info .left {
        width: 100%;
    }
    .about-page .about-4 .box .info .right {
        width: 100%;
        margin-top: 20px;
    }
    .about-page .about-4 .box .more {
        margin-top: 20px;
    }
    .about-page .about-5 .header .left .title {
        margin-top: 10px;
    }
}
.culture-page .culture-1 {
    position: relative;
    z-index: 1;
}
.culture-page .culture-1 .ui.container {
    max-width: 1750px;
}
.culture-page .culture-1 .box {
    padding-left: 0%;
}
.culture-page .culture-1 .box .text {
    width: 60%;
    padding-right: 47px;
    padding-top: 60px;
}
.culture-page .culture-1 .box .text .title {
    margin-top: 21px;
}
.culture-page .culture-1 .box .text .con {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 33px;
}
.culture-page .culture-1 .box .text .list {
    margin-top: 110px;
}
.culture-page .culture-1 .box .text .list ul {
    margin-bottom: -27px;
}
.culture-page .culture-1 .box .text .list ul li {
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    padding-left: 48px;
    padding-bottom: 20px;
}
.culture-page .culture-1 .box .text .list ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #3d7ae6;
}
.culture-page .culture-1 .box .img {
    width: 40%;
    vertical-align: middle;
    position: relative;
}
.culture-page .culture-1 .box .img span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 64.76%;
    width: 150px;
    background: white;
    font-size: 18px;
    color: #121212;
    font-weight: 300;
    text-align: center;
}
.culture-page .culture-1 .box .img span em {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    padding-bottom: 94px;
}
.culture-page .culture-1 .box .img span em::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 78px;
    background-color: #121212;
    margin: 0px 2px 29px 0px;
}
.culture-page .culture-1::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 55%;
    bottom: 45%;
    left: 0;
    background: #f6f6f6;
}
.culture-page .culture-2 {
    background-color: #fff;
    padding: 19.063% 0 159px;
    margin-top: -188px;
    
}
.culture-page .culture-2 .ui.container {
    max-width: 1390px;
    width: 100%;
    box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, .08);
    padding-top: 30px;
}
.culture-page .culture-2 .header {
    width: 58.721%;
    margin: 0 auto;
    text-align: center;
}
.culture-page .culture-2 .header i {
    font-size: 33px;
    color: #3d7ae6;
    line-height: 1;
    display: inline-block;
}
.culture-page .culture-2 .header span {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    /*padding: 25px 42px 0 54px;*/
    display: inline-block;
    width: 100%;
}
.culture-page .culture-2 .header .fa-quote-left {
    vertical-align: top;margin-right: auto;
    margin-left: 0;
    float: left;
}
.culture-page .culture-2 .header .fa-quote-right {
    vertical-align: bottom;
    margin-bottom: -40px;
    margin-left: auto;
    float: right;
}
.culture-page .culture-2 .content {
    /*padding-top: 10.12%;*/
}
.culture-page .culture-2 .content li {
    background: white;
    /*padding: 13.32% 0 9.5%;*/
    /*box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, .08);*/
        padding: 10px 0 67px 0;
         
}
.culture-page .culture-2 .content li .box {
    max-width: 1187px;
    width: 100%;
    margin: 0 auto;
}
.culture-page .culture-2 .content li .box .header {
    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;
    width: 100%;
}
.culture-page .culture-2 .content li .box .header .line {
    width: 154px;
    height: 1px;
    background-color: #3d7ae6;
    margin: 0 67px;
}
.culture-page .culture-2 .content li .box .con {
    margin-top: 77px;
    font-size: 20px;
    line-height: 1.5;
    color: #777;
    text-align: center;
}
.culture-page .culture-3 {
    padding: 0px 0 10px;
}
.culture-page .culture-3 .top .header {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 65px;
    border-bottom: 1px solid #b8b8bc;
}
.culture-page .culture-3 .top .header .left {
    width: 50%;
}
.culture-page .culture-3 .top .header .right {
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
    color: #474747;
    padding: 0 49px 0 20px;
}
.culture-page .culture-3 .top .header .title {
    margin-top: 22px;
}
.culture-page .culture-3 .top .content {
    margin-top: 74px;
}
.culture-page .culture-3 .top .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -32px -24px 0;
}
.culture-page .culture-3 .top .content ul li {
    margin: 0 32px 24px 0;
    padding: 40px 42px 50px 47px;
    background-color: #f2f2f2;
    width: 47.4%;
    color: #121212;
}
.culture-page .culture-3 .top .content ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #3d7ae6;
    text-align: center;
    line-height: 49px;
}
.culture-page .culture-3 .top .content ul li span img {
    display: inline-block;
    vertical-align: middle;
}
.culture-page .culture-3 .top .content ul li .tit {
    margin-top: 26px;
    font-size: 25px;
    line-height: 1.4;
}
.culture-page .culture-3 .top .content ul li p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}
.culture-page .culture-3 .bottom {
    margin-top: 114px;
}
.culture-page .culture-3 .bottom .img-box {
    display: block;
}
.culture-page .culture-3 .bottom .img-box img {
    width: 100%;
}
.culture-page .culture-3 .bottom .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -49px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.culture-page .culture-3 .bottom .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.culture-page .culture-3 .bottom .slick-dots li:last-child {
    margin-right: 0;
}
.culture-page .culture-3 .bottom .slick-dots li button {
    display: none;
}
.culture-page .culture-3 .bottom .slick-dots li.slick-active {
    background: #3d7ae6;
}
@media screen and (max-width: 1680px) {
    .culture-page .culture-1 .box {
        padding-left: 8%;
    }
    .culture-page .culture-1 .box .img span em {
        padding-bottom: 40px;
    }
    .culture-page .culture-2 .header span {
        font-size: 32px;
        width: 90%;
    }
}
@media screen and (max-width: 1440px) {
    .culture-page .culture-1 .box {
        padding-left: 2%;
    }
    .culture-page .culture-1 .box .text {
        padding-right: 40px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .culture-page .culture-1::after {
        height: 90%;
        bottom: 10%;
    }
    .culture-page .culture-1 .box {
        padding-left: 0%;
    }
    .culture-page .culture-1 .box .text {
        padding: 30px 20px 0 0;
    }
    .culture-page .culture-1 .box .text .con {
        font-size: 18px;
    }
    .culture-page .culture-1 .box .text .list ul li {
        font-size: 18px;
    }
    .culture-page .culture-1 .box .img span {
        font-size: 17px;
    }
    .culture-page .culture-1 .box .img span em {
        padding-bottom: 20px;
    }
    .culture-page .culture-1 .box .img span em::before {
        margin: 0 2px 10px 0;
    }
    .culture-page .culture-2 .header span {
        width: 88%;
        padding: 25px 0px 0 0px;
    }
    .culture-page .culture-2 .content li {
        padding: 0 15px 40px;
    }
    .culture-page .culture-3 .top .content ul li {
        width: 46.8%;
    }
}
@media screen and (max-width: 1100px) {
    .culture-page .culture-1 .box .text {
        padding: 0px 20px 0 0;
    }
    .culture-page .culture-1 .box .text .title {
        margin-top: 10px;
    }
    .culture-page .culture-1 .box .text .con {
        margin-top: 15px;
    }
    .culture-page .culture-1 .box .text .list ul {
        margin-bottom: -10px;
    }
    .culture-page .culture-1 .box .text .list ul li {
        padding-bottom: 10px;
    }
    .culture-page .culture-2 .header {
        width: 66%;
    }
    .culture-page .culture-3 .top .content ul li {
        width: 46.8%;
    }
}
@media screen and (max-width: 1000px) {
    .culture-page .culture-1 .box .text {
        width: 100%;
        padding-right: 0;
    }
    .culture-page .culture-1 .box .img {
        width: 100%;
        margin-top: 20px;
    }
    .culture-page .culture-2 {
        margin-top: -18%;
        padding: 19.063% 0 60px;
    }
    .culture-page .culture-2 .header {
        width: 86%;
    }
    .culture-page .culture-2 .header span {
        font-size: 29px;
    }
    .culture-page .culture-2 .header .fa-quote-right {
        margin-bottom: -22px;
    }
    .culture-page .culture-2 .content li .box .con {
        margin-top: 50px;
    }
    .culture-page .culture-3 {
        padding: 60px 0;
    }
    .culture-page .culture-3 .top .header .right {
        padding: 0 0 0 20px;
    }
    .culture-page .culture-3 .top .content {
        margin-top: 40px;
    }
    .culture-page .culture-3 .top .content ul {
        margin: 0 -20px -20px 0;
    }
    .culture-page .culture-3 .top .content ul li {
        padding: 30px 25px 40px 30px;
        margin: 0 20px 20px 0;
    }
    .culture-page .culture-3 .top .content ul li .tit {
        font-size: 20px;
    }
    .culture-page .culture-3 .top .content ul li p {
        font-size: 18px;
    }
    .culture-page .culture-3 .bottom {
        margin-top: 60px;
    }
    .culture-page .culture-3 .bottom .slick-dots {
        bottom: -30px;
    }
}
@media screen and (max-width: 700px) {
    .culture-page .culture-1 .box .text {
        padding-bottom: 30px;
    }
    .culture-page .culture-1 .box .img {
        display: none;
    }
    .culture-page .culture-1::after {
        bottom: 0;
        height: 100%;
    }
    .culture-page .culture-2 {
        padding: 30px 0;
        margin-top: 0;
    }
    .culture-page .culture-2 .header {
        width: 100%;
    }
    .culture-page .culture-2 .header span {
        width: 84%;
        font-size: 24px;
    }
    .culture-page .culture-2 .content li .box .con {
        margin-top: 20px;
    }
    .culture-page .culture-3 {
        padding: 30px 0 60px;
    }
    .culture-page .culture-3 .top .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .culture-page .culture-3 .top .header .left {
        width: 100%;
    }
    .culture-page .culture-3 .top .header .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .culture-page .culture-3 .top .content ul {
        margin: 0 -10px -20px 0;
    }
    .culture-page .culture-3 .top .content ul li {
        margin: 0 10px 20px 0;
        width: 47.9%;
        padding: 20px 15px 30px 20px;
    }
    .culture-page .culture-3 .top .content ul li p {
        font-size: 17px;
    }
    .culture-page .culture-3 .bottom {
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .culture-page .culture-1 .box .text .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .culture-page .culture-1 .box .text .list {
        margin-top: 20px;
    }
    .culture-page .culture-1 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }
    .culture-page .culture-2 .header i {
        font-size: 26px;
    }
    .culture-page .culture-2 .header span {
        font-size: 20px;
    }
    .culture-page .culture-2 .header .fa-quote-right {
        float: right;
    }
    .culture-page .culture-2 .content li .box .header .line {
        margin: 0 15px;
    }
    .culture-page .culture-2 .content li .box .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .culture-page .culture-3 {
        padding: 30px 0;
    }
    .culture-page .culture-3 .top .header .title {
        margin-top: 10px;
    }
    .culture-page .culture-3 .top .header .right {
        font-size: 16px;
        line-height: 1.8;
    }
    .culture-page .culture-3 .top .content {
        margin-top: 20px;
    }
    .culture-page .culture-3 .top .content ul {
        margin: 0 0 -20px 0;
    }
    .culture-page .culture-3 .top .content ul li {
        margin: 0 0 20px 0;
        width: 100%;
    }
}
.development-page .development-1 {
    background: #3d7ae6;
    padding: 110px 0 141px;
    color: white;
}
.development-page .development-1 .header .title {
    margin-top: 20px;
}
.development-page .development-1 .header .con {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 29px;
}
.development-page .development-1 .time {
    margin-top: 113px;
}
.development-page .development-1 .time ul {
    padding: 0 0 0 60px;
    position: relative;
    z-index: 1;
}
.development-page .development-1 .time ul .slick-slide:nth-child(1) li {
    padding-left: 0;
}
.development-page .development-1 .time ul li {
    padding-left: 120px;
    cursor: pointer;
}
.development-page .development-1 .time ul li i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    z-index: 2;
    margin-top: 5px;
}
.development-page .development-1 .time ul li i::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
}
.development-page .development-1 .time ul li i::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    opacity: 0;
}
.development-page .development-1 .time ul li p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 8px;
}
.development-page .development-1 .time ul li.active i {
    background: white;
}
.development-page .development-1 .time ul li.active i::before {
    background: #3d7ae6;
}
.development-page .development-1 .time ul li.active i::after {
    opacity: 1;
}
.development-page .development-1 .time ul li.hide {
    opacity: 0;
}
.development-page .development-1 .time ul::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 17px;
    width: 100%;
    height: 1px;
    background: white;
}
.development-page .development-1 .content {
    margin-top: 99px;
}
.development-page .development-1 .content ul li {
    background: white;
    padding: 53px 94px 53px 37px;
}
.development-page .development-1 .content ul li .left {
    width: 12%;
    vertical-align: middle;
}
.development-page .development-1 .content ul li .left .title {
    color: #121212;
}
.development-page .development-1 .content ul li .right {
    font-size: 20px;
    line-height: 1.5;
    color: #656565;
    vertical-align: middle;
    width: 88%;
    max-height: 120px;
    padding-right: 5px;
    overflow-y: auto;
}
.development-page .development-1 .content ul li .right::-webkit-scrollbar-thumb {
    background: #3d7ae6;
}
.development-page .development-2 {
    padding: 49px 0 167px;
}
.development-page .development-2 .box .text {
    padding: 9px 36px 0 0;
}
.development-page .development-2 .box .text span.tag {
    color: #3d7ae6;
}
.development-page .development-2 .box .text .title {
    margin-top: 21px;
    color: #121212;
}
.development-page .development-2 .box .text .con {
    font-size: 20px;
    color: #474747;
    line-height: 1.5;
    margin-top: 40px;
}
.development-page .development-2 .box .text .arrow {
    margin-top: 42px;
}
.development-page .development-2 .box .text .arrow .prev,
.development-page .development-2 .box .text .arrow .next {
    width: 59px;
    height: 59px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.development-page .development-2 .box .text .arrow .prev::after,
.development-page .development-2 .box .text .arrow .next::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 18px;
    width: 23px;
    height: 16px;
    background: url(../images/arrow.png) no-repeat;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.development-page .development-2 .box .text .arrow .prev:hover,
.development-page .development-2 .box .text .arrow .next:hover {
    background: #3d7ae6;
}
.development-page .development-2 .box .text .arrow .prev:hover::after,
.development-page .development-2 .box .text .arrow .next:hover::after {
    -webkit-filter: none;
    filter: none;
}
.development-page .development-2 .box .text .arrow .prev::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.development-page .development-2 .box .text .arrow .next {
    margin-left: 29px;
}
.development-page .development-2 .box .img {
    padding-left: 30px;
}
@media screen and (max-width: 1280px) {
    .development-page .development-1 .time ul li {
        padding-left: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .development-page .development-1 .time ul li {
        padding-left: 70px;
    }
}
@media screen and (max-width: 1000px) {
    .development-page .development-1 {
        padding: 60px 0;
    }
    .development-page .development-1 .time {
        margin-top: 60px;
    }
    .development-page .development-1 .content {
        margin-top: 60px;
    }
    .development-page .development-1 .content ul li {
        padding: 53px 30px;
    }
    .development-page .development-1 .content ul li .left {
        width: 15%;
    }
    .development-page .development-1 .content ul li .right {
        width: 85%;
    }
    .development-page .development-2 {
        padding: 49px 0 60px;
    }
    .development-page .development-2 .box .text {
        vertical-align: middle;
        padding: 0 15px 0 0;
    }
    .development-page .development-2 .box .img {
        vertical-align: middle;
        padding-left: 15px;
    }
}
@media screen and (max-width: 700px) {
    .development-page .development-1 .time ul li {
        padding-left: 20px;
    }
    .development-page .development-1 {
        padding: 30px 0;
    }
    .development-page .development-1 .header .title {
        margin-top: 10px;
    }
    .development-page .development-1 .header .con {
        margin-top: 10px;
    }
    .development-page .development-1 .time {
        margin-top: 30px;
    }
    .development-page .development-1 .content {
        margin-top: 30px;
    }
    .development-page .development-1 .content ul li {
        padding: 30px 15px;
    }
    .development-page .development-1 .content ul li .left {
        width: 20%;
    }
    .development-page .development-1 .content ul li .right {
        width: 80%;
    }
    .development-page .development-2 {
        padding: 30px 0;
    }
    .development-page .development-2 .box .text {
        width: 100%;
        padding: 0;
    }
    .development-page .development-2 .box .img {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width: 500px) {
    .development-page .development-1 .header .con {
        font-size: 15px;
        line-height: 1.9;
    }
    .development-page .development-1 .time ul li {
        padding-left: 0;
    }
    .development-page .development-1 .content ul li .left {
        width: 100%;
    }
    .development-page .development-1 .content ul li .right {
        width: 100%;
        font-size: 18px;
        line-height: 1.6;
        margin-top: 20px;
    }

    .development-page .development-2 .box .text .title {
        margin-top: 10px;
    }
    .development-page .development-2 .box .text .con {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 10px;
    }
    .development-page .development-2 .box .text .arrow {
        margin-top: 15px;
    }
}

#news_cont .news {
    padding: 110px 0 108px;
}

#news_cont .news .header {
    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;
    border-bottom: 1px solid #b8b8bc;
    padding-bottom: 47px;
}

#news_cont .news .header .title {
    margin-top: 21px;
}

#news_cont .news .header .more {
    background: #3d7ae6;
}

#news_cont .news .header .more:hover {
    background: black;
}

#news_cont .news .content {
    margin-top: 47PX;
}

#news_cont .news .content ul {
    margin-right: -43px;
}

#news_cont .news .content ul li {
    padding-right: 43px;
}

#news_cont .news .content ul li .img-box {
    display: block;
}

#news_cont .news .content ul li .img-box img {
    width: 100%;
}

#news_cont .news .content ul li .text {
    padding-top: 26px;
}

#news_cont .news .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}

#news_cont .news .content ul li .text .tit {
    display: block;
    font-size: 24px;
    color: #121212;
    line-height: 1.5;
    margin-top: 6px;
}

@media screen and (max-width: 1250px) {
    #news_cont .news {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1000px) {
    #news_cont .news {
        padding: 60px 0;
    }

    #news_cont .news .content ul {
        margin-right: -15px;
    }

    #news_cont .news .content ul li {
        padding-right: 15px;
    }

    #news_cont .news .content ul li .text .tit {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    #news_cont .news {
        padding: 30px 0;
    }

    #news_cont .news .header {
        padding-bottom: 20px;
    }

    #news_cont .news .content {
        margin-top: 20px;
    }

    .inner-page .more {
        padding: 10px 22px;
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {

    #news_cont .news .header {
        display: block;
    }

    #news_cont .news .header .left .title {
        margin-top: 10px;
    }

    #news_cont .news .header .right {
        margin-top: 20px;
    }
}
.news-page {
    background-color: #f6f6f6;
    padding: 95px 0 25px;
}
.news-page .header {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 46px;
    border-bottom: 1px solid #b8b8bc;
}
.news-page .header span.tag {
    color: #3d7ae6;
}
.news-page .header .title {
    margin-top: 21px;
}
.news-page .header .right {
    margin-bottom: 6px;
}
.news-page .header ul {
    margin-right: -45px;
}
.news-page .header ul li {
    display: inline-block;
    padding-right: 45px;
}
.news-page .header ul li .more {
    background: black;
    text-transform: capitalize;
}
.news-page .header ul li.active .more,
.news-page .header ul li:hover .more {
    background: #3d7ae6;
}
.news-page .content {
    margin-top: 47px;
}
.news-page .content ul {
    margin: 0 -43px -79px 0;
}
.news-page .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.news-page .content ul li {
    padding: 0 43px 79px 0;
}
.news-page .content ul li .img-box {
    display: block;
}
.news-page .content ul li .img-box img {
    width: 100%;
}
.news-page .content ul li .text {
    padding-top: 26px;
}
.news-page .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}
.news-page .content ul li .text .tit {
    display: block;
    font-size: 24px;
    color: #121212;
    line-height: 1.5;
    margin-top: 9px;
}
@media screen and (max-width: 1000px) {
    .news-page {
        padding: 60px 0;
    }
    .news-page .header .left {
        width: 30%;
    }
    .news-page .header .right {
        width: 70%;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 60px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 2px 10px;
    }
}
@media screen and (max-width: 700px) {
    .news-page {
        padding: 30px 0;
    }
    .news-page .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .news-page .header .left {
        width: 100%;
    }
    .news-page .header .right {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .header .title {
        margin-top: 10px;
    }
    .news-page .content {
        margin-top: 20px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 30px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .news-page .header .right {
        display: none;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        margin: 2px 5px;
    }
}
.newdet-page .newdet-content {
    padding-bottom: 101px;
}
.newdet-page .newdet-content .img img {
    width: 100%;
}
.newdet-page .newdet-content h1 {
    margin-top: 58px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    color: #121212;
}
.newdet-page .newdet-content .desc {
    display: inline-block;
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
    margin-top: 12px;
}
.newdet-page .newdet-content .con {
    margin-top: 17px;
    font-size: 20px;
    color: #111;
    line-height: 1.5;
    /*font-family: 'Rany' !important;*/
    /*font-weight: 400;*/
}
.newdet-page .newdet-content .con span,
.newdet-page .newdet-content .con p,
.newdet-page .newdet-content .con strong {
    /*font-family: 'Rany' !important;*/
    font-weight: 400;
}
.newdet-page .newdet-content .con strong {
    font-weight: bold;
}
.newdet-page .newdet-content .share {
    margin-top: 63px;
    padding-bottom: 21px;
    border-bottom: 1px solid #b8b8bc;
}
.newdet-page .newdet-content .share a {
    display: inline-block;
    margin-right: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    color: black;
}
.newdet-page .newdet-content .share a:last-child {
    margin-right: 0;
}
.newdet-page .newdet-content .share a:hover {
    color: #3d7ae6;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.newdet-page .newdet-content .m-link {
    margin-top: 38px;
}
.newdet-page .newdet-content .m-link a {
    display: block;
    font-size: 20px;
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-content .m-link a:hover {
    text-decoration: underline;
    color: #3d7ae6;
}
.newdet-page .newdet-list {
    background: #f6f6f6;
}
.newdet-page .newdet-list .header span.tag {
    color: #3d7ae6;
}
.newdet-page .newdet-list .header .title {
    margin-top: 20px;
}
.newdet-page .newdet-list .content {
    margin-top: 80px;
}
.newdet-page .newdet-list .content ul {
    margin-right: -43px;
}
.newdet-page .newdet-list .content ul li {
    padding-right: 43px;
}
.newdet-page .newdet-list .content ul li .img-box {
    display: block;
}
.newdet-page .newdet-list .content ul li .img-box img {
    width: 100%;
}
.newdet-page .newdet-list .content ul li .text {
    padding-top: 26px;
}
.newdet-page .newdet-list .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}
.newdet-page .newdet-list .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 1.5;
    margin-top: 9px;
}
@media screen and (max-width: 1000px) {
    .newdet-page .newdet-content {
        padding-bottom: 60px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 40px;
    }
    .newdet-page .newdet-content h1 {
        font-size: 36px;
        margin-top: 30px;
    }
    .newdet-page .newdet-list {
        padding: 60px 0 17.14%;
    }
    .newdet-page .newdet-list .content {
        margin-top: 40px;
    }
    .newdet-page .newdet-list .content ul {
        margin-right: -20px;
    }
    .newdet-page .newdet-list .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .newdet-content {
        padding-bottom: 30px;
    }
    .newdet-page .newdet-content h1 {
        margin-top: 20px;
        font-size: 32px;
    }
    .newdet-page .newdet-content .con {
        font-size: 18px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .newdet-page .newdet-content .m-link {
        margin-top: 15px;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 18px;
    }
    .newdet-page .newdet-list {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .newdet-page .newdet-list .header .title {
        margin-top: 10px;
    }
    .newdet-page .newdet-list .content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .newdet-content h1 {
        font-size: 26px;
    }
    .newdet-page .newdet-content .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 16px;
    }
    .newdet-page .newdet-list .content ul li .text span {
        font-size: 14px;
        line-height: 2;
    }
    .newdet-page .newdet-list .content ul li .text .tit {
        font-size: 16px;
        line-height: 1.8;
    }
}
.zz-page .zz-1 {
    background: #3d7ae6;
    padding: 106px 0 205px;
    color: white;
}
.zz-page .zz-1 .text {
    vertical-align: middle;
}
.zz-page .zz-1 .text .title {
    margin-top: 21px;
}
.zz-page .zz-1 .text .con {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}
.zz-page .zz-1 .img {
    vertical-align: middle;
    text-align: right;
}
.zz-page .zz-2 {
    margin-top: -7%;
}
.zz-page .zz-2 ul {
    margin-right: -26px;
}
.zz-page .zz-2 ul li {
    padding-right: 26px;
}
.zz-page .zz-2 ul li .img-box {
    display: block;
}
.zz-page .zz-2 ul li .img-box img {
    width: 100%;
}
.zz-page .zz-2 ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -50px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.zz-page .zz-2 ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.zz-page .zz-2 ul .slick-dots li:last-child {
    margin-right: 0;
}
.zz-page .zz-2 ul .slick-dots li button {
    display: none;
}
.zz-page .zz-2 ul .slick-dots li.slick-active {
    background: #3d7ae6;
}
.zz-page .zz-3 {
    margin-top: 173px;
}
.zz-page .zz-3 .header {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 64px;
    border-bottom: 1px solid #b8b8bc;
}
.zz-page .zz-3 .header .left {
    width: 55%;
    padding-right: 60px;
}
.zz-page .zz-3 .header .left span.tag {
    color: #3d7ae6;
}
.zz-page .zz-3 .header .left .title {
    margin-top: 21px;
}
.zz-page .zz-3 .header .right {
    font-size: 20px;
    color: #474747;
    line-height: 1.5;
    width: 45%;
}
.zz-page .zz-3 .content {
    margin-top: 78px;
}
.zz-page .zz-3 .content ul {
    margin: 0 -52px -50px 0;
}
.zz-page .zz-3 .content ul li {
    padding: 0 52px 50px 0;
}
.zz-page .zz-3 .content ul li .ig {
    background-size: cover;
    height: 525px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.zz-page .zz-3 .content ul li .ig .desc {
    position: absolute;
    left: 0;
    width: 100%;
    background: #3d7ae6;
    color: white;
    padding: 31px 43px 56px 32px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 25px;
    line-height: 1.5;
}
.zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 11px;
}
.zz-page .zz-3 .content ul li .ig:hover .desc {
    opacity: 1;
}
.zz-page .about-2 {
    margin-top: 166px;
}
@media screen and (max-width: 1000px) {
    .zz-page .zz-1 {
        padding: 60px 0;
    }
    .zz-page .zz-1 .text {
        padding-right: 30px;
    }
    .zz-page .zz-1 .text .con {
        font-size: 18px;
    }
    .zz-page .zz-3 {
        margin-top: 60px;
    }
    .zz-page .zz-3 .header {
        padding-bottom: 30px;
    }
    .zz-page .zz-3 .header .left {
        padding-right: 20px;
    }
    .zz-page .zz-3 .content {
        margin-top: 40px;
    }
    .zz-page .zz-3 .content ul {
        margin: 0 -30px 30px 0;
    }
    .zz-page .zz-3 .content ul li {
        padding: 0 30px 30px 0;
    }
    .zz-page .zz-3 .content ul li .ig {
        height: 400px;
    }
    .zz-page .zz-3 .content ul li .ig .desc {
        padding: 30px 20px;
    }
    .zz-page .zz-3 .content ul li .ig .desc .tit {
        font-size: 22px;
    }
    .zz-page .zz-3 .content ul li .ig .desc .con {
        font-size: 18px;
    }
    .zz-page .about-2 {
        margin-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .zz-page .zz-1 {
        padding: 30px 0;
    }
    .zz-page .zz-1 .text {
        width: 100%;
        padding-right: 0;
    }
    .zz-page .zz-1 .text .title {
        margin-top: 10px;
    }
    .zz-page .zz-1 .text .con {
        margin-top: 10px;
    }
    .zz-page .zz-1 .img {
        margin-top: 20px;
        width: 100%;
    }
    .zz-page .zz-2 {
        margin-top: 30px;
    }
    .zz-page .zz-2 ul .slick-dots {
        bottom: -36px;
    }
    .zz-page .zz-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .zz-page .zz-3 .header .left {
        width: 100%;
        padding-right: 0;
    }
    .zz-page .zz-3 .header .right {
        width: 100%;
        margin-top: 10px;
    }
    .zz-page .zz-3 .content {
        margin-top: 20px;
    }
    .zz-page .zz-3 .content ul {
        margin: 0 -15px -15px 0;
    }
    .zz-page .zz-3 .content ul li {
        padding: 0 15px 15px 0;
    }
    .zz-page .zz-3 .content ul li .ig {
        height: 300px;
    }
    .zz-page .zz-3 .content ul li .ig .desc {
        padding: 20px 15px;
    }
    .zz-page .zz-3 .content ul li .ig .desc .tit {
        font-size: 20px;
    }
    .zz-page .zz-3 .content ul li .ig .desc .con {
        font-size: 16px;
    }
    .zz-page .about-2 {
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .zz-page .zz-1 .text .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .zz-page .zz-3 .content ul li .ig .desc .tit {
        font-size: 18px;
        line-height: 1.6;
    }
    .zz-page .zz-3 .content ul li .ig .desc .con {
        font-size: 14px;
        line-height: 2;
        margin-top: 5px;
    }
}
.cc-page .cc-1 {
    margin-top: 138px;
    padding-top: 114px;
    background-color: #f6f6f6;
}
.cc-page .cc-1 .header span.tag {
    color: #3d7ae6;
}
.cc-page .cc-1 .header .title {
    margin: 21px auto 0;
    /*width: 50%;*/
}
.cc-page .cc-1 .tab {
    margin-top: 50px;
}
.cc-page .cc-1 .tab ul {
    margin-right: -139px;
}
.cc-page .cc-1 .tab ul li {
    display: inline-block;
    margin-right: 139px;
    font-size: 18px;
    line-height: 1.6;
    color: #959595;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cc-page .cc-1 .tab ul li:hover,
.cc-page .cc-1 .tab ul li.active {
    color: #484848;
}
.cc-page .cc-1 .content {
    margin-top: 20px;
}
.cc-page .cc-1 .content .slide {
    position: relative;
}
.cc-page .cc-1 .content .slide::after {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #000), color-stop(5%, #000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 3%, #000 5%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, #000 3%, #000 5%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #000 3%, #000 5%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='rgba(0,0,0,0.1)', GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cc-page .cc-1 .content .slide .text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding-bottom: 67px;
}
.cc-page .cc-1 .content .slide .text .left .title {
    width: 66%;
}
.cc-page .cc-1 .content .slide .text .right ul {
    margin-bottom: -5px;
}
.cc-page .cc-1 .content .slide .text .right ul li {
    padding: 0 0 5px 32px;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
}
.cc-page .cc-1 .content .slide .text .right ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
@media screen and (max-width: 1100px) {
    .cc-page .cc-1 .tab ul {
        margin-right: -100px;
    }
    .cc-page .cc-1 .tab ul li {
        margin-right: 100px;
    }
    .cc-page .cc-1 .content .slide .text {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .cc-page .cc-1 {
        margin-top: 60px;
        padding-top: 60px;
    }
    .cc-page .cc-1 .header .title {
        width: 70%;
    }
    .cc-page .cc-1 .tab ul {
        margin-right: -40px;
    }
    .cc-page .cc-1 .tab ul li {
        margin-right: 40px;
    }
    .cc-page .cc-1 .content .slide img {
        min-height: 400px;
    }
    .cc-page .cc-1 .content .slide .text .left .title {
        width: 88%;
    }
    .cc-page .cc-1 .content .slide .text .right ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .cc-page .cc-1 {
        margin-top: 30px;
        padding-top: 30px;
    }
    .cc-page .cc-1 .header .title {
        margin-top: 10px;
        width: 80%;
    }
    .cc-page .cc-1 .tab {
        margin-top: 20px;
    }
    .cc-page .cc-1 .tab ul {
        margin-right: -10px;
    }
    .cc-page .cc-1 .tab ul li {
        font-size: 16px;
        margin-right: 10px;
    }
    .cc-page .cc-1 .content .slide img {
        min-height: 300px;
    }
    .cc-page .cc-1 .content .slide .text {
        padding-bottom: 10px;
    }
    .cc-page .cc-1 .content .slide .text .left {
        width: 100%;
    }
    .cc-page .cc-1 .content .slide .text .right {
        width: 100%;
        margin-top: 10px;
    }
    .cc-page .cc-1 .content .slide .text .right ul li {
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    .cc-page .cc-1 .header .title {
        width: 100%;
    }
    .cc-page .cc-1 .content .slide .text .right ul li {
        font-size: 14px;
        padding-left: 20px;
    }
}

.cx-page .cx-1 {
    padding: 133px 0 178px;
    background-color: #f6f6f6;
}
.cx-page .cx-1 .header {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 65px;
    border-bottom: 1px solid #b8b8bc;
}
.cx-page .cx-1 .header .left {
    width: 55%;
    padding-right: 60px;
}
.cx-page .cx-1 .header .left span.tag {
    color: #3d7ae6;
}
.cx-page .cx-1 .header .left .title {
    margin-top: 20px;
}
.cx-page .cx-1 .header .right {
    width: 45%;
    color: #474747;
    font-size: 20px;
    line-height: 1.5;
}
.cx-page .cx-1 .content {
    margin-top: 87px;
}
.cx-page .cx-1 .content ul .slick-slide {
    padding: 41px 0;
}
.cx-page .cx-1 .content ul .slick-current + div li img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.cx-page .cx-1 .content ul .slick-current + div + div li {
    position: relative;
    z-index: 1;
}
.cx-page .cx-1 .content ul .slick-current + div + div li img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.cx-page .cx-1 .content ul .slick-current + div + div + div li img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.cx-page .cx-1 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -83px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.cx-page .cx-1 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #dbdbdb;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.cx-page .cx-1 .content ul .slick-dots li:last-child {
    margin-right: 0;
}
.cx-page .cx-1 .content ul .slick-dots li button {
    display: none;
}
.cx-page .cx-1 .content ul .slick-dots li.slick-active {
    background: #3d7ae6;
}

.cx-page .cx-2 {
    padding-bottom: 137px;
}
.cx-page .cx-2 .img {
    /*background: url(../images/cx-2.jpg) no-repeat center center;*/
    background-size: cover;
    /*padding: 178px 0 203px;*/
    text-align: center;
}
.cx-page .cx-2 .img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cx-page .cx-2 .img .play {
    padding: 50px 50px 50px 60px;
    border-radius: 50%;
    background: rgba(0, 100, 40, 0.6);
    display: inline-block;
    position: relative;
    z-index: 1;
}
.cx-page .cx-2 .img .play::before,
.cx-page .cx-2 .img .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(0, 100, 40, 0.3);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.cx-page .cx-2 .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
@media screen and (max-width: 1000px) {
    .cx-page .cx-1 {
        padding: 60px 0;
    }
    .cx-page .cx-1 .header {
        padding-bottom: 30px;
    }
    .cx-page .cx-1 .header .left {
        padding-right: 30px;
    }
    .cx-page .cx-1 .header .right {
        font-size: 18px;
    }
    .cx-page .cx-1 .content {
        margin-top: 40px;
    }
    .cx-page .cx-1 .content ul .slick-dots {
        bottom: -50px;
    }
    .cx-page .cx-2 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 700px) {
    .cx-page .cx-1 {
        padding: 30px 0;
    }
    .cx-page .cx-1 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .cx-page .cx-1 .header .left {
        width: 100%;
        padding-right: 0;
    }
    .cx-page .cx-1 .header .left .title {
        margin-top: 10px;
    }
    .cx-page .cx-1 .header .right {
        width: 100%;
        margin-top: 10px;
    }
    .cx-page .cx-1 .content {
        margin-top: 20px;
    }
    .cx-page .cx-1 .content ul .slick-dots {
        bottom: -20px;
    }
    .cx-page .cx-2 {
        padding-bottom: 30px;
    }
    .cx-page .cx-2 .img {
        padding: 60px 0;
    }
    .cx-page .cx-2 .img .play {
        padding: 30px 30px 30px 40px;
    }
}
@media screen and (max-width: 500px) {
    .cx-page .cx-1 .header .right {
        font-size: 16px;
    }
}
.responsibility-page{
    padding-bottom: 160px;
}
.responsibility-page .box {
    padding-top: 80px;
}
.responsibility-page .box:nth-child(1) {
    background: #f6f6f6;
}
.responsibility-page .text {
    max-width: 830px;
    margin: 15px auto 0;
    padding: 0 16px;
    color: #777;
}
.responsibility-page .text p + p {
    margin-top: 30px;
}
.responsibility-page .img {
    position: relative;
}
.responsibility-page .img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.responsibility-page .img h4 {
    font-size: 25px;
    font-weight: bold;
    color: white;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.responsibility-page .img h4::after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background-color: white;
    margin: 20px auto 0;
}

.responsibility-page .bt {
    color: #777;
    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;
    text-transform: uppercase;
}
.responsibility-page .bt::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentcolor;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.responsibility-page .titles {
    font-size: 50px;
    line-height: 1.2;
    color: #1b1b1b;
    padding: 0 16px;
}
@media screen and (max-width: 1000px) {
    .responsibility-page .titles {
        font-size: 40px;
    }
    .responsibility-page .box {
        padding-top: 60px;
    }
    .responsibility-page{
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 700px) {
    .responsibility-page{
        padding-bottom: 30px;
    }
    .responsibility-page .img {
        height: 300px;
    }
    .responsibility-page .titles {
        font-size: 36px;
    }
    .responsibility-page .box {
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .responsibility-page .titles {
        font-size: 28px;
    }
    .responsibility-page .text {
        padding: 0 15px;
    }
}
.kcx-page {
    padding-bottom: 160px;
}
.kcx-page #index-body .sustainable {
    background: #f6f6f6;
    padding: 114px 0 152px;
}

.kcx-page #index-body .sustainable .box {
    margin-left: auto;
    max-width: 1562px;
    width: 100%;
    padding-left: 16px;
}

.kcx-page #index-body .sustainable .box .header {
    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;
}

.kcx-page #index-body .sustainable .box .header .left {
    width: 46%;
}

.kcx-page #index-body .sustainable .box .header .left .title {
    margin-top: 21px;
}

.kcx-page #index-body .sustainable .box .header .right {
    margin-bottom: -30px;
}

.kcx-page #index-body .sustainable .box .content {
    margin-top: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.kcx-page #index-body .sustainable .box .content .left {
    width: 50%;
    background: white;
    padding: 105px 91px 113px 52px;
}

.kcx-page #index-body .sustainable .box .content .left i {
    font-size: 33px;
    line-height: 1;
    color: #3d7ae6;
}

.kcx-page #index-body .sustainable .box .content .left .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.kcx-page #index-body .sustainable .box .content .left .con .desc {
    padding: 15px 0 0 35px;
    font-size: 20px;
    line-height: 1.5;
}

.kcx-page #index-body .sustainable .box .content .left .icon {
    padding: 66px 0 0 79px;
}

.kcx-page #index-body .sustainable .box .content .left .icon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}

.kcx-page #index-body .sustainable .box .content .left .icon img:last-child {
    margin-right: 0;
}

.kcx-page #index-body .sustainable .box .content .left .bottom {
    text-align: right;
}

.kcx-page #index-body .sustainable .box .content .right {
    width: 50%;
}

.kcx-page #index-body .sustainable .box .content .right ul {
    height: 100%;
}

.kcx-page #index-body .sustainable .box .content .right ul div {
    height: 100%;
}

.kcx-page #index-body .sustainable .box .content .right ul li {
    height: 100%;
}

.kcx-page #index-body .sustainable .box .content .right ul li img {
    height: 100%;
    object-fit: cover;
}


.kcx-page #index-body .advantage {
    padding: 139px 0 150px;
}

.kcx-page #index-body .advantage .box .left {
    padding: 9px 30px 0 0;
}

.kcx-page #index-body .advantage .box .left .text .title {
    margin-top: 21px;
}

.kcx-page #index-body .advantage .box .left .text .con {
    font-size: 18px;
    color: #474747;
    line-height: 30px;
    margin-top: 20px;
}

.kcx-page #index-body .advantage .box .left .text .mores {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #3d7ae6;
    margin-top: 29px;
}

.kcx-page #index-body .advantage .box .left .img {
    margin-top: 62px;
}

.kcx-page #index-body .advantage .box .right {
    padding-left: 30px;
}

.kcx-page #index-body .advantage .box .right .con {
    margin-top: 72px;
    font-size: 20px;
    line-height: 1.5;
}

.kcx-page #index-body .advantage .box .right .mores {
    display: inline-block;
    color: #3d7ae6;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    line-height: 1;
    margin-top: 32px;
}

@media screen and (max-width: 1250px) {
    .kcx-page #index-body .sustainable {
        padding: 14.6% 0 80px;
    }
    .kcx-page #index-body .sustainable .box{
        padding-left: 0;
    }
    .kcx-page #index-body .sustainable .box .header {
        padding: 0 15px;
    }

    .kcx-page #index-body .sustainable .box .content .left {
        padding: 60px 50px 70px 40px;
    }

    .kcx-page #index-body .sustainable .box .content .left .con .desc {
        padding: 15px 0 0 20px;
    }

    .kcx-page #index-body .sustainable .box .content .left .icon {
        padding: 50px 0 0 52px;
    }

    .kcx-page #index-body .advantage {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1000px) {
    .kcx-page #index-body .sustainable {
        padding: 60px 0;
    }

    .kcx-page #index-body .sustainable .box .header .left {
        width: 100%;
    }

    .kcx-page #index-body .sustainable .box .header .right {
        display: none;
    }

    .kcx-page #index-body .sustainable .box .content .left {
        padding: 30px 30px 40px 20px;
    }

    .kcx-page #index-body .sustainable .box .content .left .con .desc {
        font-size: 17px;
    }

    .kcx-page #index-body .sustainable .box .content .left .icon {
        padding: 40px 0 0 52px;
    }

    .kcx-page #index-body .sustainable .box .content .left .icon img {
        margin-right: 40px;
    }

    .kcx-page #index-body .advantage {
        padding: 60px 0;
    }

    .kcx-page #index-body .advantage .box .left {
        padding: 8px 15px 0 0;
    }

    .kcx-page #index-body .advantage .box .right {
        padding-left: 15px;
    }
}


@media screen and (max-width: 700px) {
    .kcx-page #index-body .sustainable {
        padding: 30px 0;
        margin-top: 0;
    }

    .kcx-page #index-body .sustainable .box .content {
        margin-top: 20px;
    }

    .kcx-page #index-body .sustainable .box .content .left {
        width: 100%;
    }

    .kcx-page #index-body .sustainable .box .content .right {
        width: 100%;
    }

    .kcx-page #index-body .advantage {
        padding: 30px 0;
    }

    .kcx-page #index-body .advantage {
        padding: 30px 0;
    }

    .kcx-page #index-body .advantage .box .left {
        padding: 0;
        width: 100%;
    }

    .kcx-page #index-body .advantage .box .left .img {
        margin-top: 20px;
    }

    .kcx-page #index-body .advantage .box .right {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }

    .kcx-page #index-body .advantage .box .right .con {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .kcx-page #index-body .advantage .box .left .text .con,
    .kcx-page #index-body .advantage .box .right .con {
        font-size: 16px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1000px) {
    .kcx-page {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 700px) {
    .kcx-page {
        padding-bottom: 30px;
    }
}
.product2-page {
    padding: 70px 0 100px;
        background: #f6f6f6;
}
.product2-page .ui.container{
    max-width: 1750px;
}
.product2-page .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.product2-page .product-list ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product2-page .product-list ul li {
    padding: 0 5px;
    margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 10px;
    background: #f7f7f7;
    position: relative;
}
.product2-page .product-list ul li .img a{
    display: block;
    position: relative;
}
.product2-page .product-list ul li .img img {
    width: 100%;
}
.product2-page .product-list ul li .text {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product2-page .product-list ul li:hover .img,
.product2-page .product-list ul li:hover .text {
    background-color: #3d7ae6;
    color: #fff;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
    width: 100%;
}
#msg2 .box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    right: 0;
    background: white;
    -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);
    padding: 20px 15px;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 2;
}
#msg2 .box h3 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 15px;
}
#msg2 .box i.close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#msg2 .box i.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#msg2 .box form ul li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 2;
}
#msg2 .box form ul li:last-child {
    padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
    width: 100%;
    line-height: 2;
    border: 1px solid #eee;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
    border-color: #3d7ae6;
}
#msg2 .box form ul li textarea {
    height: 80px;
    resize: vertical;
    -webkit-transition: .5s all,height 0s;
    -moz-transition: .5s all,height 0s;
    transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
    background: #3d7ae6;
    color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
    background: #222;
}
#msg2.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.product2-page .product-list ul li .pro-box .imgbox img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
    display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
    max-height: 145px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;
}
.product2-page .product-list ul li .text .neirong p {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1;
}
#mask .prodet-page {
    padding: 30px 20px;
    -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);
    background: #ffffff;
}
#mask .item{
    position: relative;
}
/* .prodet-page .container {
    max-width: 1370px;
} */
.prodet-page .prodet-1 .prodet-box .left {
    width: 50%;
    padding-right: 35px;
}
.prodet-page .prodet-1 .prodet-box .left .big {
    position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery {
    margin-top: 20px;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul {
    margin: -5px;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul li {
    padding: 5px;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul li img {
    border: 1px solid #eee;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 57px;
    height: 101px;
    border: none;
    color: transparent;
    z-index: 5;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
    background: url(../images/a-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
    background: url(../images/a-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 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;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 36px;
    font-size: 18px;
    line-height: 1;
    color: #3d7ae6;
    border: 1px solid #3d7ae6;
    background: #ffffff;
    margin: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
    background: #3d7ae6;
    border: 1px solid #3d7ae6;
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: #3d7ae6;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
    background: #3d7ae6;
}
.prodet-page .prodet-1 .prodet-box .right {
    width: 50%;
    /*padding-top: 25px;*/
}
.prodet-page .prodet-1 .prodet-box .right h3 {
    font-size: 26px;
    line-height: 2;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    /*font-weight: 700;*/
    text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 16px;
    line-height: 2;
    color: #000;
    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;
}
.prodet-page .prodet-1 .prodet-box .right .tit {
    padding-bottom: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .tit h1 {
    margin-bottom: 20px;
}
.prodet-page .prodet-1 .prodet-box .right .text {
    /*padding-bottom: 18px;*/
    max-height: 700px;
    overflow: auto;
    line-height: 2;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
    margin: 20px 0;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add {
    padding: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 {
    margin-bottom: 28px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul {
    margin: 0 -13px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li {
    padding: 0 13px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
    width: 100%;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 {
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 img {
    max-width: 9px;
    margin-right: 12px;
}
.prodet-page .prodet-1 .prodet-box .right .share {
    margin-top: 28px;
    display: block;
}
.prodet-page .prodet-1 .prodet-box .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    color: #000;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .product-2 {
    padding-bottom: 60px;
    /*padding-top: 100px;*/
}
.prodet-page .product-2 .content {
    font-size: 16px;
}
.prodet-page .product-2 .content tr td{
    min-width: 100px;
}
.prodet-page .product-2 h4 {
    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: 24px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}
.prodet-page .product-2 h4 img {
    margin-right: 20px;
}
.prodet-page .product-2 .content img {
    padding-bottom: 10px;
}
.prodet-page .product-2 h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}
.prodet-page .product-2 .content p {
    line-height: 32px;
    font-size: 18px;
    padding: 5px 0;
}
.prodet-page .product-2 .content p strong {
    font-weight: bold;
}
.prodet-page .prodet-1 .prodet-box .right .btn {
    width: 100%;
    left: 0;
    bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .btn a.on {
    color: #fff;
    background: #3d7ae6;
}
.prodet-page .prodet-1 .prodet-box .right .btn a.on:hover {
    background-color: black;
}
.prodet-page .prodet-1 .prodet-box .right .btn a.customize{
    background: #000;
    border: none;
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .btn a.customize:hover{
    background: #3d7ae6;
}

.prodet-page .prodet-1 .prodet-box .right .btn a {
    display: inline-block;
    padding: 13px 36px;
    font-size: 18px;
    line-height: 1;
    color: #20584f;
    background: #ffffff;
    margin: 2px 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.fangkuai {
    width: 12px;
    height: 12px;
    background: #3d7ae6;
    margin-right: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .btn {
    margin: 34px -10px;
}
.prodet-page .prodet-1 .prodet-box .left .big .img a{
    display: block;
}
.prodet-page .prodet-1 .prodet-box .left .big .img img {
    width: 100%;
    border: 1px solid #cdcdcd;
}
#mask {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 111;
    display: none;
}
#mask.active {
    display: block !important;
}
#mask .mask-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#mask .mask-close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
}
#mask .mask-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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;
}
@media screen and (max-width: 1550px) {
    .prodet-page .prodet-1 .prodet-box .right .text {
        height: 200px;
        padding-right: 10px;
        overflow: auto;
    }
    .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
        max-width: 180px;
    }
    .product2-page .product-list ul li .img img {
        /*height: 300px;
    -o-object-fit: cover;
    object-fit: cover;*/
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .product2-page .product-list .grid-box.five>.column{
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .inner-page .sidebar-box {
        display: block;
    }
    .inner-page .sidebar-content .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%!important;
        padding: 0!important;
    }
    .prodet-page .prodet-1 .prodet-box .right .text {
        height: 150px;
    }
    #mask .mask-close {
        right: 3%;
        top: 3%;
    }
    #mask .mask-inner .item {
        width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .left .big .img {
        text-align: center;
    }
    .prodet-page .prodet-1 .prodet-box .left .big .img img {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
    }
    #mask .prodet-page {
        padding: 0;
    }
    #mask .prodet-page .prodet-1 .prodet-box {
        height: 100vh;
        overflow: auto;
    }
    .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
        max-width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .right .share ul li {
        width: auto!important;
    }
    .prodet-page .prodet-1 .prodet-box .right .share {
        display: none;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    /*.product2-page .product-list ul li {
    width: 50%!important;
  }*/
    .prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        width: 100%;
        margin-top: 40px;
    }
    .prodet-page .prodet-1 .prodet-box .right p {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .product2-page .product-list .grid-box.five>.column{
        width: 33.3333%;
    }
}
@media screen and (max-width: 500px) {
    .product2-page .product-list .grid-box.five>.column{
        width: 100%;
    }
}


.pt-100 {
  padding-top: 100px;
}
.pb-80 {
  padding-bottom: 80px;
}
.customize-page .init-1 {
  position: relative;
}
.customize-page .init-1 .sub {
  content: '';
  position: absolute;
  width: 100%;
  height: 550px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f6f6f6;
}
.customize-page .init-1 .container {
  position: relative;
  z-index: 2;
}
.customize-page .init-1 .tips {
  color: #777777;
}
.customize-page .init-1 .title_c {
  margin-top: 20px;
}
.customize-page .init-1 .title_c .left {
  width: calc(100% - 620px);
  padding-right: 20px;
}
.customize-page .init-1 .title_c .right {
  width: 620px;
}
.customize-page .init-1 .line {
  height: 1px;
  background-color: #b8b8b8;
  margin-top: 30px;
}
.customize-page .init-1 .tips_2 {
  margin-top: 30px;
}
.customize-page .init-1 .tips_des {
  margin-top: 10px;
}
.customize-page .init-1 .swiper {
  margin-top: 50px;
}
.customize-page .init-1 .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.customize-page .init-1 .swiper .swiper-wrapper .swiper-slide .box .text {
  text-align: center;
  margin-top: 20px;
}
.customize-page .init-2 .container .tips_des {
  color: #777777;
  margin-top: 16px;
}
.customize-page .init-2 .container .content {
  margin-top: 40px;
  justify-content: space-between;
}
.customize-page .init-2 .container .content .list {
  overflow: hidden;
  border: 1px solid #777777;
  width: 62%;
  text-align: center;
  padding: 40px 80px;
  border-radius: 20px;
}
.customize-page .init-2 .container .content .list img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
.customize-page .init-2 .container .content .list2 {
  width: 34%;
  padding: 40px 0 0;
}
.customize-page .init-3 {
  background-color: #f6f6f6;
}
.customize-page .init-3 .container .tips_des {
  color: #777777;
  margin-top: 20px;
}
.customize-page .init-3 .container .list {
  margin-top: 40px;
}
.customize-page .init-3 .container .list .title_c {
  padding-bottom: 20px;
  border-bottom: 1px solid #b8b8b8;
}
.customize-page .init-3 .container .list .title_c .sub {
  width: 14px;
  height: 14px;
  background-color: #3d7ae5;
  margin-right: 10px;
}
.customize-page .init-3 .container .list .content {
  margin-top: 50px;
}
.customize-page .init-3 .container .list .content .swiper .swiper-wrapper .swiper-slide .box {
  text-align: center;
}
.customize-page .init-3 .container .list .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.customize-page .init-3 .container .list .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 10px;
}
.customize-page .init-3 .container .list_cont {
  padding-top: 40px;
  justify-content: space-between;
}
.customize-page .init-3 .container .list_cont .list {
  width: calc(50% - 15px);
}
.customize-page .init-4 .container .tips_des {
  color: #777777;
  margin-top: 10px;
}
.customize-page .init-4 .container .content .list {
  margin-top: 80px;
}
.customize-page .init-4 .container .content .list .title_c {
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
}
.customize-page .init-4 .container .content .list .title_c .left {
  width: calc(100% - 120px);
  position: relative;
  padding-left: 30px;
}
.customize-page .init-4 .container .content .list .title_c .left::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 11px;
  left: 0;
  background-color: #3d7ae5;
}
.customize-page .init-4 .container .content .list .title_c .right {
  position: absolute;
  top: 5px;
  right: 0;
  height: 28px;
  cursor: pointer;
  text-align: right;
  width: 110px;
  margin-left: auto;
}
.customize-page .init-4 .container .content .list .title_c .right .code {
  font-size: 30px;
  margin-right: 6px;
}
.customize-page .init-4 .container .content .list .title_c .right .list_text {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.customize-page .init-4 .container .content .list .title_c .right .list_text_1 {
  color: #3d7ae5;
  opacity: 1;
}
.customize-page .init-4 .container .content .list .title_c .right .list_text_1 .code {
  font-size: 20px;
  line-height: 1;
}
.customize-page .init-4 .container .content .list .title_c .right .list_text_2 {
  top: -12px;
}
.customize-page .init-4 .container .content .list .title_c.active .right .list_text_1 {
  opacity: 0;
}
.customize-page .init-4 .container .content .list .title_c.active .right .list_text_2 {
  opacity: 1;
}
.customize-page .init-4 .container .content .list .content_list {
  display: none;
}
.customize-page .init-4 .container .content .list .content_list ul {
  margin: 0 -12px;
}
.customize-page .init-4 .container .content .list .content_list ul li {
  padding: 0 12px;
  margin-top: 34px;
}
.customize-page .init-4 .container .content .list .content_list ul li .box .img {
  border: 1px solid #777777;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
}
.customize-page .init-4 .container .content .list .content_list ul li .box .img img {
  width: 100%;
}
.customize-page .init-4 .container .content .list .content_list ul li .box .img .img_sub{
    width: 44px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
    opacity: 0;
}
.customize-page .init-4 .container .content .list .content_list ul li .box .text {
  text-align: center;
  margin-top: 20px;
}
.customize-page .init-4 .container .content .list .content_list ul li .box:hover .img {
  border: 1px solid #3d7ae5;
}
.customize-page .init-4 .container .content .list .content_list ul li .box:hover .img_sub{
    opacity: 1;
}
.customize-page .init-4 .container .content .list .content_list ul li .box:hover .text {
  color: #3d7ae5;
}
.customize-page .init-5 {
  background-color: #f6f6f6;
}
.customize-page .init-5 .container .title_c {
  padding-bottom: 20px;
  border-bottom: 1px solid #b8b8b8;
}
.customize-page .init-5 .container .title_c .left {
  width: 48%;
}
.customize-page .init-5 .container .title_c .left .tips {
  color: #777777;
}
.customize-page .init-5 .container .title_c .left .tips_title {
  margin-top: 16px;
}
.customize-page .init-5 .container .title_c .right {
  color: #777777;
  width: 48%;
  margin-left: auto;
}
.customize-page .init-5 .container .content form {
  padding-top: 20px;
  width: 100%;
  justify-content: space-between;
}
.customize-page .init-5 .container .content form input,
.customize-page .init-5 .container .content form textarea {
  border-radius: 5px;
  background-color: #fff;
  border: none;
  padding: 20px;
  width: calc(33.33% - 15px);
  margin-top: 26px;
}
.customize-page .init-5 .container .content form textarea {
  width: 100%;
}
.customize-page .init-5 .container .content form .submit {
  text-align: center;
  padding: 12px;
  background-color: #3d7ae5;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  width: 440px;
  margin: 40px auto 0;
  cursor: pointer;
}
.customize-page .init-5 .container .content form .submit:hover {
  background-color: #000;
}
@media (max-width: 1250px) {
  .customize-page .init-1 .title_c .left {
    width: 100%;
    padding-right: 0;
  }
  .customize-page .init-1 .title_c .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .customize-page .init-2 .container .content .list {
    width: 100%;
    margin-top: 10px;
    padding: 30px 10px;
  }
  .customize-page .init-3 .container .list_cont .list {
    width: 100%;
  }
  .customize-page .init-4 .container .content .list .content_list ul li {
    width: 25%;
  }
  .customize-page .init-5 .container .title_c .left {
    width: 100%;
  }
  .customize-page .init-5 .container .title_c .right {
    margin: 20px auto 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .customize-page .init-4 .container .content .list .content_list ul li {
    width: 33.33%;
  }
  .customize-page .init-5 .container .content form input {
    width: 100%;
  }
  .customize-page .init-5 .container .content form .submit {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .pt-100 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .customize-page .init-1 {
    background-color: #f6f6f6;
    padding-bottom: 40px;
  }
  .customize-page .init-2 .container .content {
    margin-top: 20px;
  }
  .customize-page .init-4 .container .content .list {
    margin-top: 30px;
  }
  .customize-page .init-4 .container .content .list .content_list ul li {
    width: 50%;
  }
  .customize-page .init-5 .container .content form .submit {
    padding: 10px;
  }
  .prodet-page .prodet-1 .prodet-box .right .btn{
      flex-wrap: wrap;
  }

}


.video-page .video-1 {
    padding: 38px 0 15px;
    background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
    color: #777;
}
.video-page .video-1 .header h2.title {
    margin-top: 14px;
}
.video-page .video-1 .content {
    margin-top: 40px;
}
.video-page .video-1 .content ul {
    margin: -10px -12px;
}
.video-page .video-1 .content ul li {
    padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
    display: block;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-page .video-2 {
    padding: 93px 0 107px;
}
.video-page .video-2 .header h2.title {
    margin-top: 14px;
}
.video-page .video-2 .content {
    margin-top: 57px;
}
.video-page .video-2 .content ul {
    margin: 0 -26px -25px 0;
}
.video-page .video-2 .content ul li {
    padding: 0 26px 25px 0;
}
.video-page .video-2 .content ul li .ig {
    background: #eee;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    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;
}
.video-page .video-2 .content ul li .ig span {
    display: inline-block;
}
.video-page .video-2 .content ul li .ig .fl {
    padding: 0 15px;
    width: 75%;
}
.video-page .video-2 .content ul li .ig .fr {
    width: 150px;
    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;
}
.video-page .video-2 .content ul li .ig .fr img {
    margin-right: 15px;
}
.video-page .video-2 .content ul li .ig:hover {
    background: #3d7ae6;
    color: white;
}
.video-page .video-2 .content ul li .ig:hover .fr img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
@media screen and (max-width: 1280px) {
    .video-page .video-2 .content ul li .ig .fl {
        width: 70%;
    }
}
@media screen and (max-width: 1100px) {
    .video-page .video-2 .content ul li .ig .fl {
        width: 68%;
    }
}
@media screen and (max-width: 1000px) {
    .video-page .video-1 {
        padding: 38px 0 60px;
    }
    .video-page .video-1 .content ul li {
        width: 50%;
    }
    .video-page .video-2 .content ul li {
        width: 100%;
    }
    .video-page .video-2 {
        padding: 60px 0;
    }
    .video-page .video-2 .content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .video-page .video-1 {
        padding: 30px 0;
    }
    .video-page .video-1 .content ul li {
        width: 100%;
    }
    .video-page .video-2 .content ul li .ig {
        font-size: 16px;
        height: auto;
        line-height: 1;
        padding: 10px 0;
    }
    .video-page .video-2 .content ul li .ig .fl {
        width: 100%;
    }
    .video-page .video-2 .content ul li .ig .fr {
        width: 100%;
        padding: 10px 0 0 15px;
    }
}
.contact-page .contact-1 {
    background: #f8f8f8;
    padding: 91px 0;
}
.contact-page span.tag{
    color: #3d7ae6;
}
.contact-page .title{
    margin-top: 10px;
}
.contact-page .contact-1 h2.title i {
    left: -6px;
    top: 0;
}
.contact-page .contact-1 .form {
    margin-top: 54px;
}
.contact-page .contact-1 .form form ul {
    margin-right: -33px;
}
.contact-page .contact-1 .form form ul li {
    padding-right: 33px;
    margin-bottom: 36px;
}
.contact-page .contact-1 .form form ul li label {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    display: block;
}
.contact-page .contact-1 .form form ul li label em {
    color: #3d7ae6;
    display: inline-block;
    vertical-align: top;
}
.contact-page .contact-1 .form form ul li input[type="text"],
.contact-page .contact-1 .form form ul li textarea {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    font-size: 18px;
    color: #383838;
    border: none;
    margin-top: 13px;
    padding: 0 10px;
}
.contact-page .contact-1 .form form ul li textarea {
    height: 147px;
    padding-top: 20px;
}
.contact-page .contact-1 .form form ul li input[type="submit"] {
    width: 144px;
    height: 52px;
    background: #3d7ae6;
    /*background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);*/
    /*border-radius: 20px;*/
    font-size: 20px;
    color: #fff;
    border: none;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    border-radius: 5px; 
}
.contact-page .contact-1 .form form ul li input[type="submit"]:hover {
    background: #000;
}
.contact-page .contact-1 .form form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .form form ul li:last-child {
    text-align: center;
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding: 86px 0 102px;
}
.contact-page .contact-2 .left {
    vertical-align: middle;
    width: 50%;
    padding-right: 50px;
}
.contact-page .contact-2 .left h2.title i {
    top: 0;
    left: -6px;
}
.contact-page .contact-2 .left .content {
    margin-top: 48px;
}
.contact-page .contact-2 .left .content ul li {
    margin-bottom: 36px;
}
.contact-page .contact-2 .left .content ul li h4 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 40px;
    background-color: #cccccc;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 31px;
    font-weight: bold;
}
.contact-page .contact-2 .left .content ul li .con {
    margin-top: 46px;
}
.contact-page .contact-2 .left .content ul li .con h5 {
    font-size: 25px;
    line-height: 1.2;
    color: #383838;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 23px;
}
.contact-page .contact-2 .left .content ul li .con p{
    font-size: 18px;
}
.contact-page .contact-2 .left .content ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 .left .content ul li.active h4 {
    background: #3d7ae6;
    /*background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);*/
}
.contact-page .contact-2 .right {
    vertical-align: middle;
    width: 50%;
}
.contact-page .contact-2 .right iframe{
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .contact-page .contact-2 .left {
        width: 40%;
        padding-right: 60px;
    }
    .contact-page .contact-2 .right {
        width: 60%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .form form ul li {
        width: 50%;
    }
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        margin-top: 60px;
    }
    .contact-page .contact-2 .right .map .main-map div {
        height: 400px !important;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .form form ul li {
        width: 100%;
    }
    .contact-page .contact-2 .left .content ul li .con h5 {
        font-size: 20px;
    }
    .contact-page .contact-2 .right .map .main-map div {
        height: 300px !important;
    }
}
.fenlh1 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #111;
    font-weight: bold;
    line-height: 1.8;
}

.fenlei {
    color: #212121;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 18px;
    max-height: 310px;
    overflow-y: auto;
    padding-right: 4px;
}

.gallery-page{
    padding-bottom: 60px;
}
.gallery-page .container .gallery-list a {
    display: block;
}
.gallery-page .container .gallery-list ul{
    margin: -15px;
}
.gallery-page .container .gallery-list ul > p{
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0;
}
.gallery-page .container .gallery-list ul li {
    padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(116,116,116, 0.3);
    box-shadow: 0 0 10px rgba(116,116,116,  0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
    background-color: #3d7ae6;
    color: #fff;
}
.faq-page{
    padding: 0 0 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
    margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
    margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
    padding: 20px 70px 20px 40px;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    background: #ffffff;
    position: relative;
    transition: 500ms ease;
    cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
    background: #000;
    color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
    background: #3d7ae6;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
    color: #fff;
    transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f7f9ff;
    text-align: center;
    line-height: 67px;
    transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
    font-size: 20px;
    color: #3d7ae6;
    transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
    padding: 30px;
    display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
    content: "";
    width: 4px;
    height: 100%;
    border-radius: 4px;
    background: #eff2f8;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-page .more {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: black;
  padding: 16px 36px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.13);
  transition: .5s;
}
.inner-page .more span {
  display: inline-block;
  vertical-align: middle;
  /*text-decoration: underline;*/
  color: #fff;
}
.inner-page .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.inner-page .more:hover {
  color: white;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}


@media screen and (max-width: 1000px) {
  .inner-page .more {
    padding: 12px 28px;
  }
}
@media screen and (max-width: 700px) {

  .inner-page .more {
    padding: 10px 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .more {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.application-page .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #3d7ae6;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
html {
    font-size: 10px;
}

.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3d7ae6;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: 'PB';
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  /*padding-left: 20px;*/
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #3d7ae6;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #3d7ae6;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #3d7ae6;
  color: #fff;
  font-size: 18px;
  font-family: 'PB';
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
  padding-top: 100px;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  font-family: 'PB';
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 1rem;
  font-size: 20px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: 'PB';
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: 'PB';
  line-height: 2;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
}

.sustainability-1 {
  padding-bottom: 120px;
}
.sustainability-1 .Tit {
  background: url(../images/sustainability-1-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 100px 60px;
  border-radius: 10px; 
}
.sustainability-1 .text {
  color: #777777;
  max-width: 1100px;
  margin: auto;
}
.sustainability-2 {
  padding: 90px 0;
  background-color: #f0f9fb;
}
.sustainability-2 .left {
  width: 60%;
  vertical-align: middle;
}
.sustainability-2 .right {
  width: 40%;
  vertical-align: middle;
}
.sustainability-3 {
  padding: 130px 0 100px;
}
.sustainability-3 .list {
  margin-top: 70px;
}
.sustainability-3 .list li:not(:last-child) {
  margin-bottom: 80px;
}
.sustainability-3 .list li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sustainability-3 .list li:nth-child(even) .box .right {
  padding-left: 0;
  padding-right: 80px;
}
.sustainability-3 .list .box {
  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;
}
.sustainability-3 .list .box .right {
  padding-left: 80px;
}
.sustainability-3 .list .box .right .text {
  color: #777777;
}
@media (max-width: 1024px) {
  .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-1 .Tit {
    padding: 90px 30px;
  }
  .sustainability-2 {
    padding: 60px 0;
  }
  .sustainability-2 .left {
    width: 100%;
  }
  .sustainability-2 .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-3 .list .box .right {
    padding-left: 40px;
  }
  .sustainability-3 .list li:nth-child(even) .box .right {
    padding-right: 40px;
  }
  .sustainability-3 .list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
    .sustainability-3 .list{
        margin-top: 40px;
    }
  .sustainability-3 .list .box {
    display: block;
  }
  .sustainability-3 .list .box .left {
    width: 100%;
  }
  .sustainability-3 .list .box .right {
    width: 100%;
    padding: 0!important;
    margin-top: 40px;
  }
}

.historyBox {
  padding: 00px 0 150px 0;
}
.historyBox h2{
	font-size:40px;
}
.historyBox h2:after{
	content:"";
	display: block;
	width:130px;
	border-bottom:3px solid #d7000f;
	margin:30px auto 0;
}
.historyBox .box {
  /*padding-top: 80px;*/
  display: block;
  margin: 0 auto;
}
.historyBox .box ul {
  position: relative;
}
.historyBox .box ul:after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 17px;
  background: #b2b2b2;
  position: absolute;
}
.historyBox .box ul li {
  position: relative;
}
.historyBox .box ul li + li{
	margin-top:60px;
}
.historyBox .box ul li i {
  content: '';
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -moz-box-shadow: 0 0 0 3px rgba(0,0,0,.3);
  -o-box-shadow: 0 0 0 3px rgba(0,0,0,.3);
  box-shadow: 0 0 0 3px rgba(0,0,0,.3);
}
.historyBox .box ul li h5 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.historyBox .box ul li .content {
  display: inline-block;
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
}
.historyBox .box ul li .content .text {
  display: block;
  font-size: 18px;
}
.historyBox .box ul li .content:after {
  content: '';
  border-right: 10px solid #2dbbff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.historyBox .box ul li .left {
  padding-right: 35px;
  text-align: right;
  position: relative;
  vertical-align: middle;
}
.historyBox .box ul li .right {
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}
.historyBox .box ul li:last-child {
  padding-bottom: 0;
}
.historyBox .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.historyBox .box ul li:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.historyBox .box ul li:nth-child(even) .right .content:after {
  border-left: 10px solid #2dbbff;
  border-right: none;
  left: 100%;
}
.historyBox .box ul li:nth-child(even) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.historyBox .box ul li:hover .content{
	color: white;
	background-color:#3d7ae6;
}

@media screen and (max-width: 1400px) {
	.historyBox .box {
		padding-top: 50px;
	}
	.historyBox {
		padding: 50px 0;
	}
	.historyBox .box ul li h5 {
		font-size: 20px;
	}
	.historyBox .box ul li .content .text {
		font-size: 14px;
    line-height: 2;
	}
}

@media screen and (max-width: 1200px) {
	.historyBox .box ul li h5 {
		font-size: 18px;
    line-height: 32px;
	}
	.historyBox .box {
		padding-top: 30px;
	}

	.historyBox .box ul li + li{
		margin-top:50px;
	}
}

@media screen and (max-width: 700px) {
	.historyBox .box ul li .right,
	.historyBox .box ul li .left {
		width: 100%;
		left: 0 !important;
		text-align: left !important;
		padding: 0 !important;
	}
	.historyBox .box ul li .left {
		padding-left: 10px !important;
	}
	.historyBox .box ul {
		padding-left: 20px;
	}
	.historyBox .box ul:after {
		left: 2px;
		top: 42px;
	}
	.historyBox .box ul li i {
		left: -18px;
		top: 42px;
	}
}


/* part 2 */

.customer-page {
  padding-top: 0px;
}
.customer-page .customer-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.customer-page .customer-1 .list ul li {
  padding: 20px;
}
.customer-page .customer-1 .list .mml-text {
  height: 100%;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.customer-page .customer-1 .list i {
  display: block;
  height: 70px;
}
.customer-page .customer-1 .list p {
  line-height: 2;
}
.customer-page .customer-2 {
  padding: 100px 0;
}
.customer-page .customer-2 .box {
  margin: -15px;
}
.customer-page .customer-2 .box .left {
  padding: 15px;
}
.customer-page .customer-2 .box .right {
  padding: 15px;
}
.customer-page .customer-2 .tabs {
  border-bottom: 1px solid #f2f2f2;
}
.customer-page .customer-2 .tabs 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;
}
.customer-page .customer-2 .tabs ul li {
  padding: 15px 0;
  position: relative;
  width: auto;
}
.customer-page .customer-2 .tabs ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 3px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.customer-page .customer-2 .tabs ul li.active::after {
  opacity: 1;
}
.customer-page .customer-2 .tabs ul li a {
  /*font-style: italic;*/
}
.customer-page .customer-2 .content .text {
  /*color: #a0a0a0;*/
}
.customer-page .customer-3 {
  background-color: #f8f8f8;
  padding: 80px 0;
      /*height: 1190px;*/
}
.customer-page .customer-3 hr {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}
.customer-page .customer-3 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.customer-page .customer-3 .list .slick-arrow.slick-prev {
  left: -40px;
}
.customer-page .customer-3 .list .slick-arrow.slick-next {
  right: -40px;
}
.customer-page .customer-3 .list ul {
  margin: -40px;
}
.customer-page .customer-3 .list ul li {
  padding: 40px;
}
.customer-page .customer-3 .list img {
  display: inline-block;
}
.customer-page .customer-4 {
  padding: 100px 0;
}
.customer-page .customer-4 .list ul {
  margin: -15px;
}
.customer-page .customer-4 .list ul li {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .customer-page .customer-3 .list ul {
    margin: -15px;
  }
  .customer-page .customer-3 .list ul li {
    padding: 15px;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-prev {
    left: 0;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .customer-page .customer-1 .list ul {
    display: block;
    margin: -10px;
  }
  .customer-page .customer-1 .list ul li {
    padding: 10px;
  }
  .customer-page .customer-1 .list .mml-text {
    padding: 30px 15px;
  }
  .customer-page .customer-2 .box .left {
    width: 100%;
  }
  .customer-page .customer-2 .box .right {
    width: 100%;
    text-align: center;
  }
  .customer-page {
    padding-top: 60px;
  }
  .customer-page .customer-2 {
    padding: 60px 0;
  }
  .customer-page .customer-3 {
    padding: 60px 0;
  }
  .customer-page .customer-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .customer-page .customer-2 .tabs ul {
    display: block;
  }
  .customer-page .customer-2 .tabs ul li {
    margin-right: 30px;
  }
}

.fablist{
  margin: 0 -20px;
}
.fablist li{
  padding: 20px;
}

.shuiyin{
  position: relative;
  display: block;
}
.shuiyin:before{
  content: "";
  position:absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 84px;
  width: 150px;
  background: url(../images/logo2.png) left center no-repeat;
}

@media screen and (max-width: 1000px) {
.about-page .about-2 .box .img{
  width: 100%;
}
.about-page .about-2 .box .text{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.about-page .about-2{
  padding: 30px;
}
}

.prodet-page .prodet-1 .prodet-box .left .pro-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 60px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
  z-index: 3;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery.slick-arrow:hover {
  background-color: var(--base-color);
}

.prodet-page .prodet-1 .prodet-box .left .pro-gallery .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 0px;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 0px;
}

.gxs-6 .ui.container .right form p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.gxs-6 .ui.container .right form p>span{
  width: 48%;

}
.gxs-6 .ui.container .right form p >span.your-message{
  width: 100%;
}

@media screen and (max-width: 700px) {
.gxs-6 .ui.container .right form p>span{
  width: 100%;

}
}
.fdksks2{
	width:78%!important;
}