@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Medium.eot');
  src: url('../fonts/AktivGroteskEx-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Medium.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Medium.woff') format('woff'), url('../fonts/AktivGroteskEx-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Aktiv Grotesk Ex";
  font-weight: 500;
  max-width: 1920px;
  margin: auto !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1230px;
}
.ui.container.wraper {
  max-width: 1730px;
  line-height: 2;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#header .nav {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  /*max-width: 1730px;*/
  max-width: 100%;
  padding: 0 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 24px;
  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;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  line-height: 2;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #033692;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .search {
  position: relative;
  width: 280px;
  height: 30px;
  margin-left: 50px;
}
#header .nav .ui.menu .search form {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.15);
}
#header .nav .ui.menu .search input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 35px 0 10px;
}
#header .nav .ui.menu .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 35px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}
#header .nav .ui.menu .search::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.15);
}
#header .nav .ui.menu .language {
  position: relative;
  margin-left: 18px;
  /*color: white;*/
  font-size: 14px;
}
#header .nav .ui.menu .language > img {
  width: 23px;
  vertical-align: middle;
}
#header .nav .ui.menu .language ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: 0px;
  min-width: 140px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #033692;
  display: none \9;
  max-height: 810px;
overflow-y: scroll;
}
#header .nav .ui.menu .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 2;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li a {
  display: block;
}
#header .nav .ui.menu .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.active{
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}
#header .product-down{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  /*background: #f4f4f4;*/
  display: none;
}
#header .product-down .ui.container{
  padding: 0;
}
#header .product-down .box{
  background: #f4f4f4;
}
#header .product-down .left{
  width: 24%;
  background: #f4f4f4;
}
#header .product-down .left ul li{
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  
  cursor: pointer;
}
#header .product-down .left ul li a{
  display: block;
  padding: 14px 25px;
}
#header .product-down .left ul li.active,
#header .product-down .left ul li:hover{
  background: #023592;
  color: white;
}
#header .product-down .right{
  width: 76%;
  background: #fff;
}
#header .product-down .right ul {
  max-height: 600px;
  overflow: auto;
}
#header .product-down .right ul li{
  padding: 15px;
  text-align: center;
}
#header .product-down .right ul li .img-box{
  padding: 15px;
}
#header .product-down .right ul li p{
  font-size: 14px;
}
#header .product-down .right ul li p a{
  text-decoration: underline;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #eb623a;
}
#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-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: normal;
  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;
  font-size: 14px;
    line-height: 2;
  /*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: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 2;
}
#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: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
  margin-top: 61px;
  background: #f4f4f4;
}
#banner ul li img{
  width: 100%;
  margin: auto;
}
#banner ul.list li.item{
  position: relative;
}
#banner ul.list li.item1 .content{
  position: absolute;
  left: 0%;
  top: 0%;
  /*-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
  /*width: 100%;*/
  padding: 5% 0 0 8%;
}
#banner ul.list li .content .h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
}
#banner ul.list li .content .des{
  font-size: 30px;
  color: #033692;
}
#banner ul.list li .content .det1 ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner ul.list li .content .det1 ul li{
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
  /*margin-right: 15px;*/
  /*flex: 1;*/
}
#banner ul.list li .content .det1 ul li img{
  display: block;
  width: 40px;
  margin-bottom: 6px;
}
#banner ul.list li.item1 .content{
  color: white;
  left: 49%;
  /*left: auto;*/
    /*width: 41%;*/
    max-width: 785px;
    padding: 0;
    top: 13%;
    padding-right: 100px;
}
#banner ul.list li.item1 .content .txt-center img{
  width: 50px;
}
#banner ul.list li.item1 .content .des{
  margin: 15px 0 30px;
  color: white;
  font-size: 16px;
}

#banner ul.list li.item1 .content .des ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#banner ul.list li.item1 .content .des ul li{
  list-style: disc;
  list-style-position: inside;
  /*width: 50%;*/
}
#banner ul.list li.item1 .content .des ul li:nth-child(2n-1){
  width: 40%;
  line-height: 2;
}
#banner ul.list li.item1 .content .des ul li:nth-child(2n){
  width: 40%;
}
#banner ul.list li.item1 .content .des img{
  width: 50px;
  display: none;
  vertical-align: middle;
}
#banner ul.list li.item2 .content{
  position: absolute;
  left: 0%;
  top: 0%; 
  /*width: 100%;*/
  padding: 2% 0 0 6%;
}
#banner ul.list li.item2 .content .h2{
  margin-bottom: 32px;
}
#banner ul.list li.item2 .content .des{
  display: inline-block;
  color: black;
  position: relative;
  vertical-align: middle;
}
#banner ul.list li.item2 .content .des::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #0a3783;
}
#banner ul.list li.item2 .content .det1{
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
#banner ul.list li.item3 .content{
  position: absolute;
  left: 0%;
  top: 0%; 
  /*width: 100%;*/
  padding: 2% 5% 0 5%;
}
#banner ul.list li.item3 .content .h2{
  color: #0a3783;
}
#banner ul.list li.item3 .content .des{
  color: black;
  margin: 13px 0 30px;
}
#banner ul.list li.item3 .content .det1 ul li{
  flex: 1;
}
#banner ul.list li.item4 .content{
  position: absolute;
  left: 0;
  top: 0;
  /*width: 40%;*/
  padding: 8% 0 0 8%;
  color: white;
  max-width: 750px;
}
#banner ul.list li.item4 .content .des{
  color: white;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 17px 0 33px;
} 
#banner ul.list li.item4 .content .des::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 10px;
  background: #033692;
  z-index: -1;
}
#banner ul.list li.item4 .content .det1 ul li{
  flex: 1;
}
#banner ul.list li.item4 .content .det1 ul li:first-child{
  padding-left: 0;
}
#banner ul.list li.item5 .content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 4% 0 0 7%;
  color: white;
}
#banner ul.list li.item5 .content .txt-center{
  display: none;
}
#banner ul.list li.item5 .content .des{
  color: white;
  margin: 13px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner ul.list li.item5 .content .des img{
  width: 50px;
  margin-left: 0;
}
#banner .slick-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#banner .slick-dots li {
  width: 35px;
  height: 7px;
  /*border-radius: 100%;*/
  background: white;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .slick-dots li button {
  display: none;
}
#banner .slick-dots li.slick-active {
  background: #033692;
  width: 60px;
}
.font-35 {
  font-size: 35px;
}
.font-25 {
  font-size: 25px;
  line-height: 2;
}
.mb-65 {
  margin-bottom: 65px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-90{
  padding-top: 90px;
}
.pb-90{
  padding-bottom: 90px;
}
.pt-120{
  padding-top: 120px;
}
.pb-120{
  padding-bottom: 120px;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.font-26{
  font-size: 26px;
}
.more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: bold;
  background: #033692;
  color: white;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 32px;
  z-index: 1;
  display: inline-block;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  background: #222;
}
.more:hover::after {
  width: 100%;
}
#index-body .i-product {
  padding-top: 100px;
}
#index-body .i-product .i-title {
  margin-bottom: 85px;
}
#index-body .i-product .top {
  border-bottom: 1px solid #eaeaea;
}
#index-body .i-product .top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .i-product .top ul li {
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
}
#index-body .i-product .top ul li .img {
  /*opacity: 0.5;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 50%;
  margin: auto;
}
#index-body .i-product .top ul li .img img{
    -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-product .top ul li .img .img2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  opacity: 0;
  text-align: center;
}
#index-body .i-product .top ul li .h5 {
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #393a3d;
  margin-top: 0px;
  padding-bottom: 12px;
  line-height: 2;
}
#index-body .i-product .top ul li .h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 5px;
  background: #033692;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-product .top ul li:hover .img .img1,
#index-body .i-product .top ul li.active .img .img1{
  opacity: 0;
}
#index-body .i-product .top ul li:hover .img .img2,
#index-body .i-product .top ul li.active .img .img2 {
  opacity: 1;
}
#index-body .i-product .top ul li.active .h5,
#index-body .i-product .top ul li:hover .h5 {
  color: black;
}
#index-body .i-product .top ul li.active .h5::after,
#index-body .i-product .top ul li:hover .h5::after {
  width: 100%;
}
#index-body .i-product .bottom {
  padding-top: 70px;
  padding-bottom: 100px;
}
#index-body .i-product .bottom .left {
  text-align: center;
  padding: 0 20px;
  vertical-align: middle;
}
#index-body .i-product .bottom .right{
  vertical-align: middle;
}
#index-body .i-product .bottom .right .h2 {
  line-height: 2;
}
#index-body .i-product .bottom .right .content {
  font-size: 16px;
  line-height: 2;
  margin: 8px 0 34px;
}
#index-body .i-product .bottom .right ul {
  margin-top: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#index-body .i-product .bottom .right ul li {
  text-align: center;
  padding-right: 15px;
  display: inline-block;
  width: 19%;
  font-size: 13px;
  min-height: 110px;
}
#index-body .i-product .bottom .right ul li:first-child{
  padding-left: 0;
}
#index-body .i-product .bottom .right ul li img{
  display: block;
  margin: auto;
  margin-bottom: 16px;
  width: 50px;
}
#index-body .i-product .bottom .right ul li p {
  font-weight: bold;
  margin-top: 16px;
}
#index-body .i-about .content-box {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(58%, #f4f4f4), to(transparent));
  background: -webkit-linear-gradient(bottom, #f4f4f4 58%, transparent);
  background: -moz-linear-gradient(bottom, #f4f4f4 58%, transparent);
  background: linear-gradient(to top, #f4f4f4 100%, transparent);
  z-index: 3;
  position: relative;
  padding-top: 100px;
  /*margin-top: -230px;*/
  padding-bottom: 110px;
}
#index-body .i-about .box .right{
  padding-right: 60px;
}
#index-body .i-about .box .content {
  font-size: 16px;
  line-height: 2;
  margin: 18px 0 31px;
}
#index-body .i-about .bottom {
  background: #e9e9e9;
  padding-top: 75px;
  padding-bottom: 82px;
}
#index-body .i-about .bottom ul li .h3 {
  font-size: 45px;
  font-weight: bold;
  color: #023592;
  line-height: 2;
}
#index-body .i-about .bottom ul li p {
  font-size: 18px;
  margin-top: 19px;
  font-weight: 700;
  line-height: 2;
}
#index-body .i-about .bottom ul li:nth-child(1) {
  width: 20%;
}
#index-body .i-about .bottom ul li:nth-child(2) {
  width: 20%;
}
#index-body .i-about .bottom ul li:nth-child(3) {
  width: 30%;
}
#index-body .i-about .bottom ul li:nth-child(4) {
  width: 30%;
}
#index-body .i-strength {
  padding-top: 87px;
  padding-bottom: 127px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f4f4f4), color-stop(50%, white));
  background: -webkit-linear-gradient(top, #f4f4f4 50%, white 50% 100%);
  background: -moz-linear-gradient(top, #f4f4f4 50%, white 50% 100%);
  background: linear-gradient(to bottom, #f4f4f4 50%, white 50% 100%);
  overflow: hidden;
}
#index-body .i-strength .title {
  position: relative;
  margin-bottom: 58px;
  line-height: 2;
}
#index-body .i-strength .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 5px;
  background: #053792;
}
#index-body .i-strength ul {
  margin: 0 -20px;
}
#index-body .i-strength ul li {
  padding: 0 20px;
}
#index-body .i-strength ul .slick-arrow{
  position: absolute;
  top: 50%;
   -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-strength ul .slick-arrow:hover{
  background: #033692;
  color: white;
}
#index-body .i-strength ul .slick-prev{
  left: -50px;
}
#index-body .i-strength ul .slick-prev::after{
  content: "\f104";
  font-size: 30px;
  font-family: "FontAwesome";
}
#index-body .i-strength ul .slick-next{
  right: -50px;
}
#index-body .i-strength ul .slick-next::after{
  content: "\f105";
  font-size: 30px;
  font-family: "FontAwesome";
}
#index-body .i-news {
  padding-top: 95px;
  padding-bottom: 110px;
}
#index-body .i-news .left {
  padding-right: 20px;
}
#index-body .i-news .left .content {
  padding-top: 34px;
}
#index-body .i-news .left .time {
  margin: 7px 0 12px;
}
#index-body .i-news .right {
  padding-left: 20px;
}
#index-body .i-news .right ul li {
  margin-bottom: 26px;
}
#index-body .i-news .right .img {
  width: 35%;
}
#index-body .i-news .right .content {
  width: 65%;
  padding-left: 20px;
}
#index-body .i-news .right .time {
  margin: 6px 0 9px;
}
#index-body .i-news .h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
#index-body .i-news .time {
  font-size: 14px;
  color: #969696;
  line-height: 2;
}
#index-body .i-news .des {
  font-size: 16px;
  line-height: 2;
  color: #363636;
}
#index-body .i-news .mores {
  color: #023592;
  text-decoration: underline;
  font-size: 16px;
}
.i-form {
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  padding-top: 77px;
  padding-bottom: 95px;
}
.i-form p {
  font-size: 18px;
  margin: 2px 0 29px;
  line-height: 2;
}
.i-form form {
  padding: 0 40px;
}
.i-form form ul {
  margin: 0 -13px;
}
.i-form form ul li {
  padding: 0 13px;
  margin-bottom: 15px;
  text-align: left;
}
.i-form form ul li input,
.i-form form ul li textarea {
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.28);
  border: none;
  width: 100%;
  line-height: 2;
}
.i-form form ul li textarea {
  height: 106px;
  padding: 15px;
}
.i-form form ul li textarea::-webkit-input-placeholder,
.i-form form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.i-form form ul li textarea::-moz-placeholder,
.i-form form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.i-form form ul li textarea:-ms-input-placeholder,
.i-form form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.i-form form ul li textarea:-moz-placeholder,
.i-form form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.47);
}
.i-form form ul li button {
  width: 100%;
  font-size: 20px;
  height: 53px;
  background: #b81c22;
  position: relative;
  border: none;
  color: white;
  z-index: 1;
}
.i-form form ul li button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  background: #222;
}
.i-form form ul li button:hover::after {
  height: 100%;
}
.i-form form ul li.wid-100 {
  width: 100% !important;
}
#footer {
  background: #f7f7f7;
  padding-top: 110px;
}
#footer .ui.container{
  max-width: 1700px;
}
#footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}
#footer .wrap .h5 {
  /*color: white;*/
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 33px;
}
#footer .wrap ul li {
  font-size: 16px;
  /*color: white;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 7px;
  line-height: 2;
}
#footer .wrap ul li a {
  position: relative;
}
#footer .wrap ul li:hover a {
  text-decoration: underline;
}
#footer .wrap .one {
  max-width: 375px;
  margin-top: -35px;
}
#footer .wrap .one ul {
  margin: 30px 0 25px;
}
#footer .wrap .one .share a {
  display: inline-block;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  margin: 0 6px;
  text-align: center;
  line-height: 47px;
  color: white;
  font-size: 18px;
  background: #272727;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#footer .wrap .one .share a #ewm {
  width: 120px;
  height: 120px;
  border: 5px solid white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%) translateY(-30px);
  -moz-transform: translateX(-50%) translateY(-30px);
  -ms-transform: translateX(-50%) translateY(-30px);
  transform: translateX(-50%) translateY(-30px);
}
#footer .wrap .one .share a:first-child {
  margin-left: 0;
}
#footer .wrap .one .share a:hover {
  background: #16449e;
}
#footer .wrap .one .share a:hover #ewm {
  -webkit-transform: translateX(-50%) translateY(0px);
  -moz-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  z-index: 1;
}
#footer .f-copy {
  /*background: #181818;*/
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff;
  padding: 22px 0;
  background: #023592;
}
#footer .f-copy .ui.container {
  max-width: 1700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2;
}
#footer .f-copy p a {
  text-decoration: underline;
}
#footer .f-copy img {
  height: 16px;
  vertical-align: middle;
}
.totop {
  position: fixed;
  right: 25px;
  bottom: 120px;
  background: white;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  z-index: 11;
  font-size: 28px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1650px){
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin: 0 10px;
  }
  #banner ul.list li .content .h2{
    font-size: 32px;
  }
  #header .nav .ui.menu{
    padding: 0 75px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu{
    padding: 0 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 14px;
  }
  .font-35 {
    font-size: 28px;
  }
  #header .nav .ui.menu .search {
    width: 225px;
    margin-left: 30px;
  }
  #banner ul.list li.item1 .content{
    padding-right: 30px;
  }
  #banner ul.list li.item1 .content .des ul li:nth-child(2n){
    width: 60%;
  }
  #banner ul.list li .content .des{
    font-size: 26px;
  }
}
@media screen and (max-width: 1230px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu{
    padding: 0 15px;
  }
  #header .nav .ui.menu .search {
    width: 170px;
    margin-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 12px;
    margin: 0 8px;
  }
  #banner ul.list li .content .h2{
    font-size: 25px;
  }
  #banner ul.list li .content .des{
    font-size: 20px;
  }
  #index-body .i-about .bottom ul li .h3 {
    font-size: 36px;
  }
  #footer .wrap .one {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  .Auxil-industry{
    display: none!important;
  }
  .deyesolar{
    display: none!important;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .i-product {
    padding-top: 60px;
  }
  #banner{
    margin-top: 40px;
  }
  #banner .slick-dots {
    bottom: 10px;
  }
  #banner .slick-dots li {
    width: 10px;
    height: 5px;
    margin: 0 4px;
  }
  #banner ul.list li.item1 .content{
    left: 20%;
  }
  #banner ul.list li.item2 .content .h2{
    margin-bottom: 15px;
  }
  #banner ul.list li.item4 .content{
    padding: 4% 0 0 4%;
  }
  #index-body .i-product .i-title {
    margin-bottom: 40px;
  }
  #index-body .i-product .bottom .left {
    width: 100%;
  }
  #index-body .i-product .bottom .right {
    width: 100%;
  }
  #index-body .i-product .bottom .right ul li {
    width: 20%;
  }
  #index-body .i-about .content-box .box .left img {
    width: 65%;
  }
  #index-body .i-about .bottom ul li .h3 {
    font-size: 28px;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 14px;
    margin-top: 8px;
  }
  #index-body .i-news .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-news .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #footer .wrap .three,
  #footer .wrap .four,
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .one {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul.list li .content .det1{
    display: none !important;
  }
  #banner ul.list li.item1 .content .txt-center img{
    width: 25px;
  }
  #banner ul.list li.item1 .content{
    left: 3%;
  }
  #banner ul.list li .content .h2{
    font-size: 17px;
  }
  #banner ul.list li .content .des{
    font-size: 15px;
  }
  #index-body .i-product .top {
    display: none;
  }
  #index-body .i-product .bottom{
    padding-top: 0;
    padding-bottom: 50px;
  }
  
  #index-body .i-about .content-box .box .left {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-about .content-box .box .right {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-about .bottom ul li {
    width: 50% !important;
    margin-bottom: 20px;
  }
  #index-body .i-about .content-box{
    padding: 60px 0 50px;
  }
  #index-body .i-about .content-box .box .left img{
    width: 100%;
  }
  #index-body .i-about .bottom{
    padding: 40px 0 25px;
  }
  #index-body .i-strength{
    padding: 40px 0 60px;
  }
  #index-body .i-strength .title{
    margin-bottom: 35px;
    padding-bottom: 5px;
  }
  #index-body .i-news{
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .i-form form {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .search-box form{
    width: 85%;
    margin-left: -43%;
  }
  .font-35 {
    font-size: 20px;
  }
  #banner ul li > img{
    min-height: 200px;
    object-fit: cover;
  }
  #banner ul.list li.item1 .content .des{
    font-size: 12px;
  }
  #banner .slick-dots li{
    width: 7px;
    height: 3px;
  }
  #banner .slick-dots li.slick-active{
    width: 20px;
  }
  #banner .slick-dots{
    bottom: 3px;
  }
  #index-body .i-product{
    padding-top: 30px;
  }
  #index-body .i-product .i-title{
    margin-bottom: 0;
  }
  #index-body .i-product .bottom .right ul li {
    width: 31%;
    margin-bottom: 0px;
    padding-right: 7px;
  } 
  #index-body .i-about .bottom ul li {
    width: 100% !important;
  }
  
  #index-body .i-news .h4 {
    font-size: 16px;
    line-height: 2;
  }
  .font-25 {
    font-size: 22px;
  }
  #index-body .i-product .bottom {
    padding-bottom: 50px;
    padding-top: 25px;
  }
  .i-form{
    padding: 45px 0 30px;
  }
  #footer{
    padding-top: 80px;
  }
  #footer .wrap{
    padding-bottom: 22px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.inner-banner {
  margin-top: 61px;
}
.mbx {
  font-size: 14px;
  padding: 18px 0;
}
.m-page span,
.m-page a {
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #969696;
  font-weight: bold;
  margin-right: 25px;
}
.m-page a:hover,
.m-page span {
  color: #033692;
}
.faq-page .faq-1 {
  padding: 140px 0 150px;
  background: url(../images/faq-bg.jpg) no-repeat;
  background-size: cover;
}
.faq-page .faq-1 .left {
  vertical-align: middle;
}
.faq-page .faq-1 .right {
  padding: 40px 50px;
  vertical-align: middle;
  background: rgba(255,255,255,0.8);
  width: 75%;
}
.faq-page .faq-1 .right .h2 {
  margin: 8px 0 15px;
}
.faq-page .faq-1 .right .txt {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px;
}
.faq-page .faq-1 .right p {
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 .right p a {
  color: #033692;
  text-decoration: underline;
}
.faq-page .faq-2 {
  padding-bottom: 130px;
  padding-top: 100px;
}
.faq-page .faq-2 .h2 {
  margin-bottom: 30px;
}
.faq-page .faq-2 .left {
  width: 34%;
  background-color: #f3f2f3;
  padding: 15px;
}
.faq-page .faq-2 .left ul li {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 21px 25px;
}
.faq-page .faq-2 .left ul li a {
  display: block;
}
.faq-page .faq-2 .left ul li i {
  margin-right: 20px;
}
.faq-page .faq-2 .left ul li:hover,
.faq-page .faq-2 .left ul li.active {
  background-color: #033692;
  color: white;
}
.faq-page .faq-2 .right {
  width: 66%;
  padding-left: 40px;
}
.faq-page .faq-2 .right ul li {
  border-top: 1px solid #393a3d;
}
.faq-page .faq-2 .right ul li .h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #393a3d;
  padding: 25px 0;
  line-height: 2;
}
.faq-page .faq-2 .right ul li .h4 i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*.faq-page .faq-2 .right ul li .h4 i::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 12px;
  height: 2px;
  background-color: #393a3d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(45deg) translate(-9px, 12px);
  -moz-transform: rotate(45deg) translate(-9px, 12px);
  -ms-transform: rotate(45deg) translate(-9px, 12px);
  transform: rotate(45deg) translate(-9px, 12px);
}
.faq-page .faq-2 .right ul li .h4 i::before {
  content: "";
  position: absolute;
  right: 12px;
  width: 2px;
  height: 12px;
  background-color: #393a3d;
  -webkit-transform: translate(0px,-4px) rotate(45deg);
  -moz-transform: translate(0px,-4px) rotate(45deg);
  -ms-transform: translate(0px,-4px) rotate(45deg);
  transform: translate(0px,-4px) rotate(45deg);
  
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}*/
.faq-page .faq-2 .right ul li .content {
  font-size: 14px;
  line-height: 28px;
  color: #686868;
  font-weight: 500;
  display: none;
  margin-bottom: 35px;
}
.faq-page .faq-2 .right ul li:first-child {
  border-top: none;
}
.faq-page .faq-2 .right ul li.active .h4 i{
    -webkit-transform: rotate(180deg) translate(0px, 10px);
  -moz-transform: rotate(180deg) translate(0px, 10px);
  -ms-transform: rotate(180deg) translate(0px, 10px);
  transform: rotate(180deg) translate(0px, 10px);
}
/*.faq-page .faq-2 .right ul li.active .h4 i::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.faq-page .faq-2 .right ul li.active .h4 i::before {
  -webkit-transform: translate(7px, -5px) rotate(90deg);
  -moz-transform: translate(7px, -5px) rotate(90deg);
  -ms-transform: translate(7px, -5px) rotate(90deg);
  transform: translate(7px, -5px) rotate(90deg);
}*/
.news-page {
  overflow: hidden;
  padding-bottom: 160px;
}
.news-page .news-1 ul {
  margin: 0 -14px;
}
.news-page .news-1 ul li {
  padding: 0 14px;
}
.news-page .news-1 ul li .box {
  border: 1px solid #e2e2e2;
}
.news-page .news-1 ul li .box .content {
  padding: 20px 15px 40px;
}
.news-page .news-1 ul li .box .h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.news-page .news-1 ul li .box .time {
  font-size: 14px;
  color: #969696;
  margin: 14px 0 20px;
}
.news-page .news-1 ul li .box .des {
  font-size: 14px;
  line-height: 24px;
  color: #363636;
  margin-bottom: 20px;
}
.news-page .news-1 ul li .box .more {
  height: 40px;
  line-height: 40px;
}
.news-page .news-1 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 40px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 ul .slick-prev {
  left: -60px;
  background: url(../images/news-arrow-l.png) no-repeat center #f7f7f7;
}
.news-page .news-1 ul .slick-next {
  right: -60px;
  background: url(../images/news-arrow-r.png) no-repeat center #f7f7f7;
}
.news-page .news-1 ul .slick-arrow:hover {
  background-color: #033692;
}
.news-page .news-1 ul .slick-dots {
  margin: 0;
  text-align: center;
  margin-top: 60px;
}
.news-page .news-1 ul .slick-dots li {
  padding: 0;
  width: 37px;
  height: 5px;
  margin: 0 10px;
  background-color: #dbdbdb;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 ul .slick-dots li button {
  display: none;
}
.news-page .news-1 ul .slick-dots li.slick-active {
  background-color: #033692;
}
.news-page .news-2 {
  padding-top: 80px;
}
.news-page .news-2 .left {
  width: 70%;
  padding-right: 40px;
}
.news-page .news-2 .left ul li {
  margin-bottom: 52px;
}
.news-page .news-2 .left ul li .img {
  width: 34%;
}
.news-page .news-2 .left ul li .content {
  width: 66%;
  padding-left: 30px;
}
.news-page .news-2 .left ul li .content .h4 {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
.news-page .news-2 .left ul li .content .time {
  font-size: 14px;
  color: #969696;
  margin: 7px 0 9px;
}
.news-page .news-2 .left ul li .content .des {
  font-size: 14px;
  line-height: 2;
  color: #363636;
  margin-bottom: 16px;
}
.news-page .news-2 .left ul li .content .more {
  height: 35px;
  line-height: 2;
}
.news-page .news-2 .right {
  width: 30%;
}
.news-page .news-2 .right form .box {
  background-color: #fbfbfb;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin-bottom: 17px;
}
.news-page .news-2 .right form input,
.news-page .news-2 .right form textarea {
  background-color: transparent;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  line-height: 2;
}
.news-page .news-2 .right form textarea {
  height: 230px;
}
.news-page .news-2 .right form button {
  background-color: #b81c22;
  color: white;
  width: 100%;
  position: relative;
  height: 50px;
  z-index: 1;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
.news-page .news-2 .right form button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.news-page .news-2 .right form button:hover::after {
  height: 100%;
}
.market-page .market-1 {
  background: url(../images/market-1.jpg) no-repeat;
  background-size: cover;
  color: white;
  padding-top: 130px;
  padding-bottom: 77px;
}
.market-page .market-1 .txt {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  opacity: 0.8;
  font-weight: normal;
  margin: 5px 0 90px;
}
.market-page .market-1 ul {
  margin: 0 -20px;
}
.market-page .market-1 ul li {
  padding: 0 20px;
}
.market-page .market-1 ul li .box {
  position: relative;
}
.market-page .market-1 ul li .box .h4 {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 18px;
  padding: 0 30px;
}
.market-page .market-1 ul li .box .h4 a {
  text-decoration: underline;
}
.market-page .market-1 ul .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 23px;
}
.market-page .market-1 ul .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 5px;
  display: inline-block;
  background: #ebebeb;
}
.market-page .market-1 ul .slick-dots li button {
  display: none;
}
.market-page .market-1 ul .slick-dots .slick-active {
  background: #023592;
}
.market-page .market-2 {
  padding-top: 105px;
  padding-bottom: 130px;
}
.market-page .market-2 .h2 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 78px;
}
.market-page .market-2 .h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 5px;
  background: #053792;
}
.market-page .market-2 ul {
  margin: 0 -20px;
}
.market-page .market-2 ul li {
  padding: 0 20px;
}
.market-page .market-2 ul li .h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 37px 0 7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.market-page .market-2 ul li .time {
  font-size: 14px;
  color: #969696;
}
.market-page .market-2 ul li .des {
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0 3px;
}
.market-page .market-2 ul li .mores {
  font-size: 16px;
  text-decoration: underline;
  color: #023592;
}
.market-page .market-2 ul li:hover .h4 {
  color: #023592;
}
.factory-page .factory-1 {
  text-align: center;
  padding: 74px 0 78px;
}
.factory-page .factory-1 .txt {
  font-size: 24px;
  line-height: 2;
  color: #252525;
  font-weight: normal;
  margin-bottom: 50px;
}
.factory-page .nav {
  background: #f9f9f9;
  padding: 32px 0;
}
.factory-page .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.factory-page .nav ul li {
  font-size: 20px;
  color: #8b8b8b;
  font-weight: bold;
  padding: 0 25px;
  cursor: pointer;
  line-height: 2;
}
.factory-page .nav ul li a {
  position: relative;
}
.factory-page .nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #033692;
  width: 0;
  height: 2px;
}
.factory-page .nav ul li.active,
.factory-page .nav ul li:hover {
  color: #033692;
}
.factory-page .nav ul li.active a::after,
.factory-page .nav ul li:hover a::after {
  width: 100%;
}
.factory-page .nav.active {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  z-index: 3;
}
.factory-page .item-box .item {
  padding: 80px 0 130px;
}
.factory-page .item-box .item ul {
  margin: 0 -20px;
}
.factory-page .item-box .item ul li {
  padding: 0 20px;
}
.factory-page .item-box .item ul .slick-dots {
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.factory-page .item-box .item ul .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ebebeb;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.factory-page .item-box .item ul .slick-dots li button {
  display: none;
}
.factory-page .item-box .item ul .slick-dots li.slick-active {
  background: #023592;
}
.factory-page .item-box .item .content {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: 65%;
  margin: 40px auto 0;
}
.factory-page .item-box .item .content a {
  color: #023592;
  text-decoration: underline;
}
.factory-page .item-box .item:nth-child(2n) {
  background: #f9f9f9;
}
.contact-page .contact-1 {
  background: #eeeeee;
  padding-top: 80px;
  padding-bottom: 110px;
}
.contact-page .contact-1 .txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.contact-page .contact-1 .i-form {
  background: transparent;
  padding-top: 0;
  padding-bottom: 55px;
}
.contact-page .contact-1 .i-form ul li input,
.contact-page .contact-1 .i-form ul li textarea {
  background: white;
  color: black;
}
.contact-page .contact-1 .i-form ul li textarea::-webkit-input-placeholder,
.contact-page .contact-1 .i-form ul li input::-webkit-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .i-form ul li textarea::-moz-placeholder,
.contact-page .contact-1 .i-form ul li input::-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .i-form ul li textarea:-ms-input-placeholder,
.contact-page .contact-1 .i-form ul li input:-ms-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .i-form ul li textarea:-moz-placeholder,
.contact-page .contact-1 .i-form ul li input:-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .i-form ul li button {
  background: #033692;
}
.contact-page .contact-1 .bottom {
  padding: 0 40px;
}
.contact-page .contact-1 .bottom .left {
  padding-right: 170px;
}
.contact-page .contact-1 .bottom .left ul li {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 28px;
}
.contact-page .contact-1 .bottom .right {
  text-align: center;
}
.contact-page .contact-1 .bottom .right p {
  font-size: 14px;
  color: #515050;
  margin-top: 15px;
}
.contact-page .map {
  padding-left: 260px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), color-stop(50%, transparent));
  background: -webkit-linear-gradient(top, #eee 50%, transparent 50% 100%);
  background: -moz-linear-gradient(top, #eee 50%, transparent 50% 100%);
  background: linear-gradient(to bottom, #eee 50%, transparent 50% 100%);
}
.contact-page .map .box {
  height: 540px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-page .contact-2 {
  padding-top: 130px;
  padding-bottom: 140px;
}
.contact-page .contact-2 .h2 {
  margin-bottom: 60px;
}
.contact-page .contact-2 ul {
  margin: -28px -15px;
}
.contact-page .contact-2 ul li {
  padding: 28px 15px;
}
.contact-page .contact-2 ul li .box {
  background: #f7f7f7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 32px 25px 34px;
}
.contact-page .contact-2 ul li .box i {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #68e727;
}
.contact-page .contact-2 ul li .box .h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.contact-page .contact-2 ul li .box .text {
  font-size: 14px;
  color: #363636;
}
.contact-page .contact-2 ul li .box .text em {
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}
.contact-page .contact-2 ul li .box .text p {
  margin-bottom: 7px;
  line-height: 2;
}
.contact-page .contact-2 ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 53px;
}
.contact-page .contact-2 ul li .box:hover {
  background: #033692;
  color: white;
}
.contact-page .contact-2 ul li .box:hover .text {
  color: white;
}
.service-page .service-1 {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 90px;
      background: #f7f7f7;
}
.service-page .service-1 .txt {
  font-size: 18px;
  line-height: 30px;
  color: #8a8a8a;
  /*width: 65%;*/
  margin: 16px auto 30px;
  font-weight: normal;
}
.service-page .service-1 .content {
  border-top: 1px solid #d9d9d9;
  text-align: left;
  padding-top: 40px;
}
.service-page .service-1 .content .partner_title .left {
  width: 30%;
}
.service-page .service-1 .content .partner_title .right {
  width: 70%;
}
.service-page .service-1 .content .tips {
  font-size: 20px;
}
.service-page .service-1 .content .num {
  color: #d6d6d6;
  font-size: 40px;
  font-weight: normal;
}
.service-page .service-1 .content .partner_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.service-page .service-1 .content .partner_list .list {
  margin-top: 20px;
  padding: 0 10px;
  width: 20%;
}
.service-page .service-1 .content .partner_list .list .box {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  height: 100%;
}
.service-page .service-1 .content .partner_list .list .box .left {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.service-page .service-1 .content .partner_list .list .box .right {
  vertical-align: middle;
  padding-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 0;
  display: none;
}
.service-page .service-1 .content .partner_list .list.active {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-1 .content .partner_list .list.active .left {
  border-color: #eee;
  width: 37%;
}
.service-page .service-1 .content .partner_list .list.active .right {
  display: inline-block;
  opacity: 1;
  height: auto;
  width: 63%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.service-page .service-2 .cont {
  background: #f9f9f9;
  padding: 40px;
  position: relative;
}
.service-page .service-2 .cont .left {
  width: 40%;
}
.service-page .service-2 .cont .left .play {
  position: absolute;
  left: 40px;
  bottom: 40px;
  text-transform: uppercase;
  cursor: pointer;
}
.service-page .service-2 .cont .left .play i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #5c5c66;
  text-align: center;
  color: #5c5c66;
  margin-left: 18px;
  padding-left: 4px;
}
.service-page .service-2 .cont .right {
  width: 60%;
}
.service-page .service-3 {
  padding: 65px 0 100px;
}
.service-page .service-3 ul {
  margin: 0 -10px;
}
.service-page .service-3 ul li {
  padding: 0 10px;
}
.service-page .service-3 ul li .box {
  background: #f9f9f9;
  padding: 40px 20px;
}
.service-page .service-3 ul li .box .h4 {
  font-size: 20px;
}
.service-page .service-3 ul li .box .num {
  font-size: 40px;
  color: #d6d6d6;
}
.service-page .service-3 ul li .box .txt {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
  font-weight: normal;
}
.service-page .service-4 {
  /*padding-bottom: 150px;*/
      padding-top: 100px;
}
.service-page .service-4 .right {
  padding-left: 60px;
}
.service-page .service-4 .right .h3 {
  font-size: 26px;
  line-height: 1.5;
}
.service-page .service-4 .right .content {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
  font-weight: normal;
  margin: 25px 0 45px;
}
.prodet-top {
  background: #f3f7fa;
  padding: 25px 0;
}
.prodet-top .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-top .ui.container .h4 {
  font-size: 16px;
  font-weight: bold;
}
.m-link a {
  font-size: 14px;
  display: block;
  background: #f7f7f7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 25px;
  color: #696969;
  line-height: 2;
}
.m-link a:hover {
  background: #ededed;
}
/*.prodet-page {
  overflow: hidden;
}*/
.prodet-page .ui.container{
  max-width: 1730px;
}
.prodet-page .prodet-1 {
  padding: 65px 0 100px;
}
.prodet-page .sidebarLeft{
    width: 25% !important;
    position: sticky;
    top: 120px;
}
.prodet-page .sidebarRight{
  width: 75% !important;
  padding-left: 50px;
}
.prodet-page .sidebarLeft h4{
    font-size: 34px;
    font-weight: bold;
}
.prodet-page .sidebarLeft ul li{
    position: relative;
}
.prodet-page .sidebarLeft ul li i{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
.prodet-page .sidebarLeft ul li>a{
    display: block;
    font-size: 14px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #eee;
    padding: 8px 10px;
    margin: 5px 0;
    line-height: 2;
}
.prodet-page .sidebarLeft .nav2>li>a{
    padding-left: 38px;
    
    position: relative;
}
.prodet-page .sidebarLeft ul li li li a{
    padding-left: 45px;
    position: relative;
}
.prodet-page .sidebarLeft ul li li li>a::after{
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: black;
}
.prodet-page .sidebarLeft ul li li>a:hover::after,
.prodet-page .sidebarLeft ul li li.active>a::after{
    background: white;
}
.prodet-page .sidebarLeft ul li.active>a,
.prodet-page .sidebarLeft ul li>a:hover{
    background: #023592;
    color: white;
}
.prodet-page .sidebarLeft ul.nav3{
    max-height: 300px;
    overflow: auto;
}
.prodet-page .prodet-1 .left {
  text-align: center;
  padding-right: 20px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
  background: #f7f7f7;
  padding: 20px;
}
.prodet-page .prodet-1 .right {
  padding-left: 20px;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 2;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right ul {
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right ul li {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width: 25%;
}
.prodet-page .prodet-1 .right ul li img{
  display: block;
  margin: auto;
  width: 50px;
  margin-bottom: 7px;
}
.prodet-page .prodet-1 .right ul li p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 14px;
  line-height: 28px;
  margin: 30px 0;
}
.prodet-page .prodet-1 .right .vr {
  position: relative;
  margin-left: 60px;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .vr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(3, 54, 146, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.prodet-page .prodet-1 .right .vr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(3, 54, 146, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.prodet-page .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 23px;
}
.prodet-page .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 5px;
  background: #033692;
}
.prodet-page .title::before {
  content: "";
  position: absolute;
  /*left: -50%;*/
  left: 0;
  bottom: 0;
  /*width: 200%;*/
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.prodet-page .prodet-2 {
  padding-bottom: 120px;
}
.prodet-page .prodet-2 ul {
  padding-top: 65px;
}
.prodet-page .prodet-2 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 35px 30px;
}
.prodet-page .prodet-2 ul li .box .h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 7px;
}
.prodet-page .prodet-2 ul li .box p {
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-2 ul li:hover .box {
  background: #f3f7fa;
}
.prodet-page .prodet-3 {
  background: #f3f7fa;
  padding-top: 70px;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 ul {
  margin-top: 68px;
}
.prodet-page .prodet-3 ul li {
  font-size: 20px;
  position: relative;
  margin-bottom: 27px;
}
.prodet-page .prodet-3 ul li img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 ul li img:hover {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}
.prodet-page .prodet-3 ul li:hover {
  color: #033692;
}
.prodet-page .prodet-3 ul li:hover a {
  text-decoration: underline;
}
.prodet-page .prodet-4 {
  padding: 25px 0 80px;
}
.prodet-page .detbox ul.tab{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .detbox ul.tab li{
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #727070;
  color: white;
  cursor: pointer;
}
.prodet-page .detbox ul.tab li.active,
.prodet-page .detbox ul.tab li:hover{
  background: #023592;
  color: white;
}
.Auxil-related {
  padding: 90px 0 120px;
}
.Auxil-related .title {
  margin-bottom: 90px;
}
.Auxil-related ul {
  margin: 0 -10px;
}
.Auxil-related ul li {
  padding: 0 10px;
}
.Auxil-related ul li .box {
  background: #f3f2f3;
  padding: 20px 15px;
}
.Auxil-related ul li .box .img-box img {
  width: auto;
  margin: auto;
}
.Auxil-related ul li .box .h4 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-top: 40px;
}
.Auxil-related ul li .box .des {
  font-size: 14px;
  line-height: 2;
  color: #363636;
  margin: 15px 0 30px;
}
.Auxil-related ul li .box .more {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .contact-page .map {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1230px) {
  .factory-page .factory-1 .txt {
    font-size: 20px;
    line-height: 2;
  }
  .factory-page .nav ul li {
    font-size: 15px;
  }
  .contact-page .contact-2 ul li .box .h3 {
    font-size: 17px;
  }
  .prodet-page .sidebarLeft{
    display: none;
  }
  .prodet-page .sidebarRight{
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .faq-page .faq-1 .left {
    width: 100%;
  }
  .faq-page .faq-1 .right {
    width: 100%;
    margin-top: 30px;
    /*padding-left: 0;*/
  }
  .faq-page .faq-2 .left {
    display: none;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .news-page .news-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .news-page .news-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .factory-page .nav {
    display: none;
  }
  .factory-page .item-box .item .content {
    width: 100%;
  }
  .contact-page .contact-1 .bottom .left {
    padding-right: 20px;
  }
  .contact-page .contact-1 .bottom .right .column {
    padding: 0 10px;
  }
  .contact-page .contact-1 .bottom .left ul li {
    margin-bottom: 12px;
  }
  .contact-page .map {
    padding-left: 30px;
  }
  .contact-page .contact-2 ul li {
    width: 50% !important;
  }
  .service-page .service-1 .txt {
    width: 100%;
  }
  .service-page .service-1 .content .partner_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 .content .partner_list .list {
    width: 33%;
  }
  .service-page .service-1 .content .partner_list .list.active {
    width: 66%;
  }
  .service-page .service-4 .left {
    width: 100%;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .right ul li {
    width: 20%;
  }
  .prodet-page .title {
    font-size: 24px;
  }
  .font-36{
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .font-36{
    font-size: 22px;
  }
  .news-page .news-2 .left ul li .img {
    width: 100%;
  }
  .news-page .news-2 .left ul li .content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .factory-page .factory-1 .txt {
    font-size: 16px;
    line-height: 28px;
  }
  .factory-page .item-box .item {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .factory-page .factory-1 {
    padding: 50px 0 40px;
  }
  .contact-page .contact-1 .bottom {
    padding: 0;
  }
  .contact-page .contact-2 ul li {
    width: 100% !important;
  }
  .contact-page .map {
    padding-left: 0;
  }
  .contact-page .contact-1 .bottom .left {
    width: 100%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .bottom .right .column {
    width: 50%;
  }
  .service-page .service-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service-page .service-1 .txt {
    font-size: 16px;
    line-height: 28px;
  }
  .service-page .service-1 .content .partner_title .left {
    width: 100%;
  }
  .service-page .service-1 .content .partner_title .right {
    width: 100%;
  }
  .service-page .service-1 .content .partner_list .list {
    width: 100%;
  }
  .service-page .service-1 .content .partner_list .list.active {
    width: 100%;
  }
  .service-page .service-1 .content .partner_list .list .left {
    border-color: #eee;
    width: 37%;
  }
  .service-page .service-1 .content .partner_list .list .right {
    display: inline-block !important;
    opacity: 1 !important;
    height: auto;
    width: 63% !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .service-page .service-2 .cont .left {
    width: 100%;
  }
  .service-page .service-2 .cont .right {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-2 .cont .left .play {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .service-page .service-3 ul li {
    width: 100% !important;
  }
  .prodet-page .prodet-3 ul li {
    font-size: 18px;
  }
  .prodet-page .detbox ul.tab{
    display: none;
  }
  .prodet-page .prodet-4,
  .prodet-page .title{
    display: block;
  }
  .prodet-page .prodet-4{
    padding-bottom: 20px;
  }
  .service-page .service-4{
    padding-top: 45px;
  }
  .faq-page .faq-1 .right{
    padding: 40px 20px;
  }
  .faq-page .faq-1{
    padding: 40px 0 60px;
  }
  .contact-page .contact-2 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .service-page .service-3{
    padding-bottom: 55px;
  }
  .Auxil-related{
    padding: 50px 0 40px;
  }
  .Auxil-related .title{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px){
  .faq-page .faq-2 .right ul li .h4{
    font-size: 16px;
  }
  .faq-page .faq-2{
    padding: 50px 0 40px;
  }
  .news-page{
    padding-bottom: 65px;
  }
  .news-page .news-2{
    padding-top: 25px;
  }
}



.soludet-page {
    padding: 100px 0;
}
.inner-page.soludet-page .sideBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.inner-page.soludet-page .sideLeft {
    width: 30%;
    padding-right: 30px;
}
.inner-page.soludet-page .sideLeft .box {
    padding: 30px;
    background: #f7f7f7;
}

.inner-page.soludet-page .sideLeft .box h3 {
    display: block;
    padding: 30px 20px;
    background: #043792;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.inner-page.soludet-page .sideLeft .box .list ul li {
    margin-top: 6px;
    padding: 15px 20px;
    border-left: 4px solid #043792;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}

.inner-page.soludet-page .sideLeft .box .list ul li:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.inner-page.soludet-page .sideLeft .box .list ul li ul li:before {
    display: none;
}

.inner-page.soludet-page .sideLeft .box .list ul li i {
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -10px;
    cursor: pointer;
}

.inner-page.soludet-page .sideLeft .box .list ul li .children {
    display: none;
}

.inner-page.soludet-page .sideLeft .box .list ul li .children li {
    border-left: 0;
}

.inner-page.soludet-page .sideLeft .box .list ul li img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.inner-page.soludet-page .sideLeft .box .list ul li:hover,
.inner-page.soludet-page .sideLeft .box .list ul li.active {
    color: #043792;
}
.inner-page.soludet-page .sideRight {
    width: 70%;
}
.soludet-page .soludet-1 .right {
    padding-left: 30px;
}

.soludet-page .soludet-1 .right h1 {
    font-size: 26px;
    font-weight: 700;
}

.soludet-page .soludet-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.soludet-page h4 {
    font-size: 28px;
    font-weight: 700;
}

.soludet-page .soludet-2 {
    padding: 50px 0;
}

.soludet-page .soludet-2 .content {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}

.soludet-page .soludet-3 ul {
    margin-top: -15px;
}

.soludet-page .soludet-3 ul li {
    padding: 15px;
}
.soludet-page .soludet-3 ul li:nth-child(10)~li {
  display: none;
}
.soludet-page .soludet-3 .content.active ul li {
  display: inline-block !important;
}
.soludet-page .soludet-3 .content.active+.txt-center {
  display: none;
}
.newdet-page {
  padding: 50px 0;
      background: #f9f9f9;
}
.newdet-page h3 {
  font-size: 26px;
  line-height: 1.6;
  color: black;
  font-weight: 800;
  text-transform: capitalize;
  padding: 10px 0;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #000;
  line-height: 32px;
}
.newdet-page .content.border-bot-none{
  border-bottom: none;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #3797ce;
}
.about-page .about-1 {
  padding-top: 4.688%;
}
.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 62%;
  font-size: 16px;
  color: #282727;
  line-height: 2;
}
.about-page .about-1 .content .right {
  width: 38%;
}
.about-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center; 
  font-weight: bold;
}
.about-page .about-1 .content .right span {
  font-size: 130px;
  line-height: 2;
  color: #033692;
}
.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 2;
  margin-top: 24px;
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 16px;
  color: #282727;
  line-height: 2;
  margin-top: 42px;
}
.about-page .about-3 {
  padding-top: 5.782%;
  max-width: 1920px;
  margin: auto;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .content {
  margin-top: 70px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 1130px;
}
.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}
.about-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content ul li .box {
  background: white;
  padding: 60px 75px 92px 59px;
  height: 370px;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 32px;
  line-height: 2; 
  font-weight: bold;
  color: #033692;
}
.about-page .about-3 .content ul li .box .con {
  font-size: 16px;
  line-height: 2;
  color: #282727;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 5;*/
  -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 370px;
  left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-4 {
  padding: 6.25% 0;
}
.about-page .about-4 .box {
  background: #595758;
}
.about-page .about-4 .box .left {
  vertical-align: middle;
  color: white;
  padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 2; 
  font-weight: bold;
}
.about-page .about-4 .box .left .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
  width: 76%;
}
.about-page .about-4 .box .left .more {
  background: white;
  color: #033692;
  margin-top: 15px;
}
.about-page .about-4 .box .left .more::after {
  background: black;
}
.about-page .about-4 .box .left .more:hover {
  color: white;
}
.about-page .about-4 .box .right {
  vertical-align: middle;
}
.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
  line-height: 2;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: #8d8d8d;
}
.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
#index-body .about .data 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;
  padding-top: 60px;
}
#index-body .about .data ul li {
  display: inline-block;
}
#index-body .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 100px;
  line-height: 2; 
  font-weight: 700;
  color: #033692;
}
#index-body .about .data ul li .num span {
  display: block;
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 2;
  width: 100%;
  padding-left: 9px;
      font-weight: 700;
  margin-bottom: -5px;
}
#index-body .about .data ul li:nth-child(2) .num span {
  width: 37%;
}
#index-body .about .bottom .play {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#index-body .about .bottom .play:after {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

#index-body .about .bottom .play:before, #index-body .about .bottom .play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(3, 54, 146, .5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.about-page .about-44 {
  padding: 118px 0;
  background: url(../images/ab-h-bj.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about-page .about-44 .ui.container {
  max-width: 1450px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.about-page .about-44 .ui.container:before {
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 101%;
    left: 0;
    z-index: -1;
    margin-top: -46px;
    background: url("/prevail-telecom/2023/10/23/icon-about-4-ty.png") center top;
    background-size: 100% auto;
}
.about-page .about-44 .ui.container p {
  margin: 20px 0 60px 0 ;
}
.about-page .about-44 .ui.container ul.a4list {
  margin: 0 -38px;
  padding: 0 40px;
}
.about-page .about-44 .ui.container ul.a4list li {
  padding: 0 38px;
}
.about-page .about-44 .ui.container ul.a4list li .img-box {
  margin-bottom: 25px;
}
.about-page .about-44 .ui.container ul.a4list li .hname {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.about-page .about-55 {
  height: 720px;
  background: url(/template/en/images/Environmental-friendly.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.about-page .about-55 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.about-page .about-55 .content .ui.container span.tag {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 2;
}
.about-page .about-55 .content .ui.container .tit {
  font-weight: 700;
  color: #fff;
  line-height: 2;
  margin-top: 20px;
}
.about-page .about-55 .content .ui.container p {
  color: #fff;
  max-width: 710px;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  #index-body .about .data ul li .num em{
    font-size: 70px;
  }
  .about-page .about-3 .content ul {
    height: 1000px;
  }
  .about-page .about-3 .content ul li {
    height: 350px;
  }
  .about-page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }
  .about-page .about-4 .box .left {
    padding-left: 50px;
  }
  .about-page .about-4 .box .left .con {
    width: 92%;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }
  .about-page .about-3 .content ul {
    height: 900px;
  }
  .about-page .about-3 .content ul li {
    height: 300px;
  }
  .about-page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}
@media screen and (max-width: 1000px){
  #index-body .about .data ul li .num em{
    font-size: 48px;
  }
   .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-page .about-1 .content .con {
    width: 100%;
  }
  .about-page .about-1 .content .right {
    display: none;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul {
    height: 800px;
  }
  .about-page .about-3 .content ul li {
    height: 260px;
  }
  .about-page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 25px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about-page .about-4 .box .left {
    padding-left: 20px;
  }
  .about-page .about-44 .ui.container:before{
      display: none;
    }
}
@media screen and (max-width: 800px) {
   
    .about-page .about-44 .ui.container ul.a4list li .hname{
      display: none;
    }
    
  }
@media screen and (max-width: 700px){
  #index-body .about .data ul li .num em{
    font-size: 36px;
  }
  #index-body .about .data ul li:nth-child(2) .num span{
    width: 100%;
  }
  #index-body .about .data ul li .num span{
    font-size: 14px;
  }
  .about-page .about-3 .content ul {
    height: auto;
  }
  .about-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }
  .about-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }
  .about-page .about-3 .content ul li:nth-child(4),
  .about-page .about-3 .content ul li:nth-child(5),
  .about-page .about-3 .content ul li:nth-child(6),
  .about-page .about-3 .content ul li:last-child {
    position: initial;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .font-40{
    font-size: 26px;
  }
  #index-body .about .data ul{
    flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; 
  }
  #index-body .about .data ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }
  .about-page .about-2 .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .more {
    margin-top: 15px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
  }
  .about-page .about-4 .box .left .tit {
    font-size: 32px;
  }
  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 150px;
    width: 50%;
  }
  .about-page .about-44{
    padding: 40px 0;
  }
}

.sustainable-page .init-1 .container .left {
  font-weight: 500;
  width: 530px;
  padding-right: 10px;
}
.sustainable-page .init-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  color: #838383;
}
.sustainable-page .init-1 .container .content {
  margin: 10px -25px 0;
}
.sustainable-page .init-1 .container .content .list {
  margin-top: 40px;
  padding: 0 25px;
}
.sustainable-page .init-1 .container .content .list .box {
  display: block;
  background-color: #f9f9f9;
  padding: 16px 60px 16px 16px;
}
.sustainable-page .init-1 .container .content .list .box .img {
  width: 166px;
  height: 166px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.sustainable-page .init-1 .container .content .list .box .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-1 .container .content .list .box .text {
  width: -webkit-calc(-66%);
  width: -moz-calc(-66%);
  width: calc(100% - 166px);
  padding-left: 34px;
}
.sustainable-page .init-1 .container .content .list .box .text .title {
  font-weight: 500;
  margin-top: 10px;
  line-height: 2;
}
.sustainable-page .init-1 .container .content .list .box .text .des {
  color: #898989;
  margin-top: 10px;
  line-height: 2;
}
.sustainable-page .init-1 .container .content .list .box:hover {
  background-color: #033692;
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .title {
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .des {
  color: #fff;
}
.sustainable-page .init-2 {
  text-align: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}
.sustainable-page .init-2 .container .tips {
  font-weight: 500;
}
.sustainable-page .init-2 .container .des {
  max-width: 660px;
  margin: 30px auto 0;
}
.sustainable-page .init-3 .container .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  padding-right: 90px;
}
.sustainable-page .init-3 .container .left .list {
  margin-top: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sustainable-page .init-3 .container .left .list .img {
  width: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sustainable-page .init-3 .container .left .list .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 40px;
}
.sustainable-page .init-3 .container .left .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-3 .container .left .list .text .des {
  margin-top: 10px;
  color: #8d8d8d;
}
.sustainable-page .init-3 .container .left .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-3 .container .left .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sustainable-page .init-3 .container .left .list:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainable-page .init-3 .container .right {
  width: 510px;
}
.sustainable-page .init-3 .container .right img {
  width: 100%;
}
.sustainable-page .init-4 {
  background-color: #f9f9f9;
}
.sustainable-page .init-4 .container .img {
  width: 40%;
}
.sustainable-page .init-4 .container .right {
  width: 60%;
  padding-left: 120px;
}
.sustainable-page .init-4 .container .right .title {
  font-weight: 500;
}
.sustainable-page .init-4 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
  line-height: 2;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: #033692;
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick li .box {
  background-color: #fff;
}
.sustainable-page .init-5 .container .content .slick li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2;
}
.sustainable-page .init-5 .container .content .slick li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.sustainable-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 230px;
}
.sustainable-page .init-6 .container .left {
  width: 410px;
}
.sustainable-page .init-6 .container .left .tips {
  font-weight: 500;
}
.sustainable-page .init-6 .container .left .des {
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right {
  width: -webkit-calc(-310%);
  width: -moz-calc(-310%);
  width: calc(100% - 410px);
  padding-left: 280px;
}
.sustainable-page .init-6 .container .right .list {
  cursor: pointer;
  position: relative;
  margin-top: 36px;
}
.sustainable-page .init-6 .container .right .list .line_cont {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}
.sustainable-page .init-6 .container .right .list .line_cont .line1 {
  width: 14px;
  height: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line2 {
  width: 2px;
  height: 14px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.sustainable-page .init-6 .container .right .list .text {
  padding-left: 40px;
}
.sustainable-page .init-6 .container .right .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-6 .container .right .list .des {
  display: none;
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.sustainable-page .init-7 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.sustainable-page .init-7 .container .cont {
  background-color: #fff;
  padding: 60px 180px 100px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sustainable-page .init-7 .container .cont .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-7 .container .cont .tips_des {
  margin: 10px auto 0;
  color: #8e8e8e;
  text-align: center;
  max-width: 640px;
}
.sustainable-page .init-7 .container .cont .img {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.sustainable-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-8 .container .tips_des {
  max-width: 1000px;
  color: #8a8a8a;
  text-align: center;
  margin: 20px auto 0;
}
.sustainable-page .init-8 .container .content {
  margin-top: 50px;
}
.sustainable-page .init-8 .container .content .slick {
  margin: 0 -15px 0;
}
.sustainable-page .init-8 .container .content .slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide {
  height: auto;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide > div {
  height: 100%;
}
.sustainable-page .init-8 .container .content .slick li {
  height: 100%;
  padding: 0 15px;
}
.sustainable-page .init-8 .container .content .slick li .box {
  height: 100%;
  background-color: #f9f9f9;
  padding: 44px 60px;
}
.sustainable-page .init-8 .container .content .slick li .box .title {
  font-weight: 500;
}
.sustainable-page .init-8 .container .content .slick li .box .des {
  color: #8a8a8a;
  margin-top: 20px;
}
.sustainable-page .init-8 .container .content .slick li .box:hover {
  background-color: #033692;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .title {
  color: #fff;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .des {
  color: #fff;
}
@media (max-width: 1500px){
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}
@media (max-width: 1250px){
  .sustainable-page .init-6 .container .right {
    padding-left: 20px;
  }
  .sustainable-page .init-8 .container .content .slick li .box {
    padding: 20px;
  }
}
@media (max-width: 1000px){
   .sustainable-page .init-1 .container .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .content .list {
    width: 100%;
  }
  .sustainable-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .init-3 .container .right {
    display: none;
  }
  .sustainable-page .init-4 .container .img {
    display: none;
  }
  .sustainable-page .init-4 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    width: 100%;
  }
  .sustainable-page .init-6 .container .left {
    width: 100%;
  }
  .sustainable-page .init-6 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .sustainable-page .init-7 .container .cont {
    padding: 16px;
  }
}
@media (max-width: 700px){
  .sustainable-page .init-6 {
    padding: 40px 0;
  }
  .sustainable-page .init-7 {
    display: none;
  }
}
@media (max-width: 500px){
  .pt-100{
    padding-top: 40px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 18px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
   .sustainable-page .init-1 .container .content .list {
    margin-top: 20px;
  }
  .sustainable-page .init-1 .container .content .list .box .text .title{
    font-size: 16px;
  }
  .sustainable-page .init-1 .container .content .list .box {
    text-align: center;
    padding: 20px 16px;
  }
  .sustainable-page .init-1 .container .content .list .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-2 {
    padding: 40px 0;
  }
  .sustainable-page .init-3 .container .left .list {
    text-align: center;
  }
  .sustainable-page .init-3 .container .left .list .text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick li .box .right .des {
    margin-top: 10px;
  }
}




.download-page{
  background-color:#ffffff;
}

.form-group form{
  font-size:0;
}
.form-group input{
  font-size: 16px;
  width:calc(100% - 38px);
  height:38px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #eee;
  padding: 0 12px;
}
.form-group button{
  font-size: 15px;
  width:38px;
  height:38px;
  border:none;
  background-color: #999;
}

.search-results h2{
  font-size: 40px;
  line-height: 1.2;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eee;
}

.search-results .product img {
  max-width: 30%;
  padding-right: 20px;
  display: inline-block;
}
.search-results .product .des{
  max-width: 69%;
  display: inline-block;
}
.search-results .document a {
  display: flex;
}

.search-results .page a,
.search-results .product a,
.search-results .video a,
.search-results .document a {
  color: #333;
  /*overflow-wrap: break-word;*/
}

.search-results .page a .file-icon,
.search-results .product a .file-icon,
.search-results .video a .file-icon,
.search-results .document a .file-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

.search-results .page a:hover h4,
.search-results .product a:hover h4,
.search-results .video a:hover h4,
.search-results .document a:hover h4 {
  color: #16449e;
}

.search-results .grid-video {
  margin: -20px;
}
.search-results .video {
  padding: 20px;
}
.product-page{
  padding: 80px 0;
}
.product-page ul{
  margin: -15px;
}
.product-page ul li{
  padding: 15px;
}
.product-page ul li .box{
  border: 1px solid #eee;
  text-align: center;
  font-size: 18px;
}
.product-page ul li .box .h4{
  font-size: 18px;
  padding: 15px 10px;
}
.product-page ul li .box:hover .h4 a{
  text-decoration: underline;
}
@media screen and (max-width:700px){
  .product-page ul li{
    width: 50% !important;
  }
  .product-page {
    padding: 30px 0;
  }
  .product-page ul li .box .h4{
    font-size: 14px;
    min-height: 93px;
  }
  #footer{
    padding-bottom: 95px;
  }
  .mobile-bottom{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white; 
    z-index: 20;
    background: #ebebeb;
  }
  .mobile-bottom ul li{
    text-align: center;
    font-size: 13px !important;
    width: 20% !important;
    vertical-align: middle !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 10px 0;
  }
  .mobile-bottom ul li svg{
    fill: #8a8a8a;
    display: block;
    margin: auto;
  }
  .mobile-bottom ul li.active{
    background: #1a3390;
    color: white;
  }
  .mobile-bottom ul li.active svg{
    fill: white;
  }
  .mobile-bottom ul li img{
    max-width: 45px;
    display: block;
    margin: auto;
  }
}

.product-page ul li .box .h4{
  line-height: 2;
}

.content p{
  line-height: 2;
  font-size: 18px;
}

.seoIndustry .title{
  font-size: 24px;
  line-height: 2;
}

.right .content h1{
  display: initial;
}

.seoIndustry .ui .text{
  font-size: 16px;
  line-height: 30px;
}

.newdet-page h4{
  font-size: 20px;
line-height: 1.8;
font-weight: 700;
padding: 5px 0;
}


.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: rgba(3, 54, 146, .8);
  /*background: #fff;*/
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  /*background: #fff;*/
  background: rgba(3, 54, 146, .8);
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.seoIndustry .ui .text h3{
  font-size: 26px;
line-height: 1.8;
padding: 10px 0;
font-weight: 800;
color: #023592;
}

.seoIndustry .ui .text h4{
  font-size: 20px;
line-height: 1.8;
padding: 5px 0;
font-weight: 600;
color: black;
}