@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li .content p{
  line-height: 2;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: bold;
}
.seoPublic .Auxil-about .box .right .text{
  line-height: 2;
}
#Pop_UpsBtn {
  display: none !important;
}
.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -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;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #b6363c;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000;
  font-family: 'mon';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#wap-bottom {
  z-index: 30;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  min-width: 100px;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 20px 0;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 40px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -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);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -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;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .openBtn {
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 20px;
  border-radius: 5px;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  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;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #252525;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: #fff;
  max-width: 960px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more {
  background-color: #fff;
  color: var(--color);
  min-width: 200px;
  padding: 12px;
  border-radius: 5px;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover {
  color: #fff;
  background-color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1680px;
}
@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.font-48 {
  line-height: 1.2;
}
.font-14 {
  line-height: 2;
}
.moreCont {
  color: var(--color);
}
.moreCont .moreImg {
  width: 22px;
  height: 16px;
}
.moreCont::before,
.moreCont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moreCont::after {
  left: -100%;
}
.moreCont:hover::after,
.moreCont:hover::before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.moreCont:hover::after {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  z-index: 2;
}
#index-body .init-1 .textShadow {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 220px;
}
#index-body .init-1 .container .titleC .left {
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
}
#index-body .init-1 .container .titleC .left .title {
  font-weight: 600;
}
#index-body .init-1 .container .titleC .left .title em {
  color: var(--color);
}
#index-body .init-1 .container .titleC .left .sub {
  width: 140px;
  height: 3px;
  background-color: var(--color);
}
#index-body .init-1 .container .titleC .right .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  cursor: pointer;
}
#index-body .init-1 .container .titleC .right .btn .img {
  width: 26px;
  height: 16px;
}
#index-body .init-1 .container .titleC .right .btn:hover {
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
}
#index-body .init-1 .container .content ul li .box .img {
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
#index-body .init-1 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-1 .container .content ul li .box .title {
  display: block;
  font-weight: 600;
}
#index-body .init-1 .container .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-1 .container .content ul li .box:hover .img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
}
#index-body .init-2 .testShadow {
  height: 220px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-2 .container .title1 .line {
  width: 140px;
  height: 1px;
  background-color: var(--color);
}
#index-body .init-2 .container .title1 .text {
  padding: 0 20px;
  font-weight: 600;
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-2 .container .title {
  font-weight: 600;
  max-width: 840px;
  margin: 10px auto 0;
}
#index-body .init-2 .container .content .left {
  width: 52%;
}
#index-body .init-2 .container .content .left img {
  width: 100%;
}
#index-body .init-2 .container .content .right {
  width: 48%;
}
#index-body .init-2 .container .content .right .des {
  color: rgba(0, 0, 0, 0.6);
}
#index-body .init-2 .container .content .right .playInfo .more {
  padding: 14px 24px;
  background-color: var(--color);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
#index-body .init-2 .container .content .right .playInfo .more .moreImg {
  width: 22px;
  height: 16px;
}
#index-body .init-2 .container .content .right .playInfo .more:hover {
  background-color: #000;
}
#index-body .init-2 .container .content .right .playInfo .play {
  cursor: pointer;
}
#index-body .init-2 .container .content .right .playInfo .play .playText {
  margin-top: -46px;
  font-size: 24px;
  font-weight: 500;
  padding: 6px 40px 6px 16px;
}
#index-body .init-2 .container .content .right .playInfo .play .playText .line {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e22131;
}
#index-body .init-2 .container .content .right .playInfo .play .playText .line2 {
  left: -100%;
}
#index-body .init-2 .container .content .right .playInfo .play .playBtn {
  margin-left: -20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 2;
  padding: 20px;
}
#index-body .init-2 .container .content .right .playInfo .play .playBtn .cir {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px dashed #000;
  border-radius: 50%;
  -webkit-animation: rotAni 10s linear infinite;
  -moz-animation: rotAni 10s linear infinite;
  -o-animation: rotAni 10s linear infinite;
  animation: rotAni 10s linear infinite;
}
#index-body .init-2 .container .content .right .playInfo .play .playBtn .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  font-size: 50px;
}
#index-body .init-2 .container .content .right .playInfo .play .playBtn .cont i {
  margin-left: 5px;
}
#index-body .init-2 .container .content .right .playInfo .play:hover .playText {
  color: var(--color);
}
#index-body .init-2 .container .content .right .playInfo .play:hover .playText .line {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .init-2 .container .content .right .playInfo .play:hover .playText .line2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .init-2 .container .content .right .playInfo .play:hover .playBtn .cir {
  border-color: var(--color);
}
#index-body .init-2 .container .content .right .listCont ul {
  padding-left: 50px;
}
#index-body .init-2 .container .content .right .listCont ul li .box .top {
  font-weight: 600;
}
#index-body .init-2 .container .content .right .listCont ul li .box .bottom {
  font-size: 78px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
}
#index-body .init-2 .container .content .right .listCont ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
#index-body .init-2 .container .content .right .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-3 {
  padding-bottom: 220px;
  height: 940px;
  z-index: 2;
}
#index-body .init-3 .imgList {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .imgList .swiper {
  height: 100%;
}
#index-body .init-3 .imgList .swiper ul {
  height: 100%;
}
#index-body .init-3 .imgList .swiper ul li {
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-3 .imgList .list {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-3 .textShadow {
  height: 220px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-mask-image: url('../images/solutions.png');
  mask-image: url('../images/solutions.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
}
#index-body .init-3 .tipsTitle {
  text-align: center;
  font-weight: 700;
  color: #fff;
  /*text-transform: uppercase;*/
  z-index: 3;
}
#index-body .init-3 .tipsTitle em {
  color: #e22131;
  position: relative;
}
#index-body .init-3 .tipsTitle em .subLine {
  position: absolute;
  width: 140px;
  height: 3px;
  background-color: #e22131;
  z-index: 3;
  margin: 10px auto 0;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-3 .listCont {
  width: 100%;
  bottom: 250px;
  left: 0;
  z-index: 3;
  padding: 0 70px;
}
#index-body .init-3 .listCont .subline2 {
  position: absolute;
  background-color: #fff;
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  bottom: 4px;
}
#index-body .init-3 .listCont ul li .box {
  cursor: pointer;
}
#index-body .init-3 .listCont ul li .box .cont {
  -webkit-transform: translateY(26px);
  -moz-transform: translateY(26px);
  -ms-transform: translateY(26px);
  -o-transform: translateY(26px);
  transform: translateY(26px);
}
#index-body .init-3 .listCont ul li .box .cont .imgC {
  height: 50px;
}
#index-body .init-3 .listCont ul li .box .cont .img {
  display: block;
  margin: auto;
}
#index-body .init-3 .listCont ul li .box .cont .text {
  opacity: 0;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .listCont ul li .box .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 0;
}
#index-body .init-3 .listCont ul li.swiper-slide-thumb-active .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-3 .listCont ul li.swiper-slide-thumb-active .cont .text {
  opacity: 1;
}
#index-body .init-4 .container .titleC .left {
  font-weight: 600;
}
#index-body .init-4 .container .titleC .left .subLine {
  width: 140px;
  height: 3px;
  background-color: #e22131;
}
#index-body .init-4 .container .titleC .right .more {
  padding: 14px 30px;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
}
#index-body .init-4 .container .titleC .right .more .moreImg {
  width: 30px;
  height: 20px;
}
#index-body .init-4 .container .titleC .right .more:hover {
  background-color: var(--color);
}
#index-body .init-4 .container .content ul .slick-slide {
  height: auto;
}
#index-body .init-4 .container .content ul .slick-slide > div {
  height: 100%;
}
#index-body .init-4 .container .content ul li {
  height: 100%;
}
#index-body .init-4 .container .content ul li .box {
  height: 100%;
  padding: 40px 40px 30px 30px;
  border: 1px solid var(--color);
  border-radius: 10px;
}
#index-body .init-4 .container .content ul li .box .img {
  height: 56px;
  background-position: left center;
}
#index-body .init-4 .container .content ul li .box .title {
  font-weight: 500;
}
#index-body .init-4 .container .content ul li .box .des {
  height: 180px;
  padding-right: 4px;
  overflow-y: auto;
}
#index-body .init-4 .container .content ul li .box .img2 {
  width: 30px;
  display: block;
  height: 20px;
}
#index-body .init-4 .container .content ul li .box:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-4 .container .content ul li .box:hover .img {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-4 .container .content ul li .box:hover .img2 {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .init-5 {
  z-index: 2;
}
#index-body .init-5 .subImg {
  z-index: -2;
  height: 220px;
  width: 100%;
  top: 0;
  left: 0;
}
#index-body .init-5 .container .titleC .left .tips {
  font-weight: 600;
}
#index-body .init-5 .container .titleC .left .subLine {
  width: 140px;
  height: 3px;
  background-color: #e22131;
}
#index-body .init-5 .container .titleC .left .des {
  color: #2e2e2e;
}
#index-body .init-5 .container .titleC .right .btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  cursor: pointer;
}
#index-body .init-5 .container .titleC .right .btn .btnImg {
  width: 26px;
  height: 16px;
}
#index-body .init-5 .container .titleC .right .btn:hover {
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
}
#index-body .init-5 .container .content ul li .box .img {
  display: block;
  border-radius: 20px;
}
#index-body .init-5 .container .content ul li .box .time {
  color: #c0c0c0;
}
#index-body .init-5 .container .content ul li .box .title {
  font-weight: 500;
  display: block;
}
#index-body .init-5 .container .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .more {
  font-weight: 600;
}
#index-body .init-5 .partnerCont{
    position: absolute;
    z-index: 2;
    bottom: -100px;
    right: 60px;
    width: 60%;
}
#index-body .init-5 .subImg2 {
  background-position: right bottom;
  bottom: -16%;
  height: 93%;
  right: 0;
  width: 76%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-5 .subImg2{

}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #000;
}
#footer .fBottom {
  color: #fff;
}
#footer .fBottom .listCont .first {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
#footer .fBottom .listCont .list {
  margin-top: 10px;
}
#footer .fBottom .listCont .list2 {
  margin-top: 10px;
}
#footer .fBottom .listCont .list2 a:hover {
  color: var(--color);
}
#footer .fBottom .listCont form {
  margin-top: -20px;
}
#footer .fBottom .listCont form input {
  width: 100%;
  background-color: #7a7a7a;
  color: #fff;
  margin-top: 20px;
  padding: 8px 10px;
}
#footer .fBottom .listCont form input::-webkit-input-placeholder {
  color: #dbdbdb;
}
#footer .fBottom .listCont form input:-moz-placeholder {
  color: #dbdbdb;
}
#footer .fBottom .listCont form input::-moz-placeholder {
  color: #dbdbdb;
}
#footer .fBottom .listCont form input:-ms-input-placeholder {
  color: #dbdbdb;
}
#footer .fBottom .listCont form input::-ms-input-placeholder {
  color: #dbdbdb;
}
#footer .fBottom .listCont form input::placeholder {
  color: #dbdbdb;
}
#footer .fBottom .listCont form .moreC .submit {
  background-color: var(--color);
  padding: 6px;
  width: 120px;
  border: 1px solid var(--color);
  color: #fff;
  cursor: pointer;
}
#footer .fBottom .listCont form .moreC .submit:hover {
  background-color: #000;
}
#footer .fBottom .listCont #ewm {
  width: 170px;
  background-color: #fff;
  padding: 10px;
}
#footer .fBottom .listCont1 {
  width: 480px;
}
#footer .fBottom .listCont2 {
  width: 190px;
}
#footer .fBottom .listCont3 {
  width: 300px;
}
#footer .copyright {
  line-height: 2;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #808080;
  border-top: 1px solid #1a1a1a;
  color: #787878;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .container {
  padding-top: 14px;
  padding-bottom: 14px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #787878;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  width: 100%;
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init-2 .container .content .right .listCont ul li .box .bottom {
    font-size: 60px;
  }
  #index-body .init-5 .partnerCont{
    width: 48%;
  }
  #index-body .init-5 .subImg2 {
    width: 60%;
  }
}
@media (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .init-2 .container .content .left {
    width: 100%;
    max-width: 700px;
  }
  #index-body .init-2 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-3 {
    height: 600px;
  }
  #footer .fBottom .listCont1 {
    width: 400px;
  }
}
@media (max-width: 1000px) {
  #index-body{
    z-index: 1;
  }
  .phone_hide {
    display: none !important;
  }
  #index-body .init-1 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-1 .container .titleC .left .title {
    width: 100%;
  }
  #index-body .init-1 .container .titleC .right {
    margin-top: 20px;
  }
  #index-body .init-2 .container .content .right .listCont ul {
    padding-left: 0;
  }
  #index-body .init-4 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-4 .container .titleC .right {
    margin-top: 20px;
  }
  #index-body .init-5 .container .titleC .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-5 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fBottom .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-3 {
    height: 70vw;
  }
  #index-body .init-3 .listCont {
    bottom: 20px;
  }
  #footer .fBottom .listCont3 {
    width: 100%;
  }
  #footer .fBottom .listCont form input {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .font-80 {
    line-height: 28px;
  }
  .font-48{
    line-height: 1.6;
  }
  .font-40{
    line-height: 2;
  }
  .font-36{
    line-height: 2;
  }
  .font-30{
    line-height: 2;
  }
  .font-20{
    line-height: 2;
  }
  .font-18{
    line-height: 2;
  }
  .font-16 {
    line-height: 2;
  }
  .font-14 {
    line-height: 2;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:last-child {
    display: none;
  }
  #index-body .init-2 .container .title1 .line {
    display: none;
  }
  #index-body .init-2 .container .content .right .playInfo .play .playText {
    display: none;
  }
  #index-body .init-2 .container .content .right .playInfo .more {
    margin-right: 30px;
  }
  #index-body .init-2 .container .content .right .playInfo .play .playBtn {
    margin: 20px 0 0 20px;
  }
  #index-body .init-3 .listCont {
    padding: 0 20px;
  }
  #index-body .init-3 .listCont .subline2 {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
  }
  #index-body .init-4 .container .content ul li .box {
    padding: 30px 16px;
  }

}


/*inner-page*/
.inner-banner {
  padding-top: 22.91666667%;
  color: #fff;
}
.inner-banner span.h2 {
  line-height: 1.6;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}


.mxb{
  line-height: 2;
}


.about-page .about-1 .number {
    background-color: var(--color);
    color: white;
    width: 100%;
}
.about-page .about-1 .number ul {
    position: relative;
}
.about-page .about-1 .number ul:before,
.about-page .about-1 .number ul:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-page .about-1 .number li {
    padding: 10% 15%;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.about-page .about-1 .number li:last-child{
  border-right: 0;
}
.about-page .about-1 .number li span.h6 {
    line-height: 1;
    font-weight: 700;
}
.about-page .about-1 .number li span.h6 sup {
    margin-left: .3em;
}
.about-page .about-1 .right {
    background-color: #f2f2f2;
}
.about-page .about-1 .right .text {
    line-height: 2;
}
.about-page .about-2 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
}
.about-page .about-2 i.bg {
    position: relative;
    background-color: white;
    z-index: -1;
}
.about-page .about-2 i.bg em {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: white;
    z-index: 1;
}
.about-page .about-2 span.h2 {
    line-height: 1.4;
}
.about-page .about-2 span.h2 em {
    color:#b6363c;
    border-bottom: 3px solid #b6363c;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
}
.about-page .about-2 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-2 .right li {
    margin-bottom: 2em;
    position: relative;
}
.about-page .about-2 .right li:last-child {
    margin-bottom: 0;
}
.about-page .about-2 .right li:before {
    content: '';
    width: 1px;
    height: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 1.8125em;
    background-color: var(--color);
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-page .about-2 .right li i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 3.5em;
    border: 1px solid #767676;
    color: #767676;
    background-color: white;
}
.about-page .about-2 .right li .content {
    background-color: #e5e5e5;
    padding: 6%;
    min-height: 260px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .right li.active:before {
    height: 100%;
}
.about-page .about-2 .right li.active .content {
    background-color: var(--color);
    color: white;
}
.about-page .about-3 .box {
    background-color: #b6363c;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
}
.about-page .about-3 .box span.h2 {
    line-height: 1.6;
}
.about-page .about-3 .box hr {
    background-color: white;
    margin: 0;
}
.about-page .about-3 .box ul {
    -webkit-column-gap: 2.4em;
    -moz-column-gap: 2.4em;
    column-gap: 2.4em;
    row-gap: 2em;
}
.about-page .about-3 .box ul span.h6 {
    line-height: 2;
}
.about-page .about-3 .box .play {
    cursor: pointer;
    cursor: hand;
}
.about-page .about-3 .box .play img:first-child {
    -webkit-animation: xz 10s linear infinite;
    -moz-animation: xz 10s linear infinite;
    animation: xz 10s linear infinite;
}
.about-page .about-4 {
    overflow: hidden;
}
.about-page .about-4 span.bgtxt {
    white-space: nowrap;
    -webkit-animation: rz 10s linear infinite;
    -moz-animation: rz 10s linear infinite;
    animation: rz 10s linear infinite;
    left: 0;
    top: 25%;
    opacity: .7;
}
.about-page .about-4 span.bgtxt em:nth-child(even) {
    color: transparent;
    -webkit-text-stroke: 2px #969696;
}
.about-page .about-4 span.bgtxt em {
    margin-right: 1em;
}
.about-page .about-4 .o-hide {
    padding-right: 40%;
    margin-right: -40%;
}
.about-page .about-4 ul .slick-list {
    overflow: unset;
}
.about-page .about-4 ul .slick-slide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.about-page .about-4 ul .slick-slide.slick-current ~ .slick-slide {
    margin-top: 2em;
}
.about-page .about-4 ul .slick-slide.slick-current + .slick-slide {
    margin-top: 1em;
}



@media screen and (max-width: 1700px) {
    .about-page .about-5 {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1450px) {
    .about-page .about-3 .box .play {
        zoom: .7;
    }
    .about-page .about-1 .right .text {
        max-height: 500px;
        overflow: auto;
        padding-right: .5em;
    }
}

@media screen and (max-width: 1250px) {
    .about-page .about-1 .right .text {
        max-height: 400px;
    }
    .about-page .about-1 .number ul{
      grid-template-columns: repeat(2, 1fr);
    }
    .about-page .about-1 .number li{
      border: none;
    }
    .about-page .about-3 .box ul {
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        row-gap: 1em;
    }
}

@media screen and (max-width: 1000px) {
  .seoPublic .Auxil-about .box .right div.h3{
    line-height: 1.8;
  } 
    .about-page .about-1 .right {
        padding: 3% !important;
    }
    .about-page .about-1 .right span.h2 {
        margin-bottom: 1em;
    }
    .about-page .about-2 .left {
        position: static;
    }
    .about-page .about-2 .right li .content {
        min-height: 100px;
    }
    .about-page .about-3 .box .play {
        zoom: .5;
    }
    .about-page .about-3 .box ul li:first-child{
      display: none;
    }
}

@media screen and (max-width: 700px) {
    .about-page .about-1 .number ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-page .about-1 .right .text {
        max-height: none;
    }
    .about-page .about-2 .right li i {
        zoom: .7;
    }
    .about-page .about-2 .right li:before {
        left: 1.2em;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-4 .list {
        padding: 0;
    }
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.solu-1 {
  background: var(--color);
  color: #fff;
  padding: 30px;
}

.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}

.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding-top: 110px;
}
.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  /*max-width: 455px;*/
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 25px;
  font-weight: bold;
}
.solu-5 ul.solulist2 li .text span {
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}
.solu-5 ul.solulist2 li .imgbox {
  width: 56%;
}


@media screen and (max-width: 1000px) {
  .solu-2 {
    top: 40px;
  }

  .solu-3 .top .left {
    padding-right: 0;
    width: 100% !important;
  }
  .solu-3 .top .right{
    width: 100% !important;
    margin-top: 20px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }

  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 700px) {
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3{
    padding-bottom: 0;
  }

  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }

}

@media screen and (max-width: 500px) {
  .solu-1{
    padding: 20px 10px;
  }
  .solu-3{
    padding-top: 40px;
  }
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
  .solu-3 .bottom{
    margin-top: 30px;
  }
  .solu-5{
    padding-top: 40px;
  }
  .solu-5 ul.solulist2 li{
    margin-bottom: 40px;
  }
  .solu-5 ul.solulist2 li .text .h3{
    padding-left: 10px;
  }
}


.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

.moreCont2{
    padding: 10px 40px;
    border-radius: 3px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
}
.moreCont2:hover{
  background: #000;
}

@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
  .moreCont2{
    font-size: 16px;
  }
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}


.process-page .item {
  padding: 100px 0;
}
.process-page .item .i-title {
  color: #333;
  font-weight: bold;
}
.process-page .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.process-page .item ul li {
  padding: 25px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.process-page .item ul li .txt {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  font-size: 20px;
  border-radius: 30px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.process-page .item ul li .txt:hover {
  background-color: white;
  color: black;
  border-color: #de3b3a;
}
.process-page .item ul li .txt::after {
  content: "";
  position: absolute;
  left: -webkit-calc(100% + 25px);
  left: -moz-calc(100% + 25px);
  left: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: url(../images/arrow-black.png) no-repeat center;
  width: 14px;
  height: 14px;
}
.process-page .item ul li:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.process-page .item ul li:nth-child(7) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.process-page .item ul li:nth-child(8) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.process-page .item ul li:nth-child(9) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.process-page .item ul li:nth-child(10) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.process-page .item ul li:nth-child(11){
  order: 8;
}
.process-page .item ul li:nth-child(12){
  order: 9;
  margin-left: 0;
}
.process-page .item ul li:nth-child(5) .txt::after,
.process-page .item ul li:nth-child(10) .txt::after {
  left: 50%;
  top: -webkit-calc(100% + 25px);
  top: -moz-calc(100% + 25px);
  top: calc(100% + 25px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.process-page .item ul li:nth-child(6) .txt::after,
.process-page .item ul li:nth-child(7) .txt::after,
.process-page .item ul li:nth-child(8) .txt::after,
.process-page .item ul li:nth-child(9) .txt::after {
  left: auto;
  right: -webkit-calc(100% + 25px);
  right: -moz-calc(100% + 25px);
  right: calc(100% + 25px);
  -webkit-transform: translate(50%, -50%) rotate(225deg);
  -moz-transform: translate(50%, -50%) rotate(225deg);
  -ms-transform: translate(50%, -50%) rotate(225deg);
  transform: translate(50%, -50%) rotate(225deg);
}

.process-page .item ul li:last-child .txt::after {
  content: none;
}
.process-page .item:not(:first-child) {
  padding-top: 0;
}
.process-page .item:nth-child(2) ul li:last-child{
  margin-left: auto;
}


.capability-page{
  padding: 40px 0 100px;
}
.capability-page .content{
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
}

.capability-page .content .des2{
  display: flex;
  flex-wrap: wrap;
}

.capability-page .content .des2 p{
  width: 50%;
}

.capability-page .content p{
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.capability-page .content p::after{
  content: "\e766";
  font-family: "iconfont";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  background: #b6363c;
  color: white;
  text-align: center;
}
.capability-page .list{
  margin-top: 60px;
}
.capability-page .list ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.capability-page .list ul li{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.capability-page .list ul li > img{
  border-radius: inherit;
}
.capability-page .list ul li .title{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
.capability-page .list ul li.two_rows{
  grid-row: span 2;
}


.m-page {
  text-align: center;
  padding-top: 20px;
  margin-top: 60px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 33px;
  height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background: var(--color);
  color: #fff;
}

@media screen and (max-width: 1450px){
  .process-page .item ul li .txt{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px){

  .process-page .item ul li{
    width: 25% !important;
  }
  .process-page .item:nth-child(2) ul li:last-child,
  .process-page .item:nth-child(1) ul li:last-child{
    margin-left: 0;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 4;
  }
  .process-page .item ul li:nth-child(7){
    order: 3;
  }
  .process-page .item ul li:nth-child(8){
    order: 2;
  }
  .process-page .item ul li:nth-child(9){
    order: 6;
  }
  .process-page .item ul li:nth-child(10){
    order: 7;
  }
  .process-page .item ul li:nth-child(8) .txt::after,
  .process-page .item ul li:nth-child(4) .txt::after{
        left: 50%;
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    top: calc(100% + 25px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .process-page .item ul li:nth-child(5) .txt::after{
    left: auto;
    right: -webkit-calc(100% + 25px);
    right: -moz-calc(100% + 25px);
    right: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -moz-transform: translate(50%,-50%) rotate(225deg);
    -ms-transform: translate(50%,-50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
  }
  .process-page .item ul li:nth-child(9) .txt::after,
  .process-page .item ul li:nth-child(10) .txt::after{
    content: "";
    position: absolute;
    left: -webkit-calc(100% + 25px);
    left: -moz-calc(100% + 25px);
    left: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: url(/template/en/images/arrow-black.png) no-repeat center;
    width: 14px;
    height: 14px;
  }
  .process-page .item:nth-child(2) ul li:nth-child(9) .txt::after{
    content: none;
  }
  .process-page .item ul li .txt{
    font-size: 17px;
  }

  .capability-page .list ul li .title{
    padding: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px){
  .process-page .item ul li{
    width: 33% !important;
  }
  .process-page .item:nth-child(1) ul li:last-child{
    margin-left: auto;
  }
  .process-page .item ul li:nth-child(4){
    order: 6;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 4;
  }
  .process-page .item ul li:nth-child(7){
    order: 7;
  }
  .process-page .item ul li:nth-child(8){
    order: 8;
  }
  .process-page .item ul li:nth-child(9){
    order: 9;
  }
  .process-page .item ul li:nth-child(10){
    order: 12;
    margin-left: auto;
  }
  .process-page .item ul li:nth-child(11){
    order: 11;
  }
  .process-page .item ul li:nth-child(12){
    order: 10;
  }
  .process-page .item ul li:nth-child(9) .txt::after,
  .process-page .item ul li:nth-child(6) .txt:after,
  .process-page .item ul li:nth-child(3) .txt::after{
       left: 50%;
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    top: calc(100% + 25px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }  
  .process-page .item ul li:nth-child(4) .txt:after,
  .process-page .item ul li:nth-child(10) .txt::after{
    left: auto;
    right: -webkit-calc(100% + 25px);
    right: -moz-calc(100% + 25px);
    right: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -moz-transform: translate(50%,-50%) rotate(225deg);
    -ms-transform: translate(50%,-50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
  }
  .process-page .item ul li:nth-child(8) .txt:after,
  .process-page .item ul li:nth-child(7) .txt:after{
    left: -webkit-calc(100% + 25px);
    left: -moz-calc(100% + 25px);
    left: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .process-page .item ul li:nth-child(11) .txt::after {
      left: auto;
      right: -webkit-calc(100% + 25px);
      right: -moz-calc(100% + 25px);
      right: calc(100% + 25px);
      top: 50%;
      -webkit-transform: translate(50%, -50%) rotate(225deg);
      -moz-transform: translate(50%,-50%) rotate(225deg);
      -ms-transform: translate(50%,-50%) rotate(225deg);
      transform: translate(50%, -50%) rotate(225deg);
  }

  .capability-page .content .des2 p{
    width: 100%;
  }

  .capability-page .list ul{
    gap: 15px;
  }
  .capability-page .list ul li{
    border-radius: 10px;
  }
}

@media screen and (max-width: 700px){
  
  .process-page .item ul li{
    width: 50% !important;
  }
  .process-page .item ul li:nth-child(1){
    order: 1;
  }
  .process-page .item ul li:nth-child(2){
      order: 2;
  }
  .process-page .item ul li:nth-child(3){
    order: 4;
  }
  .process-page .item ul li:nth-child(4){
    order: 3;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 6;
  }
  .process-page .item ul li:nth-child(7){
    order: 8;
  }
  .process-page .item ul li:nth-child(8){
    order: 7;
  }
  .process-page .item ul li:nth-child(9){
    order: 9;
  }
  .process-page .item ul li:nth-child(10){
    order: 10;
  }
  .process-page .item ul li:nth-child(8) .txt:after,
  .process-page .item ul li:nth-child(6) .txt:after,
  .process-page .item ul li:nth-child(4) .txt:after,
  .process-page .item ul li:nth-child(2) .txt:after,
  .process-page .item ul li:nth-child(10) .txt::after{
    left: 50%;
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    top: calc(100% + 25px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .process-page .item ul li:nth-child(7) .txt:after,
  .process-page .item ul li:nth-child(3) .txt:after{
    left: auto;
    right: -webkit-calc(100% + 25px);
    right: -moz-calc(100% + 25px);
    right: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(225deg);
    -moz-transform: translate(50%,-50%) rotate(225deg);
    -ms-transform: translate(50%,-50%) rotate(225deg);
    transform: translate(50%, -50%) rotate(225deg);
  }
  .process-page .item ul li:nth-child(9) .txt:after,
  .process-page .item ul li:nth-child(5) .txt:after{
    left: -webkit-calc(100% + 25px);
    left: -moz-calc(100% + 25px);
    left: calc(100% + 25px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .capability-page .list ul{
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width: 500px){
  .process-page .item{
    padding: 40px 0;
  }
  .process-page .item ul{
    display: block;
  }
  .process-page .item ul li{
    width: 100% !important;
  }
  .process-page .item ul li:nth-child(1){
    order: 1;
  }
  .process-page .item ul li:nth-child(2){
      order: 2;
  }
  .process-page .item ul li:nth-child(3){
    order: 3;
  }
  .process-page .item ul li:nth-child(4){
    order: 4;
  }
  .process-page .item ul li:nth-child(5){
    order: 5;
  }
  .process-page .item ul li:nth-child(6){
    order: 6;
  }
  .process-page .item ul li:nth-child(7){
    order: 7;
  }
  .process-page .item ul li:nth-child(8){
    order: 8;
  }
  .process-page .item ul li:nth-child(9){
    order: 9;
  }
  .process-page .item ul li:nth-child(10){
    order: 10;
  }
  .process-page .item ul li .txt::after{
    left: 50% !important;
    top: -webkit-calc(100% + 25px) !important;
    top: -moz-calc(100% + 25px) !important;
    top: calc(100% + 25px) !important;
    -webkit-transform: translate(-50%, -50%) rotate(135deg) !important;
    -moz-transform: translate(-50%,-50%) rotate(135deg) !important;
    -ms-transform: translate(-50%,-50%) rotate(135deg) !important;
    transform: translate(-50%, -50%) rotate(135deg) !important;
  }

  .capability-page .list ul{
    grid-template-columns: repeat(1,1fr);
  }
  .capability-page{
    padding: 50px 0 20px;
  }
  .capability-page .content {
    font-size: 17px;
    line-height: 2;
    font-weight: normal;
    color: #333;
  }
  .capability-page .content p::after{
    top: 6px;
  }
  .capability-page .content p{
    margin-bottom: 14px;
  }
  .m-page{
    margin-top: 20px;
  }
}


.faq-page {
  padding: 80px 0;
}
.faq-page .i-title {
  line-height: 1.2;
  margin-bottom: 50px;
}
.faq-page ul li {
  margin-bottom: 20px;
  cursor: pointer;
}
.faq-page ul li .title {
  background: white;
  padding: 20px 40px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.faq-page ul li .title i {
  position: absolute;
  right: 17px;
  top: 25px;
  width: 20px;
  height: 20px;
}
.faq-page ul li .title i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.faq-page ul li .title i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.faq-page ul li .content {
  padding: 20px 40px;
  font-size: 18px;
  color: #333333;
}
.faq-page ul li.active .title i::before {
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}


.product-yd-page .top {
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 70px 0;
  background: url("../images/ipbg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  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;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: var(--color);
  z-index: 10;
}
.product-yd-page .palallax_conts dl: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;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 53%;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.product-yd-page .palallax_conts .description .tit {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 42%;
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right {
  text-align: right;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}

.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: #fff;
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: #fff;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: var(--color);
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: var(--color);
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom 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;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }

  .product-yd-page .palallax_conts .img {
    width: 75%;
    margin: auto;
  }

  .product-yd-page .palallax_conts .description {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .product-yd-page .palallax_conts .description .tit {
    font-size: 24px;
    line-height: 1.5;
  }

  .product-yd-page .palallax_conts .more {
    margin-top: 30px;
  }

  .product-yd-page .palallax_conts dl {
    margin-bottom: 60px;
  }

  .product-yd-page .palallax_conts dl dt {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .palallax_wrap{
    margin-top: 20px;
  }
  .product-yd-page .palallax_conts .img {
    width: 100%;
  }
  .product-yd-page .palallax_wrap{
    padding-bottom: 20px;
  }
}


.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList .cat_des{
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
.productList ul li .img:hover img.def {
  opacity: 0;
}
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 47px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: var(--color);
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
}
.productList ul li .img .more::after{
  background: #f6f5f1;
}
.productList ul li .img .more:hover {
  background-color: #f6f5f1;
  color: #000;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-page .slideBar {
    padding-top: 100px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 60px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--color);
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: var(--color);
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: var(--color);
    color: #fff;
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: var(--color);
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
.product-page .productBox .left {
  width: 25%;
}

.product-page .productBox .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .productBox .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .productBox .left #product-list li a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .productBox .left #product-list li a:hover,
.product-page .productBox .left #product-list li a.active {
  color: #014099;
}
.product-page .productBox .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .productBox .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .productBox .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .productBox .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}


.product-page .productBox .right {
  width: 75%;
  padding-left: 60px;
}

.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
  .product-page .productBox .left {
    display: none;
  }

  .product-page .productBox .right {
    width: 100%;
    padding-left: 0;
  }
  .product-page .slideBar{
    display: none;
  }
}


.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .box .left .small img {
  border: 1px solid #e6e6e6;
}

.prodet-page .prodet-1 .box .right .content h1{
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg2 {
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg2:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  /*padding-left: 90px;
  padding-right: 90px;*/
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding: 5%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .ret ul li .content.form .moreCont2{
  cursor: pointer;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #efefef;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
  .prodet-page .prodet-2 .options ul li a{
    padding: 15px 10px;
  }
}


.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  /*text-transform: uppercase;*/
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #0140991f;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul {
  display: flex;
  flex-wrap: wrap;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 100%;
  min-height: 290px;
  padding: 30px 50px;
  background-color: #fff;
}

.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}


.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #525252;
  padding: 30px 0;
  line-height: 30px;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}

.newdet-page .m-link {
  margin-top: 16px;
}
.newdet-page .m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newdet-page .m-link a:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .newdet-page .m-link {
    text-align: left;
  }
  .news-page {
    text-align: center;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .news-page .content{
    margin-top: 20px;
  }
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }

  .newdet-page .init-1 .container .title{
    font-size: 24px;
    line-height: 1.8;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}


.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
  padding-top: 60px;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 20px
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  /*text-transform: uppercase;*/
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}


.contact-page #addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.contact-page #addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  font-weight: bold;
}
.contact-page #addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
.contact-page #addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
.contact-page #addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
.contact-page #addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page #addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-page #addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
.contact-page #addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}

@media screen and (max-width: 1450px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}


@media screen and (max-width: 1450px) {
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    line-height: 2;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .contact-page #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page #addForm2{
    height: auto;
  }
  .contact-page #addForm2 h4{
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .contact-page #addForm2 .contact-submit{
    margin-top: 20px;
  }
  .contact-page .init-2{
    padding-bottom: 40px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  .contact-page #addForm2 {
    width: 100%;
    padding: 10px;
  }
  .contact-page #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}