@font-face {
  font-family: 'play';
  src: url('../fonts/PlayfairDisplay-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'play';
  src: url('../fonts/PlayfairDisplay-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@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-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-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;
}
.layui-layer-dialog .layui-layer-content{
  word-break: break-word;
}
#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;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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;
  right: 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;
  left: 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%;
  right: 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-left: 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;
  left: 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;
  left: 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 {
    left: 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;
  left: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 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: #144c89;
  --white: #ffffff;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #0b2b4d;
  font-family: 'mon';
  background: #e5f3ff8a;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  /*background: #fff;*/
}
#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;
  right: 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;
  right: 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;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 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;
  right: 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 {
  height: 105px;
  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-right: 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: right;
  -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-right: 40px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-right: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#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: right;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2;
  color: #004a8e;
  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;
  right: 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: #004a8e;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 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: #f1f9ff;
}
#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: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  color: #0b2b4d;
  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 {
  right: 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: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: 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: 8px 14px;
  border: 1px solid var(--color);
  border-radius: 10px;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: #fff;
  color: var(--color);
}
#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%;
  left: 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: right;
}
#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-right: 10px;
  color: #000;
}
#header.inner_active > .nav{
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav {
  padding: 6px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav > .menu .menu-box .left .logo {
  height: 60px;
}
@-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;
}
.font-90 {
  line-height: 1.3;
}
.font-60 {
  line-height: 1.4;
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
#banner .imgList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
#banner .imgList .list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-attachment: fixed;
  display: none;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#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: right;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: var(--white);
  max-width: 890px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-weight: bold;
  font-family: 'play';
  color: var(--color);
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  color: #075ba8;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more {
  display: inline-block;
  width: 280px;
  text-align: center;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  color: var(--color);
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more:hover {
  background-color: var(--color);
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .img2 {
  width: 38%;
  position: absolute;
  bottom: 4%;
  left: 4%;
  height: 100%;
  background-position: bottom center;
}
#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-right: 0;
}
.container {
  width: 1630px;
}
.moreCont {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: var(--color);
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: var(--color);
  opacity: 1;
}
.moreCont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: var(--color);
  right: -100%;
  opacity: 0;
}
.moreCont:hover::after,
.moreCont:hover::before {
  transform: translateX(-100.0%);
  transition: all 0.5s;
  opacity: 0;
}
.moreCont:hover::after {
  transition-delay: 0.1s;
  opacity: 1;
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
#index-body {
  position: relative;
  z-index: 1;
}
#index-body .init-1 {
  height: 60px;
  background-color: var(--color);
}
#index-body .init-1 .textAniC {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#index-body .init-1 .textAniC .text .c {
  font-size: 20px;
  font-weight: Regular;
  /*text-transform: uppercase;*/
  color: #f6f6f6;
  line-height: 2.8;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}
#index-body .init-1 .textAniC .text .c span {
  margin-right: 150px;
}
#index-body .init-2 {
  background-attachment: fixed;
  background-size: cover;
}
#index-body .init-2 .container .tipsTitle {
  font-family: 'play';
  font-size: 110px;
  color: var(--color);
  line-height: 1.2;
}
#index-body .init-2 .container .des {
  max-width: 1200px;
  margin: 40px auto 0;
  text-align: center;
  line-height: 1.8;
}
#index-body .init-3 .imgList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
#index-body .init-3 .imgList li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  display: none;
  background-attachment: fixed;
}
#index-body .init-3 .container ul li .box {
  height: 880px;
}
#index-body .init-3 .container ul li .box .title {
  display: block;
  font-weight: bold;
  color: #144c89;
  font-family: 'play';
  text-shadow: 8px 8px 10px rgba(4, 55, 74, 0.4);
}
#index-body .init-3 .container ul li .box .des {
  max-width: 640px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .sInfo {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 30px 40px;
}
#index-body .init-3 .sInfo .btn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#index-body .init-3 .sInfo .btn .img {
  width: 22px;
  height: 12px;
}
#index-body .init-3 .sInfo .btn:hover {
  background-color: var(--color);
}
#index-body .init-3 .sInfo .btn:hover .img {
  filter: invert(1) brightness(5);
}
#index-body .init-3 .sInfo .sPage {
  width: 620px;
}
#index-body .init-3 .sInfo .sPage .lineC {
  flex: 1;
  background-color: rgba(20, 77, 137, 0.3);
  height: 2px;
  position: relative;
}
#index-body .init-3 .sInfo .sPage .lineC .swiper-pagination-progressbar {
  background-color: rgba(0, 0, 0, 0);
  top: -2px;
}
#index-body .init-3 .sInfo .sPage .lineC .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 100%;
  background-color: var(--color);
}
#index-body .init-4 .container .content {
  margin: auto;
  max-width: 1200px;
}
#index-body .init-4 .container .content .left {
  width: 36%;
}
#index-body .init-4 .container .content .left .tips {
  text-transform: uppercase;
  font-family: 'play';
}
#index-body .init-4 .container .content .left .imgC {
  perspective: 300px;
  transform-style: preserve-3d;
}
#index-body .init-4 .container .content .left .imgC img {
  transition: all 0.5s;
  border-radius: 90px;
  box-shadow: 10px 10px 10px rgba(0, 73, 142, 0.3);
}
#index-body .init-4 .container .content .left .imgC:hover img {
  transform: rotateX(10deg);
  box-shadow: 20px 20px 20px rgba(0, 73, 142, 0.3);
}
#index-body .init-4 .container .content .right {
  width: 42%;
}
#index-body .init-4 .container .content .right .tips {
  font-family: 'play';
}
#index-body .init-4 .container .content .right .listCont ul li .box {
  font-family: 'play';
}
#index-body .init-4 .container .content .right .listCont ul li .box .top {
  color: #36a9fa;
  line-height: 1;
  font-size: 100px;
  font-weight: bold;
}
#index-body .init-4 .container .content .right .listCont ul li .box .top .hwaq-num-strip>*{
  line-height: 0.7em;
}
#index-body .init-4 .container .content .right .listCont ul li .box .bottom {
  color: #2f2f2f;
}
#index-body .init-4 .container .content .right .listCont ul li .box:hover {
  transform: translateY(-10px);
}
#index-body .init-5 {
  background-size: cover;
}
#index-body .init-5 .container .line {
  width: 80px;
  height: 10px;
  background-color: var(--color);
}
#index-body .init-5 .container .tips {
  font-weight: bold;
  font-family: 'play';
  text-transform: uppercase;
}
#index-body .init-5 .container .content {
  max-width: 1130px;
  margin-right: auto;
}
#index-body .init-5 .container .content .left,
#index-body .init-5 .container .content .right {
  width: 480px;
}
#index-body .init-5 .container .content .right {
  margin-right: auto;
}
#index-body .init-5 .container .content .left .list {
  margin-top: 280px;
}
#index-body .init-5 .container .content .list {
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
#index-body .init-5 .container .content .list .img {
  width: 20px;
  height: 20px;
  margin-top: 6px;
}
#index-body .init-5 .container .content .list .cont {
  width: calc(100% - 30px);
}
#index-body .init-5 .container .content .list .cont .title {
  font-weight: bold;
  color: #36a9fa;
}
#index-body .init-5 .container .content .list .cont .des {
  font-weight: 500;
  line-height: 1.8;
}
#index-body .init-6 {
  background-size: cover;
}
#index-body .init-6 .container .left {
  padding-left: 130px;
  width: 48%;
}
#index-body .init-6 .container .left .line {
  width: 80px;
  height: 10px;
  background-color: var(--color);
}
#index-body .init-6 .container .left .sPage {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-6 .container .left .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #dde2ec;
  transition: all 0.5s;
}
#index-body .init-6 .container .left .sPage .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-6 .container .left .title {
  font-weight: bold;
  font-family: 'play';
  color: #36a9fa;
  display: block;
}
#index-body .init-6 .container .left .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .left .des {
  line-height: 2;
}
#index-body .init-6 .container .left .tipsTitle {
  font-family: 'play';
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-6 .container .left .btnC {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .init-6 .container .left .btnC .btn {
  width: 50px;
  height: 50px;
  background-color: #dde2ec;
  border-radius: 50%;
  margin: 4px 0;
  cursor: pointer;
}
#index-body .init-6 .container .left .btnC .btn .img {
  width: 22px;
  height: 12px;
  transform: rotate(140deg);
}
#index-body .init-6 .container .left .btnC .btn:hover {
  background-color: #36a9fa;
}
#index-body .init-6 .container .left .btnC .btn:hover .img {
  filter: grayscale(1) brightness(5);
}
#index-body .init-6 .container .left .btnC .next .img {
  transform: rotate(-40deg);
}
#index-body .init-6 .container .right {
  width: 44%;
}
#index-body .init-6 .container .right img {
  width: 100%;
  border-radius: 100px;
}
#index-body .init-7 {
  background-size: cover;
}
#index-body .init-7 .container .content {
  max-width: 1250px;
}
#index-body .init-7 .container .content .tips {
  font-family: 'play';
  font-weight: bold;
}
#index-body .init-7 .container .content .rightCont {
  width: 770px;
}
#index-body .init-7 .container .content .rightCont .des {
  line-height: 2;
}
#index-body .init-7 .container .content .rightCont .more {
  display: inline-block;
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
  border-radius: 10px;
  text-transform: uppercase;
  padding: 12px;
  width: 270px;
  text-align: center;
}
#index-body .init-7 .container .content .rightCont .more:hover {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-7 .container .content .rightCont .title2 {
  font-weight: bold;
  font-family: 'play';
  line-height: 1.2;
  margin-top: 130px;
  color: #144c89;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
#footer .fTop .container .left .tips {
  font-weight: bold;
  font-family: 'play';
  color: #144c89;
}
#footer .fTop .container .left .tipsDes {
  max-width: 460px;
}
#footer .fTop .container .right {
  margin-top: -30px;
  width: 650px;
}
#footer .fTop .container .right .list {
  margin-top: 40px;
}
#footer .fTop .container .right .list .tips {
  color: #144c89;
  font-family: 'play';
  font-weight: bold;
}
#footer .fTop .container .right .list .des {
  margin-top: 10px;
}
#footer .fTop .container .right .list1 {
  width: 350px;
}
#footer .fTop .container .right .list2 {
  width: 220px;
}
#footer .fTop .container .line {
  width: 100%;
  height: 1px;
  background-color: #9eb5c6;
}
#footer .fBottom .container .listCont {
  margin-top: 40px;
}
#footer .fBottom .container .listCont .first {
  font-weight: bold;
  text-transform: uppercase;
  color: #144c89;
  font-family: 'play';
  margin-bottom: 16px;
}
#footer .fBottom .container .listCont .list {
  margin-top: 10px;
  color: #0b2b4d;
  font-weight: 500;
}
#footer .fBottom .container .listCont .list a {
  position: relative;
  display: inline-block;
}
#footer .fBottom .container .listCont .list a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #0b2b4d;
  right: 0;
  transform-origin: right;
  transition: all 0.5s;
  transform: scaleX(0);
  opacity: 0;
}
#footer .fBottom .container .listCont .list a:hover {
  transform: translateX(-5.0px);
}
#footer .fBottom .container .listCont .list a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
#footer .fBottom .container .listCont #ewm {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 4px;
}
#footer .fBottom .container .listCont form input {
  width: calc(50% - 5px);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #d6e1e8;
}
#footer .fBottom .container .listCont form .content {
  width: 100%;
  margin-top: 20px;
}
#footer .fBottom .container .listCont form .submit {
  cursor: pointer;
}
#footer .fBottom .container .listCont1 {
  width: 190px;
}
#footer .fBottom .container .listCont2 {
  width: 190px;
}
#footer .fBottom .container .listCont3 {
  width: 190px;
}
#footer .fBottom .container .listCont4 {
  width: 360px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #808080;
  background-color: rgba(232, 232, 232, 0.3);
  color: #2d2d2d;
  background-size: cover;
}
#footer .copyright .container {
  padding-top: 14px;
  padding-bottom: 14px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #2d2d2d;
  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: 1700px) {
  #index-body .init-3 .imgList li {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  #index-body .init-3 .container ul li .box {
    height: 700px;
  }
}
@media (max-width: 1450px) {
  #index-body .init-2 .container .tipsTitle {
    font-size: 90px;
  }
  #index-body .init-4 .container .content .right .listCont ul li .box .top {
    font-size: 90px;
  }
}
@media (max-width: 1250px) {
  #banner .imgList .list {
    background-attachment: unset;
  }
  #index-body .init-4 .container .content .right .listCont ul li .box .top {
    font-size: 80px;
  }
  #index-body .init-5 .container .content .list {
    margin-top: 40px;
  }
  #index-body .init-5 .container .content .left,
  #index-body .init-5 .container .content .right {
    width: 100%;
    margin-top: 0;
  }
  #index-body .init-5 .container .content .left .list {
    margin-top: 40px;
  }
  #index-body .init-7 .container .content .tips {
    width: 100%;
  }
  #index-body .init-7 .container .content .rightCont {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .right {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-2 .container .tipsTitle {
    font-size: 60px;
  }
  #index-body .init-3 .container ul li .box .des {
    text-shadow: 1px 1px 1px #ffffff;
  }
  #index-body .init-3 .sInfo .sPage {
    width: 450px;
  }
  #index-body .init-4 .container .content .right .listCont ul li .box .top {
    font-size: 60px;
  }
  #index-body .init-6 .container .left {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-6 .container .left .sPage {
    position: relative;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .container .tipsTitle {
    font-size: 40px;
  }
  #index-body .init-3 .sInfo {
    padding: 20px 10px;
  }
  #index-body .init-3 .sInfo .btn {
    width: 40px;
    height: 40px;
  }
  #index-body .init-3 .sInfo .sPage {
    width: calc(100% - 100px);
  }
  #index-body .init-3 .container ul li .box {
    height: 500px;
  }
  #index-body .init-3 .imgList li {
    background-size: cover;
  }
  #index-body .init-4 .container .content .left {
    width: 100%;
  }
  #index-body .init-4 .container .content .left .imgC:hover img {
    transform: rotateX(0);
    box-shadow: 10px 10px 10px rgba(0, 73, 142, 0.3);
  }
  #index-body .init-4 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-4 .container .content .right .listCont ul li .box .top {
    font-size: 50px;
  }
  #footer .fTop .container .right {
    margin-top: 20px;
  }
  #footer .fTop .container .right .list {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fBottom .container .listCont4 {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 40vh;
  }
  #index-body .init-2 .container .tipsTitle {
    font-size: 30px;
  }
  #index-body .init-2 .container .des {
    margin-top: 20px;
  }
  #index-body .init-5 .container .content .list .img {
    margin-top: 0;
  }
  #index-body .init-5 .container .content .list {
    padding: 30px 16px;
  }
  #index-body .init-5 .container .content .list .cont {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .init-7 .container .content .rightCont .title2 {
    margin-top: 30px;
  }
  #footer .fBottom .container .listCont form input {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fBottom .container .listCont form .name {
    margin-top: 0;
  }
}

@keyframes rotAni3{
  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);
  }
}

/*inner-page*/
.inner-banner {
  min-height: 400px;
  padding: 10px 0;
  margin-top: 140px;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner.pro{
  min-height: auto;
}
.inner-banner .container{
  max-width: 1400px;
}
.inner-banner .container .catNmae {
  font-weight: bold;
  font-family: 'play';
  color: #0b2b4d;
  line-height: 1.6;
}
.inner-banner .container .mbx {
  color: #144c89;
  line-height: 2;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
.wid-1400 {
  max-width: 1400px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page span:hover {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.m-page .current {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.publicPro .init-1 .container {
  width: 1510px;
}
.publicPro .init-1 .container .left {
  width: 58%;
}
.publicPro .init-1 .container .left .play {
  z-index: 3;
  width: 104px;
  height: 104px;
  position: absolute;
  top: -50px;
  left: -50px;
  cursor: pointer;
}
.publicPro .init-1 .container .left .play .playImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.publicPro .init-1 .container .left .play .playImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: rotAni3 10s linear infinite;
  -moz-animation: rotAni3 10s linear infinite;
  -o-animation: rotAni3 10s linear infinite;
  animation: rotAni3 10s linear infinite;
}
.publicPro .init-1 .container .left .play .playImg2 .playImg3 {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  z-index: 3;
  -webkit-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.publicPro .init-1 .container .left .play i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-right: 8px;
}
.publicPro .init-1 .container .left .img {
  width: 100%;
}
.publicPro .init-1 .container .left .cont {
  padding: 0 50px 0 20px;
}
.publicPro .init-1 .container .left .cont .title {
  font-weight: bold;
  font-family: 'play';
  line-height: 1.6;
}
.publicPro .init-1 .container .left .cont .des {
  color: #144c89;
  line-height: 1.8;
}
.publicPro .init-1 .container .right {
  margin-top: 190px;
  width: 38%;
}
.publicPro .init-1 .container .right .img {
  width: 100%;
}
.publicPro .init-2 {
  background-color: #f0efeb;
  background-image: url(/template/en/images/index_2.jpg);
}
}
.publicPro .init-2 .container .tipsTitle {
  font-weight: bold;
  font-family: 'play';
  text-align: center;
}
.publicPro .init-2 .container .content ul li {
  width: 25%;
}
.publicPro .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  font-family: 'play';
}
.publicPro .init-3 .container .content ul li .box .title .cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #36a9fa;
  margin-top: 6px;
}
.publicPro .init-3 .container .content ul li .box .title:hover{
  color: var(--color);
}
.publicPro .init-3 .container .content ul li .box .title .titleText {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  margin-right: auto;
  font-weight: 700;
  font-family: 'play';
  line-height: 1.8;
}
.publicPro .init-3 .container .content ul li .box .des {
  color: #666666;
  /*overflow: hidden;*/
  -o-text-overflow: ellipsis;
  /*text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.publicPro .init-3 .container .content ul li .box .moreC {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.publicPro .init-3 .container .content ul li .box .moreC .more {
  text-transform: uppercase;
  margin-top: 10px;
  width: 190px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.publicPro .init-3 .container .content ul li .box .moreC .more:hover {
  background-color: #000;
}
.publicPro .init-3 .container .content ul li .box .moreC .time {
  font-family: 'play';
  color: #36a9fa;
  line-height: 28px;
}
.publicPro .init-4 {
  background-color: #f0efeb;
  background-image: url(/template/en/images/index_2.jpg);
}
.publicPro .init-4 .container .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.publicPro .init-4 .container form input {
  padding: 10px 10px;
  border: 1px solid #144c8938;
  width: 49%;
  margin-top: 20px;
}
.publicPro .init-4 .container form textarea {
  width: 100%;
  border: 1px solid #f2f2f2;
  margin-top: 20px;
  padding: 10px 10px;
}
.publicPro .init-4 .container form .btn {
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  margin-top: 20px;
  border-radius: 10px;
}
.publicPro .init-4 .container form .btn:hover {
  background-color: #000;
}
.publicPro .init-5 .container .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.publicPro .init-5 .container .text {
  color: #666;
}
@media (max-width: 1450px) {
  .publicPro .init-3 .container .content ul li .box .title .cir {
    margin-top: 4px;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    min-height: auto;
    padding: 40px 0;
  }
  .publicPro .init-1 .container .left {
    width: 100%;
  }
  .publicPro .init-1 .container .left .cont {
    padding: 0;
  }
  .publicPro .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .publicPro .init-4 .container form input {
    width: 100%;
  }
}

.about-page .init-1 {
  overflow: hidden;
  position: relative;
  background-image: url(/template/en/images/index_2.jpg);
}
.about-page .init-1 .sub {
  width: 1600px;
  height: 360px;
  position: absolute;
  top: 90px;
  left: -60px;
  background-position: left center;
}
.about-page .init-1 .container .content {
  position: relative;
  padding-left: 110px;
}
.about-page .init-1 .container .content .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.about-page .init-1 .container .content .des {
  color: #144c89;
  line-height: 30px;
}
.about-page .init-1 .container .listCont {
  width: 100%;
}
.about-page .init-1 .container .listCont ul {
  padding-top: 30px;
}
.about-page .init-1 .container .listCont ul li {
  padding: 0 30px;
  margin-top: 20px;
}
.about-page .init-1 .container .listCont ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-1 .container .listCont ul li .box .hwaq-num-strip>*{
  line-height: 0.7em;
}
.about-page .init-1 .container .listCont ul li .box .top {
  line-height: 1;
}
.about-page .init-1 .container .listCont ul li .box .top .num {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'play';
  color: #144c89;
  position: relative;
}
.about-page .init-1 .container .listCont ul li .box .top .num .sub2 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .listCont ul li .box .top .num .sub1 {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 1;
  color: #fff;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #144c8933;
}
.about-page .init-1 .container .listCont ul li .box .top .sub3 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: -10px;
}
.about-page .init-1 .container .listCont ul li .box .bottom {
  color: #7c7c7c;
  margin-top: 10px;
  line-height: 28px;
}
.about-page .init-1 .container .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-2 .container {
  max-width: 1510px;
}
.about-page .init-2 .container .left {
  width: 58%;
}
.about-page .init-2 .container .left .play {
  z-index: 3;
  width: 104px;
  height: 104px;
  position: absolute;
  top: -50px;
  left: -50px;
  cursor: pointer;
}
.about-page .init-2 .container .left .play .playImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.about-page .init-2 .container .left .play .playImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: rotAni3 10s linear infinite;
  -moz-animation: rotAni3 10s linear infinite;
  -o-animation: rotAni3 10s linear infinite;
  animation: rotAni3 10s linear infinite;
}
.about-page .init-2 .container .left .play .playImg2 .playImg3 {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  z-index: 3;
  -webkit-filter: grayscale(1) brightness(10);
  filter: grayscale(1) brightness(10);
}
.about-page .init-2 .container .left .play i {
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-right: 8px;
}
.about-page .init-2 .container .left .img {
  width: 100%;
}
.about-page .init-2 .container .left .cont {
  padding: 0 10px 0 20px;
}
.about-page .init-2 .container .left .cont .title {
  font-weight: bold;
  font-family: 'play';
}
.about-page .init-2 .container .left .cont .des {
  color: #144c89;
  line-height: 1.8;
}
.about-page .init-2 .container .right {
  margin-top: 190px;
  width: 38%;
}
.about-page .init-2 .container .right .img {
  width: 100%;
}
.about-page .init-3 {
  position: relative;
  z-index: 2;
}
.about-page .init-3 .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: var(--color);*/
  background-image: url(/template/en/images/index_2.jpg);
}
.about-page .init-3 .container .left {
  width: 60%;
}
.about-page .init-3 .container .left img {
  /*max-width: 2000px;*/
  width: -webkit-calc(200%);
  width: -moz-calc(200%);
  width: calc(100% + 100px);
  position: relative;
  right: 0px;
}
.about-page .init-3 .container .right {
  width: 40%;
  padding: 40px 60px 30px 0;
  color: #0b2b4d;
  line-height: 1.8;
}
.about-page .init-3 .container .right .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.about-page .init-4 .container .content {
  position: relative;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.about-page .init-4 .container .content img {
  display: block;
  margin: auto;
}
.about-page .init-4 .container .content .cont {
  max-width: 570px;
  margin: auto;
}
.about-page .init-4 .container .content .title {
  font-weight: bold;
  font-family: 'play';
}
.about-page .init-4 .container .content .title2 {
  font-weight: bold;
  color: var(--color);
}
.about-page .init-4 .container .content .des {
  color: #36a9fa;
  text-transform:uppercase;
  font-family: 'play';
  font-style:italic;
}
.about-page .init-4 .container .content .slickBtn div {
  position: absolute;
  width: 28px;
  height: 20px;
  bottom: 10px;
  left: 110px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.5;
}
.about-page .init-4 .container .content .slickBtn div:hover {
  opacity: 1;
}
.about-page .init-4 .container .content .slickBtn .prev {
  right: 110px;
  left: unset;
}
.about-page .init-5 .container .titleC .left {
  max-width: 870px;
}
.about-page .init-5 .container .titleC .left .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.about-page .init-5 .container .titleC .left .des {
  color: #144c89;
  line-height: 1.8;
}
.about-page .init-5 .container .titleC .more {
  border: 2px solid #0b2b4d;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 10px;
}
.about-page .init-5 .container .titleC .more .moreImg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.about-page .init-5 .container .titleC .more:hover {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-5 .container .titleC .more:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-6 {
  position: relative;
}
.about-page .init-6 .container {
  max-width: 1450px;
}
.about-page .init-6 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .container .content {
  padding: 120px 0;
}
.about-page .init-6 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}
.about-page .init-6 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  left: -60px;
  border: 2px solid #36a9fa;
  z-index: -1;
}
.about-page .init-6 .container .content .left .cont {
  background-color: var(--color);
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}
.about-page .init-6 .container .content .left .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.about-page .init-6 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}
.about-page .init-6 .container .content .right .more {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}
.about-page .init-6 .container .content .right .more .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .init-6 .container .content .right .more:hover {
  letter-spacing: 4px;
}
.about-page .init-6 .container .content .right .more:hover .sub {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .content {
    padding: 0;
  }
  .about-page .init-2 .container .left {
    width: 100%;
  }
  .about-page .init-2 .container .left .cont {
    padding: 0;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 {
    padding: 20px 0;
  }
  .about-page .init-3 .shadow {
    width: 100%;
  }
  .about-page .init-3 .container .left {
    width: 100%;
  }
  .about-page .init-3 .container .left img {
    width: 100%;
    right: 0;
  }
  .about-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content .slickBtn {
    height: 40px;
  }
  .about-page .init-4 .container .content .slickBtn div {
    left: 0;
  }
  .about-page .init-4 .container .content .slickBtn .prev {
    right: 0;
  }
  .about-page .init-6 .container .img1 {
    width: 100%;
    right: 0;
    height: auto;
    position: relative;
  }
  .about-page .init-6 .container .content {
    padding: 0;
    width: 100%;
  }
  .about-page .init-6 .container .content .left {
    width: 100%;
  }
  .about-page .init-6 .container .content .left .sub {
    display: none;
  }
  .about-page .init-6 .container .content .left .cont {
    padding: 20px 10px;
  }
  .about-page .init-6 .container .content .right {
    width: 100%;
  }
  .about-page .init-6 .container .content .right .more {
    color: #000;
  }
  .about-page .init-6 .container .content .right .more .sub {
    background: #000;
    margin-top: 10px;
  }
  .about-page .init-6 .container .content .right .more:hover {
    letter-spacing: 1px;
  }
}
.production-page .init-1 {
  position: relative;
  overflow: hidden;
  background-image: url(/template/en/images/index_2.jpg);
}
.production-page .init-1 .subImg {
  position: absolute;
  width: 1300px;
  max-width: 100%;
  height: 190px;
  top: 15px;
  right: 0px;
}
.production-page .init-1 .container .content ul li .box .left {
  padding-left: 40px;
  width: 54%;
}
.production-page .init-1 .container .content ul li .box .left .title {
  font-weight: bold;
  font-family: 'play';
}
.production-page .init-1 .container .content ul li .box .left .des {
  color: #144c89;
  line-height: 30px;
}
.production-page .init-1 .container .content ul li .box .left .des strong {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  color: #242424;
  margin-bottom: 10px;
  font-family: 'play';
}
.production-page .init-1 .container .content ul li .box .right {
  width: 46%;
}
.production-page .init-1 .container .content ul li .box .right img {
  width: 100%;
}
.production-page .init-1 .container .listCont {
  padding-top: 20px;
}
.production-page .init-1 .container .listCont .listC {
  width: 100%;
}
.production-page .init-1 .container .listCont .listC.listC2 {
  -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;
}
.production-page .init-1 .container .listCont .list {
  margin-top: 40px;
  font-weight: 500;
  position: relative;
}
.production-page .init-1 .container .listCont .list .listText {
  cursor: pointer;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.production-page .init-1 .container .listCont .list .listImg {
  display: none;
}
.production-page .init-1 .container .listCont .list.active .listText {
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.production-page .init-1 .container .listCont .listImg {
  width: 36px;
  height: 26px;
  margin: 40px 10px 0;
}
.production-page .init-1 .container .listCont .listImg.listImg2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.production-page .init-1 .container .listCont .list3 .listImg {
  display: block;
  bottom: -34px;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
.production-page .init-5 .tipsTitle{
    font-weight: bold;
    font-family: 'play';
}
@media (max-width: 1000px) {
  .production-page .init-1 .container .listCont .listImg {
    width: 20px;
    height: 10px;
    margin: 40px 2px 0;
  }
  .production-page .init-1 .container .listCont .list3 .listImg {
    bottom: -26px;
  }
  .production-page .init-1 .container .content ul li .box .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .production-page .init-1 .container .content ul li .box .left {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .production-page .init-1 .container .listCont .listImg {
    display: none;
  }
  .production-page .init-1 .container .listCont .list3 .listImg {
    display: none;
  }
  .production-page .init-1 .container .listCont .listC {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-page .init-1 .container .listCont .list {
    width: 50%;
  }
  .production-page .init-1 .container .listCont .listC.listC2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 500px) {
  .production-page .init-1 .container .listCont .list {
    width: 100%;
    margin-top: 10px;
    line-height: 2;
  }
  .production-page .init-1 .container .content ul li .box .left .des strong {
    font-size: 22px;
  }
}
.sustainability-page .init-1 .container {
  max-width: 1500px;
}
.sustainability-page .init-1 .container .left {
  width: 46%;
}
.sustainability-page .init-1 .container .left .img {
  width: 100%;
}
.sustainability-page .init-1 .container .right {
  width: 54%;
  padding-right: 50px;
}
.sustainability-page .init-1 .container .right .title {
  font-weight: bold;
  font-family: 'play';
}
.sustainability-page .init-1 .container .right .title2 {
  font-weight: bold;
  font-family: 'play';
  color: var(--color);
  line-height: 1.4;
}
.sustainability-page .init-1 .container .right .des {
  color: #144c89;
  line-height: 1.8;
}
.sustainability-page .init-2 {
  background-color: #f0efeb;
  background-image: url(/template/en/images/index_2.jpg);
}
.sustainability-page .init-2 .container .tipsTitle {
  font-weight: bold;
  font-family: 'play';
  text-align: center;
}
.sustainability-page .init-2 .container .content ul li .box {
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 40px 80px 40px 180px;
  overflow: hidden;
}
.sustainability-page .init-2 .container .content ul li .box .title {
  font-family: 'play';
}
.sustainability-page .init-2 .container .content ul li .box .des {
  color: #144c89;
}
.sustainability-page .init-2 .container .content ul li .box .num {
  font-size: 170px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-family: 'play';
  font-style: italic;
  color: #36a9fa;
}
.sustainability-page .init-2 .container .content ul li .box:hover .num {
  color: var(--color);
}
.sustainability-page .init-3 .container {
  max-width: 1630px;
}
.sustainability-page .init-3 .container .left {
  padding-left: 90px;
  width: 50%;
}
.sustainability-page .init-3 .container .left .title {
  font-weight: bold;
  font-family: 'play';
}
.sustainability-page .init-3 .container .left .des {
  color: var(--color);
  font-weight: bold;
  font-family: 'play';
}
.sustainability-page .init-3 .container .left .listC .list .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  margin-top: 8px;
}
.sustainability-page .init-3 .container .left .listC .list .text {
  width: -webkit-calc(90%);
  width: -moz-calc(90%);
  width: calc(100% - 10px);
  color: #144c89;
  padding-right: 16px;
  line-height: 1.8;
}
.sustainability-page .init-3 .container .right {
  width: 50%;
}
.sustainability-page .init-3 .container .right .img {
  display: block;
  position: relative;
  width: -webkit-calc(264%);
  width: -moz-calc(264%);
  width: calc(100% + 164px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sustainability-page .init-4 {
  background-color: #f0efeb;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sustainability-page .init-4 .shadow {
  background-color: var(--color);
  height: 420px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.sustainability-page .init-4 .container {
  max-width: 1620px;
}
.sustainability-page .init-4 .container .tipsTitle {
  font-weight: bold;
  font-family: 'play';
  color: #fff;
}
.sustainability-page .init-4 .container .content {
  position: relative;
  max-width: 1368px;
  margin: 60px auto 0;
}
.sustainability-page .init-4 .container .content ul li {
  height: 100%;
}
.sustainability-page .init-4 .container .content ul li .box {
  height: 100%;
  background-color: #fff;
}
.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.sustainability-page .init-4 .container .content ul li .box .cont {
  padding: 40px 30px;
}
.sustainability-page .init-4 .container .content ul li .box .cont .title {
  font-family: 'play';
  line-height: 40px;
}
.sustainability-page .init-4 .container .content ul li .box .cont .des {
  color: #666666;
  line-height: 30px;
}
.sustainability-page .init-4 .container .content .slickBtn div {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 120px;
  left: -120px;
}
.sustainability-page .init-4 .container .content .slickBtn div i {
  font-size: 30px;
}
.sustainability-page .init-4 .container .content .slickBtn div:hover {
  background-color: #36a9fa;
  color: #fff;
}
.sustainability-page .init-4 .container .content .slickBtn .prev {
  right: -120px;
}
.sustainability-page .init-5 .container .content1 {
  max-width: 1120px;
  margin: auto;
}
.sustainability-page .init-5 .container .content1 ul li {
  padding: 10px;
}
.sustainability-page .init-5 .container .content1 ul li .box {
  text-align: center;
}
.sustainability-page .init-5 .container .content1 ul li .box img {
  height: 80px;
}
.sustainability-page .init-5 .container .content1 ul li .box .text {
  font-family: 'play';
}
.sustainability-page .init-5 .container .content2 {
  max-width: 1430px;
  margin: auto;
}
.sustainability-page .init-5 .container .content2 .img {
  position: relative;
  z-index: 1;
}
.sustainability-page .init-5 .container .content2 .cont {
  padding: 60px 80px;
  background-color: var(--color);
  max-width: 820px;
  margin: -160px auto 0 0;
  position: relative;
  z-index: 2;
}
.sustainability-page .init-5 .container .content2 .cont .title {
  font-weight: bold;
  font-family: 'play';
  color: #fff;
}
.sustainability-page .init-5 .container .content2 .cont .des {
  color: #fff;
  line-height: 30px;
}
.sustainability-page .init-5 .container .content2 .img2 {
  display: block;
  margin: -110px auto 0 240px;
}
@media (max-width: 1250px) {
  .sustainability-page .init-2 .container .content ul li .box .num {
    font-size: 110px;
  }
  .sustainability-page .init-2 .container .content ul li .box {
    padding: 40px 20px 40px 80px;
  }
  .sustainability-page .init-5 .container .content2 .img2 {
    margin-left: 20px;
  }
  .sustainability-page .init-5 .container .content2 .img {
    width: 100%;
  }
  .sustainability-page .init-5 .container .content2 .cont {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
  }
  .sustainability-page .init-5 .container .content2 .img2 {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .sustainability-page .init-1 .container .left {
    width: 100%;
  }
  .sustainability-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainability-page .init-3 .container .left {
    width: 100%;
    padding: 0;
  }
  .sustainability-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .sustainability-page .init-3 .container .right .img {
    width: 100%;
  }
  .sustainability-page .init-4 .container .content .slickBtn .prev {
    right: 10px;
  }
  .sustainability-page .init-4 .container .content .slickBtn .next {
    right: unset;
    left: 10px;
  }
  .sustainability-page .init-5 .container .content2 .cont {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .sustainability-page .init-2 .container .content ul li .box .num {
    font-size: 80px;
  }
  .sustainability-page .init-2 .container .content ul li .box {
    padding: 40px 10px;
  }
  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }
  .sustainability-page .init-5 .container .content1 ul{
    justify-content: center;
  }
  .sustainability-page .init-5 .container .content1 ul li{
    width: 100%;
  }
}
.oem-page .init-1 .container {
  max-width: 1420px;
}
.oem-page .init-1 .container .left {
  width: 44%;
}
.oem-page .init-1 .container .left img {
  width: 100%;
}
.oem-page .init-1 .container .right {
  width: 56%;
  padding-right: 60px;
}
.oem-page .init-1 .container .right .tipsTitle {
  font-weight: bold;
  font-family: 'play';
}
.oem-page .init-1 .container .right .tipsDes {
  font-weight: bold;
  font-family: 'play';
  color: var(--color);
}
.oem-page .init-1 .container .right .content ul li .box {
  position: relative;
}
.oem-page .init-1 .container .right .content ul li .box .title {
  padding: 16px 30px 16px 60px;
  position: relative;
  font-family: 'play';
  cursor: pointer;
  line-height: 1.6;
}
.oem-page .init-1 .container .right .content ul li .box .title i {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.oem-page .init-1 .container .right .content ul li .box .des {
  border-top: 1px solid #144c89;
  color: #144c89;
  padding: 20px 50px;
  background-color: #d7eeff;
  display: none;
  line-height: 30px;
}
.oem-page .init-1 .container .right .content ul li.active .box .title {
  background-color: #d7eeff;
}
.oem-page .init-1 .container .right .content ul li.active .box .title i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.oem-page .init-2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.oem-page .init-2 .shadow {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  right: 0;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.oem-page .init-2 .container .tipsTitle {
  font-weight: bold;
  font-family: 'play';
  text-align: center;
}
.oem-page .init-2 .container .des {
  max-width: 850px;
  margin: 30px auto 0;
  /*line-height: 2;*/
  text-align: center;
}
.oem-page .init-2 .container .box .cont{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 20px 10px;
}
.oem-page .init-2 .container .box .cont .cont2{
  max-height: 90%;
  overflow-y: auto;
  padding-left: 4px;
}
.oem-page .init-2 .container .box .cont .title{
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .oem-page .init-1 .container .left {
    width: 100%;
    max-width: 400px;
  }
  .oem-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title i {
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title {
    padding: 16px 16px 16px 30px;
  }
  .oem-page .init-1 .container .right .content ul li .box .des {
    padding: 16px;
  }
}


/*inner-page*/



.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-left: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-left: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-color: var(--color);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3 sease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}


.news-page .news-1 .box {
  padding: 3% 5%;
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box form {
  height: 3.75em;
  border: 1px solid white;
}
.news-page .news-1 .box form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.8em;
}
.news-page .news-1 .box form input::-webkit-input-placeholder {
  color: white;
}
.news-page .news-1 .box form input:-moz-placeholder {
  color: white;
}
.news-page .news-1 .box form input::-moz-placeholder {
  color: white;
}
.news-page .news-1 .box form input:-ms-input-placeholder {
  color: white;
}
.news-page .news-1 .box form input::placeholder {
  color: white;
}
.news-page .news-1 .box form button {
  width: 5.625em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  background-color: transparent;
}
.news-page .news-1 .box form button i {
  font-size: 2em;
}
.news-page .news-2 ul {
  background-color: #f0f0f000;
  border: 1px solid #144c89;
}
.news-page .news-2 ul li {
  padding: 6% 10%;
  border: 1px solid #144c89;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  background-image: url(/template/en/images/index_2.jpg);
}
.news-page .news-2 ul li .h6{
  font-weight: bold;
  font-family: 'play';
}
.news-page .news-2 ul li:hover {
  -webkit-transform: translate(-10.0px,-10px);
  -moz-transform: translate(-10.0px,-10px);
  -ms-transform: translate(-10.0px,-10px);
  transform: translate(-10.0px,-10px);
  z-index: 1;
}

.newdet-page h1{
  font-weight: bold;
  font-family: 'play';
}


.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-left: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f0f0f0;
  padding: 15% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}

@media screen and (max-width: 1000px) {
  .news-page .news-1 .box i img {
    max-height: 40px;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
}
.inner-page .moreCont2{
    padding: 8px 20px;
    background-color: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    border-radius: 10px;
}
.inner-page .moreCont2:hover{
  background: #000;
}


.faq-page .faq-1 .list ul li {
  border: 1px solid #144c892e;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li .h6{
  font-weight: bold;
  font-family: 'play';
  line-height: 1.8;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 3em .8em 2em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}
.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}
.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}
.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
.faq-page .faq-2 .form form button i {
  font-size: 2em;
}
.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}
.faq-page .faq-2 .form form ul li {
  width: 100%;
}
.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-right: 1px solid #d2d2d2;
}
.faq-page .faq-2 .form form ul li:first-child input {
  border-right: none;
}
.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  .faq-page .faq-2 .form form ul li:first-child input {
    border-right: 1px solid #d2d2d2;
  }
  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }
  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}


.service-page .service-1 .h2,
.service-page .service-3 .h2{
  font-weight: bold;
  font-family: 'play';
}
.service-page .service-1 .text {
  max-width: 1330px;
  margin: 20px auto 0;
  text-align: right;
  line-height: 1.8;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important } .service-page .service-1 .list ul li a.img { height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.service-page .service-2 .ui.container {
  width: auto;
  max-width: 1700px;
}
.service-page .service-2 .box {
  height: 700px;
  position: relative;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  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;
  padding: 5%;
  flex-wrap: wrap;
}
.service-page .service-2 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .mask i.active {
  opacity: 1;
}
.service-page .service-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.service-page .service-2 .box .content span.tag {
  display: block;
  color: #e60012;
  margin-bottom: .5em;
  font-weight: 500;
}
.service-page .service-2 .box .content .text {
  margin: 1.5em 0;
  color:#666666;
  line-height: 30px;
}
.service-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-2 .box .content .slickBtn .btn{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  color: #565656;
  margin-right: 16px;
  cursor: pointer;
  justify-content: center;
}
.service-page .service-2 .box .content .slickBtn .btn:hover{
  background: var(--color);
  color: #fff;
}
.service-page .service-2 .box .sPage{
  width: 100%;
  z-index: 2;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet::before{
  background: #fff;
  content: '';
  position: relative;
  display: block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  padding: 0;
  
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid var(--color) !important;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
.service-page .service-3 .swiper .swiper-slide {
  padding: 106px 3%;
  border-bottom-right-radius: 80px;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.service-page .service-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
/*.service-page .service-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.service-page .service-3 .list{
  margin-top: 50px;
}
.service-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.service-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.service-page .service-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.service-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.service-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.service-page .service-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.service-page .service-3 .sPage{
  margin-top: 60px;
}
.service-page .service-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.service-page .service-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
@media screen and (max-width: 1500px) {
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .service-page .service-2 .box {
    height: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .box {
    height: 500px;
  }
  .service-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .service-page .service-2 .box {
    height: 420px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    border-bottom-right-radius: 20px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-page .service-2 .box .content {
    max-width: 100%;
  }
  .service-page .service-2 .box {
    height: auto;
  }
  .service-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .service-page .service-3 .list{
    margin-top: 20px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-page .service-3 .sPage{
    margin-top: 20px;
  }
}


.download-page {
  overflow: unset;
}
.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #36a9fa;
    font-size: 20px;
}
.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}
.download-page .download-2 .slickBtn div {
    top: 40%;
    right: 0;
}
.download-page .download-2 .slickBtn .next {
    right: unset;
    left: 0;
}
.download-page span.h2 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'play';
}
.download-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #5c95d326;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #144c89;
}
.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page .download-2 .list {
  position: relative;
}
.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  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;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page .download-2 .slickBtn div {
  top: 40%;
}
.download-page .download-3 .container{
  overflow: unset;
}
.download-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-page .download-3 .left .text {
  margin: 1em 0;
}
.download-page .download-3 .left .more{
  display: inline-block;
  padding: 10px;
  min-width: 210px;
  background: var(--color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
  border-radius: 10px;
}
.download-page .download-3 .left .more:hover{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.download-page .download-3 .right {
  width: 55%;
}
.download-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.download-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}

@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}


.contact-page {
  padding-top: 90px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 0 -37px -30px;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 0 37px 30px;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #144c894f;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 25px 13px 0;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 36px 13px 0;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
  border-radius: 10px;
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  margin-right: 0;
  padding-right: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-right: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-left: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-right: 7.65%;
}
.contact-page .contact-1 .right .tipsTitle2{
  font-weight: bold;
  font-family: 'play';
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #144c89;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  color: #144c89;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-right: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 36px 10px 0;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
  .contact-page .contact-1 .left form ul li{
    width: 100%;
  }
}


.releted-product .tipsTitle {
  text-align: center;
  font-family: 'play';
  font-weight: bold;
}
.releted-product .content ul {
  margin: 0 -15px;
}
.releted-product .content ul li {
  padding: 0 15px;
}
.releted-product .content ul li .img a {
  border: 1px solid #dadada;
    height: 316px;
  background: #fff;
}
.releted-product .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.releted-product .content ul li .text {
  margin-top: 20px;
  color: #000;
  line-height: 1.8;
  min-height: 5rem;
}
.releted-product .content ul li .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .releted-product .content ul li .img a{
    height: auto;
  }
}


.custom-page .init-1 ul li {
  cursor: pointer;
  width: 12%;
}
.custom-page .init-1 ul li .box {
  height: 280px;
  border: 2px solid #6e6a6b;
  width: 100%;
  padding: 50px 60px;
}
.custom-page .init-1 ul li .box .title1 {
  writing-mode: sideways-rl;
  color: #666666;
  height: 100%;
  padding: 26px 10px;
  top: 0;
  right: 50%;
  transform: translateX(50.0%);
  font-family: 'play';
  transition: all 0.5s;
  opacity: 1;
}
.custom-page .init-1 ul li .box .cont {
  transform: translateX(-50.0px);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
}
.custom-page .init-1 ul li .box .cont .title {
  font-family: 'play';
  font-weight: bold;
}
.custom-page .init-1 ul li .box .cont .des {
  color: #666666;
}
.custom-page .init-1 ul li .box .num {
  color: #666666;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  font-style: italic;
}
.custom-page .init-1 ul li.active {
  width: 64%;
}
.custom-page .init-1 ul li.active .box {
  border: 2px solid #36a9fa;
}
.custom-page .init-1 ul li.active .box .cont {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.custom-page .init-1 ul li.active .box .title1 {
  opacity: 0;
}
.custom-page .init-1 ul li.active .box .num {
  color: #402268;
}
.custom-page .init-2 .title {
  font-family: 'play';
  font-weight: bold;
}
.custom-page .init-2 .contentC .titleC .tips {
  font-family: 'play';
  font-weight: bold;
  margin-left: 20px;
}
.custom-page .init-2 .contentC .titleC .infoCont {
  padding: 5px 20px;
  border: 1px solid #d2d2d2;
  width: 260px;
}
.custom-page .init-2 .contentC2 .titleC .infoCont{
  width: 326px;
}
.custom-page .init-2 .contentC .titleC .infoCont .cirC {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #402268;
  margin-left: 16px;
}
.custom-page .init-2 .contentC .titleC .infoCont .cirC .cir {
  width: 6px;
  height: 6px;
  background-color: #402268;
  border-radius: 50%;
}
.custom-page .init-2 .contentC .titleC .infoCont .tips2 {
  line-height: 1;
}
.custom-page .init-2 .contentC .titleC .infoCont .info2 {
  flex: 1;
}
.custom-page .init-2 .contentC .titleC .infoCont .info2 .info {
  border: none;
  width: 100%;
}
.custom-page .init-2 .contentC .titleC .infoCont .info2 .info.read {
  cursor: auto;
}
.custom-page .init-2 .contentC .titleC .colorC {
  height: 38px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.custom-page .init-2 .contentC .titleC .colorC .bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.custom-page .init-2 .contentC .titleC .colorC .color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.custom-page .init-2 .contentC .content {
  padding-top: 10px;
}
.custom-page .init-2 .contentC .content ul li {
  width: 20%;
  margin-top: 30px;
}
.custom-page .init-2 .contentC .content ul li .box {
  cursor: pointer;
}
.custom-page .init-2 .contentC .content ul li .box .img {
  border: 2px solid #cfcfcf;
}
.custom-page .init-2 .contentC .content ul li .box .img img {
  width: 100%;
}
.custom-page .init-2 .contentC .content ul li .box .text {
  margin-top: 10px;
  color: #666666;
  text-align: center;
}
.custom-page .init-2 .contentC .content ul li .box.active .img {
  border: 2px solid #36a9fa;
}
.custom-page .init-2 .contentC .content ul li .box.active .text {
  color: #402268;
}
.custom-page .init-2 .contentC .contentSize {
  padding-top: 10px;
}
.custom-page .init-2 .contentC .contentSize ul li {
  margin-top: 20px;
}
.custom-page .init-2 .contentC .contentSize ul li .box {
  border: 2px solid #dbdbdb;
  cursor: pointer;
  padding: 6px 30px;
  color: #666666;
}
.custom-page .init-2 .contentC .contentSize ul li .box.active {
  border: 2px solid #36a9fa;
  color: #402268;
}
.custom-page .init-3 .container .tips {
  color: #666666;
}
.custom-page .init-3 .container .content {
  height: 420px;
  overflow: hidden;
}
.custom-page .init-3 .container .btnC {
  background-color: #f0efeb;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.custom-page .init-3 .container .btnC:hover {
  background-color: #402268;
  color: #fff;
}
.custom-page .init-3 .container .btnC i {
  display: block;
  position: relative;
}
.custom-page .init-3 .container .btnC.active i {
  transform: rotate(180deg);
}
.custom-page .init-4 {
  padding-top: 40px;
}
.custom-page .init-4 .container form {
  max-width: 1000px;
  margin: auto;
}
.custom-page .init-4 .container form input {
  width: calc(50% - 15px);
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d1d1d2;
  margin-top: 30px;
}
.custom-page .init-4 .container form .mail {
  width: 100%;
}
.custom-page .init-4 .container form .contentC {
  width: 100%;
  margin-top: 40px;
}
.custom-page .init-4 .container form .contentC .tips {
  padding: 0 10px;
}
.custom-page .init-4 .container form .contentC .content {
  margin-top: 10px;
  width: 100%;
  padding: 16px 10px;
  border: 1px solid #d1d1d2;
}
.custom-page .init-4 .container form .btnC {
  width: 100%;
}
.custom-page .init-4 .container form .btnC .btn {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid var(--color);
}
.custom-page .init-4 .container form .btnC .btn:hover {
  background-color: #fff;
  color: var(--color);
}
@media (max-width: 1250px) {
  .custom-page .init-1 ul li .box {
    padding: 30px 20px;
  }
  .custom-page .init-2 .contentC .content ul li {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .custom-page .init-2 .contentC .content ul li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .custom-page .init-1 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .custom-page .init-1 ul li.active {
    width: 100%;
  }
  .custom-page .init-1 ul li .box .title1 {
    display: none;
  }
  .custom-page .init-1 ul li .box {
    height: auto;
  }
  .custom-page .init-1 ul li .box .cont {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .custom-page .init-1 ul li .box .num {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
  }
  .custom-page .init-2 .contentC .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .custom-page .init-2 .contentC .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .custom-page .init-2 .contentC .titleC .tips {
    width: 100%;
  }
  .custom-page .init-2 .contentC .titleC .infoCont {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .custom-page .init-2 .contentC .titleC .colorC {
    margin-right: 0;
  }
  .custom-page .init-2 .contentC .contentSize ul li {
    margin-top: 10px;
  }
  .custom-page .init-2 .contentC .contentSize ul li .box {
    padding: 4px 20px;
  }
  .custom-page .init-4 .container form input {
    margin-top: 0;
  }
  .custom-page .init-4 .container form input {
    width: 100%;
  }
  .custom-page .init-4 .container form .contentC {
    margin-top: 20px;
  }
  .faq-page .faq-1 .list ul li .h6{
    font-size: 18px;
  }
  .custom-page .init-1 ul li .box .cont .title{
    font-size: 18px;
    line-height: 32px;
  }
  .custom-page .init-1 ul li .box .cont .des{
    line-height: 2;
  }
}


.proYd-page .init-1 {
  z-index: 2;
}
.proYd-page .init-1 .container {
  width: 100%;
  padding: 0;
}
.proYd-page .init-1 .container .btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #36a9fa;
  z-index: 2;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
}
.proYd-page .init-1 .container .btn:hover {
  background-color: #004a8e;
}
.proYd-page .init-1 .container .prev {
  right: 160px;
  left: unset;
}
.proYd-page .init-1 .container ul li .box .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.proYd-page .init-1 .container ul li .box .img img {
  width: 100%;
}
.proYd-page .init-2 {
  margin-top: -90px;
}
.proYd-page .init-2 .container ul li .box .text {
  display: block;
  text-align: center;
  font-size: 130px;
  font-family: 'play';
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  color: rgba(0, 73, 142, 0.1);
}
.proYd-page .init-3 .container .content ul li {
  margin-top: 10px;
}
.proYd-page .init-3 .container .content ul li a {
  display: block;
  font-weight: 500;
  color: #0b2b4d;
  padding: 0 20px;
  border-left: 1px solid #1a3c85;
}
.proYd-page .init-3 .container .content ul li a:hover {
  color: #36a9fa;
}
.proYd-page .init-3 .container .content ul li:last-child a {
  border-left: 0;
}
@media (max-width: 1450px) {
  .proYd-page .init-2 {
    margin-top: -40px;
  }
  .proYd-page .init-2 .container ul li .box .text {
    font-size: 100px;
  }
}
@media (max-width: 1250px) {
  .proYd-page .init-2 .container ul li .box .text {
    font-size: 80px;
  }
  .proYd-page .init-1 .container .btn {
    left: 10px;
  }
  .proYd-page .init-1 .container .prev {
    right: 10px;
    left: unset;
  }
}
@media (max-width: 1000px) {
  .proYd-page .init-1 .container .btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .proYd-page .init-2 {
    margin-top: 10px;
  }
  .proYd-page .init-2 .container ul li .box .text {
    font-size: 60px;
  }
}
@media (max-width: 700px) {
  .proYd-page .init-2 .container ul li .box .text {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .proYd-page .init-2 .container ul li .box .text {
    font-size: 30px;
  }
  .proYd-page .init-3 .container .content ul li a {
    padding: 0 10px;
    border: none;
    text-decoration: underline;
  }
}
.product-page .init-1 .title {
  font-family: 'play';
}
.product-page .init-1 .listCont ul li a {
  color: #1a3c85;
  border-radius: 5px;
  background-color: #e2f0fb;
  padding: 10px;
  height: 100%;
  align-items: center;
}
.product-page .init-1 .listCont ul li a:hover,
.product-page .init-1 .listCont ul li a.active {
  color: #fff;
  background-color: var(--color);
}
.product-page .init-1 .listCont ul li a:hover img,
.product-page .init-1 .listCont ul li a.active img {
  filter: grayscale(1) brightness(0) invert(1);
}
.product-page .init-1 .listCont ul li img {
  max-width: 26px;
}
.product-page .init-1 .listCont ul li .text {
  flex: 1;
}
.product-page .init-2 ul li {
  width: 33.33%;
}
.product-page .init-2 ul li .box {
  background-size: 100% 100%;
  height: 100%;
}
.product-page .init-2 ul li .box .img img {
  width: auto;
  display: block;
  margin: auto;
}
.product-page .init-2 ul li .box .bottom {
  padding: 10px;
}
.product-page .init-2 ul li .box .bottom .bottomC{
  padding: 26px 30px 40px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.product-page .init-2 ul li .box .bottom .desc{
  font-family: 'play';
  color: #000;
}
.product-page .init-2 ul li .box .bottom .title {
  font-weight: 500;
  display: block;
  color: var(--color);
}
.product-page .init-2 ul li .box .bottom .title:hover{
  border-radius: 40px;
}
.product-page .init-3 .container .title {
  color: #1a3c85;
  font-weight: 500;
}
.product-page .init-3 .container .catDes {
  color: #193455;
  font-weight: 500;
  max-height: 240px;
  overflow-y: auto;
  padding-left: 10px;
}
@media (max-width: 1000px) {
  .product-page .init-2 ul li .box .bottom .bottomC{
    padding: 10px;
    border-radius: 10px;
  }

}
@media (max-width: 700px) {
  .product-page .init-2 ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .product-page .init-2 ul li {
    width: 100%;
  }
}
.prodet-page .init-1 .container {
  width: 100%;
  padding: 0;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.prodet-page .init-1 .container .left {
  width: 48%;
  position: sticky;
  top: 100px;
  padding: 5px;
}
.prodet-page .init-1 .container .left .bg{
  top: 0;
  right: 0;
  width: 100%;
  border-radius: 36px;
}
.prodet-page .init-1 .container .left .btnC {
  bottom: 10px;
  left: 50px;
  z-index: 2;
}
.prodet-page .init-1 .container .left .btnC .btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #36a9fa;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .init-1 .container .left .btnC .btn:hover {
  background-color: var(--color);
}
.prodet-page .init-1 .container .left .swiper {
  border-radius: 40px;
}
.prodet-page .init-1 .container .left ul li .box .img {
  display: block;
}
.prodet-page .init-1 .container .left ul li .box .img img {
  width: 77%;
  display: block;
  margin: auto;
}
.prodet-page .init-1 .container .left ul li .box .cont {
  z-index: 2;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 0 10px;
  color: #144c89;
}
.prodet-page .init-1 .container .right {
  width: 50%;
}
.prodet-page .init-1 .container .right table {
  padding-bottom: 0;
  margin-bottom: 0;
}
.prodet-page .init-1 .container .right h1 {
  font-weight: 500;
  color: var(--color);
}
.prodet-page .init-1 .container .right .content1 img {
  width: 20px;
}
.prodet-page .init-1 .container .right .content1 .text {
  font-weight: 500;
}
.prodet-page .init-1 .container .right .content2 ul li .box {
  border: 1px solid #a4bdd6;
  border-radius: 36px;
  padding-bottom: 20px;
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC {
  padding: 20px 40px 0;
  cursor: pointer;
  color: #002b53;
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC .title {
  flex: 1;
  padding-left: 10px;
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC .btnC {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC .btnC .i-2 {
  opacity: 0;
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC.active .btnC {
  transform: rotate(180deg);
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC.active .btnC .i-1 {
  opacity: 0;
}
.prodet-page .init-1 .container .right .content2 ul li .box .titleC.active .btnC .i-2 {
  opacity: 1;
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont {
  display: none;
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table {
  border: none;
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody {
  min-width: 1px;
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr {
  margin-top: 30px;
  width: 33.33% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 40px;
  background-color: transparent;
  padding-bottom: 20px;
  position: relative;
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr::before {
  content: '';
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  bottom: 0;
  right: 50%;
  transform: translateX(50.0%);
  background-color: var(--color);
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr td {
  width: 50% !important;
  padding: 0;
  min-width: 1px;
  border: none;
  font-size: 16px;
  color: var(--color);
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr td img {
  display: block;
  margin-right: auto;
}
.prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr td strong {
  font-weight: bold;
  font-size: 24px;
}
.prodet-page .init-1 .container .right .content3 table {
  border: none;
}
.prodet-page .init-1 .container .right .content3 table tbody {
  min-width: 1px;
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.prodet-page .init-1 .container .right .content3 table tbody tr {
  background-color: transparent;
  width: 33.33% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prodet-page .init-1 .container .right .content3 table tbody tr td {
  margin-top: 30px;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: var(--color);
}
.prodet-page .init-1 .container .right .content3 table tbody tr td img {
  display: block;
  height: 30px;
  margin: auto;
  margin-bottom: 10px;
}
.prodet-page .init-1 .container .right .content4 .tips {
  font-weight: 500;
  color: var(--color);
}
.prodet-page .init-1 .container .right .content4 table {
  border: none;
}
.prodet-page .init-1 .container .right .content4 table tbody {
  min-width: 1px;
  border: none;
}
.prodet-page .init-1 .container .right .content4 table tbody tr {
  display: flex;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 500;
}
.prodet-page .init-1 .container .right .content4 table tbody tr td {
  font-size: 16px;
  padding: 10px 0;
  color: rgba(0, 20, 63, 0.6);
  border: none;
}
.prodet-page .init-1 .container .right .content4 table tbody tr td:first-child {
  white-space: nowrap;
  padding-left: 16px;
}
.prodet-page .init-1 .container .right .content4 table tbody tr td:last-child {
  color: #193455;
  flex: 1;
}
.prodet-page .init-1 .container .right .content5 a {
  display: block;
}
.prodet-page .init-2 {
  background-size: 100% 100%;
}
.prodet-page .init-2 .container .cont {
  max-width: 700px;
  margin: auto;
}
.prodet-page .init-2 .container .tips {
  font-family: 'play';
}
.prodet-page .init-2 .container form ul {
  margin: 0 0 -37px -30px;
}
.prodet-page .init-2 .container form ul li {
  padding: 0 0 37px 30px;
}
.prodet-page .init-2 .container form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #144c894f;
}
.prodet-page .init-2 .container form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .init-2 .container form ul li .box i {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 20px;
}
.prodet-page .init-2 .container form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 25px 13px 0;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-2 .container form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 25px 13px 0;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.prodet-page .init-2 .container form ul li .box:hover::before {
  width: 100%;
}
.prodet-page .init-2 .container form ul li .more {
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
  border-radius: 10px;
}
.prodet-page .init-2 .container form ul li .more:hover {
  background-color: #000;
}
@media (max-width: 1450px) {
  .prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr {
    padding: 0 20px 20px;
  }
  .prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1250px) {
  .prodet-page .init-1 .container {
    padding: 0 16px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    max-width: 500px;
    top: 0;
    margin-top: 40px;
    position: relative;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .production-page .init-1 .container .listCont .listC{
    flex-wrap: wrap;
  }
  .production-page .init-1 .container .listCont .list{
    width: 100%;
  }
  
}
@media (max-width: 700px) {
  .prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr {
    width: 33.33% !important;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-1 .container .right .content4 table tbody tr td:first-child {
    white-space: unset;
    padding-bottom: 0;
  }
  .prodet-page .init-1 .container .right .content4 table tbody tr {
    flex-wrap: wrap;
  }
  .prodet-page .init-1 .container .right .content4 table tbody tr td:last-child {
    width: 100% !important;
    flex: unset;
    white-space: normal;
  }
  .prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr {
    width: 50% !important;
  }
  .prodet-page .init-2 .container form ul li {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .prodet-page .init-1 .container .left .btnC {
    position: relative;
    top: 0;
    margin-top: 10px;
    right: 0;
  }
  .prodet-page .init-1 .container .left ul li .box .cont {
    bottom: 0;
    right: 0;
    position: relative;
    color: #000;
    margin-top: 60px;
  }
  .prodet-page .init-1 .container .right .content2 ul li .box .content2Cont table tbody tr {
    width: 100% !important;
  }
  .prodet-page .init-1 .container .right .content3 table tbody tr {
    width: 50% !important;
  }
  .prodet-page .init-2 .container form ul li {
    padding-bottom: 16px;
  }
}
