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

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

}



.mobt{background: #0b64a8; overflow: hidden; color: #fff;}

.mobt a{display: block; width: 25%; overflow: hidden; text-align: center; font-size: 15px; float: left; color: #fff; line-height: 38px; font-weight: 600;}

.mobt a:nth-child(1),.mobt a:nth-child(2),.mobt a:nth-child(3),.mobt a:nth-child(4){border-bottom: solid 1px #6aaada;}



.yewub ul li{width: 25%; float: left;}

.yewub ul li a{display: block; overflow: hidden; text-align: center; padding: 0 5px; height: 90px;}

.yewub ul li img{display: block; margin-left: auto; margin-right: auto; height: 28px; margin-top: 10px;}

.yewub ul li span{display: block; text-align: center; font-size: 14px; margin-top: 5px; color: #333; line-height: 17px;}

.yewub ul{border: solid 1px #0b64a8; overflow: hidden;}

.yewub ul li:nth-child(1) a,.yewub ul li:nth-child(2) a,.yewub ul li:nth-child(3) a{border-bottom: solid 1px #0b64a8; border-right: solid 1px #0b64a8;}

.yewub ul li:nth-child(4) a{border-bottom: solid 1px #0b64a8;}

.yewub ul li:nth-child(5) a,.yewub ul li:nth-child(6) a,.yewub ul li:nth-child(7) a{border-right: solid 1px #0b64a8;}



@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 .cpdk span{background: #fff; color: #333; text-align: center; display: block; font-size: 14px;}

.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:#0b64a8; 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:#0b64a8; 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;}



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

  line-height: 1;

  color: var(--thm-black);

  margin-top: 3px;

}



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

}



@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: 800px) {

  .main-menu .logo-box {

    width: 100%;

    justify-content: space-between;

  }
	
	.h_title h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

}



@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: #309ecf;

}



}



/*--------------------------------------------------------------

# 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: var(--thm-black2);

  z-index: 10;

  position: relative;

  height: 100%;

  overflow-y: auto;

  padding-top: 30px;

  padding-bottom: 30px;

  padding-left: 15px;

  padding-right: 15px;

}



.mobile-nav__content .thm-btn {

  padding: 8px 0;

  width: 100%;

  text-align: center;

}



.mobile-nav__content .logo-box {

  margin-bottom: 40px;

  display: flex;

}



.mobile-nav__close {

  position: absolute;

  top: 20px;

  right: 15px;

  font-size: 18px;

  color: #fff;

  cursor: pointer;

  z-index: 999;

}



.mobile-nav__content .main-menu__list,

.mobile-nav__content .main-menu__list ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



.mobile-nav__content .main-menu__list ul {

  display: none;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.mobile-nav__content .main-menu__list ul li a {

  padding-left: 1em;

}



.mobile-nav__content .main-menu__list li:not(:last-child) {

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}



.mobile-nav__content .main-menu__list li a {

  display: flex;

  justify-content: space-between;

  line-height: 30px;

  color: #fff;

  font-size: 15px;

  font-family: var(--thm-font);

  font-weight: 500;

  height: 46px;

  align-items: center;

  transition: 500ms;

}

.mobile-nav__content .main-menu__list li a.expanded {

  color: #0b64a8;

}



.mobile-nav__content .main-menu__list li a button {

  width: 30px;

  height: 30px;

  background-color: #0b64a8;

  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(3) button,*/.mobile-nav__content .main-menu__list li:nth-child(7) 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: #0b64a8;

  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:#0b64a8;

}

.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: #0b64a8;

}



.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 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: justify;

    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: #0b64a8; 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: #0b64a8; border:#0b64a8; 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: #0b64a8;

    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 #0b64a8;

}

.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 #0b64a8;}

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

.navw a{display:inline-block; border:solid 1px #0b64a8; color:#0b64a8; border-radius:100px; text-align:center; padding:2px 10px; font-size:13px; margin-left:5px; margin-right:5px; margin-bottom:10px;}

.navw a.activ{background:#0b64a8; 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: 25px;color: #333;font-weight: 600;line-height: 2.8em;}

.c2t span {color: #0b64a8;}

.c11{overflow: hidden;}

.c1sort1 {text-align: center;display: flex;justify-content: center;flex-wrap: wrap;}

.c1sort1 li {

    width: 31%;

    line-height: 54px;

    background: #2a2a2a;

    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: #0b64a8; color: #fff;}

.pzhe .c1sort1 li a{font-size: 12px;}

.pzhe .c1sort1 li{width: 23%;}

.pzhe .c11{width: 100%;}

.prod .cpdk{display: block; overflow: hidden; border: solid 1px #d1d1d1; margin-bottom: 20px;}

.hengtu1{overflow: hidden; margin-top: 25px;}

.lunk{background: #f7f7f7; overflow: hidden; padding-bottom: 25px;}

.lunk h3 {

    background: url("../images/hua.png") no-repeat 0 50%;

    color: #333333;

    font-size: 18px;

    font-weight: 600;

    padding-left: 46px;

    line-height: 60px;

}

.lunk p {

    padding-left: 46px;

    line-height: 32px;

    color: #666666;

    font-size: 14px;

}

.lunk .swiper{padding-bottom: 35px;}

.lunk .swiper-pagination{bottom: 0;}

.lunk .swiper-pagination-bullet{width: 38px; height: 6px; border-radius: 0;}

.lunk .swiper-pagination-bullet-active{background: #0b64a8;}



.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: #0b64a8;}

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

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.c6det h3 a{color: #222;}

.c6det p {

    color: #666;

    font-size: 14px;

    padding-top: 0.6em;

}

.c67{overflow: hidden;}

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

    color: #333;

	line-height: 38px;

}



.lansew{background: #0b64a8; color: #fff; padding-bottom: 35px;}

.lansew .c2t span{color: #fff;}

.lansew .more a{background: #fff; color: #0b64a8;}



.zhwm ul li{width: 33.33%; float: left;}

.zhwm ul li a{display: block; overflow: hidden;}

.zhimf{width: 92px; height: 92px; display: block; margin-left: auto; margin-right: auto; border-radius: 100px; overflow: hidden;}

.zhwm h3{font-size: 15px; display: block; text-align: center; color: #181818; margin-top: 13px;}



.jdbk ul li .flhb{background: #0b64a8; color: #fff; width: 67px; text-align: center; padding: 10px 15px; float: left; line-height: 23px;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

}

.jdbk ul li a{display: block; overflow: hidden;}

.jdbk ul li{margin-bottom: 15px;}

.jdbk ul li:last-child{margin-bottom: 0;}

.frhb{overflow: hidden; padding-left: 12px;}

.frhb h3{font-size: 16px; color: #333; margin-top: 3px;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.frhb p{font-size: 14px; color: #666; margin-top: 6px; line-height: 19px;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

}

.jdian{padding-bottom: 30px;}





.gaod{height:72px;}

.fotd ul li{float:left; width:25%;}

.fotd ul li a{display:block; overflow:hidden; text-align:center; color:#fff; font-size:14px; padding-top:12px; padding-bottom:5px; border-right:solid 1px #f5f5f5;}

.fotd ul li a img{display:block; margin-left:auto; margin-right:auto; max-height: 30px;margin-bottom: 3px;}

.fotd ul li:last-child a{border-right:0;}

.fotd{background:#0b64a8; overflow: hidden; position:fixed; bottom:0; left:0; width:100%; z-index:10;}

.bannerd .swiper-pagination-bullet-active{background: #309ecf;}

.guany{background: #0b64a8; padding-top: 25px; padding-bottom: 25px; margin-top: 25px;}

.gh{font-size: 15px; color: #fff; margin-top: 15px; margin-bottom: 15px;

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    line-clamp: 5;

    -webkit-box-orient: vertical;

}



.mo a {

    display: block;

    background: #fff;

    color: #0b64a8;

    font-size: 14px;

    padding: 8px 0;

    text-align: center;

    margin-top: 20px;

    border-radius: 30px;

    max-width: 150px;

    margin-left: auto;

    margin-right: auto;

}

.thebox{background: #f4f7f9; padding-bottom: 25px;}



.case_kd{margin-bottom: 20px; display: block; overflow: hidden;}
.case_kd span{display: block; text-align: center; color: #333; margin-top: 15px;}



.footer{text-align: center; overflow: hidden; background: #212121; padding-top: 35px; padding-bottom: 35px; font-size: 14px; color: #c7c7c7; line-height: 28px;}

.footer span{margin-left: 5px; margin-right: 5px;}

.footer a{color: #c7c7c7;}

.footer_mobile{display: none;}



@media (max-width: 1199px) {

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


}

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


}



@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: 260px; 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: #0b64a8; 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;}

.case_kd img{height: 140px;}

.about_k{padding-top: 23px; padding-bottom: 30px;}

.des_text {

    font-size: 14px;

    line-height: 28px;

}

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

.xwl ul li a {

    background: #f2f2f2;

    display: block;

    overflow: hidden;

    padding: 10px 13px 10px 10px;

}

.xwl ul li a:hover{background: #0b64a8;}

.xwl li .sjl {

    width: 70px;

    height: 90px;

    padding-left: 0px;

    margin-right: 10px;

    font-weight: bolder;

    box-sizing: border-box;

    font-size: 14px;

    color: #0b64a8;

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

	

	.jindie_box .wz06 .topim{margin-bottom: 25px;}

	

	

	.display_sj{display: flex;}

	.display_pc{display: none;}

	

	.jindie_box .wz04 .wztitle,.jindie_box .wz06 .wztitle {margin-bottom: 25px;}

	

	.display_sj .col-6{margin-bottom: 25px;}

	.display_sj .col-6:nth-child(3),.display_sj .col-6:nth-child(4){margin-bottom: 0;}

	.sout_box .yq05 .wztitled h3{margin-bottom: 0;}

	

	.jindie_box .wz01 .wztitle h3{margin-bottom: 0;}

	.jindie_box .wz01 .col-6 img{height: 141px; margin-bottom: 20px;}

	.jindie_box .wz01 .col-6:nth-child(3) img,.jindie_box .wz01 .col-6:nth-child(4) img{margin-bottom: 0;}

	.jindie_box .wz02 .col-6 img{max-width: 100%; margin-bottom: 10px;}

	.jindie_box .wz02 .col-6:nth-child(3) img,.jindie_box .wz02 .col-6:nth-child(4) img{margin-bottom: 0;}

	

	.jindie_box .wz02 .container{padding-right: 10px; padding-left: 10px;}

	.jindie_box .wz02 .row{margin-right: -5px; margin-left: -5px;}

	.jindie_box .wz02 .col-6{padding-right: 5px; padding-left: 5px;}

	

	.jindie_box .wz03 .wztitle p{line-height: 23px;}

	.jindie_box .wz03 .col-6 img{max-width: 100%;}

	.jindie_box .wz03 .wztitle{margin-bottom: 20px;}

	

	.jindie_box .wz03 .container{padding-right: 10px; padding-left: 10px;}

	.jindie_box .wz03 .row{margin-right: -5px; margin-left: -5px;}

	.jindie_box .wz03 .col-6{padding-right: 5px; padding-left: 5px; margin-bottom: 10px;}

	.jindie_box .wz03 .col-6:nth-child(3),.jindie_box .wz03 .col-6:nth-child(4){margin-bottom: 0;}

	.anlik .swiper-slide img{height: 140px;}

}



@media (max-width: 375px) {

	.bannerd {height: 259px;}

	.case_k img{height: 232px;}

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

.anlik .swiper-slide img{height: 126px;}

.case_kd img{height: 125px;}

}



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