<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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:#6e0562; 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:#6e0562; 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: #6e0562; border-color: #6e0562;}

.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 &gt; li,
.stricky-header .main-menu__list &gt; li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.main-menu .main-menu__list &gt; li + li,
.stricky-header .main-menu__list &gt; li + li {
  margin-left: 55px;
}

.main-menu .main-menu__list &gt; li &gt; a,
.stricky-header .main-menu__list &gt; li &gt; 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 &gt; li &gt; a::before,
.stricky-header .main-menu__list &gt; li &gt; 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 &gt; li.current &gt; a,
.main-menu .main-menu__list &gt; li:hover &gt; a,
.stricky-header .main-menu__list &gt; li.current &gt; a,
.stricky-header .main-menu__list &gt; li:hover &gt; a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list &gt; li.current &gt; a::before,
.main-menu .main-menu__list &gt; li:hover &gt; a::before,
.stricky-header .main-menu__list &gt; li.current &gt; a::before,
.stricky-header .main-menu__list &gt; li:hover &gt; 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 &gt; ul,
.stricky-header .main-menu__list li:hover &gt; 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 &gt; a,
.stricky-header .main-menu__list li ul li:last-child &gt; a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-menu .main-menu__list li ul li:hover &gt; a,
.stricky-header .main-menu__list li ul li:hover &gt; a {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-menu .main-menu__list li ul li &gt; ul,
.stricky-header .main-menu__list li ul li &gt; ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li &gt; ul.right-align,
.stricky-header .main-menu__list li ul li &gt; ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li &gt; ul ul,
.stricky-header .main-menu__list li ul li &gt; ul ul {
  display: none;
}

.main-header__info-phone {
  display: flex;
  align-items: flex-start;
}

.main-header__info-phone &gt; 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: 500;
  margin: 0;
  margin-top: 2px;
  line-height: 1;
  color: var(--thm-black);
}

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

.shizi .cpdk img{height: 228px;}
.shizi .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;
}

@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 &gt; li &gt; a {
  color: var(--thm-text-dark);
}

.main-menu__two .main-menu__list &gt; li.current &gt; a, .main-menu__two .main-menu__list &gt; li:hover &gt; 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 &gt; 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: #f4f4f4;
  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: #6e0562;
  z-index: 10;
  cursor: pointer;
}

.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(0, 0, 0, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  color: #333;
  font-size: 15px;
  font-family: var(--thm-font);
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #6e0562;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #6e0562;
  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(3) button,.mobile-nav__content .main-menu__list li:nth-child(4) button,.mobile-nav__content .main-menu__list li:nth-child(5) 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 &gt; .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 &gt; i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #6e0562;
  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:#6e0562;
}
.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: #6e0562;
}

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

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

.newbox{overflow:hidden;}

.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;
}
.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: url("../images/piw01.jpg") no-repeat bottom center; background-size: cover;}
.about_box .desx{font-size: 16px; line-height: 32px; max-width: 800px; margin-left: auto; margin-right: auto; text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.imbox{margin-bottom:10px;}
.desnum{overflow: hidden; max-width: 900px; margin-left: auto; margin-right: auto; margin-top: 25px; background: #6e0562; 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: #6e0562; border:#6e0562; 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: #6e0562;
    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 #6e0562;
}
.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 #6e0562;}
.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;}

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

#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; font-size: 0;}
.navw a{display:inline-block; border:solid 1px #6e0562; color:#6e0562; border-radius:100px; text-align:center; padding:2px 6px; font-size:12px; margin-left:2px; margin-right:2px; margin-bottom:10px;}
.navw a.activ{background:#6e0562; 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: #6e0562;font-weight: 600;line-height: 2.8em;}
.c2t span {color: #6e0562;}
.c11{overflow: hidden;}
.c1sort1 {text-align: center;display: flex;justify-content: center;flex-wrap: wrap;}
.c1sort1 li {
    width: 31%;
    line-height: 38px;
    background: #6e0562;
    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: #6e0562; color: #fff;}
.pzhe .c1sort1 li a{font-size: 12px;}
.pzhe .c1sort1 li{width: 23%;}
.pzhe .c11{width: 100%;}
.prod .cpdk{display: block; overflow: hidden; 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: #6e0562;}

.desnum .nufl:nth-child(1) .cenfl span,.desnum .nufl:nth-child(3) .cenfl span{font-size: 12px;}
.anlik{background: #f7f7f7; overflow: hidden; padding-bottom: 23px;}
.anlik .swiper{overflow: hidden; padding-bottom: 32px;}
.anlik .swiper-pagination{bottom:0;}
.anlik .swiper-pagination-bullet-active{background: #6e0562;}
.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;
    padding-bottom: 20px;
	overflow: hidden;
}
.c68xlist1 li {
    border-bottom: 1px solid #eeeeee;
}
.c68xlist1 li a {
    background: url("../images/dian.png") no-repeat 0 50%;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
	line-height: 38px;
}
.gaod{height:61px;}
.fotd ul li{float:left; width:25%; position: relative;}
.fotd ul li a{display:block; overflow:hidden; text-align:center; color:#fff; font-size:12px; padding-top:10px; padding-bottom:10px; word-break:break-all;}
.fotd ul li a img{max-height: 20px; display: block; margin-left: auto; margin-right: auto;}
.fotd ul li a span{line-height: 12px;}
.tcd .imq img{display: block;}
/*.fotd ul li:after{content: '';
    position: absolute;
	height:37px;
	width:1px;
	background:#32894d;
	top: 12px;
	right: 0;
	z-index: 1;
}*/
.fotd ul li:last-child:after{width: 0;}
.fotd{background:#7d2472; overflow: hidden; position:fixed; bottom:0; left:0; width:100%; z-index:10;}
.tcd{position:fixed; width:100%; height:100%; z-index:9999999; background:rgba(0,0,0,0.8); top:0; left:0; display:none;}
.imq{position:absolute; left:50%; margin-left:-67px; top:50%; margin-top:-133px;}
.quxiao{position:absolute; right:20px; top:20px;}
.quxiao img{height:30px;}

.bannerd .swiper-pagination-bullet-active{background: #6e0562;}

#map{width: 100%; height: 200px;}

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

/*æ¡ˆä¾‹æ–°åŠ&nbsp;çš„*/
.cpd_r{overflow: hidden;}
.cpd_r ul li a{display: block; border: dashed 1px #eee; padding: 5px; overflow: hidden;}
.cpd_r ul li a:hover{border: dashed 1px #185cb9;}
.cpd_r .cpl{width: 30%;}
.cpd_r .cpl img{width: 100%; height: 70px;}
.cpd_r .cpr{width: 67%;}
.cpd_r .cpr h3 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 20px;
	color: #185cb9;
	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;
}
.cpd_r .cpr p {
    display: block;
    font-size: 12px;
    line-height: 20px;
	color: #333;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

a.ljz{
	display: block;
    width: 75px;
    height: 20px;
	border: solid 1px #6e0562;
    color: #6e0562;
    text-align: center;
    line-height: 17px;
    border-radius: 100px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.probox .prod p{line-height: 28px;}
.hecolr{background: #f4f4f4; padding-bottom: 12px; margin-bottom: 15px;}
.fontd{font-size: 15px; line-height: 28px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 8;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.abox{background: url("../images/abg_01.jpg") no-repeat top center; background-size: cover; overflow: hidden; padding-bottom: 25px;}
.zixuk{margin-top: 20px;}
.zititle{background: #f5f5f5; overflow: hidden; padding: 20px 15px; margin-top: 15px;}
.titl h3{font-size: 20px; color: #6e0562; font-weight: 600; margin-bottom: 15px;}
.zlie ul li a{display: block; background: url("../images/t2_03.jpg") no-repeat top 4px left; color: #666; padding-left: 23px; font-size: 15px; margin-bottom: 10px;}
.zlie ul li:last-child a{margin-bottom: 0;}
.shanu{margin-top: 20px;}
.zitile{background: #f5f5f5; overflow: hidden; padding: 20px 15px; margin-top: 15px;}
.zitile .zlie ul li{width: 49%; margin-right: 2%; float: left;}
.zitile .zlie ul li:nth-child(even){margin-right: 0;}
.enw .zitile .zlie ul li{width: 100%; margin-right: 0; float: inherit;}

.jwq{background: #f5f5f5; padding-bottom: 20px; margin-top: 20px;}
.jwq h3{font-size: 15px; text-align: center; font-weight: 600; line-height: 30px; background: #fff;
    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;
}
.fono{font-size: 15px; line-height: 28px;}
.har h3{font-size: 15px; text-align: center; font-weight: 600; line-height: 30px; background: #f6f7fc;
    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;
}
.har .mySwiper4{margin-top: 20px;}
.har{background: url("../images/hay_04.jpg") no-repeat top center; overflow: hidden; color: #fff;}
.har .c2t{color: #fff;}
.har{margin-top: 25px;}
.lixn{font-size: 15px;}
.lixn p{margin-bottom: 10px;}
.xuanz{overflow: hidden; position: relative; padding-bottom: 25px;}
.shpdk{overflow: hidden; position: relative;}
.jwq,.har,.xuanc{overflow: hidden;}
.aniud .dropdown-menu{min-width: inherit;}
.aniud .dropdown-item{padding: 0.25rem 0.5rem;}

/*è¡¨å•æäº¤*/
.bdfr{background: #7d2472; overflow: hidden; width: 100%; color: #fff; padding-top: 28px; padding-bottom: 38px; margin-top: 20px;}
.bdfr h4{font-size: 23px; font-weight: 400; text-align: center; margin-bottom: 20px; color: #fff; font-weight: 600;}
.imwd input{border: solid 1px #fff; line-height: 38px; background: none; color: #fff; width: 100%; padding: 0 15px;}
.imwd input::placeholder,.imwd textarea::placeholder{color: #fff !important;}
.imwd{margin-bottom: 20px; width: 80%; margin-left: auto; margin-right: auto;}
.tdan{width: 50%; background: #fff; color: #7d2472; display: block; border: 0; line-height: 38px; margin-left: auto; margin-right: auto; cursor: pointer; text-transform: uppercase;}
.bidnw{padding-bottom: 25px;}
.imwd textarea{border: solid 1px #fff; line-height: 38px; background: none; color: #fff; width: 100%; padding: 0 15px;}

/*å†…é¡µ*/
.about{overflow: hidden; padding-top: 20px; padding-bottom: 30px;}
.about h4{color: #6e0562; font-weight: 600; font-size: 18px;}
.about ul{background: #f7f6ee; margin-top: 13px; margin-bottom: 15px;}
.about ul li a{display: block; font-size: 15px; color: #434D60; background: url("../images/fe.png") no-repeat top 14px left 10px; padding-left: 15px; border-bottom: solid 1px #fff; padding: 5px 15px 5px 20px; word-wrap: break-word;}
.about ul li.activ a{color: #fff; background: url("../images/fe2.png") #6e0562 no-repeat top 14px left 10px;}
.jiesh h4{margin-bottom: 10px;}
.davon h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.davon p {
    background: url(../images/ght_03.png) no-repeat top 8px left;
    padding-left: 15px;
    color: #666;
	font-size: 15px;
}
.daky{overflow: hidden;}
.dafrom {
    margin-top: 30px;
}
.dafrom .batik {
    font-size: 25px;
    font-weight: 400;
    border-left: solid 5px #73226f;
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.dabiao .dabx {
    width: 100%;
	margin-bottom: 10px;
}
.dabiao .dabx input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: solid 1px #dfdfdf;
    padding: 0 15px;
}
.diank {
    width: 70%;
    height: 44px;
    background: #6e0562;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    border: 0;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.zhone .dabx{width: 49%; float: left; margin-right: 2%;}
.zhone .dabx:nth-child(even){margin-right: 0;}
.zhtwo .dabx{width: 49%; float: left; margin-right: 2%;}
.zhtwo .dabx:nth-child(even){margin-right: 0;}
.davond h3 {
    font-size: 16px;
    color: #6e0562;
    margin-bottom: 10px;
	font-weight: 600;
}
.davond p {
    color: #666;
    line-height: 30px;
	font-size: 15px;
}

.bdkw {
    background: #f8f8f8;
    overflow: hidden;
    padding: 25px 20px 25px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.bdhy {
    width: 100%;
    display: block;
	margin-bottom: 15px;
}
.bdhy h3 {
    margin-bottom: 10px;
    font-size: 16px;
}
.bdhy input {
    width: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 8px;
    line-height: 44px;
    padding: 0 15px;
	font-size: 15px;
}
.dblu h3 {
    margin-bottom: 10px;
    font-size: 16px;
}
.dblu textarea {
    width: 100%;
    border: solid 1px #dfdfdf;
    border-radius: 8px;
    height: 100px;
    padding: 15px 15px;
}
.laxw {
    width: 80%;
    height: 44px;
    background: #6e0562;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    border: 0;
    border-radius: 10px;
    margin-top: 20px;
	display: block;
    cursor: pointer;
}
.dblu textarea{font-size: 15px;}
.bam{margin-bottom: 10px;}
.hmod{margin-top: 0 !important;}
.shpdiv{height: 194px;}
.aniud button{padding: 0 25px 0 5px;}
.dropdown-toggle::after{
	top: 10px;
	right: 5px;
}
.aniud{position: absolute; right: 60px; top: 13px;}
.enw a.ljz{width: 100px}
.enw .c2t{line-height: 22px; padding: 15px 0;}
.enw .fono{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 7;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.enw .dabiao .dabx input{font-size: 14px;}

.xuanc .swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}
/*æ–°åŠ&nbsp;çš„*/

.miaos{text-align: center; color: #999; font-size: 13px; line-height: 25px; overflow: hidden; padding-bottom: 0.8rem;}
.miaos a{color: #999;}

/*è¿”å›žé¡¶éƒ¨*/
.fanhui{
    width: 44px;
    height: 44px;
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 9999;
    cursor: pointer;
}
.fanhui .back-top {
    background: url(../images/fh_top.png) no-repeat center center;
    width: 44px;
    height: 44px;
	background-size: 100% 100%;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

@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: 290px;}
	.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: #6e0562; 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: 113px;}

.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:82px;}

.xwl ul li a {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    padding: 10px 13px 10px 10px;
}
.xwl ul li a:hover{background: #6e0562;}
.xwl li .sjl {
    width: 70px;
    height: 90px;
    padding-left: 0px;
    margin-right: 10px;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 14px;
    color: #6e0562;
    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: 129px;}
	
	.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;}
	.shizi .cpdk img{height: 230px;}
}

@media (max-width: 375px) {
	.bannerd {height: 259px;}
	.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:75px;}
.anlik .swiper-slide img{height: 126px;}
.anlik .cpdk img{height: 116px;}
.ryzi .cpdk img{height: 102px;}
.shizi .cpdk img{height: 218px;}
	
}

@media (max-width: 360px) {
	.bannerd {height: 170px;}
	.main-header__info-phone-content h3{font-size:14px;}
}


.bgnum .nufl:nth-child(1){font-size: 14px;}

























</pre></body></html>