@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk Ex';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Aktiv Grotesk Ex";
  max-width: 1920px;
  --color: #273594;
  --color2: #01a368;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
  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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 30px;
  color: white;
  padding-top: 6px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  width: 230px;
  background-color: #111011;
  color: white;
  height: 50px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 0%;
  height: 100%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
  background: -webkit-linear-gradient(right, var(--color2), var(--color));
  background: -moz-linear-gradient(right, var(--color2), var(--color));
  background: linear-gradient(to left, var(--color2), var(--color));
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child:hover::after {
  width: 100%;
}
#header .nav .ui.menu .yuy span {
  color: white;
  font-size: 20px;
}
#header .nav .ui.menu .yuy span img {
  width: 27px;
  margin-left: 5px;
}
#header .nav .ui.menu .yuy ul {
  right: auto;
  left: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search img {
  width: auto;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover{
  color: var(--color2);
}
#header.inner,
#header.active {
  background-color: var(--color);
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color2);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li:last-child:hover,
#header.active .nav .ui.menu .menu-box ul.menu > li:last-child:hover {
  color: white;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.lh-2 {
  line-height: 2;
}
.i-title {
  line-height: 1.2;
}
.more {
  font-size: 18px;
  height: 50px;
  border-radius: 25px;
  background-color: #111011;
  width: 230px;
  padding: 0 20px;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 0%;
  height: 100%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
  background: -webkit-linear-gradient(right, var(--color2), var(--color));
  background: -moz-linear-gradient(right, var(--color2), var(--color));
  background: linear-gradient(to left, var(--color2), var(--color));
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}
.font-200 {
  font-size: 200px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .right {
  padding-right: 210px;
  padding-left: 65px;
}
#banner li .content .right h2 {
  line-height: 1.2;
}
#banner li .content .right p {
  line-height: 2;
}
#banner .bottom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  z-index: 3;
  color: white;
}
#banner .bottom p a {
  margin-left: 25px;
}
#banner .bottom .arrow {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 0;
  position: unset;
}
#banner .bottom .arrow::after {
  font-size: 0;
  opacity: 0;
  display: none;
}
#index-body .i-product .top {
  max-width: 1060px;
  margin: auto;
}
#index-body .i-product ul li .box {
  display: block;
  background: #d6d6d6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-radius: 20px;
  height: 426px;
  overflow: hidden;
}
#index-body .i-product ul li .box .num {
  color: white;
  opacity: 0.8;
  font-style: italic;
  z-index: 1;
  position: relative;
}
#index-body .i-product ul li .box img {
  position: absolute;
  right: 20px;
  max-width: unset;
  top: 39%;
  z-index: 3;
}
#index-body .i-product ul li .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#03abe3), to(#263594));
  background: -webkit-linear-gradient(right, #03abe3, #263594);
  background: -moz-linear-gradient(right, #03abe3, #263594);
  background: linear-gradient(to left, #03abe3, #263594);
  opacity: 0;
}
#index-body .i-product ul li .ten {
  color: #d6d6d6;
}
#index-body .i-product ul li .ten i {
  width: 35px;
  height: 1px;
  background-color: #d6d6d6;
}
#index-body .i-product ul li .ten span {
  padding-top: 5px;
}
#index-body .i-product ul li:nth-child(5) .box img {
  top: 50%;
}
#index-body .i-product ul li:nth-child(6) .box img {
  top: 45%;
}
#index-body .i-product ul li:hover .box::after {
  opacity: 1;
}
#index-body .i-application {
  height: 780px;
  position: relative;
}
#index-body .i-application ul.bg {
  height: 100%;
}
#index-body .i-application ul.bg li {
  height: 100%;
}
#index-body .i-application .content-box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
  color: white;
}
#index-body .i-application .content-box ul {
  width: 65%;
  position: relative;
}
#index-body .i-application .content-box ul li {
  opacity: 0;
}
#index-body .i-application .content-box ul li:not(:first-child) {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
#index-body .i-application .content-box ul li.active {
  opacity: 1;
}
#index-body .i-application .right_list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 390px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#01a368), to(#03636f));
  background: -webkit-linear-gradient(right, #01a368, #03636f);
  background: -moz-linear-gradient(right, #01a368, #03636f);
  background: linear-gradient(to left, #01a368, #03636f);
}
#index-body .i-application .right_list ul {
  height: 100%;
  width: 100%;
}
#index-body .i-application .right_list ul li {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .i-application .right_list ul li.active,
#index-body .i-application .right_list ul li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#03ace3), to(#273595));
  background: -webkit-linear-gradient(right, #03ace3, #273595);
  background: -moz-linear-gradient(right, #03ace3, #273595);
  background: linear-gradient(to left, #03ace3, #273595);
}
#index-body .i-about {
  overflow: hidden;
}
#index-body .i-about .wrap::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 300px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#03ace3), to(#273595));
  background: -webkit-linear-gradient(right, #03ace3, #273595);
  background: -moz-linear-gradient(right, #03ace3, #273595);
  background: linear-gradient(to left, #03ace3, #273595);
}
#index-body .i-about .left {
  width: 27%;
  z-index: 4;
  position: relative;
}
#index-body .i-about .left .img {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-about .right {
  width: 73%;
  z-index: 4;
  position: relative;
  padding-top: 10px;
}
#index-body .i-about .right .title {
  line-height: 1;
  color: #f2f2f2;
}
#index-body .i-about .right .content {
  margin-top: -24px;
}
#index-body .i-about .right ul li .num {
  color: var(--color);
  line-height: 1;
}
#index-body .i-news {
  position: relative;
  overflow: hidden;
}
#index-body .i-news .top {
  color: white;
  background-size: cover;
}
#index-body .i-news .top .box {
  max-width: 800px;
  z-index: 4;
  position: relative;
}
#index-body .i-news .list {
  z-index: 4;
  position: relative;
}
#index-body .i-news .list ul .slick-list {
  padding-bottom: 10px;
}
#index-body .i-news .list ul li .box {
  border-radius: 20px 20px 0 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
#index-body .i-news .list ul li .box .img-box {
  border-radius: 20px;
}
#index-body .i-news .list ul li .box .img-box .time {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: white;
}
#index-body .i-news .list ul li .box .titles,
#index-body .i-news .list ul li .box .title {
  line-height: 1.6;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  min-height: 160px;
}
#index-body .i-news .list ul li .box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#03ace3), to(#273595));
  background: -webkit-linear-gradient(right, #03ace3, #273595);
  background: -moz-linear-gradient(right, #03ace3, #273595);
  background: linear-gradient(to left, #03ace3, #273595);
}
#index-body .i-news .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 80%;
  background: url(../images/left_circle.png) no-repeat left top;
  background-size: contain;
}
#footer {
  background-color: #25292c;
  color: white;
}
#footer .wrap .one {
  max-width: 377px;
  margin-top: -56px;
}
#footer .wrap .one p {
  line-height: 28px;
}
#footer .wrap .one .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: black;
  text-align: center;
  line-height: 50px;
  margin-left: 10px;
  position: relative;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
#footer .wrap .one .share a #ewm {
  width: 110px;
  height: 110px;
  position: absolute;
  right: 100%;
  top: 0;
  border: 5px solid white;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .one .share a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#03ace3), to(#273595));
  background: -webkit-linear-gradient(right, #03ace3, #273595);
  background: -moz-linear-gradient(right, #03ace3, #273595);
  background: linear-gradient(to left, #03ace3, #273595);
}
#footer .wrap .one .share a:hover #ewm {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#footer .wrap .four {
  max-width: 355px;
}
#footer .wrap .five {
  max-width: 354px;
}
#footer .wrap .five form input {
  width: 100%;
  background-color: white;
  padding: 0px 20px;
  border-radius: 5px;
  border: none;
  height: 50px;
  font-size: 14px;
  margin-bottom: 20px;
  color: black;
}
#footer .wrap .five form input[type="submit"] {
  font-size: 18px;
  height: 50px;
  border-radius: 25px;
  background-color: #111011;
  width: 230px;
  padding: 0 20px;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .five form input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
  background: -webkit-linear-gradient(right, var(--color2), var(--color));
  background: -moz-linear-gradient(right, var(--color2), var(--color));
  background: linear-gradient(to left, var(--color2), var(--color));
}
#footer .wrap ul li {
  margin-bottom: 4px;
}
#footer .wrap ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  line-height: 1;
}
#footer .wrap ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap ul li:hover a::after {
  width: 100%;
}
#footer .wrap .four ul li {
  margin-bottom: 23px;
}
#footer .f-copy {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-copy svg {
  width: auto;
  height: 28px;
  fill: white;
}
@media screen and (max-width: 1700px) {
  html {
    zoom: 0.93;
  }
  #banner li .content .right {
    padding-right: 160px;
  }
  #index-body .i-product .top {
    max-width: 945px;
  }
  .font-200 {
    font-size: 160px;
  }
  #index-body .i-news .top .box {
    max-width: 675px;
  }
  #footer .wrap .one {
    max-width: 270px;
  }
  #footer .wrap .four {
    max-width: 268px;
  }
}
@media screen and (max-width: 1450px) {
  #banner li .content .right {
    padding-left: 0;
  }
  #index-body .i-product ul li .box {
    height: 360px;
  }
  #index-body .i-product ul li .box img {
    width: 150%;
  }
  .font-200 {
    font-size: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:last-child {
    width: 180px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #index-body .i-application {
    height: 680px;
  }
  #footer .wrap .five {
    max-width: 250px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #banner li .content .right {
    padding-right: 95px;
  }
  #index-body .i-application {
    height: 600px;
  }
  #index-body .i-application .content-box {
    bottom: 35px;
  }
  #index-body .i-application .right_list {
    width: 265px;
  }
  #index-body .i-about .right ul li {
    max-width: 190px;
  }
  #index-body .i-news .top .box {
    max-width: 585px;
  }
  #footer .wrap .one {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  html {
    zoom: 1;
  }
  #banner li .content .right {
    padding-right: 55px;
  }
  #banner .bottom {
    display: none;
  }
  .font-50 {
    font-size: 24px;
  }
  #index-body .i-product ul li {
    width: 33.3%;
    margin-bottom: 20px;
  }
  #index-body .i-application .right_list {
    width: 170px;
  }
  #index-body .i-application .right_list ul li img {
    max-width: 30px;
  }
  #index-body .i-about .wrap::after {
    display: none;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #index-body .i-about .left .arrow img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #index-body .i-news .top .box {
    max-width: 498px;
  }
  #index-body .i-news .bg {
    width: 48%;
  }
  #footer .wrap .two,
  #footer .wrap .three {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .right p {
    display: none;
  }
  .font-50 {
    font-size: 20px;
  }
  #banner li .content .right h2 {
    font-size: 17px;
  }
  #index-body .i-product ul li .box {
    height: 270px;
  }
  #index-body .i-application {
    height: auto;
  }
  #index-body .i-application ul.bg {
    height: 410px;
  }
  #index-body .i-application ul.bg li {
    background-size: cover;
  }
  #index-body .i-application .right_list {
    position: relative;
    width: 100%;
  }
  #index-body .i-application .right_list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-application .right_list ul li {
    width: 33.3%;
    height: 100px !important;
  }
  #index-body .i-application .content-box ul {
    width: 100%;
  }
  #index-body .i-application .content-box {
    bottom: 235px;
  }
  .font-200 {
    font-size: 80px;
  }
  #index-body .i-about .right .content {
    margin-top: 0;
  }
  #index-body .i-about .right ul li {
    max-width: 150px;
  }
  #index-body .i-news .bg {
    width: 67%;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .five,
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .right {
    padding-right: 22px;
  }
  #index-body .i-product ul li {
    width: 50%;
  }
  #index-body .i-application .right_list ul li {
    width: 50%;
  }
  #index-body .i-application .content-box {
    bottom: 330px;
  }
  .font-200 {
    font-size: 56px;
  }
  #index-body .i-about .right ul li {
    width: 50%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-news .list ul li .box .titles,
  #index-body .i-news .list ul li .box .title {
    min-height: 110px;
  }
  #index-body .i-about {
    padding-bottom: 0;
  }
}




.inner-banner {
  margin-top: 99px;
}
.inner-banner .sub {
  height: 30px;
  background-color: #000;
}
.inner-banner .mbx {
  padding: 18px 0;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
 
}
.product-page .sidebar-box .sidebar-left {
  width: 310px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list {
  padding: 20px 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-box .sidebar-left .list_box > .list h4 {
  font-size: 18px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      font-weight: 600;
  margin-bottom: 15px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  /*padding-bottom: 20px;*/
  margin-bottom: 10px;
  position: relative;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li > a {
  /*margin-bottom: 10px;*/
  display: inline-block;
  padding-right: 20px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li i {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -3px;
  cursor: pointer;
}
 
.product-page .sidebar-box .sidebar-left .list_box > .list ol li a {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li li a{
  font-size: 16px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li.active > a,
.product-page .sidebar-box .sidebar-left .list_box > .list ol li a:hover {
  color: var(--color);
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li i{
  transition: .5s;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li.active i{
  transform: rotate(90deg);
}

.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol{
  display: none;
  padding-top: 4px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li {
  margin-bottom: 10px;
  padding-right: 20px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li:last-child {
  margin-bottom: 0;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li a {
 
  display: inline-block;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li.active > a {
  color: var(--color);
}
.product-page .sidebar-box .sidebar-left .list_box > .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-box .sidebar-left .list_box > .list ul li .img {
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-box .sidebar-left .list_box > .list ul li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-right: 15px; 
  font-size: 14px;
  line-height: 28px;
}
.product-page .sidebar-box .sidebar-right {
  width: -webkit-calc(100% - 310px) !important;
  width: -moz-calc(100% - 310px) !important;
  width: calc(100% - 310px) !important;
  padding-right: 70px;
}
.product-page .sidebar-box .sidebar-right .pro-box {
  margin: 70px 0 95px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul {
  margin: -20px -10px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li {
  padding: 20px 10px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li:hover .img .btn {
  opacity: 1;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li .img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 205px;
  position: relative;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li .img .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  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;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li h4 {
  padding: 0 15px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul {
  margin: -25px -20px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul>p{
  padding: 30px } .product-page .sidebar-box .sidebar-right .pro-list ul li { padding: 25px 20px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 325px;
  border: 1px solid #d5d2d2;
}
.product-page .sidebar-box .sidebar-right .pro-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
    .product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
    height: auto;
  }
}
@media (max-width: 1000px){
  
  .product-page .sidebar-box .sidebar-right .pro-list ul li {
    width: 50%;
  }
  .product-page .sidebar-box .sidebar-left {
    display: none;
  }
  .product-page .sidebar-box .sidebar-right {
    padding-right: 0;
    width: 100% !important;
  }
  .product-page .sidebar-box {
    padding: 0 15px;
  }
  
}
@media (max-width: 500px){
    .product-page .sidebar-box .sidebar-right .pro-list ul li {
    width: 100%;
    padding: 15px 0;
  }
  .product-page .sidebar-box .sidebar-right .pro-list ul{
    padding: 30px 0 } } .prodet-page .init-1 { position: relative;
}
.prodet-page .init-1 .titleC {
  height: 490px;
  -o-background-size: cover;
  background-size: cover;
}
.prodet-page .init-1 .titleC .name {
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  line-height: 1.2;
}
.prodet-page .init-1 .bigImg {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 2;
}
.prodet-page .init-1 .bigImg a {
  display: block;
}
.prodet-page .init-1 .bigImg a img {
  height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .sPageC {
  font-weight: 700;
  position: absolute;
  top: -20px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  -o-transform: translateX(50.0%);
  transform: translateX(50.0%);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 26px 3px;
  border-radius: 20px;
}
.prodet-page .init-1 .container .sPageC .btn {
  width: 12px;
  text-align: center;
  cursor: pointer;
  display: block
}

.prodet-page .init-1 .container .sPageC .num {
  width: 40px;
  margin: 0 40px;
  text-align: center;
}
.prodet-page .init-1 .container .galleryImg {
  width: 480px;
  margin: -40px auto 0 0;
}
.prodet-page .init-1 .container .galleryImg li {
  border: none;
  padding: 0 9px;
}
.prodet-page .init-1 .container .galleryImg li img {
  width: 100%;
}
.prodet-page .init-2 .container {
  border-top: 1px solid #dbdbdb;
}
.prodet-page .init-2 .container .left {
  width: 50%;
  border-left: 1px solid #dbdbdb;
  padding: 50px 0 30px 80px;
  font-weight: 700;
}
.prodet-page .init-2 .container .left .type {
  color: #9a9a9a;
}
.prodet-page .init-2 .container .left .title {
  margin-top: 20px;
  font-weight: 600;
}
.prodet-page .init-2 .container .right {
  width: 50%;
  padding: 90px 50px 80px 60px;
}
.prodet-page .init-2 .container .right .tips {
  font-weight: 600;
}
.prodet-page .init-2 .container .right .des {
  color: #686868;
  margin-top: 16px;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 4px;
}
.prodet-page .init-2 .container .right .more {
  margin-top: 30px;
  /*border: 1px solid #000;*/
  cursor: pointer;
}
.prodet-page .init-3 {
  background-color: #f0f0f0;
}
.prodet-page .init-3 .container .left .tips {
  font-weight: 600;
}
.prodet-page .init-3 .container .left ul {
  margin-top: 120px;
}
.prodet-page .init-3 .container .left ul li {
  color: #d8d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 10px 18px 10px 5px;
  cursor: pointer;
  text-transform: capitalize;
}
.prodet-page .init-3 .container .left ul li.active {
  color: #000;
  border-right: 1px solid #000;
}
.prodet-page .init-3 .container .right {
  width: 70%;
  margin-right: auto;
  margin-top: 20px;
}
.prodet-page .init-3 .container .right li{
  display: none;
}
.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
  color: #393939;
  margin-top: 70px;
  max-width: 820px;
}
.prodet-page .init-3 .container .right ul li .formInfo form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC {
  margin-top: 26px;
  width: -webkit-calc(37%);
  width: -moz-calc(37%);
  width: calc(50% - 13px);
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC input,
.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  margin-top: 6px;
  padding: 11px 16px;
  font-size: 16px;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
  width: 100%;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
  padding: 10px 30px;
  cursor: pointer;
}
.prodet-page .init-3 .container .right ul li .formInfo form input[type="submit"]{
  font-size: 18px;
  height: 50px;
  border-radius: 25px;
  background-color: #111011;
  width: 230px;
  padding: 0 20px;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .init-3 .container .right ul li .formInfo form input[type="submit"]:hover{
      background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
    background: -webkit-linear-gradient(right, var(--color2), var(--color));
    background: -moz-linear-gradient(right, var(--color2), var(--color));
    background: linear-gradient(to left, var(--color2), var(--color));
}
@media (max-width: 1500px){
   .prodet-page .init-1 .titleC .name {
    font-size: 50px;
  }
}
@media (max-width: 1250px){
   .prodet-page .init-1 .container .galleryImg {
    width: 360px;
  }
  .prodet-page .init-2 .container .right {
    padding-left: 10px;
  }
}
@media (max-width: 1000px){
   .prodet-page .init-1 .titleC {
    height: auto;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 40px;
    padding: 40px 16px;
  }
  .prodet-page .init-1 .bigImg {
    position: relative;
    top: 0;
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .prodet-page .init-1 .bigImg a img {
    height: auto;
  }
  .prodet-page .init-1 .container .galleryImg {
    margin-top: 20px;
    width: 100%;
  }
  .prodet-page .init-1 .container .sPageC {
    position: relative;
    top: 0;
    margin: 20px auto 0;
    right: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    border: none;
    padding-left: 0;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    padding: 0;
  }
  .prodet-page .init-3 .container .left {
    width: 100%;
  }
  .prodet-page .init-3 .container .left ul {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 30px;
  }
  .gallery-page .top{
    padding-top: 30px;
  }
  .gallery-page .top > div{
    width: 100%;
  }
  .gallery-page .honor-box ul li{
    width: 33.3%;
  }
}
@media (max-width: 700px){
   .prodet-page .init-1 .titleC .name {
    font-size: 30px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    width: 100%;
  }
   .gallery-page .honor-box ul li{
    width: 50%;
  }
}
@media (max-width: 500px){
   .prodet-page .init-1 .titleC .name {
    font-size: 24px;
    padding: 20px 16px;
  }
   .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 20px;
  }
   .gallery-page .honor-box ul li{
    width: 100%;
  }
}

.flex-dcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page .about-1 .h2 {
  line-height: 1.25;
}
.about-page .about-1 .content {
  line-height: 30px;
  color: #666666;
}
.about-page .about-1 ul li {
  position: relative;
}
.about-page .about-1 ul li em {
  color: var(--color);
}
.about-page .about-1 ul li p {
  color: #999999;
  line-height: 1.8;
}
.about-page .about-1 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #d6d6d6;
}
.about-page .about-1 ul li:last-child::after {
  content: none;
}
.about-page .about-2 .box {
  padding: 0 240px;
  background: url(../images/yinhao-1.png) no-repeat left center, url(../images/yinhao-2.png) no-repeat right center;
}
.about-page .about-2 .content {
  line-height: 30px;
}
.about-page .about-3 {
  background: url(../images/sus-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
.about-page .about-3 .box {
  max-width: 1150px;
}
.about-page .about-3 .h2 {
  color: white;
}
.about-page .about-3 .content {
  line-height: 30px;
}
.about-page .about-4 .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 65%;
}
.about-page .about-4 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .box {
  background-color: white;
  width: 55%;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
.about-page .about-4 .box .des {
  line-height: 30px;
}
@media screen and (max-width: 1000px){
  .about-page .about-2 .box {
    padding: 0 85px;
    background-size: 60px;
  }
   .about-page .about-4 .box {
    width: 77%;
  }
  .about-page .about-1 ul li{
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .about-page .about-1 ul li:nth-child(2)::after{
    content: none;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-1 ul li p{
    line-height: 2;
  }
  .about-page .about-1 .h2{
    line-height: 30px;
  }
   .about-page .about-1 .top {
    padding: 0;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
   .about-page .about-4 .img {
    position: relative;
    width: 100%;
  }
  .about-page .about-4 .box {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px){
   .about-page .about-2 .box {
    padding: 0;
    background: white;
  }
  .about-page .about-1 ul li{
    padding: 0 0 0 10px;
  }
  .about-page .about-1 ul li::after{
    content: none;
  }
}

.au-page .container{
  width: 1755px;
}
.au-page .au-1{
  padding-top: 73px;
}
.au-page .au-1 .header{
  max-width: 1200px;
  margin: 0 auto;
}
.au-page .au-1 .header .con{
  color: #333; 
}
.au-page .au-2{
  padding: 4.8% 0 5.1042%;
}
.au-page .au-2 .text{
  width: 47%;
  color: #333333;
  line-height: 1.6;
}
.au-page .au-2 .img{
  width: 53%;
}
.au-page .au-3{
  background: var(--color);
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6.83% 0 7.4%;
}
.au-page .au-3 .text{
  width: 46%;
}
.au-page .au-3 .img{
  width: 54%;
}
.au-page .au-3 .img img{
  width: 100%;
}
.au-page .au-3::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.au-page .au-4{
  padding: 5.21% 0;
}
.au-page .au-4 .text{
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  color: #666;
}
.au-page .au-4 .list li{
  background-color: #f7f7f7;
  padding: 2.5% 1.5%;
}
@media screen and (max-width: 1700px){
  .au-page .container{
    width: 1460px;
  }
}
@media screen and (max-width: 1450px){
  .au-page .container{
    width: 1260px;
  }
}
@media screen and (max-width: 1250px){
   .au-page .container{
    width: 1000px;
  }
}
@media screen and (max-width: 1000px){
   .au-page .au-2 .text,
  .au-page .au-3 .text{
    width: 100%;
  }
  .au-page .au-2 .img,
  .au-page .au-3 .img{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .au-page .au-4 .list li span.h6{
    font-size: 19px;
  }
}
@media screen and (max-width: 700px){
   .au-page .au-1{
    padding-top: 30px;
  }
  .au-page .au-4 .list ul{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .au-page .au-4 .list li{
    width: 49.6%;
  }
}
@media screen and (max-width: 500px){
   .au-page .au-4 .list li{
    width: 100%;
  }
}

.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 p{
  color: #666;
  font-weight: 300;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  /*border-radius: 5%;*/
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-right: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  right: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-left: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width:1600px){
   .aft03 .icenter2 .ri>ul li {
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-left: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width:768px){
   .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-left: 31px;
  }

  .aft03 {
    padding-top: 50px;
  }
}

.service-add ul li{
  margin-bottom: 20px;
}
.service-add ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-add ul li .text{
  background: #faf9f9;
  padding: 20px 6%;
}
.service-add ul li:nth-child(even){
  -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service-add ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .service-add ul li .text{
    padding: 20px 15px;
  }
  .service-add ul li .text .title{
    font-size: 24px;
  }
  .service-add ul li .text .con{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
   .service-add ul li .img,
   .service-add ul li .text{
     width: 100%;
   }
}

.sa-nav .container .sa-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 16.66%;
  border-radius: 25px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: rgb(48 52 146);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
  filter: invert(1);
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.sa-nav {
  padding: 80px 0;
  background: #f2f6f7;
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
 
.cus-page .cus-5 {
  padding-bottom: 7%;
}

.cus-page .cus-5 .header {
  margin-top: 93px;
}

.cus-page .cus-5 .header .tit {
  max-width: 500px;
}

.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}

.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-5 .content .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}

.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
 
@media screen and (max-width: 1440px) {
   
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  } 
}
@media screen and (max-width: 1230px) {
  .cus-page .tit {
    font-size: 30px;
  } 

  .cus-page .cus-5 .header .con {
    max-width: 469px;
  } 
}
@media screen and (max-width: 1000px) {
  .sa-nav .container .sa-c {
    width: 33.333%
  } 

  .cus-page .cus-5 .header {
    margin-top: 30px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-5 .content {
    margin-top: 30px;
  }

  .cus-page .cus-5 .content .text {
    padding: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  } 
}
@media screen and (max-width: 700px) {
  
  .cus-page .tit {
    font-size: 30px;
  }

  .cus-page .cus-5 .content .img-box img {
    min-height: 360px;
  } 
}
@media screen and (max-width: 500px) {
  .sa-nav .container .sa-c {
    width: 50%
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  } 

  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  } 

  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}

.faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
  font-weight: 700;
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-left: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  left: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 80px 10px 140px;
}
.faq-page .init-2 .container .content .right .title {
  font-weight: 700;
}
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
  /*border: 1px solid #000;*/
  width: 350px
}
.faq-page .init-2 .container .content .right .more span:first-child {
  width: -webkit-calc(72%);
  width: -moz-calc(72%);
  width: calc(100% - 28px);
}
@media (max-width: 1500px) {
  .faq-page .init-2 .container .content .right {
    padding-left: 60px;
  }
}
@media (max-width: 1250px) {
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }
  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}

.contact-page+#footer{
  border-top: 0
}
.contact-page .init-1 {
  padding-bottom: 220px;
}
.contact-page .init-1 .container .left {
  width: 320px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 700;
}
.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .init-1 .container .left ul li .titleC i{
  font-size: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-right: 16px;
  font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .init-1 .container .right {
  width: 66%;
  margin-right: auto;
}
.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form .listC {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .listC.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form .listC input,
.contact-page .init-1 .container .right form .listC textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
.contact-page .init-1 .container .right form .listC .more {
  border: 1px solid #000;
  cursor: pointer;
}
.contact-page .init-1 .container .right form .listC input[type="submit"]{
  font-size: 18px;
    height: 50px;
    border-radius: 25px;
    background-color: #111011;
    width: 230px;
    padding: 0 20px;
    text-align: center;
    color: white;
    display: inline-block;
    line-height: 56px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .init-1 .container .right form .listC input[type="submit"]:hover{
  background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
    background: -webkit-linear-gradient(right, var(--color2), var(--color));
    background: -moz-linear-gradient(right, var(--color2), var(--color));
    background: linear-gradient(to left, var(--color2), var(--color));
}
.contact-page .map{
  margin-bottom: -20px
}
.contact-page .init-2 {
  text-align: center;
  background-color: #f2f2f2;
}
.contact-page .init-2 .container .tipsTitle {
  font-weight: 700;
}
.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
  display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-weight: 700;
  display: block;
}
.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background: none;
  color: #000;
}
.contact-page .init-2 .container .content .swiper .more::after{
  display: none
}
.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -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(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: var(--color);
  color: #fff;
   border: 1px solid var(--color);
}
.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}
.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}
@media (max-width: 1250px) {
  .contact-page .init-1 {
    padding-bottom: 100px;
  } 
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .listC {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-bottom: 40px;
  }
  .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }
  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}

.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 13px 23px 6px;
  border-radius: 25px;
      font-weight: 700;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1000px){
  .news-page #index-body .i-news .list ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-news .list ul li .box .titles, 
  #index-body .i-news .list ul li .box .title{
    min-height: 124px;
  }
}
@media screen and (max-width: 700px){
   .news-page .news-tab {
    display: none;
  }
  .news-page #index-body .i-news .list ul li{
    width: 100%;
  }
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  right: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.0,100);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-right: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1000px){
  .newdet-page .sideBox .sideLeft{
    display: none;
  }
  .newdet-page .sideBox .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sideBox .sideRight .category{
    margin-bottom: 20px;
  }
  .newdet-page .sideBox .sideRight h1{
    font-size: 30px;
  }
  .newdet-page .sideBox .sideRight time{
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px){
   .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: white;
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
  border-radius: 25px;
    height: 50px;
    line-height: 43px;
    width: 230px;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: 600;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  min-height: 66px;
}
.m-page{
  margin-top: 40px;
}
.m-page a,.m-page span{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  margin: 0 5px;
  background: #222;
  color: white;
  border-radius: 5px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}