html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.banner a {
  display: block;
}
.banner>a>img {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.scroll_item::-webkit-scrollbar {
  width: 10px !important;
}
.scroll_item::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scroll_item::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scroll_item::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scroll_item::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scroll_item::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scroll_item::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scroll_item::-webkit-scrollbar {
  width: 15px;
}
.clear {
  clear: both;
}
body,
html {
  min-width: 1200px;
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top {
  border-bottom: 1px solid #dedede;
}
.top .content {
  height: 44px;
  line-height: 44px;
}
.top .content a {
  font-size: 14px;
  color: #333;
}
.top .content a:hover {
  color: #da1a12;
}
.top .content span {
  float: right;
  font-size: 18px;
  color: #da1a12;
  font-weight: 700;
}
.header .content {
  height: 130px;
}
.header .content .logo {
  margin-top: 23px;
  float: left;
}
.header .content .logo a {
  display: block;
  float: left;
  margin-top: 20px;
}
.header .content .logo a img{
  /* width: 290px; */
}
.header .content .logo .word {
  float: left;
  margin-left: 67px;
  margin-top: 20px;
}
.header .content .logo .word h5,
.header .content .logo .word h6 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.header .content .logo .word h6 {
  color: #da1a12;
}
.header .content .form {
  float: right;
  margin-top: 44px;
}
.header .content .form form {
  width: 334px;
  height: 45px;
  border-radius: 23px;
  border: solid 2px #dedede;
  overflow: hidden;
}
.header .content .form form .txt {
  width: 250px;
  height: 40px;
  float: left;
  padding-left: 15px;
  font-size: 16px;
  color: #666;
}
.header .content .form form .sub {
  width: 40px;
  height: 40px;
  background: url(/statics/images/kmh_img/search.png) no-repeat center;
  float: right;
}
.nav .content {
  position: relative;
}
.nav .content .sort {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
.nav .content .sort.active .list {
  display: block;
}
.nav .content .sort:hover .list {
  display: block;
}
.nav .content .sort .menu {
  width: 290px;
  height: 60px;
  line-height: 60px;
  background: #da1a12;
  padding-left: 30px;
}
.nav .content .sort .menu img {
  position: relative;
  top: -2px;
}
.nav .content .sort .menu span {
  font-size: 18px;
  color: #ffffff;
}
.nav .content .sort .list {
  display: none;
  background: #fff;
  width: 290px;
}
.nav .content .sort .list ul li {
  padding: 10px 0 0 30px;
  border-bottom: 1px solid #eaeaea;
}
.nav .content .sort .list ul li:last-child {
  border-bottom: 0 solid #000;
}
.nav .content .sort .list ul li h5 a{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 1;
}
.nav .content .sort .list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  opacity: 0.7;
  margin-right: 8px;
}
.nav .content .sort .list ul li a:hover {
  color: #da1a12;
  opacity: 1;
}
.nav .content .nav_list {
  width: 910px;
  float: right;
}
.nav .content .nav_list ul li {
  text-align: center;
  line-height: 60px;
  height: 60px;
}
.nav .content .nav_list ul li:hover a,
.nav .content .nav_list ul li.active a {
  font-weight: bold;
  color: #da1a12;
}
.nav .content .nav_list ul li:hover a::after,
.nav .content .nav_list ul li.active a::after {
  display: block;
}
.nav .content .nav_list ul li a {
  font-size: 16px;
  color: #333333;
  position: relative;
}
.nav .content .nav_list ul li a::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #da1a12;
}
.bread_nav {
  background: #f5f5f5;
}
.bread_nav .content {
  height: 47px;
  line-height: 47px;
}
.bread_nav .content i {
  font-size: 16px;
  color: #979797;
}
.bread_nav .content span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.bread_nav .content a {
  font-size: 14px;
  color: #666666;
}
.bread_nav .content a:hover {
  color: #da1a12;
}
.index_banner {
  background: #f5f5f5;
}
.index_banner .swiper-container .swiper-pagination {
  padding-left: 290px;
}
.index_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #da1a12;
}
.index {
  background: #f5f5f5;
  overflow: hidden;
}
.index .brand .content {
  padding-top: 38px;
}

.index .brand .content .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  transition: all 0.5s linear;
}

.index .brand .content .swiper-container .swiper-wrapper .swiper-slide a:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.index .brand .content .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 223px;
}

.index .brand .content .swiper-container .swiper-button-next, .index .brand .content .swiper-container .swiper-button-prev {
  width: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  /* border-radius: 50%; */
  text-align: center;
  line-height: 60px;
  opacity: 1;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s linear;
}
.index .brand .content .swiper-container .swiper-button-next:hover,.index .brand .content .swiper-container .swiper-button-prev:hover{
  background-color: rgba(0, 0, 0, 1);
}

.index .brand .content .swiper-container .swiper-button-next{
  right: 1px;
}
.index .brand .content .swiper-container .swiper-button-prev{
  left: 0;
}
.index .brand .content .swiper-container .swiper-button-next i, .index .brand .content .swiper-container .swiper-button-prev i{
  color: #fff;
  font-size: 14px;
} 
.index .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
}
.index .title h5 {
  font-size: 24px;
  color: #333333;
}
.index .title .lookmore a {
  display: block;
}
.index .title .lookmore a:hover span {
  color: #da1a12;
}
.index .title .lookmore a span {
  font-size: 16px;
  color: #333333;
}
.index .title .lookmore a img {
  position: relative;
  top: -5px;
}
.index .title .item_nav ul li {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #333333;
  float: left;
  margin-left: 28px;
  padding-bottom: 13px;
  margin-top: 13px;
  cursor: pointer;
}
.index .title .item_nav ul li:hover,
.index .title .item_nav ul li.active {
  color: #da1a12;
  border-bottom: 2px solid #da1a12;
}
.index .title .item_nav ul li:hover a,
.index .title .item_nav ul li.active a {
  color: #da1a12;
}
.index .title .item_nav ul li a {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.index .item1 .content .list .big {
  float: left;
  width: 290px;
}
.index .item1 .content .list .big a {
  display: block;
  height: 397px;
  background: #fff;
  transition: all 0.5s linear;
}
.index .item1 .content .list .big a:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.index .item1 .content .list .big a > img {
  display: block;
  width: 100%;
  height: 397px;
}
.index .item1 .content .list .big a .pic img {
  width: 100%;
  height: 290px;
}
.index .item1 .content .list .big a .word {
  text-align: center;
  padding: 0 30px;
}
.index .item1 .content .list .big a .word h5,
.index .item1 .content .list .big a .word h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item1 .content .list .big a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.index .item1 .content .list .big a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.index .item1 .content .list .big a .word .line {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin: 10px 0;
}
.index .item1 .content .list .big a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.index .item1 .content .list .pro_list {
  float: right;
  width: 901.5px;
}
.index .item1 .content .list .pro_list ul {
  display: none;
}
.index .item1 .content .list .pro_list ul:first-child {
  display: block;
}
.index .item1 .content .list .pro_list ul li {
  padding: 0 6.5px;
}
.index .item1 .content .list .pro_list ul li a {
  display: block;
  height: 397px;
  background: #fff;
  transition: all 0.5s linear;
}
.index .item1 .content .list .pro_list ul li a:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.index .item1 .content .list .pro_list ul li a > img {
  display: block;
  width: 100%;
  height: 397px;
}

.index .item1 .content .list .pro_list ul li a .pic{
  overflow: hidden;
  height: 290px;
  line-height: 290px;
  width: 100%;
}
.index .item1 .content .list .pro_list ul li a .pic img {
  width: 100%;
 
}
.index .item1 .content .list .pro_list ul li a .word {
  text-align: center;
  padding: 0 30px;
}
.index .item1 .content .list .pro_list ul li a .word h5,
.index .item1 .content .list .pro_list ul li a .word h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item1 .content .list .pro_list ul li a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-top: 15px;
}
.index .item1 .content .list .pro_list ul li a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.index .item1 .content .list .pro_list ul li a .word .line {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin: 10px 0;
}
.index .item1 .content .list .pro_list ul li a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.index .small_banner {
  overflow: hidden;
  margin: 20px 0;
}
.index .small_banner .content {
  height: 110px;
  background: url(/statics/images/kmh_img/smallad_bg.png) no-repeat center; 
  text-align: center;
  padding-top: 30px;
}
.index .small_banner .content > div {
  display: inline-block;
  margin: 0 50px;
}
.index .small_banner .content .num {
  text-align: center;
}
.index .small_banner .content .num h5 {
  font-size: 30px;
  line-height: 24px;
  color: #da1a12;
}
.index .small_banner .content .num h6 {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}
.index .small_banner .content .qrcode img {
  width: 51px;
  height: 51px;
  margin-top: -25px;
}
.index .item2 .content .list ul {
  display: none;
  margin: 0 -6px;
}
.index .item2 .content .list ul:first-child {
  display: block;
}
.index .item2 .content .list ul li {
  padding: 0 6px;
}
.index .item2 .content .list ul li a {
  display: block;
}
.index .item2 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item2 .content .list ul li a:hover .word {
  background: #da1a12;
}
.index .item2 .content .list ul li a:hover .word h5,
.index .item2 .content .list ul li a:hover .word h6 {
  color: #fff;
}
.index .item2 .content .list ul li a .pic {
  overflow: hidden;
  height: 182px;
  line-height: 182px;
  width: 100%;
  background: #fff;
}
.index .item2 .content .list ul li a .pic img {
  width: 100%;
  
  transition: all 0.5s linear;
}
.index .item2 .content .list ul li a .word {
  transition: all 0.5s linear;
  height: 54px;
  background: #fff;
  text-align: center;
  padding: 15px 20px 0;
}
.index .item2 .content .list ul li a .word h5,
.index .item2 .content .list ul li a .word h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item2 .content .list ul li a .word h5 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.index .item2 .content .list ul li a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.index .video .content .list ul li a {
  position: relative;
}
.index .video .content .list ul li a .play {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 63px;
  z-index: 5;
}
.index .honor .content .list ul li a .word {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
}
.index .honor .content .list ul li a .word h5 {
  line-height: 60px;
}
.index .news .content .list ul li a .word {
  height: 105px;
  padding-top: 20px;
}
.index .news .content .list ul li a .word h5 {
  margin-bottom: 10px;
}
.index .news .content .list ul li a .word h6 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  max-height: 36px;
  white-space: normal;
}
.index .link {
  padding: 30px 0;
}
.index .link span {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.index .link span img {
  position: relative;
  top: -5px;
}
.index .link a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  padding: 0 10px;
  display: inline-block;
  border-left: 1px solid #dedede;
}
.index .link a:first-of-type {
  border-left: 0 solid #000;
}
.index .link a:hover {
  color: #da1a12;
}
.pro_detail {
  background: #f5f5f5;
  padding-bottom: 80px;
}
.pro_detail .content .item1 {
  margin-bottom: 30px;
  background: #fff;
  padding: 28px;
}
.pro_detail .content .item1 .left {
  float: left;
  width: 370px;
}
.pro_detail .content .item1 .left .slide {
  border: 1px solid #f5f5f5;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 370px;
  height: 360px;
  line-height: 360px;
  text-align: center;
  overflow: hidden;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-prev,
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-next {
  width: 35px;
  height: 70px;
  background: #da1a12;
  text-align: center;
  line-height: 70px;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-prev i,
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-next i {
  font-size: 14px;
  color: #fff;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-prev.swiper-button-disabled,
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-next.swiper-button-disabled {
  background: #999;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.pro_detail .content .item1 .left .slide .swiper-container .swiper-button-next {
  right: 0;
}
.pro_detail .content .item1 .right {
  width: 750px;
  float: left;
  margin-left: 20px;
}
.pro_detail .content .item1 .right h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top: 20px;
}
.pro_detail .content .item1 .right .line {
  height: 1px;
  width: 100%;
  background: #f5f5f5;
  margin: 30px 0;
}
.pro_detail .content .item1 .right p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.pro_detail .content .item1 .right a {
  transition: all 0.5s linear;
  margin: 70px 0 20px;
  display: inline-block;
  width: 145px;
  height: 45px;
  background-color: #333;
  text-align: center;
  line-height: 45px;
}
.pro_detail .content .item1 .right a:hover {
  background: #da1a12;
}
.pro_detail .content .item1 .right a span {
  font-size: 18px;
  color: #f5f5f5;
}
.pro_detail .content .item1 .right a img {
  position: relative;
  top: -3px;
}
.pro_detail .content .item1 .right h6 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.pro_detail .content .item1 .right h6 span {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.pro_detail .content .item2 {
  margin-bottom: 30px;
}
.pro_detail .content .item2 .left {
  width: 390px;
  height: 300px;
  background: #fff;
  float: left;
}
.pro_detail .content .item2 .left .title {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 22px;
}
.pro_detail .content .item2 .left .title h5 {
  font-size: 18px;
  color: #333333;
}
.pro_detail .content .item2 .left ul {
  margin-top: 20px;
}
.pro_detail .content .item2 .left ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_detail .content .item2 .left ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  padding-left: 22px;
}
.pro_detail .content .item2 .left ul li a:hover {
  color: #da1a12;
}
.pro_detail .content .item2 .left ul li a i {
  color: #da1a12;
  font-weight: bold;
  font-size: 18px;
}
.pro_detail .content .item2 .right {
  float: right;
  width: 790px;
  height: 300px;
  background: #fff;
}
.pro_detail .content .item2 .right .title {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 22px;
}
.pro_detail .content .item2 .right .title h5 {
  font-size: 18px;
  color: #333333;
  float: left;
}
.pro_detail .content .item2 .right .title .more {
  float: right;
  font-size: 14px;
  color: #333333;
}
.pro_detail .content .item2 .right .title .more:hover {
  color: #da1a12;
}
.pro_detail .content .item2 .right .list {
  padding: 15px 20px 0;
  overflow: hidden;
}
.pro_detail .content .item2 .right .list ul {
  margin: 0 -5px;
}
.pro_detail .content .item2 .right .list ul li {
  padding: 0 5px;
}
.pro_detail .content .item2 .right .list ul li a {
  position: relative;
  display: block;
}
.pro_detail .content .item2 .right .list ul li a .play {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 63px;
  z-index: 5;
}
.pro_detail .content .item2 .right .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.pro_detail .content .item2 .right .list ul li a .pic {
  overflow: hidden;
  height: 150px;
  line-height: 150px;
  width: 100%;
}
.pro_detail .content .item2 .right .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.pro_detail .content .item2 .right .list ul li a .word {
  transition: all 0.5s linear;
  text-align: center;
  padding: 15px 20px 0;
}
.pro_detail .content .item2 .right .list ul li a .word h5,
.pro_detail .content .item2 .right .list ul li a .word h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_detail .content .item2 .right .list ul li a .word h5 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.pro_detail .content .item2 .right .list ul li a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.pro_detail .content .item3 {
  background: #fff;
  margin-bottom: 30px;
}
.pro_detail .content .item3 .title {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 22px;
}
.pro_detail .content .item3 .title h5 {
  font-size: 18px;
  color: #333333;
  float: left;
}
.pro_detail .content .item3 .title .item_nav {
  float: right;
}
.pro_detail .content .item3 .title .item_nav ul li {
  font-size: 14px;
  line-height: 52px;
  color: #333333;
  float: left;
  margin-left: 28px;
  cursor: pointer;
}
.pro_detail .content .item3 .title .item_nav ul li a{
  font-size: 14px;
  color: #333333;
}
.pro_detail .content .item3 .title .item_nav ul li:hover,
.pro_detail .content .item3 .title .item_nav ul li.active {
  color: #da1a12;
  border-bottom: 2px solid #da1a12;
}

.pro_detail .content .item3 .title .item_nav ul li:hover a,
.pro_detail .content .item3 .title .item_nav ul li.active a {
  color: #da1a12;
}



.pro_detail .content .item3 .list ul {
  display: none;
  padding: 20px;
}
.pro_detail .content .item3 .list ul:first-child {
  display: block;
}
.pro_detail .content .item3 .list ul li a {
  display: block;
  height: 397px;
  background: #fff;
  transition: all 0.5s linear;
}
.pro_detail .content .item3 .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.pro_detail .content .item3 .list ul li a:hover .word h5,
.pro_detail .content .item3 .list ul li a:hover .word h6,
.pro_detail .content .item3 .list ul li a:hover .word span {
  color: #da1a12;
}
.pro_detail .content .item3 .list ul li a .pic {
  border: 1px solid #f5f5f5;
  overflow: hidden;
  height: 290px;
  line-height: 290px;
  width: 100%;
}
.pro_detail .content .item3 .list ul li a .pic img {
  width: 100%;
  
  transition: all 0.5s linear;
}
.pro_detail .content .item3 .list ul li a .word {
  text-align: center;
  padding: 0 30px;
}
.pro_detail .content .item3 .list ul li a .word h5,
.pro_detail .content .item3 .list ul li a .word h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_detail .content .item3 .list ul li a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-top: 15PX;
}
.pro_detail .content .item3 .list ul li a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.pro_detail .content .item3 .list ul li a .word .line {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin: 10px 0;
}
.pro_detail .content .item3 .list ul li a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.pro_detail .content .item4 .title .more {
  float: right;
  font-size: 14px;
  color: #333333;
}
.pro_detail .content .item4 .title .more:hover {
  color: #da1a12;
}
.pro_detail .content .item4 .list {
  overflow: hidden;
}
.pro_detail .content .item4 .list ul {
  margin: 0 -7px;
}
.pro_detail .content .item4 .list ul li {
  padding: 0 7px;
  margin-bottom: 20px;
}
.pro_detail .content .item4 .list ul li a {
  height: auto;
}
.pro_detail .content .item4 .list ul li a .pic img {
  height: 175px;
}
.pro_detail .content .item4 .list ul li a .word h5 {
  margin: 15px 0 0;
}
.pro_detail .content .item5 {
  background: #fff;
  padding: 20px;
}
.pro_detail .content .item5 .left {
  width: 375px;
  float: left;
}
.pro_detail .content .item5 .left a {
  display: block;
  position: relative;
  overflow: hidden;
}
.pro_detail .content .item5 .left a .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 45px;
  padding-left: 15px;
  transition: all 0.5s linear;
}
.pro_detail .content .item5 .left a .cover p {
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_detail .content .item5 .left a:hover img {
  transform: scale(1.1);
}
.pro_detail .content .item5 .left a:hover .cover {
  background: #da1a12;
}
.pro_detail .content .item5 .left a{
  display: block;
}
.pro_detail .content .item5 .left a .pic{
  width: 375px;
  height: 375px;
  text-align: center;
  line-height: 375px;
  overflow: hidden;
}
.pro_detail .content .item5 .left a img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.pro_detail .content .item5 .list {
  width: 375px;
  float: left;
  margin-left: 15px;
}
.pro_detail .content .item5 .list h5 {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 18px;
  color: #333333;
}
.pro_detail .content .item5 .list ul {
  margin-top: 10px;
}
.pro_detail .content .item5 .list ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro_detail .content .item5 .list ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.pro_detail .content .item5 .list ul li a:hover {
  color: #da1a12;
}
.pro_detail .content .item5 .list ul li a i {
  color: #da1a12;
  font-weight: bold;
  font-size: 18px;
}
.goodness {
  background: #fff;
}
.goodness .content {
  height: 170px;
  padding-top: 27px;
}
.goodness .content ul li {
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #f5f5f5;
}
.goodness .content ul li:hover .pic img {
  transform: rotate(360deg);
}
.goodness .content ul li:first-child {
  border-left: 0 solid #000;
}
.goodness .content ul li .pic {
  width: 75px;
  height: 75px;
  background-color: #da1a12;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
  margin-bottom: 15px;
}
.goodness .content ul li .pic img {
  transition: all 0.5s linear;
}
.goodness .content ul li p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.footer {
  background: #333;
}
.footer .content {
  padding: 60px 0 80px;
  overflow: hidden;
}
.footer .content ul {
  float: left;
}
.footer .content ul li {
  position: relative;
  float: left;
  padding: 0 60px;
}
.footer .content ul li:first-child {
  padding-left: 0;
}
.footer .content ul li:last-child {
  padding-right: 0;
}
.footer .content ul li:last-child::after {
  display: none;
}
.footer .content ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  height: 206px;
  width: 1px;
  background: #444;
}
.footer .content ul li h5 {
  font-size: 18px;
  line-height: 24px;
  color: #dedede;
  margin-bottom: 15px;
}
.footer .content ul li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #dedede;
}
.footer .content ul li a:hover {
  color: #da1a12;
}
.footer .content .contact {
  float: right;
}
.footer .content .contact .tel {
  float: left;
}
.footer .content .contact .tel h5 {
  font-size: 18px;
  line-height: 24px;
  color: #dedede;
}
.footer .content .contact .tel h6 {
  font-size: 30px;
  color: #da1a12;
}
.footer .content .contact .tel .line {
  width: 100%;
  height: 1px;
  background: #444;
  margin: 10px 0 15px;
}
.footer .content .contact .tel p {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.footer .content .contact .qrcode {
  margin-left: 22px;
  text-align: center;
  float: left;
}
.footer .content .contact .qrcode img {
  width: 120px;
  height: 120px;
}
.footer .content .contact .qrcode p {
  font-size: 14px;
  color: #dedede;
  margin: 10px 0;
}
.beian {
  background: url(/statics/images/kmh_img/beian_bg.jpg) repeat-y center;
  background-size: 100% 100%;
}
.beian .content {
  height: 69px;
  border-top: 1px solid #444;
  line-height: 69px;
}
.beian .content a {
  font-size: 14px;
  color: #dedede;
}
.beian .content a:last-child {
  float: right;
}


.side_nav {
  transition: all .5s ease;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -146px;
  color: #fff;
  z-index: 99;
}
.side_nav.active {
  transition: all .5s ease;
  right: 5px;
}
.side_nav.active ul .qr_code a {
  height: 200px;
}
.side_nav ul .gotop {
  background: #da1a12 url(/statics/images/kmh_img/side_bg.png) no-repeat 0 0px;
  border-radius: 3px;
  transition: all .5s ease;
  display: block;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #fff;
  text-indent: 55px;
  width: 200px;
  cursor: pointer;
}
.side_nav ul .phone {
  background: #da1a12 url(/statics/images/kmh_img/side_bg.png) no-repeat 0 -57px;
}
.side_nav ul .qq {
  background: #da1a12 url(/statics/images/kmh_img/side_bg.png) no-repeat 0 -113px;
}
.side_nav ul .qr_code {
  background: #da1a12 url(/statics/images/kmh_img/side_bg.png) no-repeat 0 -169px;
}
.side_nav ul li {
  margin-bottom: 3px;
  overflow: hidden;
}
.side_nav ul li a {
  border-radius: 3px;
  transition: all .5s ease;
  display: block;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #fff;
  text-indent: 55px;
  width: 200px;
  letter-spacing: 0;
}
.side_nav ul li a img {
  padding: 0 29px 25px 29px;
}