@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'APHRODITE';
  src: url(../fonts/APHRODITE.ttf) format('truetype'), url(../fonts/APHRODITE.eot) format('eot'), url(../fonts/APHRODITE.woff) format('woff'), url(../fonts/APHRODITE.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "Montserrat";
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
}
:root {
  --font: 'APHRODITE';
  --color: #996423;
  --white: #fff;
  --black: #000;
  --primary: #e6ff55;
  --basic: #d6c5af;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.fixed .nav {
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header .nav {
  padding: 20px 0;
  background-color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav > .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 > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  margin-right: auto;
}
#header .nav > .menu .menu-box ul.menu > li {
  padding: 25px 0;
  margin: 0 12px;
  font-size: 18px;
  font-weight: 400;
  -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 > .menu .menu-box ul.menu > li:hover > a {
  border-bottom-color: #e60012;
}
#header .nav > .menu .menu-box ul.menu > li > a {
  display: block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  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 #fd2318;
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav > .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 > .menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav > .menu .h-links a {
  margin: 0 5px;
  display: inline-block;
  background-color: #666666;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: background-color .5s ease;
}
#header .nav > .menu .h-links a .info {
  white-space: nowrap;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: .5s ease;
}
#header .nav > .menu .h-links a:hover {
  background-color: #996423;
}
#header .nav > .menu .h-links a:hover .info {
  opacity: 1;
  top: 150%;
}
#header .nav > .menu .h-links a img {
  vertical-align: middle;
}
#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: #fd2318;
}
#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: #fd2318;
  -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: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  .miaoqisihide {
    display: none;
  }
.newdet-page .container .left {
    width: 100% !important;
    padding-right: 0px !important;
}
.newdet-page .container .right {
       display: none !important;
}




}
.language-box {
  margin-left: 15px;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  width: 36px;
  vertical-align: middle;
}
.language-box .zhuyu {
  font-size: 18px;
  color: #666666;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}



@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#banner li {
  position: relative;
  padding-top: 135px;
}
#banner li > img {
  border-radius: 0 0 112px 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#banner h2 {
  font-size: 160px;
  line-height: 1;
  font-family: var(--font);
  font-style: italic;
  text-transform: uppercase;
}
#banner h2 b {
  font-size: 240px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#banner h2:nth-of-type(2) {
  color: #FFFFFF;
  padding-left: 13%;
}
#banner p{
  position: absolute;
  right: 2%;
  bottom: 7%;
  font-family: var(--font);
  font-size: 47px;
  color: #fff;
}
#banner .BTN {
  margin-left: 5%;
  font-size: 0;
  display: inline-block;
  vertical-align: text-bottom;
  width: 210px;
  height: 210px;
  line-height: 210px;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
#banner .BTN img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#banner .BTN::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  opacity: .4;
  border-radius: inherit;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
#banner .BTN::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  background-image: url(../images/btn-mask.png);
  background-size: 100% 100%;
  -webkit-animation: ro 10s linear infinite;
  -moz-animation: ro 10s linear infinite;
  animation: ro 10s linear infinite;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-about {
  margin-top: 160px;
  position: relative;
}
.our-about .mask {
  content: attr(data-text);
  font-size: 127px;
  line-height: 1;
  font-family: var(--font);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: lightgray;
  opacity: .4;
  white-space: nowrap;
}
.our-about .Tit {
  font-size: 40px;
  font-weight: 600;
}
.our-about .top .right {
  padding-left: 11%;
}
.our-about .top .right .text {
  color: #666666;
}
.our-about .top .right .text h1 {
  display: inline;
}
.our-about .bottom {
  max-width: 1270px;
  margin: auto;
}
.our-about .bottom .left > div {
  margin-right: -40px;
}
.our-about .bottom .left > div > img {
  border-radius: 13px;
}
/*.our-about .bottom .right {
  margin-top: 7%;
}*/
.our-about .bottom .right > div {
  margin-left: -40px;
}
.our-about .bottom .right > div > img {
  border-radius: 10px;
}
.our-about .bottom .right > div .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.our-about .bottom .right > div .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.baseBtn {
  display: inline-block;
  padding-right: 35px;
  background-image: url(../images/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: 600;
  font-style: italic;
  color: #909090;
  position: relative;
  /*border-bottom: 1px solid currentColor;*/
}
.baseBtn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid currentColor;
  transition: .5s ease;
}
.baseBtn:hover {
  color: var(--color);
  background-image: url(../images/arrow_on.png);
}
.baseBtn:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
.baseTit {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 600;
}
.baseArrow span.arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #dddddd;
  font-size: 30px;
  color: #FFFFFF;
  cursor: pointer;
}
.baseArrow span.arrow.arrow_r {
  background-color: #333333;
}
.our-product {
  margin-top: 160px;
}
.our-product .text {
  line-height: 2;
  color: #666666;
}
.our-product .left {
  width: 25%;
  margin-top: 70px;
}
.our-product .left .text {
  margin: 30px 0 70px;
}
.our-product .right {
  width: 75%;
}
.our-product .list ul {
  margin: -7px;
}
.our-product .list li {
  padding: 7px;
}
.our-product .list li .img {
  position: relative;
}
.our-product .list li .img .desc {
  padding: 10px 20px;
  position: absolute;
  right: 3%;
  bottom: 14px;
  max-width: 94%;
  background-color: rgba(255, 255, 255, 0.7);
}
.our-product .list li .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em;
}
.i-advantage {
  margin-top: 160px;
  position: relative;
}
.i-advantage .mask {
  content: attr(data-text);
  font-size: 127px;
  line-height: 1;
  font-family: var(--font);
  position: absolute;
  left: 3%;
  bottom: 0;
  color: lightgray;
  opacity: .4;
  white-space: nowrap;
}
.i-advantage .right {
  padding: 0 6%;
  margin-top: 5%;
}
.i-advantage .list {
  position: relative;
  z-index: 1;
}
.i-advantage .list li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.i-advantage .list li + li {
  margin-top: 30px;
}
.i-advantage .list li.active .name > div:nth-of-type(1) img {
  -webkit-filter: none;
  filter: none;
}
.i-advantage .list li.active .name > div:nth-of-type(3) {
  color: var(--color);
}
.i-advantage .list .name {
  line-height: 50px;
  font-size: 0;
}
.i-advantage .list .name > div:nth-of-type(1) {
  float: left;
}
.i-advantage .list .name > div:nth-of-type(1) img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  vertical-align: middle;
}
.i-advantage .list .name > div:nth-of-type(2) {
  float: right;
  font-size: 20px;
  font-weight: 500;
}
.i-advantage .list .name > div:nth-of-type(3) {
  font-size: 20px;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 50px;
}
.i-advantage .list .name > div:nth-of-type(3) span {
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.i-advantage .list .text {
  padding-top: 15px;
  line-height: 2;
  color: #666666;
  display: none;
}
.our-news {
  margin-top: 160px;
  position: relative;
  overflow: hidden;
}
.our-news .mask {
  content: attr(data-text);
  font-size: 127px;
  line-height: 1;
  font-family: var(--font);
  position: absolute;
  right: 3%;
  bottom: 0;
  color: lightgray;
  opacity: .4;
  white-space: nowrap;
  pointer-events: none;
}
.our-news .arrows {
  position: absolute;
  right: 20%;
  bottom: 0;
}
.our-news .list {
  position: relative;
}
.our-news .list ul {
  margin: 0 -35px;
}
.our-news .list li {
  padding: 0 35px;
}
.our-news .list .img {
  position: relative;
  opacity: .4;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .img::before {
  content: "";
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .img .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .img .content time {
  color: #FFFFFF;
}
.our-news .list .img .content .name {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
}
.our-news .list .img .content p {
  color: #FFFFFF;
  line-height: 2;
  padding-right: 100px;
  position: relative;
}
.our-news .list .img .content p a {
  position: absolute;
  top: 20px;
  right: 0;
}
.our-news .list .slick-slide .img {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.our-news .list .slick-slide.slick-current .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.our-news .list .slick-slide.slick-current .img::before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.our-news .list .slick-slide.slick-current .img .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.our-news .list .slick-slide.slick-current ~ .slick-slide .img {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.i-other {
  margin-top: 160px;
  background: url(../images/other-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 60px;
}
.i-other .Tit {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.i-other .text {
  line-height: 2;
}
.i-other .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-other .left {
  padding: 0 5%;
}
.i-other .right {
  padding: 0 5%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.i-other .tt-form {
  margin-top: 40px;
}
.i-other .tt-form ul {
  margin: -25px -35px;
}
.i-other .tt-form li {
  padding: 25px 35px;
}
.i-other .tt-form li.wid-100 {
  width: 100%;
}
.i-other .tt-form label,
.i-other .tt-form input {
  width: 100%;
  font-size: 16px;
}
.i-other .tt-form label {
  display: block;
  margin-bottom: 30px;
}
.i-other .tt-form input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.i-other .tt-form input[name="content"] {
  font-size: 14px;
}
.i-other .tt-form input[type="submit"] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border: 1px solid #666666;
  background-image: url(../images/send-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-other .tt-form input[type="submit"]:hover {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#footer {
  background-color: #333333;
  color: #FFFFFF;
  padding-top: 70px;
}
#footer .foot-nav {
  padding: 30px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
#footer .foot-nav li {
  width: auto;
}
#footer .foot-nav li + li {
  margin-left: 60px;
}
#footer .foot-top {
  padding: 50px 0;
}
#footer .foot-top .left li {
  width: auto;
  line-height: 30px;
  max-width: 370px;
}
#footer .foot-top .left li + li {
  margin-left: 30px;
}
#footer .foot-top .left li i {
  float: left;
  font-size: 0;
}
#footer .foot-top .left li i img {
  vertical-align: middle;
}
#footer .foot-top .left li p {
  padding-left: 40px;
}
#footer .foot-top .right .social-links {
  margin-right: 60px;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-top .right .social-links a {
  margin: 0 10px;
}
#footer .foot-bottom {
  padding: 50px 0;
}
#footer .foot-bottom .footlink {
  margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 600px;
}
#footer .foot-bottom img {
  max-height: 14px;
}
#ewm {
  width: 70px;
  border: 2px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1630px) {
  .ui.container {
    width: 1440px;
  }
  #banner h2 {
    font-size: 120px;
  }
  #banner h2 b {
    font-size: 200px;
  }
  .our-about .Tit {
    font-size: 34px;
  }
  .baseTit {
    font-size: 48px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-about .mask {
    font-size: 100px;
  }
  .i-advantage .mask {
    font-size: 100px;
  }
  .our-news .mask {
    font-size: 100px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav > .menu .logo {
    width: 100px;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav > .menu .menu-box {
    margin-left: auto;
  }
  #banner h2 {
    font-size: 90px;
  }
  #banner h2 b {
    font-size: 170px;
  }
  #banner .BTN {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  #banner .BTN img {
    width: 40%;
  }
  #banner li {
    padding-top: 90px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-about .Tit {
    font-size: 30px;
  }
  .our-product .left {
    margin-top: 0;
  }
  .our-product .left .text {
    margin: 30px 0;
  }
  .our-product .list li .name {
    font-size: 18px;
  }
  .baseTit {
    font-size: 40px;
  }
  .i-advantage .right {
    margin-top: 0;
  }
  .i-advantage .list li {
    padding: 20px 0;
  }
  .i-advantage .list li + li {
    margin-top: 0;
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list li {
    padding: 0 15px;
  }
  .our-news .arrows {
    display: none;
  }
  .our-about .mask {
    font-size: 70px;
  }
  .i-advantage .mask {
    font-size: 70px;
  }
  .our-news .mask {
    font-size: 70px;
  }
  #footer .foot-nav li + li {
    margin-left: 30px;
  }
  .language-box .zhuyu {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  .h-links {
    display: none;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  .language-box .zhuyu {
    font-size: 14px;
  }
  #header .nav {
    padding: 0;
  }
  #header .nav > .menu .logo {
    width: 70px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner h2 b {
    font-size: 120px;
  }
  #banner p {
    font-size: 30px;
  }
  #banner .BTN {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  #banner li {
    padding-top: 60px;
  }
  .our-about {
    margin-top: 60px;
  }
  .our-about .Tit {
    font-size: 24px;
  }
  .our-about .top .right {
    padding-left: 5%;
  }
  .our-product {
    margin-top: 60px;
  }
  .our-product .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .our-product .right {
    width: 100%;
    margin-top: 40px;
  }
  .baseTit {
    font-size: 32px;
  }
  .i-advantage {
    margin-top: 60px;
  }
  .i-advantage .right {
    padding: 0 0 0 5%;
  }
  .i-advantage .list li {
    padding: 10px 0;
  }
  .i-advantage .list .name > div:nth-of-type(3) {
    font-size: 16px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-news {
    margin-top: 60px;
  }
  .i-other {
    margin-top: 60px;
  }
  .i-other {
    padding: 60px 0;
  }
  .i-other .Tit {
    font-size: 24px;
  }
  .i-other .tt-form label,
  .i-other .tt-form input {
    font-size: 14px;
  }
  .i-other .tt-form ul {
    margin: -15px;
  }
  .i-other .tt-form li {
    padding: 15px;
  }
  .i-other .tt-form label {
    margin-bottom: 15px;
  }
  .i-other .tt-form input[type="submit"] {
    width: 40px;
    height: 40px;
    background-size: 50%;
  }
  #footer .foot-top .left {
    width: 100%;
  }
  #footer .foot-top .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  #nav-height {
    display: none;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner h2 b {
    font-size: 80px;
  }
  #banner p {
    font-size: 24px;
    right: 10%;
    bottom: 10%;
  }
  #banner .BTN {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #banner li {
    padding-top: 40px;
  }
  .our-about .top .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .our-about .top .right {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .font-20 {
    font-size: 14px;
  }
  .our-about .mask {
    display: none;
  }
  .baseTit {
    font-size: 24px;
  }
  .i-advantage .left {
    width: 100%!important;
    margin-bottom: 40px;
  }
  .i-advantage .right {
    width: 100%!important;
    padding: 0;
  }
  .i-advantage .mask {
    display: none;
  }
  .our-news .mask {
    display: none;
  }
  .our-news .list .img .content .name {
    font-size: 18px;
  }
  .i-other .left {
    width: 100%!important;
    margin-bottom: 40px;
  }
  .i-other .right {
    width: 100%!important;
    border: none;
  }
  .i-other .Tit {
    margin-bottom: 15px;
  }
  #footer .foot-nav {
    display: none;
  }
  #footer {
    padding-top: 0;
  }
  #footer .foot-top .left li {
    width: 100%;
    max-width: 100%;
  }
  #footer .foot-top .left li + li {
    margin-left: 0;
  }
  #footer .foot-top .right {
    display: none;
  }
  #footer .foot-bottom {
    padding: 15px 0;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    padding-top: 0;
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 60px 0;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 {
    line-height: 1.5;
    font-size: 30px;
    color: #FFFFFF;
  }
  #banner h2 b {
    font-size: 30px;
  }
  #banner p {
    display: none;
  }
  #banner .BTN {
    display: none;
  }
  #banner h2:nth-of-type(2) {
    padding-left: 0;
  }
  .our-about .Tit {
    font-size: 18px;
  }
  .our-about .bottom .left {
    display: none;
  }
  .our-about .bottom .right {
    margin-top: 0;
  }
  .our-about .bottom .right > div {
    margin-left: 0;
  }
  .i-advantage {
    display: none;
  }
  .our-news .list .img .content p {
    display: none;
  }
  .our-news .list .img .content {
    padding: 15px;
  }
  .our-news .list .img .content .name {
    font-size: 16px;
  }
  .our-news .list .slick-slide .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .our-news .list .img::before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .our-news .list .img .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}






.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  padding: 0 7px 3px 0;
  color: var(--black);
}
.more::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
  z-index: -2;
}
.more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #868686;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: #868686;
}
.more:hover::before {
  width: 100%;
}

.inner-banner {
  position: relative;
  z-index: 1;
  height: 330px;
  background-position: center;
  /*background-size: 100% 100%;*/
  background-repeat: no-repeat;
}
.inner-banner::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 1;
}
/*.inner-banner .box .ui.container {
  max-width: 700px;
}
.prodet-banner .box .ui.container{
  max-width: 1200px;
}*/
.inner-banner .box .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}
.inner-banner .box .mbx {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}
.about-banner .box {
  color: var(--white);
}
.about-banner .box .title {
  opacity: 1;
}
.inner-page .title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
}
.about-page .about-1 {
  padding-top: 65px;
}
.about-page .about-1 .con {
  text-align: center;
  font-size: 28px;
  color: rgba(39, 39, 39, 0.79);
  line-height: 1.3;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
}
.about-page .about-1 .con em {
  display: inline-block;
  width: 133px;
  /*height: 73px;
  line-height: 73px;*/
  background: url(../images/about-icon.png) no-repeat center center;
  background-size: 100% 100%;
  color: rgba(0, 61, 231, 0.79);
}
.about-page .about-2 {
  padding-top: 145px;
}
.about-page .about-2 .ui.container,
.about-page .about-4 .ui.container{
  max-width: 1500px;
}
.about-page .about-4 .title{
  text-transform: capitalize;
}
.about-page .about-2 .title {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.about-page .about-2 .content {
  margin-top: 62px;
}
.about-page .about-2 .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .content ul li .text {
  width: 50%;
  background: #e1e1e1;
  /*background-image: -webkit-linear-gradient(48deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: -moz-linear-gradient(48deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: linear-gradient(42deg, #f6e3d1 49%, #ede8b6 100%);*/
}
.about-page .about-2 .content ul li .text .ig {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 68px;
  color: #272727;
  text-align: center;
}
.about-page .about-2 .content ul li .text .ig .tit {
  font-size: 36px;
  font-weight: bold;
}
.about-page .about-2 .content ul li .text .ig .con {
  font-size: 18px;
  opacity: 0.79;
  margin-top: 27px;
   font-weight: 400;
}
.about-page .about-2 .content ul li .img {
  width: 50%;
}
.about-page .about-2 .content ul li .img .img-box {
  height: 100%;
}
.about-page .about-2 .content ul li .img .img-box img {
  width: 100%;
  height: 100%;
}
.about-page .about-2 .content ul li:nth-child(even) {
  -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;
}
/*.about-page .about-2 .content ul li:nth-child(2) .text {
  background-color: #f6e3d1;
}*/
/*.about-page .about-2 .content ul li:nth-child(3) .text {
  background-image: -webkit-linear-gradient(104deg, #f6e3d1 49%, #ede8b6 100%), -webkit-linear-gradient(#eeeeee, #eeeeee);
  background-image: -moz-linear-gradient(104deg, #f6e3d1 49%, #ede8b6 100%), -moz-linear-gradient(#eeeeee, #eeeeee);
  background-image: linear-gradient(-14deg, #f6e3d1 49%, #ede8b6 100%), linear-gradient(#eeeeee, #eeeeee);
  background-blend-mode: normal,normal;
}
.about-page .about-2 .content ul li:nth-child(4) .text {
  background-image: -webkit-linear-gradient(221deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: -moz-linear-gradient(221deg, #f6e3d1 49%, #ede8b6 100%);
  background-image: linear-gradient(229deg, #f6e3d1 49%, #ede8b6 100%);
}*/
.about-page .about-3 {
  background: url(/mqstex/2024/08/30/about-bottom.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 11.563%;
  padding: 9.063% 0;
}
.about-page .about-3 .ui.container {
  max-width: 1208px;
}
.about-page .about-3 .box {
  background: rgba(255, 255, 255, 0.87);
  padding: 100px 70px;
  color: #272727;
}
.about-page .about-3 .box .tit {
  font-size: 54px;
  line-height: 1.2;
  transition: .5s;
  font-weight: 500;
}
.about-page .about-3 .box .con {
  font-size: 20px;
  line-height: 1.4;
  opacity: 0.79;
  font-weight: 400;
  margin-top: 23px;
  transition: .5s;
}
.about-page .about-3 .box .more {
  font-size: 20px;
  font-weight: 400;
  margin-top: 46px;
  padding-bottom: 1px;
  transition: .5s;
  text-transform: capitalize;
}
.about-page .about-3 .box .tit:hover,
.about-page .about-3 .box .con:hover,
.about-page .about-3 .box .more:hover{
  transform: translateX(10px);
}
.about-page .about-4 {
  padding: 6% 0;
}
.about-page .about-4 .content {
  margin-top: 92px;
}
.about-page .about-4 .content ul {
  margin-right: -40px;
}
.about-page .about-4 .content ul li {
  padding-right: 40px;
}
.about-page .about-4 .content ul li img {
  width: 100%;
}
.about-page .about-4 .img {
  margin-top: 67px;
}
.about-page .about-4 .btn {
  text-align: right;
  margin-top: 88px;
}
.about-page .about-4 .btn a {
  display: inline-block;
  background: var(--black);
  border: 1px solid var(--black);
  font-size: 16px;
  line-height: 1;
  padding: 12px 15px;
  border-radius: 35px;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .btn a img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.about-page .about-4 .btn a em{
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .btn a:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.about-page .about-4 .btn a:hover img{
  filter: none;
}
@media screen and (max-width: 1680px) {
  /*.inner-banner .box .title {
    font-size: 70px;
  }*/
  .about-page .about-2 .title {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  /*.inner-banner .box .title {
    font-size: 70px;
  }*/
  .about-page .about-1 .con {
    width: 100%;
  }
  .about-page .about-2 .title {
    width: 60%;
  }
  .about-page .about-2 .content ul li .text .ig {
    padding: 0 30px;
  }
  .about-page .about-2 .content ul li .text .ig .tit {
    font-size: 36px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 26px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .con {
    font-size: 36px;
  }
  .inner-page .title {
    font-size: 50px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 22px;
  }
  .about-page .about-3 .box .con {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner .box .title {
    font-size: 40px;
  }
  .about-page .about-1 .con {
    font-size: 32px;
  }
  .about-page .about-2 {
    padding-top: 80px;
  }
  .about-page .about-2 .content ul li .text .ig {
    padding: 0 20px;
  }
  .about-page .about-2 .content ul li .text .ig .tit {
    font-size: 30px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 20px;
  }
  .about-page .about-3 .box .con {
    font-size: 26px;
  }
  .about-page .about-3 .box .more {
    font-size: 22px;
  }
  .about-page .about-4 .content ul {
    margin-right: -20px;
  }
  .about-page .about-4 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box .title {
    font-size: 24px;
  }
  .about-page .about-1 .con {
    font-size: 29px;
  }
  .inner-page .title {
    font-size: 40px;
  }
  .about-page .about-2 .title {
    width: 70%;
  }
  .about-page .about-2 .content {
    margin-top: 30px;
  }
  .about-page .about-2 .content ul li .text .ig {
    padding: 10px 20px;
  }
  .about-page .about-2 .content ul li .text .ig .tit {
    font-size: 25px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 18px;
    margin-top: 5px;
  }
  .about-page .about-3 .box {
    padding: 30px 20px;
  }
  .about-page .about-3 .box .tit {
    font-size: 40px;
  }
  .about-page .about-3 .box .con {
    font-size: 22px;
    margin-top: 10px;
  }
  .about-page .about-3 .box .more {
    margin-top: 20px;
  }
  .about-page .about-4 .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }

  .inner-banner .box .title {
    font-size: 20px;
  }
  .about-page .about-1 {
    padding-top: 30px;
  }
  .about-page .about-1 .con {
    font-size: 26px;
  }
  .about-page .about-2 {
    padding-top: 30px;
  }
  .about-page .about-2 .title {
    width: 100%;
  }
  .about-page .about-2 .content ul li .text {
    width: 100%;
  }
  .about-page .about-2 .content ul li .img {
    width: 100%;
  }
  .about-page .about-3 .box .tit {
    font-size: 30px;
  }
  .about-page .about-3 .box .con {
    font-size: 20px;
  }
  .about-page .about-3 .box .more {
    font-size: 18px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .img {
    margin-top: 30px;
  }
  .about-page .about-4 .btn a {
    font-size: 18px;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner .box .title {
    display: none;
  }
  .about-page .about-1 .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .con em {
    zoom: .7;
  }
  .inner-page .title {
    font-size: 26px;
  }
  .about-page .about-2 .content {
    margin-top: 20px;
  }
  .about-page .about-2 .content ul li .text .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .box {
    padding: 20px 15px;
  }
  .about-page .about-3 .box .tit {
    font-size: 26px;
  }
  .about-page .about-3 .box .con {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-3 .box .more {
    font-size: 14px;
  }
}
.creativity-page .creativity-1 {
  padding-top: 144px;
  text-align: center;
  color: #272727;
}
.creativity-page .creativity-1 .ui.container{
  max-width: 1500px;
}
.about-page .about-1 .ui.container {
  max-width: 1363px;
}
.creativity-page .creativity-1 .title {
  margin: 0 auto;
}
.creativity-page .creativity-1 .con {
  font-size: 24px;
  line-height: 1.5;
  opacity: 0.79;
  margin: 54px auto 0;
  font-weight: 400;
  width: 83%;
}
.creativity-page .creativity-1 a.more {
    display: inline-block;
    background: var(--black);
    border: 1px solid var(--black);
    font-size: 16px;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 35px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 30px;
}
.creativity-page .creativity-1 a.more::before,
.creativity-page .creativity-1 a.more::after{
  display: none;
}
.creativity-page .creativity-1 a.more img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.creativity-page .creativity-1 a.more em{
  display: inline-block;
  vertical-align: middle;
}
.creativity-page .creativity-1 a.more:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.creativity-page .creativity-1 a.more:hover img{
  filter: none;
}
.creativity-page .creativity-2 {
  padding-top: 70px;
}
.creativity-page .creativity-2 .content {
  margin-top: 61px;
}
.creativity-page .creativity-2 .content ul {
  margin-right: -40px;
}
.creativity-page .creativity-2 .content ul li {
  padding-right: 40px;
}
.creativity-page .creativity-2 .content ul li .ig {
  height: 381px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .content ul li:hover .ig,
.creativity-page .creativity-2 .content ul li:hover:hover .desc{
  transform: translateY(-10px);
}
.creativity-page .creativity-2 .content ul li .desc {
  padding: 10px 0 0;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .content ul li .desc .tit {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .content ul li .desc .con {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-2 .info {
  font-size: 30px;
  line-height: 1.5;
  color: #272727;
  opacity: 0.83;
  text-align: center;
  width: 96%;
  margin: 53px auto 0;
}
.creativity-page .creativity-3 {
  position: relative;
  margin-top: 79px;
}
/*.creativity-page .creativity-3 .imgs ul li img {
  width: 100%;
}*/
.creativity-page .creativity-3 .box {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  color: var(--white);
}
/*.creativity-page .creativity-3 .box .ui.container {
  max-width: 1688px;
}*/
.creativity-page .creativity-3 .box .tit {
  font-size: 60px;
  font-weight: 500;
  transition: .5s;
  max-width: 1000px;
}
/*.creativity-page .creativity-3 .box .tit em {
  color: var(--primary);
}*/
.creativity-page .creativity-3 .box .con {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
  max-width: 618px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transition: .5s;
}
.creativity-page .creativity-3 .box .con ul li{
  font-weight: 400;
}
.creativity-page .creativity-3 .box .tit:hover,
.creativity-page .creativity-3 .box .con:hover{
  transform: translateX(-10px);
}
.creativity-page .creativity-3 .bottom {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.creativity-page .creativity-3 .bottom ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.creativity-page .creativity-3 .bottom ul li {
  width: 14.28%;
  border: 1px solid var(--white);
  border-right: 0;
  color: var(--white);
  padding: 35px 23px 33px 23px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.creativity-page .creativity-3 .bottom ul li .tit {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  transition: .5s;
}
.creativity-page .creativity-3 .bottom ul li .more {
  font-size: 18px;
  color: var(--white);
  margin-top: 38px;
}
.creativity-page .creativity-3 .bottom ul li .more img{
  filter: brightness(100);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: 0.3s ease;
  opacity: 0;
}
.creativity-page .creativity-3 .bottom ul li:hover .tit,
.creativity-page .creativity-3 .bottom ul li:hover .more{
  transform: translateX(10px);
}
.creativity-page .creativity-3 .bottom ul li:hover .more img{
  margin-left: 18px;
  opacity: 1;
}
.creativity-page .creativity-3 .bottom ul li .more::after {
  background: var(--white);
  opacity: 0.5;
}
.creativity-page .creativity-3 .bottom ul li .more::before {
  display: none;
}
.creativity-page .creativity-3 .bottom ul li:last-child{
  border-right: 1px solid var(--white);
}
.creativity-page .creativity-3 .bottom ul li.active {
  /*color: var(--black);*/
  background: var(--black);
  border-color: var(--black);
}
/*.creativity-page .creativity-3 .bottom ul li.active .more {
  color: var(--black);
}
.creativity-page .creativity-3 .bottom ul li.active .more::after {
  background: var(--black);
}*/
.creativity-page .creativity-4 {
  padding-top: 80px;
}
.creativity-page .creativity-4 .content {
  margin-top: 42px;
  position: relative;
}
.creativity-page .creativity-4 .content .i1 {
  width: 100%;
}
.creativity-page .creativity-4 .content .play {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.creativity-page .creativity-4 .content .play i {
  display: inline-block;
  padding: 46px 38px 39px 52px;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.creativity-page .creativity-4 .content .play i::before,
.creativity-page .creativity-4 .content .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -17px;
  left: -17px;
  bottom: -17px;
  right: -17px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.53);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.creativity-page .creativity-4 .content .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.creativity-page .creativity-5 {
  padding-top: 96px;
}
.creativity-page .creativity-5 .ui.container{
  max-width: 1500px;
}
.creativity-page .creativity-5 .header .con {
  font-size: 24px;
  color: #272727;
  opacity: 0.79;
  line-height: 1.5;
  margin: 54px auto 0;
  width: 83%;
  font-weight: 400;
}
.creativity-page .creativity-5 .content {
  margin-top: 63px;
}
.creativity-page .creativity-5 .content ul {
  margin-right: -31px;
}
.creativity-page .creativity-5 .content ul li {
  padding-right: 31px;
}
.creativity-page .creativity-5 .content ul li .img-box img {
  width: 100%;
}
.creativity-page .creativity-6 {
  padding: 132px 0 112px;
}
.creativity-page .creativity-6 .box {
  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;
}
.creativity-page .creativity-6 .box .right {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-weight: 500;
}
.creativity-page .creativity-6 .box .right a {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 7px;
  background: var(--black);
  border: 1px solid #141413;
  border-radius: 28px;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--white);
}
.creativity-page .creativity-6 .box .right a img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.creativity-page .creativity-6 .box .right a em {
  display: inline-block;
  vertical-align: middle;
}
/*.creativity-page .creativity-6 .box .right span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #141413;
  border-radius: 28px;
  z-index: 1;
}*/
.creativity-page .creativity-6 .box .right:hover {
  background: transparent;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.creativity-page .creativity-6 .box .right:hover a img{
  filter: none;
}
@media screen and (max-width: 1680px) {
  .creativity-page .creativity-2 .content ul li .desc .con {
    width: 100%;
  }
  .creativity-page .creativity-3 .bottom {
    bottom: 10%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .creativity-page .creativity-2 .content ul li .ig {
    height: 320px;
  }
  .creativity-page .creativity-3 .box {
    top: 10%;
  }
  .creativity-page .creativity-3 .box .tit {
    font-size: 48px;
  }
  .creativity-page .creativity-3 .box .con {
    margin-top: 30px;
  }
  .creativity-page .creativity-3 .bottom ul li{
    width: 25%;
    padding: 20px;
  }
  .creativity-page .creativity-4 .content .play {
    top: 35%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .creativity-page .creativity-2 .content ul {
    margin-right: -20px;
  }
  .creativity-page .creativity-2 .content ul li {
    padding-right: 20px;
  }
  .creativity-page .creativity-2 .content ul li .desc {
    padding: 8px 15px;
  }
  .creativity-page .creativity-3 .bottom ul li {
    padding: 15px 10px;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .creativity-page .creativity-1 {
    padding-top: 80px;
  }
  .creativity-page .creativity-1 .con {
    font-size: 26px;
    margin-top: 40px;
  }
  .creativity-page .creativity-2 {
    padding-top: 80px;
  }
  .creativity-page .creativity-2 .content ul li .ig {
    height: 300px;
  }
  .creativity-page .creativity-2 .content ul li .desc .tit {
    font-size: 20px;
  }
  .creativity-page .creativity-2 .content ul li .desc .con {
    font-size: 14px;
  }
  .creativity-page .creativity-2 .info {
    font-size: 26px;
  }
  .creativity-page .creativity-3 .imgs ul li img {
    min-height: 500px;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 26px;
    width: 100%;
  }
  .creativity-page .creativity-6 {
    padding: 100px 0;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .creativity-page .creativity-1 {
    padding-top: 60px;
  }
  .creativity-page .creativity-1 .title {
    width: 70%;
  }
  .creativity-page .creativity-1 .con {
    font-size: 22px;
    margin-top: 20px;
  }
  .creativity-page .creativity-2 {
    padding-top: 60px;
  }
  .creativity-page .creativity-2 .content ul {
    margin: 0 -15px -15px 0;
  }
  .creativity-page .creativity-2 .content ul li {
    padding: 0 15px 15px 0;
  }
  .creativity-page .creativity-2 .info {
    font-size: 22px;
    margin: 20px auto 0;
  }

  .creativity-page .creativity-4 {
    padding-top: 60px;
  }
  .creativity-page .creativity-4 .content {
    margin-top: 20px;
  }
  .creativity-page .creativity-4 .content .play i {
    zoom: .5;
  }
  .creativity-page .creativity-5 {
    padding-top: 60px;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 22px;
    margin: 20px auto 0;
  }
  .creativity-page .creativity-5 .content {
    margin-top: 20px;
  }
  .creativity-page .creativity-6 {
    padding: 60px 0;
  }
  .creativity-page .creativity-6 .box .left {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .creativity-page .creativity-1 {
    padding-top: 30px;
  }
  .creativity-page .creativity-1 .title {
    width: 100%;
  }
  .creativity-page .creativity-1 .con {
    font-size: 20px;
    margin-top: 10px;
  }
  .creativity-page .creativity-2 {
    padding-top: 25px;
  }
  .creativity-page .creativity-2 .content {
    margin-top: 20px;
  }
  .creativity-page .creativity-2 .info {
    font-size: 20px;
    width: 100%;
  }
  .creativity-page .creativity-3 {
    margin-top: 30px;
    display: none;
  }
  .creativity-page .creativity-4,
  .creativity-page .creativity-5 {
    padding-top: 30px;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 20px;
  }
  .creativity-page .creativity-6 {
    padding: 30px 0;
  }
  .creativity-page .creativity-6 .box .left {
    width: 67%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .creativity-page .creativity-1 .con {
    font-size: 17px;
  }
  .inner-page .title {
    font-size: 25px;
  }
  .creativity-page .creativity-2 .info {
    font-size: 18px;
    line-height: 1.6;
  }
  .creativity-page .creativity-5 .header .con {
    font-size: 17px;
  }
  .creativity-page .creativity-6 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .creativity-page .creativity-6 .box .left {
    width: 100%;
  }
  .creativity-page .creativity-6 .box .left .title {
    font-size: 30px;
  }
  .creativity-page .creativity-6 .box .right {
    margin-top: 20px;
  }
}
.sustainability-page .sustainability-1 {
  padding: 58px 0 171px;
  color: #272727;
}
.sustainability-page .sustainability-1 .ui.container {
  max-width: 1532px;
}
.sustainability-page .sustainability-1 .content {
  margin-top: 113px;
}
.sustainability-page .sustainability-1 .content .left {
  vertical-align: middle;
  padding: 0 126px 0 60px;
  font-size: 24px;
  line-height: 1.5;
  width: 57.3%;
  font-weight: 400;
}
.sustainability-page .sustainability-1 .content .right {
  vertical-align: middle;
  width: 42.7%;
  position: relative;
}
.mainplaybox{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.mainplaybox i{
  display: inline-block;
  padding: 46px 38px 39px 52px;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.mainplaybox i::before,
.mainplaybox i::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -17px;
    left: -17px;
    bottom: -17px;
    right: -17px;
    border-radius: 50%;
    background: rgba(255,255,255,.53);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.mainplaybox i::before{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.sustainability-page .sustainability-2 {
  position: relative;
}
/*.sustainability-page .sustainability-2 .ui.container {
  max-width: 1690px;
}*/
/*.sustainability-page .sustainability-2 .imgs ul li img {
  width: 100%;
}*/
.sustainability-page .sustainability-2 .box {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  color: var(--white);
}
.sustainability-page .sustainability-2 .box.bs{
  color: #101010;
}
.sustainability-page .sustainability-2 .box .tit {
  font-size: 60px;
  max-width: 950px;
  font-weight: 500;
  transition: .5s;
}
.sustainability-page .sustainability-2 .box .tit.black,
.sustainability-page .sustainability-2 .box .con ul li.black{
  color: #101010;
}
/*.sustainability-page .sustainability-2 .box .tit em {
  color: var(--primary);
}*/
.sustainability-page .sustainability-2 .box .con {
  font-size: 20px;
  line-height: 1.4;
  max-width: 650px;
  margin-top: 50px;
  font-weight: 500;
  overflow: hidden;
  transition: .5s;
  /*text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;*/
}
.sustainability-page .sustainability-2 .box .con ul li{
  font-weight: 400;
}
.sustainability-page .sustainability-2 .box .tit:hover,
.sustainability-page .sustainability-2 .box .con:hover{
  transform: translateX(-10px);
}
.sustainability-page .sustainability-2 .bottom {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  padding: 0 26px;
}
.sustainability-page .sustainability-2 .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sustainability-page .sustainability-2 .bottom ul li {
  width: 20%;
  border: 1px solid var(--white);
  border-right: 0;
  border-top: 0;
  color: var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 20px;
}
.sustainability-page .sustainability-2 .bottom ul li:nth-child(1),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(2),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(3),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(4),
.sustainability-page .sustainability-2 .bottom ul li:nth-child(5){
  border-top: 1px solid var(--white);
}

.sustainability-page .sustainability-2 .bottom ul li:last-child{
  border-right: 1px solid var(--white);
}
.sustainability-page .sustainability-2 .bottom ul li .tit {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 1px;
  transition: .5s;
}
.sustainability-page .sustainability-2 .bottom ul li .tit img{
  filter: brightness(100);
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s ease;
}
.sustainability-page .sustainability-2 .bottom ul li.active:hover .tit{
  transform: translateX(10px);
}
.sustainability-page .sustainability-2 .bottom ul li:hover .tit img{
  margin-left: 15px;
}
.sustainability-page .sustainability-2 .bottom ul li .more {
  color: var(--white);
  margin-top: 64px;
}
.sustainability-page .sustainability-2 .bottom ul li .more::after {
  background: var(--white);
}
.sustainability-page .sustainability-2 .bottom ul li .more::before {
  background: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.active {
  background: var(--black);
  /*color: var(--black);*/
  border-color: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.active .more {
  color: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.active .more::before {
  width: 100%;
  background: var(--black);
}
/*.sustainability-page .sustainability-2 .box.bs{
  color: var(--black);
}
.sustainability-page .sustainability-2 .box .con.bs{
  color: var(--black);
}
.sustainability-page .sustainability-2 .bottom ul li.bs{
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}*/
.sustainability-page .sustainability-3 {
  background-color: #fbfbfa;
  padding: 180px 0 183px;
}
.sustainability-page .sustainability-3 .ui.container {
  max-width: 1644px;
}
.sustainability-page .sustainability-3 .content {
  margin-top: 78px;
}
.sustainability-page .sustainability-3 .content ul {
  margin-right: -39px;
}
.sustainability-page .sustainability-3 .content ul li {
  text-align: center;
  padding-right: 39px;
}
.sustainability-page .sustainability-3 .content ul li .text {
  padding-top: 8px;
}
.sustainability-page .sustainability-3 .content ul li .text .tit {
  font-size: 23px;
  color: #393838;
  line-height: 1.3;
  font-weight: 500;
}
.sustainability-page .sustainability-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #2b2a2a;
  margin-top: 9px;
  font-weight: 400;
}
.sustainability-page .sustainability-4 {
  padding: 107px 0 104px;
}
.sustainability-page .sustainability-4 .ui.container {
  max-width: 1642px;
}
.sustainability-page .sustainability-4 .header {
  max-width: 1220px;
  margin: 0 auto;
  color: #272727;
}
.sustainability-page .sustainability-4 .header .title small {
  display: block;
  font-size: 30px;
  text-transform: none;
  margin-top: 11px;
}
.sustainability-page .sustainability-4 .header .con {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 54px;
  font-weight: 400;
}
.sustainability-page .sustainability-4 .header .con em {
  display: block;
}
.sustainability-page .sustainability-4 .content {
  margin-top: 85px;
}
.sustainability-page .sustainability-4 .content ul {
  margin: 0 -8% -5% 0;
}
.sustainability-page .sustainability-4 .content ul li {
  padding: 0 8% 5% 0;
}
.sustainability-page .sustainability-4 .content ul li .ig i {
  display: inline-block;
  vertical-align: middle;
  width: 183px;
}
.sustainability-page .sustainability-4 .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sustainability-page .sustainability-4 .content ul li .ig .text {
  display: inline-block;
  vertical-align: middle;
  width: 73%;
  padding-left: 47px;
}
.sustainability-page .sustainability-4 .content ul li .ig .text .tit {
  font-size: 24px;
  line-height: 1.2;
  color: #272727;
  font-weight: 500;
}
.sustainability-page .sustainability-4 .content ul li .ig .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #747474;
}
.sustainability-page .sustainability-4 .content ul li .ig:hover i img {
  -webkit-filter: none;
  filter: none;
}
.sustainability-page .sustainability-4 .content ul li:nth-child(odd) {
  width: 48%;
}
.sustainability-page .sustainability-4 .content ul li:nth-child(even) {
  width: 52%;
}
@media screen and (max-width: 1680px) {
  .sustainability-page .sustainability-2 .bottom {
    zoom: .85;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 -6% -9% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 6% 9% 0;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 70%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 90px 0 60px;
  }
  .sustainability-page .sustainability-2 .box {
    top: 10%;
  }
  .sustainability-page .sustainability-2 .bottom ul li {
    padding: 30px 20px 40px;
  }
  .sustainability-page .sustainability-4 .header {
    max-width: 1160px;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 -3% -6% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 3% 6% 0;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 69%;
  }
  .sustainability-page .sustainability-4 .content ul li:nth-child(odd) {
    width: 50%;
  }
  .sustainability-page .sustainability-4 .content ul li:nth-child(even) {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 30px;
    font-size: 26px;
  }

  .sustainability-page .sustainability-2 .bottom {
    bottom: 20px;
  }
  .sustainability-page .sustainability-2 .bottom ul li {
    padding: 30px 20px 20px;
  }
  .sustainability-page .sustainability-2 .bottom ul li .tit {
    font-size: 22px;
  }
  .sustainability-page .sustainability-4 .header {
    max-width: 100%;
  }
  .sustainability-page .sustainability-4 .header .con em {
    display: inline;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 -1% -3% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 1% 3% 0;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 64%;
    padding-left: 20px;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .sustainability-page .sustainability-1 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-1 .content {
    margin-top: 60px;
  }
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 20px;
    font-size: 24px;
  }
  .sustainability-page .sustainability-2 .box {
    top: 7%;
  }
  .sustainability-page .sustainability-2 .box .tit {
    font-size: 50px;
  }
  .sustainability-page .sustainability-2 .box .con {
    margin-top: 20px;
  }
  .sustainability-page .sustainability-2 .bottom {
    zoom: .75;
  }
  .sustainability-page .sustainability-3 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-3 .content {
    margin-top: 50px;
    zoom: .85;
  }
  .sustainability-page .sustainability-3 .content ul {
    margin-right: -20px;
  }
  .sustainability-page .sustainability-3 .content ul li {
    padding-right: 20px;
  }
  .sustainability-page .sustainability-4 {
    padding: 80px 0;
  }
  .sustainability-page .sustainability-4 .content {
    margin-top: 50px;
    zoom: .85;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-1 .content {
    margin-top: 40px;
  }
  .sustainability-page .sustainability-1 .content .left {
    padding: 0 20px 0 0;
    font-size: 18px;
  }
  .sustainability-page .sustainability-2 {
    zoom: .72;
  }
  .sustainability-page .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3 .content {
    zoom: 1;
  }
  .sustainability-page .sustainability-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .sustainability-page .sustainability-3 .content ul li {
    padding: 0 20px 20px 0;
    width: 50%;
  }
  .sustainability-page .sustainability-4 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-4 .content {
    margin-top: 40px;
    zoom: 1;
  }
  .sustainability-page .sustainability-4 .content ul {
    margin: 0 0 -2% 0;
  }
  .sustainability-page .sustainability-4 .content ul li {
    padding: 0 0 2% 0;
    width: 100%;
  }
  .sustainability-page .sustainability-4 .content ul li:nth-child(odd),
  .sustainability-page .sustainability-4 .content ul li:nth-child(even) {
    width: 100%;
  }
  .sustainability-page .sustainability-4 .content ul li .text {
    width: 72%;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-1 {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-1 .content {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-1 .content .left {
    font-size: 16px;
  }
  .sustainability-page .sustainability-2 {
    display: none;
  }
  .sustainability-page .sustainability-3 {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-3 .content {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-3 .content ul li .text .tit {
    font-size: 20px;
  }
  .sustainability-page .sustainability-4 {
    padding: 30px 0;
  }
  .sustainability-page .sustainability-4 .header .title small {
    font-size: 25px;
  }
  .sustainability-page .sustainability-4 .header .con {
    font-size: 16px;
  }
  .sustainability-page .sustainability-4 .content {
    margin-top: 15px;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-1 .content .left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .sustainability-page .sustainability-1 .content .right {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .sustainability-page .sustainability-3 .content ul li {
    padding: 0 0 20px 0;
    width: 100%;
  }
  .sustainability-page .sustainability-4 .header .title small {
    font-size: 15px;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .sustainability-page .sustainability-4 .content ul li .ig .text .con {
    font-size: 14px;
    line-height: 2;
  }
}

.m-page {
  margin-top: 60px;
  text-align: center;
  display: block;
}
.m-page a,
.m-page span {
  line-height: 30px;
  height: 30px;
  padding: 3px 12px 0;
  font-size: 20px;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span {
  background: var(--black);
  color: var(--white);
}


@media screen and (max-width: 700px) {
  .m-page {
    margin-top: 30px;
  }
}

.contact-page .contact-1 {
  padding-top: 80px;
}
.contact-page .contact-2 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px -20px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #000;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #868686;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1.6;
  padding: 25px 0 15px;
  font-weight: bold;
  transition: .5s;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  min-height: 100px;
  padding: 0 20px;
  transition: .5s;
}
.contact-page .contact-1 .list ul li:hover .box h5,
.contact-page .contact-1 .list ul li:hover .box p{
  transform: translateY(-10px);
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-size: 22px;
  line-height: 1,8;
  transition: 0.4s ease;
}
.contact-page .contact-2 .left .img .text h5:hover,
.contact-page .contact-2 .left .img .text p:hover {
  transform: translateX(10px);
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  transition: 0.4s ease;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.4s ease;
}
.contact-page .contact-2 .right h3:hover {
  transform: translateY(-10px);
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 60px;
}
.contact-page .map iframe{
  width: 100%;
}
.form ul {
  margin: -10px;
}
.form ul li {
  padding: 10px;
}
.form ul li input,
.form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.form ul li input:focus,
.contact-page .form ul li textarea:focus {
  border-color: #868686;
}
.form ul li textarea {
  height: 120px;
}
.form ul li .submit {
  display: inline-block;
    background: var(--black);
    border: 1px solid var(--black);
    font-size: 18px;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 35px;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 65px;
}
.form ul li .submit img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.form ul li .submit em{
  display: inline-block;
  vertical-align: middle;
}
.form ul li .submit:hover {
   background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.form ul li .submit:hover img{
  filter: none;
}
.form ul li.wid-100 {
  width: 100%;
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 120px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  background: var(--black);
  border: 1px solid var(--black);
  font-size: 16px;
  line-height: 1;
  padding: 12px 30px;
  border-radius: 35px;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more img{
   margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
}
.news-page .list ul li .content a.more em{
  display: inline-block;
  vertical-align: middle;
}
.news-page .list ul li .content a.more:hover {
  background: white;
  color: var(--black);
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.news-page .list ul li .content a.more:hover img{
  filter: none;
}
.news-page .list ul li .content a.more::before,
.news-page .list ul li .content a.more::after{
  display: none;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h1 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.case-page {
  padding: 140px 0;
  background: url("../images/about-1-bg.jpg") top right no-repeat;
}
.case-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--primary);
  line-height: 30px;
}
.case-page h2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.case-page .list {
  margin-top: 40px;
}
.case-page .list ul {
  margin: -15px -13px;
}
.case-page .list ul li {
  padding: 15px 13px;
}
.case-page .list ul li a.img {
  display: block;
  -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .list ul li a.img img {
  display: block;
  width: 100%;
}
.case-page .list ul li a.img h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  line-height: 1.6;
}
.case-page .list ul li a.img:hover {
  background: var(--primary);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .form ul li input,
  .contact-page .form ul li textarea{
    padding: 10px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 18px;
  }
  .case-page {
    padding: 80px 0;
  }
  .case-page .list ul li a.img h6 {
    font-size: 22px;
    padding: 15px;
  }
  .case-page h2 {
    font-size: 32px;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .list ul li .content a.more {
    line-height: 30px;
    height: 32px;
    font-size: 16px;
    padding: 0 15px;
  }
  .case-page h2 {
    font-size: 28px;
  }
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .content {
    font-size: 16px;
  }
  .faq-page {
    padding: 60px 0;
  }
  .faq-page ul li h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page ul li .content {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }
  .case-page .list ul li a.img h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page h2 {
    font-size: 24px;
  }
  .case-page .list ul li a.img h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .newdet-page h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .custom-page .custom-3 .list ul li .content table tbody td {
    display: block !important;
    width: 100%;
    padding: 0 !important;
    border-right: none;
  }
  .custom-page .custom-3 .list ul li .content table tbody td:first-child {
    border-right: none;
  }
  .custom-page .custom-1 .box .img {
    width: 120px;
    margin-left: 5%;
  }
  .custom-page .custom-1 .box .img .play p {
    margin-left: 0;
    display: none;
  }
  .custom-page .custom-1 .box .img .play h6 {
    max-width: 200px;
    white-space: normal;
  }
  .custom-page i.tag {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .case-page {
    padding: 50px 0;
  }
  .case-page h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li .box p {
    height: auto;
    min-height: auto;
  }
  .contact-page .contact-1 .list ul li .box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .contact-1 .list ul li .box span i {
    font-size: 20px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}

.su-page .ui.container {
  max-width: 1390px;
}
.su-page .title {
  font-family: 'Plus';
  text-transform: inherit;
}
.su-page .con {
  font-weight: 400;
  line-height: 1.4;
}
.su-page .common-button {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-family: 'Plus';
}
.su-page .common-button a {
  position: relative;
  display: inline-block;
  padding: 6px 20px 6px 7px;
  background: var(--white);
  border: 1px solid #141413;
  color: #141413;
  border-radius: 28px;
  z-index: 2;
}
.su-page .common-button img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.su-page .common-button span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border: 1px solid #141413;
  border-radius: 28px;
  z-index: 1;
}
.su-page .common-button:hover {
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.su-page .su-1 {
  padding: 6% 0 6%;
  text-align: center;
}
.su-page .su-1 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su5-page .su-video .title{
  max-width: 100%;
}
.su-page .su-1 .con {
  margin: 54px auto 75px;
  max-width: 1220px;
}
.su-page .su-1 .con strong {
  font-weight: 600;
}
.su5-page .su1-1 .img{
  background: #dbd3c6;
  padding: 5% 0;
}
.su5-page .su1-2 .img{
  background: #f5f5f5;
}
.su5-page .su1-1 .img ul{
  width: 80%;
  margin: 0 auto;
}
.su5-page .su1-1 .img ul li{
  padding: 0 30px;
}
.su5-page .su1-1 .img ul li img{
  width: 100%;
}
.su5-page .su1-1 .img ul li p{
  font-size: 24px;
  line-height: 1.4;
  margin-top: 30px;
}
.su-page .su-1 .video {
  position: relative;
  margin: 0 auto;
  max-width: 1032px;
  height: 580px;
}
.su-page .su-1 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.su-page .su-1 .video span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  cursor: pointer;
}
.su-page .su-2 {
  background: #e1e1e1;
  padding: 5.9% 0;
}
/*.su-page .su-2 .ui.container {
  max-width: 1470px;
}*/
.su-page .su-2 .img-box {
  width: 54%;
  vertical-align: middle;
}
.su-page .su-2 .img-box img {
  width: 100%;
}
.su-page .su-2 .text {
  width: 46%;
  padding-left: 4%;
  vertical-align: middle;
}
.su-page .su-2 .text .con {
  margin-top: 54px;
}
.su-page .su-3 {
  padding: 4.4271% 0 4.4271%;
}
.su-page .su-3 .column {
  vertical-align: middle;
}
.su-page .su-3 .img-box {
  width: 46%;
}
.su-page .su-3 .img-box img {
  width: 100%;
}
.su-page .su-3 .text {
  width: 54%;
  padding-right: 4%;
}
.su-page .su-3 .text .con {
  margin-top: 54px;
}
.su-page .su-4 {
  background: #e1e1e1;
  padding: 7.813% 0 7.813%;
}
.su-page .su-4 .ui.container {
  max-width: 1470px;
}
.su-page .su-4 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su-page .su-4 .con {
  margin: 54px auto 75px;
  max-width: 1220px;
}
.su-page .su-4 .video {
  max-width: 1032px;
  height: 580px;
  margin: 0 auto;
  position: relative;
}
.su-page .su-4 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.su-page .su-4 .video span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  cursor: pointer;
}
.su-page .su-5 {
  padding-top: 7.6%;
}
.su-page .su-5 .title {
  max-width: 890px;
  margin-bottom: 54px;
}
.su-page .su-5 .grid-box .img-box {
  width: 54%;
  vertical-align: middle;
}
.su-page .su-5 .grid-box .img-box img {
  width: 100%;
}
.su-page .su-5 .grid-box .text {
  width: 46%;
  vertical-align: middle;
  padding-left: 4%;
}
.su-page .su-6 {
  padding: 6% 0 3.8021%;
  text-align: center;
}
.su-page .su-6 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su-page .su-6 .content {
  margin: 34px auto 75px;
  max-width: 1000px;
}
.su-page .su-7 {
  background: #e1e1e1;
  padding: 3.125% 0;
}
.su-page .su-7 .title {
  max-width: 1160px;
  margin: 0 auto;
}
.su-page .su-7 .con {
  margin: 54px auto 75px;
  max-width: 1220px;
}
.su-page .su-8 {
  padding: 5.625% 0;
}
.su-page .su-8 .title {
  max-width: 80%;
  margin: 0 auto;
}
.su-page .su-8 .content {
  margin-top: 54px;
  overflow: hidden;
}
.su-page .su-8 .content ul li {
  padding-bottom: 10px;
}
.su-page .su-8 .content ul li .img-box{
  border: 1px solid #eee;
}
.su-page .su-8 .content ul li .img-box img {
  width: 100%;
}
.su-page .su-8 .content ul li .text .tit {
  margin: 20px 0;
  display: block;
  line-height: 1.4;
  font-size: 20px;
  height: 84px;
  overflow: hidden;
}
.su-page .su-8 .content ul li .text .link {
  position: relative;
  display: inline-block;
  padding: 6px;
  background: #e1e1e1;
  border: 1px solid #141413;
  color: #141413;
  border-radius: 28px;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.su-page .su-8 .content ul li .text .link:hover {
  -webkit-box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.8);
}
.su-page .su-8 .content .swiper-scrollbar {
  position: relative;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 60px;
  width: 335px;
  height: 3px;
  background-color: rgba(20, 20, 19, 0.1);
}
.su-page .su-8 .content .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #141413;
}
.su-page .su-9 {
  padding-bottom: 3.386%;
}
.su-page .su-9 .title {
  text-align: center;
}
.su-page .su-9 .title span {
  display: inline-block;
  position: relative;
  color: #3666ec;
  z-index: 2;
  margin-left: 20px;
}
.su-page .su-9 .title span::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -20px;
  width: 108%;
  height: 202%;
  background: url(../images/i-line-two.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
.su-page .su-9 .con .swiper-container {
  padding: 68px 0 40px;
}
.su-page .su-9 .con .swiper-container .swiper-slide {
  width: 89%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1e1e1;
}
.su-page .su-9 .con .swiper-container .swiper-slide .thumb {
  width: 55%;
  position: relative;
}
.su-page .su-9 .con .swiper-container .swiper-slide .thumb .box {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 96px;
  height: 30px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 30px;
  line-height: 28px;
}
.su-page .su-9 .con .swiper-container .swiper-slide .thumb img {
  width: 100%;
  height: 590px;
}
.su-page .su-9 .con .swiper-container .swiper-slide .content {
  width: 45%;
  padding: 20px 6%;
}
.su-page .su-9 .con .swiper-container .swiper-slide .content .tit {
  margin: 15px 0 8px;
  font-size: 36px;
  line-height: 1.14em;
  font-family: 'Plus';
}
.su-page .su-9 .con .swiper-container .swiper-slide .content .richtext {
  margin: 12px 0 39px;
  line-height: 20px;
}
.su-page .su-9 .con .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 335px;
  height: 3px;
  background-color: rgba(20, 20, 19, 0.1);
  border-radius: 3px;
}
.su-page .su-9 .con .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #141413;
  border-radius: 3px;
}
.su-page .su-10 {
  padding: 4.167% 0 7.7084%;
}
.su-page .su-10 .column {
  vertical-align: middle;
}
.su-page .su-10 .img-box {
  width: 46%;
}
.su-page .su-10 .img-box img {
  width: 100%;
}
.su-page .su-10 .text {
  width: 54%;
  padding-left: 4%;
}
.su-page .su-10 .text .con {
  margin-top: 54px;
}
@media screen and (max-width: 1000px) {
  .su-page .su-2 .img-box {
    width: 100%;
  }
  .su-page .su-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .su-page .su-3 .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .su-page .su-3 .img-box {
    width: 100%;
  }
  .su-page .su-5 .grid-box .img-box {
    width: 100%;
  }
  .su-page .su-5 .grid-box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .su-page .su-8 .title {
    max-width: 100%;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide {
    width: 100%;
    display: block;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .thumb {
    width: 100%;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .thumb img {
    height: auto;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content {
    width: 100%;
    padding: 20px 0;
  }
  .font-24 {
    font-size: 20px;
  }
  .su-page .su-1 .video {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .su-page .con {
    line-height: 1.6;
  }
  .font-24 {
    font-size: 18px;
  }
  .su-page .su-4 .video {
    height: 400px;
  }
  .su-page .su-4 .con {
    margin: 20px 0 30px;
  }
  .su-page .su-5 .title {
    margin-bottom: 20px;
  }
  .su-page .su-8 .content {
    margin-top: 30px;
  }
  .su-page .su-9 .con .swiper-container {
    padding: 20px 0 30px;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content .tit {
    font-size: 26px;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content .richtext {
    margin: 12px 0 20px;
  }
  .su-page .su-1 .video {
    height: 400px;
  }
  .su-page .su-10 .img-box {
    width: 100%;
  }
  .su-page .su-10 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .su-page .con {
    line-height: 1.8;
  }
  .font-24 {
    font-size: 16px;
  }
  .su-page .su-1 .con {
    margin: 20px 0 25px;
  }
  .su-page .su-2 .text .con,
  .su-page .su-3 .text .con {
    margin-top: 20px;
  }
  .su-page .su-4 .video {
    height: 300px;
  }
  .su-page .su-7 .con {
    margin: 20px 0 30px;
  }
  .su-page .su-9 .con .swiper-container .swiper-slide .content .tit {
    font-size: 22px;
    line-height: 1.5;
  }
  .su-page .su-1 .video {
    height: 300px;
  }
}
.su1-page .su1-2 .con {
  margin: 34px auto 75px;
  max-width: 1000px;
}
.su1-page .su1-2 .img ul{
  margin-right: -60px;
}
.su1-page .su1-2 .img ul li{
  padding-right: 60px;
}
.su1-page .su1-2 .img ul li .imgs img{
  width: 100%;
}
.su1-page .su1-2 .img ul li p{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
}
.su1-page .su-4 .con {
  max-width: 100%;
}
.su1-page .su-8 .content ul li .img-box{
  border: 1px solid #eee;
}
.su3-page .su-1 .img{
  margin: 50px 0;
  text-align: center;
}
.su3-page .su-1 .img ul{
  margin-right: -60px;
}
.su3-page .su-1 .img ul li{
  padding-right: 60px;
}
.su3-page .su-1 .img ul li .imgs img{
  width: 100%;
}
.su3-page .su-1 .img ul li p{
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  font-weight: 400;
}
.su3-page .su-2 .con ul li {
  font-weight: 400;
  margin-bottom: 10px;
}
.su3-page .su-2 .con ul li:last-child{
  margin-bottom: 0;
}
.su3-page .su-2 .con ul li span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.su3-page .su-2 .con ul li span::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--black);
  border-radius: 50%;
}
.su5-page .su-2 .text .con ul {
  padding-left: 20px;
}
.su5-page .su-2 .text .con ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.su5-page .su-2 .text .con ul li:last-child{
  margin-bottom: 0;
}
.su5-page .su-1 .con ul {
  padding-left: 20px;
}
.su5-page .su-1 .con ul li {
  list-style-type: none;
}
.creat-page .title {
  margin-bottom: 54px;
}
.creat-page .creat-1 {
  padding: 9% 0 4.167%;
}
.creat-page .creat-1 .text {
  width: 48%;
  padding-right: 6%;
  vertical-align: middle;
}
.creat-page .creat-1 .img-box {
  width: 52%;
  vertical-align: middle;
  position: relative;
}
.creat-page .creat-1 .img-box img {
  width: 100%;
}
.creat-page .creat-1 .img-box video {
  width: 100%;
  height: 638px;
  -o-object-fit: cover;
  object-fit: cover;
}
.creat-page .creat-1 .img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  cursor: pointer;
}
.creat-page .creat-1 .img-box span .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.creat-page .creat-2 {
  padding: 7.813% 0;
  background: #fff;
}
.creat-page .creat-2.kwswpeopw{
  background: #e1e1e1;
}
.creat-page .creat-2 .img-box {
  width: 48%;
  vertical-align: middle;
  position: relative;
}
.creat-page .creat-2 .img-box img {
  width: 100%;
}
.creat-page .creat-2 .img-box video {
  width: 100%;
  height: 638px;
  -o-object-fit: cover;
  object-fit: cover;
}
.creat-page .creat-2 .img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.creat-page .creat-2 .img-box span .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.creat-page .creat-2 .text {
  width: 52%;
  padding-left: 6%;
  vertical-align: middle;
}
.creat-page .creat-2 .text .title {
  margin-bottom: 54px;
}
.creat-page .creat-3 {
  padding: 9.375% 0 4.167%;
}
.creat-page .creat-3 .img-box {
  width: 52%;
  vertical-align: middle;
}
.creat-page .creat-3 .img-box img {
  width: 100%;
}
.creat-page .creat-3 .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 8%;
}
.creat-page .creat-4 {
  background: #e1e1e1;
  padding: 6.9271% 0;
}
.creat-page .creat-4 .ui.container {
  max-width: 1250px;
}
.creat-page .creat-4.whitsbg{
  background: #fff;
}
.creat-page .creat-4 .title {
  margin-bottom: 0;
}
.creat-page .creat-4 .con {
  margin: 54px 0 80px;
}
.creat-page .creat-4 .thumb {
  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;
}
.creat4-page .creat5-1 .thumb{
  margin-top: 50px;
}
.creat-page .creat-4 .thumb .img-box {
  width: 47%;
}
.creat-page .creat-4 .thumb .img-box p{
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 400;
  padding: 30px 15px 0;
}
.creat-page .creat-4 .thumb .img-box img {
  width: 100%;
}
.creat-page .creat-5 {
  background: #e1e1e1;
}
.creat-page .su-9 {
  padding: 6.25% 0 3.386%;
}
@media screen and (max-width: 1000px) {
  .creat-page .creat-1 .text,
  .creat-page .creat-3 .text {
    padding-right: 2%;
  }
  .creat-page .creat-2 .text {
    padding-left: 2%;
  }
  .su-page .su-9 .con .swiper-container {
    padding: 20px 0 30px;
  }
  .creat-page .creat-4 .con {
    margin: 20px 0 40px;
  }
  .creat-page .creat-4 .con p span {
    white-space: inherit !important;
  }
}
@media screen and (max-width: 700px) {
  .creat-page .creat-1 .text,
  .creat-page .creat-3 .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .creat-page .creat-1 .img-box,
  .creat-page .creat-3 .img-box {
    width: 100%;
  }
  .creat-page .creat-2 .img-box {
    width: 100%;
  }
  .creat-page .creat-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 1680px) {
  #index-body .sustainable .bottom ul li .link{
    font-size: 24px;
  }
  #index-body .sustainable .bottom ul li{
    padding: 30px 30px 40px;
  }
  #index-body .sustainable .box .con,
  .sustainability-page .sustainability-2 .box .con{
    font-size: 18px;
    line-height: 1.5;
    max-width: 1000px;
  }

  .sustainability-page .sustainability-2 .box .tit {
    font-size: 48px;
  }
  
  .sustainability-page .sustainability-2 .bottom ul{
    max-width: 100%;
  }

  .sustainability-page .sustainability-2 .bottom ul li .tit img{
    margin-left: 10px;
    width: 9%;
  }
  .creativity-page .creativity-2 .content ul li .desc .con{
    font-size: 14px;
    line-height: 1.5;
  }
  /*.creativity-page .creativity-2 .content ul li .desc .tit{
    font-size: 30px;
  }*/
  .creativity-page .creativity-3 .bottom ul li .tit{
    font-size: 18px;
  }
  .creativity-page .creativity-3 .box .con{
    font-size: 18px;
    line-height: 1.5;
  }
  .creativity-page .creativity-3 .bottom ul li .more{
    font-size: 20px;
  }
  .creativity-page .creativity-6 .box .right{
    font-size: 20px;
  }
}
@media screen and (max-width:1700px) {
  #index-body .sustainable .bottom ul li .link{
    /*height: 67px;*/
    overflow: hidden;
  }
}


@media screen and (max-width:1920px){
  #index-body .sustainable .box .con{
    width: 100%;
  }
  #index-body .sustainable .box{
    max-width: 100%;
  }
  #index-body .sustainable .box .tit{
    max-width: 563px;
  }
  #index-body .sustainable .box .con{
    max-width: 663px;
  }
}
@media screen and (max-width:1500px) and (min-width:1300px){
  #index-body .i-product{
    padding-left: 120px;
    padding-right: 120px;
  }
  
  #index-body .sustainable .box .con{
    width: 100%;
  }
  #index-body .sustainable .box{
    max-width: 100%;
  }
  #index-body .sustainable .box .tit{
    max-width: 563px;
  }
  #index-body .sustainable .box .con{
    max-width: 663px;
    margin-top: 50px;
  }
  #index-body .sustainable .box{
    top: 7%;
  }
}

.sustainability-page .sustainability-2 .box .tit.black{
  color: rgba(0,0,0,1);
}
.sustainability-page .sustainability-2 .box .tit:nth-of-type(7),
.sustainability-page .sustainability-2 .box .con ul li:nth-of-type(7),
.sustainability-page .sustainability-2 .box .tit:nth-of-type(8),
.sustainability-page .sustainability-2 .box .con ul li:nth-of-type(8){
  color: rgba(0,0,0,0.5);
}




@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-2 .box .tit {
    font-size: 36px;
  }

  .creativity-page .creativity-3 .box{
    padding-left: 15px;
  }
  .creativity-page .creativity-3 .box .con{
    font-size: 16px;
    margin-top: 20px;
  }
  
  .creativity-page .creativity-3 .box .tit {
    font-size: 36px;
  }

  .creativity-page .creativity-3 .bottom ul li .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {

  #mbbanner{
    display: block;
    margin-top: 60px;
  }
   #mbbanner video{
     width: 100%;
   }
  #index-body .sustainable{
    background: url(../images/pcr-sustainability.png) no-repeat left top;
    background-size: cover;
    padding-top: 40px;
  }
  #index-body .sustainable .img-list,
  #index-body .sustainable .bottom ul li .more img,
  .product-page .sidebox .sideright .top,
  .left-share,
  .mbhid{
    display: none!important;
  }
  #index-body .sustainable .box{
    padding: 0 25px;
  }
  #index-body .sustainable .box,
  #index-body .sustainable .bottom{
    position: static;
  }
  #index-body .sustainable .box .tit{
    width: 100%;
    max-width: none;
  }
  #index-body .sustainable .box .tit,
  #index-body .sustainable .box .tit em{
    font-size: 24px;
  }  
  #index-body .sustainable .box .con{
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  #index-body .sustainable .bottom{
    margin-top: 15px;
    padding-bottom: 30px;
  }
  #index-body .sustainable .bottom ul li {
    padding: 15px;
  }
  #index-body .sustainable .bottom ul li:nth-of-type(4) ,
  #index-body .sustainable .bottom ul li:nth-of-type(5) {
    border-top: none;
  }
  #index-body .sustainable .bottom ul li .more{
    margin-top: 10px;
    padding-bottom: 8px;
  }
  #index-body .sustainable .bottom ul li .link{
    font-size: 16px;
    height: 45px;
  }
  #index-body .init,
  #index-body .about .box .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #index-body .init .text{
    padding: 0 25px;
  }
  #index-body .i-product .content {
    margin-top: 25px;
  }
  #index-body .i-product .content ul li{
    padding-right: 20px;
  }
  #index-body .init .text .con{
    font-size: 18px;
    margin-top: 30px;
    width: 100%;
  }
  #index-body .init .text .more,
  #index-body .about .box .text .more{
    margin-top: 50px;
  }
  #index-body .about .box .text {
    padding-left: 25px;
    padding-right: 25px;
  }
  #index-body .title{
    font-size: 28px;
  }
  #index-body .product.Auxil-product .title{
    font-size: 16px;
  }
  .inner-banner{
    background-position: right;
    background-size: cover;
  }
  .product-yd-page span{
    margin-top: 15px;
  }
  .prodet-banner .box{
    top: 30%;
  }
  .sustainability-page .sustainability-4 .header .con,
  .sustainability-page .sustainability-4 .content{
    margin-top: 30px;
  }
  .sustainability-page .sustainability-4 .content ul li{
    text-align: center;
    margin-bottom: 20px;
  }
  .su-page .title,
  .creativity-page .title{
    max-width: 100%!important;
    font-size: 20px!important;
  }
  .su-page .su-8 .title,
  .su2-page .su-1 .title{
    font-size: 16px!important;
  }
  .su-page .su-8 .content ul li .text .tit{
    height: auto;
  }
  .su1-page .su1-2 .img ul li p{
    margin: 30px 0;
  }
  .su3-page .su-1 .img ul li p{
    font-size: 18px;
    margin: 30px 0;
  }
  .su-page .su-8{
    margin-top: 40px;
  }
  .su-page .su-8 .content .swiper-scrollbar{
    margin-top: 30px;
  }
  .su-page .su-10 .text .con{
    margin-top: 30px;
  }
  .creativity-page .creativity-2 .content ul li .desc .tit{
    font-size: 18px;
  }
  .creativity-page .creativity-2 .content ul li .desc .con{
    font-size: 16px;
  }
  .creat-page .title{
    margin-bottom: 20px!important;
  }
  .creat-page .creat-4 .con{
    margin-bottom: 10px;
  }
  .creat-page .creat-4 .thumb .img-box p{
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
  }
  .about-page .about-2 .content ul li .text .ig{
    padding: 20px;
  }
  .about-page .about-2 .content ul li .text .ig .tit{
    font-size: 20px;
  }
  .about-page .about-4 .title{
    font-size: 20px;
  }
  .about-page .about-4 .btn{
    margin-top: 20px;
  }
  .about-page .about-4 .btn a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .news-page .list ul li .content p{
    height: auto;
  }
  .news-page .list ul li .content a.more{
    padding: 5px 15px;
    height: auto;
  }
  .news-page, .newdet-page {
    padding: 30px 0;
  }
  .contact-page .contact-2 {
    padding: 30px 0;
  }
  .contact-page .map{
    margin-top: 0;
  }

  #index-body .sustainable .bottom ul li{
    width: 50%;
  }
  #index-body .sustainable .bottom ul li:last-child{
    display: none;
  }
  #index-body .sustainable .bottom ul li{
    border-right: 1px solid var(--white);
  }

  .inner-banner .box.mbksklq{
    top: 20%;
  }
}

.index-form-box .contact-2 .container>.box{
  background: rgba(0,0,0,.1);
}
.index-form-box .contact-2 .left .img img{
  width: 100%;
}
.index-form-box .contact-2 .right{
  padding:0 100px;
}
.index-form-box.contact-page .contact-2 .right .form{
  margin-top: 60px;
}
.index-form-box .form ul li input, 
.index-form-box .form ul li textarea{
  background: #e4e4e4;
}
@media screen and (max-width:700px){
  #index-body .index-add .header .con{
    font-size: 16px;
    margin-top: 15px;
  }
  #index-body .index-add .data {
    zoom: 1;
    padding: 0 15px;
    margin-top: 40px;
  }
  #index-body .index-add .data ul{
    display: block!important;
  }
  #index-body .index-add .data ul li{
    width: 49%;
    padding: 0 10px;
    vertical-align: text-top;
    margin-bottom: 30px;
  }
  #index-body .index-add .data ul li .num{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #index-body .index-add .data ul li p{
    font-size: 16px;
  }
  .index-form-box .contact-2 .right {
    padding: 35px 20px 20px;
  }
  .index-form-box.contact-page .contact-2 .right .form,
  .form ul li .submit {
    margin-top: 30px;
  }
}
.ikkows{
  font-size: 54px!important;
  /*transform: translateX(-100px);
  text-align: left!important;*/
}
.ikkows em{
  display: block;
  /*transform: translateX(200px);*/
}
.dztsban{
  position: relative;
  color: #fff;
}
.dztsban .the_txt_box{
  position: absolute;
  z-index: 20;
  left: 10%;
  top: 27%;
  color: #fff;
  font-family: 'Plus';
}
.dztsban .the_txt_box h3{
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2em;
}
.dztsban .the_txt_box p{
  margin-top: 60px;
  font-size: 24px;
  max-width: 800px;
  line-height: 1.6em;
}






.product-page {
  padding-bottom: 120px;
}
.product-page .mt-60 .cath1 {
  font-size: 26px;
}
.product-page .init-1 .container {
  max-width: 1660px;
}
.product-page .init-1 .container .swiper {
  position: relative;
}
.product-page .init-1 .container .swiper::before,
.product-page .init-1 .container .swiper::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 80px;
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page .init-1 .container .swiper::before {
  left: 0;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 350px;
  display: block;
  overflow: hidden;
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #666;
}
.product-page .init-1 .container .swiper .prev,
.product-page .init-1 .container .swiper .next {
  z-index: 3;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #B2B2B2;
  border-radius: 50%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  top: 40%;
  right: 66px;
  cursor: pointer;
}
.product-page .init-1 .container .swiper .prev::before,
.product-page .init-1 .container .swiper .next::before {
  background-color: #000;
}
.product-page .init-1 .container .swiper .prev svg,
.product-page .init-1 .container .swiper .next svg {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.product-page .init-1 .container .swiper .prev:hover,
.product-page .init-1 .container .swiper .next:hover {
  border-color: #ffffff;
}
.product-page .init-1 .container .swiper .prev {
  left: 56px;
}
.product-page .init-1 .container .swiper .prev svg {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.product-page .init-2 {
  margin-top: 60px;
}
.product-page .init-2 .shadow_inner{
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 4;
}
.product-page .init-2 .shadow_inner.active{
  width: 100%;
  height: 100%;
}
.product-page .init-2 .container {
  /*max-width: 1450px;*/
  border-top: 1px solid #C2C2C2;
}
.product-page .init-2 .mbx .container {
  border: none;
}

.product-page .init-2 .container .tip_title_cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page .init-2 .container .tip_title_cont .left {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page .init-2 .container .tip_title_cont .left .tip {
  font-size: 18px;
  color: #6A6A6A;
}
.product-page .init-2 .container .tip_title_cont .left .info {
  margin-left: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.product-page .init-2 .container .tip_title_cont .left .info .cat_name {
  position: relative;
  top: 2px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}
.product-page .init-2 .container .tip_title_cont .left .info i {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-left: 12px;
}
.product-page .init-2 .container .tip_title_cont .left .info .list_cont {
  position: absolute;
  width: 600px;
  top: 100%;
  z-index: 5;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 4px;
  font-size: 16px;
  display: none;
}
.product-page .init-2 .container .tip_title_cont .left .info .list_cont .list {
  display: block;
  padding: 6px 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-2 .container .tip_title_cont .left .info .list_cont .list:hover {
  background-color: #ebebeb;
}
.product-page .init-2 .container .tip_title_cont .right {
  width: 40px;
  height: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 50%;
  border: 1px solid #000000;
}
.product-page .init-2 .container .tip_title_cont .right svg {
  z-index: 2;
  position: relative;
}
.product-page .init-2 .container .tip_title_cont .right:before{
  background: #000000;
}
.product-page .init-2 .container .tip_title_cont .right svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: #000000;
}
.product-page .init-2 .container .tip_title_cont .right:hover svg path {
  fill: #ffffff;
}
.product-page .init-2 .container .pro_list {
  margin-top: 10px;
}
.product-page .init-2 .container .pro_list .list {
  margin-top: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid rgba(178, 178, 178, 0);
  padding: 30px 12px 10px 12px;
}
/*.product-page .init-2 .container .pro_list .list .img {
  height: 330px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}*/
.product-page .init-2 .container .pro_list .list .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
}
.product-page .init-2 .container .pro_list .list .gallery{
  margin-top: 20px;
}
.product-page .init-2 .container .pro_list .list .gallery ol{
  margin: -10px;
}
.product-page .init-2 .container .pro_list .list .gallery ol li{
  padding: 10px;
}
.product-page .init-2 .container .pro_list .list .cont {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-2 .container .pro_list .list .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 20px;
  display: block;
}
.product-page .init-2 .container .pro_list .list .cat_name {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
}
.product-page .init-2 .container .pro_list .list:hover {
  border: 1px solid #b2b2b2;
}
.product-page .init-2 .container .pro_list .list:hover .cont {
  transform: translateX(4px);
  -ms-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.prodet-page {
  padding-bottom: 120px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-1 {
  width: 100%;
}
.prodet-page .init-1 .container {
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-1 .container .img_list {
  width: 200px;
  height: 620px;
}
.prodet-page .init-1 .container .img_list .swiper {
  width: 100%;
  height: 100%;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper {
  height: 100%;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
  height: 146px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
}
.prodet-page .init-1 .container .big_img {
  width: 38%;
  margin-left: 30px;
  background-color: #fff;
  height: 620px;
}
.prodet-page .init-1 .container .big_img a {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-1 .container .big_img a img {
  width: auto;
  height: auto;
  min-width: 500px;
  max-height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
}
.prodet-page .init-1 .container .right {
  margin-left: auto;
  width: 42%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.prodet-page .init-1 .container .right .cat_name {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
  margin-top: 10px;
}
.prodet-page .init-1 .container .right .content_list {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 60px;
}
.prodet-page .init-1 .container .right .content_list .list {
  border-top: 1px solid #c2c2c2;
  padding-right: 60px;
}
.prodet-page .init-1 .container .right .content_list .list:first-child {
  border-top: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont span {
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn {
  width: 11px;
  height: 11px;
  margin-left: auto;
  position: relative;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn div {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn div:last-child {
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont.active .btn div:last-child {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.prodet-page .init-1 .container .right .content_list .list .content {
  font-size: 16px;
  padding: 30px 0;
  padding-top: 10px;
  line-height: 30px;
  display: none;
}
.prodet-page .init-1 .container .right .content_list .list .content strong,
.prodet-page .init-1 .container .right .content_list .list .content b {
  font-weight: bold;
}
.prodet-page .init-1 .container .right .more_cont_2 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000;
  padding: 14px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 60px;
  display: block;
}
.prodet-page .init-1 .container .right .more_cont_2::before {
  background-color: #fff9f2;
}
.prodet-page .init-2 {
  width: 100%;
}
.prodet-page .init-2 .container {
  width: 100%;
}
.prodet-page .init-2 .subline {
  padding: 0 60px;
}
.prodet-page .init-2 .subline div {
  background-color: #c2c2c2;
  height: 1px;
}
.prodet-page .init-2 .container .title_cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-2 .container .title_cont .name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-2 .container .title_cont .right {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-2 .container .title_cont .right .prev,
.prodet-page .init-2 .container .title_cont .right .next {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.prodet-page .init-2 .container .title_cont .right .prev svg,
.prodet-page .init-2 .container .title_cont .right .next svg {
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 .container .title_cont .right .prev svg path,
.prodet-page .init-2 .container .title_cont .right .next svg path {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-2 .container .title_cont .right .prev:hover svg path,
.prodet-page .init-2 .container .title_cont .right .next:hover svg path {
  fill: #000;
}
.prodet-page .init-2 .container .title_cont .right .prev {
  margin-right: 12px;
}
.prodet-page .init-2 .container .title_cont .right .prev svg {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.prodet-page .init-2 .container .content {
  margin-top: 60px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  border: 1px solid #b2b2b2;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 0 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
      line-height: 28px;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 18px;
  line-height: 32px;
  font-family: Playfair Display;
  font-weight: 400;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .des {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
}
.prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont {
  transform: translateX(4px);
  -ms-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.prodet-page .init-2 .container .content .swiper-pagination {
  position: relative;
  height: 6px;
  top: 0;
  left: 0;
  margin-top: 50px;
  background-color: #fff;
}
.prodet-page .init-2 .container .content .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.prodet-page .mbx {
  width: 100%;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .mbx .container {
  width: 100%;
  padding: 0 60px;
}
.prodet-page .init-3 {
  width: 100%;
  margin-top: 80px;
}
.prodet-page .init-3 .container {
  max-width: 1100px;
}
.prodet-page .init-3 .container .tip {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-3 .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-3 .container form .list {
  width: 100%;
  margin-top: 30px;
}
.prodet-page .init-3 .container form .list.w_50 {
  width: 48%;
}
.prodet-page .init-3 .container form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}
.prodet-page .init-3 .container form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-3 .container form .list input:focus {
  height: 36px;
}
.prodet-page .init-3 .container form .list textarea {
  margin-top: 10px;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
}
.prodet-page .init-3 .container form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
@media (max-width: 1500px) {
  .prodet-page .init-1 .container {
    width: 1200px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list .list {
    padding-right: 0;
  }
  .prodet-page .init-1 .container .big_img {
    width: 70%;
    height: 700px;
  }
  .prodet-page .init-1 .container .img_list {
    height: 700px;
    width: 26%;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 226px;
  }
  .prodet-page .init-2 .container {
    width: 1200px;
  }
  .prodet-page .mbx .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .prodet-page .init-1 .container {
    width: 970px;
  }
  .prodet-page .init-2 .container {
    width: 970px;
  }
  .prodet-page .mbx .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 {
    display: none;
  }
  .product-page .init-2 .container {
    border-top: none;
  }
  .product-page .init-2 .container .tip_title_cont {
    display: none;
  }
  .product-page .init-2 .container .pro_list .list {
    text-align: center;
  }

  .prodet-page .init-1 .container {
    width: 700px;
    padding: 0 15px;
  }
  .prodet-page .init-1 .container .big_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    height: 86vw;
  }
  .prodet-page .init-1 .container .img_list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    height: auto;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 120px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .prodet-page .init-1 .container .m-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .prodet-page .mbx {
    margin-top: 40px;
  }
  .prodet-page .mbx .container {
    padding: 0 15px;
    width: 700px;
  }
  .prodet-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-1 .container {
    width: 100%;
  }
  .prodet-page .init-2 .container {
    width: 100%;
  }
  .prodet-page .init-2 .container .title_cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 15px;
  }
  .prodet-page .init-2 .container .title_cont .name {
    width: 100%;
  }
  .prodet-page .init-2 .container .title_cont .right {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .content {
    padding-left: 0;
  }
  .prodet-page .init-2 .subline {
    padding: 0 15px;
  }
  .prodet-page .mbx .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .pro_list .list {
    padding: 15px;
    margin-top: 20px;
  }

  .prodet-page {
    padding-bottom: 40px;
  }
  .prodet-page .init-1 {
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .prodet-page .init-1 .container .right .more_cont_2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .title_cont .name {
    font-size: 20px;
  }
  .prodet-page .init-2 .container .content {
    margin-top: 30px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    padding: 15px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 16px;
  }
  .prodet-page .init-2 .container .content .swiper-pagination {
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 10px;
  }
  .prodet-page .init-3 .container .tip {
    font-size: 20px;
    text-align: center;
  }
  .prodet-page .init-3 .container form .list.w_50 {
    width: 100%;
  }
  .prodet-page .init-3 .container form .submit_btn {
    width: 100%;
  }
  .prodet-page .mbx {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}


/*新闻页面悬浮表单*/

.newdet-page .container .left {
    width: calc(100% - 500px);
    padding-right: 60px;
}
.newdet-page .container .right {
    width: 500px;
    position: sticky;
    top: 90px;
    z-index: 2;
    padding: 50px 0;
}

.newdet-page .grid-box {
    margin: 0 auto;
}

.newdet-page .container .right .cont {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #238393;
    border-radius: 16px;
    color: #fff;
}
.newdet-page .container .right .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.newdet-page .container .right .cont .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
}
.newdet-page .container .right .cont .form {
    margin-top: 30px;
}
.newdet-page .container .right .cont .form form {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 30px;
}
.newdet-page .container .right .cont .form form input, .newdet-page .container .right .cont .form form textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}
.newdet-page .container .right .cont .form form .submit_btn:hover {
    background: #a91f0a;
    color: #fff;
}
.newdet-page .container .right .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: #a91f0a;
    border: 1px solid #fff;
}


.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#df4e27;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-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,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}