.textbox: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;
}

/*新加*/
.zhony{float: right; color: #0c4d22; margin-top: 11px; background: #fff; padding: 0 5px; border-radius: 100px; line-height: 11px; padding-bottom: 2px;}
.zhony a{color: #0c4d22;  font-size: 12px; display: inline-block;}
.zhony span{margin-left: 3px; margin-right: 3px; font-size: 12px; display: inline-block;}

@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:38px;}
.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; padding-top: 25px; margin-top: 30px;}
.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:#523a94; border-radius:100px; overflow:hidden; text-align:center; 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;}

.video-box{overflow: hidden; margin-top: 25px;}
.video{max-width: 100%; /*height: 169px;*/ display: block; margin-left: auto; margin-right: auto;}

.more a{display:block; background:#523a94; 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: #523a94; border-color: #523a94;}

.fotm{background: url("../images/ng_12.png") no-repeat bottom center #033d16; overflow: hidden; background-size: cover; padding-top: 20px; padding-bottom: 20px; margin-top: 25px;}
.fotm img{display: block; max-width: 35%; margin-left: auto; margin-right: auto;}
.msh{text-align: center; color: #fff; font-size: 12px; margin-top: 15px;}

.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{position: absolute; top: 0; left: 0; z-index: 10; width: 100%;}

.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: 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: #fff;
  cursor: pointer;
  transition: 500ms;
}

.next-f,.prev-r{display: none;}
.sw-one{}
.banner .swiper-pagination-bullet{width: 14px; height: 14px;}
.banner .swiper-pagination-bullet-active{background: #fff;}

.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;
}

.pc-banner{overflow: hidden; position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.sw-two{display: none;}
.pc-banner .swiper-container2 {
	width: 100%;
	margin: 35px 0;
}
.pc-banner .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pc-banner .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.pc-banner .swiper-slide a {
	padding:10px;
	display: block;
	border-radius: 14px;
}
.pc-banner .swiper-slide img {
	max-width: 50%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20%;
}

.pc-banner .swiper-slide-active img {
	max-width: 69%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
}

.pc-banner .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.pc-banner .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}
.pc-banner .button {
	width: 1000px;
	margin: 0 auto;
	bottom: 43px;
	position: relative;
}
.pc-banner .button div:hover {
	background-color: #2f4798;
}

.prev-f2 {
	width: 38px;
	height: 38px;
	background: url("../images/kw_01.png") no-repeat center center;
}

.next-f2 {
	width: 38px;
	height: 38px;
	background: url("../images/kw_02.png") no-repeat center center;
}

.prod{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prod .title h3{color: #e1c892; text-align: center;}

.mor{text-align: center; font-size: 0;}
.mor a{display: inline-block; font-size: 18px; color: #fff; text-transform: uppercase; font-weight: 600; background: url("../images/mor.png") no-repeat center right; background-size: 20px; line-height: 39px; padding-right: 38px;}

.abtit{text-align: center;}
.abtit h3{font-size: 20px; color: #0c4d22; font-family: "Arial"; font-weight: 600;}

.fdt{text-align: center; color: #fff; margin-top: 15px; display: none; width: 218%; margin-left: -58%;}
.fdt h3{font-size: 23px; font-weight: 600;
    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; 
}
.fdt p{font-size: 12px; text-transform: uppercase; line-height: 18px; margin-top: 10px; color: #fff;
    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; 
}

.swiper-slide-active .fdt{display: block;}

.whybx{background: #e7f0e5; overflow: hidden; padding-top: 30px; padding-bottom: 30px; background-size: cover;}
.wtop img{max-width: 100%; display: block; margin-left: auto; margin-right: auto;}
.wtit{overflow: hidden; padding-top: 25px;}
.wtit .tih img{display: block; max-width: 80%; margin-left: auto; margin-right: auto; margin-bottom: 15px;}
.wtit .whg{background: #fff; overflow: hidden; padding-bottom: 23px; margin-bottom: 23px;}
.wtit .whg img{display: block; max-width: 38%; margin-left: auto; margin-right: auto;}
.wtit .whg p{font-size: 13px; color: #000; text-align: center; padding: 0 15px; overflow: hidden; margin-top: 15px;}

.zhbo{background: #fff; overflow: hidden; padding-bottom: 30px;}
.zhbo img{display: block; max-width: 38%; margin-left: auto; margin-right: auto;}
.zhbo p{font-size: 13px; color: #000; text-align: center; padding: 0 15px; overflow: hidden; margin-top: 15px; display: block;}

.newbox{background: #e7f0e5; overflow: hidden; padding: 25px 0 30px 0;}
.newbox .imkq img{width: 100%; display: block; margin-left: auto; margin-right: auto;}
.newbox h3{font-size: 14px; color: #000; background: url("../images/vbf_07.png") no-repeat top 5px right; background-size: 22px; padding-top: 9px; padding-bottom: 9px; margin-top: 5px; font-weight: 600;}
.newbox a{display: block; margin-bottom: 15px;}
.newbox a:hover h3{color: #063d15;}
.newbox .row{margin-bottom: -25px;}

/*下载页面*/

.dow{overflow: hidden;}
.dow ul li a{display: block; position: relative; overflow: hidden; background: #eee; color: #333; line-height: 50px; padding: 0 100px 0 10px; font-size: 12px;
	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; 

}
.dow ul li{margin-bottom: 15px;}
.dow ul li a span{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background: #033d16;
    float: right;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 25px;
	font-size: 12px;
}
.dow ul li a:hover{color: #033d16;}
.dow ul li a:hover span{background: #094e20;}

/*下载页面*/

@media (min-width: 668px){

.pc-banner .swiper-slide-active a:after {
	background: none;
}
}

@media (max-width: 668px){
	.pc-banner {
		background-size: auto 100%;
	}
.pc-banner .swiper-container2 {
		margin: 0 0 20px 15px;
	}
	.pc-banner .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
	.pc-banner .swiper-slide-active,.pc-banner .swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
	.pc-banner .swiper-slide a {
		padding: 5px;
		border-radius: 7px;
	}
	.pc-banner .swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

.pc-banner .swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

.pc-banner .swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
	.pc-banner .button {
		width: 70%;
		bottom: 22px;
	}
	.pc-banner .button div {
		width: 28px;
		height: 28px;
	}
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-primary);
}

.prod{background: url(../images/cdd_03.jpg) no-repeat center center; background-size: cover; overflow: hidden;}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  transform: translateY(-110%);
  transition: transform 500ms ease;
}

.aim{overflow: hidden; margin-top: 20px;}
.aim a{display: block; margin-bottom: 15px;}
.aim a img{max-width: 100%;}
.aim a:last-child{margin-bottom: 0;}
.abpx{overflow: hidden; padding-top: 25px;}

.bgph{background: #e7f0e5;}
.jxw{overflow: hidden; padding-top: 30px; padding-bottom: 30px;}
.jxw img{max-width: 100%; display: block; margin-left: auto; margin-right: auto;}

@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;
	float: right;
    margin-top: 8px;
  }
}

@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: 100%;
  background-color: #0c441e;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.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;
  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(255, 255, 255, 0.2);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  color: #fff;
  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 {
	
}

.mobnav{margin-bottom: 20px;}
.mobnav img{height: 52px;}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  /*height: 30px;*/
  background: none;
  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);
}

.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(5) button,.mobile-nav__content .main-menu__list li:nth-child(6) button{display:block;}

.mobile-nav__content .main-menu__list li:nth-child(2) button,.mobile-nav__content .main-menu__list li:nth-child(5) button,.mobile-nav__content .main-menu__list li:nth-child(6) button{
	transform:none !important; 
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 40px;
}
.mobile-nav__content .main-menu__list li:nth-child(2) button i,.mobile-nav__content .main-menu__list li:nth-child(5) button i,.mobile-nav__content .main-menu__list li:nth-child(6) button i{display: none;}

.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: #523a94;
  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;
}

.banner .swiper-slide {
        font-size: 18px;
      }

      .banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.fuwubox{overflow: hidden; padding-bottom: 50px; background: url("../images/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:#523a94;
}
.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: #523a94;
}

.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;}
.zbnav{background: #523a94; overflow: hidden; color: #fff;}
.zbnav a{color: #fff; width: 25%; display: block; float: left; text-align: center; font-size: 14px; line-height: 30px;}
.zbnav a:nth-child(1),.zbnav a:nth-child(2),.zbnav a:nth-child(3),.zbnav a:nth-child(4){border-bottom: solid 1px #8675b4;}

.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: #523a94; 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: #523a94; border:#523a94; 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: #523a94;
    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 #523a94;
}
.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 #523a94;}
.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;}
.bannei img{display: block; margin-left: auto; margin-right: auto;}

.minhei{ height:500px;}

/*详情页*/
.neqbox{overflow: hidden; padding-top: 28px;}
.titlen{overflow: hidden; text-align: center;}
.titlen h3{font-size: 23px; color: #033d16; font-weight: 600;}
.titlen span{background: url( ../images/dve.png%22) no-repeat center left; overflow: hidden; font-size: 14px; color: #999; background-size: 18px; padding-left: 25px; display: inline-block; margin-top: 5px;}
.cont{word-break: break-all; font-size: 14px; line-height: 28px; padding-bottom: 30px; overflow: hidden;}
.cont a{font-weight: 600; color: #033d16;}
.cont img{max-width: 100%;}
.nepag{overflow: hidden; padding-bottom: 50px;}
.nepag p{margin-bottom: 15px; font-size: 14px;}
.nepag p:last-child{margin-bottom: 0;}
.nepag a{color: #666;}

.fenye{font-size: 14px; overflow: hidden; padding-top: 50px; 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 #523a94; color:#523a94; 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:#523a94; 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;}
.textbox img{max-width:100%; display:block; margin-left:auto; margin-right:auto;}
.textbox a{color: #523a94; font-weight: 600;}

.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: 14px;color: #523a94;}
.c2t h3{font-size: 22px; color: #523a94; font-weight: 600;}
.c2t span {color: #f0aa23; text-transform: uppercase;}
.c11{overflow: hidden;}
.c1sort1 {text-align: center;display: flex;justify-content: center;flex-wrap: wrap;}
.c1sort1 li {
    width: 31%;
    line-height: 38px;
    background: #523a94;
    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: #523a94; 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: #523a94;}

.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; margin-top: 23px;}
.anlik .swiper{overflow: hidden; padding-bottom: 32px;}
.anlik .swiper-pagination{bottom:0;}
.anlik .swiper-pagination-bullet-active{background: #523a94;}
.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;
}
.diuw{padding-bottom: 20px;}
.gaod{height:39px;}
.fotd ul li{float:left; width:33.33%; position: relative;}
.fotd ul li a{display:block; overflow:hidden; text-align:center; color:#033d16; font-size:13px; padding-top:10px; padding-bottom:10px; font-weight: 600;}
.fotd ul li a img{display: inline-block; max-height: 15px; margin-top: -3px; margin-right:5px;}
.fotd ul li:after{content: '';
    position: absolute;
	height:20px;
	width:1px;
	background:#9a9b6a;
	top: 12px;
	right: 0;
	z-index: 1;
}
.fotd ul li:last-child:after{width: 0;}
.fotd{background:#e1c893; 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:-67px;}
.quxiao{position:absolute; right:20px; top:20px;}
.quxiao img{height:30px;}

.bannerd .swiper-pagination-bullet-active{background: #f0aa23;}
.lianxg{background: url("../images/vyt_07.jpg") no-repeat center center; background-size: cover; overflow: hidden; color: #fff; text-align: center; padding: 25px 0;}
.lianxg img{display: block; max-width: 100%; margin-left: auto; margin-right: auto; margin-top: 15px;}
.lianxg h3{font-size: 23px; color: #fff; font-weight: 600; margin-bottom: 13px;}
.lianxg p{font-size: 14px; margin-bottom: 5px;}
.lianxg p span{font-size: 18px;}

.liyk{overflow: hidden; background: #e7f0e5; padding-top: 30px; padding-bottom: 40px;}
.liyk .col-s-6 img{display: block; max-width: 100%; margin-left: auto; margin-right: auto;}
.liyk .col-s-6 .pkg{position: relative; padding-left: 114px; margin-bottom: 19px;}
.liyk .col-s-6 .pkg span{font-size: 12px; color: #001111; position: absolute; left: 0; top: 12px;}
.liyk .col-s-6 .pkg input{width: 100%; border: solid 1px #dcdddc; height: 44px;}
.liyk .tey{width: 100%; border: solid 1px #dcdddc; height: 158px;}
.liyk .tij{padding-left: 114px;}
.liyk .tij button{display: block; background: #033d15; color: #fff; font-size: 16px; text-align: center; line-height: 50px; font-weight: 600; border: 0; width: 100%; cursor: pointer; text-transform: uppercase;}
.zizh .sw-tree{bottom: -7px;}
.zizh .swiper-container{position: relative; padding-bottom: 30px;}
.zizh{padding-top: 20px; padding-bottom: 35px;}
.zizh .swiper-pagination-bullet{width: 35px; height: 8px; border-radius: 100px; background: #145122; opacity: 1;}
.zizh .swiper-pagination-bullet-active{background: #ab8f6a;}
.zizh .swiper-slide{position: relative;}
.work-link a{position: absolute; background:rgba(0,0,0,0.5); width: 100%; height: 100%; display: none; left: 0; top: 0;}
.work-link img{position: absolute; left: 50%; margin-left: -19px; top: 50%; margin-top: -19px;}
.zizh .swiper-slide:hover .work-link a{display: block;}

.scbox{background: #e7f0e5; overflow: hidden; padding-top: 30px;}
.scbox .col-s-4 h3{font-size: 20px; color: #033d15; font-weight: 600; text-align: center; margin-top: 20px;}
.scbox .col-s-4 p{font-size: 13px; color: #969696; text-align: center; line-height: 23px; margin-top: 10px;}
.scbox .col-s-4{margin-bottom: 30px;}

#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;}

/*案例新加的*/
.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 #523a94;
    color: #523a94;
    text-align: center;
    line-height: 17px;
    border-radius: 100px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.probox .prod p{line-height: 28px;}
.zhxk .col-6 span{
	background: #fff;
    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;
}
.zhxk .col-6{margin-bottom: 15px;}
.zhxk{overflow: hidden; margin-bottom: -15px; margin-top: 15px;}
.xueyb{background: url("../images/wenb.jpg") no-repeat top center; background-size: cover; padding-top: 20px; padding-bottom: 20px; margin-top: 20px;}
.xueyb .c2t h3,.xueyb .c2t span{color: #fff;}
.xueyb .more a{background: #fff; color: #523a94;}

.swr span{
	background: #fff;
    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;
}

.hecolr{background: #f4f4f4; margin-bottom: 12px;}
.fontd{font-size: 15px; line-height: 28px; margin-top: 5px;
    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; padding-top: 25px;}
.zixuk{margin-top: 20px; margin-bottom: 20px;}
.zititle{background: #f5f5f5; overflow: hidden; padding: 20px 15px; margin-top: 15px;}
.titl h3{font-size: 20px; color: #523a94; 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;}
.dwt{margin-top: 15px;}
.probox{padding-top: 20px;}

.jwq{background: #f5f5f5; padding-bottom: 20px; margin-top: 20px;}
.jwq h3{font-size: 15px; text-align: center; font-weight: 600; line-height: 30px;
    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;}
.shpdk{overflow: hidden; position: relative;}
.jwq,.har,.xuanc{overflow: hidden;}
.aniud .dropdown-menu{min-width: inherit;}
.aniud .dropdown-item{padding: 0.25rem 0.5rem;}
.foim{margin-top: 13px;}

.jwqd .mySwiper3{margin-top: 15px;}
.jwqd{overflow: hidden; padding-top: 20px;}

.cpli{
	background-image: url( ../images/n_01.jpg);
	background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
	height: 358px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.cpli .col-8{
	display: flex;
    flex-direction: column;
    justify-content: center;
	color: #fff;
}
.cpli .col-8 h3{font-size: 18px; text-align: right;}
.cpli .col-8 a{font-size: 16px; font-weight: 600; color: #fff; text-align: right;}
.cpli .col-4 img{display: block; max-width: 100%; margin-left: auto; margin-right: auto;}

.cpul .cpli:nth-child(2){
	background-image: url( ../images/n_02.jpg);
}
.cpul .cpli:nth-child(3){
	background-image: url( ../images/n_03.jpg);
}
.cpul .cpli:nth-child(4){
	background-image: url( ../images/n_04.jpg);
}
.cpul .cpli:nth-child(5){
	background-image: url( ../images/n_05.jpg);
}
.cpul .cpli:nth-child(even) .col-8 h3,.cpul .cpli:nth-child(even) .col-8 a{text-align: left;}

/*表单提交*/
.bdfr{background: #523a94; overflow: hidden; width: 100%; color: #fff; padding-top: 28px; padding-bottom: 38px; margin-top: 20px;}
.bdfr h4{font-size: 23px; 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 select{border: solid 1px #fff; line-height: 38px; height: 38px; background: none; color: #fff; width: 100%; padding: 0 15px;}
.imwd select option{color: #202020;}

.imwd{margin-bottom: 20px; width: 80%; margin-left: auto; margin-right: auto;}
.tdan{width: 80%; background: #fff; color: #523a94; display: block; border: 0; line-height: 38px; margin-left: auto; margin-right: auto; cursor: pointer; text-transform: uppercase;}
.imwd textarea{border: solid 1px #fff; line-height: 38px; background: none; color: #fff; width: 100%; padding: 0 15px;}

.guanz{overflow: hidden; padding-top: 30px;}
.bgkg{background: url("../images/nmh_03.png") no-repeat center right #e7f0e5; background-size: cover; }
.zhehm img{max-width: 80%; display: block; margin-left: auto; margin-right: auto;}
.guanz .col-6{margin-bottom: 15px;}
.zhehm{margin-top: 10px;}

/*表单*/
.jixun{overflow: hidden; border-radius: 10px;}
.jixun .bdtitle h3{background: #523a94; color: #fff; height: 44px; line-height: 44px; font-size: 23px; padding-left: 20px; text-align: center; font-weight: 600;}
.txtScroll-top .bd ul li{line-height: 44px; overflow: hidden; font-size: 13px;}
.txtScroll-top .bd ul li span{display: block; float: left; text-align: center;}
.txtScroll-top .bd ul li span:nth-child(1){width: 25%;}
.txtScroll-top .bd ul li span:nth-child(2){width: 25%; color: #523a94;}
.txtScroll-top .bd ul li span:nth-child(3){width: 25%;}
.txtScroll-top .bd ul li span:nth-child(4){width: 25%;}
.txtScroll-top .bd ul li:nth-child(even){background: #eee;}

.zjbs{background: url("../images/vev_01.jpg") no-repeat center center; background-size: 100% 100%; overflow: hidden; color: #fff; text-align: center; padding: 15px 0; margin-top: 20px;}
.zjbs h3{color: #fff; font-size: 16px; font-weight: 600;}
.zjbs a{display: block; color: #fff; text-align: center; font-size: 14px; margin-top: 5px;}
.zjbs a img{height: 18px; margin-top: -7px;}
.zjbs a span{font-size: 18px; display: inline-block; font-style: oblique;}

.dkh{box-shadow: -5px -5px 15px 2px #c0d2cf; overflow: hidden; border-top-left-radius: 30px; border-top-right-radius: 30px; padding: 20px 15px; position: relative; width: 90%; margin-left: auto; margin-right: auto; margin-top: -100px; background: #fff;}
.dkh h3{font-size: 14px; font-weight: 600; text-transform: uppercase; color: #033d15;}
.dkh ul li{position: relative; padding-left: 48px; overflow: hidden; margin-bottom: 22px; min-height: 50px;}
.dkh ul li img{position: absolute; left: 0; top: 0; width: 38px;}
.dkh ul li p{font-size: 13px; color: #000; font-weight: 600; line-height: 20px;}
.dkh ul li span{font-size: 12px; color: #8d8d8d; text-transform: uppercase; display: block; margin-top: 5px;}
.dkh ul li h4{font-size: 16px; color: #033d15; font-weight: 600; margin-top: 10px; word-wrap: break-word;}
.dkh ul li:last-child{margin-bottom: 0;}
.dkh ul{margin-top: 28px;}
.dkh ul li h5{font-size: 14px; color: #033d15; font-weight: 600; margin-top: 5px;}
.dkh .fonw{font-size: 20px; color: #033d15; font-weight: 600; margin-left: 44px;}

.dk02 ul li:nth-child(2) h4{margin-top: 3px;}

.yjing{overflow: hidden; padding-top: 25px;}
.jfon{overflow: hidden; margin-top: 20px;}
.jfon ul li{position: relative; min-height: 50px; padding-left: 50px; overflow: hidden; margin-bottom: 15px;}
.jfon ul li img{position: absolute; left: 0; top: 0; width: 40px;}
.jfon ul li h3{font-size: 18px; font-weight: 600; color: #1b1b1b;}
.jfon ul li p{font-size: 12px; color: #1b1b1b; margin-top: 3px;}
.jfon ul li:last-child{margin-bottom: 0;}

.imgd img{max-width: 100%;}
.liax{background: #e7f0e5; overflow: hidden;}

.lbg .main-header{background: url("../images/bg_01.jpg") no-repeat top center; background-size: cover; position: relative;}

.ztian{background: url("../images/line_03.jpg") repeat-x top left #e7f0e5; overflow: hidden; padding-top: 25px; padding-bottom: 25px;}
.imkg img{display: block; margin-left: auto; margin-right: auto; max-width: 32%;}

.ztfon{overflow: hidden; margin-top: 20px;}
.ztfon h3{font-size: 23px; color: #191919; font-weight: 600; text-align: center;}
.ztfon p{
    font-size: 12px;
    color: #191919;
    line-height: 28px;
    margin-top: 10px;
	word-break: break-all;
}


/*内页*/
.about{overflow: hidden; padding-top: 20px; padding-bottom: 30px;}
.about h4{color: #523a94; font-weight: 600; font-size: 22px; text-align: center; margin-bottom: 15px;}
.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") #523a94 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: #523a94;
    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: #523a94;
    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: #523a94;
    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: 100px;}
.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;}

.kaike{overflow: hidden; margin-top: 20px;}
.zhfou{overflow: hidden; margin-top: 15px; margin-bottom: -20px;}
.zhfou .col-3 a{display: block; overflow: hidden; font-size: 14px; color: #523a94; text-align: center; margin-bottom: 15px;}
.zhfou .col-3 a img{display: block; margin-left: auto; margin-right: auto; max-width: 70%; height: 35px;}

.nban img{display: block; margin-left: auto; margin-right: auto; max-width: 100%;}
.zbox{overflow: hidden; background: url("../images/hj_03.png") no-repeat top left #e7f0e5; background-size: cover; padding-top: 25px; padding-bottom: 15px;}
.zbtit img{display: block; max-width: 58%; margin-left: auto; margin-right: auto;}
.zfon{font-size: 14px; color: #171717; word-break: break-all; line-height: 25px; margin-top: 15px;}

.shuz{overflow: hidden; margin-top: 18px;}
.shuz .tik{float: left; width: 50%; text-align: center; position: relative;}
.shuz .tik:before{
	content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 1;
    background: url("../images/n1_03.jpg") no-repeat center center;
}
.shuz .tik:last-child:before{background: none;}
.shuz .tip{font-size: 12px; color: #006139;}
.shuz span{font-size: 28px; font-weight: 600; color: #001111;}
.shuz .tik p{font-size: 12px; color: #111; margin-top: -5px;}
.shuz .tik b{font-size: 18px; font-weight: 600; color: #001111;}
.shuz .tik i{font-style: normal; background: #033d16; color: #fff; border-radius: 100px; font-size: 12px; padding: 1px 5px;}
.gebom{overflow: hidden; margin-top: 25px;}
.gebom img{max-width: 100%; display: block; margin-left: auto; margin-right: auto; border-radius: 10px;}
.gebom .col-6{margin-bottom: 15px;}

.titw{font-size: 12px; text-align: center; word-break: break-all;}
.gwa{background: url("../images/dw_02.jpg") no-repeat center center; background-size: cover; overflow: hidden; color: #fff; padding-top: 23px; padding-bottom: 30px;}
.gwa h4{text-align: center; font-size: 12px; line-height: 28px; margin-left: auto; margin-right: auto;}
.gwa .swiper-container{margin-top: 44px; padding-bottom: 50px;}
.gwa .swiper-slide img{max-width: 100%;}

.gwa .swiper-button-prev{background: url("../images/hyt_03.png") no-repeat center center; width: 38px; height: 38px; top: inherit; margin-top: 10px; left: 35%;}
.gwa .swiper-button-next{background: url("../images/hyt_04.png") no-repeat center center; width: 38px; height: 38px; top: inherit; margin-top: 10px; right: 35%;}

.zhp{background: #e7f0e5; overflow: hidden; padding-top: 20px; padding-bottom: 30px;}
.zhbox p{font-size: 12px; word-break: break-all;}
.mod{text-align: center;}
.zhbox a{display: inline-block; background: #0c4e23; color: #fff; font-size: 13px; font-weight: 600; padding: 15px 25px; overflow: hidden; margin-top: 20px; text-transform: uppercase;}
.imt img{border-radius: 20px; max-width: 100%; display: block; margin-left: auto; margin-right: auto; margin-top: 20px;}
.zhlv{background: url("../images/cvd_02.jpg") no-repeat center center; background-size: cover; overflow: hidden; color: #fff; padding-top: 80px; padding-bottom: 150px;}
.zhlv p{font-size: 12px; word-break: break-all;}
.zhlv a{display: inline-block; background: #0c4e23; color: #fff; font-size: 13px; font-weight: 600; padding: 15px 25px; overflow: hidden; margin-top: 20px; text-transform: uppercase;}
.jaz{background: url("../images/vbm_02.jpg") no-repeat bottom center; background-size: cover; overflow: hidden; padding-top: 25px; padding-bottom: 15px;}
.jaz p{font-size: 12px; word-break: break-all;}
.jaz a{display: inline-block; background: #0c4e23; color: #fff; font-size: 13px; font-weight: 600; padding: 15px 25px; overflow: hidden; margin-top: 20px; text-transform: uppercase;}

.zhd{overflow: hidden; text-align: center; font-size: 0;}
.zhd .co-6{width: 50%; display: inline-block; overflow: hidden; text-align: center;}
.zhd .co-6 h3{font-size: 12px; position: absolute; width: 100%; text-align: center; left: 0; bottom: 0; padding-top: 10px; padding-bottom: 10px;}
.zhkox{position: relative; overflow: hidden;}
.zhkox img{display: block;}

.jianj{background: url("../images/fgb.jpg") no-repeat center center; background-size: cover; overflow: hidden; padding-top: 30px; padding-bottom: 44px;}
.tiw img{max-width: 63%; display: block; margin-left: auto; margin-right: auto;}
.jitex{font-size: 12px; color: #001111; line-height: 26px; overflow: hidden; padding-top: 18px; word-break: break-all;}
.jitex img{max-width: 100%;}
.jianj .row{margin-top: 30px;}
.jianj .row .col-sm-6:nth-child(1){margin-bottom: 15px;}

/*新加的*/

@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: #523a94; 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: #523a94;}
.xwl li .sjl {
    width: 70px;
    height: 90px;
    padding-left: 0px;
    margin-right: 10px;
    font-weight: bolder;
    box-sizing: border-box;
    font-size: 14px;
    color: #523a94;
    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;
    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: 200px;}
	.mjuk{margin-top: 15px;}
	
	.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;}
	.cph img{height: 200px;}
}

@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: 180px;}
.ryzi .cpdk img{height: 102px;}
.shizi .cpdk img{height: 218px;}
.cph img{height: 180px;}
	
}

@media (max-width: 360px) {
	/*.bannerd {height: 170px;}*/
	.main-header__info-phone-content h3{font-size:14px;}
}


.bgnum .nufl:nth-child(1){font-size: 14px;}

























