/* ===================================================================
 *  ||  FileName      :  康定红
 *  ||  Description   :  公共的样式文件
 *  ||  Author        :  LIUMENGLIN
 *  ||  date          :  2019/03/06
 * ==================================================================*/
/*----------------------
* Reset
* ---------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
body {
  background: #fff;
  color: #333333;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
  position: relative;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a:link,
a:visited {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
audio,
canvas,
video {
  display: inline-block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/*----------------------
* 首页样式
* ---------------------*/
header .kdh_nav {
  z-index: 2;
  background: #202020;
  opacity: 0.9;
  height: 86px;
  border-bottom: 2px solid #b60033;
  position: absolute;
  width: 100%;
}
header .kdh_nav .kdh_nav_container {
  width: 1200px;
  margin: 0 auto;
}
header .kdh_nav .kdh_nav_container span {
  float: left;
  margin-top: 12px;
}
header .kdh_nav .kdh_nav_container ul {
  float: left;
  margin-left: 40px;
}
header .kdh_nav .kdh_nav_container ul .active {
  background: #b60033;
}
header .kdh_nav .kdh_nav_container ul .on {
  background-color: #b60033;
}
header .kdh_nav .kdh_nav_container ul .active3 {
  background: #b60033;
}
header .kdh_nav .kdh_nav_container ul li {
  float: left;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
header .kdh_nav .kdh_nav_container ul li a {
  color: #fff;
  text-align: center;
  width: 148px;
  height: 64px;
  display: block;
  padding-top: 22px;
}
header .kdh_nav .kdh_nav_container ul li a p {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 100;
}
header .kdh_nav .kdh_nav_container .nav_btn {
  display: none;
}
header .kdh_nav .kdh_nav_container span:nth-child(4) {
  width: 220px;
  height: 38px;
  display: block;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  float: right;
  margin-top: 22px;
}
header .kdh_nav .mobile_nav {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .kdh_nav {
    background: #202020;
    opacity: 0.9;
    height: 86px;
    border-bottom: 2px solid #b60033;
  }
  header .kdh_nav .kdh_nav_container {
    width: 100%;
    margin: 0 auto;
  }
  header .kdh_nav .kdh_nav_container span {
    float: left;
    margin-top: 12px;
    margin-left: 40px;
  }
  header .kdh_nav .kdh_nav_container ul {
    float: right;
    margin-left: 96px;
  }
  header .kdh_nav .kdh_nav_container ul .active {
    background: #b60033;
  }
  header .kdh_nav .kdh_nav_container ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
  }
  header .kdh_nav .kdh_nav_container ul li a {
    color: #fff;
    text-align: center;
    width: 148px;
    height: 64px;
    display: block;
    padding-top: 22px;
  }
  header .kdh_nav .kdh_nav_container ul li a p {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 100;
  }
  header .kdh_nav .kdh_nav_container .nav_btn {
    display: none;
  }
  header .kdh_nav .kdh_nav_container span:nth-child(4) {
    width: 250px;
    height: 38px;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    float: right;
    margin-top: 22px;
    display: none;
  }
  header .kdh_nav .mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header .kdh_nav {
    position: relative;
    background: #202020;
    opacity: 1;
    height: 60px;
    border-bottom: 2px solid #b60033;
  }
  header .kdh_nav .kdh_nav_container {
    width: 100%;
    margin: 0 auto;
  }
  header .kdh_nav .kdh_nav_container span {
    float: left;
    margin-top: 6px;
  }
  header .kdh_nav .kdh_nav_container span img {
    width: 76%;
    height: auto;
  }
  header .kdh_nav .kdh_nav_container ul {
    float: right;
    margin-left: 96px;
    display: none;
  }
  header .kdh_nav .kdh_nav_container ul .active {
    background: #b60033;
  }
  header .kdh_nav .kdh_nav_container ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
  }
  header .kdh_nav .kdh_nav_container ul li a {
    color: #fff;
    text-align: center;
    width: 148px;
    height: 64px;
    display: block;
    padding-top: 22px;
  }
  header .kdh_nav .kdh_nav_container ul li a p {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 100;
  }
  header .kdh_nav .kdh_nav_container .nav_btn {
    display: block;
    float: right;
    margin: 10px 18px ;
  }
  header .kdh_nav .kdh_nav_container .nav_btn span {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    display: block;
    background: #b60033;
    float: none;
    margin-top: 10px;
  }
  header .kdh_nav .kdh_nav_container span:nth-child(4) {
    width: 250px;
    height: 38px;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    float: right;
    margin-top: 22px;
    display: none;
  }
  header .kdh_nav .mobile_nav {
    display: none;
    text-align: center;
    background: #b60033;
  }
  header .kdh_nav .mobile_nav a {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    display: block;
    border-bottom: 1px solid #fff;
  }
  header .kdh_nav .show {
    display: block;
  }
}
header .kdh_banner {
  margin-bottom: -4px;
}
header .kdh_banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
header .kdh_banner .swiper-container .swiper-wrapper .swiper-slide .b {
  display: block;
}
header .kdh_banner .swiper-container .swiper-wrapper .swiper-slide .s {
  display: none;
  width: auto;
  height: 300px;
}
@media screen and (max-width: 768px) {
  header .kdh_banner .swiper-container .swiper-wrapper .swiper-slide .b {
    display: none;
  }
  header .kdh_banner .swiper-container .swiper-wrapper .swiper-slide .s {
    display: block;
    width: auto;
    height: 300px;
  }
}
main .kdh_advantage {
  background: url("../images/home/home_bg.jpg");
}
main .kdh_advantage ul {
  width: 1200px;
  margin: 0 auto;
}
main .kdh_advantage ul li {
  float: left;
  width: 400px;
  height: 300px;
  background: #171717;
  text-align: center;
}
main .kdh_advantage ul li span {
  padding-top: 48px;
  display: block;
}
main .kdh_advantage ul li h3 {
  color: #dcc5aa;
  font-size: 20px;
  padding-top: 30px;
}
main .kdh_advantage ul li p {
  color: #999999;
  font-size: 14px;
  padding: 12px 20px 0;
}
main .kdh_advantage ul li:nth-child(2) {
  float: left;
  width: 400px;
  height: 300px;
  background: #202020;
  text-align: center;
}
main .kdh_advantage ul li:nth-child(2) span {
  padding-top: 48px;
  display: block;
}
main .kdh_advantage ul li:nth-child(2) h3 {
  color: #dcc5aa;
  font-size: 20px;
  padding-top: 30px;
}
main .kdh_advantage ul li:nth-child(2) p {
  color: #999999;
  font-size: 14px;
  padding: 12px 20px 0;
}
@media screen and (max-width: 1200px) {
  main .kdh_advantage ul {
    width: 100%;
    margin: 0 auto;
  }
  main .kdh_advantage ul li {
    float: left;
    width: 35%;
    height: 300px;
    background: #171717;
    text-align: center;
  }
  main .kdh_advantage ul li span {
    padding-top: 48px;
    display: block;
  }
  main .kdh_advantage ul li h3 {
    color: #dcc5aa;
    font-size: 20px;
    padding-top: 30px;
  }
  main .kdh_advantage ul li p {
    color: #999999;
    font-size: 14px;
    padding: 24px 20px 0;
  }
  main .kdh_advantage ul li:nth-child(2) {
    float: left;
    width: 29.6%;
    height: 300px;
    background: #202020;
    text-align: center;
  }
  main .kdh_advantage ul li:nth-child(2) span {
    padding-top: 48px;
    display: block;
  }
  main .kdh_advantage ul li:nth-child(2) h3 {
    color: #dcc5aa;
    font-size: 20px;
    padding-top: 30px;
  }
  main .kdh_advantage ul li:nth-child(2) p {
    color: #999999;
    font-size: 14px;
    padding: 24px 20px 0;
  }
}
@media screen and (max-width: 998px) {
  main .kdh_advantage ul {
    width: 100%;
    margin: 0 auto;
  }
  main .kdh_advantage ul li {
    float: left;
    width: 100%;
    height: 300px;
    background: #171717;
    text-align: center;
  }
  main .kdh_advantage ul li span {
    padding-top: 48px;
    display: block;
  }
  main .kdh_advantage ul li h3 {
    color: #dcc5aa;
    font-size: 20px;
    padding-top: 30px;
  }
  main .kdh_advantage ul li p {
    color: #999999;
    font-size: 14px;
    padding: 10px 20px 0;
  }
  main .kdh_advantage ul li:nth-child(2) {
    float: left;
    width: 100%;
    height: 300px;
    background: #202020;
    text-align: center;
  }
  main .kdh_advantage ul li:nth-child(2) span {
    padding-top: 48px;
    display: block;
  }
  main .kdh_advantage ul li:nth-child(2) h3 {
    color: #dcc5aa;
    font-size: 20px;
    padding-top: 30px;
  }
  main .kdh_advantage ul li:nth-child(2) p {
    color: #999999;
    font-size: 14px;
    padding: 10px 20px 0;
  }
}
footer .kdh_footer {
  background: #b60033;
}
footer .kdh_footer .kdh_footer_container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
footer .kdh_footer .kdh_footer_container h3 {
  font-size: 20px;
  color: #fff;
  float: left;
}
footer .kdh_footer .kdh_footer_container h3 p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
footer .kdh_footer .kdh_footer_container span {
  float: right;
  margin-right: 40px;
}
footer .kdh_footer .kdh_footer_container .weixin_pic {
  position: absolute;
  right: -40px;
  top: 94px;
  display: none;
}
footer .kdh_footer .kdh_footer_container .weixin_pic img {
  width: 128px;
  height: 134px;
}
footer .kdh_footer .kdh_footer_container .show {
  display: block;
}
@media screen and (max-width: 1200px) {
  footer .kdh_footer .kdh_footer_container {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer .kdh_footer .kdh_footer_container h3 {
    margin-left: 16%;
    font-size: 20px;
    color: #fff;
    float: left;
  }
  footer .kdh_footer .kdh_footer_container h3 p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
  }
  footer .kdh_footer .kdh_footer_container span {
    float: right;
    margin-right: 40px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .kdh_footer .kdh_footer_container {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer .kdh_footer .kdh_footer_container h3 {
    margin: 0 20px;
    font-size: 20px;
    color: #fff;
    float: left;
  }
  footer .kdh_footer .kdh_footer_container h3 img {
    width: 100%;
    height: auto;
  }
  footer .kdh_footer .kdh_footer_container h3 p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
  }
  footer .kdh_footer .kdh_footer_container span {
    float: right;
    margin-right: 40px;
    display: none;
  }
}
footer .kdh_footer02 {
  background: #171717;
}
footer .kdh_footer02 .kdh_footer02_box {
  width: 582px;
  margin: 0 auto;
}
footer .kdh_footer02 .kdh_footer02_box p {
  font-size: 14px;
  color: #999999;
  float: left;
  line-height: 46px;
}
footer .kdh_footer02 .kdh_footer02_box p img {
  position: relative;
  top: 8px;
  margin-left: 66px;
}
@media screen and (max-width: 768px) {
  footer .kdh_footer02 .kdh_footer02_box {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .kdh_footer02 .kdh_footer02_box p {
    font-size: 14px;
    color: #999999;
    float: left;
    line-height: 24px;
    margin: 10px 20px 0 ;
  }
  footer .kdh_footer02 .kdh_footer02_box span {
    float: left;
    margin: 0px 0 0 10px;
  }
  footer .kdh_footer02 .kdh_footer02_box p:nth-child(3) {
    float: left;
    margin: 0 auto;
  }
}
/*----------------------
* 公司简介
* ---------------------*/
header .kdh_nav02 {
  background: #b60033;
  opacity: 0.9;
  height: 86px;
  width: 100%;
}
header .kdh_nav02 .kdh_nav_container {
  width: 1200px;
  margin: 0 auto;
}
header .kdh_nav02 .kdh_nav_container span {
  float: left;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other {
  float: left;
  margin-left: 96px;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other li {
  height: 86px;
  float: left;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other li a {
  color: #fff;
  text-align: center;
  width: 148px;
  height: 56px;
  display: block;
  padding-top: 22px;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other li a p {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 100;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other .active2 {
  height: 86px;
  background: #fff;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other .active2 a {
  color: #b60033;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other .active4 {
  height: 86px;
  background: #fff;
}
header .kdh_nav02 .kdh_nav_container .kdh_nav_ul_other .active4 a {
  color: #b60033;
}
header .kdh_nav02 .kdh_nav_container .nav_btn {
  display: none;
}
header .kdh_nav02 .kdh_nav_container span:nth-child(4) {
  width: 250px;
  height: 38px;
  display: block;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  float: right;
  margin-top: 22px;
}
header .kdh_nav02 .mobile_nav {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .kdh_nav02 {
    background: #b60033;
    opacity: 0.9;
    height: 86px;
    border-bottom: 2px solid #b60033;
  }
  header .kdh_nav02 .kdh_nav_container {
    width: 100%;
    margin: 0 auto;
  }
  header .kdh_nav02 .kdh_nav_container span {
    float: left;
    margin-left: 40px;
  }
  header .kdh_nav02 .kdh_nav_container ul {
    float: right;
    margin-left: 96px;
  }
  header .kdh_nav02 .kdh_nav_container ul .active {
    background: #b60033;
  }
  header .kdh_nav02 .kdh_nav_container ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
  }
  header .kdh_nav02 .kdh_nav_container ul li a {
    color: #fff;
    text-align: center;
    width: 148px;
    height: 64px;
    display: block;
    padding-top: 22px;
  }
  header .kdh_nav02 .kdh_nav_container ul li a p {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 100;
  }
  header .kdh_nav02 .kdh_nav_container .nav_btn {
    display: none;
  }
  header .kdh_nav02 .kdh_nav_container span:nth-child(4) {
    width: 250px;
    height: 38px;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    float: right;
    margin-top: 22px;
    display: none;
  }
  header .kdh_nav02 .mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header .kdh_nav02 {
    position: relative;
    background: #b60033;
    opacity: 1;
    height: 60px;
    border-bottom: 2px solid #b60033;
  }
  header .kdh_nav02 .kdh_nav_container {
    width: 100%;
    margin: 0 auto;
  }
  header .kdh_nav02 .kdh_nav_container span {
    float: left;
    margin-top: 0px;
  }
  header .kdh_nav02 .kdh_nav_container span img {
    width: 75%;
  }
  header .kdh_nav02 .kdh_nav_container ul {
    float: right;
    margin-left: 96px;
    display: none;
  }
  header .kdh_nav02 .kdh_nav_container ul .active {
    background: #b60033;
  }
  header .kdh_nav02 .kdh_nav_container ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
  }
  header .kdh_nav02 .kdh_nav_container ul li a {
    color: #fff;
    text-align: center;
    width: 148px;
    height: 64px;
    display: block;
    padding-top: 22px;
  }
  header .kdh_nav02 .kdh_nav_container ul li a p {
    font-size: 14px;
    margin-top: 6px;
    font-weight: 100;
  }
  header .kdh_nav02 .kdh_nav_container .nav_btn {
    display: block;
    float: right;
    margin: 10px 18px;
  }
  header .kdh_nav02 .kdh_nav_container .nav_btn span {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    display: block;
    background: #fff;
    float: none;
    margin-top: 10px;
  }
  header .kdh_nav02 .kdh_nav_container span:nth-child(4) {
    width: 250px;
    height: 38px;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    float: right;
    margin-top: 22px;
    display: none;
  }
  header .kdh_nav02 .mobile_nav {
    display: none;
    text-align: center;
    background: #b60033;
  }
  header .kdh_nav02 .mobile_nav a {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    display: block;
    border-bottom: 1px solid #fff;
  }
  header .kdh_nav02 .show {
    display: block;
    position: relative;
    z-index: 1;
  }
}
main .kdh_introduce .container .kdh_introduce_left {
  float: left;
  width: 620px;
  height: 302px;
  background: #f4f7f9;
  margin-top: 40px;
  padding: 20px 20px 20px 0;
}
main .kdh_introduce .container .kdh_introduce_left h3 {
  border-left: 4px solid #b60033;
  display: block;
  color: #b60033;
  font-size: 22px;
  padding-left: 20px;
}
main .kdh_introduce .container .kdh_introduce_left h3 p {
  float: right;
  font-style: italic;
  font-size: 16px;
  color: #a5a5a5;
  margin-right: 62%;
  margin-top: 0;
  padding-top: 4px;
  padding-left: 0;
}
main .kdh_introduce .container .kdh_introduce_left .zx-con {
  height: 100%;
  overflow: auto;
}
main .kdh_introduce .container .kdh_introduce_left p {
  margin-top: 20px;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
  color: #4b4b4b;
}
main .kdh_introduce .container .kdh_introduce_right {
  float: right;
  margin-top: 40px;
}
main .kdh_introduce .container .kdh_introduce_right img {
  width: 530px;
  height: 302px;
}
main .kdh_introduce .m-video {
  width: 1200px;
  height: 150px;
  margin: 30px auto;
  position: relative;
}
main .kdh_introduce .m-video a {
  position: absolute;
  top: 30%;
  left: 46%;
}
main .kdh_introduce .introduce_qualification {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
main .kdh_introduce .introduce_qualification h1 {
  font-size: 20px;
  font-weight: 900;
  color: #4b4b4b;
  margin-bottom: 30px;
}
main .kdh_introduce .introduce_qualification .swiper-container02 {
  overflow: hidden;
  margin-bottom: 40px;
}
main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 250px;
  line-height: 250px;
  font-size: 0;
}
main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-button-next {
  background: url("../images/introduce/btn_right.png") no-repeat;
  right: -60px;
  top: 180px;
}
main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-button-prev {
  background: url("../images/introduce/btn_left.png") no-repeat;
  left: -44px;
  top: 180px;
}
@media screen and (max-width: 1200px) {
  main .kdh_introduce .container {
    width: 96%;
  }
  main .kdh_introduce .container .kdh_introduce_left {
    float: left;
    width: 100%;
    height: 262px;
    background: #f4f7f9;
    padding: 20px 20px 20px 0;
  }
  main .kdh_introduce .container .kdh_introduce_left h3 {
    border-left: 4px solid #b60033;
    display: block;
    color: #b60033;
    font-size: 22px;
    padding-left: 20px;
  }
  main .kdh_introduce .container .kdh_introduce_left h3 p {
    float: right;
    font-style: italic;
    font-size: 16px;
    color: #a5a5a5;
    margin-right: 62%;
    margin-top: 0;
    padding-top: 4px;
    padding-left: 0;
  }
  main .kdh_introduce .container .kdh_introduce_left p {
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    line-height: 24px;
    color: #4b4b4b;
  }
  main .kdh_introduce .container .kdh_introduce_right {
    display: none;
    float: right;
    margin-top: 40px;
  }
  main .kdh_introduce .m-video {
    width: 100%;
    height: 150px;
    margin: 30px auto;
    position: relative;
    background: url("../images/introduce/play_bg.jpg");
  }
  main .kdh_introduce .m-video a {
    position: absolute;
    top: 30%;
    left: 46%;
  }
  main .kdh_introduce .introduce_qualification {
    position: relative;
    width: 84%;
    margin: 0 auto;
  }
  main .kdh_introduce .introduce_qualification h1 {
    margin-left: 40px;
    font-size: 20px;
    font-weight: 900;
    color: #4b4b4b;
    margin-bottom: 30px;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 {
    overflow: hidden;
    margin-bottom: 40px;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-button-next {
    background: url("../images/introduce/btn_right.png") no-repeat;
    right: -60px;
    top: 180px;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-button-prev {
    background: url("../images/introduce/btn_left.png") no-repeat;
    left: -44px;
    top: 180px;
  }
}
@media screen and (max-width: 992px) {
  main .kdh_introduce .container {
    width: 96%;
  }
  main .kdh_introduce .container .kdh_introduce_left {
    margin-top: 20px;
    float: left;
    width: 100%;
    height: auto;
    background: #f4f7f9;
    padding: 20px 20px 20px 0;
  }
  main .kdh_introduce .container .kdh_introduce_left h3 {
    border-left: 4px solid #b60033;
    display: block;
    color: #b60033;
    font-size: 22px;
    padding-left: 20px;
  }
  main .kdh_introduce .container .kdh_introduce_left h3 p {
    float: right;
    font-style: italic;
    font-size: 16px;
    color: #a5a5a5;
    margin-right: 28%;
    margin-top: 0;
    padding-top: 4px;
    padding-left: 0;
  }
  main .kdh_introduce .container .kdh_introduce_left p {
    margin-top: 20px;
    font-size: 14px;
    padding-left: 20px;
    line-height: 24px;
    color: #4b4b4b;
  }
  main .kdh_introduce .container .kdh_introduce_right {
    display: none;
    float: right;
    margin-top: 40px;
  }
  main .kdh_introduce .m-video {
    width: 100%;
    height: 150px;
    margin: 30px auto;
    position: relative;
    background: url("../images/introduce/play_bg.jpg");
  }
  main .kdh_introduce .m-video a {
    position: absolute;
    top: 30%;
    left: 46%;
  }
  main .kdh_introduce .introduce_qualification {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  main .kdh_introduce .introduce_qualification h1 {
    margin-left: 0px;
    font-size: 20px;
    font-weight: 900;
    color: #4b4b4b;
    margin-bottom: 30px;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 {
    overflow: hidden;
    margin-bottom: 40px;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-wrapper .swiper-slide {
    width: 50%!important;
    margin: 0px!important;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-button-next {
    background: url("../images/introduce/btn_right.png") no-repeat;
    right: -60px;
    top: 180px;
    display: none;
  }
  main .kdh_introduce .introduce_qualification .swiper-container02 .swiper-button-prev {
    background: url("../images/introduce/btn_left.png") no-repeat;
    left: -44px;
    top: 180px;
    display: none;
  }
}
.tanchuang {
  display: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
}
.tanchuang img {
  display: none;
}
.tanchuang .pic_big {
  display: block;
  width: 24%;
  height: auto;
  margin: 80px auto;
}
.tanchuang .btn_close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30%;
  top: 12%;
  cursor: pointer;
}
.tanchuang_show {
  display: flex;
  align-items: center;
}
/*----------------------
* 产品中心
* ---------------------*/
@media screen and (max-width: 1200px) {
  main .container {
    width: 100%;
  }
}
main .container .kdh_product_tit {
  margin-top: 40px;
  width: 1200px;
  height: 46px;
  background: #efefef;
}
main .container .kdh_product_tit h3 {
  font-size: 22px;
  line-height: 46px;
  border-left: 3px solid #b60033;
  font-weight: 900;
  padding-left: 16px;
  display: inline;
}
main .container .kdh_product_tit p:nth-child(2) {
  font-size: 16px;
  color: #c0c0c0;
  font-style: italic;
  display: inline;
}
main .container .kdh_product_tit p:nth-child(3) {
  font-size: 14px;
  color: #4b4b4b;
  display: inline;
  margin-left: 68%;
}
@media screen and (max-width: 1200px) {
  main .container .kdh_product_tit {
    margin-top: 40px;
    width: 100%;
    height: 46px;
    background: #efefef;
  }
  main .container .kdh_product_tit h3 {
    font-size: 22px;
    line-height: 46px;
    border-left: 3px solid #b60033;
    font-weight: 900;
    padding-left: 16px;
    display: inline;
  }
  main .container .kdh_product_tit p:nth-child(2) {
    font-size: 16px;
    color: #c0c0c0;
    font-style: italic;
    display: inline;
  }
  main .container .kdh_product_tit p:nth-child(3) {
    font-size: 14px;
    color: #4b4b4b;
    display: inline;
    margin-left: 65%;
  }
}
@media screen and (max-width: 768px) {
  main .container .kdh_product_tit {
    margin-top: 0px;
    width: 100%;
    height: 46px;
    background: #efefef;
  }
  main .container .kdh_product_tit h3 {
    font-size: 22px;
    line-height: 46px;
    border-left: 3px solid #b60033;
    font-weight: 900;
    padding-left: 16px;
    display: inline;
  }
  main .container .kdh_product_tit p:nth-child(2) {
    font-size: 16px;
    color: #c0c0c0;
    font-style: italic;
    display: inline;
  }
  main .container .kdh_product_tit p:nth-child(3) {
    font-size: 14px;
    color: #4b4b4b;
    display: none;
    margin-left: 65%;
  }
}
main .container .kdh_product_list {
  margin-top: 40px;
  width: 1200px;
  margin-bottom: 40px;
}
main .container .kdh_product_list ul li {
  width: 380px;
  height: 370px;
  float: left;
  margin: 30px 10px;
}
main .container .kdh_product_list ul li a div:nth-child(1) {
  transition: 0.5s;
  position: absolute;
  width: 380px;
  height: 370px;
  background: #b60033;
  padding: 24px;
  opacity: 0;
}
main .container .kdh_product_list ul li a div:nth-child(1) span {
  border: 2px solid #fff;
  display: block;
  width: 322px;
  height: 322px;
  padding: 20px;
}
main .container .kdh_product_list ul li a div {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  width: 380px;
  height: 370px;
  padding: 46px;
}
main .container .kdh_product_list ul li a div p:nth-child(1) {
  margin-top: 144px;
  font-size: 50px;
  color: #ffffff;
}
main .container .kdh_product_list ul li a div p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  width: 282px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
main .container .kdh_product_list ul li a span {
  width: 380px;
  height: 370px;
  overflow: hidden;
  display: block;
}
main .container .kdh_product_list ul li a span img {
  width: 100%;
  height: auto;
}
main .container .kdh_product_list ul li a:hover div:nth-child(1) {
  position: absolute;
  width: 380px;
  height: 370px;
  background: #b60033;
  padding: 24px;
  opacity: .8;
}
main .container .kdh_product_list ul li a:hover div:nth-child(1) span {
  border: 2px solid #fff;
  display: block;
  width: 322px;
  height: 322px;
  padding: 20px;
}
main .container .kdh_product_list ul li a:hover div {
  opacity: 1;
  position: absolute;
  width: 380px;
  height: 370px;
  padding: 46px;
}
main .container .kdh_product_list ul li a:hover div p:nth-child(1) {
  margin-top: 144px;
  font-size: 50px;
  color: #ffffff;
}
main .container .kdh_product_list ul li a:hover div p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  width: 282px;
}
main .container .kdh_product_list ul li a:nth-child(2) {
  font-size: 16px;
  color: #4b4b4b;
  margin-top: 10px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  main .container .kdh_product_list {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
  }
  main .container .kdh_product_list ul li {
    width: 47%;
    height: auto;
    float: left;
    margin: 30px 10px;
  }
  main .container .kdh_product_list ul li a div:nth-child(1) {
    transition: 0.5s;
    position: absolute;
    width: 380px;
    height: 370px;
    background: #b60033;
    padding: 24px;
    opacity: 0;
  }
  main .container .kdh_product_list ul li a div:nth-child(1) span {
    border: 2px solid #fff;
    display: block;
    width: 322px;
    height: 322px;
    padding: 20px;
  }
  main .container .kdh_product_list ul li a div {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 380px;
    height: 370px;
    padding: 46px;
  }
  main .container .kdh_product_list ul li a div p:nth-child(1) {
    margin-top: 144px;
    font-size: 50px;
    color: #ffffff;
  }
  main .container .kdh_product_list ul li a div p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 282px;
  }
  main .container .kdh_product_list ul li a span {
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: block;
  }
  main .container .kdh_product_list ul li a span img {
    width: 100%;
    height: auto;
  }
  main .container .kdh_product_list ul li a:hover div:nth-child(1) {
    position: absolute;
    width: 47%;
    height: 448px;
    background: #b60033;
    padding: 24px;
    opacity: .8;
  }
  main .container .kdh_product_list ul li a:hover div:nth-child(1) span {
    border: 2px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  main .container .kdh_product_list ul li a:hover div {
    opacity: 1;
    position: absolute;
    width: 47%;
    height: 448px;
    padding: 46px;
  }
  main .container .kdh_product_list ul li a:hover div p:nth-child(1) {
    margin-top: 144px;
    font-size: 50px;
    color: #ffffff;
  }
  main .container .kdh_product_list ul li a:hover div p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 282px;
  }
  main .container .kdh_product_list ul li a:nth-child(2) {
    font-size: 16px;
    color: #4b4b4b;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main .container .kdh_product_list {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  main .container .kdh_product_list ul li {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
    padding: 0 20px;
  }
  main .container .kdh_product_list ul li a div:nth-child(1) {
    display: none;
    transition: 0.5s;
    position: absolute;
    width: 380px;
    height: 370px;
    background: #b60033;
    padding: 24px;
    opacity: 0;
  }
  main .container .kdh_product_list ul li a div:nth-child(1) span {
    border: 2px solid #fff;
    display: block;
    width: 322px;
    height: 322px;
    padding: 20px;
  }
  main .container .kdh_product_list ul li a div {
    display: none;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 380px;
    height: 370px;
    padding: 46px;
  }
  main .container .kdh_product_list ul li a div p:nth-child(1) {
    margin-top: 144px;
    font-size: 50px;
    color: #ffffff;
  }
  main .container .kdh_product_list ul li a div p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 282px;
  }
  main .container .kdh_product_list ul li a span {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
  }
  main .container .kdh_product_list ul li a span img {
    width: 100%;
    height: auto;
  }
  main .container .kdh_product_list ul li a:hover div:nth-child(1) {
    position: absolute;
    width: 47%;
    height: 172px;
    background: #b60033;
    padding: 24px;
    opacity: .8;
  }
  main .container .kdh_product_list ul li a:hover div:nth-child(1) span {
    border: 2px solid #fff;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  main .container .kdh_product_list ul li a:hover div {
    opacity: 1;
    position: absolute;
    width: 47%;
    height: 448px;
    padding: 46px;
  }
  main .container .kdh_product_list ul li a:hover div p:nth-child(1) {
    margin-top: 144px;
    font-size: 50px;
    color: #ffffff;
  }
  main .container .kdh_product_list ul li a:hover div p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 282px;
  }
  main .container .kdh_product_list ul li a:nth-child(2) {
    font-size: 16px;
    color: #4b4b4b;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
main .container .page {
  margin-top: 40px;
  text-align: center;
}
main .container .page ul {
  display: inline-block;
}
main .container .page ul li {
  float: left;
  background: #f5f7fa;
  margin-right: 4px;
  border-radius: 3px;
}
main .container .page ul li a {
  display: block;
  padding: 5px 10px;
  color: #838383;
}
main .container .page ul li:hover {
  background: #b60033;
}
main .container .page ul li:hover a {
  color: #fff;
}
main .container .page ul .page_active {
  background: #b60033;
}
main .container .page ul .page_active a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .container .page {
    margin-top: 40px;
    text-align: center;
  }
  main .container .page ul {
    display: inline-block;
  }
  main .container .page ul li {
    float: left;
    background: #f5f7fa;
    margin-right: 4px;
    border-radius: 3px;
  }
  main .container .page ul li a {
    display: block;
    padding: 5px 10px;
    color: #838383;
  }
  main .container .page ul li:nth-child(6) {
    display: none;
  }
  main .container .page ul li:nth-child(7) {
    display: none;
  }
  main .container .page ul li:hover {
    background: #b60033;
  }
  main .container .page ul li:hover a {
    color: #fff;
  }
}
/*----------------------
* 产品详情页
* ---------------------*/
main .kdh_product .container .kdh_product_information .product_top .product_pic {
  float: left;
  margin-top: 40px;
  width: 380px;
  height: 370px;
}
main .kdh_product .container .kdh_product_information .product_top .product_text {
  float: right;
  margin-top: 40px;
  width: 730px;
  height: 400px;
}
main .kdh_product .container .kdh_product_information .product_top .product_text h1 {
  font-size: 22px;
  color: #4b4b4b;
  line-height: 50px;
}
main .kdh_product .container .kdh_product_information .product_top .product_text span {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  display: block;
}
main .kdh_product .container .kdh_product_information .product_top .product_text p {
  font-size: 15px;
  color: #4b4b4b;
  line-height: 30px;
}
main .kdh_product .container .kdh_product_information .product_top .product_text p:nth-child(3) {
  margin-top: 40px;
}
main .kdh_product .container .kdh_product_information .product_top .product_text p:last-child {
  margin-top: 30px;
}
main .kdh_product .container .kdh_product_information .product_bottom {
  margin-top: 50px;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_tit {
  font-size: 20px;
  font-weight: 900;
  border-bottom: 2px solid #e5e5e5;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_tit span {
  height: 2px;
  width: 78px;
  border-top: 2px solid #b60033;
  position: absolute;
  display: block;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_box {
  margin-top: 30px;
}
main .kdh_product .container .kdh_product_information .product_bottom .share {
  margin: 54px 0;
}
main .kdh_product .container .kdh_product_information .product_bottom .share ul {
  width: 270px;
  margin: 0 auto;
}
main .kdh_product .container .kdh_product_information .product_bottom .share ul li {
  float: left;
  margin-right: 20px;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_control {
  border-top: 1px solid #e8eef3;
  border-bottom: 1px solid #e8eef3;
  margin-bottom: 60px;
  text-align: center;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_control a {
  line-height: 68px;
  color: #4b4b4b;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(1) {
  float: left;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(2) {
  float: none;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(2) img {
  position: relative;
  top: 2px;
  right: 4px;
}
main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(3) {
  float: right;
}
@media screen and (max-width: 1200px) {
  main .kdh_product .container .kdh_product_information .product_top .product_pic {
    float: left;
    margin-top: 40px;
    margin-left: 20px;
    width: 40%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_pic img {
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text {
    float: right;
    margin-top: 40px;
    margin-right: 20px;
    width: 55%;
    height: 400px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text h1 {
    font-size: 22px;
    color: #4b4b4b;
    line-height: 50px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text span {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    display: block;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text p {
    font-size: 15px;
    color: #4b4b4b;
    line-height: 30px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text p:nth-child(3) {
    margin-top: 40px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text p:last-child {
    margin-top: 30px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom {
    margin-top: 50px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_tit {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 2px solid #e5e5e5;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_tit span {
    height: 2px;
    width: 78px;
    border-top: 2px solid #b60033;
    position: absolute;
    display: block;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_box {
    margin-top: 30px;
    width: 100%;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_box img {
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .share {
    margin: 54px 0;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .share ul {
    width: 300px;
    margin: 0 auto;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .share ul li {
    float: left;
    margin-right: 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control {
    border-top: 1px solid #e8eef3;
    border-bottom: 1px solid #e8eef3;
    margin-bottom: 60px;
    text-align: center;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a {
    line-height: 68px;
    color: #4b4b4b;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(1) {
    float: left;
    padding-left: 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(2) {
    float: none;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(2) img {
    position: relative;
    top: 2px;
    right: 4px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(3) {
    float: right;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .kdh_product .container .kdh_product_information .product_top .product_pic {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px;
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_pic img {
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    padding: 20px;
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text h1 {
    font-size: 22px;
    color: #4b4b4b;
    line-height: 50px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text span {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    display: block;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text p {
    font-size: 15px;
    color: #4b4b4b;
    line-height: 30px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text p:nth-child(3) {
    margin-top: 40px;
  }
  main .kdh_product .container .kdh_product_information .product_top .product_text p:last-child {
    margin-top: 30px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom {
    margin-top: 50px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_tit {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 2px solid #e5e5e5;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_tit span {
    height: 2px;
    width: 78px;
    border-top: 2px solid #b60033;
    position: absolute;
    display: block;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_box {
    margin-top: 30px;
    width: 100%;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_bottom_box img {
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .share {
    margin: 54px 0;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .share ul {
    width: 300px;
    margin: 0 auto;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .share ul li {
    float: left;
    margin-right: 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control {
    border-top: 1px solid #e8eef3;
    border-bottom: 1px solid #e8eef3;
    margin-bottom: 60px;
    text-align: center;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a {
    line-height: 68px;
    color: #4b4b4b;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(1) {
    float: left;
    padding-left: 20px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(2) {
    float: none;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(2) img {
    position: relative;
    top: 2px;
    right: 4px;
  }
  main .kdh_product .container .kdh_product_information .product_bottom .product_control a:nth-child(3) {
    float: right;
    padding-right: 20px;
  }
}
/*----------------------
* 招商加盟
* ---------------------*/
main .kdh_product .container .kdh_join img {
  margin-bottom: 30px;
}
main .kdh_product .container .kdh_join p:nth-child(odd) {
  font-size: 18px;
  font-weight: 900;
}
main .kdh_product .container .kdh_join p:nth-child(even) {
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0;
}
main .kdh_product .container .kdh_join p:nth-child(1) {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 24px;
  margin: 30px 0;
  font-weight: normal;
}
main .kdh_product .container from {
  width: 1200px;
  height: 100px;
  background: #61565c;
  display: block;
  padding-top: 26px;
  margin: 40px 0;
}
main .kdh_product .container from p {
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  color: #ffffff;
}
main .kdh_product .container from input {
  width: 190px;
  height: 40px;
  border-radius: 3px;
  border: none;
  padding-left: 10px;
}
main .kdh_product .container from div {
  display: inline-block;
  position: relative;
  top: 10px;
}
main .kdh_product .container from .submit {
  width: 126px;
  height: 40px;
  display: inline-block;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  color: #b60033;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  main .kdh_product .container .kdh_join img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_join p:nth-child(odd) {
    font-size: 18px;
    font-weight: 900;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_join p:nth-child(even) {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_join p:nth-child(1) {
    padding: 0 20px;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 24px;
    margin: 30px 0;
    font-weight: normal;
  }
  main .kdh_product .container from {
    width: 100%;
    height: 100px;
    background: #61565c;
    display: block;
    padding-top: 26px;
    margin: 40px 0;
  }
  main .kdh_product .container from p {
    display: none;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
  }
  main .kdh_product .container from input {
    width: 170px;
    height: 40px;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
  }
  main .kdh_product .container from input:nth-child(2) {
    margin-left: 20px;
  }
  main .kdh_product .container from div {
    display: inline-block;
    position: relative;
    top: 10px;
  }
  main .kdh_product .container from buttom {
    width: 126px;
    height: 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    color: #b60033;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  main .kdh_product .container .kdh_join img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_join p:nth-child(odd) {
    font-size: 18px;
    font-weight: 900;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_join p:nth-child(even) {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_join p:nth-child(1) {
    padding: 0 20px;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 24px;
    margin: 30px 0;
    font-weight: normal;
  }
  main .kdh_product .container from {
    width: 100%;
    height: 100px;
    background: #61565c;
    display: block;
    padding-top: 26px;
    margin: 40px 0;
  }
  main .kdh_product .container from p {
    display: none;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
  }
  main .kdh_product .container from input {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
  }
  main .kdh_product .container from input:nth-child(2) {
    margin-left: 20px;
  }
  main .kdh_product .container from div {
    display: inline-block;
    position: relative;
    top: 10px;
  }
  main .kdh_product .container from buttom {
    width: 126px;
    height: 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    color: #b60033;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  main .kdh_product .container .kdh_join img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  main .kdh_product .container .kdh_join p:nth-child(odd) {
    font-size: 18px;
    font-weight: 900;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_join p:nth-child(even) {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0;
    padding: 0 20px;
  }
  main .kdh_product .container .kdh_join p:nth-child(1) {
    padding: 0 20px;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 24px;
    margin: 30px 0;
    font-weight: normal;
  }
  main .kdh_product .container from {
    width: 100%;
    height: auto;
    background: #61565c;
    display: block;
    padding-top: 26px;
    padding-bottom: 26px;
    margin: 40px 0;
  }
  main .kdh_product .container from p {
    display: none;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
  }
  main .kdh_product .container from input {
    width: 29%;
    height: 40px;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
  }
  main .kdh_product .container from input:nth-child(2) {
    margin-left: 20px;
  }
  main .kdh_product .container from input:nth-child(5) {
    margin-left: 20px;
  }
  main .kdh_product .container from div {
    display: inline-block;
    position: relative;
    top: 10px;
  }
  main .kdh_product .container from buttom {
    width: 29%;
    height: 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    color: #b60033;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-left: 16px;
  }
}
/*----------------------
* 联系我们
* ---------------------*/
main .contact01 {
  margin: 40px 0 60px 0;
  width: 582px;
  height: auto;
  border: 1px solid #e5e5e5;
}
main .contact01 .text01 {
  margin: 26px;
}
main .contact01 .text01 h3 {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 900;
  margin-bottom: 20px;
}
main .contact01 .text01 p {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 24px;
}
main .contact01 #dituContent {
  width: 582px;
  height: 290px;
}
main .contact02 {
  margin-left: 30px;
  margin-top: 40px;
  width: 582px;
  height: auto;
  border: 1px solid #e5e5e5;
}
main .contact02 .text01 {
  margin: 26px;
}
main .contact02 .text01 h3 {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 900;
  margin-bottom: 20px;
}
main .contact02 .text01 p {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 24px;
}
main .contact02 #dituContent2 {
  width: 582px;
  height: 290px;
}
@media screen and (max-width: 1200px) {
  main .contact01 {
    margin: 40px 0 60px 20px;
    width: 46%;
    height: auto;
    border: 1px solid #e5e5e5;
  }
  main .contact01 .text01 {
    margin: 26px;
  }
  main .contact01 .text01 h3 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main .contact01 .text01 p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
  }
  main .contact01 #dituContent {
    width: 100%;
    height: 290px;
  }
  main .contact02 {
    margin-left: 30px;
    margin-top: 40px;
    width: 46%;
    height: auto;
    border: 1px solid #e5e5e5;
  }
  main .contact02 .text01 {
    margin: 26px;
  }
  main .contact02 .text01 h3 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main .contact02 .text01 p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
  }
  main .contact02 #dituContent2 {
    width: 100%;
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  main .contact01 {
    margin: 20px 20px 0px 20px;
    width: 90%;
    height: auto;
    border: 1px solid #e5e5e5;
  }
  main .contact01 .text01 {
    margin: 26px;
  }
  main .contact01 .text01 h3 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main .contact01 .text01 p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
  }
  main .contact01 #dituContent {
    width: 100%;
    height: 290px;
  }
  main .contact02 {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: auto;
    border: 1px solid #e5e5e5;
  }
  main .contact02 .text01 {
    margin: 26px;
  }
  main .contact02 .text01 h3 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main .contact02 .text01 p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
  }
  main .contact02 #dituContent2 {
    width: 100%;
    height: 290px;
  }
}
/*# sourceMappingURL=main.css.map */