@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot") format("eot"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot") format("eot"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot") format("eot"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GCSublime";
  src: url("../fonts/GCSublime-Regular.eot") format("eot"), url("../fonts/GCSublime-Regular.woff2") format("woff2"), url("../fonts/GCSublime-Regular.woff") format("woff"), url("../fonts/GCSublime-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #00518d;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}
.title,
.gs {
  font-family: "GCSublime";
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
.lh-1{
  line-height: 1;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more {
  height: 60px;
  background-color: var(--color);
  display: inline-flex;
  color: #ffffff;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.more::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../images/jt1.png) no-repeat center center;
  margin-left: 16px;
  transition: 0.5s;
}
.more::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}
.more:hover {
  color: #000000;
}
.more:hover::after {
  filter: invert(100);
}
.more:hover::before {
  width: 100%;
}
.more.m1::before {
  background: #000000;
}
.more.m1:hover {
  color: #ffffff;
}
.more.m1:hover::after {
  filter: none;
}
.more.m1:hover::before {
  width: 100%;
}
.fw-5 {
  font-weight: 500;
}
.smt {
  font-size: 17px;
  font-weight: 500;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 22px;
  transition: 0.5s;
}
#header .nav {
  width: 100%;
}
#header .nav .h-right {
  background-color: #292929;
  height: 67px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 25px 45px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 17px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span {
  font-size: 20px;
  color: #ffffff;
}
#header .nav .ui.menu .h-language span img {
  width: 27px;
  margin-right: 15px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 10px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  font-size: 18px;
  height: 67px;
  line-height: 67px;
  color: #ffffff;
  background: var(--color);
  padding: 0 28px;
  cursor: pointer;
  transition: 0.5s;
}
#header .nav .ui.menu .chat:hover {
  background: #ffffff;
  color: var(--color);
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #292929;
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#header.active,#header.inner {
  top: 0;
}
#header.active .nav::after,#header.inner .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
.font-120 {
  font-size: 120px;
  line-height: 0.8;
}
.col {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
  /*z-index: 2;*/
}
 #banner li::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: -1;*/
  }
#banner li .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-43%);
  color: #ffffff;
}
#banner li .text .title {
  line-height: 0.9;
}
#banner li .text .left {
  width: 50%;
}
#banner li .text .right {
  width: 50%;
}
#banner li .play {
  padding: 0 155px 38px 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color);
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}
#banner li .play .dot {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--color);
  position: relative;
  z-index: 2;
}
#banner li .play .dot i{
  transform: translate(2px);
}
#banner li .play .dot:after,
#banner li .play .dot:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: -1;
  animation: ks 2s linear infinite;
}
#banner li .play .dot:before {
  animation-delay: 0.6s;
}
#banner li .play .txt {
  margin-left: 45px;
  line-height: 2;
}
#banner li .play::after {
  content: "";
  display: block;
  width: 100%;
  height: 118px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background: linear-gradient(to left top, var(--color) 50%, transparent 50%);
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_center {
  align-items: center;
}
.flex_cont {
  justify-content: space-between;
}
@keyframes wordsloop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1250px);
  }
}
#index-body .product {
  background: #e6e6e6;
  position: relative;
  z-index: 2;
}
#index-body .product::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right bottom, #e6e6e6 49.5%, #ffffff 50.5%);
  height: 160px;
  width: 100%;
  z-index: -1;
}
#index-body .product .bottom ul {
  margin: 0 -50px;
}
#index-body .product .bottom ul li {
  padding: 0 50px;
}
#index-body .product .bottom ul li .t1 {
  display: block;
  line-height: 1;
  transition: 0.5s;
}
#index-body .product .bottom ul li .t1:hover {
  color: var(--color);
}
#index-body .product .bottom ul li .cont {
  line-height: 1.5;
}

#index-body .product .bottom ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 4px 0;
  background: #000000;
  color: #ffffff;
  transition: 0.5s;
}
#index-body .product .bottom ul li .btn img {
  margin-left: 10px;
}
#index-body .product .bottom ul li .btn:hover {
  background: var(--color);
}
#index-body .product .bottom ul li .box {
  padding-top: 35px;
  transition: 0.5s;
}
#index-body .product .bottom ul .slick-center .box {
  padding-top: 0;
  padding-bottom: 35px;
}
#index-body .about {
  position: relative;
  z-index: 3;
}
#index-body .about .box .left {
  width: 35%;
}
#index-body .about .box .left > img {
  position: relative;
  z-index: 2;
}
#index-body .about .box .left .text {
  width: 400px;
  padding: 140px 26px 115px;
  background: linear-gradient(to top,transparent 75px,var(--color) 75px );
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: -90px;
}
#index-body .about .box .left .text .t1 {
  line-height: 1;
}
#index-body .about .box .left .text .more {
  background: #ffffff;
  color: var(--color);
}
#index-body .about .box .left .text .more::after {
  background-image: url(../images/jt2.png);
}
#index-body .about .box .left .text .more::before {
  background: #000;
}
#index-body .about .box .left .text .more:hover {
  color: #ffffff;
}
#index-body .about .box .left .text .more:hover::after {
  background-image: url(../images/jt1.png);
}
#index-body .about .box .left .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: linear-gradient(to right bottom, var(--color) 49.5%, transparent 50.5%);
}
#index-body .about .box .right {
  width: 57%;
}
#index-body .about .box .right .title {
  line-height: 0.85;
}
#index-body .choose {
  padding-top: 265px;
  margin-top: -155px;
  background: url(../images/adv_bg.jpg) no-repeat top center / cover;
}
#index-body .choose .tip {
  color: #ffffff;
}
#index-body .choose .bottom {
  padding: 0 70px;
}
#index-body .choose .bottom ul {
  margin: 0 -17px;
}
#index-body .choose .bottom ul li {
  padding: 0 17px;
}
#index-body .choose .bottom ul li:nth-child(2n) .box {
  transform: rotate(2deg);
}
#index-body .choose .bottom .box {
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid var(--color);
  padding: 75px 40px 78px;
  height: 100%;
  transform: rotate(-2deg);
  transition: .5s;
}
#index-body .choose .bottom .box:hover{
    transform: rotate(0);
}
#index-body .choose .bottom ul li:nth-child(2n) .box:hover {
  transform: rotate(0);
}
#index-body .choose .bottom .box .tit {
  line-height: 1;
}
#index-body .choose .bottom .box .con {
  line-height: 1.4;
}
#index-body .news {
  position: relative;
}
#index-body .news .container {
  z-index: 2;
}
#index-body .news .imgs {
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: -1;
}
#index-body .news .box .left {
  width: 51%;
}
#index-body .news .box .left ul {
  border-bottom: 1px solid #000000;
}
#index-body .news .box .left ul li .time {
  border-bottom: 1px solid #000000;
  line-height: 1;
  padding-bottom: 7px;
  padding-top: 5px;
}
#index-body .news .box .left ul li .ig {
  padding-bottom: 26px;
}
#index-body .news .box .left ul li .ig .t1 {
  display: block;
  width: 45%;
  line-height: 1;
  height: 2.1em;
}
#index-body .news .box .left ul li .ig .cont {
  width: 50%;
  line-height: 1.5;
  height: 4.6em;
}
#index-body .news .box .right {
  width: 42%;
  text-align: right;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #242424;
  background: linear-gradient(to bottom, transparent 134px,#242424 134px);
  color: #fff;
  padding-top: 165px;
  position: relative;
  z-index: 3;
}
#footer::after {
  content: '';
  display: block;
  width: 100%;
  height: 135px;
  background: linear-gradient(to left top, #242424 49.5%, transparent 50.5%);
  position: absolute;
  right: 0;
  top: 0px;
}
#footer .f-tip {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateY(-40%);
}
#footer .f-form {
  max-width: 1100px;
  margin: 20px auto 0;
}
#footer .f-form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -4px;
}
#footer .f-form ul li {
  padding: 4px;
}
#footer .f-form ul li input {
  width: 100%;
  background-color: #424242;
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
  border: none;
}
#footer .f-form ul li input::placeholder {
  color: #ffffff;
}
#footer .f-form ul .i1 {
  width: 26%;
}
#footer .f-form ul .i2 {
  width: 30%;
}
#footer .f-form ul .submit {
  width: 18%;
}
#footer .f-form ul .submit input {
  background: var(--color);
  transition: 0.5s;
}
#footer .f-form ul .submit input:hover {
  background: #ffffff;
  color: #000000;
}
#footer .f-box .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#footer .f-box li {
  line-height: 2;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  transition: 0.5s;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .f-code #ewm {
  width: 100px;
  height: 100px;
  border: 6px solid #ffffff;
  background: #ffffff;
}
/*#footer .f-box .f-product {
  width: 660px;
}*/
/*#footer .f-box .f-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .f-box .f-product ul li {
  width: 48%;
}*/
#footer .f-box .f-contact {
  max-width: 297px;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy .share {
  margin-left: 50px;
  width: 297px;
}
#footer .f-copy .share a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-right: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  transition: 0.5s;
}
#footer .f-copy .share a:hover {
  opacity: 1;
}
#footer .f-copy .bq {
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #ffffff;
  margin-top: 1px;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 25px 30px;
  }
  #footer .f-box .f-product {
    width: 610px;
  }
  #index-body .news .imgs {
    zoom: 0.9;
  }
  .font-120 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 20px 18px;
  }
  #header .nav .ui.menu .chat {
    padding: 0 15px;
  }
  .font-100 {
    zoom: 0.9;
  }
  .font-120 {
    font-size: 90px;
  }
  #index-body .about .box .left .text {
    width: 350px;
  }
  #index-body .product .bottom ul {
    margin: 0 -30px;
  }
  #index-body .product .bottom ul li {
    padding: 0 30px;
  }
  #index-body .choose .bottom .box {
    padding: 45px 25px 50px;
  }
  #banner li .play {
    zoom: 0.8;
    font-size: 20px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .font-100 {
    zoom: 0.8;
  }
  .font-120 {
    font-size: 70px;
  }
  #footer .f-box .f-product {
    width: 300px;
  }
  #footer .f-box .f-product ul li {
    width: 100%;
  }
  #index-body .choose .bottom .box .icon {
    zoom: 0.8;
  }
  #index-body .about .box .left .text {
    width: 100%;
  }
  #index-body .news .imgs {
    zoom: 0.6;
  }
  #footer .f-tip {
    zoom: 0.8;
  }
  #footer .f-copy .share {
    display: none;
  }
  #banner li .play {
    zoom: 0.5;
    font-size: 25px;
  }
  #index-body .choose .bottom {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .font-30,.font-35{
    font-size: 25px;
  }
  #banner li .text .right {
    display: none;
  }
  #banner li .text .left {
    width: 100%;
  }
  .font-100 {
    zoom: 1;
  }
  .font-120 {
    font-size: 55px;
  }
  #index-body .product .top .right {
    margin-top: 20px;
    text-align: right;
  }
  #index-body .product .bottom ul {
    margin: 0 -20px;
  }
  #index-body .product .bottom ul li {
    padding: 0 20px;
  }
  #index-body .about .box .left {
    display: none;
  }
  #index-body .about .box .right {
    width: 100%;
  }
  #index-body .choose .bottom {
    padding: 0 20px;
  }
  #index-body .choose .bottom ul li {
    margin-bottom: 40px;
  }
  #index-body .news .box .left {
    width: 100%;
  }
  #index-body .news .box .right {
    display: none;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-form ul .i1 {
    width: 50%;
  }
  #footer .f-form ul .i2 {
    width: 70%;
  }
  #footer .f-form ul .submit {
    width: 30%;
  }
  #footer .f-tip {
    zoom: 0.65;
  }
  #index-body .news .imgs {
    zoom: 0.35;
  }
 
}
@media screen and (max-width: 700px) {
   .font-30,.font-35{
    font-size: 20px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.75;
  }
  #banner li .play {
    display: none;
  }
  .more {
    zoom: 0.8;
  }
  .font-120 {
    font-size: 40px;
  }
  #index-body .choose {
    padding-top: 120px;
    margin-top: 0;
  }
  #index-body .news .box .left ul li .ig .t1 {
    font-size: 20px;
  }
  #index-body .choose .bottom .box .icon {
    zoom: 0.65;
  }
  .font-42 {
    font-size: 22px;
  }
  .font-50{
    font-size: 24px;
  }
  #footer .f-tip {
    zoom: 0.4;
  }
  #footer::after {
    height: 60px;
  }
  #footer {
  background: linear-gradient(to bottom, transparent 59px,#242424 59px);
  }
  #footer {
    padding-top: 80px;
  }
  #index-body .news .imgs {
    zoom: 0.3;
  }
  .font-48 {
    font-size: 24px;
  }
  #footer .f-box .tit {
    font-size: 19px;
  }
  #footer .f-top .st {
    font-size: 16px;
  }
  #footer .f-form ul .i1 {
    width: 100%;
  }
  #footer .f-form ul .i2 {
    width: 100%;
  }
  #footer .f-form ul .submit {
    margin: 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .font-80{
    font-size: 30px;
  }
  #banner li > img {
    height: 300px;
    object-fit: cover;
  }
  #index-body .product::after {
    height: 80px;
  }
  .font-100,
  .font-120 {
    font-size: 30px;
  }
  .smt {
    font-size: 15px;
  }
  #index-body .news .box .left ul li .ig .t1 {
    width: 100%;
  }
  #index-body .news .box .left ul li .ig .cont {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .choose .bottom .box {
    padding: 30px 20px 35px;
  }
  #index-body .choose .bottom .box .icon {
    zoom: 0.55;
  }
  #index-body .news .imgs {
    zoom: 0.2;
  }
  #footer .f-tip {
    display: none;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  .more {
    zoom: 0.7;
  }
}


/*inner css*/
#innerMobileBanner .banner2 .text{
   font-family: "GCSublime";
   font-weight: normal;
   font-size: 35px;
   line-height: 1;
}

@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 66px;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #528fbd;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: #528fbd;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #528fbd;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 60px;
    line-height: 1;
    /*font-weight: bold;*/
    /*font-style:italic;*/
    text-transform:uppercase;
    margin-bottom: 10px;
    font-family: "GCSublime";
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}

.about-page .about-1{
  background: linear-gradient(to top,#eeeeee 50%, #ffffff 50%);
}
.about-page .about-1 .left{
  width: 55%
}
.about-page .about-1 .right{
  width: 40%;
}
.about-page .about-1 .bottom .right{
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
.about-page .about-1 .bottom img{
  width: 100%;
}
.about-page .about-1 .text p{
  margin-bottom: 1em
}
.about-page .about-1 .dates{
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-1 .dates .line{
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.about-page .about-1 .dates li{
  display:flex;
  padding: 50px 0;
 /*flex-wrap: wrap;*/
}
.about-page .about-1 .dates li .lf span{
  position: relative;
  top: -9px;
}
.about-page .about-1 .dates li .lf p{
  line-height: 1;
    font-family: "Poppins";

}
.about-page .about-1 .dates li .rg{
  width: 230px;
  margin-left: 30px;
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .dates li .rg{
    width: 195px
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .dates li{
    flex-wrap: wrap;
  }
  .about-page .about-1 .dates li {
    width: 30%;
    text-align: center;
  }
    .about-page .about-1 .dates li .lf{
      width: 100%;
    }
      .about-page .about-1 .dates li .rg{
        width: 100%;
        margin: 0;
        margin-top: 30px;
      }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .right{
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1{
  background: linear-gradient(to top,#eeeeee 60%, #ffffff 60%);
}
   .about-page .about-1 .dates li {
     width: 100%;
     padding: 30px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   }
  .about-page .about-1 .dates li.line{
      display: none;
    }
  .about-page .about-1 .dates{
    border-bottom: none;
  }
.about-page .about-1 .dates li .rg{
  margin-top: 15px;
}
}


.about-page .about-2 {
    color: white;
}
.about-page .about-2 span.h2 {
    max-width: 50%;
}
.about-page .about-2 .list {
    margin: 1em 0;
}
.about-page .about-2 .list ul li {
  height: 100%;
  padding: 1em 0;
}
.about-page .about-2 .list ul li .ig {
    background-color: white;
    color: black;
    padding: 40px 20px 80px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
      height: 100%;
}
.about-page .about-2 .list ul li .ig:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0482e0), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #0482e0, var(--color));
    background-image: -moz-linear-gradient(bottom, #0482e0, var(--color));
    background-image: linear-gradient(to top, #0482e0, var(--color));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about-page .about-2 .list ul li .ig {
    border-left: 1px solid #dedede
}
.about-page .about-2 .list ul li .ig i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-2 .list ul li .ig span.h6 {
    line-height: 1.4;
    text-transform:uppercase;
     font-family: "GCSublime";
     font-weight: 400;
}
.about-page .about-2 .list ul li .ig:hover {
    color: white;
}
.about-page .about-2 .list ul li .ig:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .ig:hover .text {
    color: inherit;
}
.about-page .about-2 .list ul li .ig:hover:after {
    opacity: 1;
}
.about-page .about-2 .list ul li .ig:first-child:before {
    display: none;
}
@media screen and (max-width: 1250px) {
  
}
@media screen and (max-width: 1000px) {
    
    .about-page .about-2 .list ul li .ig:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
}
@media screen and (max-width: 700px) {
    
    .about-page .about-2 span.h2 {
        max-width: none;
    }
    .about-page .about-2 .list ul li .ig:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
    .about-page .about-2 .list ul li .ig{
      border: none;
      padding: 30px 20px 40px
    }
}


.about-page .about-3 {
  padding: 100px 0 180px;
  background: #f1f1f1;
}
.about-page .about-3 .left {
  padding-right: 5%;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .left .img {
  height: 350px;
  /*border-bottom-left-radius: 10px;*/
}
.about-page .about-3 .left .img.ie2 {
  margin-left: 30%;
  height: 290px;
  border-left: 15px solid white;
  border-top: 15px solid white;
  border-bottom-left-radius: 0;
  margin-top: -20%;
  position: relative;
}
.about-page .about-3 .left .img.ie2 span {
  position: absolute;
  left: -3%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .left .img.ie2 span img {
  -webkit-animation: rotate360 10s linear infinite;
  -moz-animation: rotate360 10s linear infinite;
  animation: rotate360 10s linear infinite;
}
.about-page .about-3 .left .bg {
  width: 70%;
  position: absolute;
  left: -20%;
  top: 0;
  z-index: -1;
}
.about-page .about-3 .left .bg img {
  -webkit-animation: tb 2s linear infinite alternate;
  -moz-animation: tb 2s linear infinite alternate;
  animation: tb 2s linear infinite alternate;
}
.about-page .about-3 .right .text {
  margin: 2em 0;
}
.about-page .about-3 .right .text p {
  margin-top: 1em;
}
.about-page .about-3 .right .text p:first-child {
  margin-top: 0;
}
.about-page .about-3 .right .list {
  margin-bottom: 60px;
}
.about-page .about-3 .right .list ul {
  margin: -5px;
}
.about-page .about-3 .right .list ul li {
  padding: 5px;
  font-size: 18px;
}
.about-page .about-3 .right .list ul li i.fa {
  margin-right: .5em;
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .about-page .about-3 .left .img {
    height: 400px;
  }
  .about-page .about-3 .left .img.ie2 {
    height: 260px;
  }
  .about-page .about-3 .left .img.ie2 span {
    max-width: 120px;
  }
  .about-page .about-3 {
    background-size: 40% auto;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 {
    padding: 70px 0;
  }
  .about-page .about-3 .right .list ul li {
    font-size: 15px;
  }
  .about-page .about-3 .right .list {
    margin-bottom: 30px;
  }
  .about-page .about-3 .left .img.ie2 {
    margin-top: -27%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .left {
    display: none;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 {
    background-size: 60% auto;
  }
}

.about-page .about-4 {

}
.about-page .about-4 .box {
  padding: 40px;
    background: var(--color);
  color: white;
  /*border-radius: 20px;*/
  text-align: center;
  margin-top: -10%;
}
.about-page .about-4 .box ul {
  margin: -15px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.about-page .about-4 .box li {
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}

/*.about-page .about-4 .box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.about-page .about-4 .box li span {
  margin-right: 15px;
  max-width: 30%;
  flex-shrink: 0;
}
.about-page .about-4 .box li .content {
  font-size: 16px;
  line-height: 1.8;
}*/
@media screen and (max-width: 1000px) {
   .about-page .about-4 .box {
    padding: 20px;
  }
  .about-page .about-4 .box ul {
    margin: -10px;
  }
  .about-page .about-4 .box ul li{
    padding: 10px;
  }
}

.gallery-page ul{
  margin: -10px;
}
.gallery-page ul li{
  padding: 10px;
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin-top: 50px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}


.faq-page .marginBox {
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
      border-bottom-right-radius: 70px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-size: 35px;
  line-height: 36px;
  color: #242424;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.8;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title{
 font-size: 25px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
   font-size: 16px
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
 
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title{
    font-size: 20px
  }
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
.product-page .init-1 {
  position: relative;
  z-index: 2;
  background: #f3f3f3;
  overflow: hidden;
}
.product-page .init-1:after{
  content: '';
  display: block;
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right bottom,#ffffff 49.8%,#f3f3f3 50.2%);
  z-index: -1;
  
}
.product-page .init-1 .list ul{
  margin: -14px;
}
.product-page .init-1 .list ul li{
  padding: 14px;
}
.product-page .init-1 .list ul li:hover .box{
  transform: translateY(-20px)
}
.product-page .init-1 .list ul li .box{
  background-color: #ebebeb;
  border-radius: 0 0 40px 0;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .5s;
}
.product-page .init-1 .list ul li .box .content{
  flex: 1;
}
.product-page .init-1 .list ul li .box .content .h6{
  flex: 1;
}
.product-page .init-1 .list ul li .box .more{
  width: 100%;
  border-radius: 0 0 25px 0;
}
@media screen and (max-width: 1000px) {
  .product-page .init-1 .list ul li .box .h6{
    font-size: 20px;
  }
  .product-page .init-1:after{
    height: 400px;
  }
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li .content .tit{
  line-height: 1.1;
}


.prodet-page .prodet-1 {
  max-width: 1670px;
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
      border-bottom-right-radius: 70px;
}
.prodet-page .prodet-1 a.img-box {
  /*border-radius: 12px;*/
  border: 1px solid #e5e5e5;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .smallImg {
  width: 19%;
  position: relative;
}
.prodet-page .prodet-1 .smallImg ul{
  margin: -5px;
}
.prodet-page .prodet-1 .smallImg ul li{
  padding: 5px;
}

.prodet-page .prodet-1 .smallImg .swiper .swiper-slide-thumb-active a.img-box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .bigImg {
  width: 81%;
  padding-left: 10px;
}

.prodet-page .prodet-1 .m-link {
  color: #666;
  margin-top: 1.2em;
  line-height: 32px;
}
.prodet-page .prodet-1 .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .content {
  padding-left: 5%;
}
.prodet-page .prodet-1 .content span.tag {
  font-weight: 500;
  color: #e60012;
  margin-bottom: 1em;
  line-height: 30px;
}
.prodet-page .prodet-1 .content span.tag em {
  font-size: inherit;
  font-weight: 500;
}
.prodet-page .prodet-1 .content .text {
  margin: 1.2em 0;
  line-height: 30px;
}
.prodet-page .prodet-2 {
  /*background-image: url("../images/init-2-bg.png");*/
  background-position: top 25% right 22%;
  background-repeat: no-repeat;
  background-size: 28.64583333% auto;
}
.prodet-page .prodet-2 .btns{
  display: inline-block;
  height: 60px;
  padding: 0 30px;
  border-radius: 0 0 25px 0;
  background: var(--color);
  color: #ffffff;
  line-height: 60px;
}
.prodet-page .prodet-2 .form {
  margin-top: 2em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .form ul {
  -webkit-column-gap: 2.77777778em;
  -moz-column-gap: 2.77777778em;
  column-gap: 2.77777778em;
  row-gap: 1.66666667em;
  text-align: left;
}
.prodet-page .prodet-2 .form ul li label {
  display: block;
  margin-bottom: .3em;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  display: block;
  width: 100%;
  padding: .7em;
  border: 1px solid #e5e5e5;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 150px;
}
.prodet-page .prodet-2 .form ul li p {
  margin-top: 1.16666667em;
}
.prodet-page .prodet-2 .form ul li button {
  border: none;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  grid-column: span 2;
}
.prodet-page .prodet-3 .pre {
  position: relative;
}
.prodet-page .prodet-3 .swiper {
  padding: 0 5px;
  overflow: hidden;
}
.prodet-page .prodet-3 a.img-box {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee
}
.prodet-page .prodet-3 a.img-box .more{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,110%);
  transition: .5s;
  white-space: nowrap;
  
}
.prodet-page .prodet-3 a.img-box:hover .more{
    transform: translate(-50%,0);
}
.prodet-page .prodet-3 span.h2 {
  margin-bottom: 1em;
}
.prodet-page .prodet-3 .tit{
  transition: .5s;
}
.prodet-page .prodet-3 .tit:hover{
  color: var(--color);
}

.prodet-page .prodet-4 .options:before,
.prodet-page .prodet-4 .options:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.prodet-page .prodet-4 .options span{
   height: 60px;
  padding: 0 20px;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-4 .options span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007fdc), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #007fdc, var(--color));
  background-image: -moz-linear-gradient(bottom, #007fdc, var(--color));
  background-image: linear-gradient(to top, #007fdc, var(--color));
  opacity: 0;
  transition: .5s;
}
.prodet-page .prodet-4 .options span:hover:before {
    opacity: 1;
}
.prodet-page .prodet-4 .options span.active:before  {
 opacity: 1
}
.prodet-page .prodet-4 .ret .slide {
  display: none;
}
.prodet-page .prodet-4 .ret span.h6 {
  padding: .5em 1em;
  background-color: #f5f5f5;
}
.prodet-page .prodet-4 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-4 .ret span.h6 i:after,
.prodet-page .prodet-4 .ret span.h6 i:before {
  content: '';
  width: .5em;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 .ret span.h6.active i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007fdc), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #007fdc, var(--color));
  background-image: -moz-linear-gradient(bottom, #007fdc, var(--color));
  background-image: linear-gradient(to top, #007fdc, var(--color));
}
.prodet-page .prodet-4 .ret span.h6.active i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prodet-page .prodet-4 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007fdc), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #007fdc, var(--color));
  background-image: -moz-linear-gradient(bottom, #007fdc, var(--color));
  background-image: linear-gradient(to top, #007fdc, var(--color));
}
.prodet-page .prodet-4 .ret .form ul li.row {
  grid-row: span 2;
}
.prodet-page .prodet-4 .ret .form ul li input,
.prodet-page .prodet-4 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: .8em 1.4em;
  color: black;
}
.prodet-page .prodet-4 .ret .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-4 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-4 .ret .form ul li input:-moz-placeholder, .prodet-page .prodet-4 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-4 .ret .form ul li input::-moz-placeholder, .prodet-page .prodet-4 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}
.prodet-page .prodet-4 .ret .form ul li input:-ms-input-placeholder, .prodet-page .prodet-4 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}
.prodet-page .prodet-4 .ret .form ul li input::placeholder,
.prodet-page .prodet-4 .ret .form ul li textarea::placeholder {
  color: #434343;
}
.prodet-page .prodet-4 .ret .form ul li textarea {
  height: 100%;
}
.prodet-page .prodet-4 .ret .form ul li .text {
  color: inherit;
}
.prodet-page .prodet-4 .ret .form ul li button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}

.prodet-page .related {
  background: #e6e6e6;
  position: relative;
  z-index: 2;
}
/*.prodet-page .related::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right bottom, #e6e6e6 49.5%, #ffffff 50.5%);
  height: 160px;
  width: 100%;
  z-index: -1;
}*/
.prodet-page .related .bottom ul li .t1 {
    line-height: 1;
    transition: 0.5s;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 2.1em;
}
.prodet-page .related .bottom ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 4px 0;
  background: #000000;
  color: #ffffff;
  transition: 0.5s;
}
.prodet-page .related .bottom ul li .btn img {
  margin-left: 10px;
}
.prodet-page .related .bottom ul li .btn:hover {
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {

  .prodet-page .prodet-1 .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .content .title{
    font-size: 25px;
  }
  .prodet-page .prodet-1 {
    width: 100%;
  }
  .prodet-page .prodet-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .form ul li.wid-100 {
    grid-column: unset;
  }
.prodet-page .related .top .right {
        margin-top: 20px;
        text-align: right;
    }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .smallImg {
    width: 18%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .prodet-page .prodet-1 .m-link{
    line-height: 2;
  }
  
  .prodet-page .prodet-4 .options {
    display: none;
  }
  .prodet-page .prodet-4 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-4 .ret .slide {
    display: block !important;
    margin-top: 5%;
  }
  .prodet-page .prodet-4 .ret .slide:first-child {
    margin-top: 0;

  }
  .prodet-page .prodet-4 .ret .form {
    padding: 5%;
  }
  .prodet-page .prodet-4 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-4 .ret .form ul li .text {
    width: 100%;
  }
  .prodet-page .prodet-4 .ret .form ul li.row {
    grid-row: span 1;
  }
  .prodet-page .prodet-4 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .smallImg {
    width: 21%;
  }
}


.solution-page .init-1 {
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 10px 90px;
}

.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    /*margin-left: auto;*/
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.8;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
    #index-body .init-3 .box .slide .left {
        opacity: 1;
    }
    #index-body .init-3 .box .slide .right {
        display: none;
    }
    #index-body .init-3 {
        background-image: unset !important;
        background-color: #222;
    }
    .solution-page .init-1 .container .desC {
        min-height: auto;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.news-page .init-1 ul {
  margin: -15px;
}
.news-page .init-1 ul li{
  padding: 15px;

}
.news-page .init-1 ul li .box{
  padding: 20px 20px 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  border-radius: 20px;
  height: 100%;
}
.news-page .init-1 ul li .box .title{
  line-height: 1.3;
  /*min-height: 2.7em;*/
}
.news-page .init-1 ul li .box .title:hover{
  color: var(--color);
}


.inner-page .sidebox .sideleft {
  width: 25%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input,
.inner-page .sidebox .sideleft .widget form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form textarea {
  height: 100px;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 0 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  /*font-weight: bold;*/
      font-family: var(--font);
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
  grid-template-columns:1fr;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 30px;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li p {
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  /*text-align: center;*/
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 button {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: static;
}
.inner-page .sidebox .sideleft .widget .form1 button:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 75%;
  padding-right: 50px;
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  

}


.newdet-page .s_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
  .newdet-page .s_link .list .cont .des,.newdet-page .s_link .list .cont .tip{
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
  
}


.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}
.contact-page .contact-1 .info li i {
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
}
.contact-page .contact-1 .info li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: #999;
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 iframe {
    height: 250px;
  }
}


.contact-page .contact-2 {
  margin-top: -1em;
  color: white;
  background: url(/template/en/images/contact-8-bg.jpg) no-repeat right top / cover;
}
.contact-page .contact-2 .form input {
  width: 100%;
  padding: 1.66666667em 2em;
  background-color: white;
  border: none;
  color: black;
}
.contact-page .contact-2 .form input::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-2 .form input:-moz-placeholder {
  color: black;
}
.contact-page .contact-2 .form input::-moz-placeholder {
  color: black;
}
.contact-page .contact-2 .form input:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-2 .form input::placeholder {
  color: black;
}
.contact-page .contact-2 .form input[type="submit"] {
  background-color: var(--color);
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.contact-page .contact-2 .form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
.contact-page .contact-2 .form li.wid-100 {
  grid-column: span 3;
}
.contact-page .contact-2.contact .text {
  color: inherit;
}
.contact-page .contact-2.contact .form input::-webkit-input-placeholder {
  color: var(--color);
}
.contact-page .contact-2.contact .form input:-moz-placeholder {
  color: var(--color);
}
.contact-page .contact-2.contact .form input::-moz-placeholder {
  color: var(--color);
}
.contact-page .contact-2.contact .form input:-ms-input-placeholder {
  color: var(--color);
}
.contact-page .contact-2.contact .form input::placeholder {
  color: var(--color);
}
.contact-page .contact-2.contact input[type="submit"] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.contact-3{
  margin-bottom: -135px;
}
.contact-3 iframe{
  display: block;
}
.contact-4{
  height: 135px;
  background: linear-gradient(to right bottom, #000000 49.5%, #ffffff 50.5%);
}
@media screen and (max-width: 1250px) {
   .contact-page .contact-2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-3{
  margin-bottom: -60px;
}
  .contact-page .contact-2 .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page .contact-2 .form ul li.wid-100 {
    grid-column: span 1;
  }
  .contact-page .contact-2 .form input {
    padding: 1em;
  }
  .contact-4{
   height: 60px;
  }
}

ul>p{
  padding: 0 20px;
}

.seoPublic .Auxil-news .list ul li .box{
  padding: 20px 20px 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
  border-radius: 20px;
}
.seoPublic .Auxil-news .list ul li .box .title:hover{
  color: var(--color);
}
.seoPublic .Auxil-news .list ul li .box .tit{
  line-height: 1.3;
  min-height: 2.7em;
}
.seoPublic .fot_dot, .fot_dot{
  padding-bottom: 210px;
  margin-bottom: -135px;
}
@media screen and (max-width: 700px) {
  .seoPublic .fot_dot,  .fot_dot{
  padding-bottom: 100px;
  margin-bottom: -60px;
}
}

#newContainer{
  overflow: auto;
}