@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), 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-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), 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-display: swap;
}
body {
  --color: #e9bc00;
  --color1: #0062ad;
  font-family: 'Poppins';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1710px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 25px 46px 19px;
  border-radius: 5px;
  background: var(--color);
  color: #fff;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.25);
  -moz-transform: translateX(-50%) scaleY(1) scaleX(1.25);
  -ms-transform: translateX(-50%) scaleY(1) scaleX(1.25);
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.more::after {
  content: "";
  position: absolute;
  left: 55%;
  -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -moz-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  -ms-transform: translateX(-50%) scaleY(1) scaleX(1.45);
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: var(--color1);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.more:hover::before,
.more:focus::before {
  top: -35%;
  background-color: var(--color1);
  -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -moz-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.more:hover::after,
.more:focus::after {
  top: -45%;
  background-color: var(--color1);
  -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -moz-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .container {
  width: 1850px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  color: #242424;
  margin-right: 49px;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#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: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.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-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: 0 15px;
  line-height: 40px;
  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;
  background: 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 a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#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 .yuy span img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header .nav .ui.menu .more {
  font-size: 16px;
  padding: 7px 32px 7px 31px;
}
.title,
.i-title {
  font-weight: bold;
}
.i-title {
  line-height: 1.1;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner ul li .text {
  color: #fff;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 750px;
}
#banner ul li .text .box .title {
  line-height: 1.4;
}
#banner ul li .text .box .con {
  line-height: 1.7;
  opacity: .8;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
#banner ul .swiper-slide-active .text .box .con {
  opacity: .8;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
#banner .change {
  position: absolute;
  bottom: 12.4%;
  left: 0;
  width: 100%;
  z-index: 1;
}
#banner .swiper-pagination {
  position: initial;
  text-align: left;
}
#banner .swiper-pagination span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  opacity: 1;
  position: relative;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-pagination span::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  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;
}
#banner .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: var(--color);
}
#banner .swiper-pagination span.swiper-pagination-bullet-active::after {
  background: var(--color);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.i-tag {
  line-height: 1.6;
  color: var(--color);
  display: block;
}
.i-tag.white {
  color: #fff;
}
.i-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 44px;
  line-height: 1.23;
  background: url(../images/bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  width: 652px;
  height: 148px;
  text-transform: uppercase;
}
.font-16 {
  line-height: 1.6;
}
.font-18 {
  line-height: 1.7;
}
#index-body .i-partner ul {
  margin: 0 -25.5px;
}
#index-body .i-partner ul li {
  padding: 43px 25.5px 110px;
}
#index-body .i-partner ul li .img-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 95px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 95px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
#index-body .i-about .top .left {
  width: 44.94%;
  color: #141414;
}
#index-body .i-about .top .left .title {
  line-height: 1.1;
}
#index-body .i-about .top .left .tit {
  font-weight: 600;
}
#index-body .i-about .top .left .con {
  color: #363636;
  line-height: 1.7;
}
#index-body .i-about .top .left .con h1 {
  display: inline;
}
#index-body .i-about .top .left .more {
  padding: 22px 37px 22px 36px;
}
#index-body .i-about .top .right {
  width: 55.06%;
}
#index-body .i-about .top .right .play {
  width: 4.45em;
  height: 4.45em;
  background: transparent;
}
#index-body .i-about .top .right .play::before,
#index-body .i-about .top .right .play::after {
  border: 2px solid #fff;
}
#index-body .i-about .bottom ul li .num {
  line-height: 1.35;
}
#index-body .i-about .bottom ul li:hover .num {
  color: var(--color1);
}
#index-body .i-category {
  padding-top: 7.1875%;
}
#index-body .i-category .content ul li .ig {
  height: 37.32vh;
  min-height: 200px;
  z-index: 1;
  border: solid 1px rgba(153, 153, 153, 0.4);
  border-left: 0;
}
#index-body .i-category .content ul li .ig .text {
  top: 35px;
  right: 51px;
  bottom: 35px;
  left: 49px;
  border: solid 3px #0191ff;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig .text .tit {
  font-weight: 600;
  line-height: 1.2;
}
#index-body .i-category .content ul li .ig .text .link {
  width: 62px;
  height: 62px;
  background-color: #e9bc00;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-category .content ul li .ig .text .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig .text .link:hover::after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
#index-body .i-category .content ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig:hover .text,
#index-body .i-category .content ul li .ig:hover::after {
  opacity: 1;
}
#index-body .i-category .content ul li:nth-child(1) .ig,
#index-body .i-category .content ul li:nth-child(2) .ig,
#index-body .i-category .content ul li:nth-child(3) .ig {
  border-bottom: 0;
}
#index-body .i-category .content ul li:nth-child(4) .ig,
#index-body .i-category .content ul li:nth-child(5) .ig,
#index-body .i-category .content ul li:nth-child(6) .ig {
  border-top: 0;
}
#index-body .i-solution {
  padding-top: 7.03125%;
}
#index-body .i-solution .header {
  max-width: 782px;
  margin: 0 auto;
}
#index-body .i-solution .content ul {
  margin: -20px -49px;
}
#index-body .i-solution .content ul li {
  padding: 20px 49px;
}
#index-body .i-solution .content ul li .img-box {
  -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
#index-body .i-solution .content ul li .title {
  line-height: 1.3;
}
#index-body .i-case {
  padding-top: 7.24%;
}
#index-body .i-case .content ul {
  margin: 0 -2.5px;
}
#index-body .i-case .content ul li {
  padding: 0 2.5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-case .content ul li .ig {
  height: 60.28vh;
  min-height: 300px;
  z-index: 1;
}
#index-body .i-case .content ul li .ig .text {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-case .content ul li .ig .text .title {
  display: block;
  max-width: 530px;
  line-height: 1.4;
}
#index-body .i-case .content ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-case .content ul li.active {
  -webkit-box-flex: 3.3778;
  -webkit-flex: 3.3778;
  -moz-box-flex: 3.3778;
  -ms-flex: 3.3778;
  flex: 3.3778;
}
#index-body .i-case .content ul li.active .ig .text,
#index-body .i-case .content ul li.active .ig::after {
  opacity: 1;
}
#index-body .i-news {
  padding: 6.71875% 0 6.042%;
}
#index-body .i-news .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .i-news .header .title {
  line-height: 1.3;
}
#index-body .i-news .header .more {
  padding: 25px 28px 19px;
}
#index-body .i-news .content ul li {
  color: #141414;
}
#index-body .i-news .content ul li time {
  font-style: italic;
  line-height: 1;
  color: #2d2d2d;
}
#index-body .i-news .content ul li .tit {
  font-weight: 500;
  line-height: 1.5;
}
#index-body .i-news .content ul li .tit:hover {
  color: var(--color1);
}
#index-body .i-news .content ul li .link {
  display: inline-block;
}
#index-body .i-news .content ul li .link:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-news .content .slickDots {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .i-news .content .slickDots li {
  width: 1.6em;
  height: 1.6em;
  background-color: #e3e3e3;
  border: 0;
  margin: 0 1.35em;
}
#index-body .i-news .content .slickDots li.slick-active {
  background: #2b2b2f;
}
#footer {
  background: url(../images/fbg.png) no-repeat 90% 106px #292929;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .f-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#footer .f-header .yuy {
  border-radius: 5px;
  border: solid 1px #ffffff;
}
#footer .f-header .yuy span {
  line-height: 1;
}
#footer .f-header .yuy ul {
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .f-content .title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 33px;
}
#footer .f-content .left {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 16px;
  position: relative;
}
#footer .f-content ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 7px;
  background: url(../images/f-icon.png) no-repeat center;
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li a:hover::before {
  opacity: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-contact {
  max-width: 302px;
}
#footer .f-content .f-contact ul li {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}
#footer .f-content .f-contact ul li i {
  width: 28px;
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content #ewm {
  width: 165px;
  border: 10px solid #fff;
}
#footer .f-content .share {
  font-size: 16px;
}
#footer .f-content .share a {
  width: 2.6875em;
  height: 2.6875em;
  line-height: 2.6875em;
  border-radius: 50%;
  background: #3b505c;
  text-align: center;
  margin-right: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover {
  background: var(--color1);
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 0 24px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy .f-back {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  #index-body .i-category .content ul li .ig .text {
    top: 18px;
    right: 26px;
    bottom: 18px;
    left: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
  #header .nav .ui.menu .msg {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    font-size: 18px;
    padding: 16px 23px 15px;
  }
  #banner ul li .text {
    top: 46%;
  }
  #banner .change {
    bottom: 4%;
  }
  .font-44 {
    font-size: 36px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-about .top .left {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-solution .content ul {
    margin: -12px -25px;
  }
  #index-body .i-solution .content ul li {
    padding: 12px 25px;
  }
  #index-body .i-case .content ul li .ig {
    height: 46vh;
  }
  #index-body .i-case .content ul li .ig .text {
    padding: 0 20px 20px;
  }
  #index-body .i-news .header .title {
    width: 100%;
  }
  #index-body .i-category .content ul li .ig {
    height: 28vh;
  }
  #index-body .i-category .content ul li .ig .text .link {
    zoom: .8;
  }
  #footer .f-content .left {
    display: none;
  }
  #footer .f-content .right {
    width: 100%;
    padding: 30px 0;
  }
  #footer .f-content .right .f-contact {
    max-width: 100%;
  }
  #footer .f-content .right .f-code {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .flex-3 > * {
    width: 50%;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-34 {
    font-size: 24px;
  }
  .more {
    font-size: 16px;
    padding: 10px 20px;
  }
  #banner ul li .text .box .btn {
    margin-top: 6px;
  }
  #banner .change {
    zoom: .7;
    bottom: 2%;
  }
  .i-title {
    width: 100%;
  }
  #index-body .i-partner ul {
    margin: 0 -17px;
  }
  #index-body .i-partner ul li {
    padding: 22px 17px 30px;
  }
  #index-body .i-about .bottom ul li {
    width: 33.3333%;
  }
  #index-body .i-case .content ul li .ig {
    height: 32vh;
  }
}
@media screen and (max-width: 500px) {
  .font-34 {
    font-size: 24px;
  }
  .flex-3 > * {
    width: 100%;
  }
  #index-body .i-category .content ul li .ig {
    height: 28vh;
  }
  #index-body .i-category .content ul li .ig .text,
  #index-body .i-category .content ul li .ig::after {
    opacity: 1;
  }
  .more {
    font-size: 14px;
  }
  .font-44 {
    font-size: 30px;
  }
  .font-34 {
    font-size: 22px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-18 {
    line-height: 2 !important;
  }
  .i-title {
    font-size: 30px;
  }
  #banner ul li .text .box .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .text .box .con {
    display: none;
  }
  #index-body .i-about .top .left .more {
    padding: 12px 25px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-case .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-case .content ul li {
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  #index-body .i-case .content ul li .ig::after,
  #index-body .i-case .content ul li .ig .text {
    opacity: 1;
  }
  #index-body .i-case .content ul li.active {
    width: 100%;
  }
  #index-body .i-news .header .more {
    padding: 10px 25px;
  }
  #footer .f-header .yuy span {
    display: none;
  }
  #footer .f-content .f-contact ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .fixed-toolbar {
    bottom: 14%;
    zoom: .8;
  }
}
.inner-banner {
  padding-top: 136px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 1.6;
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
  background-attachment: fixed;
}
.inner-banner .img .bg {
  padding-top: 300px;
  background-attachment: fixed;
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .inner-banner .img .bg {
    padding-top: 150px;
    background-attachment: unset;
    background-size: cover;
  }
}
.inner-page .title {
  font-size: 48px;
  font-weight: bold;
  position: relative;
}
.inner-page .title em {
  color: var(--color);
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.about-page .about-1 {
  padding-top: 4.688%;
}
.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
}
.about-page .about-1 .content .right {
  width: 38%;
}
.about-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;
  font-weight: bold;
}
.about-page .about-1 .content .right span {
  font-size: 160px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page #index-body .i-about .top .right{
  width: 100%;
}
.about-page #index-body .i-about .top .right img{
  width: 100%;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 18px;
  color: #282727;
  line-height: 1.7;
  margin-top: 42px;
}
.about-page .about-3 {
  padding-top: 5.782%;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .content {
  margin-top: 70px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 1130px;
}
.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}
.about-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content ul li .box {
  background: #fff;
  padding: 90px 75px 92px 59px;
  height: 380px;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  color: var(--color);
}
.about-page .about-3 .content ul li .box .con {
  font-size: 18px;
  line-height: 1.8;
  color: #282727;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-4 {
  padding: 6.25% 0 0;
}
.about-page .about-4 .box {
  background: var(--color);
}
.about-page .about-4 .box .left {
  vertical-align: middle;
  color: #fff;
  padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
}
.about-page .about-4 .box .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 26px;
  width: 76%;
}
.about-page .about-4 .box .left .more {
  background: #fff;
  color: var(--color);
  margin-top: 72px;
}
.about-page .about-4 .box .left .more::after {
  background: #000;
}
.about-page .about-4 .box .left .more:hover {
  color: #fff;
}
.about-page .about-4 .box .right {
  vertical-align: middle;
}
.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: var(--color1);
}
.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
.i-global {
  background: url(../images/map-bg.jpg) no-repeat top 75% right 125%;
  padding: 110px 0 130px;
}
.i-global .baseTit {
  max-width: 500px;
}
.i-global .desc {
  width: 45%;
  opacity: .75;
}
.i-global .left {
  width: 70%;
}
.i-global .left > img {
  width: 100%;
}
.i-global .left li {
  z-index: 1;
}
.i-global .left li:nth-of-type(1) {
  left: 77%;
  top: 40%;
}
.i-global .left li:nth-of-type(2) {
  left: 79.7%;
  top: 45%;
}
.i-global .left li:nth-of-type(3) {
  left: 19%;
  top: 37%;
}
.i-global .left li:nth-of-type(4) {
  left: 52%;
  top: 34%;
}
.i-global .left li:nth-of-type(5) {
  left: 46%;
  top: 31%;
}
.i-global .left li:nth-of-type(6) {
  left: 76%;
  top: 56%;
}
.i-global .left li:nth-of-type(7) {
  left: 68%;
  top: 53%;
}
.i-global .left li:nth-of-type(8) {
  left: 49%;
  top: 32%;
}

.i-global .left li i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #014099;
}
.i-global .left li i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(1, 64, 153, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-global .left li .text {
  font-size: 17.16px;
  width: 120px;
}
.i-global .left li .text.tc {
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.i-global .left li .text.rb {
  top: 110%;
  left: 200%;
}
.i-global .right {
  width: 25%;
  margin-top: 40px;
}
.i-global .right li + li {
  margin-top: 25px;
}
.i-global .right li a {
  font-size: 30px;
  display: block;
  position: relative;
  padding-left: 50px;
  color: #6e6e6e;
}
.i-global .right li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  border-bottom: 2px solid #014099;
  width: 40px;
  opacity: 0;
}
.i-global .right li.active a {
  font-weight: bold;
  color: #014099;
}
.i-global .right li.active a::before {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 1480px) {
  .i-global .right li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3 .content ul {
    height: 1000px;
  }
  .about-page .about-3 .content ul li {
    height: 350px;
  }
  .about-page .about-3 .content ul li .box {
    height: 350px;
    padding: 60px 50px 30px 40px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }
  .about-page .about-4 .box .left {
    padding-left: 50px;
  }
  .about-page .about-4 .box .left .con {
    width: 92%;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
  .i-global .right li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }
  .about-page .about-3 .content ul {
    height: 900px;
  }
  .about-page .about-3 .content ul li {
    height: 300px;
  }
  .about-page .about-3 .content ul li .box {
    height: 300px;
    padding: 40px 30px 30px 20px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-page .about-1 .content .con {
    width: 100%;
  }
  .about-page .about-1 .content .right {
    display: none;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul {
    height: 800px;
  }
  .about-page .about-3 .content ul li {
    height: 260px;
  }
  .about-page .about-3 .content ul li .box {
    height: 260px;
    padding: 20px 15px 0 15px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 25px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about-page .about-4 .box .left {
    padding-left: 20px;
  }
  .i-global {
    padding: 60px 0;
  }
  .i-global .baseTit {
    max-width: 100%;
    float: none;
  }
  .i-global .desc {
    width: 100%;
    text-align: left;
    float: none;
  }
  .i-global .left {
    width: 100%;
    float: none;
  }
  .i-global .right {
    width: 100%;
    float: none;
  }
  .i-global .right ul {
    font-size: 0;
  }
  .i-global .right li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .i-global .right li + li {
    margin-top: 0;
  }
  .i-global .right li a {
    padding-left: 0;
  }
  .i-global .right li a::before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .img .tit {
    font-size: 20px;
  }
  .inner-page .title {
    font-size: 40px;
  }
  .about-page .about-3 .content ul {
    height: auto;
  }
  .about-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }
  .about-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }
  .about-page .about-3 .content ul li:nth-child(4),
  .about-page .about-3 .content ul li:nth-child(5),
  .about-page .about-3 .content ul li:nth-child(6),
  .about-page .about-3 .content ul li:last-child {
    position: initial;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }
  .i-global .left li .text {
    font-size: 14px;
    width: 100px;
  }
  .i-global .left li .text.rb {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }
  .inner-page .title {
    font-size: 32px;
  }
  .about-page .about-2 .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .more {
    margin-top: 15px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
  }
  .about-page .about-4 .box .left .tit {
    font-size: 32px;
  }
  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  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 span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
.honor-page .container .tips_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 50px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.faq-page {
  padding-bottom: 110px;
}
.faq-page .container .tips_title {
  font-weight: bold;
  padding-left: 60px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: rgba(1,64,153,0.12);
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #014099;
}
.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--color1);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .container .content ul {
    text-align: left;
  }
  .faq-page .container .content {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}
.news-page {
  padding-bottom: 110px;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: rgba(1,64,153,0.12);
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul {
  display: flex;
  flex-wrap: wrap;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 100%;
  min-height: 290px;
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #525252;
  padding: 30px 0;
  line-height: 30px;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
  font-family: 'BarlowCondensed';
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 1px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
#addForm2 span {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.inner-page .sidebox {
  padding: 6rem 15px;
  margin: auto;
}
.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  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 button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 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: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color1);
}
.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: 20px;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color1);
}
.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: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.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: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideleft .widget .contact{
  background-color: var(--color);
  color: white;
  padding: 40px;
  border-radius: 20px;
}
.inner-page .sidebox .sideleft .widget .contact h2{
  font-weight: bold;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i{
  font-size: 24px;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span{
  font-size: 20px;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}
.inner-page .in-num { 
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
#index-body .i-product .ui.container {
  z-index: 3;
}
#index-body .i-product .i-title {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-product .i-title em {
  color: #fff500;
}
#index-body .i-product .txt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 26px auto 83px;
}
#index-body .i-product ul {
  margin: -20px;
}
#index-body .i-product ul li {
  padding: 15px 10px;
}
#index-body .i-product ul li .box {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
}
#index-body .i-product ul li .box .content .title {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-product ul li .box .content .mores {
  color: var(--color);
}
#index-body .i-product ul li .box:hover .content {
  background: var(--color);
  color: white;
}
#index-body .i-product ul li .box:hover .content .mores {
  color: white;
}
#index-body .i-product .btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
#index-body .i-product .img1 {
  position: absolute;
  left: 0;
  top: 40%;
  width: 164px;
  height: 231px;
  background: url(../images/product-icon1.png) no-repeat;
}
#index-body .i-product .img2 {
  position: absolute;
  left: 3%;
  top: 48%;
  width: 184px;
  height: 189px;
  background: url(../images/product-left-img.png) no-repeat;
}
#index-body .i-product .img3 {
  position: absolute;
  right: 2%;
  top: 49%;
  width: 231px;
  height: 224px;
  background: url(../images/product-icon2.png) no-repeat;
}
#index-body .i-product .img4 {
  position: absolute;
  left: 0%;
  bottom: -12%;
  width: 208px;
  height: 303px;
  background: url(../images/about-icon1.png) no-repeat;
}
#index-body .i-product .img5 {
  position: absolute;
  right: 2%;
  bottom: -13%;
  width: 347px;
  height: 339px;
  background: url(../images/about-icon2.png) no-repeat;
}
.product2-page #index-body .i-product.cat_pro .ui.container{
  max-width: 1530px;
}
.product2-page #index-body .i-product h1{
  text-transform: unset;
}
.product2-page #index-body .i-product h1:before{
  margin-top: 0;
}
.product2-page #index-body .i-product .Auxil-catdes{
  font-size: 20px;
  padding-left: 30px;
}
.product2-page #index-body .i-product ul li .box .content{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product2-page #index-body .i-product ul li .box .content::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.prodet-page #index-body .i-product .i-title em{
  color: var(--color);
}
@media screen and (max-width: 1200px) {
   #index-body .i-product ul li .box .content {
    padding: 15px 20px 25px;
  }
  #index-body .i-product ul li .box {
    border-radius: 25px;
  }
  #index-body .i-product ul li{
    width: 50%;
  }
   #index-body .i-product ul li .box .content .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox{
    padding: 60px 0;
  }
   .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100%;
    padding: 0;
  }
  #index-body .i-product .img3,
  #index-body .i-product .img5{
    background-size: 60%;
    background-position: right;
  }
  #index-body .i-product .img4{
    background-size: 60%;
    background-position: left;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-product {
    padding-top: 45px;
  }
  #index-body .i-product .txt {
    margin: 15px 0 25px;
  }
   .product2-page #index-body .i-product .Auxil-catdes{
    padding-left: 0;
  }
  .product2-page #index-body .i-product ul li .box .content .title{
    min-height: 90px;
  }
  .product2-page #index-body .i-product ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-product .txt{
    font-size: 16px;
  }
  #index-body .i-product{
    background-size: auto 38%;
  }
  #index-body .i-product ul li .box{
   -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
  }
  #index-body .i-product ul li .box .content .title{
    font-size: 15px;
    min-height: 90px;
    line-height: 30px;
  }
  #index-body .i-product .img5,
  #index-body .i-product .img1,
  #index-body .i-product .img2{
    opacity: 0;
  }
  #index-body .i-product ul {
    margin: -5px;
  }
  #index-body .i-product ul li{
    padding: 5px;
  }
}
.prodet-page .prodet-1 {
    padding: 130px 0 80px
}
.prodet-page .prodet-1 .left {
    width: 39%
}
.prodet-page .prodet-1 .left .img{
  position: relative;
}
.prodet-page .prodet-1 .left .img span{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .prodet-1 .left .img span.prev{
  left:10px;
}
.prodet-page .prodet-1 .left .img span.next{
  right:10px;
}
.prodet-page .prodet-1 .left .img span i{
  font-size: 30px;
  transition: all 0.5s;
  color: white;
}
.prodet-page .prodet-1 .left .img span:hover i{
  color: var(--color);
}
.prodet-page .prodet-1 .left a {
    display: block;
    text-align: center;
}
.prodet-page .prodet-1 .left a img{border-radius: 30px;}
.prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
}
.prodet-page .prodet-1 .right table{
  width:100%;
  table-layout: fixed;
} 
.prodet-page .prodet-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    opacity: .51;
    margin: 25px 0 60px
}
.prodet-page .prodet-1 .left .gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}
.prodet-page .prodet-1 .left .gallery ul {
    margin: -10px;
    position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-track {
    margin-left: 0
}
.prodet-page .prodet-1 .left .gallery ul li {
    padding: 10px
}
.prodet-page .prodet-1 .left .gallery ul li .img {
    border-radius: 10px;
    display: block;
    overflow: hidden;
  cursor: pointer;
}
.prodet-page .prodet-1 .left .gallery ul li .img img {
    width: auto;
    margin: auto
}
.prodet-page .prodet-1 .right .more_btn .more:after {
    color: #000
}
.prodet-page .prodet-2 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page .prodet-2 ul.options li {
    font-size: 18px;
    padding: 0 60px;
    height: 100%;
    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;
    border-radius: 0 0 50px;
    position: relative;
}
.prodet-page .prodet-2 ul.options li a {
    position: relative
}
.prodet-page .prodet-2 ul.options li a:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--color1);
}
.prodet-page .prodet-2 ul.options li.active {
    background: var(--color1);
    color: #fff
}
.prodet-page .prodet-2 ul.options li.active a:after {
    background: #fff
}
.prodet-page .prodet-2 .box {
    padding: 70px 0
}
.prodet-page .prodet-2 .box .content {
    font-size: 18px;
}
.prodet-page .prodet-2 .box .content video{
   width: 100% !important;
}
.prodet-page .prodet-2 .box .content table{
  width: 100%;
  table-layout: fixed;
}
.prodet-page .prodet-2 .list {
    padding: 70px 0
}
.prodet-page .prodet-2 .list ul {
    margin: -15px
}
.prodet-page .prodet-2 .list ul li {
    padding: 15px;
    text-align: center
}
.prodet-page .prodet-2 .list ul li .img-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px
}
.prodet-page .prodet-2 .list ul li p {
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
    opacity: .51
}
@media screen and (max-width: 1400px) {
    .prodet-page .prodet-1 .left a {
        padding: 0
    }
    .prodet-page .prodet-1 .right .more_btn {
        position: relative;
        left: 0
    }
    .prodet-page .prodet-1 .right h1 {
        padding-right: 0
    }
}
table {
    word-break: unset;
}
@media screen and (max-width: 1250px) {
      .prodet-page .prodet-2 .box .content table{
      overflow-x: auto;
      table-layout: unset;
      display: block;
    }
     .prodet-page .prodet-2 .box .content table tr td{
       min-width: 150px !important;
       height: auto !important;
       white-space: nowrap;
     }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left {
        width: 100%
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 ul.options {
        flex-wrap: wrap;
        height: auto
    }
    .prodet-page .prodet-2 .box .seoPublic {
        display: block!important
    }
}
.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 70px
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 .top .tip {
  width: 50%;
}
.service-page .service-1 .top .tip .title {
  line-height: 1.2;
}
.service-page .title::before{
  display: none;
}
.service-page .service-1 .top .cont {
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.service-page .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.service-page .service-1 ul li {
  height: 435px;
  margin-top: 40px;
}
.service-page .service-1 ul li .ig{
   background-color: #f7f7f7;
   height: 100%;
  padding: 45px 28px 0;
}
.service-page .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}
.service-page .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}
.service-page .service-1 ul li .t1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.service-page .service-1 .bottom {
  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;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom img {
  margin-right: 24px;
}
.service-page .service-1 .sev1 {
  width: 100%;
}
.service-page .service-1 .sev-img{
  position: relative;
  margin-top: 80px
}
.service-page .service-1 .sev-img .sev-icon{
  position: absolute;
  right: 70px;
  top: 0;
  margin-top:-96px;
  animation: sc 8s infinite linear;
}
.service-page .service-2 {
  background: url(../images/sev2.jpg) no-repeat bottom -5px center / 100%;
  padding: 105px 0 175px;
  text-align: center;
}
.service-page .service-2 .title {
  line-height: 1.2;
}
.service-page .service-2 .cont {
  max-width: 1150px;
  font-size: 17px;
  line-height: 2;
  margin: 15px auto 45px;
}
.service-page .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}
#index-body .advantage {
  background: url(../images/adv_bg.jpg) no-repeat top center / cover;
  padding-top: 100px;
  padding-bottom: 160px;
}
.application-page #index-body .advantage {
 background-image: url(../images/adv_bg.jpg)
}
.service-page #index-body .advantage {
 background-image: url(../images/seradv_bg2.jpg)
}
#index-body .advantage .ui.container {
  max-width: 1700px;
}
#index-body .advantage .tip {
  color: #fff;
  text-align: center;
}
#index-body .advantage .tip .smt {
  padding-bottom: 10px;
}
#index-body .advantage ul {
  margin-right: -24px;
  margin-top: 65px;
}
#index-body .advantage ul li {
  padding-right: 24px;
}
#index-body .advantage ul li .box {
  background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;
}
#index-body .advantage ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#index-body .advantage ul li .box .icon{
  height: 102px
}
#index-body .advantage ul li .box .cont {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 9em;
}
@media screen and (max-width: 1680px) {
  #index-body .advantage .ui.container {
    max-width: 1400px;
  }
   #index-body .advantage ul li .box .t1 {
    font-size: 30px;
  }
  #index-body .advantage ul li .box {
    padding: 56px 24px 80px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 ul li {
    width: 47%;
  }
  #index-body .advantage .ui.container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1280px) {
   #index-body .advantage .ui.container {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .advantage .ui.container {
    max-width: 100%;
  }
  #index-body .advantage ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .tip {
    width: 100%;
  }
  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 22px;
  }
  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }
  .service-page .service-1 .sev-img{
  zoom: 0.8
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .service-page .service-1{
    padding: 40px 0;
  }
  .service-page .service-1 .sev-img{
    zoom: 0.5
  }
   #index-body .advantage {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}
.product-page .pro_nav {
  padding: 55px 0;
}
.product-page .pro_nav ul li {
  font-size: 20px;
  border: 1px solid #c8c6c1;
  padding: 30px 10px;
  transition: 0.3s;
}
.product-page .pro_nav ul li a{
  display: inline-block;
  vertical-align: middle;
}
.product-page .pro_nav ul li .img{
  width: 60px;
  margin-right: 10px;
}
.product-page .pro_nav ul li .text{
  width: calc(100% - 80px);
}
.product-page .pro_nav ul li img {
  vertical-align: middle;
}
.product-page .pro_nav ul li.active,
.product-page .pro_nav ul li:hover {
  background: var(--color);
  color: #1c1c1c;
}
.product-page .product-1 {
  /*background: url(../images/product-bg1.jpg) no-repeat;*/
  background-size: cover;
  color: white;
  height: 42vw;
}
.product-page .product-1 .box {
  width: 40%;
  margin-left: auto;
}
.product-page .product-1 .box .content {
  line-height: 28px;
  margin: 35px 0 55px;
}
.product-page .product-1 .box .more {
  font-size: 20px;
  height: 59px;
  line-height: 59px;
  background: #ceff03;
  border-radius: 29px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 40px;
}
.product-page .product-1 .box .more:hover {
  background: black;
}
.product-page .pro-list {
  padding: 150px 0 100px;
}
.product-page .pro-list .cat_des{
  font-size: 14px;
  color: #555;
  margin: 10px 0 30px 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.product-page .pro-list ul {
  margin: -10px;
}
.product-page .pro-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .pro-list ul li {
  padding: 10px;
}
.product-page .pro-list ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro-list ul li .img-box img {
  display: block;
  width: auto;
  margin: auto;
}
.product-page .pro-list ul li h5 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 10px;
}
.product-page .pro-list ul li .des{
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}
.product-page .pro-list ul li:hover .img-box {
  background: rgba(0, 0, 0, 0.1);
}
.product-page #index-body .i-about .left {
  vertical-align: middle;
}
.product-page #index-body .i-about .right {
  vertical-align: middle;
}
.prodet-page1 .prodet-1 {
  padding: 130px 0 120px;
}

.prodet-page1 .prodet-1 .left .gallery {
  width: 20%;
  vertical-align: middle;
}

.prodet-page1 .prodet-1 .left .gallery ul li {
  padding: 10px;
}

.prodet-page1 .prodet-1 .left .gallery ul li a {
  border: 1px solid #eee;
  display: block;
  overflow: hidden;
}

.prodet-page1 .prodet-1 .left .bigImg {
  width: 77%;
  vertical-align: middle;
  border: 1px solid #eee;
}

.prodet-page1 .prodet-1 .left .bigImg a{
  display: block;
}

.prodet-page1 .prodet-1 .left .bigImg img {
  display: block;
  margin: auto;
  width: 100%;
}

.prodet-page1 .prodet-1 .right {
  padding-left: 50px;
}

.prodet-page1 .prodet-1 .right h1 {
  line-height: 45px;
}

.prodet-page1 .prodet-1 .right .item-box {
  margin-top: 55px;
}

.prodet-page1 .prodet-1 .right .more{
  margin-top: 20px;
}

.prodet-page1 .prodet-1 .right .item-box .item {
  border-top: 1px solid #e8e8e8;
  padding: 25px 0 30px;
}

.prodet-page1 .prodet-1 .right .item-box .item1 img{
  width: 90px;
  margin: 5px;
  display: inline-block;
}

.prodet-page1 .prodet-1 .right .item-box .item h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.prodet-page1 .prodet-1 .right .item-box .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.prodet-page1 .prodet-1 .right .item-box .item ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.prodet-page1 .prodet-1 .right .item-box .item1 ul li:nth-child(1) {
  background: #020202;
}

.prodet-page1 .prodet-1 .right .item-box .item1 ul li:nth-child(2) {
  background: #020202;
}

.prodet-page1 .prodet-1 .right .item-box .item1 ul li:nth-child(3) {
  background: #020202;
}

.prodet-page1 .prodet-1 .right .item-box .item2 ul li:nth-child(1) {
  background: #82b858;
}

.prodet-page1 .prodet-1 .right .item-box .item2 ul li:nth-child(2) {
  background: #020202;
}

.prodet-page1 .prodet-1 .right .item-box .item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.prodet-page1 .prodet-1 .right .item-box .item3 .content {
  color: #606060;
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.prodet-page1 .prodet-2 {
  padding-bottom: 120px;
}

.prodet-page1 .prodet-2 ul {
  border-top: 1px solid #e7e7e7;
}

.prodet-page1 .prodet-2 ul li {
  background: #fafafa;
  padding: 60px 40px 40px;
  border-top: 1px solid #e7e7e7;
  line-height: 2;
}

.prodet-page1 .prodet-2 ul li.gif .right img {
  max-width: 300px;
}

.prodet-page1 .prodet-2 ul li .left {
  position: relative;
  width: 36%;
  padding-right: 20px;
}

.prodet-page1 .prodet-2 ul li .left h5 {
  font-size: 30px;
  padding-right: 40px;
}

.prodet-page1 .prodet-2 ul li .left i {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 30px;
  cursor: pointer;
}

.prodet-page1 .prodet-2 ul li .right {
  width: 64%;
  margin-top: 20px;
  font-size: 16px;
}

.prodet-page1 .prodet-2 ul li .right .cont_des{
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}

.prodet-page1 .prodet-2 ul li .right table{
  width: 100% !important;
}

.prodet-page1 .prodet-2 ul li .right table tr td{
  min-width: 120px;
  border: none;
}

.prodet-page1 .prodet-2 ul li .right table tbody tr{
  border-bottom: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .product-page .product-1 .box {
    width: 60%;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .pro_nav{
    display: none;
  }
   .product-page .product-1 {
    background-size: cover;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .box {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .product-page .product-1{
    display: none;
  }
  .prodet-page1 .prodet-1 .left,
  .prodet-page1 .prodet-2 ul li .left {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page1 .prodet-1 .right,
  .prodet-page1 .prodet-2 ul li .right {
    width: 100%;
    padding-left: 0;
  }

  .prodet-page1 .prodet-2 ul li{
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .pro-list{
    padding: 40px 0;
  }
  .prodet-page1 .prodet-1 .right {
    padding-left: 0;
  }
  .prodet-page1 .prodet-2 ul li .left h5{
    font-size: 24px;
  }
}
.resources-page {
  padding: 60px 0 100px;
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head{
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: var(--color);
  color: #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.resources-page .list .dw-list p{
  letter-spacing: 0
}
.resources-page .list .the_head .column{
  float: left;
  display: block;
}
.resources-page .list .the_head .column span{
  font-size: 18px;
}
.resources-page .list ul li {
 text-align: center;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
  font-size: 24px!important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
  margin-top: -2px;
}
.resources-page .list .dw-list li:after{
  content:'';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column{
  float: left;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  line-height: 1.5;
  height: 278px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.resources-page .list .dw-list li .column:first-child{
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
  font-size: 18px;
  color: #000000;
}
.resources-page .list ul li:hover{
  /*background: var(--color);*/
  /*box-shadow: 0 0 10px 0 rgba(0,0,0,.2);*/
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
.resources-page .list .dw-list li:hover .tit{
  /*color: #fff;*/
}
.resources-page .list ul li:hover .column{
  /*border-color:var(--color);*/
}
.resources-page .list ul li:hover a.download{
  background: #eee;
  color: var(--color);
  border-color:var(--color);
}
@media screen and (max-width: 1000px){
    .resources-page .list .dw-list li {
    display: flex;
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .resources-page .list .dw-list li .column{
    border: none
  }
  .resources-page .list .dw-list li .column:first-child{
     border: none
  }
  .resources-page .list .dw-list li .dwbtn {
    margin: 20px auto 0
  }
  .resources-page .list .dw-list li{
    padding-bottom: 30px;
    border-bottom: 1px dotted #eee
  }
  .service-page .service-1,
  #index-body .advantage,
  .service-page .service-2{
    padding: 60px 0;
  }
  #index-body .advantage ul li .box {
    padding: 28px 12px 40px;
  }
  .resources-page .list{
    overflow-y: auto;
  }
  .resources-page .list .the_head,
  .resources-page .list .dw-list{
    min-width: 700px;
  }
  .resources-page .list .the_head .column{
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px){
  .service-page .service-1,
  #index-body .advantage,
  .service-page .service-2{
    padding: 30px 0;
  }
    .resources-page .list .dw-list {
    width: 100%;
    /*overflow: auto;*/
  }
  /*.resources-page .list .dw-list li {
    width: 700px;
  }*/
    .resources-page .list .dw-list li .dwbtn {
    zoom: 0.8
  }
  .service-page .service-1 ul li .ig{
    padding: 20px;
  }
  .service-page .service-1 ul{
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .cont{
    font-size: 16px;
  }
}
.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius:8px;
}
.select-page .content-box .search1{
  margin-top: 0px;
}
.select-page .content-box .search1 form{
  position: relative;
}
.select-page .content-box .search1 input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}
.seoPublic .title::before{
  display: none;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .title{
  margin-bottom: .5em;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}