ryzi:root {
  --thm-font: "Rubik", sans-serif;
  --heading-font: "Rubik", serif;
  --thm-color: #798490;
  --thm-color-rgb: 121, 132, 144;
  --thm-base: #008fd5;
  --thm-base-rgb: 0, 143, 213;
  --thm-primary: #004aa1;
  --thm-primary-rgb: 0, 74, 161;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #5366c2;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #0c2139;
  --thm-black-rgb: 12, 33, 57;
  --thm-black2: #1d1c1c;
  --thm-black2-rgb: 29, 28, 28;
  --thm-text-dark: #8e96a0;
  --thm-text-dark-rgb: 142, 150, 160;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}
body {
  font-family: "微软雅黑";
  color: var(--thm-color);
  font-size: 18px;
}

ul li{list-style-type:none; }

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  line-height: 1;
}

img{max-width:100%;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #333 !important;
}

@font-face {font-family:'impact'; src:url(../fonts/impact.ttf);}

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

.fl{float: left;}
.fr{float: right;}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--thm-base);
}

.background-primary {
  background-color: var(--thm-primary);
}

.background-secondary {
  background-color: var(--thm-secondary);
}

.background-special {
  background-color: var(--thm-special);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--thm-base);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--thm-font);
  padding: 16.5px 39.5px;
  transition: 500ms;
  background-color: var(--thm-base);
  color: #fff;
}

.thm-btn:hover {
  color: var(--thm-base);
  background-color: #fff;
}

.block-text {
  font-size: 18px;
  line-height: 1.88;
  color: var(--thm-color);
  margin-bottom: 0;
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 500;
  color: var(--thm-black);
}

.main-menu .logo-box img{height:32px;}
.dhq{margin-left:15px;}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--thm-secondary);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/* post paginations */
.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}

.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #eff2f6;
  align-items: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
}

@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.post-pagination a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.post-pagination li:first-child a {
  background-color: var(--thm-base);
  color: #fff;
}

.post-pagination li:last-child a {
  background-color: var(--thm-black);
  color: #fff;
}

.post-pagination li + li {
  margin-left: 10px;
}

/* custom animations */
@-webkit-keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

.main-menu .container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-menu,
.stricky-header {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}
.fontx{margin-bottom:1rem;}
.fontx button {
    font-size: 12px;
    width: 100%;
    text-align: left;
}
.probox .btn-group, .probox .btn-group-vertical {
    width: 100%;
}
.probox .dropdown-menu {
    width: 100%;
    padding: .20rem 0;
    font-size: 12px;
}
.probox .dropdown-item{padding: .25rem 0.5rem;}
.prod{overflow:hidden;}
.prod img{display:block; width:100%;}
.prod .cpdk img{display:block; overflow:hidden;}
.prod p{color:#202020; font-size:14px; text-align:center; line-height:32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lianj{display:block; background:#299982; border-radius:100px; overflow:hidden; text-align:center; display:block; margin-left:auto; margin-right:auto; color:#fff; font-size:13px; padding:2px 0 3px 0; max-width:105px; margin-bottom:15px;}
.lianj i{margin-right:5px;}
.diwu{margin-bottom:-15px;}

.more a{display:block; background:#299982; color:#fff; font-size:14px; padding:8px 0; text-align:center; margin-top:20px; border-radius: 30px; max-width: 150px; margin-left: auto; margin-right: auto;}
.btn-danger{background-color: #299982; border-color: #299982;}

.about_box .more a{margin-left: inherit; margin-right: inherit;}

.dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 13px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  border-right: 1px solid #e6eaef;
  padding-right: 30px;
  margin-right: 30px;
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 55px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-family: var(--thm-font);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--thm-color);
  transition: 500ms;
  position: relative;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 4px;
  background-color: var(--thm-base);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform-origin: right center;
  transform: scale(1, 1);
}

.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
  margin-left: 30px;
}

.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
  display: none;
}

.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
  font-size: 22px;
}

.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
  position: relative;
}

.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: var(--thm-font);
  background-color: var(--thm-primary);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: background-color 500ms, color 500ms;
}

.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
  background-color: #fff;
  color: var(--thm-black);
}

.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
  font-size: 23px;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:last-child > a,
.stricky-header .main-menu__list li ul li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.main-header__info-phone {
  display: flex;
  align-items: flex-start;
}

.main-header__info-phone > i {
  font-size: 32px;
  color: var(--thm-base);
}

.main-header__info-phone-content {
  margin-left: 20px;
}

.main-header__info-phone-content span {
  display: block;
  color: var(--thm-color);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.main-header__info-phone-content h3 {
  font-size: 16px;
  font-weight: 600;
  font-style: oblique;
  margin: 0;
  margin-top: 2px;
  line-height: 1;
  color: #029076;
}

.main-header__info-phone-content h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.main-header__info-phone-content h3 a:hover {
  color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
  transition: 500ms;
}

.anlik .cpdk{display: block; margin-bottom: 10px; overflow: hidden;}
.anlik .row{margin-bottom: -10px;}

.ryzi .cpdk img{height: 228px;}
.ryzi .cpdk p{
	font-size: 14px; text-align: center; color: #202020; line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mobt{background: #03937a; overflow: hidden; color: #fff;}
.mobt a{display: block; width: 25%; overflow: hidden; text-align: center; font-size: 13px; float: left; color: #fff; line-height: 32px;}
.mobt a:nth-child(1),.mobt a:nth-child(2),.mobt a:nth-child(3),.mobt a:nth-child(4){border-bottom: solid 1px #dff5f1;}

.hezbox .mySwiper3 img{display: block; border: solid 2px #eee;}
.hezbox .swiper{padding-bottom: 40px; margin-top: 20px; margin-bottom: 10px;}
.hezbox{overflow: hidden; margin-top: 25px;}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-primary);
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  transform: translateY(-110%);
  transition: transform 500ms ease;
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}

.stricky-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
}

.main-menu__two {
  background-color: #0c2139;
}

.main-menu__two .main-menu__list {
  border-right-color: rgba(255, 255, 255, 0.1);
}

.main-menu__two .main-menu__list > li > a {
  color: var(--thm-text-dark);
}

.main-menu__two .main-menu__list > li.current > a, .main-menu__two .main-menu__list > li:hover > a {
  color: #fff;
}

.main-menu__two .main-header__info-phone-content span {
  color: var(--thm-text-dark);
}

.main-menu__two .main-header__info-phone-content h3 {
  color: #fff;
}

.main-menu__two .mobile-nav__toggler {
  color: var(--thm-text-dark);
}

.main-menu .logo-box {
  display: flex;
  align-items: center;
}

@media (max-width: 425px) {
  .main-menu .logo-box {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .main-menu .logo-box .mobile-nav__toggler {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .main-menu .main-header__info {
    margin-left: auto;
  }
}

@media (max-width: 425px) {
  .main-menu .main-header__info {
    /*display: none;*/
	position:absolute; right:15%;
	    margin-left: 0;
  }
  .main-header__info-phone-content {
    margin-left: 2px;
}

.main-header__info-phone > i {
  font-size: 23px;
  color: #c8181a;
}

}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper { 
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 500ms ease;
  z-index: 999;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  transform: scale(1, 1);
}


.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  opacity: 0.8;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: #222;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #299982;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #299982;
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li a button{display:none;}
.mobile-nav__content .main-menu__list li:nth-child(2) button,.mobile-nav__content .main-menu__list li:nth-child(6) button{display:block;}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}

.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: #fff;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #299982;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .logo-box {
  display: none;
}

.mobile-nav__container .main-header__info {
  display: none;
}

.swiper-slide {
        font-size: 18px;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.fuwubox{overflow: hidden; padding-bottom: 50px; background: url("../images/dfw_04.jpg") no-repeat center center; background-size: cover;}
.h_title{text-align: center; background: url("../images/titl.png") no-repeat bottom center; overflow: hidden; padding-bottom: 20px; margin-top: 50px;}
.h_title h3{font-size: 32px; color: #222; text-align: center; margin-bottom: 8px;}
.h_title h4{font-size: 32px; color: #222; text-align: center; margin-bottom: 8px; position:relative;}
.h_title h4::after{
    content: "";
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:3px;
	background:#299982;
}
.fuwubox .col-sm-3 img{display: block; margin-left: auto; margin-right: auto; margin-bottom: 18px;}
.fuwubox .col-sm-3 h4{text-align: center; font-size: 20px; color: #222; position: relative; padding-bottom: 8px; margin-bottom: 13px; line-height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.fuwubox .col-sm-3 p{font-size: 15px; color: #555; text-align: center; line-height: 23px; max-width: 238px; margin-left: auto; margin-right: auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fuwubox .col-sm-3 h4:before {
    content: '';
    width: 38px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
    background: #299982;
}

.h_titled{text-align: center; background: url("../images/titl.png") no-repeat bottom center; overflow: hidden; padding-bottom: 15px; margin-top: 50px;}
.h_titled h3{font-size: 32px; text-align: center; margin-bottom: 8px; color: #222;}

.title{text-align: center;}
.title h3{font-size: 20px; font-weight: 600;}
.title h3 span{color: #029076;}
.title p{color: #666; font-size: 12px; margin-top: 5px;}
.prodx{background: #f3fffd; overflow: hidden; padding-top: 25px; padding-bottom: 20px;}

.ful ul li{float: left; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05); width: 49%; padding: 6px; overflow: hidden; padding-bottom: 15px; margin-right: 2%; border-radius: 10px; background: #fff; margin-bottom: 15px; min-height: 292px;}
.ful ul li:nth-child(even){margin-right: 0;}
/*.ful ul li:nth-child(3) .mor{margin-top: 33px;}*/

.mor a{display: block; background-image: linear-gradient(#fcdb89, #f39c0c); font-size: 12px; color: #222; text-align: center; margin-left: auto; margin-right: auto; width: 90%; line-height: 32px; border-radius: 100px; font-weight: 600;}
.futop{background: url("../images/zhe_07.png") no-repeat top center; text-align: center; height: 125px; overflow: hidden; border-radius: 10px;}
.futop a{font-size: 14px; font-weight: 600; color: #fff; display: block; margin-top: 90px;}
.fuk{overflow: hidden; padding-top: 10px; min-height: 130px; text-align: center;}
.fuk a{display: inline-block; font-size: 12px; color: #303030; margin-left: 5px; margin-right: 5px;}
.fuk a:hover{color: #029076;}
.mor a:hover{background-image: linear-gradient(#fcdb89, #f38713);}
.ful{margin-top: 15px;}


.xink{overflow:hidden; margin-bottom:-10px;}
.xik{overflow:hidden; position:relative; padding-left:70px; border:solid 1px #eee; height:75px; margin-bottom:10px; display:block;}
.xifl{position:absolute; width:73px; left:0; top:0; line-height:25px; height:73px; overflow:hidden; border-right:solid 1px #eee; padding:15px 11px 15px 13px;}
.xifl p{font-size:35px; color:#666; font-weight:600;}
.xifl span{font-size:12px;}
.xifr{padding:17px 10px 10px 13px;}
.xifr h3{font-size:15px; margin-bottom:7px; color:#202020;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xifr p{font-size:12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xink a .xifl span,.xink a .xifr p{color:#666;}

.zhek{overflow: hidden; padding-top: 20px;}
.zhbox{margin-top: 15px;}
.zhdk{border: solid 5px #eee; border-radius: 10px; background: #fff; padding: 5px 0 8px 5px; margin-top: 15px;}
.zhdk ul li a{font-size: 12px; color: #222;}
.zhdk ul li a span{color: #029076; font-weight: 600;}

.zhes{overflow: hidden; margin-top: 15px;}
.zhes ul{margin-left: -5px; margin-right: -5px;}
.zhes ul li{width: 33.33%; float: left; padding-left: 5px; padding-right: 5px;}
.zhes ul li a{font-size: 14px; font-weight: 600; color: #1d1d1d; text-align: center; display: block; overflow: hidden;}
.zhes ul li a span{display: block; margin-top: 3px; font-size: 12px;}

.newboxk{overflow:hidden; margin-top: 25px; padding-top: 25px; background: #ebfbf8; padding-bottom: 30px;}

.c6sort1{margin-left: 20%;}
.c6sort1 li {
    float: left;
    background: url("../images/shw.png") no-repeat;
    line-height: 32px;
    background-size: 100% 100%;
}
.c6sort1 li:nth-child(2) {
    float: left;
    background: url("../images/shw2.png") no-repeat;
    line-height: 32px;
    background-size: 100% 100%;
}
.c6sort1 li:nth-child(2) a {
    padding: 0 20px;
    color: #333333;
}

.k_box{overflow: hidden; margin-top: 30px;}
.k_box img {
    margin-right: 15px;
	display: block;
	width: 63px;
	float: left;
}
.advantage-title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 8px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.advantage-desc {
    color: #fff;
    font-size: 14px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.titk{overflow: hidden;}
.titk h3{font-size: 20px; float: left; font-weight: 600;}
.titk a{display: block; width: 100px; height: 24px; text-align: center; line-height: 24px; background: #299982; color: #fff; font-size: 12px; border-radius: 50px;     margin-top: 0; float: right;}
.titk a:hover{background: #f4a720;}

.k_img img{max-width: 100%;}
.phbox img{max-width: 100%; display: block; margin-left: auto; margin-right: auto;}
.phbox{overflow: hidden; margin-top: 40px;}
.jued{position: relative; overflow: hidden; padding-left: 500px;}
.neimfl{position: absolute; left: 0; top: 0;}
.nedesfr a{position: relative; display: block; overflow:hidden; padding: 14px 0 14px 83px; background: rgba(255,255,255,.1); border-left: solid 7px rgba(233,233,36,0); margin-bottom: 20px;}
.nedesfr a .flde{position: absolute; top: 16px; left: 15px; color: #fff;}
.nedesfr a .flde p{font-size: 44px; }
.nedesfr a .flde span{font-size: 14px; color: #fff;}
.nedesfr a .frde h4{color: #fff; font-size: 16px; margin-bottom: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nedesfr a .frde p{color: #fff; font-size: 14px; line-height: 22px; padding-right: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nedesfr a:hover{border-left: solid 7px rgba(233,233,36,1);}
.about_box{overflow: hidden; background: #f0fffc; background-size: cover; margin-top: 25px; padding-bottom: 30px; padding-top: 20px;}
.about_box .desx{margin-top: 15px; overflow: hidden;}
.about_box .desx p{
	font-size: 14px; line-height: 26px; max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about_box .desx h3{font-size: 18px; color: #222; font-weight: 600; position: relative; padding-bottom: 15px;}
.about_box .desx h3:before {
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #299982;
}

.imbox{margin-bottom:10px;}
.desnum{overflow: hidden; max-width: 900px; margin-left: auto; margin-right: auto; margin-top: 25px; background: #299982; padding-top: 20px; padding-bottom: 20px;}
.nufl{float: left; width: 33.33%; text-align: center; position: relative;}
.nufl .numscroller{font-size: 70px; font-weight: 600; color: #fff; /*font-family:'impact';*/ line-height: 38px;}
.nufl h4{font-size: 18px; font-weight: 400; color: #fff;}
.nufl::before{content: ''; width: 1px; height: 100%; background: #7581bc; position: absolute; right: 0; top: 0;}
.cenfl div{display: inline-block;}
.cenfl span{display: inline-block; font-size: 50px; color: #fff;}
.cenfl i{font-size:20px; font-style:inherit;}
.cenfl{text-align: center;}
.lxwbox{overflow: hidden; padding-bottom: 50px;}
.lxwbox textarea{height: 128px;}
.lxwbox .btn-primary{padding-left: 38px; padding-right: 38px; background: #299982; border:#299982; font-size:14px;}
.lxwbox .map{width:100%;height:290px;font-size:12px;}
.lxwbox .mapk{margin-left: auto; margin-right: auto; overflow: hidden;}
.lxwbox .form-control{border: solid 1px #a5a5a5; background: none;}

.col-6{padding-right: 5px; padding-left: 5px;}
.row{margin-right: -5px; margin-left: -5px;}

.lxwbox input::-webkit-input-placeholder {color: #999;}
.tupim img{display: block; margin-left: auto; margin-right: auto; max-width: 100%; margin-top: 45px;}
.des_text{font-size: 16px; line-height: 30px;}
.des_text p{text-indent:32px;}

.bgnum{background: url("../images/frr.png") no-repeat top center; overflow: hidden; padding-top: 30px; padding-bottom: 30px;}
.bgnum .nufl{float: left; width: 33.33%; text-align: center;}
.bgnum .nufl .numscroller{font-size: 70px; font-weight: 600; color: #fff; font-family:'impact';}
.bgnum .nufl h4{font-size: 18px; font-weight: 600; color: #fff;}
.bgnum .cenfl div{display: inline-block;}
.bgnum .cenfl span{display: inline-block; font-size: 50px; color: #fff;}
.bgnum .cenfl{text-align: center;}
.aboud{padding-bottom: 70px;}


.baner{overflow: hidden; text-align: center; height: 320px; color: #fff;}
.baner h3{font-size: 38px; color: #fff; margin-bottom: 23px; margin-top: 65px;}
.baner img{margin-top: 28px;}

.bane{overflow: hidden; height: 320px; color: #fff;}
.bane h3{font-size: 38px; color: #fff; margin-bottom: 23px; margin-top: 65px;}
.bane img{margin-top: 28px; display:block;}

.tum img{display:block; margin-left:auto; margin-right:auto;}
.tum{overflow:hidden; margin-bottom:20px;}
.xuzk{font-size:13px; overflow:hidden; border-top:solid 1px #eee; padding-top:15px; padding-bottom:23px;}
.xuzk a{color:#666;}
.xuzk p{margin-bottom:6px;}

.xwl ul li a{background: url("../images/jt3.png") no-repeat center right 45px #f2f2f2; display: block; overflow: hidden; padding: 25px 138px 25px 15px;}
.xwl li{margin-bottom: 20px;}
.xwl li:last-child{margin-bottom: 0;}
.xwl li .sjl {
    width: 162px;
	height: 90px;
    padding-left: 34px;
	margin-right: 20px;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 14px;
    color: #299982;
    float: left;
    border-right: 1px solid #dcdcdc;
}
.xwl li .sjl p {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: bolder;
    margin: 10px 0 0;
}
.xwl li .sjl span {
    border-bottom: 2px solid #299982;
}
.xwl li .xw_z {
    color: #747474;
    font-size: 13px;
    line-height: 22px;
}
.xwl li .xw_z h4 {
    font-size: 16px;
    color: #313131;
    font-weight: bolder;
    line-height: 30px;
    margin-bottom: 6px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xwl li .xw_z p {
    font-size: 13px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwl ul li a:hover{background: url("../images/jt5.png") no-repeat center right 45px #299982;}
.xwl ul li a:hover .sjl {color: #fff;border-right: 1px solid #dcdcdc;}
.xwl ul li a:hover .sjl span {border-bottom: 2px solid #fff;}
.xwl ul li a:hover .xw_z h4{color: #fff;}
.xwl ul li a:hover .xw_z p {color: #fff;}

.minhei{ height:500px;}

.navk{overflow: hidden; text-align: center; font-size: 0; margin-bottom: 20px;}
.navk a{display: inline-block; font-size: 13px; background: #eee; color: #222; padding: 5px 15px; border-radius: 30px; margin-left: 5px; margin-right: 5px;}
.navk a.active{background: #299982; color: #fff;}


.fenye{font-size: 14px; overflow: hidden; padding-top: 50px; padding-bottom: 60px; text-align: center;}
.new_text{font-size: 16px; line-height: 30px;}
.new_text img,.des_text img{max-width: 100%; margin-left: auto; margin-right: auto; display: block;}
.new_text{min-height: 200px;}
.news_k,.lxwm_k{overflow: hidden; padding-top: 50px;}
.news_k{background: url("../images/dabd.jpg") no-repeat bottom center; background-size: cover;}
.about_k{overflow: hidden; padding-top: 45px; background: url("../images/dabd.jpg") no-repeat bottom center; background-size: cover; padding-bottom: 60px;}
.news_k .h_title h3{margin-bottom: 18px;}
.news_k .h_title span{font-size: 16px;}
.newsd_k .h_title h3{margin-bottom: 18px;}
.newsd_k .h_title span{font-size: 16px;}
.pag_nav a{color: #333;}
.pag_nav a:hover{text-decoration: underline;}
.pag_nav p{display: block; color: #999; font-size: 15px; margin-bottom: 18px;}
.pag_nav{overflow: hidden; border-top: solid 1px #ddd; padding-top: 30px; margin-top: 45px; margin-bottom: 60px;}

.zhe_font p{margin-bottom: 15px;}
.zhe_font p:last-child{margin-bottom: 0;}
.zhe_font{margin-bottom: 20px;}
.lianxbox{font-size:14px; color:#555; line-height:26px; overflow:hidden; padding-bottom:15px;}
.juw{display:inline-block; margin-left:5px; margin-right:5px;}

.wztitle{text-align:center; overflow:hidden;}
.wztitle h3{font-size:38px; color:#444; margin-bottom:20px;}
.wztitle p{font-size:16px;}

.baoz{overflow: hidden; padding-top: 25px;}
.baoim{margin-top: 15px;}

.about_box .mySwiper2{margin-top: 15px;}

#map{width:100%; height:230px; margin-bottom:35px;}
#map img{max-width:inherit;}

.navw{overflow:hidden; text-align:center; margin-bottom:-10px; margin-bottom:15px;}
.navw a{display:inline-block; border:solid 1px #299982; color:#299982; border-radius:100px; text-align:center; padding:2px 10px; font-size:13px; margin-left:5px; margin-right:5px; margin-bottom:10px;}
.navw a.activ{background:#299982; color:#fff;}

.wz01 .col-6 img{display:block; margin-left:auto; margin-right:auto; max-width:100%;}
.wz01 .row{margin-top:40px;}
.wzj_box .wz01{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/haos.jpg) no-repeat center center; background-size: cover;}
.wzj_box .wz02{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/wq_02.jpg) no-repeat center center; background-size: cover;}
.xcx_box .wz01{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/haos.jpg) no-repeat center center; background-size: cover;}
.sout_box .wz01{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/haos.jpg) no-repeat center center; background-size: cover;}
.sout_box .wztitle{margin-bottom: 25px;}
.wzj_box .wz04{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/bjh.jpg) no-repeat center center; background-size: cover;}

.wz01 .col-6 img{display:block; margin-left:auto; margin-right:auto; max-width:100%;}
.wz01 .row{margin-top:40px;}
.xcx_box .wz01{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/haos.jpg) no-repeat center center; background-size: cover;}

.xcx_box .wz02{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/wq_02.jpg) no-repeat center center; background-size: cover;}
.wz02 .wztitle p{color:#333; line-height:30px; max-width:800px; display:block; margin-left:auto; margin-right:auto;}
.cp_img img{display:block; margin-left:auto; margin-right:auto; margin-top:30px; max-width:100%}
.xcx_box .wz06{background:url(../images/sdw_09.jpg) no-repeat center center; background-size: cover; overflow: hidden;}

.wztitled{text-align:center; overflow:hidden;}
.wztitled h3{font-size:38px; color:#fff; margin-bottom:20px; position:relative; padding-bottom:20px;}
.wztitled h3:before{
	content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left:-30px;
	z-index: 1;
    background: #ffba39;
}

.wz03{background:url(../images/wzjs_04.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.xcx_box .wz04{overflow:hidden; padding-top:50px; padding-bottom:58px; background:url(../images/dabd.jpg) no-repeat center center; background-size: cover;}
.wz05{background:url(../images/wzj09_04.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.wztitled p{color:#fff; line-height:30px; max-width:800px; display:block; margin-left:auto; margin-right:auto;}
.wz06{overflow:hidden; padding-top:50px; padding-bottom:65px;}
.wz06 h3{margin-bottom:40px;}
.yq03{background:url(../images/piw02.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.xcx_box img{display:block; margin-left:auto; margin-right:auto;}
.xcx_box .wz02 .wztitle{margin-bottom:30px;}
.xcx_box .wz03{background:url(../images/zhegw.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.xcx_box .wz03 .row{margin-top:20px;}
.xcx_box .wz05{background:url(../images/cxim.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.xcx_box .wz05 .row{margin-top:20px;}
.yq03 .wztitled,.yq04 .wztitle,.yq05 .wztitled{margin-bottom: 20px;}
.yq04{background:url(../images/piw01.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.sout_box .yq04 .col-12{margin-bottom: 30px;}
.sout_box .yq04 .phbox{margin-top: 20px;}
.sout_box .yq05{background:url(../images/piw_03.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}

.sout_box .wz01 .row{margin-top: 10px;}
.sout_box .wz02{background:url(../images/gr_02.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.sout_box .wz03{background:url(../images/dfw_04.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.sout_box img{max-width:100%;}
.sout_box .phfr{margin-top:30px;}

.bane img.swq{margin-top: 15px;}
.bane img.swq02{margin-top: 15px;}

.textbox{font-size:14px; color:#666; line-height:26px; overflow:hidden; padding-bottom:25px;}
.textbox img{max-width:100%; display:block; margin-left:auto; margin-right:auto;}

.jindie_box .wz01{background:url(../images/jd18.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.jindie_box .wz02{background:url(../images/jd19.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.jindie_box .wz02 .wztitled{margin-bottom: 15px;}
.jindie_box .wz03{background:url(../images/sdw_09.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.jindie_box .wz03 .wztitle{margin-bottom: 40px;}
.jindie_box .wz04{background:url(../images/sdw_02.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.jindie_box .wz04 .wztitle{margin-bottom: 35px;}
.jindie_box .wz04 .img-fluid{margin-left: auto; margin-right: auto; display: block;}
.jindie_box .wz05{background:url(../images/jd20.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;}
.jindie_box .wz05 .img-fluid{margin-left: auto; margin-right: auto; display: block;}
.jindie_box .wz06{background:url(../images/dabd.jpg) no-repeat center center; overflow:hidden; padding-top:50px; padding-bottom:58px; background-size:cover;} 
.jindie_box .wz06 .wztitle h3{margin-bottom: 15px;}
.jindie_box .wz06 .wztitle{margin-bottom: 35px;}
.jindie_box .wz06 .phfr{margin-top: 30px;}

.display_sj{display: none;}
.c2t {text-align: center;font-size: 22px;color: #333;font-weight: 600;line-height: 3.2em;}
.c2t span {color: #299982;}
.c11{overflow: hidden;}
.c1sort1 {text-align: center;display: flex;justify-content: center;flex-wrap: wrap;}
.c1sort1 li {
    width: 31%;
    line-height: 38px;
    background: #299982;
    text-align: center;
    margin: 0px 1%;
    margin-bottom: 2%;
}
.c1sort1 li a {
	display: block;
	overflow: hidden;
    color: #fff;
    font-size: 14px;
}
.c1sort1 li:nth-child(5) {
    border-right: 1px solid #7b7b7b;
    border-bottom: none;
}
.c1sort1 li:hover,.c1sort1 li.active a{background: #299982; color: #fff;}
.pzhe .c1sort1 li a{font-size: 12px;}
.pzhe .c1sort1 li{width: 23%;}
.pzhe .c11{width: 100%;}
.prod .cpdk{display: block; overflow: hidden; border: solid 1px #d1d1d1; margin-bottom: 20px;}
.hengtu1{overflow: hidden; margin-top: 25px;}
.lunk{background: #f7f7f7; overflow: hidden; padding-bottom: 25px;}
.lunk h3 {
    background: url("../images/hua.png") no-repeat 0 50%;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    padding-left: 46px;
    line-height: 60px;
}
.lunk p {
    padding-left: 46px;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
}
.lunk .swiper{padding-bottom: 35px;}
.lunk .swiper-pagination{bottom: 0;}
.lunk .swiper-pagination-bullet{width: 38px; height: 6px; border-radius: 0;}
.lunk .swiper-pagination-bullet-active{background: #299982;}

.desnum .nufl:nth-child(1) .cenfl span,.desnum .nufl:nth-child(3) .cenfl span{font-size: 12px;}
.anlik{overflow: hidden; padding-bottom: 23px;}
.anlik img{margin-left: auto; margin-right: auto; display: block;}
.anlik .swiper{overflow: hidden; padding-bottom: 32px;}
.anlik .swiper-pagination{bottom:0;}
.anlik .swiper-pagination-bullet-active{background: #299982;}
.anlik p{font-size: 14px; color: #222; text-align: center;}
.c6sort1 li a {
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
}
.c6xlist1{overflow: hidden;}
.c6xlist1 li {
    border: 1px solid #eeeeee;
}
.c6img {
    padding: 8px;
    width: 42%;
}
.c6det {
    width: 56%;
    margin-left: 2%;
}
.c6det h3 {
    color: #333333;
    font-size: 16px;
    padding-top: 0.8em;
}
.c6det h3 {
    color: #333333;
    font-size: 16px;
    padding-top: 0.8em;
}
.c6det h3 a{color: #222;}
.c6det p {
    color: #666;
    font-size: 14px;
    padding-top: 0.6em;
}
.c67{overflow: hidden; margin-top: 20px;}
.c68{overflow: hidden;}
.c68xlist1 {
    padding-top: 14px;
	overflow: hidden;
}
.c68xlist1 li {
    border-bottom: 1px solid #eeeeee;
}
.c68xlist1 li a {
    background: url("../images/dian.png") no-repeat 0 50%;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
	line-height: 38px;
	position: relative;
	display: block;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	padding-right: 80px;
}
.c68xlist1 li a span{position: absolute; right: 0; top: 0; font-size: 13px; color: #999;}

.about_box .swiper-button-next, .about_box .swiper-button-prev{color: #fff;}
.swiper-pagination-bullet-active{background: #299982 !important;}

.gaod{height:46px;}

.fotd ul li{float:left; width:33.33%;}
.fotd ul li a{display:block; overflow:hidden; text-align:center; color:#fff; font-size:16px; padding-top:10px; padding-bottom:10px; position: relative;}
.fotd ul li a img{display: inline-block; max-height: 15px; margin-top: -3px; margin-right:3px;}
.fotd ul li a:before{
   content: '';
   position: absolute;
   height:20px;
   width:1px;
   background:#fff;
   right: 0;
   top: 13px;
}
.fotd ul li:last-child a:before{display: none;}
.fotd{background:#222; overflow: hidden; position:fixed; bottom:0; left:0; width:100%; z-index:10;}

.bannerd .swiper-pagination-bullet-active{background: #299982;}

#map{width: 100%; height: 200px;}

/*弹出*/
.menu10 {
    background-color: #fff;
    font-family: "微软雅黑";
}
       .menu10 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999999;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
   display: none;
}
	   .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    display: block;
}

.menu_xx{padding:30px 15px 20px 15px; overflow:hidden;}
.menu_xx .cpdh,.menu_xx .cpdh a{color:#222;}
.menu_xx .cpdh h3{font-size:16px; font-weight:600; border-bottom:solid 1px #eee; padding-bottom:7px; margin-bottom:7px;}
.menu_xx .naw{overflow:hidden; margin-right:-10px;}
.menu_xx .naw a{font-size:14px; color:#fff; display:block; margin-right:10px; padding:2px 5px; background:#142d81; float:left; margin-bottom:5px;}
.menu-section{position:relative;}
.imd{position:absolute; right:10px; top:10px; z-index:9999999; height:35px;}

.menu0{width:100%; height:44px; line-height:44px; background:#029076; text-align:center; color:#fff; margin-top:15px;}
.nak{overflow:hidden; margin-bottom:5px;}
.menu_xx .nak a{display:block; float:left; font-size:12px; color:#666; border:solid 1px #eee; padding:0 5px; position:relative; margin-right:5px; margin-bottom:5px;}
.menu_xx .nak a:last-child{margin-right:0;}
.cpdh{margin-bottom:15px;}
/*弹出*/

/*人才战略*/
    .list_dl{overflow:hidden;}
	.list_dt{
    background: #f2f2f2;
    color: #000;
    width: 100%;
    height: 44px;
    line-height: 42px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	margin-bottom: 10px;
}

.list_dt .x01{width:70%; padding-left:15px; display:block; float:left; padding-right:30px; font-size: 15px;
    overflow:hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.list_dt .x02{width:30%; display:block; font-size: 15px;}

.list_dt:hover{
    background: #157145;
	color:#fff;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fabe00;
}
#open{
    background: #a9a9a9;
	color:#fff;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fabe00;
}
.list_dt_icon{
    position: absolute;
    right: 28px;
    top: 12px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/hr_01.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/hr_02.png") no-repeat;
}
.list_dt:hover .list_dt_icon{
    background: url("../images/hr_03.png") no-repeat;
}
.list_dd{
    display: none;
	margin-top: -10px;
	margin-bottom:10px;
	background:#fff; padding:15px; overflow:hidden; color:#333; font-size:13px; line-height: 23px;
}
.list_li{
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    padding: 0 30px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}
.list_li:hover{
    background: #4285F4;
}
.zp_title{overflow:hidden; background:#029076; color:#fff; height:44px; line-height:44px; margin-bottom:10px; padding:0 15px;}
.zp_title p{display:block; float:left;}
.zp_title p:nth-child(1){width:70%;}
.zp_title p:nth-child(2){width:30%;}

.page{overflow:hidden; padding:10px 0 20px 0; font-size:14px;}

.footer{text-align: center; overflow: hidden; background: #212121; padding-top: 35px; padding-bottom: 35px; font-size: 14px; color: #c7c7c7; line-height: 28px;}
.footer span{margin-left: 5px; margin-right: 5px;}
.footer a{color: #c7c7c7;}
.footer_mobile{display: none;}

@media (max-width: 1199px) {
	.case_k img{height: 172px;}
	.xcx_box img{max-width:100%;}
}

@media (max-width: 991px) {
	.sy_hide{display: none;}
	.k_box{margin-top: 0; margin-bottom: 15px;}
	.neimfl img{max-width: 328px;}
	.jued{padding-left: 347px;}
	.nedesfr a .flde p {font-size: 28px;}
	.nedesfr a .flde span {font-size: 12px;}
	.nedesfr a .frde h4{font-size: 15px;}
	.nedesfr a .frde p{color: #fff; font-size: 12px; line-height: 22px; padding-right: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
	.nedesfr a .flde {position: absolute;top: 9px;left: 10px;color: #fff;}
	.nedesfr a{padding: 12px 0 12px 65px; border-left: solid 4px rgba(233,233,36,0); margin-bottom: 11px;}
	.nedesfr a:hover{border-left: solid 4px rgba(233,233,36,1);}
	.bgnum .nufl{float: left; width: 33.33%; text-align: center;}
    .bgnum .nufl .numscroller{font-size: 70px; font-weight: 600; color: #fff; font-family:'impact';}
    .bgnum .nufl h4{font-size: 18px; font-weight: 600; color: #fff;}
    .bgnum .cenfl div{display: inline-block;}
    .bgnum .cenfl span{display: inline-block; font-size: 50px; color: #fff;}
    .bgnum .cenfl{text-align: center;}
	.case_k img{height: 165px;}
}
@media (max-width: 767px) {
	.fuwubox .col-sm-3 h4{font-size: 16px; padding-bottom: 5px; margin-bottom: 10px;}
	.fuwubox .col-sm-3 p{font-size: 13px; line-height: 20px;}
	.fuwubox .col-sm-3 img{max-width: 80px; margin-bottom: 7px;}
	.neimfl{display: none;}
	.jued{padding-left: 0;}
	.about_box .desx{font-size: 14px; line-height: 26px;}
	.nufl .numscroller {font-size: 38px;}
	.cenfl span {font-size: 20px;}
	.nufl h4{font-size: 14px;}
	.map {margin-top: 35px;}
	.lxwbox{background-size: cover;}
	.footer{font-size: 12px; line-height: 23px; padding-top: 23px; padding-bottom: 23px;}
	.h_title h3,.h_titled h3{font-size: 28px; margin-bottom: 0;}
	.h_title span,.h_titled span{font-size: 12px; text-transform:uppercase;}
	.h_title,.h_titled{margin-top: 30px;}
	.phbox img{max-width: 350px;}
	.bannerd{height: 265px;}
	.case_k img{height: 144px;}
}

@media (max-width: 414px) {
	.baner{height: 208px; background-size: cover !important;}
	.baner h3{font-size: 23px; margin-top: 38px; margin-bottom: 20px;}
	.baner p{font-size: 14px;}
	.baner img {margin-top: 20px;max-width: 285px;}
	.map{height: 200px;}
	.bane img{max-width: 265px; margin-top: 15px;}
	.bane{height: 180px; background-size: cover !important;}
	.bannerd {height: 250px;}
	.phbox{margin-top: 25px;}
	.lxwbox{padding-bottom: 35px;}
	.phbox img {max-width: 328px;}
	.lxwbox .btn-primary{margin-left: auto; margin-right: auto; display: block; margin-top: 25px;}
	.main-menu .container{padding-top: 10px; padding-bottom: 10px;}
	.lxwbox .map{display: none;}
	.case_k .col-6{padding-right: 5px; padding-left: 5px;}
	.case_k .row{margin-right: -5px; margin-left: -5px;}
	.case_k img{height: 109px; border: solid 4px #ddd;}
	.footer p:nth-child(3){display: none;}
	.footer p:nth-child(1) span{display: none;}
	.footer p:nth-child(1) a{display: block;}
	.footer{padding-top: 13px; padding-bottom: 52px;}
	.footer_mobile{display: block; position: fixed; left: 0; bottom: 0; background: #299982; width: 100%; z-index: 10;}
	.footer_mobile a{font-size: 14px; color: #fff; float: left; width: 33.33%; height: 40px; line-height: 40px; text-align: center; position: relative;}
	.footer_mobile a i{margin-right: 5px;}
	.footer_mobile a:before {
        content: '';
        width: 1px;
        height: 23px;
        position: absolute;
        top: 8px;
        right: 0;
        background: rgba(255,255,255,0.5);
    }
	.footer_mobile a:last-child:before{width: 0;}
	.case_k{padding-top:25px;}
	.case_k a span {
    text-align: center;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.case_k .col-6{margin-bottom:15px;}
.case_k .fenye{padding-top: 10px; padding-bottom: 30px;}
.about_k{padding-top: 23px; padding-bottom: 30px;}
.des_text {
    font-size: 14px;
    line-height: 28px;
}
.ryzi .cpdk img{height: 255px;}
.bgnum .nufl .numscroller {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'impact';
}
.bgnum .cenfl span {
    display: inline-block;
    font-size: 25px;
    color: #fff;
}
.bgnum .nufl h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.bgnum {
    background: url(../images/frr.png) no-repeat top center;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tupim img {margin-top: 25px;}
.news_k, .lxwm_k {
    overflow: hidden;
    padding-top: 25px;
}
.zhe_font{font-size:15px; color:#333;}
.zhe_font p{line-height:23px; margin-bottom: 0px;}
.lxwm_k .map {
    height: 228px;
}
.prod .cpdk img{height:145px;}
.xwl ul li a {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    padding: 10px 13px 10px 10px;
}
.xwl ul li a:hover{background: #299982;}
.xwl li .sjl {
    width: 70px;
    height: 90px;
    padding-left: 0px;
    margin-right: 10px;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 14px;
    color: #299982;
    float: left;
    border-right: 1px solid #dcdcdc;
}
.xwl li .sjl p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: bolder;
    margin: 0 0 0;
}
.xwl li .sjl {
    width: 60px;
    height: 60px;
    font-size: 12px;
	padding-left: 0px;
	margin-right: 10px;
}
.xwl li .xw_z p {
    font-size: 13px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xwl li .xw_z h4{font-size:15px; line-height: 20px; margin-top: 5px;}
.xwl li {margin-bottom: 15px;}
.fenye {
    font-size: 14px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.fenye a{color:#333;}
.h_title h3, .h_titled h3 {
    font-size: 20px;
    margin-bottom: 0;
	font-weight:600;
}
.h_title h4{
	font-size: 20px;
    font-weight:600;
	padding-bottom:15px;
}
.newsd_k .h_title h3{ margin-bottom:10px;}
.newsd_k .h_title span {font-size: 14px;}
.h_title{margin-top:25px; padding-bottom: 13px;}
.new_text {font-size: 14px; line-height: 28px; color: #777;}
.pag_nav {
    overflow: hidden;
    border-top: solid 1px #ddd;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pag_nav p {
    display: block;
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}
.wztitle h3 {
    font-size: 25px;
    color: #444;
    margin-bottom: 15px;
}
.wztitle p {
    font-size: 13px;
}
.wzj_box .wz01{padding-top:30px; padding-bottom:30px;}
.m-h{padding-bottom:0;}
.kw01 img{ height:185px;}
.kw01 .col-6{margin-bottom:30px;}
.kw01 .col-6:nth-child(3),.kw01 .col-6:nth-child(4){margin-bottom:0;}
.wz01 .row {
    margin-top: 25px;
}
.wz03 {
    background: url(../images/wzjs_04.jpg) no-repeat center center;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
}
.wztitled h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
}
.cp_img img{ margin-top:20px;}
.kw02 img{margin-top:10px;}
.wzj_box .wz02 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 35px;
    background: url(../images/wq_02.jpg) no-repeat center center;
    background-size: cover;
}
.wzj_box .wz04 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 35px;
    background: url(../images/bjh.jpg) no-repeat center center;
    background-size: cover;
}

.wzj_box .wz05 {
    background: url(../images/wzj09_04.jpg) no-repeat center center;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 35px;
    background-size: cover;
}
.wzj_box .wz05 .cp_img img{max-width: 258px;}
.xcx_box .wz01 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 38px;
    background: url(../images/haos.jpg) no-repeat center center;
    background-size: cover;
}
.kw03 .col-6{margin-bottom:20px;}
.kw03 .col-6:nth-child(3),.kw03 .col-6:nth-child(4){margin-bottom:0;}
.xcx_box .wz02 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 38px;
    background: url(../images/wq_02.jpg) no-repeat center center;
    background-size: cover;
}
.xcx_box .wz02 .wztitle h3 {margin-bottom: 0;}
.kw04 img{height:219px;}
.kw04 .col-12{margin-top:25px;}
.kw05 .wztitle h3{ margin-bottom:15px;}
.kw05 .wztitle p {
    font-size: 13px;
    line-height: 23px;
}
.xcx_box .wz03 .wztitled h3{font-size: 23px;}
.xcx_box .wz04 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 38px;
    background: url(../images/dabd.jpg) no-repeat center center;
    background-size: cover;
}

.xcx_box .kw06 {
    background: url(../images/cxim.jpg) no-repeat center center;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 38px;
    background-size: cover;
}
	.xcx_box .wz05 .col-6 img{ margin-bottom: 20px;}
	.xcx_box .wz05 .col-6:nth-child(5) img,.xcx_box .wz05 .col-6:nth-child(6) img{margin-bottom: 0;}
	.xcx_box .wz03{padding-top: 30px; padding-bottom: 30px;}
	.xcx_box .wz03 .col-6 img{margin-bottom: 0;}
	.xcx_box .wz03 .container{padding-right: 10px; padding-left: 10px;}
	.xcx_box .wz03 .row{margin-right: -5px; margin-left: -5px;}
	.xcx_box .wz03 .col-6{padding-right: 5px; padding-left: 5px;}
	
	.xcx_box .wz03 .col-6:nth-child(3) img,.xcx_box .wz03 .col-6:nth-child(4) img{margin-bottom: 0;}
	.bane h3 {
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 38px;
}
	.bane p{font-size: 14px;}
	.jindw h3{margin-bottom: 15px; margin-top: 25px;}
	.bane img.swq {margin-top: 12px;}
	.bane img.swq02 {margin-top: 10px;}
	.sout_box .wz01{padding-top: 30px; padding-bottom: 38px;}
	.sout_box .wz01 .col-12 img{margin-bottom: 20px;}
	.sout_box .wz01 .col-12:last-child img{margin-bottom: 0;}
	.sout_box .wz01 .wztitle h3{margin-bottom: 0;}
	.sout_box .wz03{padding-top: 30px; padding-bottom: 38px;}
	.sout_box .wz03 .col-12:nth-child(1) img{margin-bottom: 20px;}
	.sout_box .yq03,.sout_box .yq04,.sout_box .yq05,.jindie_box .wz01,.jindie_box .wz02,.jindie_box .wz03,.jindie_box .wz04,.jindie_box .wz05,.jindie_box .wz06{padding-top: 30px; padding-bottom: 38px;}
	
	.sout_box .yq03 .container,.sout_box .yq05 .container{padding-right: 10px; padding-left: 10px;}
	.sout_box .yq03 .row,.sout_box .yq05 .row{margin-right: -5px; margin-left: -5px;}
	.sout_box .yq03 .col-6,.sout_box .yq05 .col-6{padding-right: 5px; padding-left: 5px;}
	.sout_box .yq03 .col-6 img{margin-bottom: 10px;}
	
	.sout_box .yq03 .col-6:nth-child(3) img,.sout_box .yq03 .col-6:nth-child(4) img{margin-bottom: 0;}
	.sout_box .yq04 .wztitle h3{margin-bottom: 0;}
	.sout_box .yq04 .col-12{margin-bottom: 15px;}
	.sout_box .yq04 .col-12:last-child{margin-bottom: 0;}
	
	.anlik .cpdk img{height: 101px; border: solid 1px #eee;}
	
	.jindie_box .wz06 .topim{margin-bottom: 25px;}

	.display_sj{display: flex;}
	.display_pc{display: none;}
	
	.jindie_box .wz04 .wztitle,.jindie_box .wz06 .wztitle {margin-bottom: 25px;}
	
	.display_sj .col-6{margin-bottom: 25px;}
	.display_sj .col-6:nth-child(3),.display_sj .col-6:nth-child(4){margin-bottom: 0;}
	.sout_box .yq05 .wztitled h3{margin-bottom: 0;}
	
	.jindie_box .wz01 .wztitle h3{margin-bottom: 0;}
	.jindie_box .wz01 .col-6 img{height: 141px; margin-bottom: 20px;}
	.jindie_box .wz01 .col-6:nth-child(3) img,.jindie_box .wz01 .col-6:nth-child(4) img{margin-bottom: 0;}
	.jindie_box .wz02 .col-6 img{max-width: 100%; margin-bottom: 10px;}
	.jindie_box .wz02 .col-6:nth-child(3) img,.jindie_box .wz02 .col-6:nth-child(4) img{margin-bottom: 0;}
	
	.jindie_box .wz02 .container{padding-right: 10px; padding-left: 10px;}
	.jindie_box .wz02 .row{margin-right: -5px; margin-left: -5px;}
	.jindie_box .wz02 .col-6{padding-right: 5px; padding-left: 5px;}
	
	.jindie_box .wz03 .wztitle p{line-height: 23px;}
	.jindie_box .wz03 .col-6 img{max-width: 100%;}
	.jindie_box .wz03 .wztitle{margin-bottom: 20px;}
	
	.jindie_box .wz03 .container{padding-right: 10px; padding-left: 10px;}
	.jindie_box .wz03 .row{margin-right: -5px; margin-left: -5px;}
	.jindie_box .wz03 .col-6{padding-right: 5px; padding-left: 5px; margin-bottom: 10px;}
	.jindie_box .wz03 .col-6:nth-child(3),.jindie_box .wz03 .col-6:nth-child(4){margin-bottom: 0;}
	.anlik .swiper-slide img{height: 140px;}
}

@media (max-width: 375px) {
	.bannerd {height: 223px;}
	.case_k img{height: 98px;}
	.phbox img {
    max-width: 100%;
}
.wztitled p {
    color: #fff;
    line-height: 28px;
    max-width: 800px;
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.prod .cpdk img{height:128px;}
.anlik .swiper-slide img{height: 126px;}
.anlik .cpdk img{height: 88px;}
.ryzi .cpdk img{height: 228px;}
	
}

@media (max-width: 360px) {
	.bannerd {height: 225px;}
	.main-header__info-phone-content h3{font-size:14px;}
}


.bgnum .nufl:nth-child(1){font-size: 14px;}

























