body {
  font-weight: 400;
  font-size: 18px;
  --color: #183a68;
  --color2: #f1a429;
  --color3: #d2ad69;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.container {
  width: 1650px;
}
.bigtt-zt {
  font-weight: bold;
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .header-top {
  background-color: var(--color);
}
#header .header-top .logo img {
  height: 134px;
  transition: all 0.5s;
}
#header .header-top .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .header-top .right .h-language span img {
  transition: all 0.5s;
}
#header .header-top .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 .header-top .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .header-top .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .header-top .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .header-top .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .header-top .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 .header-top .right .h-language:hover img {
  filter: none;
}
#header .header-top .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .header-top .right .h-search img {
  transition: all 0.5s;
}
#header .header-top .right .h-search:hover img {
  filter: none;
}
#header .nav {
  position: relative;
  height: 58px;
  transition: all 0.5s;
  background-color: #d9d9d9;
}
#header .nav .ui.menu {
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  font-size: 16px;
  height: 100%;
  color: var(--color);
  -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 > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -74%;
  left: 0;
  background-color: var(--color2);
  opacity: 0;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .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: scaleY(0);
  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: scaleY(1);
  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: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header.active .header-top .logo img {
  height: 100px;
}
#header.active .nav {
  height: 48px;
}
#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a::after{
  bottom: -56%;
}
#banner{
  margin-top: 192px;
}
#banner .banner-content {
  height: 20vw;
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  line-height: 1.3;
}
.btn-go {
  width: auto;
  min-width: 160px;
  padding: 0 22px;
  height: 48px;
  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: #cdbd80;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
#index-body .init-about .mk-content .left {
  margin: 30px 0;
}
#index-body .init-about .mk-content .left .desc {
  max-height: calc(28px * 5);
  overflow-y: auto;
}
#index-body .init-about .mk-content .right .imgbox {
  margin-right: calc((1620px - 100vw) / 2);
}
#index-body .init-about .mk-content .right .imgbox .play {
  position: absolute;
  bottom: 4%;
  left: 4%;
  width: 38px;
  height: 38px;
  background-color: var(--color3);
  border-radius: 50%;
  z-index: 0;
}
#index-body .init-about .mk-content .right .imgbox .play i {
  font-size: 12px;
  color: #fff;
}
#index-body .init-about .mk-content .right .imgbox .play::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(210, 173, 105, 0.4);
  z-index: -1;
}
#index-body .init-about .mk-content .right .imgbox .play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  animation: ks 2s linear infinite;
  background-color: rgba(210, 173, 105, 0.4);
  animation-delay: 0.6s;
  z-index: -1;
}
#index-body .init-product {
  background-color: #b9b9b9;
}
#index-body .init-product .mk-content .left .imgbox {
  margin-left: calc((1620px - 100vw) / 2);
}
#index-body .init-product .mk-content .right .desc {
  max-height: calc(28px * 5);
  overflow-y: auto;
}
#index-body .init-application .mk-content {
  padding: 0 13%;
}
#index-body .init-application .mk-content ul li .box {
  position: relative;
}
#index-body .init-application .mk-content ul li .box .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-application .mk-content ul li .box .txtbox .tt {
  width: auto;
  min-width: 162px;
  height: 58px;
  border: solid 1px #ffffff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  transition: all 0.5s;
}
#index-body .init-application .mk-content ul li .box .txtbox .tt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s;
}
#index-body .init-application .mk-content ul li .box .txtbox .tt:hover {
  color: #000;
}
#index-body .init-application .mk-content ul li .box .txtbox .tt:hover::after {
  left: 0;
}
#footer {
  background-color: #455e7e;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 120px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 232px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.honour {
  width: 30%;
  max-width: 510px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.info {
  max-width: 820px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.info .link ul li a {
  transition: all 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.info .link ul li a:hover {
  background-size: 100% 1px;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(204, 204, 204, 0.13);
}
#footer .footer-center .footer-b .con {
  color: #fff;
  padding: 10px 0;
}
#footer .footer-center .footer-b .con p {
  margin: 0 10px;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(4px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 25px;
  transition: all 0.5s;
  fill: #fff;
}
@media screen and (max-width: 1700px) {
  #index-body .init-about .mk-content .right .imgbox {
    margin-right: calc((1370px - 100vw) / 2);
  }
  #index-body .init-product .mk-content .left .imgbox {
    margin-left: calc((1370px - 100vw) / 2);
  }
#footer .footer-center .footer-t .footer-t-gird .t-list.info {
    max-width: unset;
    width: 100%;
    margin-top: 30px;
}
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #index-body .init-application .mk-content {
    padding: 0;
  }
  #index-body .init-application .mk-content ul li .box .txtbox .tt {
    zoom: 0.8;
  }
  #index-body .init-about .mk-content .right .imgbox {
    margin-right: calc((1170px - 100vw) / 2);
  }
  #index-body .init-product .mk-content .left .imgbox {
    margin-left: calc((1170px - 100vw) / 2);
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 186px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.honour {
    max-width: 380px;
  }
}
@media screen and (max-width: 1250px) {
  #banner{
    margin-top: 60px;
  }
  #banner .banner-content {
    height: 340px;
  }
  #index-body .init-about .mk-content .right .imgbox {
    margin-right: calc((940px - 100vw) / 2);
  }
  #index-body .init-product .mk-content .left .imgbox {
    margin-left: calc((940px - 100vw) / 2);
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.honour {
    max-width: 250px;
  }

}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 300px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #index-body .init-application .mk-content ul li .box .txtbox .tt {
    zoom: 0.6;
  }
  #index-body .init-about .mk-content .right .imgbox {
    margin-right: 0;
  }
  #index-body .init-about .mk-content .right {
    margin-bottom: 30px;
  }
  #index-body .init-product .mk-content .left .imgbox {
    margin-left: 0;
  }
  #index-body .init-product {
    padding: 40px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.honour {
    max-width: 350px;
    width: 60%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.info {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.honour {
    margin: 20px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.honour {
    max-width: 100%;width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-center .footer-t .footer-t-gird .t-list.info .contact h2 {
    display: none;
  }
}
/*----- inner-page -----*/
.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);
}
#innerMobileBanner .banner2.colorWhite{
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}

.inner-banner{
  margin-top: 192px;
}
.inner-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .textcon .bancon {
    padding-top: 200px;
    min-height: 20vw;
}

.inner-page .slide-box{
  max-width: 100%;
}

.inner-page .slide-box .slide-left {
    min-width: 136px;
    max-width: 188px;
    position: sticky;
    top: 190px;
    flex-shrink: 0;
}

.inner-page .slide-box .slide-left .category .list {
    background-color: #cccccc;
    padding: 10px 20px;
}

.inner-page .slide-box .slide-left .category .list ul li {
    padding: 5px 0;
    color: #666666;
    transition: all 0.5s;
}

.inner-page .slide-box .slide-left .category .list ul li.active {
    color: var(--color);
}

.inner-page .slide-box .slide-left .category .list ul li:hover {
    color: var(--color);
}

.inner-page .slide-box .slide-right {
    width: 100%;
    padding-left: 75px;
    overflow: hidden;
}

@media screen and (max-width: 1250px) {
    .inner-page .slide-box .slide-left{
        top: 90px;
    }
    .inner-page .slide-box .slide-right {
        width: calc(100% - 136px - 40px);
        padding-left: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .slide-box{
      flex-wrap: wrap;
    }
    .inner-page .slide-box .slide-left {
        display: none;
    }

    .inner-page .slide-box .slide-right {
        width: 100%;
        padding-left: 0;
    }
}

.inner-page .m-page {
    text-align: center;
    display: flex;
    justify-content: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 25px;
    height: 25px;
    background-color: #b2b2b2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    border: 1px solid transparent;
    margin-right: 5px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: var(--color);
    color: #fff;
    border-color: transparent;
}

/*
    faq-page
==============================================*/
.faq-page .mk-list ul li {
    margin-bottom: 16px;
}

.faq-page .mk-list ul li .box {
    background-color: #cccccc;
    padding: 20px 22px;
}

.faq-page .mk-list ul li .box .title {
    transition: all 0.5s;
}

.faq-page .mk-list ul li .box .title h2 {
    width: 100%;
    display: flex;
    align-items: center;
    color: #666666;
}

.faq-page .mk-list ul li .box .title i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9f9f9f;
    font-size: 12px;
    font-weight: bold;
    color: var(--color);
    transform: translateY(3px);
    transition: all 0.5s;
}

.faq-page .mk-list ul li .box .text {
    display: none;
}

.faq-page .mk-list ul li .box .text .desc {
    display: flex;
    align-items: center;
    color: #666666;
}

.faq-page .mk-list ul li.active .box .title i {
    background-color: var(--color);
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .faq-page .mk-list ul li .box .title i {
        transform: translateY(1px);
    }
}

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

/*
    strength-page
==============================================*/
.strength-page .strength-2 {
    background-color: #b9b9b9;
}

.strength-page .strength-2 .slide-right .mk-list ul {
    margin: -22px -8px;
}

.strength-page .strength-2 .slide-right .mk-list ul li {
    padding: 22px 8px;
}

/*==============================================
    strength-page
*/

/*
    contact-page
==============================================*/
.contact-page .contact-1 .mk-content .left {
    width: 31%;
}

.contact-page .contact-1 .mk-content .left .info {
    border: solid 1px #b2b2b2;
    padding: 60px 45px;
}

.contact-page .contact-1 .mk-content .right {
    width: 67.5%;
    border: solid 1px #b2b2b2;
}

.contact-page .contact-1 .mk-content .right .form {
    padding: 60px 50px;
}

.contact-page .contact-1 .mk-content .right .form form {
    position: relative;
}

.contact-page .contact-1 .mk-content .right .form ul {
    margin: -10px -14px;
}

.contact-page .contact-1 .mk-content .right .form ul li {
    padding: 10px 14px;
}

.contact-page .contact-1 .mk-content .right .form ul li input {
    display: block;
    width: 100%;
    border: 1px solid #c8c9ca;
    background-color: #cccccc;
    height: 38px;
    font-size: 16px;
    color: #000;
    padding: 5px 15px;
    transition: 0.5s;
}

.contact-page .contact-1 .mk-content .right .form ul li input::placeholder {
    color: #808080;
}

.contact-page .contact-1 .mk-content .right .form ul li input:focus {
    border-color: var(--color);
}

.contact-page .contact-1 .mk-content .right .form ul li textarea {
    display: block;
    width: 100%;
    height: 90px;
    border: 1px solid #c8c9ca;
    background-color: #cccccc;
    font-size: 16px;
    color: #000;
    padding: 5px 15px;
    transition: 0.5s;
}

.contact-page .contact-1 .mk-content .right .form ul li textarea::placeholder {
    color: #808080;
}

.contact-page .contact-1 .mk-content .right .form ul li textarea:focus {
    border-color: var(--color);
}

.contact-page .contact-1 .mk-content .right .form ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .mk-content .right .form ul .inquery {
    width: auto;
    border: none;
    padding: 0;
    background-color: transparent;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 1450px) {
    .contact-page .contact-1 .mk-content .left .info {
        padding: 30px 25px;
    }

    .contact-page .contact-1 .mk-content .right .form {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .mk-content .left .info {
        padding: 15px;
    }

    .contact-page .contact-1 .mk-content .right .form {
        padding: 15px;
    }
}

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

/*
    news-page
==============================================*/
.news-page .mk-content ul {
    border-top: solid 1px #bfbfbf;
}

.news-page .mk-content ul li {
    padding-bottom: 28px;
    border-bottom: solid 1px #bfbfbf;
    margin-top: 30px;
}

.news-page .mk-content ul li .box .title {
    gap: 5px;
}

.news-page .mk-content ul li .box .title .time {
    transform: translateY(2px);
}

@media screen and (max-width: 700px) {
    .news-page .mk-content ul li .box .title {
        flex-wrap: wrap;
    }

    .news-page .mk-content ul li .box .title .time {
        transform: translateY(0);
    }
}

.newdet-page .mk-content .mk-tt .time {
    transform: translateY(14px);
}

.m-link a {
    max-width: 49%;
}

@media screen and (max-width: 1000px) {
    .m-link {
        flex-wrap: wrap;
    }

    .m-link a {
        max-width: 100%;
    }

    .newdet-page .mk-content .mk-tt {
        flex-wrap: wrap;
    }

    .newdet-page .mk-content .mk-tt .time {
        transform: none;
    }
}

/*==============================================
    news-page
*/

/*
    resource-page
==============================================*/
.resource-page .resource_list ul li .box .tt {
    color: #666666;
    transition: all 0.5s;
}

.resource-page .resource_list ul li .box .tt:hover {
    color: var(--color);
}

.resource-page .resource_list ul li .box .mk-more {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
    transition: all 0.5s;
}

.resource-page .resource_list ul li .box .mk-more:hover {
    background-size: 100% 1px;
}

/*==============================================
    resource-page
*/

/*.inner-page.pro-page .slide-box .slide-left{
  width:188px;
}
.inner-page.pro-page .slide-box .slide-right{
  width: calc(100% - 188px - 75px);
}
@media screen and (max-width: 1000px) {
  .inner-page.pro-page .slide-box .slide-right{
    width:100%;
  }
}*/
/*
    product-page
==============================================*/

.product-page .slide-right .mk-content ul{
  margin: -16px;
}
.product-page .slide-right .mk-content ul li{
  padding: 16px;
}
@media screen and (max-width: 1450px) {

  .product-page .slide-right .mk-content ul li{
    width: 25%;
  }
  
}
@media screen and (max-width: 1250px) {
  .product-page .slide-right .mk-content ul {
    margin: -8px;
  }
  .product-page .slide-right .mk-content ul li{
    width:33.3%;
    padding: 8px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .slide-right .mk-content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .slide-right .mk-content ul li {
    width: 100%;
  }
}
/*==============================================
    product-page
*/





/*
    prodet-page
==============================================*/

.prodet-page .prodet-1 .prodetbox {
    width: 100%;
}

.prodet-page .prodet-1 .prodetbox .left {
    width: 36%;
}

.prodet-page .prodet-1 .prodetbox .left .bigImg {
    width: 100%;
    overflow: hidden;
}

.prodet-page .prodet-1 .prodetbox .left .bigImg ul {
    margin: 0 -8px;
}

.prodet-page .prodet-1 .prodetbox .left .bigImg ul li {
    padding: 0 8px;
}


.prodet-page .prodet-1 .prodetbox .right {
    width: 64%;
    padding-left: 5%;
}

.prodet-page .prodet-1 .prodetbox .right .m-link a{
  max-width: 100%;
}

.prodet-page .prodet-1 .prodetbox .right .prodet_con {
    max-height: calc(28px * 10);
    overflow-y: auto;
}

.prodet-page .prodet-2 .prodet-title ul {
    background-color: #b9b9b9;
}

.prodet-page .prodet-2 .prodet-title ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141414;
    min-height: 50px;
    transition: all 0.5s;
    flex:1;
}

.prodet-page .prodet-2 .prodet-title ul li.active{
  background-color: var(--color);
  color: #cdbd80;
}

.prodet-page .prodet-2 .prodet-title ul li.hide {
    display: none !important;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li {
    margin-bottom: 16px;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li .box {
    background-color: #cccccc;
    padding: 20px 22px;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li .box .title {
    transition: all 0.5s;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li .box .title h2 {
    width: 100%;
    display: flex;
    align-items: center;
    color: #666666;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li .box .title i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9f9f9f;
    font-size: 12px;
    font-weight: bold;
    color: var(--color);
    transform: translateY(3px);
    transition: all 0.5s;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li .box .text {
    display: none;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li .box .text .desc {
    display: flex;
    align-items: center;
    color: #666666;
}

.prodet-page .prodet-2 .prodet-content .faqlist ul li.active .box .title i {
    background-color: var(--color);
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .prodet-content .faqlist ul li .box .title i {
        transform: translateY(1px);
    }
}



/*==============================================
    prodet-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: calc(1.8em * 7);
    overflow-y: auto;
    color: var(--color);
}

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

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

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

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

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

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

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

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



  /*
    gallery-page
==============================================*/
  .gallery-page .gallery-list ul {
      margin: -15px;
  }

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

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

  .gallery-page .gallery-list ul li .box a.img-box {
      margin-bottom: 10px;
      display: block;
  }

  .gallery-page .gallery-list ul li .box h5 {
      display: block;
      color: #111;
      padding: 8px 5px 8px 5px;
      text-align: center;
      transition: all 0.5s;
  }

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

  @media screen and (max-width: 1250px) {
      .gallery-page .gallery-list ul li {
          width: 33.3%;
      }
  }

  @media screen and (max-width: 1000px) {
      .gallery-page .gallery-list ul {
          margin: -10px;
      }

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

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

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

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

