@font-face {
  font-family: 'Exo';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Regular.eot');
  src: url('../fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-Regular.woff2') format('woff2'), url('../fonts/Exo-Regular.woff') format('woff'), url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Medium.eot');
  src: url('../fonts/Exo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-Medium.woff2') format('woff2'), url('../fonts/Exo-Medium.woff') format('woff'), url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBold.eot');
  src: url('../fonts/Exo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-SemiBold.woff2') format('woff2'), url('../fonts/Exo-SemiBold.woff') format('woff'), url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraBold.eot');
  src: url('../fonts/Exo-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo-ExtraBold.woff2') format('woff2'), url('../fonts/Exo-ExtraBold.woff') format('woff'), url('../fonts/Exo-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Exo";
  max-width: 1920px;
  --color: #0b53ac;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1680px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#pups_from form ul li .fileInputContainer {
  position: relative;
  border: 1px solid #eee;
}
#pups_from form ul li .fileInputContainer input[type=file] {
  opacity: 0;
}

#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  line-height: 86px;
  height: 86px;
  background-color: var(--color);
  color: white;
}
#header .nav .ui.menu .logo {
  float: left;
  padding: 0 20px;
  background-color: #231f20;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 41px;
  position: relative;
  top: -6px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 600;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:active,
#header .nav .ui.menu .menu-box ul.menu > li > a::active {
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  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(--color);
  display: none \9;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
.hyzs {
    font-size: 16px;
    line-height: 30px;
}
h3.f_40 {
    margin-block: 30px;
    font-size: 35px;
}
div#footer {
    margin-top: 50px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .box {
  float: right;
}
#header .nav .ui.menu .box > div {
  padding: 0 35px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .box > div img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box .h-search {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .yuy {
  background-color: #1372e8;
}
#header .nav .ui.menu .box .yuy ul {
  position: absolute;
  right: 0;
  top: 100%;
  line-height: normal;
  background-color: white;
  color: black;
  min-width: 100%;
  display: none;
}
#header .nav .ui.menu .box .yuy ul li {
  border-bottom: 1px solid #eee;
}
#header .nav .ui.menu .box .yuy ul li a {
  display: block;
  padding: 6px 5px;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .yuy ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .1em;
  max-width: 20px;
  margin-top: -0.2em;
}
#header .nav .ui.menu .box .yuy ul li a:hover {
  background-color: var(--color);
  color: white;
}
#header .nav .ui.menu .box .yuy:hover ul {
  display: block;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow:hover {
  background-color: var(--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 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#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(--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(--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(--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(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  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 {
  padding-left: 15px;
}
#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;
      line-height: 28px;
}
#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(--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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  margin-top: 86px;
  position: relative;
}
#banner .boxSlide li {
  position: relative;
}
#banner .boxSlide li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
}
#banner .boxSlide li .content .left {
  max-width: 820px;
  margin-left: 4.5%;
}
#banner .boxSlide li .content span.h2 {
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding-bottom: .2em;
}
#banner .boxSlide li .content p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin: .4em 0 .8em;
}
#banner .boxSlide li .content a.more {
  line-height: 46px;
  height: 46px;
  padding: 0 32px;
  border-radius: 23px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .boxSlide li .content a.more:hover {
  background-color: black;
}
#banner .smallSlide {
  position: absolute;
  right: 7%;
  bottom: 4%;
}
#banner .smallSlide ul li {
  max-width: 180px;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  cursor: pointer;
  cursor: hand;
}
#banner .smallSlide ul li 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;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: white;
}
#banner .smallSlide ul li span i {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #cbcbcb;
  position: relative;
  margin-left: 10px;
}
#banner .smallSlide ul li span i:after {
  content: '';
  height: 300%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: var(--color);
  width: 0;
  -webkit-transition: .5s opacity,.5s .5s width;
  -moz-transition: .5s opacity,.5s .5s width;
  transition: .5s opacity,.5s .5s width;
  opacity: 0;
}
#banner .smallSlide ul li.active span i:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 5s 1.5s width,.5s opacity;
  -moz-transition: 5s 1.5s width,.5s opacity;
  transition: 5s 1.5s width,.5s opacity;
}
a.btnLink {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
a.btnLink i {
  width: 56px;
  height: 56px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .8em;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}
a.btnLink i img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
}
a.btnLink i em {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
a.btnLink i em:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #50e1e2;
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -3px;
  -webkit-animation: fz 1s linear infinite alternate;
  -moz-animation: fz 1s linear infinite alternate;
  animation: fz 1s linear infinite alternate;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes fz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes fz {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}
#index-body .init-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-1 .left {
  padding: 0 5%;
  width: 65%;
  background: url("../images/init-1-bg.jpg") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .left i.icon {
  color: rgba(209, 209, 209, 0.3);
  opacity: .71;
  font-size: 244px;
  display: block;
  line-height: .85;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  z-index: -1;
}
#index-body .init-1 .left span.h2 {
  font-weight: bold;
  font-size: 44px;
  color: #0b53ac;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}
#index-body .init-1 .left span.h2:after {
  content: '';
  margin-top: .3em;
  height: 2px;
  display: block;
  width: 3.5em;
  background-color: var(--color);
}
#index-body .init-1 .left span.h6 {
  display: block;
  font-weight: bold;
  font-size: 38px;
  color: #474747;
  line-height: 1.2;
  margin: .5em 0;
  max-width: 600px;
}
#index-body .init-1 .left .content {
  font-weight: 300;
  font-size: 16px;
  color: #646464;
  line-height: 30px;
  max-width: 820px;
  padding-right: 1em;
  max-height: 240px;
  overflow: auto;
}
#index-body .init-1 .left .content p {
  margin-top: .8em;
}
#index-body .init-1 .left img {
  margin: 40px 0 60px;
}
#index-body .init-1 .left .link {
  font-weight: 600;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
}
#index-body .init-1 .left .link a {
  display: inline-block;
  margin-right: 3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
#index-body .init-1 .left .link a:after {
  content: '>';
  margin-left: .5em;
}
#index-body .init-1 .left .link a:hover {
  color: var(--color);
}
#index-body .init-1 .right {
  width: 35%;
  background: url("../images/init-1-bg2.jpg") left bottom no-repeat;
  background-size: cover;
  color: white;
  padding: 3% 5%;
  height: 880px;
}
#index-body .init-1 .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
#index-body .init-1 .right ul li i {
  width: 70px;
  margin-right: 25px;
}
#index-body .init-1 .right ul li .content span {
  font-weight: 300;
  font-size: 15px;
  color: var(255, 255, 255, 0.65);
  margin-bottom: .5em;
  display: block;
}
#index-body .init-1 .right ul li .content p {
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
}
#index-body .init-1 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-1 .right .play {
  display: inline-block;
  font-size: 16px;
  padding: .5em 1em;
  border-radius: 2em;
  background: black;
  color: white;
  margin-top: 3em;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .right .play:hover {
  background: white;
  color: var(--color);
}
#index-body .init-1 .right .play i.fa {
  margin-right: .5em;
}
#index-body .init-2 {
  position: relative;
  color: white;
  height: 920px;
  overflow: hidden;
}
#index-body .init-2 .box {
  position: absolute;
  left: 3%;
  top: 8%;
  z-index: 1;
}
#index-body .init-2 .box span.h2 {
  font-weight: bold;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.2;
}
#index-body .init-2 .box .text {
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0 2.5em;
  font-weight: 300;
  opacity: .78;
}
#index-body .init-2 .listImg {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -2;
  background: black;
}
#index-body .init-2 .listImg ul {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .listImg ul li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .listImg ul li.active {
  opacity: 1;
}
#index-body .init-2 .list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}
#index-body .init-2 .list ul {
  height: inherit;
}
#index-body .init-2 .list ul li {
  position: relative;
  height: inherit;
}
#index-body .init-2 .list ul li i.bg {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 150px;
  background: #082e73;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #082e73), color-stop(100%, #0f71d8));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #082e73 0%, #0f71d8 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #082e73 0%, #0f71d8 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, right top, from(#082e73), to(#0f71d8));
  background: -webkit-linear-gradient(left, #082e73, #0f71d8);
  background: -moz-linear-gradient(left, #082e73, #0f71d8);
  background: linear-gradient(to right, #082e73, #0f71d8);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#082e73', endColorstr='#0f71d8',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082e73', endColorstr='#0f71d8', GradientType=1);
  /* 兼容IE5~IE9 */
  overflow: hidden;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .list ul li i.bg:after {
  content: '';
  background: url("../images/icon-2.png") no-repeat top right;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .list ul li span.h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  display: block;
}
#index-body .init-2 .list ul li .box2 {
  padding: 4% 12% 24%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
#index-body .init-2 .list ul li .box2 span.h6 {
  line-height: 1.4;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
}
#index-body .init-2 .list ul li .box2 .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0 2.5em;
}
#index-body .init-2 .list ul li .box3 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 4% 12% 24%;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .box3 span.h6 {
  text-transform: uppercase;
  margin-bottom: 2em;
}
#index-body .init-2 .list ul li .box3 a.btnLink i {
  margin-right: 0;
}
#index-body .init-2 .list ul li:hover i.bg,
#index-body .init-2 .list ul li.active i.bg {
  opacity: 1;
}
#index-body .init-2 .list ul li:hover .box2,
#index-body .init-2 .list ul li.active .box2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .list ul li:hover .box3,
#index-body .init-2 .list ul li.active .box3 {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
#index-body .init-3 {
  padding: 150px 0;
  background: url("../images/init-3-bg.jpg") center right no-repeat;
  background-size: contain;
  position: relative;
}
#index-body .init-3 .top {
  font-style: italic;
  margin-left: 3%;
}
#index-body .init-3 .top span.h2 {
  position: relative;
  font-size: 51px;
  text-transform: uppercase;
  line-height: .8;
  display: block;
  font-weight: bold;
}
#index-body .init-3 .top span.h2 i {
  position: absolute;
  left: -1.3em;
  bottom: -0.5em;
  z-index: -1;
}
#index-body .init-3 .top span.h6 {
  font-weight: bold;
  font-size: 51px;
  color: #dbdbdb;
  letter-spacing: .05em;
  display: block;
  line-height: .6;
  margin-left: -1.8em;
}
#index-body .init-3 .top span.h6:first-letter {
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-3 .bottom {
  margin-top: -15px;
}
#index-body .init-3 .bottom .list ul {
  margin: -50px;
}
#index-body .init-3 .bottom .list ul li {
  padding: 50px;
}
#index-body .init-3 .bottom .list ul li .box .left {
  width: 47%;
  padding-right: 7%;
  vertical-align: middle;
  padding-left: 3%;
}
#index-body .init-3 .bottom .list ul li .box .left span.h6 {
  display: block;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
}
#index-body .init-3 .bottom .list ul li .box .left .text {
  font-weight: 300;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
  margin: 2em 0;
}
#index-body .init-3 .bottom .list ul li .box .left a.more {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-left: 1em;
  display: inline-block;
  position: relative;
}
#index-body .init-3 .bottom .list ul li .box .left a.more svg {
  width: 170px;
  stroke: var(--color);
  stroke-width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: fq 5s linear infinite;
  -moz-animation: fq 5s linear infinite;
  animation: fq 5s linear infinite;
}
#index-body .init-3 .bottom .list ul li .box .left a.more img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .bottom .list ul li .box .right {
  width: 53%;
  padding-right: 3%;
  vertical-align: middle;
}
#index-body .init-3 .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .btn div.prev {
  left: 0;
}
#index-body .init-3 .btn div.next {
  right: 0;
}
#index-body .init-3 .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-4 {
  text-align: right;
  background-size: cover;
  background-position: center center;
}
#index-body .init-4 .box {
  max-width: 675px;
  display: block;
  width: 100%;
  padding: 85px 8% 120px 3%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  margin-left: auto;
}
#index-body .init-4 .box span.h2 {
  font-weight: bold;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.2;
}
#index-body .init-4 .box span.h2:after {
  content: '';
  width: 2em;
  height: 2px;
  background-color: white;
  display: block;
  margin-top: .5em;
}
#index-body .init-4 .box .text {
  margin: 1em 0 2em;
  font-weight: 300;
  font-size: 18px;
}
#index-body .init-4 .box .list ul li {
  margin-bottom: 30px;
  padding: 10px;
  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;
  z-index: 1;
  position: relative;
}
#index-body .init-4 .box .list ul li i {
  width: 58px;
  text-align: center;
  margin-right: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-4 .box .list ul li span {
  font-weight: 600;
  font-size: 24px;
  opacity: .75;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .list ul li:before {
  content: '';
  width: 102%;
  height: 100%;
  position: absolute;
  left: -2%;
  top: 0;
  z-index: -1;
  background-color: rgba(31, 31, 31, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-4 .box .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-4 .box .list ul li:hover:before,
#index-body .init-4 .box .list ul li.active:before {
  opacity: 1;
}
#index-body .init-4 .box .list ul li.active span {
  opacity: 1;
}
#index-body .init-5 {
  padding: 80px 0 140px;
  position: relative;
}
#index-body .init-5 span.h2 {
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
#index-body .init-5 span.h2:after {
  content: '';
  margin-top: .3em;
  height: 3px;
  width: 1.5em;
  background-color: #1e46c8;
  display: block;
}
#index-body .init-5 .text {
  margin-top: 1em;
  font-weight: 300;
  font-size: 16px;
  color: #212121;
}
#index-body .init-5 .list {
  margin-top: 50px;
}
#index-body .init-5 .list ul {
  margin: -20px;
}
#index-body .init-5 .list ul li {
  padding: 20px;
}
#index-body .init-5 .list ul li .box {
  padding: 40px 20px 60px;
  position: relative;
  z-index: 1;
  color: #1b1b1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 470px;
}
#index-body .init-5 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list ul li .box time {
  font-weight: 300;
  font-size: 14px;
  display: block;
  line-height: 1.2;
}
#index-body .init-5 .list ul li .box span.h6 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  margin: 1em 0;
}
#index-body .init-5 .list ul li .box .text {
  font-weight: 300;
  font-size: 14px;
  opacity: .8;
  line-height: 28px;
}
#index-body .init-5 .list ul li .box a.btnLink {
  margin-top: 4em;
  display: inline-block;
}
#index-body .init-5 .list ul li .box a.btnLink i {
  border-color: rgba(0, 0, 0, 0.6);
  font-size: 26px;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#index-body .init-5 .list ul li .box a.btnLink i em:after {
  border-color: var(--color);
}
#index-body .init-5 .list ul li .box:hover {
  color: white;
}
#index-body .init-5 .list ul li .box:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .init-5 .list ul li .box:hover .text {
  color: inherit;
}
#index-body .init-5 .list ul li .box:hover a.btnLink i {
  border-color: rgba(255, 255, 255, 0.6);
}
#index-body .init-5 .list ul li .box:hover a.btnLink i em:after {
  border-color: #50e1e2;
}
#index-body .init-5 .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .btn div.prev {
  left: 0;
}
#index-body .init-5 .btn div.next {
  right: 0;
}
#index-body .init-5 .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@-webkit-keyframes fq {
  from {
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 30;
    stroke-dasharray: 520;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 10;
    stroke-dasharray: 10;
    opacity: 0;
  }
}
@-moz-keyframes fq {
  from {
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 30;
    stroke-dasharray: 520;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 10;
    stroke-dasharray: 10;
    opacity: 0;
  }
}
@keyframes fq {
  from {
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    opacity: 1;
  }
  50% {
    stroke-dashoffset: 30;
    stroke-dasharray: 520;
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 10;
    stroke-dasharray: 10;
    opacity: 0;
  }
}
#footer {
  background-color: #282f37;
  color: white;
}
#footer .footer-top {
  padding: 60px 0;
  color: white;
  background: url("../images/footer-top.jpg") center center no-repeat;
  background-size: cover;
}
#footer .footer-top .left {
  vertical-align: middle;
  width: 70%;
}
#footer .footer-top .left span.h6 {
  display: block;
  font-weight: 600;
  font-size: 38px;
}
#footer .footer-top .right {
  vertical-align: middle;
  width: 30%;
  text-align: right;
}
#footer .footer-top .right a.more {
  line-height: 54px;
  height: 54px;
  padding: 0 36px;
  border: 1px solid white;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#footer .footer-top .right a.more:hover {
  background-color: black;
}
#footer .footer-center {
  padding: 45px 0;
}
#footer .footer-center .left {
  vertical-align: middle;
  width: 20%;
}
#footer .footer-center .right {
  vertical-align: middle;
  width: 80%;
  margin-top: 10px;
  text-align: right;
}
#footer .footer-center .right .list ul li {
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 70px;
}
#footer .footer-center .right .list ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  position: relative;
  top: -0.3em;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
#footer .footer-bottom .box {
  padding: 50px 0 60px;
}
#footer .footer-bottom .left {
  width: 25%;
  vertical-align: middle;
  padding-right: 5%;
}
#footer .footer-bottom .left .text {
  font-weight: 300;
  font-size: 16px;
  color: #afafaf;
  line-height: 30px;
}
#footer .footer-bottom .left .share {
  margin-top: 60px;
}
#footer .footer-bottom .left .share a {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
}
#footer .footer-bottom .left .share a:nth-child(1) {
  background-color: #3b5999;
}
#footer .footer-bottom .left .share a:nth-child(2) {
  background-color: #00aced;
}
#footer .footer-bottom .left .share a:nth-child(3) {
  background-color: #cb2027;
}
#footer .footer-bottom .left .share a:nth-child(4) {
  background-color: #cc2366;
}
#footer .footer-bottom .right {
  width: 75%;
  /*vertical-align: middle;*/
}
#footer .footer-bottom .right .info {
  margin: -10px;
}
#footer .footer-bottom .right .info .slide {
  padding: 10px;
}
#footer .footer-bottom .right .info .slide span.h6 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 2em;
}
#footer .footer-bottom .right .info .slide .link {
  display: block;
}
#footer .footer-bottom .right .info .slide .link a {
  font-weight: 300;
  font-size: 18px;
  color: #838383;
  display: block;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .right .info .slide .link a:last-child {
  margin-bottom: 0;
}
#footer .footer-bottom .right .info .slide .link a:hover {
  color: white;
}
#footer .footer-bottom .right .info .slide:nth-child(1) {
  width: 20%;
}
#footer .footer-bottom .right .info .slide:nth-child(2) {
  width: 22%;
}
#footer .footer-bottom .right .info .slide:nth-child(3) {
  width: 36%;
}
#footer .footer-bottom .right .info .slide:nth-child(4) {
  width: 20%;
}
#footer .footer-bottom .coy {
  padding: 15px 0;
  text-align: center;
      line-height: 28px;
}
#footer .footer-bottom .coy p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-weight: 300;
  font-size: 14px;
  color: #a1a1a1;
}
#footer .footer-bottom .coy p svg {
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: #a1a1a1;
}
#barSlideBox {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 20;
}
#barSlideBox .slide {
  position: relative;
}
#barSlideBox .slide a,
#barSlideBox .slide span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
#barSlideBox .slide a img,
#barSlideBox .slide span img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#barSlideBox .slide a:hover,
#barSlideBox .slide span:hover {
  background-color: var(--color);
}
#barSlideBox .slide a:hover img,
#barSlideBox .slide span:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#barSlideBox .slide a p {
  white-space: nowrap;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1em 2em;
  background: white;
  z-index: -1;
  margin-right: -.7em;
  font-size: 14px;
  display: none;
}
#barSlideBox .slide a:hover p {
  display: flex;
}
#barSlideBox .slide .ctx {
  position: absolute;
  right: 100%;
  top: 0;
  width: 120px;
  display: none;
}
#barSlideBox .slide .ctx #ewm {
  border: 3px solid white;
}
#barSlideBox .slide:hover .ctx {
  display: block;
}
#barSlideBox .slide:nth-child(1) a,
#barSlideBox .slide:nth-child(1) span {
  border-top-left-radius: 10px;
}
#barSlideBox .slide:nth-child(3) a,
#barSlideBox .slide:nth-child(3) span {
  border-bottom-left-radius: 10px;
}
#barSlideBox .slide:nth-child(4) {
  margin-top: 8px;
}
#barSlideBox .slide:nth-child(4) a,
#barSlideBox .slide:nth-child(4) span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.inner-banner {
  height: auto;
  background-size: cover;
  background-position: center center;
  display: block;
  padding-top: 8%;
  position: relative;
}
.inner-banner .ui.container {
  max-width: 1440px;
}
.inner-banner .box {
  color: white;
  position: relative;
  z-index: 1;
}
.inner-banner.pos {
  padding: 0 !important;
}
.inner-banner.pos .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.inner-banner span.tag {
  font-weight: bold;
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  left: .5%;
  top: -30%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px white;
  opacity: .3;
}
.inner-banner span.h2 {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
}
.inner-banner span.h2:after {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: .3em;
}
.inner-banner .mbx {
  font-size: 16px;
  margin-top: 1em;
  line-height: 28px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  margin: 0 .5em;
}
.inner-banner .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-page .ui.container {
  max-width: 1440px;
}
.inner-page .m-page {
  margin-top: 100px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #7f7f7f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color);
  color: white;
}
.about-page .ui.container {
  max-width: none;
}
.about-page .about-1 {
  padding: 100px 0 80px;
  background: url("../images/about-1-bg.jpg") left bottom no-repeat;
}
.about-page .about-1 .left {
  width: 31%;
  padding-right: 7%;
}
.about-page .about-1 .left span.h2 {
  font-size: 44px;
  font-weight: bold;
  color: #191919;
  text-transform: uppercase;
  line-height: 1;
}
.about-page .about-1 .left span.h2:after {
  content: '';
  margin-top: .7em;
  width: 1.5em;
  height: 3px;
  background: var(--color);
  display: block;
}
.about-page .about-1 .left .play {
  margin-top: 70px;
  height: 260px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
.about-page .about-1 .left .play span {
  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%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .play span i {
  border-left: 21px solid var(--color);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .left .play span:after,
.about-page .about-1 .left .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .left .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .right {
  width: 69%;
}
.about-page .about-1 .right span.h6 {
  font-size: 32px;
  color: #383838;
  font-weight: bold;
  line-height: 1.4;
}
.about-page .about-1 .right .text {
  font-weight: 300;
  font-size: 16px;
  color: #636363;
  line-height: 1.6;
  margin: 2em 0 4em;
  padding-right: 1em;
  max-height: 280px;
  overflow: auto;
}
.about-page .about-1 .right .text p {
  margin-top: 1.5em;
}
.about-page .about-1 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .right .list 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;
}
.about-page .about-1 .right .list ul li {
  width: auto;
  max-width: 25%;
  text-align: center;
}
.about-page .about-1 .right .list ul li i {
  display: block;
  height: 71px;
}
.about-page .about-1 .right .list ul li i img {
  max-height: 100%;
}
.about-page .about-1 .right .list ul li p {
  font-size: 16px;
  color: #717171;
  margin: 1em 0 1.5em;
  display: block;
}
.about-page .about-1 .right .list ul li span {
  display: block;
  font-weight: bold;
  font-size: 52px;
  color: var(--color);
  line-height: 1;
  margin-left: .5em;
}
.about-page .about-1 .right .list ul li span sup {
  font-size: 50%;
}
.about-page .about-2 {
  padding: 140px 0;
  background: url("../images/about-2-bg.jpg") center center no-repeat;
  background-size: cover;
  color: white;
}
.about-page .about-2 .box {
  overflow: hidden;
}
.about-page .about-2 .box .left {
  width: 40%;
  vertical-align: middle;
}
.about-page .about-2 .box .left .img {
  display: block;
  height: 470px;
  border: 10px solid white;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
.about-page .about-2 .box .right {
  width: 40%;
  vertical-align: middle;
  padding: 0 10%;
}
.about-page .about-2 .box .right .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
}
.about-page .about-2 .box .right ul {
  margin: -10px;
}
.about-page .about-2 .box .right ul li {
  padding: 10px;
}
.about-page .about-2 .box .year {
  width: 20%;
  vertical-align: middle;
  padding-right: 50px;
  text-align: right;
  font-size: 60px;
  line-height: 1.4;
  height: 1.58333333em;
}
.about-page .about-2 .box .year .slick-list {
  overflow: unset;
}
.about-page .about-2 .box .year li span.h6 {
  display: block;
  font-weight: normal;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.about-page .about-2 .box .year li span.h6:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--color);
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-2 .box .year .slick-current li span.h6 {
  -webkit-transform: scale(1.58333333);
  -moz-transform: scale(1.58333333);
  -ms-transform: scale(1.58333333);
  transform: scale(1.58333333);
  font-weight: bold;
}
.about-page .about-2 .box .year .slick-current li span.h6:after {
  opacity: 1;
}
.about-page .about-3 {
  padding-top: 150px;
  text-align: center;
}
.about-page .about-3 span.h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  display: block;
  color: #181818;
  text-transform: uppercase;
}
.about-page .about-3 .text {
  font-weight: 300;
  font-size: 18px;
  margin-top: 1.5em;
}
.about-page .about-3 .list {
  margin-top: 65px;
  text-align: left;
}
.about-page .about-3 .list ul li {
  width: 16%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li .box {
  height: 600px;
  background-size: cover;
  background-position: center left;
  padding: 10% 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
}
.about-page .about-3 .list ul li .box .content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
}
.about-page .about-3 .list ul li .box .text {
  font-weight: 300;
  font-size: 16px;
  max-width: 80%;
  margin-top: .5em;
}
.about-page .about-3 .list ul li:first-child {
  width: 36%;
}
.about-page .about-3 .list ul li:first-child .content {
  opacity: 1;
}
.about-page .about-3 .list ul:hover li {
  width: 16%;
}
.about-page .about-3 .list ul:hover li .content {
  opacity: 0;
}
.about-page .about-3 .list ul:hover li:hover {
  width: 36%;
}
.about-page .about-3 .list ul:hover li:hover .content {
  opacity: 1;
}
.about-page .about-4 {
  padding: 120px 0;
  text-align: center;
  background: url("../images/about-4-bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about-page .about-4 .ui.container {
  max-width: 1470px;
}
.about-page .about-4 span.h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  display: block;
  color: #181818;
  text-transform: uppercase;
}
.about-page .about-4 .text {
  font-weight: 300;
  font-size: 18px;
  margin-top: 1.5em;
}
.about-page .about-4 .list {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .list:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  margin-top: -46px;
  background: url("../images/icon-about-4-ty.png") center top;
  background-size: 100% auto;
}
.about-page .about-4 .list ul {
  padding: 0 20px;
}
.about-page .about-4 .list ul li {
  padding: 0 40px;
}
.about-page .about-4 .list ul li img {
  display: block;
  width: 100%;
}
.about-page .about-4 .list ul li span {
  font-size: 16px;
  display: block;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5%;
  margin-top: 20px;
}
.about-page .about-5 {
  padding: 170px 0 160px;
  background: url("../images/about-5-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-5 .content {
  max-width: 710px;
  color: white;
}
.about-page .about-5 .content span.tag {
  font-weight: 300;
  font-size: 16px;
  display: block;
}
.about-page .about-5 .content span.h2 {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: .5em 0;
}
.about-page .about-5 .content .text {
  font-weight: 300;
  line-height: 1.6;
  display: block;
  margin-bottom: 4em;
  font-size: 14px;
}
.about-page .about-6 {
  padding: 110px 0 120px;
  text-align: center;
}
.about-page .about-6 span.h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  display: block;
  color: #181818;
  text-transform: uppercase;
}
.about-page .about-6 .text {
  font-weight: 300;
  font-size: 18px;
  margin-top: 1.5em;
}
.about-page .about-6 .list {
  margin-top: 50px;
}
.about-page .about-6 .list ul {
  margin: -15px;
}
.about-page .about-6 .list ul li {
  padding: 15px;
}
.about-page .about-6 .list ul li a {
  display: block;
  background: white;
  text-align: center;
}
.about-page .about-6 .list ul li img {
  display: block;
  width: 100%;
}
.about-page .about-6 .list ul li span {
  display: block;
  font-size: 18px;
  padding: .8em;
}
.topNav {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topNav .ui.container {
  max-width: 1440px;
}
.topNav 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;
}
.topNav ul li a {
  padding: 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 185px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.topNav ul li a span {
  display: block;
  width: 100%;
}
.topNav ul li a i.fa {
  margin-top: 1em;
  display: block;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
.topNav ul li a.active,
.topNav ul li a:hover {
  background: var(--color);
}
.topNav ul li a.active i.fa,
.topNav ul li a:hover i.fa {
  opacity: 1;
}
.applications-page {
  padding: 10px 0 150px;
}
.applications-page .content {
  font-weight: 300;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;
}
.applications-page .content p,
.applications-page .content img {
  display: block;
}
.case-page {
  padding: 100px 0 140px;
}
.case-page .list ul {
  margin: -40px -15px;
  display: flex;
  flex-wrap: wrap;
}
.case-page .list ul li {
  padding: 40px 15px;
}
.case-page .list ul li .box {
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.case-page .list ul li .content {
  padding: 40px;
  background: #f7f7f7;
  width: 100%;
}
.case-page .list ul li .content span.h6 {
  display: block;
  font-weight: 600;
  font-size: 22px;
}
.case-page .list ul li .content .text {
  font-weight: 300;
  font-size: 16px;
  color: #808080;
  line-height: 1.8;
  margin: 1.5em 0;
}
.case-page .list ul li .content a.link {
  line-height: 44px;
  height: 44px;
  padding: 0 28px;
  display: inline-block;
  background: white;
  font-size: 14px;
  color: var(--color);
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .list ul li .content a.link i.fa {
  margin-right: .5em;
}
.case-page .list ul li .content a.link:hover {
  background: var(--color);
  color: white;
}
.case-page .list ul li img {
  display: block;
  width: 100%;
}
.contact-page {
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 {
  background: #f5f5f5;
  padding: 75px 0 115px;
}
.contact-page .contact-1 span.h2 {
  font-weight: bold;
  font-size: 36px;
  color: #191919;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.contact-page .contact-1 span.h2:after {
  content: '';
  width: 1.5em;
  height: 1px;
  background: var(--color);
  margin-top: .5em;
  display: block;
}
.contact-page .contact-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #212121;
  margin-top: 1em;
}
.contact-page .contact-1 .list {
  margin-top: 50px;
}
.contact-page .contact-1 .list ul {
  margin: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-1 .list ul li {
  padding: 30px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px;
  min-height: 218px;
  height: 100%;
  background: white;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: .8em;
  text-transform: uppercase;
}
.contact-page .contact-1 .list ul li .box .text {
  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;
}
.contact-page .contact-1 .list ul li .box .text i {
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .list ul li .box:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .list ul li .box:hover .text {
  color: inherit;
}
.contact-page .contact-1 .list ul li .box:hover .text i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contact-page .contact-2 {
  padding: 90px 0 130px;
  position: relative;
}
.contact-page .contact-2 #mapContainer {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.contact-page .contact-2 .form {
  position: relative;
  z-index: 1;
  padding: 35px 20px 65px;
  background: white;
  max-width: 570px;
  margin-left: 13%;
}
.contact-page .contact-2 .form span.h6 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.contact-page .contact-2 .form ul {
  margin: -10px 0;
}
.contact-page .contact-2 .form ul li {
  padding: 10px 0;
}
.contact-page .contact-2 .form ul input,
.contact-page .contact-2 .form ul textarea {
  display: block;
  width: 100%;
  font-size: 17px;
  padding: .7em 1.4em;
  color: #666;
  background: #f7f7f7;
  border: none;
}
.contact-page .contact-2 .form ul textarea {
  height: 120px;
}
.contact-page .contact-2 .form ul input[type="submit"] {
  padding-left: 4em;
  padding-right: 4em;
  width: auto;
  display: inline-block;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul input[type="submit"]:hover {
  background: black;
}
.product-page .product-1 .box {
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5%;
  color: white;
  background-size: cover;
  background-position: center center;
}
.product-page .product-1 .box span.h6 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .7em;
  display: block;
}
.product-page .product-1 .box h1.zhongsucat {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.7em;
    display: block;
}
.product-page .product-1 .box .text {
  font-weight: 300;
  font-size: 16px;
  max-width: 50%;
  line-height: 30px;
}
.product-page .product-2 {
  padding: 110px 0 150px;
}
.product-page .product-2 .nav {
  font-size: 20px;
  font-weight: normal;
}
.product-page .product-2 .nav span {
  text-transform: uppercase;
  color: #191919;
  font-weight: 600;
}
.product-page .product-2 .nav span:after {
  content: '>';
  margin-left: 1.3em;
}
.product-page .product-2 .nav em {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-2 .nav em ul {
  width: 180px;
  background: white;
  border: 1px solid #eee;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.product-page .product-2 .nav em:hover ul {
  display: block;
}
.product-page .product-2 .nav a {
  color: #3b3b3b;
  padding: .3em 1em;
  border-radius: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.product-page .product-2 .nav em ul li a {
  border-radius: 0;
  font-size: 80%;
  width: 100%;
  display: block;
}
.product-page .product-2 .nav em:hover>a,
.product-page .product-2 .nav a:hover {
  background: var(--color);
  color: white;
}
.product-page .product-2 .nav a,
.product-page .product-2 .nav span {
  margin-right: 1.5em;
}
.product-page .product-2 .search {
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #dcdcdc;
}
.product-page .product-2 .search span {
  text-transform: uppercase;
  color: #191919;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-2 .search span:after {
  content: '>';
  margin-left: 1.3em;
}
.product-page .product-2 .search form {
  margin-left: 45px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-2 .search form input {
  line-height: 40px;
  height: 38px;
  padding: 0 30px;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  text-indent: 2em;
  background: url("../images/icon-search2.png") center left 30px no-repeat;
}
.product-page .product-2 .search form input::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}
.product-page .product-2 .search form input:-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}
.product-page .product-2 .search form input::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}
.product-page .product-2 .search form input:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}
.product-page .product-2 .search form input::placeholder {
  color: rgba(25, 25, 25, 0.6);
}
.product-page .product-2 .list {
  margin: 60px 0 120px;
}
.product-page .product-2 .list ul {
  margin: -15px -18px;
}
.product-page .product-2 .list ul li {
  padding: 15px 18px;
}
.product-page .product-2 .list ul li img {
  display: block;
  width: 100%;
  border: 2px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .list ul li span.h6 {
  display: block;
  font-size: 18px;
  padding: .5em;
  text-align: center;
  font-weight: normal;
}
.product-page .product-2 .list ul li:hover img {
  border-color: var(--color);
}
.prodet-page {
  padding: 110px 0 130px;
}
.prodet-page .prodet-1 .left {
  vertical-align: middle;
  padding-right: 4%;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #bfbfbf;
  width: 100%;
}
.prodet-page .prodet-1 .left .smallImg {
  margin-top: 20px;
  position: relative;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left .smallImg .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  background: #e3e3e3;
  color: white;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .smallImg .btn div.prev {
  right: 105%;
}
.prodet-page .prodet-1 .left .smallImg .btn div.next {
  left: 105%;
}
.prodet-page .prodet-1 .left .smallImg .btn div:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .text {
  font-weight: 300;
  font-size: 16px;
  color: #616161;
  line-height: 30px;
  margin: 3em 0 2em;
}
.prodet-page .prodet-1 .right a.link {
  line-height: 48px;
  height: 48px;
  padding: 0 35px;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.link:hover {
  background: black;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
}
.prodet-page .prodet-2 .options span {
  background: #ccc;
  padding: 0 75px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  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-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .retContent {
  margin-top: 60px;
  font-size: 16px;
  color: #676767;
  line-height: 30px;
  padding: 25px;
  background: #f7f7f7;
}
.prodet-page .prodet-2 .retContent strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  text-align: center;
}
.prodet-page .prodet-3 span.h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.prodet-page .prodet-3 .text {
  font-weight: 300;
  font-size: 16px;
  margin-top: 1em;
}
.prodet-page .prodet-3 .list {
  margin-top: 50px;
}
.prodet-page .prodet-3 .list ul {
  margin: -15px -18px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px 18px;
}
.prodet-page .prodet-3 .list ul li img {
  display: block;
  width: 100%;
  border: 2px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .list ul li span.h6 {
  display: block;
  font-size: 18px;
  padding: .5em;
  text-align: center;
  font-weight: normal;
}
.prodet-page .prodet-3 .list ul li:hover img {
  border-color: var(--color);
}
.news-page {
  padding: 150px 0;
  overflow: hidden;
}
.news-page .ui.container {
  max-width: none;
}
.news-page .news-1 .list ul {
  margin: -60px -25px;
}
.news-page .news-1 .list ul li {
  padding: 60px 25px;
  position: relative;
}
.news-page .news-1 .list ul li a.img {
  display: block;
  position: relative;
}
.news-page .news-1 .list ul li a.img img {
  display: block;
  width: 100%;
}
.news-page .news-1 .list ul li a.img span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 44px;
  height: 44px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 300;
  color: white;
  border-top-left-radius: 20px;
  background: #072b6e;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #072b6e), color-stop(100%, #0f71d8));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(right, #072b6e 0%, #0f71d8 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, #072b6e 0%, #0f71d8 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, right top, from(#072b6e), to(#0f71d8));
  background: -webkit-linear-gradient(left, #072b6e, #0f71d8);
  background: -moz-linear-gradient(left, #072b6e, #0f71d8);
  background: linear-gradient(to right, #072b6e, #0f71d8);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#072b6e', endColorstr='#0f71d8',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#072b6e', endColorstr='#0f71d8', GradientType=1);
  /* 兼容IE5~IE9 */
}
.news-page .news-1 .list ul li .content {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .news-1 .list ul li .content time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 14px;
  color: #a0a0a0;
}
.news-page .news-1 .list ul li .content time em {
  display: block;
  font-weight: bold;
  font-size: 66px;
  line-height: 1;
  color: black;
}
.news-page .news-1 .list ul li .content span.h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 1em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content span.h2:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .content .text p {
  font-size: 16 px;
  color: #8b8b8b;
  line-height: 30px;
}
.news-page .news-1 .list ul li:before {
  content: '';
  width: 1px;
  height: 10000%;
  background: #dcdcdc;
  left: 100%;
  top: -500%;
  position: absolute;
  z-index: -1;
}
.news-page .news-1 .list ul li:nth-child(3n+1):not(:nth-child(1)):after {
  content: '';
  width: 10000%;
  height: 1px;
  background: #dcdcdc;
  left: -500%;
  top: 0;
  position: absolute;
  z-index: -1;
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page h1 {
  font-size: 32px;
  font-weight: bold;
}
.newdet-page time {
  font-size: 16px;
  display: block;
  margin: 1em 0;
}
.newdet-page .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.newdet-page .m-link {
  display: block;
  font-size: 14px;
  margin-top: 2em;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1800px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 48px;
  }
  #banner .boxSlide li .content p {
    font-size: 24px;
  }
  #banner .boxSlide li .content a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #banner .smallSlide ul li span {
    font-size: 16px;
  }
  #index-body .init-1 .left i.icon {
    font-size: 180px;
  }
  #index-body .init-1 .left span.h2 {
    font-size: 36px;
  }
  #index-body .init-1 .left span.h6 {
    font-size: 28px;
  }
  #index-body .init-1 .left .content,
  #index-body .init-2 .box .text,
  #index-body .init-2 .list ul li .box2 .text,
  #index-body .init-5 .text,
  .about-page .about-1 .right .text,
  .about-page .about-1 .right .list ul li p,
  .prodet-page .prodet-1 .right .text,
  .prodet-page .prodet-2 .retContent {
    font-size: 14px;
  }
  #index-body .init-1 .left img {
    margin: 25px 0;
  }
  #index-body .init-1 .left .link {
    font-size: 14px;
  }
  #index-body .init-1 .right ul li .content span {
    font-size: 13px;
  }
  #index-body .init-1 .right ul li .content p {
    font-size: 38px;
  }
  #index-body .init-1 .right ul li {
    margin-bottom: 30px;
  }
  #index-body .init-1 .right {
    height: 700px;
  }
  #index-body .init-2 .box span.h2 {
    font-size: 36px;
  }
  a.btnLink {
    zoom: .8;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 20px;
  }
  #index-body .init-3 .top {
    margin-left: 5%;
  }
  #index-body .init-2 {
    height: 800px;
  }
  #index-body .init-3 {
    padding: 100px 0;
  }
  #index-body .init-3 .top span.h2,
  #index-body .init-3 .top span.h6 {
    font-size: 42px;
  }
  #index-body .init-3 .btn div,
  #index-body .init-5 .btn div {
    max-width: 22px;
  }
  #index-body .init-3 .bottom .list ul li .box .left span.h6 {
    font-size: 38px;
  }
  #index-body .init-3 .bottom .list ul li .box .left .text {
    font-size: 14px;
  }
  #index-body .init-3 .bottom .list ul li .box .left a.more svg {
    zoom: .8;
  }
  #index-body .init-4 .box span.h2 {
    font-size: 30px;
  }
  #index-body .init-4 .box .text {
    font-size: 16px;
  }
  #index-body .init-4 .box .list ul li span {
    font-size: 18px;
  }
  #index-body .init-4 .box {
    max-width: 540px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #index-body .init-4 .box .list ul li {
    padding: 5px;
    margin-bottom: 15px;
  }
  #index-body .init-5 span.h2 {
    font-size: 40px;
  }
  #index-body .init-2 .list ul li i.bg {
    border-bottom-left-radius: 80px;
  }
  #index-body .init-4 .box .list ul li i {
    width: 40px;
  }
  #index-body .init-4 .box .list ul li i img {
    max-height: 45px;
  }
  #index-body .init-5 .list ul li .box {
    padding: 25px 15px 40px;
  }
  #index-body .init-5 .list ul li .box span.h6 {
    font-size: 22px;
  }
  #index-body .init-5 .list ul li .box a.btnLink {
    margin-top: 2em;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
  #footer .footer-top .left span.h6 {
    font-size: 28px;
  }
  #footer .footer-top .right a.more {
    line-height: 44px;
    height: 44px;
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-center .right .list ul li {
    margin-left: 40px;
  }
  #footer .footer-center {
    padding: 30px 0;
  }
  #footer .footer-bottom .box {
    padding: 40px 0;
  }
  #index-body .init-2 .list ul li span.h6 {
    font-size: 16px;
  }
  #footer .footer-bottom .right .info .slide span.h6 {
    font-size: 18px;
  }
  #footer .footer-bottom .right .info .slide .link a {
    font-size: 16px;
  }
  .inner-banner span.h2 {
    font-size: 44px;
  }
  .inner-banner span.tag {
    font-size: 70px;
  }
  .about-page .about-1 .left span.h2 {
    font-size: 36px;
  }
  .about-page .about-1 .right span.h6 {
    font-size: 26px;
  }
  .about-page .about-1 .left .play {
    height: 220px;
  }
  .about-page .about-1 .right .list ul li i {
    height: 50px;
  }
  .about-page .about-1 .right .list ul li span {
    font-size: 40px;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  .about-page .about-2 .box .right .text {
    font-size: 16px;
  }
  .about-page .about-2 .box .left .img {
    height: 360px;
  }
  .about-page .about-2 .box .year {
    font-size: 40px;
  }
  .about-page .about-3 {
    padding-top: 80px;
  }
  .about-page .about-3 span.h2,
  .about-page .about-4 span.h2,
  .about-page .about-6 span.h2 {
    font-size: 34px;
  }
  .about-page .about-3 .text,
  .about-page .about-4 .text,
  .about-page .about-6 .text {
    font-size: 16px;
    margin-top: 1em;
  }
  .about-page .about-3 .list {
    margin-top: 40px;
  }
  .about-page .about-3 .list ul li .box {
    height: 400px;
  }
  .about-page .about-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .about-page .about-3 .list ul li .box .text {
    font-size: 14px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-5 {
    padding: 100px 0;
  }
  .about-page .about-5 .content span.h2 {
    font-size: 32px;
  }
  .about-page .about-5 .content .text {
    margin-bottom: 2em;
  }
  .about-page .about-6 {
    padding: 80px 0;
  }
  .topNav ul li a {
    font-size: 18px;
  }
  .applications-page {
    padding-bottom: 100px;
  }
  .case-page {
    padding: 80px 0;
  }
  .case-page .list ul li {
    padding: 15px;
  }
  .case-page .list ul {
    margin: -15px;
  }
  .case-page .list ul li .content {
    padding: 20px;
  }
  .case-page .list ul li .content span.h6 {
    font-size: 18px;
  }
  .case-page .list ul li .content .text {
    font-size: 14px;
  }
  .case-page .list ul li .content a.link {
    line-height: 40px;
    height: 40px;
  }
  .inner-page .m-page {
    margin-top: 60px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .contact-page .contact-1 span.h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 20px;
    min-height: 160px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-2 .form {
    margin-left: 3%;
  }
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-2 .form span.h6 {
    font-size: 20px;
  }
  .contact-page .contact-2 .form ul input,
  .contact-page .contact-2 .form ul textarea {
    font-size: 15px;
  }
  .contact-page .contact-2 .form ul input[type="submit"] {
    font-size: 16px;
  }
  .product-page .product-1 .box span.h6 {
    font-size: 32px;
  }
  .product-page .product-1 .box .text {
    font-size: 14px;
  }
  .product-page .product-1 .box {
    height: 400px;
  }
  .product-page .product-2 {
    padding: 60px 0;
  }
  .product-page .product-2 .search {
    margin-top: 30px;
    padding-top: 30px;
  }
  .product-page .product-2 .nav,
  .product-page .product-2 .search span {
    font-size: 16px;
  }
  .product-page .product-2 .list ul li span.h6,
  .prodet-page .prodet-3 .list ul li span.h6 {
    font-size: 16px;
  }
  .product-page .product-2 .list {
    margin: 60px 0;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .left {
    padding: 0 5%;
  }
  .prodet-page .prodet-2 .options span {
    font-size: 14px;
    padding: 0 40px;
  }
  .prodet-page .prodet-3 span.h2 {
    font-size: 28px;
  }
  .news-page {
    padding: 100px 0;
  }
  .news-page .news-1 .list ul li {
    padding: 40px 15px;
  }
  .news-page .news-1 .list ul {
    margin: -40px -15px;
  }
  .news-page .news-1 .list ul li a.img span {
    line-height: 36px;
    height: 36px;
  }
  .news-page .news-1 .list ul li .content {
    margin-top: 20px;
  }
  .news-page .news-1 .list ul li .content time {
    text-align: center;
  }
  .news-page .news-1 .list ul li .content time em {
    font-size: 40px;
  }
  .news-page .news-1 .list ul li .content span.h2 {
    font-size: 18px;
  }
  .newdet-page {
    padding: 80px 0;
  }
  .newdet-page h1 {
    font-size: 26px;
  }
  .newdet-page time,
  .newdet-page .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  #header .nav .ui.menu .logo img {
    max-height: 35px;
  }
  #header .nav {
    height: 60px;
    line-height: 60px;
  }
  .inner-banner,
  #banner {
    margin-top: 60px;
  }
  .inner-banner span.h2 {
    font-size: 36px;
  }
  .inner-banner span.tag {
    font-size: 50px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .news-page {
    padding: 60px 0;
  }
  .news-page .news-1 .list ul li .content time {
    font-size: 12px;
  }
  .news-page .news-1 .list ul li .content span.h2 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .product-page .product-1 .box span.h6 {
    font-size: 28px;
  }
  .applications-page .content {
    font-size: 14px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }
  .about-page .about-1 .right span.h6 {
    font-size: 20px;
  }
  .about-page .about-1 .left .play span {
    zoom: .7;
  }
  .about-page .about-1 .left .play {
    height: 200px;
    margin-top: 40px;
  }
  .about-page .about-1 .right .list ul li p {
    margin: .5em 0;
  }
  .about-page .about-1 .right .list ul li span {
    font-size: 32px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .box .year {
    font-size: 28px;
  }
  .about-page .about-2 .box .left .img {
    height: 280px;
  }
  .about-page .about-3 span.h2,
  .about-page .about-4 span.h2,
  .about-page .about-6 span.h2 {
    font-size: 28px;
  }
  .about-page .about-3 .text,
  .about-page .about-4 .text,
  .about-page .about-6 .text {
    font-size: 14px;
  }
  .about-page .about-5 .content span.h2 {
    font-size: 28px;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 36px;
  }
  #banner .boxSlide li .content p {
    font-size: 18px;
  }
  #banner .smallSlide ul li {
    max-width: 150px;
  }
  #index-body .init-1 .left i.icon {
    font-size: 140px;
  }
  #index-body .init-1 .left span.h2 {
    font-size: 28px;
  }
  #index-body .init-1 .left span.h6 {
    font-size: 22px;
    line-height: 32px;
  }
  #index-body .init-1 .left img {
    max-height: 50px;
  }
  #index-body .init-1 .left .link a {
    margin-right: 1.5em;
  }
  #index-body .init-1 .right ul li .content p {
    font-size: 30px;
  }
  #index-body .init-2 .box span.h2 {
    font-size: 28px;
  }
  a.btnLink {
    zoom: .7;
  }
  #index-body .init-3 .top span.h2,
  #index-body .init-3 .top span.h6 {
    font-size: 36px;
  }
  #index-body .init-3 .bottom .list ul li .box .left span.h6 {
    font-size: 32px;
  }
  #index-body .init-5 span.h2 {
    font-size: 32px;
  }
  #index-body .init-5 .list ul li .box span.h6 {
    font-size: 18px;
  }
  #index-body .init-5 .list ul li .box {
    padding: 10px;
  }
  #footer .footer-bottom .right .info .slide .link a {
    font-size: 14px;
  }
  #footer .footer-bottom .right .info .slide span.h6 {
    font-size: 16px;
  }
  #footer .footer-bottom .left .text {
    font-size: 14px;
  }
  #footer .footer-bottom .left .share {
    margin-top: 30px;
  }
  #footer .footer-bottom .left .share a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-right: 6px;
    font-size: 16px;
  }
  #footer .footer-bottom .coy {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 28px;
  }
  #banner .boxSlide li .content .left {
    max-width: 50%;
  }
  #banner .smallSlide {
    display: none;
  }
  #index-body .init-2 .list ul li .box2,
  #index-body .init-2 .list ul li .box3 {
    padding: 60px 20px;
  }
  #index-body .init-3 .top span.h2 i {
    width: 90px;
  }
  #index-body .init-3 .bottom {
    margin-top: 10px;
  }
  #index-body .init-3 .bottom .list ul li .box .left .text {
    margin: 1em 0;
  }
  #index-body .init-3 .bottom .list ul li .box .left span.h6 {
    font-size: 28px;
  }
  #index-body .init-4 .box span.h2 {
    font-size: 24px;
  }
  #index-body .init-4 .box .text {
    font-size: 14px;
        line-height: 28px;
  }
  #index-body .init-4 .box {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 460px;
  }
  #index-body .init-5 span.h2 {
    font-size: 28px;
  }
  #index-body .init-5 .list ul li {
    padding: 10px;
  }
  #index-body .init-5 .list ul {
    margin: -10px;
  }
  #index-body .init-5 .list ul li .box span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-top .left span.h6 {
    font-size: 24px;
  }
  #footer .footer-center .right .list ul li {
    font-size: 14px;
    margin-left: 20px;
  }
  #footer .footer-bottom .right .info .slide .link a {
    font-size: 12px;
  }
  .about-page .about-2 .box .year li span.h6:after {
    width: 10px;
    height: 10px;
  }
  .about-page .about-4 .list:after {
    margin-top: -38px;
  }
  .about-page .about-4 .list ul li span {
    font-size: 14px;
  }
  .case-page .list ul li .content .text {
    margin: 1em 0;
  }
  .contact-page .contact-1 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .contact-page .contact-2 .form {
    max-width: 50%;
  }
  .product-page .product-1 .box {
    padding: 3%;
  }
  .product-page .product-2 .list ul li {
    padding: 10px;
  }
  .product-page .product-2 .list ul {
    margin: -10px;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right a.link {
    line-height: 42px;
    height: 42px;
    padding: 0 25px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options {
    height: 50px;
  }
  .prodet-page .prodet-2 .retContent {
    margin-top: 30px;
    padding: 10px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .prodet-page .prodet-3 .text {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .list {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .list ul li {
    padding: 10px;
  }
  .prodet-page .prodet-3 .list ul {
    margin: -10px;
  }
  .product-page .product-2 .list ul li span.h6,
  .prodet-page .prodet-3 .list ul li span.h6 {
    font-size: 16px;
        line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .boxSlide li .content .left {
    margin-left: 0;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 24px;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  .newdet-page h1 {
    font-size: 22px;
  }
  .newdet-page {
    padding: 50px 0;
  }
  .news-page .news-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .list ul li:nth-child(3n+1):not(:nth-child(1)):after {
    display: none;
  }
  .news-page .news-1 .list ul li:nth-child(2n+1):not(:nth-child(1)):after {
    content: '';
    width: 10000%;
    height: 1px;
    background: #dcdcdc;
    left: -500%;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .prodet-page {
    padding: 50px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right a.link {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
  }
  .topNav {
    display: none;
  }
  .product-page {
    padding-top: 50px;
  }
  .product-page .product-1 .box .text {
    max-width: none;
  }
  .product-page .product-1 .box {
    height: auto;
    padding: 50px 20px;
  }
  .product-page .product-2 {
    padding: 40px 0;
  }
  .product-page .product-2 .nav,
  .product-page .product-2 .search span {
    font-size: 14px;
  }
  .product-page .product-1 .box span.h6 {
    font-size: 24px;
  }
  .product-page .product-2 .search {
    margin-top: 15px;
    padding-top: 15px;
  }
  .product-page .product-2 .list {
    margin: 40px 0;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  #footer .footer-top .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
  }
  #footer .footer-top .left span.h6 {
    font-size: 20px;
  }
  #footer .footer-center .left {
    width: 100%;
  }
  #footer .footer-center .right {
    width: 100%;
    margin-top: 10px;
  }
  #footer .footer-center .right .list ul li {
    display: block;
    margin: 10px 0;
    text-align: left;
  }
  #footer .footer-bottom .left {
    width: 100%;
    padding: 0;
  }
  #footer .footer-bottom .right {
    display: none;
  }
  #footer .footer-bottom .coy {
    text-align: left;
  }
  #footer .footer-bottom .coy p {
    margin: 0;
  }
  #footer .footer-bottom .box {
    padding: 15px 0;
        display: none;
  }
  #footer .footer-bottom .left .share {
    margin-top: 15px;
  }
  .contact-page .contact-2 .form {
    padding: 20px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 10px;
  }
  .contact-page .contact-1 .text {
    margin-top: .5em;
  }
  .contact-page .contact-1 .list ul li .box span.h6 {
    margin-bottom: .3em;
  }
  .contact-page .contact-1 .list {
    margin-top: 30px;
  }
  .case-page .list ul li {
    width: 50% !important;
  }
  .case-page {
    padding: 40px 0;
  }
  .applications-page {
    padding-top: 60px;
  }
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .box .left .img {
    height: 240px;
  }
  .about-page .about-3 .text,
  .about-page .about-4 .text,
  .about-page .about-6 .text {
    margin-top: .5em;
  }
  .about-page .about-3 {
    padding-top: 50px;
  }
  .about-page .about-3 .list ul li .box {
    height: 280px;
  }
  .about-page .about-4 .list:after {
    display: none;
  }
  .about-page .about-4 .list ul li span {
    line-height: normal;
    height: auto;
    margin-top: 1em;
  }
  .about-page .about-4 .list ul li {
    padding: 0 15px;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
  .about-page .about-5 .content span.h2 {
    font-size: 24px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-2 .box .year {
    font-size: 24px;
  }
  .about-page .about-2 .box .right {
    padding: 0 5%;
  }
  .about-page .about-2 .box .year {
    padding-right: 30px;
  }
  .about-page .about-2 .box .year li span.h6:after {
    right: -20px;
  }
  .about-page .about-6 {
    padding: 50px 0;
  }
  .about-page .about-6 .list ul li {
    padding: 5px;
  }
  .about-page .about-6 .list ul {
    margin: -5px;
  }
  #index-body .init-1 .box {
    display: block;
  }
  #index-body .init-1 .right {
    display: none;
  }
  #index-body .init-1 .left {
    padding: 40px 15px;
  }
  #index-body .init-1 .left i.icon {
    font-size: 110px;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-3 .bottom .list ul li .box .left a.more svg {
    display: none;
  }
  #index-body .init-3 .bottom .list ul li .box .left a.more {
    margin-left: 0;
  }
  #index-body .init-3 .bottom .list ul li .box .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-3 .bottom .list ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .top span.h6 {
    margin-left: 0;
    line-height: 1.2;
  }
  #index-body .init-3 .top span.h2 {
    line-height: 1.2;
  }
  #index-body .init-3 .top {
    margin-left: 0;
  }
  #index-body .init-3 .bottom .list ul li {
    padding: 15px;
  }
  #index-body .init-3 .bottom .list ul {
    margin: -15px;
  }
  #index-body .init-3 {
    background-size: cover;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 20px;
  }
  #banner .boxSlide li .content p {
    font-size: 14px;
  }
  #banner .boxSlide li .content a.more {
    line-height: 34px;
    height: 34px;
    font-size: 12px;
  }
  #banner .boxSlide li .content .left {
    max-width: 80%;
  }
  #index-body .init-3 .btn div,
  #index-body .init-5 .btn div {
    display: none !important;
  }
  #index-body .init-3 {
    padding: 50px 0;
  }
  #index-body .init-4 .box {
    max-width: none;
    width: 100%;
  }
  #barSlideBox {
    zoom: .7;
  }
  #footer .footer-center .left img {
    max-height: 40px;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .inner-banner span.h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 30px;
  }
  .inner-banner span.tag {
    font-size: 34px;
    top: -20%;
  }
  .about-page .about-1 .left span.h2 {
    font-size: 24px;
  }
  .about-page .about-1 .left span.h2:after {
    margin-top: .3em;
  }
  .about-page .about-1 .right .list {
    display: none;
  }
  .about-page .about-1 .right .text {
    margin-bottom: 0;
  }
  .about-page .about-2 .box .left {
    width: 100%;
  }
  .about-page .about-2 .box .right {
    width: 100%;
    padding: 20px;
  }
  .about-page .about-2 .box .year {
    display: none;
  }
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-6 .list {
    margin-top: 30px;
  }
  .about-page .about-5 .content img {
    max-height: 50px;
  }
  .about-page .about-6 .list ul li span {
    font-size: 14px;
  }
  .case-page .list ul li {
    width: 100% !important;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
    min-height: auto;
  }
  .contact-page .contact-1 .list ul {
    display: block;
  }
  .contact-page .contact-1 .list ul li .box {
    min-height: auto;
    padding: 20px 10px;
  }
  .contact-page .contact-2 .form ul input,
  .contact-page .contact-2 .form ul textarea {
    font-size: 14px;
  }
  .contact-page .contact-2 .form ul input[type="submit"] {
    font-size: 14px;
    padding-left: 2em;
    padding-right: 2em;
  }
  .product-page .product-2 .nav {
    display: none;
  }
  .product-page .product-2 .search {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-2 .options span {
    padding: 0 20px;
  }
  .prodet-page .prodet-2 .options {
    height: 40px;
  }
  .news-page .news-1 .list ul li {
    width: 100%;
    border-top: 1px solid #dcdcdc;
  }
  .news-page .news-1 .list ul li:after,
  .news-page .news-1 .list ul li:before {
    display: none !important;
  }
  .news-page .news-1 .list ul li:first-child {
    border-top: none;
  }
  .newdet-page h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .left .smallImg .btn {
    display: none !important;
  }
  .prodet-page .prodet-2 .options span {
    font-size: 13px;
  }
  .contact-page .contact-2 #mapContainer {
    position: static;
    height: 280px !important;
    display: block;
  }
  .contact-page .contact-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-page .contact-2 .form {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
  .applications-page {
    padding: 50px 0;
  }
  #banner .boxSlide li .content span.h2 {
    font-size: 18px;
    line-height: 30px;
  }
  #index-body .init-3 .top span.h2,
  #index-body .init-3 .top span.h6 {
    font-size: 28px;
  }
  #index-body .init-3 .bottom {
    margin-top: 40px;
  }
  #index-body .init-5 .list {
    margin-top: 30px;
  }
  .about-page .about-3 span.h2,
  .about-page .about-4 span.h2,
  .about-page .about-6 span.h2,
  .contact-page .contact-1 span.h2 {
    font-size: 24px;
  }
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic .text a {
        color: #666;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @media screen and (max-width: 1000px) {
      .prodet-page .prodet-2 .retContent table {
  white-space: nowrap;
}
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

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

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

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

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

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

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoIndustry.Auxil-industry {
    display: none;
}
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    #Pop_UpsBtn{
      display: none!important;
    }
    @media screen and (max-width: 1250px) {
      .about-page .about-2 .box .year {
        display: none;
      }
      .about-page .about-2 .box .right {
        padding: 0 3%;
        width: 60%;
      }
      .about-page .about-3 {
        display: none !important;
      }
      .product-page .product-1 .box .text {
        max-width: 100%;
      }
    }
    @media screen and (max-width: 1000px) {
        .prodet-page .prodet-2 .retContent .slide {
          display: block !important;
          margin-top: 20px;
        }
        .prodet-page .prodet-2 .options {
          display: none !important;
        }
        .prodet-page .prodet-2 .retContent {
          margin-top: 0 !important;
        }
      .about-page .about-2 .box .right,.about-page .about-2 .box .left {
        width: 100%;
      }
      .about-page .about-2 .box .right {
        padding: 15px 0;
      }
      .prodet-page .prodet-2 .retContent * {
        text-align: left;
      }
      p {
        text-align: left !important;
      }
    }
    #mobile .menu-content .mob-yuy ul li {
      text-transform: capitalize;
    }
#index-body .init-4 {
  position: relative;
  background-color: black;
  z-index: 1;
}
#index-body .init-4 .mask i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s;
  z-index: -1;
}
#index-body .init-4 .mask i.active {
  opacity: 1;
}