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

.dhq{margin-left:15px;}



.modal-body iframe{width: 100%; height: 150px;}



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

}

.btn-group{display: block;}

.probox .dropdown-item{padding: .25rem 0.5rem;}

.prod{overflow:hidden;}

.prod img{display:block; width:100%;}

.prod .cpdk img{display:block; overflow:hidden;}

.prod p{color:#202020; font-size:14px; text-align:center; line-height:32px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.lianj{display:block; background:#e20012; 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:#e20012; 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: #e20012; border-color: #e20012;}



.dropdown-toggle::after {

    display: inline-block;

    position: absolute;

    right: 13px;

    top: 13px;

    margin-left: .255em;

    vertical-align: .255em;

    content: "";

    border-top: .3em solid;

    border-right: .3em solid transparent;

    border-bottom: 0;

    border-left: .3em solid transparent;

}



.main-menu .main-menu__list,

.stricky-header .main-menu__list {

  margin-left: auto;

  border-right: 1px solid #e6eaef;

  padding-right: 30px;

  margin-right: 30px;

}



.main-menu .main-menu__list > li,

.stricky-header .main-menu__list > li {

  padding-top: 14px;

  padding-bottom: 14px;

}



.main-menu .main-menu__list > li + li,

.stricky-header .main-menu__list > li + li {

  margin-left: 55px;

}



.main-menu .main-menu__list > li > a,

.stricky-header .main-menu__list > li > a {

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

  font-size: 16px;

  font-weight: 500;

  display: flex;

  align-items: center;

  color: var(--thm-color);

  transition: 500ms;

  position: relative;

}



.main-menu .main-menu__list > li > a::before,

.stricky-header .main-menu__list > li > a::before {

  content: '';

  width: 100%;

  height: 4px;

  position: absolute;

  bottom: -10px;

  left: 0;

  border-radius: 4px;

  background-color: var(--thm-base);

  transform: scale(0, 1);

  transform-origin: left center;

  transition: transform 500ms ease;

}



.main-menu .main-menu__list > li.current > a,

.main-menu .main-menu__list > li:hover > a,

.stricky-header .main-menu__list > li.current > a,

.stricky-header .main-menu__list > li:hover > a {

  color: var(--thm-black);

  text-shadow: 0px 0 0 currentColor;

}



.main-menu .main-menu__list > li.current > a::before,

.main-menu .main-menu__list > li:hover > a::before,

.stricky-header .main-menu__list > li.current > a::before,

.stricky-header .main-menu__list > li:hover > a::before {

  transform-origin: right center;

  transform: scale(1, 1);

}



.main-menu .main-menu__list li.search-btn,

.stricky-header .main-menu__list li.search-btn {

  margin-left: 30px;

}



.main-menu .main-menu__list li.search-btn a::before,

.stricky-header .main-menu__list li.search-btn a::before {

  display: none;

}



.main-menu .main-menu__list li.search-btn i,

.stricky-header .main-menu__list li.search-btn i {

  font-size: 22px;

}



.main-menu .main-menu__list li.cart-btn a,

.stricky-header .main-menu__list li.cart-btn a {

  position: relative;

}



.main-menu .main-menu__list li.cart-btn span,

.stricky-header .main-menu__list li.cart-btn span {

  width: 20px;

  height: 20px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #fff;

  font-size: 10px;

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

  background-color: var(--thm-primary);

  position: absolute;

  top: 0;

  right: 0;

  transform: translateY(-50%) translateX(50%);

  transition: background-color 500ms, color 500ms;

}



.main-menu .main-menu__list li.cart-btn:hover span,

.stricky-header .main-menu__list li.cart-btn:hover span {

  background-color: #fff;

  color: var(--thm-black);

}



.main-menu .main-menu__list li.cart-btn i,

.stricky-header .main-menu__list li.cart-btn i {

  font-size: 23px;

}



.main-menu .main-menu__list li ul,

.stricky-header .main-menu__list li ul {

  position: absolute;

  top: 100%;

  left: 0;

  min-width: 220px;

  background-color: #fff;

  flex-direction: column;

  justify-content: flex-start;

  align-items: flex-start;

  opacity: 0;

  visibility: hidden;

  transition: 500ms ease;

  z-index: 99;

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);

}



.main-menu .main-menu__list li:hover > ul,

.stricky-header .main-menu__list li:hover > ul {

  opacity: 1;

  visibility: visible;

}



.main-menu .main-menu__list li ul li,

.stricky-header .main-menu__list li ul li {

  flex: 1 1 100%;

  width: 100%;

  position: relative;

}



.main-menu .main-menu__list li ul li + li,

.stricky-header .main-menu__list li ul li + li {

  border-top: 1px solid RGBA(var(--thm-black), 0.1);

}



.main-menu .main-menu__list li ul li a,

.stricky-header .main-menu__list li ul li a {

  font-size: 16px;

  line-height: 30px;

  color: var(--thm-black);

  display: flex;

  padding-left: 20px;

  padding-right: 20px;

  padding-top: 10px;

  padding-bottom: 10px;

  transition: 500ms;

}



.main-menu .main-menu__list li ul li:last-child > a,

.stricky-header .main-menu__list li ul li:last-child > a {

  border-bottom-left-radius: 4px;

  border-bottom-right-radius: 4px;

}



.main-menu .main-menu__list li ul li:hover > a,

.stricky-header .main-menu__list li ul li:hover > a {

  background-color: var(--thm-primary);

  color: #fff;

}



.main-menu .main-menu__list li ul li > ul,

.stricky-header .main-menu__list li ul li > ul {

  top: 0;

  left: 100%;

}



.main-menu .main-menu__list li ul li > ul.right-align,

.stricky-header .main-menu__list li ul li > ul.right-align {

  top: 0;

  left: auto;

  right: 100%;

}



.main-menu .main-menu__list li ul li > ul ul,

.stricky-header .main-menu__list li ul li > ul ul {

  display: none;

}



.main-header__info-phone {

  display: flex;

  align-items: flex-start;

}



.main-header__info-phone > i {

  font-size: 32px;

  color: var(--thm-base);

}



.main-header__info-phone-content {

  margin-left: 20px;

}



.main-header__info-phone-content span {

  display: block;

  color: var(--thm-color);

  font-size: 10px;

  text-transform: uppercase;

  font-weight: 500;

  line-height: 1;

  letter-spacing: 0.1em;

  margin-bottom: 7px;

}



.main-header__info-phone-content h3 {

  font-size: 16px;

  font-weight: 600;

  margin: 0;

  margin-top: 2px;

  line-height: 1;

  color: var(--thm-black);

}



.main-header__info-phone-content h3 a {

  color: inherit;

  transition: all 500ms ease;

}



.main-header__info-phone-content h3 a:hover {

  color: var(--thm-base);

}



.main-menu .mobile-nav__toggler {

  font-size: 20px;

  color: var(--thm-black);

  cursor: pointer;

  transition: 500ms;

}



.anlik .cpdk{display: block; margin-bottom: 10px; overflow: hidden;}

.anlik .row{margin-bottom: -10px;}

.anlik .cpdk span{font-size: 14px; color: #333; text-align: center; padding-top: 3px; padding-bottom: 3px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}



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

}



@media (min-width: 1200px) {

  .main-menu .mobile-nav__toggler {

    display: none;

  }

}



.main-menu .mobile-nav__toggler:hover {

  color: var(--thm-primary);

}



.stricky-header {

  position: fixed;

  z-index: 991;

  top: 0;

  left: 0;

  background-color: #fff;

  width: 100%;

  transform: translateY(-110%);

  transition: transform 500ms ease;

}



@media (max-width: 1199px) {

  .stricky-header {

    display: none;

  }

}



.stricky-header .container {

  padding-top: 10px;

  padding-bottom: 10px;

}



.stricky-header.stricky-fixed {

  transform: translateY(0);

}



.main-menu__two {

  background-color: #0c2139;

}



.main-menu__two .main-menu__list {

  border-right-color: rgba(255, 255, 255, 0.1);

}



.main-menu__two .main-menu__list > li > a {

  color: var(--thm-text-dark);

}



.main-menu__two .main-menu__list > li.current > a, .main-menu__two .main-menu__list > li:hover > a {

  color: #fff;

}



.main-menu__two .main-header__info-phone-content span {

  color: var(--thm-text-dark);

}



.main-menu__two .main-header__info-phone-content h3 {

  color: #fff;

}



.main-menu__two .mobile-nav__toggler {

  color: var(--thm-text-dark);

}



.main-menu .logo-box {

  display: flex;

  align-items: center;

}



@media (max-width: 460px) {

  .main-menu .logo-box {

    width: 100%;

    justify-content: space-between;

  }
	.prod .cpdk img {
     height: 137px;
}

}



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

  .main-menu .main-header__info {

    /*display: none;*/

	position:absolute; right:14%;

	    margin-left: 0;

  }

  .main-header__info-phone-content {

    margin-left: 2px;

}



.main-header__info-phone > i {

  font-size: 18px;

  color: #c8181a;

}



}



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

# Animations

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

@keyframes bubbleMover {

  0% {

    -webkit-transform: translateY(0px) translateX(0) rotate(0);

    transform: translateY(0px) translateX(0) rotate(0);

  }

  30% {

    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);

    transform: translateY(30px) translateX(50px) rotate(15deg);

    -webkit-transform-origin: center center;

    transform-origin: center center;

  }

  50% {

    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);

    transform: translateY(50px) translateX(100px) rotate(45deg);

    -webkit-transform-origin: right bottom;

    transform-origin: right bottom;

  }

  80% {

    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);

    transform: translateY(30px) translateX(50px) rotate(15deg);

    -webkit-transform-origin: left top;

    transform-origin: left top;

  }

  100% {

    -webkit-transform: translateY(0px) translateX(0) rotate(0);

    transform: translateY(0px) translateX(0) rotate(0);

    -webkit-transform-origin: center center;

    transform-origin: center center;

  }

}



@keyframes shapeMover {

  0%,

  100% {

    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

  }

  50% {

    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);

  }

}



@keyframes banner3Shake {

  0% {

    -webkit-transform: rotate3d(0, 1, 0, 0deg);

    transform: rotate3d(0, 1, 0, 0deg);

  }

  30% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }

  60% {

    -webkit-transform: rotate3d(1, 0, 0, 0deg);

    transform: rotate3d(1, 0, 0, 0deg);

  }

  80% {

    -webkit-transform: rotate3d(0, 0, 1, 5deg);

    transform: rotate3d(0, 0, 1, 5deg);

  }

  100% {

    -webkit-transform: rotate3d(0, 1, 0, 0deg);

    transform: rotate3d(0, 1, 0, 0deg);

  }

}



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

# Mobile Nav

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

.mobile-nav__wrapper { 

  position: fixed;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  transform: scale(0, 1);

  transform-origin: left center;

  transition: transform 500ms ease;

  z-index: 999;

}



.mobile-nav__wrapper .container {

  padding-left: 0;

  padding-right: 0;

}



.mobile-nav__wrapper.expanded {

  transform: scale(1, 1);

}





.mobile-nav__overlay {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(255,255,255,0.8);

  opacity: 0.8;

  cursor: pointer;

}



.mobile-nav__content {

  width: 300px;

  background-color: 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;

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

}



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

  width: 30px;

  height: 30px;

  background-color: #e20012;

  border: none;

  outline: none;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  transform: rotate(-90deg);

  transition: transform 500ms ease;

}



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

  transform: rotate(0deg);

  background-color: #fff;

  color: var(--thm-black);

}



.mobile-nav__content .main-menu__list li a button{display:none;}

.mobile-nav__content .main-menu__list li:nth-child(2) button,.mobile-nav__content .main-menu__list li:nth-child(3) button,.mobile-nav__content .main-menu__list li:nth-child(4) button,.mobile-nav__content .main-menu__list li:nth-child(5) button,.mobile-nav__content .main-menu__list li:nth-child(6) 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 > .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: 29px;

  border-radius: 50%;

  background-color: #e20012;

  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:#e20012;

}

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

}



.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; padding-top: 25px; background: url("../images/hnh_02.jpg") no-repeat top center #f7f7f7; background-size: 80% 38%;}



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

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    line-clamp: 5;

    -webkit-box-orient: vertical;

}

.imbox{margin-bottom:10px;}

.desnum{overflow: hidden; max-width: 900px; margin-left: auto; margin-right: auto; margin-top: 25px; background: #e20012; 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: #e20012; border:#e20012; 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; padding: 1.375rem 0.75rem;}



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

    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 #e20012;

}

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

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



.revd{position: relative;}

.cardw{position: absolute; right: 2px; top: 1px;}



.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 #e20012; color:#e20012; 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:#e20012; 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;color: #333;}

.c2t span {color: #e20012;}

.c11{overflow: hidden;}

.c1sort1 {text-align: center;/*display: flex;justify-content: center;flex-wrap: wrap;*/ font-size: 0;}

.c1sort1 li {

    width: 25%;

    line-height: 38px;

    background: #eee;

    text-align: center;

    margin-bottom: 2%;

	display: inline-block;

}

.c1sort1 li a {

	display: block;

	overflow: hidden;

    color: #000;

    font-size: 14px;

}

.c1sort1 li a:hover,.c1sort1 li.active a{background: #e30013; color: #fff;}

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

.pzhe .c1sort1 li{width: 25%; display: inline-block;}

.pzhe .c11{width: 100%;}

.prod .cpdk{display: block; overflow: hidden; border: solid 1px #d1d1d1; margin-bottom: 20px;}
.prod .cpdk { position: relative; width: 100%}
.prod .cpdk  i{ position: absolute; top:8px; left:4px; background: url("../images/hot1.png") no-repeat; background-size: 100%;  width:66px; height: 66px; text-align: center; line-height:45px; display: table; background-size: 100%; color: #e30013;transform: rotate(-40deg); }
.prod .cpdk  i span{ font-size: 11px; font-weight: bolder}


.hengtu1{overflow: hidden; margin-top: 25px; background: url("../images/bgk.jpg") no-repeat center center; background-size: cover;}

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



.hengtu1{text-align: center; padding-top: 20px; padding-bottom: 20px; overflow: hidden;}

.hengtu1 h3{font-size: 16px; font-weight: 600; color: #e20012;}

.hengtu1 span{font-size: 12px; color: #666; display: block; line-height: 14px; margin-top: 5px;}

.hengtu1 p{font-size: 14px; background: #e20012; overflow: hidden; display: block; color: #fff; border-radius: 100px; padding: 3px 0; margin-top: 13px;}



.zhwqd img{display: block; margin-bottom: 13px;}

.zhwqd img:last-child{margin-bottom: 0;}

.zhwqd a{display: block; margin-bottom: 13px; overflow: hidden;}
.zhwqd a:last-child{margin-bottom: 0;}



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

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

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

}

.c6det p {

    color: #666;

    font-size: 14px;

    padding-top: 0.6em;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

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

    font-size: 14px;

    color: #333;

	line-height: 38px;

	position: relative;

	padding-right: 95px;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.c68xlist1 li a span{position: absolute; right: 0; top: 0; color: #828282;}



.royzb{background: url("../images/sdwq_02.jpg") no-repeat top center; overflow: hidden; background-size: cover; padding-top: 25px; padding-bottom: 25px;}

.mySwiper3{margin-top: 20px; padding-bottom: 50px; position: relative;}



.mySwiper3 .swiper-button-next{background:#e20012; width: 35px; height: 35px; border-radius: 100px; bottom: 0; top: inherit; right: 38%; left: inherit}

.mySwiper3 .swiper-button-prev{background:#e20012; width: 35px; height: 35px; border-radius: 100px; bottom: 0; top: inherit; left: 38%; right: inherit;}

.mySwiper3 .swiper-button-next:after,.mySwiper3 .swiper-button-prev:after{font-size: 0;}

.mySwiper3 .swiper-slide span{display: block; font-size: 14px; color: #333; text-align: center; margin-top: 7px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}



.gaod{height:44px;}

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

.fotd ul li a{display:block; overflow:hidden; text-align:center; color:#fff; font-size:16px; padding-top:10px; padding-bottom:10px; position: relative;}

.fotd ul li a img{display: inline-block; max-height: 15px; margin-top: -3px; margin-right:3px;}

.fotd ul li a:before{

   content: '';

   position: absolute;

   height:20px;

   width:1px;

   background:#fff;

   right: 0;

   top: 13px;

}

.fotd ul li:last-child a:before{display: none;}

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

#canvas{position: absolute; right: 1px; top: -12px; border: none !important;}

.tybps{background: url("../images/zhed_01.jpg") no-repeat top center; background-size: cover; overflow: hidden; padding-bottom: 25px;}

.tybtop img{display: block; margin-left: auto; margin-right: auto; max-width: 50%; padding-top: 25px; margin-bottom: 8px;}

.tybtop p{color: #fff; font-size: 13px; text-align: center; line-height: 25px;}

.tyerw{overflow: hidden; margin-top: 20px;}

.tyerw p{display: block; width: 33.33%; float: left; text-align: center; color: #fff;}

.tyerw p img{display: block; max-width: 75%; margin-left: auto; margin-right: auto;}

.tyerw p span{font-size: 13px; display: block; margin-top: 6px;}



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



.zheul{overflow: hidden;}

.swqd{overflow: hidden; display: block; background: #f8f8f8; margin-bottom: 15px;}

.swmfl{width: 38%; overflow: hidden; float: left;}

.swmfr{width: 62%; overflow: hidden; float: left;}

.swmfl img{max-width: 100%; display: block;}



.swmfr h4{font-size: 14px;}

.swmfr h3{font-size: 16px; font-weight: 600; margin-top: 10px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.swmfr span{font-size: 14px; color: #555; display: block; margin-top: 5px;}

.swbox{overflow: hidden; padding-left: 15px; padding-top: 10px;}



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

}



/*新加的*/



/*人才战略*/

    .list_dl{overflow:hidden;}

	.list_dt{

    background: #f2f2f2;

    color: #000;

    width: 100%;

    height: 38px;

    line-height: 38px;

    cursor: pointer;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    position: relative;

	margin-bottom: 5px;

}



.list_dt .x01{width:70%; padding-left:15px; display:block; float:left; padding-right:30px; font-size: 15px;

    overflow:hidden;

    text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 1;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}

.list_dt .x02{width:30%; display:block; font-size: 13px; font-weight: 400; float: left; text-align: center;}



.list_dt:hover{

    background: #08bdad;

	color:#fff;

}

.list_dt:hover ._after{

    display: block;

    width: 3px;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: #fabe00;

}

#open{

    background: #08bdad;

	color:#fff;

}

#open ._after{

    display: block;

    width: 3px;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: #08bdad;

}

.list_dt_icon{

    position: absolute;

    right: 28px;

    top: 12px;

    display: block;

    width: 30px;

    height: 30px;

    background: url("../images/hr_01.png") no-repeat;

}

#open .list_dt_icon{

    background: url("../images/hr_02.png") no-repeat;

}

.list_dt:hover .list_dt_icon{

    background: url("../images/hr_03.png") no-repeat;

}

.list_dd{

    display: none;

	margin-top: -10px;

	margin-bottom:10px;

	background:#fff; padding:15px; overflow:hidden; color:#333; font-size:13px; line-height: 23px;

}

.list_li{

    background: #4e4e4e;

    list-style-type: none;

    color: white;

    padding: 0 30px;

    height: 56px;

    line-height: 56px;

    cursor: pointer;

    border-bottom: 1px solid #6b6b6b;

}

.list_li:hover{

    background: #4285F4;

}



.zp_title{overflow:hidden; background:#e30013; color:#fff; height:44px; line-height:44px; margin-top: 10px; margin-bottom:5px; padding:0 15px; padding-right: 0;     font-size: 15px;}

.zp_title p{display:block; float:left;}

.zp_title p:nth-child(1){width:70%;}

.zp_title p:nth-child(2){width:30%; text-align: center;}



.lxw_bottom{background:#e7e7e7; overflow:hidden; padding:20px 15px; color:#272626; font-size:14px; margin-bottom: 40px;}

.lxw_bottom h3{font-size:22px; margin-bottom:10px;}

.lxw_bottom p{font-size:14px; line-height:25px;}

.lxw_bottom p:nth-child(2){margin-bottom:15px;}

.zhewim{overflow:hidden; text-align:center; padding-bottom:20px;}

.zhewim img{display:block; margin-left:auto; margin-right:auto; margin-bottom:10px; margin-top:25px;}

	

/*人才战略end*/



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

}



#myVideo{height: 195px; display: none; margin-top: 20px;}

.zhesbox{overflow: hidden;}

.zhesbox .zhetit{float: left;}

.zhesbox .mor{

    display: block;

    width: 107px;

    height: 32px;

    background: #e20012;

    border-radius: 100px;

    color: #fff;

    font-size: 14px;

    text-align: center;

    line-height: 32px;

    margin-top: 14px;

    float: right;

}

.zhetit h3{font-size: 20px; margin-bottom: 10px; font-weight: 600;}

.zhetit p{font-size: 13px;}

.zhesc{background: url("../images/gr_02.jpg") no-repeat top center; background-size: cover; overflow: hidden; padding-top: 20px;}

.zhesc .zhetit,.zhesc .zhetit h3{color: #fff;}

.zhob{overflow: hidden; margin-top: 28px; background: rgba(0,0,0,0.3);}

.zhob a{display: block; width: 50%; overflow: hidden; float: left;}

.zhob a:nth-child(1) .zhok,.zhob a:nth-child(2) .zhok{border-bottom: solid 1px rgba(255,255,255,0.3);}

.zhob a:nth-child(1) .zhok,.zhob a:nth-child(3) .zhok{border-right: solid 1px rgba(255,255,255,0.3);}

.zhok h3{color: #fff; font-size: 20px; font-weight: 600; text-align: center; margin-top: 15px;}

.zhob img{max-width: 44%; display: block; margin-left: auto; margin-right: auto;}

.zhok{overflow: hidden; padding: 30px 0;}



.newbox .c2t h3{font-size: 23px; color: #333; margin-bottom: 5px; font-weight: 600;}

.newbox .c2t p{font-size: 14px; font-weight: 400;}



.c66{overflow: hidden; text-align: center; font-size: 0; margin-top: 10px;}

.c66 a{display: inline-block; font-size: 13px; border: solid 1px #333; color: #333; border-radius: 100px; text-align: center; line-height: 25px; padding: 0 13px; margin-left: 2px; margin-right: 2px;}

.c66 a:hover{background: #e20012; color: #fff; border: solid 1px #e20012;}

.czimg img{max-width: 100%; display: block; margin-left: auto; margin-right: auto;}

.czimg{overflow: hidden; margin-top: 20px;}



.qub{background: url("../images/zbg01.jpg") no-repeat top center; background-size: cover; overflow: hidden; color: #fff; padding-top: 45px; padding-bottom: 300px;}

.qub .qutit h3{color: #fff; font-size: 23px; line-height: 34px; font-weight: 600;}

.qub .qutit p{font-size: 14px; margin-top: 13px;}

.qub .qutit a{

    display: block;

    width: 107px;

    height: 32px;

    background: #e20012;

    border-radius: 100px;

    color: #fff;

    font-size: 14px;

    text-align: center;

    line-height: 32px;

    margin-top: 20px;

}



.page{font-size: 14px; text-align: center; overflow: hidden; margin-top: 10px; margin-bottom: 20px;}



.erwmk{overflow: hidden; border-top: solid 1px #adadad; padding-top: 20px; margin-top: 25px;}

.erwmk li{float: left; width: 70px; text-align: center; color: #333; font-size: 12px; margin-right: 20px;}

.erwmk li span{display: block; margin-top: 10px;}

.erwmk li img{display: block; width: 84px;}



.difonfr{overflow: hidden; padding-top: 20px; padding-bottom: 20px; background: #e8e8e8;}

.ditufl{width: 100%; overflow: hidden;}

.dizhk{background: #e8e8e8; overflow: hidden; margin-top: 50px;}

.dife{color: #333; padding-right: 20px; padding-left: 20px;}

.dife h3{font-size: 23px; font-weight: 600; margin-bottom: 18px; color: #333;}

.dife p{font-size: 14px; margin-bottom: 7px;}



.lofe{height: 38px; margin-bottom: 15px;}



#map{width: 100%; height: 200px; font-size: 12px; }



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

	.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: #e20012; width: 100%; z-index: 10;}

	.footer_mobile a{font-size: 14px; color: #fff; float: left; width: 33.33%; height: 40px; line-height: 40px; text-align: center; position: relative;}

	.footer_mobile a i{margin-right: 5px;}

	.footer_mobile a:before {

        content: '';

        width: 1px;

        height: 23px;

        position: absolute;

        top: 8px;

        right: 0;

        background: rgba(255,255,255,0.5);

    }

	.footer_mobile a:last-child:before{width: 0;}

	.case_k{padding-top:25px;}

	.case_k a span {

    text-align: center;

    color: #333;

    height: 32px;

    line-height: 32px;

    font-size: 14px;

	text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    line-clamp: 1;

    -webkit-box-orient: vertical;

}

.case_k .col-6{margin-bottom:15px;}

.case_k .fenye{padding-top: 10px; padding-bottom: 30px;}

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

.des_text {

    font-size: 14px;

    line-height: 28px;

}

.ryzi .cpdk img{height: 255px;}

.bgnum .nufl .numscroller {

    font-size: 30px;

    font-weight: 600;

    color: #fff;

    font-family: 'impact';

}

.bgnum .cenfl span {

    display: inline-block;

    font-size: 25px;

    color: #fff;

}

.bgnum .nufl h4 {

    font-size: 14px;

    font-weight: 600;

    color: #fff;

}

.bgnum {

    background: url(../images/frr.png) no-repeat top center;

    overflow: hidden;

    padding-top: 20px;

    padding-bottom: 20px;

}

.tupim img {margin-top: 25px;}

.news_k, .lxwm_k {

    overflow: hidden;

    padding-top: 25px;

}

.zhe_font{font-size:15px; color:#333;}

.zhe_font p{line-height:23px; margin-bottom: 0px;}

.lxwm_k .map {

    height: 228px;

}

.prod .cpdk img{height:147px;}

.xwl ul li a {

    background: #f2f2f2;

    display: block;

    overflow: hidden;

    padding: 10px 13px 10px 10px;

}

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

.xwl li .sjl {

    width: 70px;

    height: 90px;

    padding-left: 0px;

    margin-right: 10px;

    font-weight: bolder;

    box-sizing: border-box;

    font-size: 14px;

    color: #e20012;

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

.guany{background: url("../images/sjbg.jpg") no-repeat top center; background-size: cover; overflow: hidden; padding-bottom: 25px;}

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

.guanfon h2 {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 15px;

    margin-top: 22px;

}

.guanfon h3 {

    font-size: 25px;

    font-weight: 600;

}

.guanfon p {

    font-size: 13px;

    line-height: 28px;

    margin-top: 15px;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 6;

	-webkit-box-orient: vertical;

	display: -moz-box;

	-moz-line-clamp: 6;

	-moz-box-orient: vertical;

	word-wrap: break-word;

	word-break: break-all;

	white-space: normal;

}

.guanfon a{

    display: block;

    width: 150px;

    height: 38px;

    background: #e20012;

    border-radius: 100px;

    color: #fff;

    font-size: 16px;

    text-align: center;

    line-height: 38px;

    margin-top: 28px;

}

.videx img{max-width: 100%; display: block; margin-left: auto; margin-right: auto; margin-top: 15px;}

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

	.daoh{background: #eee; color: #fff; overflow: hidden;}

	.daoh a{display: block; float: left; width: 20%; text-align: center; color: #000; font-size: 13px; padding-top: 8px; padding-bottom: 8px; font-weight: 600;}

	

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

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

.anlik .cpdk img{height: 128px;}

.ryzi .cpdk img{height: 228px;}

	.qub .qutit h3 {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
}
	.qub{
	adding-top: 30px;
    padding-bottom: 253px;
}

}



@media (max-width: 360px) {

	.bannerd {height: 170px;}

	.main-header__info-phone-content h3{font-size:14px;}

}





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

.cp-l-list{width: 100%; margin: 0 auto 8%}
.cp-l-list li{ width:49%; float: left;display: inline-block; margin:0 2% 2% 0}
.cp-l-list li img{ width: 100%}
.cp-l-list li:nth-child(2n){margin:0 0% 2% 0}
.cp-l-sp{ width: 100%; display: table; overflow: hidden}
.cp-l-sp img{  width: 100%;}



















































