.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
.page-header02{
  background-image: linear-gradient(to right, #5ab6fb, var(--color) 50%);
}

body {
  font-weight: 400;
  font-size: 18px;
  --color: #0570b7;
  --color-bg: #064874;
  --color-bg2: #105989;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.bigtt-zt{
  font-weight: bold;
}
.ps{
  border: 2px solid #e1e1e1;
  border-radius: 20px;
  width: 80%;
  margin-left: 20px;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .nav .con {
  position: relative;
  margin: 0 -90px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 78%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 32px;
  font-size: 18px;
  height: 100%;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
  margin: 0 23px;
}
#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language 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;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -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 #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#banner {
  margin-top: 80px;
}
#banner .banner-content {
  height: calc(100vh - 80px);
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#banner .banner-content .swiper-slide::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.6) 5%, rgba(252, 90, 10, 0) 100%);
  z-index: 0;
}
#banner .banner-content .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  z-index: 2;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  line-height: 1.3;
}
.btn-go {
  width: auto;
  min-width: 134px;
  height: 40px;
  padding: 0 50px 0 20px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.btn-go i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 2px;
  transition: all 0.5s;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-go:hover i {
  background-color: var(--color);
  color: #fff;
}
.btn-go.white {
  background-color: #fff;
  color: var(--color);
}
.btn-go.white i {
  background-color: var(--color);
  color: #fff;
}
.btn-go.white:hover {
  background-color: var(--color);
  color: #fff;
}
.btn-go.white:hover i {
  background-color: #fff;
  color: var(--color);
}
#index-body {
  background-color: var(--color-bg);
}
#index-body .init-1 {
  background-color: var(--color-bg);
}
#index-body .init-1 .mk-content ul {
  margin: -20px;
}
#index-body .init-1 .mk-content ul li {
  padding: 20px;
}
#index-body .init-1 .mk-content ul li .box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.5s;
  z-index:0; 
}
#index-body .init-1 .mk-content ul li .box .imgbox{
  position: relative;
  z-index: 0;
}
#index-body .init-1 .mk-content ul li .box .imgbox .protp{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
#index-body .init-1 .mk-content ul li .box .imgbox::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 0.5) 38%, rgba(255, 255, 255, 0.1) 100%);
  content: '';
  transition: all 0.5s;
  z-index: 1;
}

#index-body .init-1 .mk-content ul li .box .imgbox::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(5, 112, 183,0.9) 18%, rgba(5, 112, 183, 0.6) 38%, rgba(5, 112, 183, 0.1) 100%);
  content: '';
  transition: all 0.5s;
  z-index: 2;
  opacity: 0;
}
#index-body .init-1 .mk-content ul li .box:hover .imgbox::before{
  opacity: 1;
}

#index-body .init-1 .mk-content ul li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 3;
}
#index-body .init-1 .mk-content ul li .box .txtbox .tt{
  transition: all 0.5s;
}
#index-body .init-1 .mk-content ul li .box:hover .txtbox .tt{
  color: #fff;
}
#index-body .init-2 .left {
  width: 50%;
}
#index-body .init-2 .left .imgbox {
  display: inline-block;
}
#index-body .init-2 .left .imgbox img {
  border-radius: 20px;
}
#index-body .init-2 .right {
  width: 50%;
  padding-left: 5%;
}
#index-body .init-3 .mk-content1 {
  margin-top: -25px;
  background-color: var(--color-bg);
  border-radius: 10px;
  padding: 20px;
}
#index-body .init-3 .mk-content1 ul li .box .img-box {
  border-radius: 20px;
}
#index-body .init-3 .app-list {
  margin-top: 40px;
}
#index-body .init-3 .app-list ul {
  margin: 0 -0.9%;
}
#index-body .init-3 .app-list li {
  width: 12%;
  padding: 0 0.9%;
  transition: all 0.6s;
  height: 28vw;
}
#index-body .init-3 .app-list li .box {
  position: relative;
  height: 100%;
  width: 100%;
}
#index-body .init-3 .app-list li .box .imgBox {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .init-3 .app-list li .box .imgBox img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
#index-body .init-3 .app-list li .box .txtbox {
  position: absolute;
  bottom: 8%;
  left: 12%;
  right: 12%;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  transform: scale(0);
  transition: all 0.5s;
}
#index-body .init-3 .app-list li .box .txtbox .desc {
  color: #666;
}
#index-body .init-3 .app-list li.active {
  width: 40%;
}
#index-body .init-3 .app-list li.active .box .txtbox {
  transform: scale(1);
  transition-delay: 0.4s;
}
#index-body .init-5 {
  background-color: var(--color-bg2);
}
#index-body .init-5 .mk-content ul li {
  margin-bottom: 6.8vw;
}
#index-body .init-5 .mk-content ul li .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 23px 1px rgba(25, 25, 25, 0.2);
  width: 22vw;
  padding: 6% 8%;
}
#index-body .init-5 .mk-content ul li .box .txtbox .des {
  height: 3em;
  overflow-y: auto;
}
#index-body .init-5 .mk-content ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-5 .mk-content .left ul li.num2 {
  transform: translateX(-14%);
}
#index-body .init-5 .mk-content .right ul li.num2 {
  transform: translateX(14%);
}
#index-body .init-5 .mk-content .center {
  max-width: 33vw;
}
#index-body .init-5 .mk-content .center .zst {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-5 .mk-content .center .zst img {
  max-width: 105%;
}
#index-body .init-6 {
  background-color: var(--color-bg);
}
#index-body .init-6 .mk-content .imgbox{
  display: inline-block;
}
#index-body .init-6 .mk-content .imgbox>.bg{
  opacity: 0;
}
#index-body .init-6 .mk-content .imgbox ul{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}
#index-body .init-6 .mk-content .imgbox ul li{
  position: absolute;
  z-index:1;
}
#index-body .init-6 .mk-content .imgbox ul li img{
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
  /*border: 4px solid #FFF;
  border-radius: 28px;*/
}
#index-body .init-6 .mk-content .imgbox ul li.num1{
  top: 0;
  left: 0;
}
#index-body .init-6 .mk-content .imgbox ul li.num2{
  top: 1.6%;
  left: 21%;
}
#index-body .init-6 .mk-content .imgbox ul li.num3{
  top: 6.7%;
  left: 34.1%;
}
#index-body .init-6 .mk-content .imgbox ul li.num4{
  top: 1%;
  left: 47.4%;
}
#index-body .init-6 .mk-content .imgbox ul li.num5{
  top: 1.4%;
  right: 27.3%;
}
#index-body .init-6 .mk-content .imgbox ul li.num6{
  top: 20%;
  left: 12%;
  z-index:2;
}
#index-body .init-6 .mk-content .imgbox ul li.num7{
  top: 36.9%;
  left: 26.2%;
}
#index-body .init-6 .mk-content .imgbox ul li.num8{
  top: 25%;
  left: 51.8%;
}
#index-body .init-6 .mk-content .imgbox ul li.num9{
  top: 15%;
  right: 17.6%;
}
#index-body .init-6 .mk-content .imgbox ul li.num10{
  bottom: 35.3%;
  left: 0.1%;
}
#index-body .init-6 .mk-content .imgbox ul li.num11{
  bottom: 26.1%;
  left: 24.15%;
}
#index-body .init-6 .mk-content .imgbox ul li.num12{
  bottom: 39.1%;
  left: 49.4%;
}
#index-body .init-6 .mk-content .imgbox ul li.num13{
  bottom: 42.9%;
  right: 33.6%;
  z-index: 0;
}
#index-body .init-6 .mk-content .imgbox ul li.num14{
  bottom: 57.6%;
  right: 16%;
}


#index-body .init-7 {
  background-color: var(--color-bg2);
}
#index-body .init-7 .mk-content ul li .box {
  border-radius: 20px;
  background-color: #fff;
  padding: 32px;
}
#index-body .init-7 .mk-content ul li .box .date {
  color: #666;
}
#index-body .init-7 .mk-content ul li .box .txtbox .tt {
  height: 3em;
}
#index-body .init-7 .mk-content ul li .box .txtbox .desc {
  color: #666666;
  height: 3.5em;
  overflow-y: auto;
}
#footer {
  background-color: #191919;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 280px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 186px;
  height: 186px;
  background: #fff;
  border: 10px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  width: 230px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick ul {
  max-width: 50%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 265px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.6);
  padding: 22px 0;
}
#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 18px;
  display: block;
}
#footer .footer-center .footer-b p span a {
  display: inline-flex;
  align-items: center;
}
#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
#footer .footer-center .footer-b p .svg a {
  vertical-align: middle;
}
#footer .footer-center .footer-b p svg {
  width: auto;
  max-height: 30px;
  transition: all 0.5s;
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1800px) {
  #header .nav .con {
    margin: 0;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 26px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 16px;
  }
  #index-body .init-6 .mk-content .imgbox ul li img{
    zoom: 0.8;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    font-size: 16px;
    margin: 0 10px;
  }
  #index-body .init-3 .app-list ul {
    margin: 0 -0.4%;
  }
  #index-body .init-3 .app-list li {
    padding: 0 0.4%;
  }
  #index-body .init-6 .mk-content .imgbox ul li img {
    zoom: 0.7;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo > img {
    height: 50px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
    width: 160px;
    height: 160px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
    width: 172px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }
  #index-body .init-1 .mk-content ul {
    margin: -10px;
  }
  #index-body .init-1 .mk-content ul li {
    padding: 10px;
  }
  #index-body .init-1 .mk-content ul li .box .txtbox {
    padding: 20px;
  }
  #index-body .init-3 .app-list li .box .txtbox {
    padding: 15px;
  }
  #index-body .init-7 .mk-content ul li .box .txtbox .desc {
    height: 4em;
  }
  #index-body .init-6 .mk-content .imgbox ul li img {
    zoom: 0.6;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo > img {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #index-body .init-1 .mk-content ul li {
    width: 100%;
  }
  #index-body .init-2 .left {
    width: 100%;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #index-body .init-3 .app-list ul {
    margin: -8px;
  }
  #index-body .init-3 .app-list li {
    width: 50% !important;
    padding: 8px;
    height: 280px;
  }
  #index-body .init-3 .app-list li .box .txtbox {
    transform: scale(1);
  }
  #index-body .init-5 .mk-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index-body .init-5 .mk-content .center {
    max-width: 100%;
    order: 1;
    margin-bottom: 5%;
  }
  #index-body .init-5 .mk-content .left {
    order: 2;
    width: 48%;
  }
  #index-body .init-5 .mk-content .right {
    order: 3;
    width: 48%;
  }
  #index-body .init-5 .mk-content ul li.num2 {
    transform: translateX(0) !important;
  }
  #index-body .init-5 .mk-content ul li .box {
    width: 100%;
  }
  #index-body .init-5 .mk-content ul li .box .txtbox .des {
    height: 4em;
  }
  #index-body .init-5 .mk-content ul li {
    margin-bottom: 20px;
  }
  #index-body .init-6 .mk-content .imgbox ul li img {
    zoom: 0.4;
  }
  #index-body .init-7 .mk-content ul li .box {
    padding: 15px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 48%;
  }
  #footer .footer-center .footer-b p span {
    font-size: 16px;
  }
  #footer .footer-center .footer-b p svg {
    max-height: 26px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #index-body .init-3 .app-list li {
    width: 100% !important;
  }
  #index-body .init-6 .mk-content .imgbox>.bg{
    display: none;
  }
  #index-body .init-6 .mk-content .imgbox ul{
    position: static;
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
  }
  #index-body .init-6 .mk-content .imgbox ul li{
    width: 50%;
    position: static;
    padding: 8px;
  }
  #index-body .init-6 .mk-content .imgbox ul li img{
     position: static;
     zoom: 1;
     max-width: 100%;
     width: 100%;
     height: 220px;
     object-fit: contain;

   }
}
@media screen and (max-width: 500px) {
  #banner .banner-content {
    height: 320px;
  }
  #banner .banner-content .swiper-slide video{
    object-position:66% center;
  }
  #index-body .init-5 .mk-content .left {
    width: 100%;
  }
  #index-body .init-5 .mk-content .right {
    width: 100%;
    margin-top: 15px;
  }
  #index-body .init-5 .mk-content ul li {
    margin-bottom: 15px;
  }
  #index-body .init-6 .mk-content .imgbox ul li{
    width: 100%;
  }
  #index-body .init-6 .mk-content .imgbox ul li img{
    height: auto;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}

/*----- inner page -----*/

.inner-banner {
  margin-top: 80px;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.inner-banner.about_banner {
  margin-top: 0;
  height: 940px;
}

.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-banner .content .ui.container {
  text-align: center;
  color: #fff;
}

.inner-banner .content .ui.container .h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.6;
  font-weight: bold;
}

.inner-banner .content .ui.container .mbx {
  text-transform: capitalize;
}

.inner-banner .content .ui.container .mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.inner-banner .content .ui.container .mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #0060ab;
}
@media screen and (max-width: 1800px) {
  .inner-banner.about_banner {
    height: 48vw;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }

}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
    padding: 40px 0;
    background: #000 !important;
  }

  .inner-banner.about_banner {
    height: auto;
    margin-top: 40px;
  }

  .inner-banner .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
}


.m-page span,
.m-page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 20px;
  margin: 0 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.m-page a:hover,
.m-page span {
  background: #0060ab;
  color: white;
}

/*
    about-page
==============================================*/

.about-page .about-1 {
  background: url(../images/about-1-bj.png) top right no-repeat;
  background-position-y: 40px;
  background-size: contain;
}

.about-page .about-1 .ui.container .h6 {
  font-weight: bold;
  margin-bottom: 40px;
}

.about-page .about-1 .ui.container p {
  font-size: 18px;
  line-height: 30px;
}
.about-page .about-1 .ui.container .btm img{
  border-radius: 20px;
}

.about-page .about-1 .ui.container .btm ul.data {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-1 .ui.container .btm ul.data li {
  max-width: 235px;
  display: inline-block;
}

.about-page .about-1 .ui.container .btm ul.data li .h4 {
  color: #0060ab;
  font-weight: bold;
}

.about-page .about-2 {
  position: relative;
}

.about-page .about-2 .play {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-2 .play::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: rgba(217, 39, 36, 0.6);
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.about-page .about-2 .play::after {
  background: rgb(255 255 255 / 60%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.about-page .about-3 {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

.about-page .about-3 img.dec {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(-14%);
  -moz-transform: translateY(-14%);
  -ms-transform: translateY(-14%);
  transform: translateY(-14%);
  width: 33%;
}

.about-page .about-3 .top {
  position: relative;
  z-index: 1;
}

.about-page .about-3 .top .ui.container .box {
  max-width: 1104px;
  border-bottom: 1px solid #eee;
}

.about-page .about-3 .top .ui.container .box .h3 {
  margin-top: 25px;
  margin-bottom: 45px;
}

.about-page .about-3 .center .ui.container {
  padding-top: 65px;
}

.about-page .about-3 .center .ui.container ul.list4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*width: 1024px;*/
  max-width: 100%;
  justify-content: space-between;
  background-color: #fff;
  padding:40px 30px;
  /*margin: 0 -50px;*/border-radius: 20px;
}

.about-page .about-3 .center .ui.container ul.list4 li {
  width: 25%;
  padding: 0 50px
}

.about-page .about-3 .center .ui.container ul.list4 li:nth-child(3) {
  margin-right: 0;
}

.about-page .about-3 .center .ui.container ul.list4 li .item {
  text-align: left;
}

.about-page .about-3 .center .ui.container ul.list4 li .item:hover i img {
  transition: 0.5s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-page .about-3 .center .ui.container ul.list4 li .item i img {
  transition: 0.5s all;
}

.about-page .about-3 .center .ui.container ul.list4 li .item .h6 {
  font-weight: 700;
  margin: 25px 0 10px 0;
}

.about-page .about-3 .bottom {
  padding-bottom: 0px;
}

.about-page .about-3 .bottom .ui.container {
  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;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-3 .bottom .ui.container .left {
  width: 54%;
  text-align: center;
  /*padding-left: 20%;*/
}
.about-page .about-3 .bottom .ui.container .left img{
  border-radius: 20px;
}

.about-page .about-3 .bottom .ui.container .left .h6 {
  margin-top: 20px;
}

.about-page .about-3 .bottom .ui.container .right {
  width: 40%;
}

.about-page .about-4 .ui.container {
  text-align: center;
}


.about-page .about-4 .ui.container .main ul.list5 {
  margin: 0 -30px;
}

.about-page .about-4 .ui.container .main ul.list5 li {
  padding: 0 30px;
}

.about-page .hl_history {
  padding-bottom: 7rem;
  background: url(../images/hisbg.png) no-repeat left bottom;
  background-size: cover;
}

.about-page .hl_history .box .banner {
  margin: 1rem 0 4rem;
  position: relative;
}

.about-page .hl_history .box .banner .item {
  position: relative;
  width: 60%;
  padding-top: 20px;
  text-align: center;
}

.about-page .hl_history .box .banner .item .number {
  font-size: 22.75rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.about-page .hl_history .box .banner .item .text {
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.about-page .hl_history .box .banner .item .text p {
  height: 160px;
  overflow-y: auto;
}

.about-page .hl_history .button .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  line-height: 3.75rem;
  background: #e2e2e2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.about-page .hl_history .button .btn:hover {
  background: #0060ab;
}

.about-page .hl_history .button .prev {
  left: 0;
}

.about-page .hl_history .button .next {
  right: 0;
}

.about-page .hl_history .box .banner1 {
  position: relative;
  overflow: hidden;
}

.about-page .hl_history .box .banner1::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 8px;
  height: 1px;
  background: #ddd;
}

.about-page .hl_history .box .banner1 .swiper-slide {
  cursor: pointer;
}

.about-page .hl_history .box .banner1 .swiper-slide .item {
  text-align: center;
}

.about-page .hl_history .box .banner1 .swiper-slide .item .dian span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
}

.about-page .hl_history .box .banner1 .swiper-slide .item p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #ffffff;

}

.about-page .hl_history .box .banner1 .swiper-slide-thumb-active .item .dian span {
  background: #0060ab;
  -webkit-animation: big 1.5s infinite;
  -moz-animation: big 1.5s infinite;
  animation: big 1.5s infinite;
}

.about-page .hl_history .box .banner1 .swiper-slide-thumb-active .item p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}



@media screen and (max-width: 1500px) {
  .about-page .hl_history .box .banner .item .number {
    font-size: 310px;
  }
}

@media screen and (max-width: 1250px) {


  .about-page .hl_history .box .banner .item .number {
    font-size: 240px;
  }

  .about-page .hl_history .box .banner .item .text {
    top: 30%;
  }
  .about-page .about-3 .bottom .ui.container .left {
    padding-left: 10%;
  }
.about-page .about-3 .center .ui.container ul.list4{
  /*margin: 0 -15px;*/
}
.about-page .about-3 .center .ui.container ul.list4 li {
    padding: 0 15px;
}
}

@media screen and (max-width: 1000px) {


  .about-page .hl_history .box .banner1 .swiper-slide .item p {
    font-size: 18px;
  }

  .about-page .hl_history .box .banner .item .number {
    font-size: 130px;
  }

  .about-page .hl_history .box .banner .item .text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .about-page .hl_history .box .banner .item {
    width: calc(100% - 130px);
  }
  .about-page .about-1 .ui.container p{
    font-size: 16px;
  }
  .about-page .about-4 .ui.container .main ul.list5 {
    margin: 0 -10px;
  }
  .about-page .about-4 .ui.container .main ul.list5 li{
    padding: 0 10px;

  }
  .about-page .about-3 img.dec{
    display: none;
  }
  .about-page .about-3 {
    padding-top: 0;
  }

  .about-page .about-3 .center .ui.container ul.list4{
    /*margin: -10px;*/
    max-width: unset;
    width: auto;
    padding: 20px;
  }
  .about-page .about-3 .center .ui.container ul.list4 li{
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
  }
  .about-page .about-3 .center .ui.container ul.list4 li .item{
    text-align: center;
  }.about-page .about-3 .center .ui.container {
    padding-top: 40px;
}
.about-page .about-3 .bottom .ui.container .left{
  width: 100%;
  padding-left: 0;
  background-color: #f9f9f9;
}
.about-page .about-3 .bottom .ui.container .right {
    width: 100%;
    margin-top: 5%;
}
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .ui.container .btm ul.data li {
    width: 50%;
  }

  .about-page .about-3 .bottom .ui.container .left {
    width: 100%;
  }

  .about-page .about-3 .bottom .ui.container .right {
    width: 100%;
  }

  .about-history {
    display: none;
  }

  .about-page .hl_history .box .banner .item .text p {
    max-height: 100px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .ui.container .btm ul.data li {
    width: 100%;
    margin-top: 20px;
    max-width: unset;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .about-page .about-1 .ui.container .btm ul.data li:first-child {
    margin-top: 0;
  }

  .about-page .hl_history .button .btn {
    width: 40px;
    height: 40px;
    line-height: 46px;
    top: 15px;
  }

  .about-page .hl_history .box .banner .item {
    width: 100%;
  }

  .about-page .hl_history .box .banner .item .number {
    font-size: 60px;
  }
  .about-page .about-3 .center .ui.container ul.list4{
    padding: 5px;
  }
  .about-page .about-3 .center .ui.container ul.list4 li {
    width: 100%;
  }

  .about-page .about-3 .center .ui.container ul.list4 li .item p {
    max-width: 100%;
  }
  .about-page .about-3 .center .ui.container ul.list4 li .item{
    background-color: #f5f5f5;
    padding: 15px;
  }
}
/*==============================================
    about-page
*/

/*
    news
==============================================*/

.inner-page .slideBarBox .slideBarleft {
  width: 75%;
  padding-right: 2%;
}

.inner-page .slideBarBox .slideBarright {
  width: 25%;
  padding-left: 2%;
  line-height: 2;
  position: sticky;
  top: 125px;
}

.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}

.inner-page .slideBarBox .slideBarright form input {
  width: 100%;
  height: 57px;
  padding: 0 60px 0 15px;
  font-size: 18px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 72px;
}

.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: 51px;
  height: 51px;
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 0;
  background: url("../images/product-s-1.png") center center no-repeat;
  border: none;
}

.inner-page .slideBarBox .slideBarright h3 {
  margin: 60px 0 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #181818;
  line-height: 1.2;
}

.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: #0060ab;
  margin-top: 15px;
  display: block;
}

.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  line-height: 36px;
  color: #181818;
  position: relative;
}

.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: #0060ab;
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}

.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: #0060ab;
}

.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}

.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}

.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  line-height: 30px;
  font-weight: 500;
  word-break: break-word;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-bottom: 5px;
  font-weight: normal;
}

.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}

.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}


.news-page .slideBarleft .list ul li {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}

.news-page .slideBarleft .list ul li:first-child {
  padding-top: 0;
}

.news-page .slideBarleft .list ul li .img {
  vertical-align: middle;
  width: 40%;
  padding-right: 20px;
  position: relative;
}

.news-page .slideBarleft .list ul li .img a.img-box {
  display: block;
}

.news-page .slideBarleft .list ul li .img a.img-box img {
  width: 100%;
}

.news-page .slideBarleft .list ul li .content {
  width: 60%;
  padding-right: 4%;
  vertical-align: middle;
  position: relative;
}

.news-page .slideBarleft .list ul li .content span.tag:after {
  display: none;
}

.news-page .slideBarleft .list ul li .content span.tag {
  margin-bottom: 35px;
  font-size: 16px;
  color: #181818;
}

.news-page .slideBarleft .list ul li .content span.tag:before {
  width: 50px;
}

.news-page .slideBarleft .list ul li .content h3 {
  font-size: 24px;
  line-height: 44px;
  color: #181818;
  text-transform: capitalize;
  -webkit-transition: .5s;
  font-weight: 700;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .slideBarleft .list ul li .content h3:hover {
  color: #0060ab;
}

.news-page .slideBarleft .list ul li .content div.tag {
  font-size: 16px;
  line-height: 30px;
  color: #909090;
  margin-top: 10px;
}

.news-page .slideBarleft .list ul li .content div.tag img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}

.news-page .slideBarleft .list ul li .content .share {
  margin-top: 40px;
}

.news-page .slideBarleft .list ul li .content .share dd {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}

.news-page .slideBarleft .list ul li .content .share dd a {
  display: block;
}

.news-page .slideBarleft .list ul li .content .share dd:hover {
  color: white;
  background: #0060ab;
}

.news-page .slideBarleft .list ul li .content a.more {
  padding: 12px 25px 6px 25px;
  background-image: linear-gradient(to right, #0162af 30%, #5ab6fb 80%);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  border-radius: 44px;
}

.news-page .slideBarleft .list ul li .content a.more:hover {
  background: #222;
}
.news-page .slideBarleft .list ul li .des{
  width: 40%;
  max-height: 120px;
  overflow-y: auto;
}



.newdet-page {
  padding: 90px 0 90px;
}

.newdet-page .slideBarleft .newsContent {
  text-align: center;
}

.newdet-page .slideBarleft .newsContent h1 {
  font-size: 32px;
  color: #181818;
  line-height: 1.6;
  font-weight: bold;
}

.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 15px;
  line-height: 30px;
}

.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #181818;
  line-height: 2;
  text-align: left;
}

.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}

.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}

.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}

.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}

.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}

.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: #0060ab;
}

.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
}

.newdet-page .slideBarleft .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  position: relative;
}

.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(217 39 36 / 57%) url(/template/en/images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;

  line-height: 2;
}

.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: #0060ab;
}

.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
  margin-top: 10px;
}

.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.newdet-page .slideBarleft .newsContent .m-link div.next {
  margin-top: 10px;
  text-align: right;
}

.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}

.newdet-page .newsRet {
  margin-top: 110px;
}

.newdet-page .newsRet h2 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}

.newdet-page .newsRet .list {
  margin-top: 50px;
}

.newdet-page .newsRet .list ul {
  margin: -14px;
}

.newdet-page .newsRet .list ul li {
  padding: 14px;
}

.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}

.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}

.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 96, 171, 0.73)));

  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 96, 171, 0.73) 100%);

  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 96, 171, 0.73) 100%);

  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 96, 171, 0.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 96, 171, 0.73));
  background: -moz-linear-gradient(top, transparent, rgba(0, 96, 171, 0.73));
  background: linear-gradient(to bottom, transparent, rgb(0 96 171 / 78%));

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 96, 171,.73)',GradientType=0)";

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 96, 171,.73)', GradientType=0);

  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}

.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 22px;
  color: #181818;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;

}

.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  /*height: 2px;*/
  background: #0060ab;
  display: block;
  margin-top: 10px;
}

.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: #0060ab;
}

.newdet-page .newsRet .list ul li .box .content a.more {
  padding: 5px 22px 5px 22px;
  background: #0060ab;
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 20px;
}

.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}

.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}

.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}

.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}

.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .newsRet .btn li button {
  display: none;
}

.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: #0060ab;
}

@media screen and (max-width: 1500px) {
  .inner-page .slideBarBox .slideBarright h3 {
    font-size: 20px;
  }

  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 28px;
  }

  .news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 5px;
  }

  .news-page .slideBarleft .list ul li .content .share {
    margin-top: 20px;
  }

  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 20px;
  }

  .news-page .slideBarleft .list ul li .content span.tag:before {
    width: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .slideBarright form input {
    font-size: 14px;
  }

  .inner-page .slideBarBox .slideBarright {
    display: none;
  }

  .inner-page .slideBarBox .slideBarleft {
    width: 100%;
    padding-right: 0;
  }

  .news-page .slideBarleft .list ul li .content .share dd {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .news-page .slideBarleft .list ul li .content a.more {
    font-size: 16px;
  }

  .news-page .slideBarleft .list ul li .content div.tag {
    font-size: 14px;
    line-height: 28px;
  }

  .newdet-page .slideBarleft .newsContent h1,
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 20px;
    line-height: 36px;
  }

  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }

  .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 42px;
  }

  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }

  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .slideBarleft {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .slideBarBox .slideBarright {
    display: none;
  }

  .newdet-page .newsRet h2 {
    font-size: 36px;
  }
.news-page .slideBarleft .list ul li {
    padding: 30px 0;
}
  .news-page .slideBarleft .list ul li .des{
    max-height: unset;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .slideBarleft .list ul li .img {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }

  .news-page .slideBarleft .list ul li .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    left: 0 !important;
  }

  .newdet-page .newsRet h2 {
    font-size: 28px;
  }

  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .newsRet h2 {
    font-size: 24px;
    line-height: 44px;
  }

  .newdet-page .newsRet {
    margin-top: 60px;
  }

  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}

/*==============================================
    news
*/



/*
    contact-page
==============================================*/

.contact-page .contact-1 {
  background: #f9f9f9;
}

.contact-page .contact-1 .ui.container {
  max-width: 1200px;
}

.contact-page .contact-1 .top {
  text-align: center;
}

.contact-page .contact-1 .top ul.infolist {
  margin: 0 -10px;
}

.contact-page .contact-1 .top ul.infolist li {
  padding: 0 10px;
  margin-top: 50px;
}

.contact-page .contact-1 .top ul.infolist li:hover i img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.contact-page .contact-1 .top ul.infolist li i img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.contact-page .contact-1 .top ul.infolist li .h6 {
  margin: 25px 0 15px 0;
  font-weight: bold;

}

.contact-page .contact-1 .bottom {
  padding-top: 80px;
}

.contact-page .contact-1 .bottom .h6 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;

}

.contact-page .contact-1 .bottom ul.addlist {
  margin: 0 -15px;
}

.contact-page .contact-1 .bottom ul.addlist li {
  padding: 15px;
}

.contact-page .contact-1 .bottom ul.addlist li .item {
  padding: 30px;
  background: #fff;
  background: url(../images/contact-5.png) no-repeat #fff;
  background-position-x: 90%;
  background-position-y: 30px;
}

.contact-page .contact-1 .bottom ul.addlist li .item .aname {
  margin-bottom: 25px;
  font-weight: bold;
}
/*==============================================
    contact-page
*/


.inner-form.contact form {
  text-align: center;
}

.inner-form.contact form input[type="submit"] {
  margin: 0 auto;
}

.inner-form .h3 {
  margin-bottom: 30px;
  text-align: center;
}

.inner-form form {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-form form input[type="text"],
.inner-form form textarea {
  border: 1px solid #eee;
  padding: 0 58px;
  background: #fff;
  color: #000;
  background-position-x: 20px;
  background-position-y: 10px;
  width: 100%;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: left;
  border-radius: 10px;
}

.inner-form form input[type="text"]::-webkit-input-placeholder,
.inner-form form textarea::-webkit-input-placeholder {
  color: #333;
}

.inner-form form input[type="text"]:-moz-placeholder,
.inner-form form textarea:-moz-placeholder {
  color: #333;
}

.inner-form form input[type="text"]::-moz-placeholder,
.inner-form form textarea::-moz-placeholder {
  color: #333;
}

.inner-form form input[type="text"]:-ms-input-placeholder,
.inner-form form textarea:-ms-input-placeholder {
  color: #333;
}

.inner-form form input[type="text"]::placeholder,
.inner-form form textarea::placeholder {
  color: #333;
}

.inner-form form input[type="text"] {
  height: 48px;
  line-height: 48px;
}

.inner-form form input[name="name"] {
  background-image: url(../images/form-1.png);
  width: 48%;
}

.inner-form form input[name="mail"] {
  background-image: url(../images/form-2.png);
  width: 48%;
}

.inner-form form input[name="phone"] {
  background-image: url(../images/form-3.png);
}

.inner-form form textarea {
  padding-top: 5px;
  padding-bottom: 10px;
  background-image: url(../images/form-4.png);
  height: 138px;
  line-height: 1.8;
}

.inner-form form input[type="submit"] {
  padding: 14px 50px 8px;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  /*background: #0060ab;*/
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
  border-radius: 45px;
  background-image: linear-gradient(to right, #0162af 30%, #5ab6fb 80%);
}

.inner-form form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}

@media screen and (max-width: 700px) {
  .inner-form form input[name="name"] {
    width: 100%;
  }

  .inner-form form input[name="mail"] {
    width: 100%;
  }
}

/*
    faq-page
==============================================*/

.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.faq-page ul li h4 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;

}

.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}

.faq-page ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .faq-page ul li h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page ul li h4 {
    font-size: 18px;
    line-height: 1.8;
  }
}


/*==============================================
    faq-page
*/

/*
    product
==============================================*/

.inner-page .sidebar-box:after {
  content: "";
  clear: both;
  width: 100%;
}

.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  position: sticky;
  top: 120px;
}

.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}

.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 57px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 51px;
  height: 60px;
  background: url(../images/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 40px;
  border: 1px solid #eee;
  margin-top: 30px;
  border-radius: 20px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;

  font-weight: 700;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav>li>a {
  font-weight: 500;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  color: #7a7777;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border-radius: 10px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  /*background: #0060ab;*/
  color: #fff;
  background-image: linear-gradient(to right, #1a7ac4 30%, #5ab6fb 80%);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 6px 0 rgba(61, 40, 40, 11%);
  border-radius: 10px;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}

.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}

.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}

.product-page {
  padding: 80px 0;
}

.product-page .product-box {
  padding-left: 34px;
}

.product-page .product-box h1 {
  font-size: 32px;
  padding-bottom: 20px;
  font-weight: bold;

}

.product-page .product-box .product-list {
  margin: 0 -10px;
  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;
}

.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 40px;
}

.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 0px;
  position: relative;
}

.product-page .product-box .product-list li a:hover .content {
  background: #0060ab;
  border: 1px solid transparent;
}

.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}

.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}

.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}

.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}

.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
  border: 1px solid #eee;  border-radius: 20px;
}

.product-page .product-box .product-list li a .pro-img img {
  width: 100%;

}

.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  left: 50%;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 30px 30px 30px;
}

.product-page .product-box .product-list li a .content h2 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  font-weight: 500;
  /*text-transform: uppercase; */
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  /*min-height: 4em;*/
}

.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-box .product-list li a .content p {
  font-size: 16px;
  line-height: 30px;
  color: #22221d;
  position: relative;
  padding: 10px 0;
}

.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.flex_cont {
    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
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prodet-page {
  padding: 20px 0;
}

.prodet-page .det-1 {
  padding: 50px 0 0;
}


.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left{
  width: 45%;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;border-radius: 20px;
}

.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}

.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}

.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}

.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}

.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}

.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;border-radius: 10px;
}

.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  width: 55%;
}

.prodet-page .det-1 .grid-box .right .text .cat_name {
  color: #0060ab;
}

.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 26px;
  line-height: 1.4;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
  font-weight: bold;
}

.prodet-page .det-1 .grid-box .right .text h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #616161;
  max-height: 386px;
  padding: 5px 20px 5px 0;
  overflow: auto;
}

.prodet-page .det-1 .grid-box .right .text .share {
  display: flex;
  align-items: center;
  margin-top: 30px
}

.prodet-page .det-1 .grid-box .right .text .share h5 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.prodet-page .det-1 .grid-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}

.prodet-page .det-1 .grid-box .right .text .m-link a {
  transition: all .5s;
}

.prodet-page .det-1 .grid-box .right .text .m-link a:hover {
  color: #0060ab;
}

.prodet-page .det-1 .grid-box .right .text .more {
  padding: 14px 40px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background-image: linear-gradient(to right, #0162af 30%, #5ab6fb 80%);
  margin-top: 40px;
  font-weight: bold;

  border-radius: 36px;
}

.prodet-page .det-1 .grid-box .right .text .more:hover {
  background: #000;
}

.prodet-page .det-1 .grid-box .right .text .more .fl {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.prodet-page .det-1 .grid-box .right .text .more .fl:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #0060ab;
  vertical-align: middle;
}

.prodet-page .det-1 .right .gallery li .img{
  border: 2px solid #e1e1e1;
    border-radius: 20px;
}


.prodet-page .det-2 {
  margin-top: 60px;
}

.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}

.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  text-transform: uppercase;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

  font-weight: bold;
}

.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #0060ab;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-2 .tabs ul li a:hover {
  color: #0060ab;
}

.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}

.prodet-page .det-2 .related {
  margin-top: 20px;
}

.prodet-page .det-2 .related ul li.active {
  display: block;
}

.prodet-page .det-2 .related ul li table {
  width: 100% !important;
}

.prodet-page .det-2 .related ul li table tr td {
  min-width: 120px;
  font-size: 14px;
}

.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 30px;
  color: #616161;
}

.prodet-page .det-3 {
  margin-top: 60px;
}

.prodet-page .det-3 .title h3 {
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}

.prodet-page .det-3 .title h3 span {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

.prodet-page .det-3 .title h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #0060ab;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}

.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}

.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;border-radius: 20px;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  padding: 4px 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #0162af 30%, #5ab6fb 80%);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
  border-radius: 30px;
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #0060ab;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #0060ab;
}


.inner-page .form ul {
  margin: -10px;
}

.inner-page .form ul li {
  padding: 10px;
}

.inner-page .form ul li.wid-50 {
  width: 50%;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}

.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #0060ab;
}

.inner-page .form ul li textarea {
  height: 120px;
}

.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}

.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #0060ab;
  border-color: #0060ab;
}

.inner-page .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width:1450px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 38px 20px;
  }

  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
    font-size: 16px;
  }

  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p {
    font-size: 16px;
  }
  .prodet-page .det-2 .tabs ul li a{
    font-size: 26px;
  }
      
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }

  .product-page {
    padding: 10px 0 !important;
  }

  .product-page .product-box h1 {
    font-size: 24px !important;
    line-height: 1.4;
  }

  .product-page .product-box {
    padding-left: 0;
    padding-top: 40px;
  }

  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  } 
  .prodet-page .det-2 .tabs ul li a{
    font-size: 24px;
  }
}

@media screen and (max-width:1000px) {
  .product-page .product-box .product-list li {
    width: 50%;
  }

  .product-page .product-box .product-list li a .content {
    padding: 20px 10px;
  }

  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }

  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }

  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }

}

@media screen and (max-width:700px) {
  .prodet-page .det-2 .tabs ul li {
    text-align: center;
  }

  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 21px;
    line-height: 32px;
  }

  .prodet-page .det-3 .det-3-box ul {
    margin: 0 -5px;
  }

  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
}

@media screen and (max-width:500px) {
  .product-page .product-box .product-list li a .content {
    width: 100%;
    background: #0060ab;
    border: 1px solid transparent;
  }

  .product-page .product-box .product-list li a .content h2 {
    font-size: 20px;
  }

  .product-page .product-box .product-list li a .content h2,
  .product-page .product-box .product-list li a .content h4 {
    color: #fff;
  }

  .product-page .product-box .product-list li a .content p {
    color: #fff;
  }

  .product-page .product-box .product-list li a .content p::after {
    background: #fff;
  }

  .product-page .product-box .product-list li {
    width: 100%;
  }
}
/*==============================================
    product
*/

/*
    gallery-page
==============================================*/

.gallery-page {
  padding: 70px 0;
}

.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-page .gallery-list ul li {
  padding: 15px;
}

.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 10px;
  height: 100%;
}
.factory.gallery-page .gallery-list ul li .box {
  border-radius: 20px;
}

.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory.gallery-page .gallery-list ul li .box a.img-box img {
  border-radius: 20px;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 8px 5px 8px 5px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.gallery-page .gallery-list ul li .box:hover h5 {
  background: #0060ab;
  color: white;
}

@media screen and (max-width: 700px) {
  .gallery-page .gallery-list ul li {
    width: 100% !important;
  }
}

/*==============================================
    gallery-page
*/

/*
    quality-page 
==============================================*/


.quality-page {
  padding-top: 90px;
}

.quality-page .text {
  font-size: 18px;

}

.quality-page span.h2 {
  font-size: 36px;
  display: block;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;

}

/*.quality-page .ui.container {
  max-width: 1230px;
}*/

.quality-page .mbx .ui.container {
  max-width: none;
}

.quality-page .text {
  font-weight: 400;
}

.quality-page span.h3 {
  font-size: 36px;
  line-height: 1.2;
  display: block;
  margin-bottom: 1em;
  color: #000000;
  font-weight: bold;
}

.quality-page .quality-1 {
  padding: 10px 0 100px;
  text-align: center;
}

.quality-page .quality-1 .text {
  margin-top: 2em;
  text-align: left;
}

.quality-page .quality-2 .slide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.quality-page .quality-2 .slide .left {
  padding-right: 7%;
}

.quality-page .quality-2 .slide .left * {
  height: 100%;
}

.quality-page .quality-2 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid #c9cfd2;
}

.quality-page .quality-2 .slide .left .img img {
  width: 100%;
}

.quality-page .quality-2 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
}

.quality-page .quality-2 .slide:nth-child(even) {
  direction: rtl;
}

.quality-page .quality-2 .slide:nth-child(even) .left {
  padding-left: 7%;
  padding-right: 0;
}

.quality-page .quality-2 .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  direction: ltr;
}

.quality-page .quality-3 {
  padding: 70px 0 90px;
  background-color: #f9f9f9;
}

.quality-page .quality-3 .box {
  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;
}

.quality-page .quality-3 .box .left {
  width: 60%;
}

.quality-page .quality-3 .box .right {
  padding-left: 10%;
  width: 40%;
}

.quality-page .quality-3 .list {
  margin-top: 60px;
}

.quality-page .quality-3 .list ul {
  margin: -7px;
}

.quality-page .quality-3 .list ul li {
  padding: 7px;
}

.quality-page .quality-3 .list ul li a.img-box {
  display: block;
}

.quality-page .quality-4 .list ul {
  margin: -10px;
}

.quality-page .quality-4 .list ul li {
  padding: 10px;
}

.quality-page .quality-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #c9cfd2;
}

.quality-page .quality-4 .list ul li a img {
  width: 100%;
}

.quality-page .quality-4 .list ul li span.h6 {
  font-size: 18px;
  font-weight: 500;
  color: #0060ab;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.quality-page .quality-4 .btn {
  font-size: 20px;
}

.quality-page .quality-4 .btn div {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: white;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}

.quality-page .quality-4 .btn div.prev {
  right: 103%;
}

.quality-page .quality-4 .btn div.next {
  left: 103%;
}

.quality-page .quality-4 .btn div:hover {
  background-color: #0060ab;
  color: white;
}

.quality-page .quality-5 {

}

.quality-page .quality-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}

.quality-page .quality-5 span.h2 {
  margin-bottom: .5em;
}

.quality-page .quality-5 .list ul li {
  font-size: 18px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}

.quality-page .quality-5 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}

.quality-page .quality-5 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}

.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.quality-page .quality-5 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}

.quality-page .quality-5 .list ul li .text {
  margin-top: 1em;
  display: none;
}

.quality-page .quality-5 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}

.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  background-color: #0060ab
}

.quality-page .quality-5 .list ul li.active span.h6 {
  color: #0060ab;
}

.quality-page .quality-5 .box .right {
  padding-left: 0%;
  vertical-align: middle;
}

.quality-page .quality-5 .box .right .slick {
  position: relative;
}

.quality-page .quality-5 .box .right .slick img {
  position: static;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  transition: .5s;
}

.quality-page .quality-5 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}

.quality-page .quality-7 {
  padding: 100px 0;
}

.quality-page .quality-7 span.h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}

.quality-page .quality-7 .box {
  margin-top: 60px;
}

.quality-page .quality-7 .box .left {
  width: 66%;
  padding-right: 4%;
}

.quality-page .quality-7 .box .left .text {
  font-size: 14px;
}

.quality-page .quality-7 .box .left .text>* {
  margin: 1em 0;
}

.quality-page .quality-7 .box .left .text .f18 {
  font-size: 1.3em;
}

.quality-page .quality-7 .box .left .text .f20 {
  font-size: 1.45em;
}

.quality-page .quality-7 .box .left .text .f24 {
  font-size: 1.7em;
}

.quality-page .quality-7 .box .left .text span {
  color: #0060ab;
}

.quality-page .quality-7 .box .right {
  width: 34%;
}

@media screen and (max-width: 1800px) {
  .quality-page span.h2 {
    font-size: 32px;
  }

  .quality-page {
    padding-top: 70px;
  }

  .quality-page .quality-1 {
    padding: 10px 0 50px;
  }

  .quality-page span.h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1500px) {
  .quality-page .quality-4 .btn div.prev {
    left: 0;
    right: auto;
  }

  .quality-page .quality-4 .btn div.next {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 1250px) {
  .quality-page span.h3 {
    font-size: 24px;
  }

  .quality-page .quality-7 .box .left {
    padding-right: 0;
    width: 100%;
  }

  .quality-page .quality-7 .box .right {
    display: none;
  }
}

@media screen and (max-width: 1000px) {

  .quality-page .quality-2 .slide .left,
  .quality-page .quality-3 .box .left {
    padding: 0 !important;
    width: 100%;
  }

  .quality-page .quality-2 .slide .right,
  .quality-page .quality-3 .box .right {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
  }

  .quality-page .quality-2 .slide,
  .quality-page .quality-3 .box {
    direction: ltr !important;
    display: block;
  }

  .quality-page .quality-2 .slide .left .img {
    height: 240px;
  }

  .quality-page .quality-3 {
    padding: 50px 0;
  }

  .quality-page .quality-5 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .quality-page .quality-5 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
.quality-page .quality-5 .list ul li {
    font-size: 16px;
}
.quality-page .text {
    font-size: 16px;
}
}

@media screen and (max-width: 700px) {
  .quality-page {
    padding-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .quality-page span.h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}


.quality2-page .slickBtn div,
.service-page .slickBtn div {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background-color: #222;
  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;
  margin-left: 1.4em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.quality2-page .slickBtn div:hover,
.service-page .slickBtn div:hover {
  background: #0060ab;
}

.quality2-page .slickBtn div.prev img,
.service-page .slickBtn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.quality2-page span.h2 {
  font-size: 36px;
  font-weight: bold;

}

.quality2-page .text {
  font-size: 18px;
}

.quality2-page .quality-3 .content ul {
  margin: 0 -10px;
}

.quality2-page .quality-3 .content ul li {
  padding: 0 10px;
}

.quality2-page .quality-3 .content ul li a {
  display: block;
}

.quality2-page .quality-3 .content ul li a img {
  width: 100%;
}

.quality2-page .quality-1 {
  padding: 100px 0 0px;
}

.quality2-page .quality-1 span.h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;

}

.quality2-page .quality-1 .text p {
  margin-top: 1.2em;
}

.quality2-page .quality-1 .text p:first-child {
  margin-top: 0;
}

.quality2-page .quality-2 {
  overflow: hidden;
}

.quality2-page .quality-2 .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9fe;
}

.quality2-page .quality-2 .left {
  position: relative;
}

.quality2-page .quality-2 .left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #0060ab;
  opacity: .5;
  z-index: 1;
}

.quality2-page .quality-2 .left .slick {
  width: 127%;
  margin-left: -27%;
}

.quality2-page .quality-2 .left .slick .slide {
  display: block !important;
}

.quality2-page .quality-2 .left .img {
  height: 590px;
  background-size: cover;
  background-position: center;
}

.quality2-page .quality-2 .right {
  padding: 10px 2% 10px 4%;
}

.quality2-page .quality-2 .right span.h2 em {
  font-size: 36px;
  margin-bottom: 1em;
  display: block;
  font-weight: bold;

}

.quality2-page .quality-2 .right .text {
  /*max-height: 250px;*/
  margin-bottom: 1.5em;
  padding: 5px 10px 5px 0;
  overflow: auto;
  font-size: 18px;
}

.quality2-page .quality-2 .right .slickBtn {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.quality2-page .quality-2 .right .slickBtn .prev {
  margin-left: 0;
}

.quality2-page .quality-3 {
  padding: 0px 0 100px;
  text-align: center;
}

.quality2-page .quality-3 .text {
  max-width: 1250px;
  margin: 40px auto 50px;
}

.quality2-page .quality-3 .box {
  margin-top: 80px;
}

.quality2-page .quality-3 .box .text {
  margin: 0;
  width: 48.2%;
}

.quality2-page .quality-3 .box .text table tr {
  background-color: transparent !important;
}

.quality2-page .quality-3 .box .text table tr:nth-child(odd) {
  background-color: #fcfcfc !important;
}

.quality2-page .quality-3 .box .text table tr:first-child {
  background-color: #c4d6e4 !important;
}

.quality2-page .quality-3 .box .text table tr td {
  padding: 1em;
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 1800px) {
  .quality2-page span.h2 {
    font-size: 32px;
  }

  .quality2-page .quality-1,
  .quality2-page .quality-3 {
    padding: 60px 0;
  }

  .quality2-page .quality-2 .left .img {
    height: 500px;
  }

  .quality2-page .quality-3 .text {
    margin: 30px auto;
  }

  .quality2-page .quality-3 .box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1250px) {
  .quality2-page .quality-2 .left .img {
    height: 400px;
  }

  .quality2-page .quality-3 .box {
    display: block;
  }

  .quality2-page .quality-3 .box .text {
    width: 100%;
  }

  .quality2-page .quality-3 .box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .quality2-page .quality-2 .left {
    width: 100%;
  }

  .quality2-page .quality-2 .left .slick {
    width: 100%;
    margin-left: 0;
  }

  .quality2-page .quality-2 .right {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .quality2-page .quality-2 .right {
    width: 100%;
    padding: 20px 15px;
  }

  .quality2-page .quality-2 .left {
    width: 100%;
  }

  .quality2-page .quality-2 .box {
    display: block;
  }

  .quality2-page .quality-2 .left .slick {
    width: 100%;
    margin-left: 0;
  }

  .quality2-page .quality-2 .left .img {
    height: 280px;
  }

  .quality2-page .quality-2 .left:before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .quality2-page span.h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .quality2-page .quality-2 .right .slickBtn {
    margin-top: 15px;
  }

  .quality2-page .quality-3 .box .text table {
    white-space: nowrap;
  }
}
/*==============================================
    quality-page 
*/


/*
    sustainability-page
==============================================*/

.sustainability-page span.h2 {
  font-size: 36px;
}

.sustainability-page .text {
  font-weight: 400;
  margin-top: 18px;
}

.sustainability-page .sustainability-1 {
  padding: 80px 0 50px;
  overflow: hidden;
}

.sustainability-page .sustainability-1 .text {
  line-height: 2;
}

.sustainability-page .sustainability-1 .box .left {
  width: 84%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1%;
}

.sustainability-page .sustainability-1 .box .left span.h2 {
  margin-bottom: .8em;
  display: inline-block;
  font-weight: bold;

}

.sustainability-page .sustainability-1 .box .right {
  width: 14%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 24px;
}

.sustainability-page .sustainability-2 {
  padding-top: 32%;
  background-size: cover;
  background-position: center;
}

.sustainability-page .sustainability-2 .bottom {
  padding: 20px 0 20px;
  background-color: rgba(34, 34, 34, 0.5);
  color: white;
}

.sustainability-page .sustainability-2 .bottom .text {
  color: inherit;
}

.sustainability-page .sustainability-3 {
  padding-top: 75px;
}

.sustainability-page .sustainability-3 .slide {
  margin-bottom: 60px;
}

.sustainability-page .sustainability-3 .slide .left {
  vertical-align: middle;
  padding-right: 3%;
}

.sustainability-page .sustainability-3 .slide .left span.h2 {
  margin-bottom: 1em;
  display: inline-block;
  font-weight: bold;
 
}

.sustainability-page .sustainability-3 .slide .right {
  vertical-align: middle;
}

.sustainability-page .sustainability-3 .slide .right .img {
  display: block;
  height: 420px;
  background-size: cover;
  background-position: center;
}

.sustainability-page .sustainability-3 .slide:nth-child(even) {
  direction: rtl;
}

.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
  direction: ltr;
  padding-right: 0;
  padding-left: 3%;
}

@media screen and (max-width: 1800px) {
  .sustainability-page span.h2 {
    font-size: 32px;
  }

  .sustainability-page .sustainability-1 .box .left {
    width: 76%;
  }

  .sustainability-page .sustainability-2 {
    padding-top: 25%;
  }

  .sustainability-page .sustainability-2 .bottom {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1500px) {
  .sustainability-page .sustainability-1 {
    padding: 50px 0;
  }

  .sustainability-page .sustainability-1 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .sustainability-page .sustainability-1 .box .right {
    display: none;
  }

  .sustainability-page .sustainability-2 {
    padding-top: 18%;
  }

  .sustainability-page .sustainability-3 .slide .right .img {
    height: 360px;
  }
}

@media screen and (max-width: 1250px) {
  .sustainability-page .sustainability-3 {
    padding-top: 50px;
  }

  .sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 .slide .left {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }

  .sustainability-page .sustainability-3 .slide .right {
    width: 100%;
  }

  .sustainability-page .sustainability-3 .slide {
    display: block;
  }

  .sustainability-page .sustainability-3 .slide .right .img {
    height: 240px;
  }
}

@media screen and (max-width: 500px) {
  .sustainability-page span.h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .sustainability-page .sustainability-3 .slide .right .img {
    height: 200px;
  }
}
/*==============================================
    sustainability-page
*/


/*
    service-page
==============================================*/

.service-page span.h2 {
  font-size: 36px;
  font-weight: bold;

  display: block;
}

.service-page .text {
  line-height: 2;
  font-size: 18px;
}
.technology-page .service-0 .mk-content .btns ul li{
  min-width: 200px;
  max-width: 25%;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.technology-page .service-0 .mk-content .btns ul li:hover{
  background-color: var(--color);
}

.technology-page .service-0 .mk-content .btns ul li:hover a{
  color: #fff;
}
.technology-page .service-0 .mk-content .btns ul li:hover a img{
  filter: brightness(0) invert(1);
}
.technology-page .service-0 .mk-content .btns ul li a{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}

.technology-page .service-0 .mk-content .btns ul li a img{
  transition: all 0.5s;
}
.technology-page .service-0 .mk-content .btns {

}
.technology-page .service-0 .mk-content .imgbox>img{
  min-height: 280px;border-radius: 20px;
}

.service-page .service-1 {
  padding: 45px 0 75px;
}

.service-page .service-1 .box .left {
  width: 52%;
}

.service-page .service-1 .box .left span.h2 {
  margin-bottom: 1em;
}

.service-page .service-1 .box .right {
  text-align: right;
  width: 48%;
}

.service-page .service-1 .list {
  margin-top: 60px;
}

.service-page .service-1 .list ul {
  margin: -10px;
}

.service-page .service-1 .list ul li {
  padding: 10px;
}

.service-page .service-1 .list ul li .box2 {
  padding: 20px 25px 30px;
  height: 406px;
  background-color: white;
  border-bottom: 5px solid #0060ab;
  -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);
}

.service-page .service-1 .list ul li .box2 i {
  display: block;
}

.service-page .service-1 .list ul li .box2 span.h6 {
  font-size: 18px;
  display: block;
  line-height: 1.4;
  margin: .5em 0 .8em;
  font-weight: bold;

}

.service-page .service-1 .list ul li .box2 .text {
  color: rgba(34, 34, 34, 0.7);
  text-align: justify;
}

.service-page .service-2 {
  padding: 150px 0 140px;
  background-image: url("../images/service-2-bg.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.service-page .service-2 .box {
  width: 50%;
}

.service-page .service-2 .box span.h2 {
  margin-bottom: 1em;
}

.service-page .service-2 .list {
  margin-top: 100px;
}

.service-page .service-2 .list ul {
  margin: -55px;
}

.service-page .service-2 .list ul li {
  padding: 55px;
}

.service-page .service-2 .list ul li .box2 {
  padding: 25px;
  background-color: white;
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  height: 100%;
}

.service-page .service-2 .list ul li .box2 .img {
  height: 250px;
  width: 52%;
  background-size: cover;
  background-position: center;
}

.service-page .service-2 .list ul li .box2 .content {
  width: 48%;
  padding-left: 4%;
}

.service-page .service-2 .list ul li .box2 .content span.h6 {
  font-weight: 700;

  font-size: 18px;
  line-height: 1.4;
  display: block;
}

.service-page .service-2 .list ul li .box2 .content .text {
  color: #222;
  margin-top: 1em;
}

.service-page .service-3 {
  padding: 75px 0 95px;
  background: #f6f6f6;
}

.service-page .service-3 .box {
  background-image: url("../images/icon-service-3.png");
  background-position: right top 5%;
  background-repeat: no-repeat;
  background-size: 8.02631579% auto;
}

.service-page .service-3 .left {
  padding-right: 8%;
  vertical-align: middle;
}

.service-page .service-3 .left .img {
  height: 600px;
  background-size: cover;
  background-position: center;
}

.service-page .service-3 .right {
  vertical-align: middle;
  padding-right: 6%;
}

.service-page .service-3 .right span.h2 {
  margin-bottom: 1.8em;
}

.service-page .service-3 .right span.h2:after {
  width: 55%;
  margin-top: .8em;
}

.service-page .service-3 .right .slickBtn {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 7em;
}

.service-page .service-3 .right .slickBtn .prev {
  margin-left: 0;
}

.service-page .service-33 {
  padding: 40px 0 46px;
}

.service-page .service-33 .mapbox {
  width: 70.55%;
}

.service-page .service-33 .listbox {
  width: 29.45%;
  padding-top: 100px;
}

.service-page .service-33 .listbox h3 {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 27px;

}

.service-page .service-33 .listbox li {
  margin: 21px 0;
}

.service-page .service-33 .listbox li i {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background: #0060ab;
}

.service-page .service-33 .listbox li span {
  display: inline-block;
  vertical-align: super;
  font-size: 18px;
  color: #222222;
  margin-left: 14px;
  width: calc(100% - 66px);
  position: relative;
  top: 6px;
}

@media screen and (max-width: 1800px) {
  .service-page span.h2 {
    font-size: 32px;
  }

  .service-page .service-1 .list ul li .box2 i img {
    max-height: 60px;
  }

  .service-page .service-2 {
    padding: 90px 0;
  }

  .service-page .service-2 .list ul li {
    padding: 30px;
  }

  .service-page .service-2 .list ul {
    margin: -30px;
  }

  .service-page .service-2 .list {
    margin-top: 60px;
  }

  .service-page .service-3 .left .img {
    height: 480px;
  }

  .service-page .service-3 .right span.h2:after {
    margin-top: .3em;
  }

  .service-page .service-3 .right span.h2 {
    margin-bottom: 1em;
  }

  .service-page .service-3 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1500px) {
  .service-page .service-1 .list ul {
    flex-wrap: wrap;
  }

  .service-page .service-1 .list ul li {
    width: 33.333%;
  }

  .service-page .service-1 .list ul li .box2 span.h6 {
    font-size: 16px;
  }

  .service-page .service-2 .list ul li .box2 .img {
    width: 47%;
  }

  .service-page .service-2 .list ul li .box2 .content {
    width: 53%;
  }

  .service-page .service-3 .left .img {
    height: 400px;
  }

  .service-page .service-3 .right .slickBtn {
    margin-top: 4em;
  }

  .service-page .service-3 .right span.h2 {
    margin-bottom: .5em;
  }

  .service-page .service-3 .left {
    padding-right: 4%;
  }

  .service-page .service-33 .mapbox {
    width: 100%;
  }

  .service-page .service-33 .listbox {
    width: 100%;
    margin-top: 30px;
  }

  .service-page .service-33 .listbox h3 {
    font-size: 28px;
  }


}

@media screen and (max-width: 1250px) {
  .service-page .service-1 .list ul li .box2 span.h6 {
    font-size: 14px;
    line-height: 30px;
  }

  .service-page .service-1 .box .right {
    padding-left: 15%;
  }

  .service-page .service-1 .list ul li .box2 i img {
    max-height: 50px;
  }

  .service-page .service-1 .list ul li .box2 {
    padding: 20px;
  }

  .service-page .service-1 {
    padding: 40px 0;
  }

  .service-page .service-1 .list {
    margin-top: 30px;
  }

  .service-page .service-2 {
    padding: 60px 0;
  }

  .service-page .service-2 .list ul li .box2 {
    padding: 15px;
    display: block;
  }

  .service-page .service-2 .list ul li .box2 .content span.h6 {
    font-size: 16px;
  }

  .service-page .service-2 .list ul li .box2 .img {
    width: 100%;
    height: 180px;
  }

  .service-page .service-2 .list ul li .box2 .content {
    width: 100%;
    padding: 20px 0 0;
  }

  .service-page .service-2 .list ul li {
    padding: 15px;
  }

  .service-page .service-2 .list ul {
    margin: -15px;
  }

  .service-page .service-3 .left .img {
    height: 320px;
  }


  .service-page .service-1 .list ul li {
    width: 50%;
  }

  .service-page .service-33 .listbox h3 {
    font-size: 24px;
  }

  .service-page .service-2 .box {
    width: 100%;
  }

  .service-page .service-33 .listbox li span {
    font-size: 16px;
  }

  .service-page .service-33 .listbox li i {
    zoom: .7;
  }

  .service-page .service-33 .listbox li {
    margin: 10px 0;
  }

  .service-page .service-3 .left {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

}
@media screen and (max-width: 1000px){
  .technology-page .service-0 .mk-content .btns ul li a img{
    zoom: 0.8;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .box .left {
    width: 100%;
  }

  .service-page .service-1 .box .right {
    display: none;
  }

  .service-page .service-1 .list ul li {
    width: 100%;
  }

  .service-page .service-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-2 .box {
    width: 100%;
  }

  .service-page .service-2 .list ul li {
    width: 100%;
  }

  .service-page .service-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-3 .left {
    display: none;
  }

  .service-page .service-3 .right {
    width: 100%;
    padding-left: 0;
  }


  .service-page .service-1 .list ul li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .technology-page .service-0 .mk-content .btns{
    display: flex;
    align-items: center;
  }
  .service-page .service-33 .listbox {
    padding-top: 0;
  }

  .service-page span.h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .technology-page .service-0 .mk-content .btns ul li{
    width:50%;
    min-width: unset;max-width: unset;
  }
  .technology-page .service-0 .mk-content .btns ul li a img{
    zoom: 0.7;
  }
}

/*==============================================
    service-page
*/


/*
    resources-page
==============================================*/

.resources-page {
  padding: 60px 0 100px;
}

.resources-page .form-box {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 10;
}

.resources-page .form-box .contentC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 96%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  z-index: 100;
  padding: 20px;

}

.modal-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal-close {
  cursor: pointer;
  font-size: 20px;
  margin-left: 20px;
}

.modal-input {
  width: 100%;
  padding: 8px;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.qr-section {
  text-align: center;
  margin-bottom: 20px;
}

.qr-img {
  width: 150px;
  height: 150px;
  margin-top: 10px;
  padding: 4px;
  background: #fff;
  border: 1px solid #cfcfcf;
}

.modal-footer {
  text-align: center;
}

.modal-footer #sendBtn {
  padding: 8px 16px;
  background: #409eff;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
  display: inline-block;
}

.modal-footer #sendBtn:hover {
  background: #66b1ff;
}

.resources-page .list {
  margin-top: 46px;
}

.resources-page .list .the_head {
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: #0060ab;
  color: #fff;
  border-top-left-radius: 8px;
  display: flex;
  border-top-right-radius: 8px;
}

.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;
  display: flex;
  flex-wrap: wrap;
}

.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 .download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  cursor: pointer;
  width: 207px;
  height: 54px;
  line-height: 61px;
  background: #0060ab;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}

.resources-page .list ul li .download1 {
  display: none;
}

.resources-page .list ul li .download .iconfont {
  font-size: 24px !important;
  margin-left: 17px;
}

.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;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: 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 .sTitle {
  line-height: 1.6;
  height: auto;
  width: 33.33%;
  border: none;
}

.resources-page .list .dw-list li .tit {
  font-size: 18px;
  color: #000000;
}

.resources-page .list ul li:hover {
  background: #0060ab;
  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: #0060ab;
}

.resources-page .list ul li:hover .download {
  background: #fff;
  color: #0060ab;
}


.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:first-child {
  padding-right: 60px;
}

.select-page .content-box .search1 input[type="submit"] {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}

@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;
  }
}

@media screen and (max-width: 700px) {
  .resources-page .list .dw-list {
    width: 100%;
    overflow: auto;
  }

  .resources-page .list .dw-list li {
    width: 700px;
  }
}
/*==============================================
    resources-page
*/


/*
    industry-page
==============================================*/

.industry-page .init-1 .list {
  max-width: 1200px;
  justify-content: space-between;
  margin: 20px auto 30px;
  font-weight: bold;

  color: #0060ab;
}

.industry-page .init-1 .list p {
  margin: 10px 0 0 0;
}

.industry-page .init-2 .left {
  padding-right: 80px;
  width: 50%;
}

.industry-page .init-2 .left .tipsTitle {
  font-weight: bold;

}

.industry-page .init-2 .left .tipsDes {
  color: #777777;
  margin-top: 20px;
}

.industry-page .init-2 .left ul {
  margin-top: 10px;
}

.industry-page .init-2 .left ul li {
  margin-top: 15px;
  cursor: pointer;
}

.industry-page .init-2 .left ul li .box .img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.industry-page .init-2 .left ul li .box .textC {
  width: calc(100% - 20px);
  padding-left: 20px;
}

.industry-page .init-2 .left ul li .box .textC .title {
  font-weight: bold;
 
}

.industry-page .init-2 .left ul li .box .textC .des {
  margin-top: 10px;
  display: none;
}

.industry-page .init-2 .left ul li.active .box .textC .title {
  color: #0060ab;
}

.industry-page .init-2 .right {
  width: 50%;
}

.industry-page .init-3 .left {
  width: 50%;
}

.industry-page .init-3 .right {
  width: 50%;
}

.industry-page .init-3 .right ul li {
  padding: 20px 30px 0 80px;
  margin-top: 10px;
  cursor: pointer;
}

.industry-page .init-3 .right ul li.active {
  background: #f2f2f2;
}

.industry-page .init-3 .right ul li:first-child {
  margin-top: 0;
}

.industry-page .init-3 .right ul li .box .title {
  font-weight: bold;

}

.industry-page .init-3 .right ul li.active .box .title {
  color: #0060ab;
}

.industry-page .init-3 .right ul li .box .des {
  padding-bottom: 20px;
  color: #777777;
  display: none;
  margin-top: 10px;
}

.industry-page .init-4 .box {
  position: relative;
  display: block;
}

.industry-page .init-4 .box img {
  min-height: 120px;
  object-fit: contain;
  width: 100%;
}

.industry-page .init-4 .box .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.industry-page .init-4 .box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  height: 100%;
  color: #fff;
  padding: 10px;
}

.industry-page .init-4 ul {
  margin: 0 -15px;
}

.industry-page .init-4 ul li {
  margin-top: 28px;
  padding: 0 15px;
}

.industry-page .init-4 ul li .box:hover .shadow {
  opacity: 0;
}

.industry-page .init-4 ul li .box:hover .title {
  opacity: 0;
  transform: translateY(-100px);
}

.industry-page .init-5 .tips {
  background: #0060ab;
  color: #fff;
  text-align: center;
  padding: 20px 10px 10px 10px;
  font-weight: bold;
}

.industry-page .init-5 .content .list {
  margin-top: 50px;
}

.industry-page .init-5 .content .list .box {
  justify-content: space-between;
  align-items: center;
}

.industry-page .init-5 .content .list:nth-child(2n) .box {
  flex-direction: row-reverse;
}

.industry-page .init-5 .content .list .box .left {
  width: 50%;
}

.industry-page .init-5 .content .list .box .left img {
  width: 100%;
  border-radius: 20px;
}

.industry-page .init-5 .content .list .box .right {
  width: 46%;
}

.industry-page .init-5 .content .list .box .right .title {
  font-weight: bold;
}

.industry-page .init-5 .content .list .box .right .des {
  color: #777777;
  margin-top: 20px;
}

.industry-page .init-5 .content .list .box .right .contentC {
  margin-top: 50px;
}

.industry-page .init-5 .content .list .box .right .contentC ul {
  margin: 0 -10px;
}

.industry-page .init-5 .content .list .box .right .contentC li {
  padding: 0 10px;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig {
  display: block;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig .img span {
  position: absolute;
  padding: 4px 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #0162af 30%, #5ab6fb 80%);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
  border-radius: 30px;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig .text {
  text-align: center;
  margin-top: 12px;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig .text h4 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig .text h4:hover {
  color: #0060ab;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig:hover .img {
  border-color: #0060ab;
}

.industry-page .init-5 .content .list .box .right .contentC li .ig:hover .img span {
  opacity: 1;
}

@media screen and (max-width: 1250px) {
  .industry-page .init-2 .left {
    width: 100%;
    padding-right: 0;
  }

  .industry-page .init-2 .right {
    margin-top: 20px;
    width: 100%;
  }

  .industry-page .init-3 .left {
    width: 100%;
    margin-top: 20px;
  }

  .industry-page .init-3 .right {
    width: 100%;
    order: -2;
  }
}

@media screen and (max-width: 1000px) {
  .industry-page .init-3 .right ul li {
    padding: 20px 10px 0 10px;
  }

  .industry-page .init-2 .left ul li .box .textC {
    padding-left: 10px;
  }

  .industry-page .init-3 .right ul li {
    margin-top: 0;
  }

  .industry-page .init-4 ul li:first-child {
    margin-top: 0;
  }

  .industry-page .init-5 .content .list .box {
    display: block;
  }

  .industry-page .init-5 .content .list .box .left {
    width: 100%;
  }

  .industry-page .init-5 .content .list .box .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .industry-page .init-5 .content .list {
    margin-top: 30px;
  }

  .industry-page .init-5 .content .list .box .right .des {
    margin-top: 10px;
  }

  .industry-page .init-5 .content .list .box .right .contentC {
    margin-top: 30px;
  }
}
/*==============================================
    industry-page
*/

.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: 342px;
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}


@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}

.flexCenter {
    display: -webkit-flex;
    display: -webkit-box;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/*
    technology-page
==============================================*/
.technology-page .service-1 {
    background-color: #f9f9f9;
}

.technology-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-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.technology-page .service-1 .top .h3 em {
    color: var(--color);
    display: block;
}

.technology-page .service-1 .top .navbox {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.technology-page .service-1 .top .navbox .btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.technology-page .service-1 .top .navbox .btn:hover:before {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--color);
    color: #fff;
}

.technology-page .service-1 .top .navbox .btn:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0) invert(100%);
}

.technology-page .service-1 .top .navbox .btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    -moz-transform: translate(-50%, -50%) rotateZ(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
    border: 1px solid var(--color);
    content: "";
    background: transparent;
    width: 100%;
    height: 100%;
}

.technology-page .service-1 .top .navbox .btn img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.technology-page .service-1 .top .navbox .btn.slick-prev {
    margin-right: 30px;
}

.technology-page .service-1 .top .navbox .btn.slick-prev img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.technology-page .service-1 ul.serlist {
    margin-top: 90px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.technology-page .service-1 ul.serlist li {
    padding: 0 40px;
    border-right: 1px solid rgba(139, 139, 139, 0.5);
}

.technology-page .service-1 ul.serlist li .text {
    margin-top: 60px;
    color: #666;
    min-height: 170px;
}

.technology-page .service-1 ul.serlist li .text .h4 {
    color: #111;
    margin-bottom: 25PX;
    font-weight: 700;
    font-size: 26px;
}
.technology-page .service-2{
  background: #fff;
}
.technology-page .service-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.technology-page .service-2 .ui.container .left {
    width: 50%;
}

.technology-page .service-2 .ui.container .right {
    width: 50%;
    padding:0 60px;
}

.technology-page .service-2 .ui.container .right .btn-go::before {
    background: #000;
}

.technology-page .service-2 .ui.container .right .h3 {
    color: #111;
}

.technology-page .service-2 .ui.container .right .h3 em {
    color: var(--color);
    display: block;
}

.technology-page .service-2 .ui.container .right p {
    color: #666;
    text-indent: 38px;
}

.technology-page .service-2 .ui.container .right .more {
    color: #fff;
}

.technology-page .service-3 {
    background-color: #f9f9f9;
}

.technology-page .service-3 .ui.container {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.technology-page .service-3 .ui.container .h3 {
    color: #000;
    width: 100%;
    margin-bottom: 40px;
}

.technology-page .service-3 .ui.container .h3 em {
    color: var(--color);
}

.technology-page .service-3 .ui.container .left {
    width: 265px;
    /*margin-bottom: 40px;*/
}

.technology-page .service-3 .ui.container .right {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}

.technology-page .service-3 .ui.container .right ul {
    width: 100%;
}

.technology-page .service-3 .ui.container .right ul li {
    padding: 30px 0;
    border-top: 1px solid rgb(147 147 147 / 50%);
}

.technology-page .service-3 .ui.container .right ul li .h4 {
    color: #000;
    font-weight: bold;
}

.technology-page .service-3 .ui.container .right ul li p {
    color: #666;

}

.technology-page .service-4 {
    padding-bottom: 70px;
    position: relative;
    color: #fff;
}

.technology-page .service-4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1570px;
    background: url(../images/inner-about-22.png) right center no-repeat;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.technology-page .service-4 .ui.container .h3 {
    display: inline-;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.technology-page .service-4 .ui.container .h3 a {
    height: 75px;
    line-height: 94px;
    padding: 0 40px;
    border-radius: 47px;
    background: var(--color);
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    margin: 0 20px;
}

.technology-page .service-4 .ui.container .h3 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #fe7700;
}

.technology-page .service-4 .ui.container .h3 a img {
    width: 22px;
    height: 26px;
    margin-right: 15px;
}

.kongxin {
    letter-spacing: 0px;
    -webkit-text-stroke-color: var(--color);
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}

@media screen and (max-width: 1000px) {
    .technology-page .service-3 .ui.container .left {
        display: none;
    }

    .technology-page .service-3 .ui.container .right {
        width: 100%;
    }

    .technology-page .service-1 ul.serlist li .text {
        min-height: 220px
    }
        .technology-page .service-2 .ui.container .left {
        width: 100%;
    }

    .technology-page .service-2 .ui.container .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {

    .technology-page .service-4 .ui.container .h3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
        text-align: center;
    }

    .technology-page .service-4 .ui.container .h3 img {
        display: block;
        margin: 0 auto;
    }

    .technology-page .service-4 .ui.container .h3 a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .technology-page .service-4 {
        padding-bottom: 100px;
    }

    .technology-page .service-4 .ui.container .h3 a {

        font-size: 16px;

    }

.technology-page .service-2 .ui.container .right {
    padding: 10px 20px;
}

    .technology-page .service-1 ul.serlist li .text {
        margin-top: 40px;
        min-height: 250px
    }
}

@media screen and (max-width: 500px) {
    .technology-page .service-1 ul.serlist {
        margin-top: 40px;
    }

    .technology-page .service-1 ul.serlist li {
        padding: 0 20px;
    }

    .technology-page .service-1 ul.serlist li .text {
        margin-top: 20px;
    }

    .technology-page .service-2 .ui.container .right p {
        margin: 20px 0;
    }

    .technology-page .service-3 .ui.container .h3 {
        margin-bottom: 20px;
    }
}


.global-page .init-4 .container .tips {
  font-weight: bold;
  text-align: center;
}

.global-page .init-4 .container form {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-page .init-4 .container form input,
.global-page .init-4 .container form textarea {
  padding: 22px;
  width: 32.5%;
  background-color: #f3f3f3;
  border: none;
  margin-top: 10px;
  border-radius: 10px;
}

.global-page .init-4 .container form .area,
.global-page .init-4 .container form .project {
  width: 49.5%;
}

.global-page .init-4 .container form .content {
  width: 100%;
}

.global-page .init-4 .container form .btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 10px;
}

.global-page .init-4 .container form .btn:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 700px) {

  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    width: 100%;
  }

  .global-page .init-4 .container form .area,
  .global-page .init-4 .container form .project {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .global-page .init-4 .container form {
    margin-top: 10px;
  }

  .global-page .init-4 .container form input,
  .global-page .init-4 .container form textarea {
    padding: 10px;
  }

  .global-page .init-4 .container form .btn {
    font-size: 18px;
    padding: 10px;
  }
}
/*==============================================
    technology-page
*/