
/* 内容 */
.kd-section-box{
  position: relative;
  min-height: 600px;
  color: #222;
}
.kd-banner img{
  width: 100%;
  min-height: 400px;
}

.kd-index .section .content{
  max-width: 1640px;
  min-width: 1260px;
  margin: 0 auto;
}
.kd-index .section .title{
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 0 1.5px #000;
}
.section1{
  background-color: #f4f4f4;
  /* background-image: url(../img/logo_4.png);
  background-repeat: no-repeat;
  background-position: left bottom 20px;
  background-size: 54.58%; */
  position: relative;
}
/* .section1:before{
  content: '';
  width: 600px;
  height: 73px;
  position: absolute;
  right: 25px;
  top: 60px;
  background: url(../img/logo_4.png) no-repeat 0 0; 
  background: url(../img/logo_cn.png) no-repeat 0 0;
  background-size: 100%;
  width: 400px;
  height: 115px;
  opacity: 0.1;
} */
.section1 .content{
  padding: 70px 20px 20px;
}
.section1 .company{
  margin: 75px 0 50px;
  /* text-align: center; */
}
.section1 .company li{
  width: 28.5%;
  text-align: left;
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
}
.section1 .company li p{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2.5px solid #034BFF;
}
.section1 .company li p img{
  height: 35px;
  float: right;
  position: relative;
  right: 10px;
  bottom: 13px;
}
.section1 .map{
  position: relative;
}
.section1 .map .map_bg{
  width: 100%;
  min-height: 500px;
}
.section1 .map .address{
  position: absolute;
  width: 520px;
  height: 127px;
  background: #034BFF;
  left: 50%;
  bottom: 37.61%;
  margin-left: -260px;
  border-radius: 10px;
  color: #fff;
  padding: 10px 0 0 12px;
}
.section1 .address:after{
  content: '';
  border-width: 10px 10px 0 10px;
  border-color: #034BFF transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
}
/* .section1 .address img{
  width: 139px;
  height: 106px;
  margin-right: 17px;
} */
.section1 .address .imgBg{
  display: inline-block;
  width: 139px;
  height: 106px;
  margin-right: 17px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 106px;
}
.section1 .address .imgBg img{
  width: 90%;
}
.section1 .address .text{
  font-size: 17px;
}
.section1 .address .text p{
  font-size: 31px;
  line-height: 31px;
  margin: 17px 0;
}
.section1 .base{
  height: 267px;
  margin-top: 86px;
}
.section1 .base li{
  width: 22.5%;
  height: 100%;
  background: #bf1876;
  border-radius: 10px;
  float: left;
  margin-left: 3.32%;
  color: #fff;
  padding: 0 0 0 1.7%;
  font-size: 21px;
  line-height: 29px;
}
.section1 .base li:nth-child(1){
  margin-left: 0;
}
.section1 .base li p{
  font-size: 25px;
  margin: 12% 0;
}

.section2 .email{
  font-size: 20px;
  line-height: 35px;
  margin: 35px 0 70px;
}
.section2 .classification{
  margin: 100px 0 105px;
  height: 547px;
}
.section2 .classification li{
  width: 30.18%;
  border-radius: 18px;
  box-shadow: 0 0 15px #000;
  margin: 0 4.57% 47px 0;
  float: left;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section2 .classification li img{
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.section2 .classification li p{
  font-size: 32px;
  line-height: 32px;
  text-shadow: 0 0 15px #000;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -16px;
}
.section2 .classification li:hover img{
  scale: 1.1;
}
.section2 .classification li:nth-child(3),
.section2 .classification li:nth-child(6){margin-right: 0;}

/* 媒体查询 */
@media screen and (max-width: 1750px){
  .section1 .company li{
    font-size: 19px;
    line-height: 19px;
  }
  .section1 .base li{
    font-size: 19px;
  }
  .section1 .base li p{
    font-size: 23px;
  }
}
@media screen and (max-width: 1600px){
  .kd-index .section1{
    background-position: left bottom 30px;
  }
  .section1 .company li{
    font-size: 17px;
    line-height: 17px;
  }
  .section1 .base li{
    font-size: 16px;
  }
  .section1 .base li p{
    font-size: 21px;
  }
  .section1 .company li p img{
    height: 28px;
  }
  .section2 .classification li{
    font-size: 25px;
  }
}
