@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.eot') format('eot'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.eot') format('eot'), url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Light.eot') format('eot'), url('../fonts/MyriadPro-Light.woff2') format('woff2'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Semibold.eot') format('eot'), url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: 'Myriad Pro';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1450px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; 
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
#header .ui.container {
  max-width: 100%;
  padding: 0 70px;
}
#header .h-top {
  z-index: 2;
  border-bottom: 1px solid #cbcbcb;
  padding: 5px 0;
  position: relative;
}
#header .h-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;
  font-size: 14px;
}
#header .h-top .ui.container .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .h-top .ui.container .left p {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin-right: 34px;
}
#header .h-top .ui.container .left p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .h-top .ui.container .left p:last-child {
  margin-right: 0;
}
#header .h-top .ui.container .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#header .language {
  position: relative;
  font-size: 16px;
  color: white;
  width: 140px;
  text-align: right;
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;*/
}
#header .language i.iconfont{
  vertical-align: middle;
}
#header .language ul {
  z-index: 5;
  text-align: left;
  -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;
  width: 130px;
  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 #c30d23;
  display: none \9;
}
#header .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: black;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .language ul li a {
  display: block;
}
#header .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 6px;
}
#header .language ul li:hover {
  background: #222;
  color: white;
}
#header .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 .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .search {
  width: 140px;
  position: relative;
}
#header .nav .ui.menu .search input {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
  background-color: transparent;
  color: white;
}
#header .nav .ui.menu .search input::-webkit-input-placeholder { 
  color: #fff;
}
#header .nav .ui.menu .search input::-moz-placeholder { 
  color:#fff; 
}
#header .nav .ui.menu .search input:-ms-input-placeholder { 
  color:#fff; 
}
#header .nav .ui.menu .search input:-moz-placeholder { 
  color:#fff; 
}
#header .nav .ui.menu .search input[type="submit"] {
  position: absolute;
  right: 0;
  border: none;
  width: 15px;
  background: url(../images/search.png) no-repeat center;
  filter: invert(1);
  -webkit-filter: invert(1);
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin: 0 100px;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
  color: #c30d23;
}
#header.active .nav .ui.menu .menu-box ul.menu>li.active,
#header .nav .ui.menu .menu-box ul.menu > li.active{
  color: #c30d23;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  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 #c30d23;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul{
  left: 100%;
  top: 0;
}
#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: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul,
#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;
}
#header.active {
  -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);
  background: #fff;
}
#header.active .nav .ui.menu .logo .img1{
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .search input{
  color: black;
}
#header.active .nav .ui.menu .search input::-webkit-input-placeholder { 
  color: rgba(0,0,0,0.6);
}
#header.active .nav .ui.menu .search input::-moz-placeholder { 
  color:rgba(0,0,0,0.6); 
}
#header.active .nav .ui.menu .search input:-ms-input-placeholder { 
  color:rgba(0,0,0,0.6); 
}
#header.active .nav .ui.menu .search input:-moz-placeholder { 
  color:rgba(0,0,0,0.6); 
}
#header.active .nav .ui.menu .search input[type=submit]{
  filter: invert(0);
  -webkit-filter: invert(0);
}
#header.active .nav .ui.menu .menu-box ul.menu>li{
  color: black;
}
#header.active .language{
  color: black;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #eb623a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #eb623a;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.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;
}
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;
  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: #fff;
  padding: 40px 10% 60px;
  overflow-y: auto;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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;
  padding: 0 15px;
  font-size: 14px;
  color: black;
  border: 1px solid #222;
}
#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;
}
#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;
}
.more {
  background: #c1c1c1;
  color: white;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  padding: 0 40px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  -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;
  z-index: -1;
  background: #c30d23;
}
.more:hover::after {
  width: 100%;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes pro_in {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
}
@-moz-keyframes pro_in {
  0% {
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: circle(0 at 50% 50%);
  }
}
@keyframes pro_in {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
}
@-webkit-keyframes pro_out {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
@-moz-keyframes pro_out {
  0% {
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes pro_out {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
#banner{
  position: relative;
}
#banner ul li {
  position: relative; 
}
#banner ul li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
}
#banner ul li video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: white;
  width: 100%;
  z-index: 4;
}
#banner ul li .content .title{
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}
#banner ul li .content .con{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 31px;
}
#banner ul .slick-current .box {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
  max-width: 762px;
}
.i-tag {
  font-size: 18px;
  color: #898989;
  display: inline-block;
  position: relative;
}
.i-tag::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
}
.i-title {
  line-height: 1.3;
  color: #332f2c;
  font-weight: 600;
}
#index-body .i-product {
  padding-top: 110px;
}
#index-body .i-product .left {
  padding-right: 18%;
}
#index-body .i-product .left .i-title {
  margin-top: 20px;
  color: #332f2c;
  font-weight: 600;
  line-height: 1.3;
}
#index-body .i-product .right {
  padding-top: 50px;
}
#index-body .i-product .txt {
  font-size: 18px;
  line-height: 1.9;
  color: #626262;
  font-weight: 300;
  max-width: 635px;
  margin: 0 0 0 auto;
}
#index-body .i-product .list {
  padding-left: 13%;
  margin-top: 87px;
}
#index-body .i-product .box {
  height: 750px;
  position: relative;
}
#index-body .i-product .box .bigImg {
  height: inherit;
  position: relative;
}
#index-body .i-product .box .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-product .box .bigImg .img.zIndex {
  z-index: 1;
}
#index-body .i-product .box .bigImg .img.active {
  z-index: 2;
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-product .box .smallImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
  overflow: hidden;
}
#index-body .i-product .box .smallImg ul {
  width: 100%;
  height: 100%;
}
#index-body .i-product .box .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .box .smallImg ul li .text {
  position: absolute;
  bottom: 5%;
  padding: 0 8%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .box .smallImg ul li span {
  line-height: 1.6;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  left: 0;
  bottom: 39%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .box .smallImg ul li .h3 {
  font-size: 26px;
  line-height: 1.2;
  position: relative;
  top: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .box .smallImg ul li p {
  line-height: 20px;
  margin: 10px 0 19px;
  font-size: 16px;
  position: relative;
  top: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .box .smallImg ul li .mores {
  font-size: 18px;
  position: relative;
  top: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#index-body .i-product .box .smallImg ul li .mores img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 51px;
}
#index-body .i-product .box .smallImg ul li .mores:hover img {
  left: 10px;
}
#index-body .i-product .box .smallImg ul li.active {
  background: rgba(0, 0, 0, 0.3);
}
#index-body .i-product .box .smallImg ul li.active span {
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
}
#index-body .i-product .box .smallImg ul li.active .text {
  opacity: 1;
}
#index-body .i-product .box .smallImg ul li.active .text h3,
#index-body .i-product .box .smallImg ul li.active .text p,
#index-body .i-product .box .smallImg ul li.active .text .mores {
  top: 0;
}
#index-body .i-product2 {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
}
#index-body .i-product2 .i-title {
  max-width: 520px;
  margin: 15px auto 50px;
  color: #332f2c;
}
#index-body .i-product2 ul {
  margin: -8px;
}
#index-body .i-product2 ul li {
  padding: 8px;
}
#index-body .i-product2 ul li .box {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product2 ul li .box .imgbox {
  position: relative;
  background: #ececec;
}
#index-body .i-product2 ul li .box .imgbox img,
#index-body .i-product2 ul li .box .imgbox .img1,
#index-body .i-product2 ul li .box .imgbox .img2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
#index-body .i-product2 ul li .box .imgbox .img1 {
  z-index: 2;
  position: relative;
  -webkit-animation: pro_out .6s forwards;
  -moz-animation: pro_out .6s forwards;
  animation: pro_out .6s forwards;
}
#index-body .i-product2 ul li .box .imgbox .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  opacity: 0;
}
#index-body .i-product2 ul li .box .content {
  padding: 11px 12px 20px;
}
#index-body .i-product2 ul li .box .h4 {
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product2 ul li .box .h4:hover{
  color: #c30d23
}
#index-body .i-product2 ul li .box .des {
  font-size: 14px;
  color: #626262;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 13px 0 16px;
  opacity: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .i-product2 ul li .box .more {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  opacity: 0;
}
#index-body .i-product2 ul li .box:hover {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.11);
}
#index-body .i-product2 ul li .box:hover .imgbox .img1 {
  -webkit-animation: pro_in .6s forwards;
  -moz-animation: pro_in .6s forwards;
  animation: pro_in .6s forwards;
}
#index-body .i-product2 ul li .box:hover .imgbox .img2{
  opacity: 1;
}
#index-body .i-product2 ul li .box:hover .des,
#index-body .i-product2 ul li .box:hover .more {
  opacity: 1;
}
#index-body ul .slick-arrow{
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px; 
  border: none;
  z-index: 2; 
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: #ececec;
  font-size: 0; 
}
#index-body ul .slick-arrow:hover{
  background: #c30d23;
  color: white;
}
#index-body ul .slick-prev{
  left: -75px;
  border-radius: 3px;
}
#index-body ul .slick-next{
  right: -75px;
  border-radius: 3px;
}
#index-body ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 28px;
}
#index-body ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 28px;
}
#index-body .i-case .left {
  padding-right: 0%;
  text-align: center;
  width: 100%;
}
#index-body .i-case .left .i-title {
  margin: 20px auto 0;
  color: #332f2c;
  max-width: 578px;
}
#index-body .i-case .right {
  padding-top: 50px;
}
#index-body .i-case .txt {
  font-size: 18px;
  line-height: 35px;
  color: #626262;
  /*font-weight: 600;*/
}
#index-body .i-case .list {
  margin-top: 70px;
}
#index-body .i-case ul {
  margin: -14px;
}
#index-body .i-case ul li {
  padding: 14px;
}
#index-body .i-case ul li .img-box {
  position: relative;
}
#index-body .i-case ul li .img-box p {
  font-size: 24px;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 0 30px;
  z-index: 2;
}
#index-body .i-case ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
#index-body .i-about {
  position: relative;
  padding: 107px 0 117px;
  background: url(../images/abg.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
}
#index-body .i-about .box {
  color: #fff;
}
#index-body .i-about .box .i-tag{
  color: #fff;
}
#index-body .i-about .box .i-tag:after{
  background: #fff;
}
#index-body .i-about .box .i-title {
  margin: 17px 0 20px;
  color: #fff;
  max-width: 431px;
}
#index-body .i-about .box .play {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 105px 0 0 140px;
}
#index-body .i-about .box .play:after,
#index-body .i-about .box .play:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  -webkit-animation: bks 2s linear infinite;
  -moz-animation: bks 2s linear infinite;
  animation: bks 2s linear infinite;
  border-radius: 50%;
}
#index-body .i-about .box .play:before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-about .box .con{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}
#index-body .i-about .box .con h1{
  display: inline;
}
#index-body .i-about .box .more{
  background: #fff;
  color: #c30d23;
  margin-top: 16px;
}
#index-body .i-about .box .more:hover{
  color: #fff;
}
#index-body .i-about .box .ig{
  background: rgba(255,255,255,0.9);
  border-radius: 27px;
  padding: 24px 38px 37px;
  color: #000;
  margin-top: 60px;
}
#index-body .i-about .box .ig .list ul li{
  border-bottom: 1px solid #c5c6c6;
  font-size: 19px;
  line-height: 1.5;
  padding: 13px 0;
}
#index-body .i-about .box .ig .list ul li span{
  padding-left: 22px;
}
#index-body .i-about .box .ig .data{
  margin-top: 33px;
}
#index-body .i-about .box .ig .data ul li{
  text-align: center;
  position: relative;
}
#index-body .i-about .box .right .data ul li::after{
  content: '';
  position: absolute;
  right: -34px;
  top: 5px;
  width: 1px;
	height: 45px;
	background-color: #aeadac;
}
#index-body .i-about .box .right .data ul li:last-child::after{
  display: none;
}
#index-body .i-about .box .ig .data ul li .num{
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  color: #c30d23;
}
#index-body .i-about .box .ig .data ul li .num sub{
  display: inline-block;
  font-size: 17px;
  vertical-align: bottom;
  margin: 0 0 4px 5px;
}
#index-body .i-about .box .ig .data ul li .num sup{
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin: 0 0 9px 5px;
}
#index-body .i-about .box .ig .data ul li p{
  font-size: 16px;
  line-height: 1.2;
  color: #323232;
  margin-top: 3px;
}
#index-body .i-about .box .left{
  width: 49.366%;
}
#index-body .i-about .box .right{
  width: 50.634%
}
#index-body .i-advantage {
  text-align: center;
  padding: 140px 0 100px;
}
#index-body .i-advantage .i-title {
  margin: 18px 0 55px;
  color: #332f2c;
}
#index-body .i-advantage ul {
  margin: -17px;
}
#index-body .i-advantage ul li {
  padding: 17px;
}
#index-body .i-advantage ul li .desc{
  bottom: 0;
  left: 0;
  background: rgba(195,13,35,0.87);
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 14px 0 11px;
  opacity: 0;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li p {
  font-size: 24px;
  color: #332f2c;
  margin: 27px 0 12px;
}
#index-body .i-advantage ul li .mores {
  font-size: 18px;
  color: #c30d23;
}
#index-body .i-advantage ul li .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  vertical-align: baseline;
  margin-left: 5px;
  display: inline-block;
}
#index-body .i-advantage ul li .mores:hover img {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
#index-body .i-advantage ul li:hover .desc{
  opacity: 1;
}
#index-body .i-news {
  padding: 100px 0 110px;
}
#index-body .i-news .i-title {
  max-width: 400px;
  margin: 17px auto 50px;
  text-align: center;
  color: #332f2c;
}
#index-body .i-news ul {
  margin: -17px;
}
#index-body .i-news ul li {
  padding: 17px;
}
#index-body .i-news ul li .box {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #ccc;
  padding: 35px 20px;
}
#index-body .i-news ul li .box .time {
  font-size: 18px;
  color: #c30d23;
}
#index-body .i-news ul li .box .h4 {
  font-size: 24px;
  line-height: 1.2;
  /*font-weight: bold;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 17px 0 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .i-news ul li .box .des {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #626262;
  margin-bottom: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .i-news ul li .box .mores {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-news ul li .box .mores img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 6px;
}
#index-body .i-news ul li .box .line i {
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #c30d23;
}
#index-body .i-news ul li .box .line i:nth-child(1) {
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-news ul li .box .line i:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .i-news ul li .box .line i:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#index-body .i-news ul li .box .line i:nth-child(4) {
  right: 0;
  top: 0;
  width: 0;
  height: 1px;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#index-body .i-news ul li .box:hover .h4 {
  color: #c30d23;
}
#index-body .i-news ul li .box:hover .mores {
  color: #c30d23;
}
#index-body .i-news ul li .box:hover .mores img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
#index-body .i-news ul li .box:hover .line i:nth-child(1) {
  height: 100%;
}
#index-body .i-news ul li .box:hover .line i:nth-child(2) {
  width: 100%;
}
#index-body .i-news ul li .box:hover .line i:nth-child(3) {
  height: 100%;
}
#index-body .i-news ul li .box:hover .line i:nth-child(4) {
  width: 100%;
}
#footer {
  background: url(../images/footer-bg2.jpg) no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: 100% 100%;
}
#footer .top { 
  color: white;
  padding: 70px 0 50px;
}
#footer .top .left{
  width: 35%;
  text-align: left;
}
#footer .top .left .i-tag{
  color: white;
}
#footer .top .left .i-tag::after{
  background: white;
}
#footer .top .right{
  width: 65%;
  vertical-align: bottom;
}
#footer .top .i-title {
  margin: 17px 0 0px;
  color: white;
}
#footer .top form {
  width: 100%;
  margin: auto;
  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;
  position: relative;
}
#footer .top form input {
  width: 32%;
  background: transparent;
  border: none;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  height: 40px;
}
#footer .top form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 30px;
  height: 40px;
  border: none;
  background: url(../images/send.png) no-repeat center;
}
#footer .top form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
#footer .top form input::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
#footer .top form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1);
}
#footer .top form input:-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
#footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 50px;
}
#footer .bottom .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: 8px;
}
#footer .bottom .wrap .first {
  max-width: 320px;
  color: white;
}
#footer .bottom .wrap .first #ewm{
  width: 55px;
  border: 2px solid #fff;
  margin-left: 22px;
}
#footer .bottom .wrap .first .txt {
  font-size: 18px;
  line-height: 26px;
  margin: 28px 0 16px;
}
#footer .bottom .wrap .first .share {
  font-size: 18px;
}
#footer .bottom .wrap .first .share a{
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .bottom .wrap .first .share a:hover{
  color: #c30d23;
}
#footer .bottom .wrap .first .share a:last-child{
  margin-right: 0;
}
#footer .bottom .wrap .h5 {
  font-size: 24px;
  color: white;
  margin-bottom: 18px;
}
#footer .bottom .wrap ul li {
  font-size: 18px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .bottom .wrap ul li span,
#footer .bottom .wrap ul li em{
  display: inline-block;
  vertical-align: top;
}
#footer .bottom .wrap ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
#footer .bottom .wrap ul li:hover a {
  color: #c30d23;
}
#footer .bottom .wrap .forth {
  max-width: 310px;
}
#footer .f-copy {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-copy img {
  height: 16px;
  vertical-align: middle;
  opacity: .7;
}
.fixed-toolbar {
  right: 25px;
  position: fixed;
  bottom: 120px;
  z-index: 100;
}

.fixed-toolbar ul li {
  display: block;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  border-radius: 10px;
  background-color: #c30d23;
  line-height: 51px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}

.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: middle;
}

.fixed-toolbar ul li:first-child {
  margin-top: 0;
}

.fixed-toolbar ul li:hover {
  background: #000;
}

.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media screen and (max-width: 1800px){
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin: 0 25px;
  }
  #header .nav .ui.menu .logo{
    margin: 0 75px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .logo{
    margin: 0 68px;
  }
  #index-body .i-product .box {
    height: 700px;
  }
  #index-body .i-product .list {
    padding-left: 7%;
  }
  #index-body ul .slick-prev{
    left: -15px;
  }
  #index-body ul .slick-next{
    right: -15px;
  }
}
@media screen and (max-width: 1600px){
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin: 0 17px;
  }
  #header .nav .ui.menu .logo{
    margin: 0 52px;
  }
}
@media screen and (max-width: 1500px) {
  .ui.container {
    max-width: 1350px;
  }
  #header .ui.container {
    padding: 0 40px;
  }
  #header .nav .ui.menu .logo{
    margin: 0 40px;
  }
  #banner ul li .content p {
    font-size: 48px;
  }
  .font-40 {
    font-size: 35px;
  }
  #index-body .i-product .box {
    height: 600px;
  }
  #index-body .i-product .smallImg ul li h3 {
    font-size: 32px;
  }
  #index-body .i-product .smallImg ul li p {
    font-size: 16px;
  }
  #index-body .i-product .smallImg ul li a.more {
    font-size: 15px;
  }
  #index-body .i-product .smallImg ul li a.mores img {
    max-width: 35px;
  }
  #index-body .i-product .smallImg ul li .text {
    padding: 0 4%;
    bottom: 5%;
  }
  #index-body .i-product .box .smallImg ul li span{
    bottom: 46%;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    max-width: 1200px;
  }
  /*#header .ui.container {
    padding: 0 15px;
  }*/
  #header .nav .ui.menu .menu-box ul.menu>li{
    font-size: 14px;
    margin: 0 20px;
  }
  #header .nav .ui.menu .logo {
    margin: 0 15px;
    width: 100px;
  }
  #index-body .i-case ul li .img-box p {
    font-size: 20px;
    bottom: 15px;
  }
  #index-body .i-about .box .ig .list ul li span{
    width: 90%;
  }
  #index-body .i-about .box .ig .data ul li .num{
    font-size: 36px;
  }
  #index-body .i-about .box .ig .data ul li p{
    font-size: 14px;
  }
  #index-body .i-about .box .right .data ul li:after{
    right: -17px;
  }
}
@media screen and (max-width: 1300px){
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin: 0 16px;
  }
  #banner ul li .content .title{
    font-size: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    max-width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner ul li{
    height: auto;
  }
  #banner ul li .content p {
    font-size: 40px;
  }
  #index-body .i-product .left {
    padding-right: 10%;
  }
  #index-body .i-product .list {
    padding-left: 2%;
  }
  #index-body .i-product .box {
    height: 500px;
  }
  #index-body .i-product .box .smallImg ul li .h3 {
    font-size: 23px;
  }
  #index-body .i-product .smallImg ul li p {
    font-size: 15px;
    margin: 10px 0 15px;
  }
  #index-body .i-product .smallImg ul li span {
    font-size: 14px;
    padding: 0 10px;
  }
   
  #footer .bottom .wrap .first {
    max-width: 240px;
  }
  #footer .bottom .wrap .forth {
    max-width: 270px;
  }
  #index-body .i-about .box .ig .list ul li span{
    width: 89%;
  }
  #index-body .i-about .box .ig .data ul li .num{
    font-size: 28px;
  }
  #index-body .i-about .box .ig .data ul li::after{
    display: none;
  }
  #index-body .i-about .box .ig .data ul li .num sup{
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    max-width: 700px;
  }
  #banner ul li .content .title{
    font-size: 40px;
  }
  .more {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  #index-body .i-product .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-product .right {
    width: 100%;
  }
  #index-body .i-product .smallImg ul li {
    width: 25%;
  }
  #index-body .i-product .smallImg ul li h3 {
    font-size: 24px;
  }
  #index-body .i-product .box .smallImg ul li p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  #index-body .i-product {
    padding-top: 60px;
  }
  #index-body .i-product2 {
    padding-top: 65px;
  }
  #index-body .i-product2 ul li .box .des {
    opacity: 1;
  }
  #index-body .i-product2 ul li .box .more {
    opacity: 1;
  }
  #index-body .i-product2 ul li .box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  }
  #index-body .i-case .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-case .right {
    width: 100%;
  }
  #index-body .i-advantage ul li p {
    font-size: 18px;
    margin: 16px 0 12px;
  }
  #footer{
    background-size: cover;
  }
  #footer .top form {
    width: 100%;
  }
  #footer .bottom .wrap .second,
  #footer .bottom .wrap .third {
    display: none;
  }
  #footer .top .left{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .top .right{
    width: 100%;
  }
  #index-body .i-product .txt{
    max-width: 100%;
  }
  #index-body .i-about,
  #index-body .i-advantage,
  #index-body .i-news{
    padding: 50px 0;
  }
  #index-body .i-about .box .left{
    width: 100%;
  }
  #index-body .i-about .box .play{
    margin: 30px 0 0 0;
    display: none;
  }
  #index-body .i-about .box .right{
    width: 100%;
  }
  #index-body ul .slick-prev{
    left: 0;
  }
  #index-body ul .slick-next{
    right: 0;
  }
  .fixed-toolbar{
    zoom: .9;
    bottom: 9%;
  }
}
@media screen and (max-width: 700px) {
 #banner ul li .content .title{
   font-size: 30px;
 }
 #banner ul li .content .con{
   font-size: 16px;
   margin-top: 16px;
 }
  .font-40 {
    font-size: 26px;
  }
  #index-body .i-product .right {
    padding-top: 20px;
  }
  #index-body .i-product .list {
    margin-top: 40px;
  }
  #index-body .i-product .smallImg .grid-box.four ul li.active {
    position: absolute;
  }
  #index-body .i-product .smallImg ul li.active .text {
    position: relative;
    top: 30%;
  }
  #index-body .i-product .box {
    height: 360px;
  }
  #index-body .i-product .box .smallImg ul li p,
  #index-body .i-product .smallImg ul li p {
    display: none;
  }
  #index-body .i-product .box .smallImg ul li .h3 {
    font-size: 16px;
  }
  #index-body .i-product .box .smallImg ul li .mores {
    font-size: 14px;
    margin-top: 15px;
  }
  #index-body .i-product .box .smallImg ul li span {
    font-size: 16px;
    top: 3%;
    white-space: nowrap;
  }
  #index-body .i-product2 ul li .box .imgbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .bottom .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .bottom .wrap .first {
    display: none;
  }
  #footer .bottom .wrap .forth {
    width: 100%;
    max-width: 100%;
  }
  #footer .top {
    padding: 50px 0;
  }
   
  #footer .bottom {
    padding-top: 36px;
  }
  #index-body .i-product,
  #index-body .i-about .box .ig{
    display: none;
  }
  #index-body .i-about,
  #index-body .i-advantage,
  #index-body .i-news,
  #index-body .i-product2{
    padding: 30px 0;
  }
  #index-body .i-case .list{
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li > img{
    min-height: 260px;
  }
  #banner ul li .content .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .content .con{
    font-size: 14px;
    line-height: 2;
    margin-top: 0;
  }
  #index-body .i-product .box {
    height: 300px;
  }
  #index-body .i-product .smallImg ul li h3 {
    font-size: 16px;
  }
  #index-body .i-product .smallImg ul li span {
    font-size: 14px;
    top: 60%;
  }
  #index-body .i-product2{
    padding-bottom: 30px;
  }
  #index-body .i-advantage .i-title{
    margin-bottom: 25px;
  }
  #index-body .i-advantage{
    padding-bottom: 45px;
  }
  #index-body .i-case .list{
    margin-top: 20px;
  }
  #index-body .i-news .i-title{
    margin: 17px 0 20px;
  }
  #footer .top form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top form input {
    width: 100%;
  }
  #footer .top form input[type="submit"] {
    bottom: 0;
  }
   .fixed-toolbar {
        zoom: .8;
        bottom: 13%;
    }
}
.inner-banner {
  position: relative;
  height: 450px;
}
.inner-banner .container {
  position: static;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .box .tit2 {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.5;
}
.inner-banner .box .mbx {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 25px;
}
.inner-banner.news-banner {
  position: relative;
  height: 610px;
}
.inner-banner.news-banner .box {
  top: 34.4%;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.inner-banner.news-banner .tab {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: 25px;
}
.inner-banner.news-banner .tab span {
  display: inline-block;
  width: 73%;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}
.inner-banner.news-banner .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 34px;
}
.inner-banner.news-banner .tab ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 39px;
}
.inner-banner.news-banner .tab i {
  display: inline-block;
  width: 29px;
  height: 16px;
  background: url(../images/news-12.png) no-repeat center;
  cursor: pointer;
}
.inner-page span.txt { 
  margin-bottom: .5em;
}
.inner-page .marginBox {
  /*margin-top: -260px;*/
  background: white;
  position: relative;
  z-index: 1;
  padding-left: 5.5%;
  width: 100%;
}
.inner-page .marginBox:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
  background: inherit;
}
.inner-page .marginTop {
  width: 118%;
}
.m-page {
    margin-top: 75px;
}
.m-page .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center
}
.m-page .wp-pagenavi a,.m-page .wp-pagenavi span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    background: #fff;
    font-size: 16px;
    font-weight: bold
}
.m-page .wp-pagenavi span {
    background: #c30d23;
    color: #fff
}
.m-page .wp-pagenavi a.prev {
  margin-right: 20px;
  font-size: 20px;
}
.m-page .wp-pagenavi a.next {
  margin-left: 20px;
  font-size: 20px;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  /*font-weight: bold;*/
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #c30d23;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@-webkit-keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
@-moz-keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
@keyframes bks {
  from {
    border-width: 0;
    opacity: 1;
  }
  80% {
    border-width: 20px;
    opacity: 0;
  }
  to {
    border-width: 20px;
    opacity: 0;
  }
}
.sustainablity-page .marginBox {
  padding: 0 !important;
}
.sustainablity-page .sustainablity-1 {
  padding: 100px 0 120px;
}
.sustainablity-page .sustainablity-1 .left {
  width: 55%;
  vertical-align: middle;
}
.sustainablity-page .sustainablity-1 .left .list ul {
  margin: -12px;
}
.sustainablity-page .sustainablity-1 .left .list ul li {
  padding: 12px;
}
.sustainablity-page .sustainablity-1 .right {
  width: 45%; 
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
.sustainablity-page .sustainablity-1 .right.ab-r{
  width: 100%; 
  vertical-align: middle;
  text-align: center;
  padding-left: 0;
}
.sustainablity-page .sustainablity-1 .right span.h3 {
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .5em;
}
.sustainablity-page .sustainablity-1 .right .slide {
  margin-top: 20px;
}
.sustainablity-page .sustainablity-1 .right .slide span.h5 {
  font-size: 22px;
  color: #c30d23;
  margin-bottom: .5em;
  display: block;
}
.sustainablity-page .sustainablity-1 .right .slide .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
    max-width: 1000px;
    padding-top: 30px;
    margin: auto;
}
.sustainablity-page .sustainablity-2 {
  text-align: center;
}
.sustainablity-page .sustainablity-2 .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
  max-width: 1250px;
  display: block;
  margin: 1.5em auto 2em;
}
.sustainablity-page .sustainablity-2 .list ul {
  margin: -23px;
}
.sustainablity-page .sustainablity-2 .list ul li {
  padding: 23px;
}
.sustainablity-page .sustainablity-2 .list ul li a {
  display: block;
}
.sustainablity-page .sustainablity-2 .list ul li a img {
  display: block;
  width: 100%;
}
.sustainablity-page .sustainablity-2 .list ul li a span {
  display: block;
  font-size: 20px;
  padding: .5em;
  text-align: center;
  background-color: #c30d23;
  color: white;
}
.sustainablity-page .sustainablity-3 {
  padding: 140px 0 90px;
  text-align: center;
}
.sustainablity-page .sustainablity-3 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.sustainablity-page .sustainablity-3 .list ul .slick-list {
  overflow: unset;
}
.sustainablity-page .sustainablity-3 .list ul li a {
  display: block;
  position: relative;
}
.sustainablity-page .sustainablity-3 .list ul li a img {
  width: 100%;
}
.sustainablity-page .sustainablity-3 .list ul li a span {
  height: 50px;
  width: 50px;
  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;
  background-color: #c30d23;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.sustainablity-page .sustainablity-3 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sustainablity-page .sustainablity-3 .list ul li a:hover span {
  opacity: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-slide {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.sustainablity-page .sustainablity-3 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div + div {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
}
.sustainablity-page .sustainablity-3 .list ul .slick-active.slick-current + div + div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.sustainablity-page .about-3 {
  padding-bottom: 135px;
  text-align: center;
  position: relative;
}
.sustainablity-page .about-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 32%;
  background: url("../images/about-3-bg.jpg") center top no-repeat;
  background-size: cover;
  z-index: -1;
}
.sustainablity-page .about-3 .ui.container {
  max-width: 1410px;
}
.sustainablity-page .about-3 .options {
  margin-top: 70px;
}
.sustainablity-page .about-3 .options ul {
  margin: -10px;
}
.sustainablity-page .about-3 .options ul li {
  padding: 10px;
}
.sustainablity-page .about-3 .options ul li span {
  font-weight: bold;
  font-size: 22px;
  color: #332f2c;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  text-align: left;
  cursor: pointer;
}
.sustainablity-page .about-3 .options ul .slick-current li span {
  border-bottom-color: #c30d23;
  color: #c30d23;
}
.sustainablity-page .about-3 .ret {
  margin-top: 80px;
  padding: 0 5%;
}
.sustainablity-page .about-3 .ret ul {
  margin: -5px;
}
.sustainablity-page .about-3 .ret ul li {
  padding: 5px;
}
.sustainablity-page .about-3 .ret .left {
  vertical-align: middle;
}
.sustainablity-page .about-3 .ret .left .img {
  height: 335px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.sustainablity-page .about-3 .ret .right {
  vertical-align: middle;
  padding-left: 3%;
  text-align: left;
}
.sustainablity-page .about-3 .ret .right span.txt {
  font-size: 30px;
  font-weight: bold;
  text-transform: unset;
  color: #c30d23;
}
.sustainablity-page .about-3 .ret .right span.h3 {
  font-size: 20px;
  color: #626262;
  margin-bottom: 1.5em;
  display: block;
  line-height: 1.6;
}
.sustainablity-page .about-3 .ret .right .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainablity-page .about-3 .ret .right .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainablity-page .about-3 .ret .right .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainablity-page .about-3 .ret .right .btn div:hover {
  background: #c30d23;
  border-color: #c30d23;
}
.sustainablity-page .about-3 .ret .right .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contact-page .marginBox {
  padding-top: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 span.h2{
  font-weight: 600;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
font-size: 18px;
    color: #626262;
    line-height: 1.4;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: #c30d23;
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  span.txt {
    font-size: 20px;
  }
  span.tag {
    font-size: 140px;
  }
  span.h2, 
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .sustainablity-page .sustainablity-1 .right .slide .text,
  .sustainablity-page .sustainablity-2 .text,
  .contact-page .contact-1 .text {
    font-size: 18px;
  }
   .sustainablity-page .about-3 .options {
    margin-top: 40px;
  }
  .sustainablity-page .about-3 .options ul li span {
    font-size: 18px;
    padding-bottom: .6em;
  }
  .sustainablity-page .about-3 .ret {
    margin-top: 30px;
  }
  .sustainablity-page .about-3 .ret .right span.h3 {
    font-size: 20px;
  }
  .sustainablity-page .about-3 .ret .right .btn div,{
    line-height: 36px;
    height: 36px;
  }
  .sustainablity-page .about-3 {
    padding-bottom: 80px;
  }  
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
  .sustainablity-page .sustainablity-1 {
    padding: 70px 0;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 28px;
  }
  .sustainablity-page .sustainablity-1 .right .slide {
    margin-top: 20px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 24px;
  }
  .sustainablity-page .sustainablity-2 .list ul li a span {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .marginBox {
    padding: 50px 3%;
    /*margin-top: -80px;*/
  }
  span.h2{
    font-size: 38px;
  }
  span.txt {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 24px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 20px;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .sustainablity-page .sustainablity-1 .right .slide .text,
  .sustainablity-page .sustainablity-2 .text,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
  .sustainablity-page .sustainablity-2 .list ul li {
    padding: 10px;
  }
  .sustainablity-page .sustainablity-2 .list ul {
    margin: -10px;
  }
  .sustainablity-page .sustainablity-3 .list {
    margin-top: 30px;
  }
  span.tag {
    font-size: 100px;
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
  .inner-banner .box .tit2 {
    font-size: 42px;
  } 
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .sustainablity-page .sustainablity-1 .right .slide .text,
  .sustainablity-page .sustainablity-2 .text,
  .contact-page .contact-1 .text {
    font-size: 14px;
  }
  span.h2{
    font-size: 28px;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .sustainablity-page .sustainablity-1 .right span.h3 {
    font-size: 20px;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 18px;
  }
  .sustainablity-page .about-3 .options ul li span {
    font-size: 16px;
  }
  .sustainablity-page .about-3 .ret .right span.txt {
    font-size: 20px;
  }
  .sustainablity-page .about-3 .ret .right span.h3 {
    font-size: 18px;
  }
  .sustainablity-page .about-3 .ret .right .btn div{
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
  }
  .sustainablity-page .about-3 .ret .left .img {
    height: 240px;
  }
}
@media screen and (max-width: 1000px) {
     .inner-banner .box .tit2 {
    font-size: 32px;
  }
  .inner-banner .box .mbx {
    margin-top: 15px;
  }
  .sustainablity-page .sustainablity-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainablity-page .sustainablity-1 .left {
    width: 100%;
  }
  .sustainablity-page .sustainablity-1 {
    padding: 30px 0;
  }
  .sustainablity-page .sustainablity-3 {
    padding: 40px 0;
  }
  span.h2{
    font-size: 24px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
  .inner-page #productList ul li a.img-box {
    padding: 20px 5% 0;
  }
  .m-page {
    margin-top: 30px;
  }
  #index-body .init-6 .top .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  span.txt {
    font-size: 14px;
  }
  span.tag {
    font-size: 70px;
  }
  .sustainablity-page .about-3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  span.tag {
    font-size: 50px;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .inner-page .marginTop {
    width: 103%;
  }
  .sustainablity-page .sustainablity-3 .list{
    padding: 0;
  }
  .sustainablity-page .sustainablity-1 .right .slide span.h5 {
    font-size: 16px;
  }
  .sustainablity-page .about-3 .ret .right span.h3 {
    font-size: 16px;
  }
  .sustainablity-page .about-3 .ret .left .img {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box .tit2 {
    font-size: 26px;
  }
  .inner-banner.news-banner .tab ul li a {
    margin: 0 15px;
  }
  .sustainablity-page .sustainablity-1 .left .list ul li {
    width: 50%;
  }
  .knowledge{
    display: none!important;
  }
}

#Pop_UpsBtn{
  display: none!important;
}
.xinwennr{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.goodmaxbladehide{
  margin-top: 20px;
}
.erdftghjk h1{
  display: inline;
}
.fenleiyedsd{
  font-size:36px;
  line-height: 2;
  font-weight: bold;
  color:#c30d23;
}
.gfdgdgd{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:600px;
  display:inline-block;
  vertical-align: middle;
}
.vfdgdgrd{
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.vfdgdgrd span{
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}

.inner-page #productList ul li .des{
  font-size: 16px;
    line-height: 2;
   padding: 0 1em;
    position: relative;

}

.m-link{
  font-size: 16px; 
  padding-top: 15px;
}




.seoPublic .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #c30d23;
}

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #c30d23;
    color: #c30d23;
}

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

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

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

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

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #c30d23;
}

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

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

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

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

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

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

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

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

.seoPublic .Auxil-through a:hover {
    background: #c30d23;
    color: white;
}

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #c30d23;
}

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

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

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

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

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

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

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

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

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

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

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

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

    #cp-Nav {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.chainList {
  padding: 80px 0 100px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
/*.chainList .top .right a.more {
  background-color: #f3f3f3;
}*/
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: #c30d23;
}
@media screen and (max-width: 500px){
   .chainList .top .right {
    text-align: left;
    margin-top: 10px;
  }
}
.fancybox-can-drag .fancybox-content,
.fancybox-can-drag .fancybox-content .fancybox-image,
.fancybox-image,
.fancybox-can-zoomIn .fancybox-content .fancybox-image{
  background: #ececec;
}



.qrcode{
  position: fixed;
  right: 50px;
  bottom: 130px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 20px;
  background: #c30d23;
  color: white;
  z-index: 12;
}
.qrcode #ewm{
  width: 120px;
  height: 120px;
  border: 5px solid white;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.qrcode:hover #ewm{
  -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}

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

.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex_row_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-page {
  padding-top: 100px;
}
.about-page .title span {
  font-size: 18px;
  color: #c30d23;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.about-page .title .tit {
  font-size: 60px;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 1;
}
.about-page .about-1 .top .left {
  width: 33.75%;
}
.about-page .about-1 .top .left .tit {
  margin-top: 25px;
}
.about-page .about-1 .top .left .img {
  margin-top: 50px;
}
.about-page .about-1 .top .right {
  width: 66.25%;
  padding-left: 110px;
}
.about-page .about-1 .top .right p {
  font-size: 18px;
  color: #1D1D1D;
  line-height: 2;
  margin-bottom: 30px;
}
.about-page .about-1 .top .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-1 .bot {
  margin-top: 80px;
  background: linear-gradient(265deg, #c30d23, #ff0000);
  border-radius: 20px;
  overflow: hidden;
}
.about-page .about-1 .bot ul li {
  position: relative;
  padding: 50px 0;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-1 .bot ul li h2 {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
  height: 48px;
  font-weight: bold;
}
.about-page .about-1 .bot ul li h2 sub {
  position: relative;
  top: -13px;
  font-size: 34px;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-1 .bot ul li p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 5px;
}
.about-page .about-1 .bot ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 57px;
  background: #FFFFFF;
  opacity: 0.7;
}
.about-page .about-1 .bot ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  padding: 140px 0 94px;
}
.about-page .about-2 .top .left {
  width: 54.6%;
}
.about-page .about-2 .top .left .tit {
  margin-top: 30px;
}
.about-page .about-2 .top .left p {
  font-size: 16px;
  color: #1D1D1D;
  line-height: 24px;
  max-width: 600px;
  margin-top: 20px;
}
.about-page .about-2 .top .left .btn {
  margin-top: 45px;
}
.about-page .about-2 .top .left .btn a {
  display: inline-block;
  background: #c30d23;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  padding: 16px 36px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .top .left .btn a:hover {
  background: #000;
}
.about-page .about-2 .top .right {
  width: 45.4%;
}
.about-page .about-2 .top .right ul {
  margin: 0 -10px;
}
.about-page .about-2 .top .right ul li {
  padding: 0 10px;
}
.about-page .about-2 .img.acc {
  max-width: 1228px;
  margin-top: 40px;
}
.about-page .about-2 .img {
  overflow: hidden;
}
.about-page .about-2 .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-3 {
  padding: 260px 0 220px;
  background: url(/zgsy/2025/05/09/about-315.jpg) no-repeat center;
}
.about-page .about-3 .container {
  width: 1500px;
}
.about-page .about-3 .box .tit {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .about-3 .box .cona {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 25px;
}
.about-page .about-4 {
  position: relative;
  padding-top: 75px;
}
.about-page .about-4 .tit {
  font-size: 48px;
  margin-top: 0;
}
.about-page .about-4 .acc {
  position: relative;
  padding-left: 105px;
  z-index: 11;
}
.about-page .about-4 .acc .arrows {
  position: absolute;
  left: 23px;
  top: 40%;
}
.about-page .about-4 .acc .arrows .swiper-button-prev,
.about-page .about-4 .acc .arrows .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 9px 0;
  background: url(../images/aoorws.png) no-repeat center;
  opacity: 1;
}
.about-page .about-4 .acc .arrows .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 .acc .list {
  padding-bottom: 200px;
}
.about-page .about-4 .acc .list ul li .box {
  padding: 0 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 465px;
}
.about-page .about-4 .acc .list ul li .box span {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  color: #0F4099;
  line-height: 1;
}
.about-page .about-4 .acc .list ul li .box .tit4 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin: 25px 0;
}
.about-page .about-4 .acc .list ul li .box .cona {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-4 .acc .list ul li:hover .box .cona {
  opacity: 1;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-active .box {
  margin-top: 208px;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next {
  margin-top: 139px;
}
.about-page .about-4 .acc .list ul li.swiper-slide.swiper-slide-visible.swiper-slide-next + li {
  margin-top: 69px;
}
.about-page .about-4::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/cnunderwearfactory/2023/11/10/history.png) no-repeat right bottom;
  z-index: -1;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-1 .top ul {
  margin: 0 -20px;
}
.news-page .news-1 .top ul li {
  margin: 50px 0;
  padding: 0 20px;
}
.news-page .news-1 .top ul li .box {
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img {
  overflow: hidden;
}
.news-page .news-1 .top ul li .box .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .top ul li .box .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .top ul li .box .con {
  padding: 40px 25px;
}
.news-page .news-1 .top ul li .box .con .tit {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .top ul li .box .con .tit:hover {
  color: #c30d23;
}
.news-page .news-1 .top ul li .box .con .cona {
  font-size: 18px;
  font-weight: 300;
  color: #878787;
  line-height: 1.6;
  margin: 35px 0;
}
.news-page .news-1 .top ul li .box .con .time p {
  font-size: 16px;
  color: #000000;
  line-height: 1;
}
.news-page .news-1 .top ul li:hover .box {
  -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.17);
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 14px;
  line-height: 2;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 18px;
  line-height: 1.7;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 1.8;
  color: #777;
  font-size: 16px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 2;
  font-size: 14px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.product-page .product-1 {
  padding: 100px 0;
}
.product-page .product-1 .top .left {
  width: 22%;
}
.product-page .product-1 .top .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 15px;
}
.product-page .product-1 .top .left #product-list li i {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .top .left #product-list li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .product-1 .top .left #product-list li a.active{
  color: #c30d23;
}
.product-page .product-1 .top .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .product-1 .top .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .product-1 .top .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .product-1 .top .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 .top .right {
  width: 78%;
  padding-left: 40px;
}
.product-page .product-1 .top .right .cate-img {
  position: relative;
  padding-bottom: 50px;
}
.product-page .product-1 .top .right .cate-img .mask {
  width: 100%;
}
.product-page .product-1 .top .right .cate-img .mask .tit {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}
.product-page .product-1 .top .right .cate-img .mask .cona {
  font-size: 16px;
  line-height: 2;
  opacity: 0.7;
  margin-top: 35px;
  max-height: 320px;
  overflow-y: auto;
}
.product-page .product-1 .top .right .bottom ul {
  margin: 0 -16px;
}
.product-page .product-1 .top .right .bottom ul li {
  padding: 0 16px;
  margin-bottom: 62px;
}
.product-page .product-1 .top .right .bottom ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.product-page .product-1 .top .right .bottom ul li .box .img {
  margin: 11px;
  position: relative;
  padding-bottom: 0;
  background: #eeeeee;
  padding-bottom: 40px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a p {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover {
  background: #c30d23;
}
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover p,
.product-page .product-1 .top .right .bottom ul li .box .img .btn a:hover i {
  color: #fff;
}
.product-page .product-1 .top .right .bottom ul li .box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 20px 10px;
  text-align: center;
  height: 150px
}
.product-page .product-1 .top .right .bottom ul li .box .tit:hover {
  color: #c30d23;
}
.prodet2-page .news-page {
  padding: 0
}
.prodet2-page .prodet-page {
  padding: 0
}

.prodet2-page .prodet-page .prodet-3 {
  padding: 0
}
.prodet2-page .prodet-page .prodet-2 {
  padding: 139px 0 140px
}
.prodet2-page .container {
  max-width: 1430px;
}
.prodet2-page .tit3 {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
.prodet2-page .title4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.prodet2-page .title4 .btn a {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #000000;
}
.prodet2-page .title4 .btn a span {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet2-page .title4 .btn a i {
  display: inline-block;
  width: 39px;
  height: 7px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 15px;
}
.prodet2-page p.acp {
  margin-top: 25px;
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  width: 89%;
}
.prodet2-page .prodet2-1  {
  margin-top: 74px;
}
.prodet2-page .prodet2-1 .top .left .img {
 border: 1px solid #ccc;
}
.prodet2-page .prodet2-1 .top .left .big .play{
  bottom: 12px;
  left: 20px;
}
.prodet2-page .prodet2-1 .top .left .small {
  margin-top: 16px;
}
.prodet2-page .prodet2-1 .top .left .small ul {
  margin: 0 -10px;
}
.prodet2-page .prodet2-1 .top .left .small ul .slick-slide {
  padding: 0 10px;
}
.prodet2-page .prodet2-1 .top .right {
  padding-left: 100px;
  margin-top: 45px;
}
.prodet2-page .prodet2-1 .top .right span.ads {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #c30d23;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.prodet2-page .prodet2-1 .top .right h1 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 1.5;
  margin-top: 25px;
  text-transform: uppercase;
}
.prodet2-page .prodet2-1 .top .right .tit5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-top: 50px;
}
.prodet2-page .prodet2-1 .top .right .cona {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 20px;
}
.prodet-page .prodet-2 {
  padding: 180px 0 275px;
}
.prodet-page .prodet-2 .container {
  max-width: 1260px;
}
.prodet-page .prodet-2 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #c30d23;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.5px;
}
.prodet-page .prodet-2 .list {
  margin-top: 80px;
}
.prodet-page .prodet-2 .list ul li .box {
  background: #FFFFFF;
  border: 2px solid #E2E2E2;
}
.prodet-page .prodet-2 .list ul li .box .img {
  margin: 11px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  background: #EEEEEE
}
.prodet-page .prodet-2 .list ul li .box .img .btn {
  position: absolute;
  left: 50%;
  width: 74%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 14px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a p {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a i {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-left: 26px;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover {
  background: #c30d23;
}
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover p,
.prodet-page .prodet-2 .list ul li .box .img .btn a:hover i {
  color: #fff;
}
.prodet-page .prodet-2 .list ul li .box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding: 20px 45px 10px;
  text-align: center;
  height: 112px;
  overflow-y: auto;
}
.prodet-page .prodet-2 .list ul li .box .tit:hover {
  color: #c30d23;
}
.prodet2-page .prodet2-2 {
  margin-top: 160px;
}
.prodet2-page .prodet2-2 .list {
  margin-top: 60px;
}
.prodet2-page .prodet2-2 .list ul {
  align-items: center
}
.prodet2-page .prodet2-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.prodet2-page .prodet2-2 .options ul li {
    margin-right: 60px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet2-page .prodet2-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #c30d23;
}
.prodet2-page .prodet2-2 .options ul li:hover,
.prodet2-page .prodet2-2 .options ul li.active {
    color: #c30d23;
}
.prodet2-page .prodet2-2 .options ul li:hover:after,
.prodet2-page .prodet2-2 .options ul li.active:after {
    width: 100%;
}
.prodet2-page .prodet2-2 .ret {
    margin-top: 50px;
}
.prodet2-page .prodet2-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.prodet2-page .prodet2-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.prodet2-page .prodet2-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prodet2-page .prodet2-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}
.prodet-page .prodet-3 {
  padding-bottom: 172px;
}
.prodet-page .prodet-3 .container {
  max-width: 1260px;
}
.prodet-page .prodet-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.prodet-page .prodet-3 .top .left .tit {
  font-size: 48px;
  color: #1D1D1D;
  line-height: 1.2;
  font-weight: 600;
}
.prodet-page .prodet-3 .top .left p {
  font-size: 16px;
  color: #1D1D1D;
  line-height: 1.8;
  margin-top: 25px;
}
.prodet-page .prodet-3 .top .right {
  width: 57%;
  padding-left: 125px;
}
.prodet-page .prodet-3 .top .right .form ul li {
  margin-bottom: 20px;
}
.prodet-page .prodet-3 .top .right .form ul li:last-child {
  margin-bottom: 0
}
.prodet-page .prodet-3 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}
.prodet-page .prodet-3 .top .right .form ul li input::-webkit-input-placeholder {
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-moz-placeholder {
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input::-moz-placeholder {
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li input:-ms-input-placeholder {
  color: #000;
}
.prodet-page .prodet-3 .top .right .form ul li label {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  padding-top: 25px;
}
.prodet-page .prodet-3 .top .right .form ul li textarea {
  width: 100%;
  height: 168px;
  margin-top: 7px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 14px;
  color: #9D9D9D;
  line-height: 2;
  padding-left: 14px;
  padding-top: 5px;
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit] {
  width: 230px;
  height: 49px;
  background: #c30d23;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px
}
.prodet-page .prodet-3 .top .right .form ul li input[type=submit]:hover {
  background: #000;
}
.prodet2-page .prodet2-7 {
  padding: 105px 0 195px;
}
.prodet2-page .prodet2-7 .title5 {
  text-align: center;
}
.prodet2-page .prodet2-7 .title5 .tit3 {
  text-transform: uppercase;
}
.prodet2-page .prodet2-7 .title5 p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}
.prodet2-page .prodet2-7 .list {
  margin-top: 70px;
}
.prodet2-page .prodet2-7 .list ul li .box .img {
  height: 60px;
}
.prodet2-page .prodet2-7 .list ul li .box .tit4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-top: 35px;
}
.prodet2-page .prodet2-7 .list ul li .box .cona {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 1630px) {
   .about-page .title .tit{
     font-size: 48px;
   }
    .about-page .about-1 .top .right {
    padding-left: 40px;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 42px;
  }
   .product-page .product-1 .top .right {
    padding-left: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    padding: 12px 15px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn {
    width: 85%;
  }
  .prodet2-page .prodet2-1 .top .right {
    padding-left: 40px;
  }
  .prodet2-page .prodet2-1 .top .right h1 {
    margin-top: 15px;
  }
  .prodet2-page .prodet2-1 .top .right .tit5 {
    margin-top: 30px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .tit{
    font-size: 18px;
  }
}
@media screen and (max-width: 1320px) {
  .about-page{
    padding-top: 80px;
  }
  .about-page .about-2,
  .product-page .product-1,
  .prodet-page .prodet-2{
    padding: 80px 0;
  }
  .about-page .title .tit,
  .prodet-page .prodet-3 .top .left .tit{
    font-size: 36px;
  }
  .news-page .news-1 .top ul li .box .con {
    padding: 20px;
  }
  .news-page .news-1 .top ul li .box .con .cona {
    margin: 15px 0;
  }
  .news-page .news-1 .top ul li .box .con {
    padding: 20px;
  }
  .product-page .product-1 .top .right .cate-img .mask .tit{
    font-size: 36px;
  }
  .product-page .product-1 .top .right .cate-img .mask .cona{
    margin-top: 10px;
  }
  .product-page .product-1 .top .left {
    display: none;
  }
  .product-page .product-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
   .prodet2-page .prodet2-1 .top .right {
    margin-top: 20px;
    padding-left: 30px;
  }
  .prodet2-page .prodet2-2 {
    margin-top: 80px;
  }
   .prodet2-page .prodet-page .prodet-2 {
    padding: 60px 0
  }
  .prodet-page .prodet-2 .list ul li .box {
    text-align: center;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 60px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
   .prodet2-page .prodet2-7 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1100px) {
   .about-page .about-4 .acc .list ul li .box .cona {
    color: #333333;
    font-weight: bold;
   }
    .about-page .about-1 .top .left {
    width: 100%;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 .top .left .tit {
    margin-top: 15px;
  }
  .about-page .about-1 .top .left .img {
    margin-top: 30px;
  }
  .about-page .about-1 .bot ul li {
    width: 25%;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 36px;
  }
  .about-page .about-2 .top .left {
    width: 100%;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .top .left .tit,
  .about-page .about-2 .top .left p {
    margin-top: 15px;
  }
  .about-page .about-3 .box .cona {
    height: auto;
  }
  .about-page .about-3 {
    padding: 150px 0;
  }
  .news-page .news-1 .top ul li {
    width: 50%;
  }
   .prodet2-page .prodet2-1 .top .right {
    width: 100%;
    padding: 0;
  }
  .prodet2-page .prodet2-1 .top .left {
    width: 100%;
    text-align: center;
  }
  .prodet2-page .prodet2-1 .top .left .slick-slide img {
    margin: 0 auto;
  }
   .prodet-page .prodet-2 .list {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .top .left {
    width: 100%;
  }
  .prodet-page .prodet-3 .top .right {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 972px) {
  .about-page .about-2,
   .product-page .product-1,
   .prodet-page .prodet-2{
    padding: 60px 0;
  }
  .about-page{
    padding-top: 60px;
  }
  .about-page .about-1 .bot ul li h2 {
    font-size: 32px;
  }
  .about-page .about-3 {
    padding: 100px 0;
  }
  .about-page .about-4 .acc .list ul li .box span {
    font-size: 36px;
  }
  .about-page .about-4 .acc .list {
    margin-top: 50px;
  }
  .about-page .about-4 .acc .list ul li .box,
  .about-page .about-4 .acc .list ul li {
    margin-top: 0 !important;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 50%;
    margin-bottom: 40px;
  }
  .prodet2-page .title4 .btn {
    display: none;
  }
  .prodet2-page .title4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about-page .title .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .prodet-page .prodet-3 .top .left .tit{
    font-size: 32px;
  }
  .about-page .about-1 .bot ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .bot ul li {
    padding: 20px 0;
    width: 50%;
  }
  .about-page .about-2 .img img {
    margin-bottom: 15px;
  }
  .about-page .about-4 .acc {
    padding-left: 0;
  }
  .about-page .about-4 .acc .arrows {
    display: none;
  }
  .about-page .about-4 .acc .list ul li .box .cona {
    opacity: 1;
  }
  .news-page .news-1 .top ul li {
    width: 100%;
  }
  .newdet-page .news .news_title h1{
    line-height: 40px!important;
  }
  .newdet-page .wpulike.wpulike-default{
  display: block;
  } 
   .product-page .product-1 .top .right .cate-img .mask {
    position: static;
    padding: 30px 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .product-page .product-1 .top .right .cate-img .mask .cona {
    color: #000;
  }
  .product-page .product-1 .top .right .bottom ul li {
    width: 100%;
    text-align: center;
  }
  .product-page .product-1 .top .right .bottom ul li .box .img .btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
   .prodet2-page .tit3 {
    font-size: 32px;
    line-height: 1.5;
  }
  .prodet2-page .prodet2-7 .list,
  .prodet2-page .prodet2-2 .list {
    margin-top: 40px;
  }
  .product-page .product-1 .top .right .bottom ul li .box .tit{
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .about-page .title .tit,
  .product-page .product-1 .top .right .cate-img .mask .tit,
  .prodet-page .prodet-3 .top .left .tit{
    font-size: 26px;
    line-height: 2;
  }
  .about-page .about-2,
  .product-page .product-1,
  .prodet-page .prodet-2{
    padding: 40px 0;
  }
  .about-page .about-1 .top .right p{
    font-size: 16px;
  }
   .about-page .about-1 .bot ul li {
    width: 100%;
  }
  .about-page .about-1 .bot ul li::after {
    display: none;
  }
  .about-page .about-3 .box .tit {
    font-size: 24px;
  }
  .about-page .about-4 .acc .list ul li .box span {
    font-size: 26px;
  }
  .about-page .about-4 .acc .list ul li .box .tit4 {
    margin: 15px 0;
  }
  .prodet2-page .tit3 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .list ul li .box .img .btn {
    width: 95%;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 40px;
  }
}
.server2-page .server-2 {
  padding: 0px 0 190px;
  background: #f8f9fb;
}
.server2-page .server-2 h3 {
  text-align: center;
  font-size: 40px;
  color: #303030;
  line-height: 1;
}
.server2-page .server-2 .box {
  padding-top: 60px;
}
.server2-page .server-2 .box ul li {
  border: 1px solid #bebfc0;
}
.server2-page .server-2 .box ul li:nth-child(3n+1) + li,
.server2-page .server-2 .box ul li:nth-child(3n+1) + li + li {
  border-left: none;
}
.server2-page .server-2 .box ul li:nth-child(3) ~ li {
  border-top: none;
}
.server2-page .server-2 .box ul li .box2 {
  padding: 30px 35px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.server2-page .server-2 .box ul li .box2 i {
  height: 50px;
  line-height: 50px;
  display: block;
}
.server2-page .server-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.server2-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  margin: 20px 0 5px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.server2-page .server-2 .box ul li .box2 .text {
  font-size: 18px;
  color: #919191;
  line-height: 2;
  height: 150px;
  overflow: auto;
}
.server2-page .server-2 .box ul li .box2:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
}
.cus-page .cus-1 {
  padding: 80px 0;
}
.cus-page .cus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}
.cus-page .cus-1 .ui.container .right {
  padding-left: 5%;
}
.cus-page .cus-1.ser2 .ui.container .right{
  padding-right: 5%
}
.cus-page .cus-1 .ui.container .right .h3{
 font-weight: 600;
 margin-bottom: 40px;

}
.cus-page .cus-2 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #c30d23;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cus-page .cus-2 .ui.container a.more{
  background: #fff;
  transition: 0.3s all;
  color: #000;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  white-space: nowrap;
}
.cus-page .cus-2 .ui.container a.more:hover{
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {
  color: #fff;
  /*font-size: 80px;*/
}
.cus-page .cus-2 .ui.container p {
  line-height: 1.8;
  margin-top: 20px;
  max-width: 880px;
}
.font-80 {
  font-size: 80px;
}
.lg-page ul{
  margin: -15px;
}
.lg-page ul li{
  padding: 15px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.faq-page {
  padding: 90px 0 140px;
}
.faq-page span.h2 {
  margin: 1.4em 0;
  display: block;
  font-weight: 600;
}
.faq-page .list {
  position: relative;
}
.faq-page .list:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #c30d23;
  opacity: .32;
  position: absolute;
  left: 29px;
  z-index: -1;
}
.faq-page .list ul li {
  margin-bottom: 25px;
  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;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li i {
  width: 60px;
  margin-right: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .list ul li .content {
  padding: 25px 30px 30px;
  background-color: #f5f5f5;
  width: 100%;
}
.faq-page .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: normal;
  color: #c30d23;
  margin-bottom: .5em;
  display: block;
}
.faq-page .list ul li .content .text {
  font-weight: 300;
}
@media screen and (max-width: 1650px) {
  .font-80 {
    font-size: 64px;
  }
  .faq-page{
    padding: 70px 0;
  }
}
@media screen and (max-width: 1500px) {
   .font-80 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px){
   .server2-page .server-2 h3 {
    font-size: 28px;
  }
   .server2-page .server-2 .box ul li .box2 h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 38px;
  }
  .server2-page .server-2 .box ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .server2-page .server-2 .box ul li .box2 i img {
    max-height: 100%;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    font-size: 13px;
    height: 144px;
  }
  .server2-page .server-2 .box ul li .box2 {
    padding: 15px;
  }
   .font-80 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .list ul li .content {
    padding: 20px;
  }
  .faq-page .list ul li i {
    width: 50px;
  }
  .faq-page .list:before {
    left: 24px;
  }
}
@media screen and (max-width: 1000px){
   .server2-page .server-2 h3 {
    font-size: 24px;
  }
   .cus-page .cus-2{
      height: auto;
      padding: 20px;
    }
    .cus-page .cus-2 .ui.container{
      flex-wrap: wrap;
    }
     .font-80 {
    font-size: 34px;
  }
  .faq-page{
    padding: 50px 0;
  }
   .faq-page .list ul li .content span.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
   .server2-page .server-2 h3 {
    font-size: 20px;
  }
  .server2-page .server-2 {
    padding: 30px 0 85px;
  }
  .server2-page .server-2 .box {
    padding-top: 30px;
  }
  .server2-page .server-2 .box ul {
    border-top: 1px solid #bebfc0 !important;
  }
  .server2-page .server-2 .box ul li {
    width: 100%;
    border: 1px solid #bebfc0 !important;
    border-top: none !important;
  }
  .server2-page .server-2 .box ul li .box2 h4 {
    height: auto;
    display: block;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    height: auto;
  }
  .server2-page .server-2 .box ul li .box2:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
  }
   .cus-page .cus-1 .ui.container .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .cus-page .cus-1 .ui.container .imgbox{
    width: 100%;
  }
  .cus-page .cus-2{
    padding: 20px 0;
  }
  .font-80 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .font-80 {
    font-size: 23px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .faq-page .list ul li i {
    margin-right: 10px;
  }
}
.sustainability-1 {
  padding: 60px 0 120px 0;
}
.sustainability-1 .Tit {
  background: url(/zgsy/2025/05/09/sustainability-1-bg654.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 140px 60px;
  font-weight: 600;
}
.sustainability-1 .text {
  color: #777777;
  max-width: 1100px;
  margin: auto;
}
.sustainability-2 {
  padding: 90px 0;
  background-color: #f0f9fb;
}
.sustainability-2 .left {
  width: 60%;
  vertical-align: middle;
}
.sustainability-2 .right {
  width: 40%;
  vertical-align: middle;
}
.sustainability-3 {
  padding: 0 0 200px;
}
.sustainability-3 .font-45{
  font-weight: 600;
}
.sustainability-3 .list {
  margin-top: 70px;
}
.sustainability-3 .list li:not(:last-child) {
  margin-bottom: 80px;
}
.sustainability-3 .list li:nth-child(even) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sustainability-3 .list li:nth-child(even) .box .right {
  padding-left: 0;
  padding-right: 80px;
}
.sustainability-3 .list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainability-3 .list .box .right {
  padding-left: 80px;
}
.sustainability-3 .list .box .right .name{
  font-weight: 600;
}
.sustainability-3 .list .box .right .text {
  color: #777777;
}
.font-48 {
  font-size: 48px;
}
.font-45 {
  font-size: 45px;
}
@media (max-width: 1240px) {
  .font-48 {
    font-size: 30px;
  }
  .font-45 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-1 .Tit {
    padding: 90px 30px;
  }
  .sustainability-2 {
    padding: 60px 0;
  }
  .sustainability-2 .left {
    width: 100%;
  }
  .sustainability-2 .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-3 .list .box .right {
    padding-left: 40px;
  }
  .sustainability-3 .list li:nth-child(even) .box .right {
    padding-right: 40px;
  }
  .sustainability-3 .list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sustainability-3 .list .box {
    display: block;
  }
  .sustainability-3 .list .box .left {
    width: 100%;
  }
  .sustainability-3 .list .box .right {
    width: 100%;
    padding: 0!important;
    margin-top: 40px;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-45 {
    font-size: 24px;
  }
}
.inner-page .sideBarBox .sideBarLeft {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
    height: 42px;
    line-height: 42px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.inner-page .sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form button {
    width: 42px;
    border: none;
    background-color: #c30d23;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}
.inner-page .sideBarBox .sideBarLeft form button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
    margin-top: 50px;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
    font-size: 18px;
    margin-top: 1em;
    display: block;
    padding-right: 1.5em;
    position: relative;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
    position: absolute;
    right: .3em;
    top: 0;
    font-size: 140%;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
    opacity: .6;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active>a,
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover>a {
    color: #c30d23;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
    display: none;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
    padding-left: 1em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
    font-weight: 400;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
    margin: 10px 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
    width: 25%;
    margin-right: 4%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
    font-size: 17px;
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
    font-size: 14px;
    color: #c30d23;
}
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
    font-size: 14px;
    color: #c30d23;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg {
    background-image: url(../images/sideBarImg-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 180px 10% 80px;
    display: block;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0 2em;
}
.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
    line-height: 2em;
    height: 2em;
    padding: 0 1em 0 .5em;
    background: url(../images/icon-sideBarImg-link.png) center no-repeat;
    background-size: 100% 100%;
}
.inner-page.case-page {
  padding: 80px 0;
    background-color: #f5f5f5;
}
.inner-page.case-page .case-right{
   width: 75%;
   padding-left: 4%;
}
.inner-page.case-page .case-right > ul > li,
.inner-page.product-page .pro-right ul li {
    padding: 35px;
    background: #fff;
    margin-bottom: 30px;
}
.inner-page.case-page .case-right > ul > li h6,
.inner-page.product-page .pro-right ul li h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #c30d23;
}
.inner-page.case-page .case-right > ul > li .all-case{
    display: flex;
    margin-top: 25px;
}
.inner-page.case-page .case-right > ul > li .all-case .left{
    width: 50%;
    overflow: hidden;
}
.inner-page.case-page .case-right > ul > li .all-case .left ul li{
    padding: 5px;
    width: 100%;
}
.inner-page.case-page .case-right > ul > li .all-case .left ul li a{
    display: block;
    overflow: hidden;
}
.inner-page.case-page .case-right > ul > li .all-case .right {
    width: 50%;
    padding-left: 5%;
}
.inner-page.case-page .case-right > ul > li .all-case .right .text {
    font-size: 17px;
    line-height: 1.5;
    max-height: 10.5em;
    overflow-y: auto;
    position: relative;
}
.inner-page.case-page .case-right > ul > li .all-case .right h4{
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #c30d23;
    position: relative;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul{
    margin-top: 30px;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li{
    padding: 5px;
}

.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li a{
    display: block;
}

.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li a img{
    width: 100%;
}

.inner-page.case-page .case-right > ul > li .all-case .right a.more{
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
    background: #c30d23;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    transition: .3s ease;
}

.inner-page.case-page .case-right > ul > li .all-case .right a.more:hover{
  background: #fea305;
}
.inner-page.case-page .case-right > ul > li .all-case .right h4:after{
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    background: #c30d23;
    left: 0;
    bottom: -10px;
}
.inner-page.case-page .case-right>ul>li .all-case .right .imgC ul .slick-track{
  margin: 0;
}
@media screen and (max-width:1000px) {
  .inner-page.case-page .case-right,inner-page.product-page .pro-right{
    width: 100%;
    padding: 0;
  }
  .inner-page .sideBarBox .sideBarLeft{
    display: none;
  }
  .inner-banner{
    height: 300px;
  }
}
@media screen and (max-width:700px) {
  .inner-page.case-page .case-right > ul > li .all-case .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
  }
  .inner-page.case-page .case-right > ul > li .all-case .left {
      width: 100%;
  }
  .inner-banner{
    height: 200px;
  }
  .inner-banner .box .tit2{
    display: none;
  }
  .inner-page.case-page{
    padding: 30px 0;
  }
  .inner-page.case-page .case-right>ul>li .all-case{
    display: block;
  }
  
}
@media screen and (max-width:500px) {
  .inner-page.case-page .case-right > ul > li{
    padding: 30px 10px;
  }
}
.case-page .case-3 {
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: 18px;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  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;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  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;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: .5em;
  text-align: center;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: #c30d23;
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: #c30d23;
}

.faq-page .faq-1 {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4em;
}
.faq-page .faq-1 .filter {
  display: flex;
}
.faq-page .faq-1 .filter a {
  margin-right: 1.1em;
  position: relative;
}
.faq-page .faq-1 .filter a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1em;
  background-color: #c30d23;
  opacity: 0;
}
.faq-page .faq-1 .filter a span {
  display: block;
}
.faq-page .faq-1 .filter a.active:after {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-2 .list ul li .box .tit{
    font-size: 18px;
    padding: 20px 26px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-2 .list ul li .box .tit{
    padding: 20px 20px 10px;
  }
  .faq-page .faq-1{
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .prodet-page .prodet-2 .list ul li .box .tit{
    height: auto;
    font-size: 16px;
    padding: 20px 0px 10px;
  }
}




/*SEO start*/
#index-body .i-product .txt h1 {
    display: inline;
}
#banner ul li .content .con {
    line-height: 1.6;
}
#index-body .i-product .box .smallImg ul li p {
    line-height: 2;
}
#index-body .i-about .box .con {
    line-height: 1.8;
}
#index-body .i-news ul li .box .h4 {
    line-height: 1.6;
}
#index-body .i-news ul li .box .des {
    line-height: 1.8;
}
#footer .bottom .wrap ul li {
    line-height: 1.7;
}
#footer .bottom .wrap .first .txt {
    line-height: 1.8;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 1.6;
}
.seoPublic .Auxil-news .list ul li .content p {
    line-height: 2;
}
.prodet2-page .prodet2-1 .top .right h1 {
    line-height: 1.8;
}
.prodet2-page .prodet2-2 .ret .content {
    line-height: 37px;
}
.newdet-page .news .news_contents h2 {
    font-size: 18px;
    font-weight: 800;
    color: black;
    margin-top: 10px;
}
.newdet-page .news .news_contents h3 {
    font-size: 17px;
    font-weight: 700 !important;
}
.newdet-page .news .news_contents b {
    font-weight: 600;
}
.newdet-page .news .news_contents li::before {
    content: '•';
    margin-right: 0.5em;
    color: #8a8a8a;
    font-size: 1.2em;
}
@media screen and (max-width: 500px) {
  a.foota {
    display: none;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-size: 17px;
    line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 2;
}
#mobile .menu-content .menu-list ul li {
    font-size: 17px;
    line-height: 2;
}
#mobile .menu-content .menu-list ul li li a {
    font-size: 14px;
    line-height: 2;
}
.seoIndustry.Auxil-industry {
    display: none;
}
.prodet2-page .prodet2-2 .options ul li:hover, .prodet2-page .prodet2-2 .options ul li.active {
    color: #c30d23;
    line-height: 2;
}
.prodet2-page .prodet2-2 .options ul li.active:after {
    margin-bottom: 10px;
}

}

.newdet-page .news .news_contents p {
    display: inline;
}
.newdet-page .news .news_contents ol {
    text-indent: 1em;
}
.newdet-page .news .news_contents ol>li:before {
    content: none;
    margin-right: 0;
    color: initial;
    font-size: initial;
}
.newdet-page .news .news_contents ol {
    counter-reset: item;
    list-style: none;
    padding-left: 1em;
}
.newdet-page .news .news_contents ol > li {
    counter-increment: item;
    position: relative;
}
.newdet-page .news .news_contents ol > li:before {
    content: counter(item) ". ";
    position: absolute;
    color: #555;
    font-size: 18px;
    left: -20px;
    font-weight: 500;
}
.newdet-page .news .news_contents ol>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 1em;
}


/*SEO end*/



/*add video css */
.videobox ul.videolist{
  margin: 0-15px;
 }
.videobox ul.videolist li{
  padding: 15px;
}
.videobox ul.videolist li video{
  width: 100%;
}