/* top */

.header {
  background-color: #fff;
}
.intro {
  height: 530px;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.intro-box{height: 100%;}
.intro-box .intro-det {
  position: relative;
  height: 100%;
}

.intro-det img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.intro-info {
  position: absolute;
  bottom: 10%;
  /* width: 80%; */
  left: 8%;
  background: rgb(22 74 150 / 90%);
}

.info-tit {
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  padding: 15px 30px;
}

.intro-info ul li {
  display: inline-block;
  padding: 0 60px;
  width: 180px;
  border-right: 1px solid rgba(218, 218, 218, 0.8);
  text-align: center;
}

.intro-info ul li:last-child {
  border-right: none;
}

.intro-info ul li p {
  font-size: 44px;
  font-family: Impact;
  color: #fff;
  line-height: 44px;
}

.intro-info ul li p span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 28px;
  margin-left: 5px;
}

.intro-info ul li > span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
/* 事业部介绍 */

.division {
  width: 82%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.divis-l {
  width: 50%;
}

.divis-l .divis-l-det {
  margin-top: 15%;
  padding-right: 5%;
  background: url("../images//intro-bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  box-sizing: border-box;
}

.divis-tit {
  font-size: 34px;
  color: #010101;
}

.divis-tit span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.line {
  display: block;
  margin-top: 20px;
  width: 21px;
  height: 4px;
  background: #004ea2;
}

.divis-cont {
  font-size: 16px;
  color: #969696;
  line-height: 36px;
  margin-top: 20px;
}

.divis-cont dl {
  margin-top: 10px;
  line-height: 28px;
  font-size: 16px;
}
.divis-cont dl dt {
  list-style-type: disc;
}
.research .divis-tit {
  color: #ffffff;
}

.research .line {
  background: #ffffff;
}

.research .divis-cont {
  color: #ffffff;
}

.divis-r {
  width: 50%;
  max-height: 530px;
  overflow: hidden;
}

.divis-r img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
/* 产品应用 */

.item-box {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
  width: 82%;
  margin: 0 auto;
}

.item-box .item-box-l {
  width: 50%;
  background-color: #154996;
}

.item-box .item-box-l .item-box-l-det {
  padding: 0 8% 0 15%;
}

.item-box-l-det .l-det-tit {
  font-size: 34px;
  color: #fff;
  margin-top: 10%;
  margin-bottom: 40px;
  line-height: 34px;
}

.item-box-l-det .l-det-cont {
  font-size: 16px;
  color: #fff;
  line-height: 42px;
}

.l-det-tit span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}

.item-box-l-det .more {
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

.item-box .item-box-r {
  width: 50%;
  overflow: hidden;
}

.item-box .item-box-r img {
  display: block;
  width: 100%;
}

.item-box .item-box-r:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}
/* 交付产能 */

#jfcn .title h3 {
  font-size: 30px;
  font-weight: 400;
}

.jfcn-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.jfcn-nav .active {
  background: #eba50f;
  color: #f7f7f7;
}

.jfcn-nav div {
  width: 203px;
  height: 51px;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeee;
  line-height: 51px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #010101;
  margin-right: 5px;
}

.jfcn-nav div:hover {
  background: #eba50f;
  color: #f7f7f7;
}

.jfcn-content {
  background-color: #fff;
  width: 82%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.jfcn-left {
  width: 50%;
}

.jfcn-left img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.jfcn-right {
  width: 50%;
  padding: 0 3%;
  box-sizing: border-box;
  float: right;
}

.jfcn-right h4 {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #212121;
  margin: 70px 0 20px;
}

.jfcn-right p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 34px;
  margin-bottom: 80px;
}
/* 技术保障 */
.sadvantage2 .title h3,
#jsbz .title h3 {
  font-size: 34px !important;
  font-weight: 400;
}

.research {
  position: relative;
  margin-top: 30px;
}

.research .swiper-container-research {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.research .swiper-container-research .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.swiper-container-research .swiper-slide .res-img {
  width: 100%;
}

.swiper-container-research .swiper-slide .res-img img {
  width: 100%;
}

.research .res-det {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/bj.png") no-repeat center center/cover;
  z-index: 999;
}

.research .res-det .divis-l-det {
  margin-top: 15%;
  box-sizing: border-box;
  width: 80%;
  padding-left: 15%;
}

.swiper-container-research .swiper-button-next::after,
.swiper-container-research .swiper-button-prev::after {
  content: "";
}

.swiper-container-research .swiper-button-next::before {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #b5b5b5;
  position: absolute;
  top: calc(50% - 14px);
  left: -1px;
  z-index: 999;
}

.swiper-container-research .swiper-button-prev {
  background: #fff url("../images/left.png") no-repeat;
  background-position: center;
  width: 88px;
  height: 83px;
  top: auto;
  left: calc(50% - 88px);
  bottom: 0;
  z-index: 1000;
}

.swiper-container-research .swiper-button-next {
  background: #fff url("../images/right.png") no-repeat;
  background-position: center;
  width: 88px;
  height: 83px;
  top: auto;
  bottom: 0;
  left: 50%;
  z-index: 1000;
}

.swiper-container-research .swiper-button-next.swiper-button-disabled,
.swiper-container-research .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
/* 合作品牌 */

#hzpp .title h3 {
  font-size: 30px;
  font-weight: 400;
}

.content * {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}

.evcharger-advantage .title h3 {
  margin: 0 0 30px;
  font-size: 40px;
  text-align: center;
}

.evcharger-advantage .title h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  opacity: 0.6;
}

.jsbztx {
  padding: 70px 0 80px;
  background: url("../images/lcy-img-bg.jpg") no-repeat center/cover;
}
.intr-tit {
  font-size: 34px;
  color: #fff;
  line-height: 84px;
  text-align: center;
}
.intr-tit i {
  display: inline-block;
}
.intr-tit i img {
  display: block;
  margin-top: -30px;
}
.intr-subtit {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  width: 1080px;
  margin: 0 auto;
}
.w-1600 {
  width: 82%;
  margin: 0 auto;
}
.jsbztx ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.jsbztx ul li {
  width: 18%;
  border: 1px solid #fff;
  background-color: #fff;
}
.jsbztx ul li .jsbz-img {
  width: 100%;
  overflow: hidden;
}
.jsbztx ul li .jsbz-img img {
  width: 100%;
  display: block;
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
}
.jsbztx ul li:hover .jsbz-img img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.jsbztx ul li .in-t {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
  color: #154996;
}
.jsbztx ul li .in-cont {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  width: 80%;
  margin: 0 auto 15px;
  text-align: center;
}
.hzkh-img {
  width: 82%;
  margin: 60px auto 100px;
}
.hzkh-img img {
  width: 100%;
}

.brand-logo {
  padding: 50px 0;
  background: #f7f7f7;
}

.brand-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto 0;
}

.brand-box li {
  display: block;
  width: 16%;
  margin-bottom: 0.5%;
  background-color: #fff;
  overflow: hidden;
}

.brand-box li img {
  display: block;
  width: 100%;
}

.brand-box li:hover {
  box-shadow: 3px 2px 11px 2px #dedede;
}

.brand-box li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* * * * * * * * * * * * * 品质保障体系 * * * * * * * * * * * * * * * * */

.pzbztx {
  padding: 40px 0 80px;
}
.pzbztx ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.pzbztx ul li {
  width: 19%;
  overflow: hidden;
}
.pzbztx ul li .pzbz-img {
  width: 100%;
  overflow: hidden;
}
.pzbztx ul li .pzbz-img img {
  width: 100%;
  display: block;
}
.pzbztx .pzbz-det {
  background-color: #f7f7f7;
  padding: 20px 0 40px;
  position: relative;
  z-index: 9;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.pzbz-det .pzbz-num {
  font-size: 34px;
  font-weight: bold;
  color: #154996;
  text-align: center;
}
.pzbz-det .pzbz-t {
  font-size: 18px;
  font-weight: bold;
  color: #154996;
  text-align: center;
}
.pzbz-det .pzbz-cont {
  font-size: 14px;
  color: #444;
  line-height: 24px;
  width: 80%;
  height: 96px;
  margin: 10px auto 0;
  text-align: center;
}

.pzbztx ul li:hover .pzbz-det {
  padding: 40px 0 60px;
  margin-top: -40px;
  background: #154996;
}
.pzbztx ul li:hover .pzbz-num,
.pzbztx ul li:hover .pzbz-t,
.pzbztx ul li:hover .pzbz-cont {
  color: #fff;
}

/* 联系我们 */

.left {
  float: left;
}

.right {
  float: right;
}

.content-our {
  width: 75%;
  margin: auto;
}

.Contact-our-team {
  overflow: hidden;
}

.Contact-our-team .left {
  width: 45%;
}

.Contact-our-team .left .title-style h5 {
  color: #999;
  font-size: 16px;
  margin: 0;
}

.Contact-our-team .left .title-style h2 {
  margin: 0px 0 20px 0;
  font-size: 36px;
}

.Contact-our-team .left .title-style .line {
  width: 90px;
  margin: 35px 0 45px;
}

.Contact-our-team .left .text {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  padding: 20px 0;
  overflow: hidden;
}

.Contact-our-team .left .item2 {
  border-top: 1px solid #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  padding: 30px 0 20px 0;
  overflow: hidden;
}

.Contact-our-team .left .item2 li {
  width: 50%;
  float: left;
  list-style: none;
}

.Contact-our-team .left .item2 h3 {
  font-size: 14px;
  margin: 0;
  color: #999999;
  font-weight: normal;
}

.Contact-our-team .left .item2 h4 {
  font-size: 16px;
  margin: 5px 0;
  color: #1a1a1a;
  font-weight: normal;
}

.Contact-our-team .left .annotation {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  padding: 20px 0;
  overflow: hidden;
}

.Contact-our-team .right {
  width: 48%;
}

.content-form {
  overflow: hidden;
}

.content-form li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0;
}

.content-form li .input2 {
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 10px 20px;
  width: 50%;
  height: 60px;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
}

.content-form li .input2:first-child {
  margin-right: 1%;
  width: 49%;
}

.content-form li .textarea1 {
  width: 100%;
  height: 130px;
  font-size: 14px;
  border: 1px solid #ededed;
  background: #f5f5f7;
  padding: 20px 20px;
  box-sizing: border-box;
}

.content-form li .submit1 {
  background: #004ea2;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 58px;
  cursor: pointer;
}

.content-form li .submit1:hover {
  background: #0064cf;
}

#container {
  width: 100%;
  height: 500px;
}
.scnl {
  margin: 0 auto;
  /* width: 80%; */
}
.scnl .hzkh-pc {
  display: block;
  margin: 0 auto;
  width: 82%;
}

@media screen and (max-width: 1300px) {
  /* 冷冲压模具事业部 */
  .info-tit {
    font-size: 35px;
    padding-left: 100px;
    margin-bottom: 60px;
  }
  .intro-info ul li {
    padding: 0 55px;
    width: 140px;
  }
  .intro-info ul li p {
    font-size: 30px;
    font-family: Impact;
    color: #fff;
    line-height: 44px;
  }
  .intro-info ul li p span {
    font-size: 12px;
    line-height: 28px;
    margin-left: 5px;
  }
  .intro-info ul li > span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 961px) {
  /* 冷冲压模具事业部 */
  .info-tit {
    font-size: 30px;
    padding-left: 60px;
    margin-bottom: 40px;
  }
  .intro-info ul li {
    padding: 0 20px;
    width: 120px;
  }
  .intro-info ul li p {
    font-size: 20px;
    line-height: 40px;
  }
  .intro-info ul li p span {
    font-size: 12px;
    line-height: 28px;
  }
  .intro-info ul li > span {
    font-size: 12px;
    margin-top: 5px;
  }
  /* 事业部 */
  .divis-l,
  .divis-r {
    width: 100%;
  }
  /* 技术保障 */
  .research .res-det {
    width: 100%;
    height: 100%;
    position: static;
    padding: 30px 0;
    padding-left: 0;
  }
  .research .res-det .divis-l-det {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
  .swiper-container-research .swiper-button-prev {
    width: 60px;
    height: 55px;
    left: calc(50% - 55px);
  }
  .swiper-container-research .swiper-button-next {
    width: 60px;
    height: 55px;
  }
  #jsbz .title h3 {
    font-size: 24px;
  }
  #jsbz .title h4 {
    font-size: 22px;
  }
  /* 产品应用 */
  .item-box {
    display: block;
    margin-top: 40px;
  }
  .item-box .item-box-l {
    width: 100%;
    padding: 30px 0;
  }
  .item-box .item-box-l .item-box-l-det {
    padding: 0 8%;
  }
  .item-box-l-det .l-det-tit {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 24px;
  }
  .item-box-l-det .l-det-cont {
    font-size: 16px;
    line-height: 42px;
  }
  .item-box-l-det .more {
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
  }
  .item-box .item-box-r {
    width: 100%;
    overflow: hidden;
  }
  .item-box .item-box-r img {
    display: block;
    width: 100%;
  }
  /* 交付功能 */
  .jfcn-nav div {
    width: 150px;
    height: 51px;
    text-align: center;
    cursor: pointer;
    background-color: #eeeeee;
    line-height: 51px;
    font-size: 14px;
  }
  .jfcn-left,
  .jfcn-right {
    width: 100%;
  }
  .jfcn-right h4 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    margin: 50px 0;
  }
  .jfcn-right p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    margin-bottom: 50px;
  }
  /* 联系我们 */
  .Contact-our-team .left,
  .Contact-our-team .right {
    width: 100%;
    overflow: hidden;
  }
  /* 合作品牌 */
  .content .title h3 {
    font-size: 22px;
  }
  .content .title h4 {
    font-size: 20px;
  }
  .brand-box li {
    width: 25%;
  }
  /* 联系我们 */
  .Contact-our-team .left .title-style h2 {
    margin: 0px 0 20px 0;
    font-size: 22px;
  }
  .Contact-our-team .left .title-style .line {
    width: 70px;
    margin: 25px 0 25px;
  }
}

@media screen and (max-width: 600px) {
  /* 冷冲压模具事业部 */
  .intro-info {
    top: 25%;
  }
  .info-tit {
    font-size: 26px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .intro-info ul li {
    padding: 0 12px;
    width: 80px;
  }
  .intro-info ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .intro-info ul li p span {
    font-size: 12px;
    line-height: 24px;
  }
  .intro-info ul li > span {
    font-size: 12px;
    margin-top: 0;
  }
  /* 技术保障 */
  .swiper-container-research .swiper-button-prev {
    width: 50px;
    height: 45px;
    left: calc(50% - 45px);
  }
  .swiper-container-research .swiper-button-next {
    width: 50px;
    height: 45px;
  }
}

.my-map {
  margin: 0 auto;
  width: 800px;
  height: 640px;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png)
    no-repeat;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.hzkh-m{display: none;}
@media screen and (max-width: 1700px){
	.w-1600{width: 82%;}
	.pzbztx ul{flex-wrap: wrap;}
}
@media screen and (max-width: 1500px) {
	.jfcn-right h4{margin: 30px 0;}
	.jfcn-right p{margin-bottom: 50px;}
	.w-1600{width: 1260px;}
	.jsbztx ul li{width: 19%;}
	.intr-subtit{width: 1000px;}
}
@media screen and (max-width: 1300px) {
	.w-1600{width: 95%;}
	.jfcn-right p{margin-bottom: 20px;line-height: 28px;}
	.divis-l .divis-l-det{margin-top: 5%;}
	.intro{margin-top: 50px;height: 360px;}
	.jsbztx ul{flex-wrap: wrap;justify-content: left;}
	.jsbztx ul li{width: 32%;margin-right: 1.2%;margin-bottom: 1.2%;}
	.jsbztx ul li:nth-of-type(3n){margin-right: 0;}
	.pzbztx ul{justify-content: left;}
	.pzbztx ul li{width: 32%;margin-bottom: 1.2%;margin-right: 1.2%;}
	.pzbztx ul li:nth-of-type(3n){margin-right: 0;}
	.intr-subtit{width: 90%;}
}

@media screen and (max-width: 800px) {
	.brand-logo{padding: 10px 0;}
	.sadvantage2 .title h3, #jsbz .title h3{font-size: 20px !important;}
	.intr-subtit{line-height: 24px;}
	.hzkh-pc{display: none !important;}
	.hzkh-m{display: block;}
	.pzbztx{padding: 30px 0;}
	.intr-tit{font-size: 28px;line-height: 60px;}
	.intro{height: 260px;}
	.jsbztx{padding: 30px 0;}
	.jfcn-right{padding: 15px;box-sizing: border-box;}
	.intro-info{top: 30%;}
	.intro-info ul{display: none;}
	.jsbztx ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;box-sizing: border-box;}
	.jsbztx ul li:nth-of-type(3n){margin-right: 2%;}
	.jsbztx ul li:nth-of-type(2n){margin-right: 0;}
	.pzbztx ul{justify-content: left;}
	.pzbztx ul li{width: 49%;margin-bottom: 2%;margin-right: 2%;box-sizing: border-box;}
	.pzbztx ul li:nth-of-type(3n){margin-right: 2%;}
	.pzbztx ul li:nth-of-type(2n){margin-right: 0;}
	.hzkh-img{width: 95%;margin: 30px 0;}
	.item-box{margin: 0;padding-top: 10px;width: 100%;}
	.jfcn-content{width: 95%;}
	.jsbztx ul{margin-top: 20px;}
	.research .swiper-container-research .swiper-slide{flex-wrap: wrap;}
	.swiper-container-research .swiper-slide .res-img{width: 100% !important;}
	.swiper-container-research .swiper-slide .res-img img{display: block;}
	.res-det{width: 100% !important;}
	.divis-cont{line-height: 30px;font-size: 14px;}
	.research .swiper-button-next,.research  .swiper-button-prev{display: none;}
	.scnl img{width: 100%;}
}
@media screen and (max-width: 600px) {
	/* .info-tit{color: #fff;} */
	.intro-info{top: 35%;}
	.intro{height: 160px;}
	.division{margin-top: 0;}
	.divis-cont{line-height: 30px;}
	.item-box-l-det .l-det-tit{margin-bottom: 10px;}
	.jfcn-right h4{margin-top: 0;}
	.pzbztx ul li{width: 100%;margin: 0 0 20px;}
	.jsbztx ul li{width: 100%;margin: 0 0 20px;}
	.pzbztx ul li:nth-of-type(3n),.jsbztx ul li:nth-of-type(3n){margin-right: 0;}
	.pzbztx .pzbz-det{padding: 20px 0;}
	.pzbz-det .pzbz-cont{height: auto;}
}