.set1 .bread {
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  margin: 0 auto;
  background: #DCDFDF;
}
@media (max-width: 768px) {
  .set1 .bread {
    font-size: 12px;
  }
}
.set1 .bread .type-name {
  display: inline-block;
}
.set1 .bread .type-name div {
  font-family: "微软雅黑";
}
.set1 .bread .type-name:nth-child(1) {
  padding-left: 30px;
}
.set1 .bread .type-name a {
  font: 400 14px/24px;
  color: #222222;
  font-family: "微软雅黑";
}
.set1 .bread .type-name:nth-child(2) + .type-name:before {
  content: ">\00a0";
}
.set1 .bread .type-name:nth-child(3) + .type-name:before {
  content: ">\00a0";
}
.set1 .bread .type-name:nth-child(4) + .type-name:before {
  content: ">\00a0";
}
.set1 .bread .type-name:last-child a {
  font: 400 14px/24px;
  color: #ae0d00;
}
.set1 .bread .type-name:hover a {
  font: 400 14px/24px;
  color: #ae0d00;
}
.set1 .content {
  background-color: #ffffff;
}
.set1 .content .ditu {
  text-align: center;
  padding: 70px 50px;
}
.set1 .content .ditu img {
  width: 100%;
}
.set1 .content .list {
  margin: 0;
}
.set1 .content .list .item {
  background-color: #EDEDED;
  border-radius: 30px 0 0 0;
  margin: 5px 0;
}
.set1 .content .list .item .tit {
  padding: 50px 0;
  margin: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #999999;
}
.set1 .content .list .item .tit .l p {
  font-family: '微软雅黑';
  font-size: 20px;
}
.set1 .content .list .item .tit .r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.set1 .content .list .item .des {
  font-size: 18px;
  font-family: '微软雅黑';
  padding: 30px 50px;
}
.set1 .content .list .item:hover {
  background-color: #AE0D00;
}
.set1 .content .list .item:hover .tit {
  border-bottom: 1px dashed #ffffff;
}
.set1 .content .list .item:hover .tit .l {
  color: #fff;
}
.set1 .content .list .item:hover .tit .r {
  border: none;
  background-color: #fff;
}
.set1 .content .list .item:hover .tit .r .tel-s {
  content: url(../img/lianxi/tel-s.png);
}
.set1 .content .list .item:hover .tit .r .add-s {
  content: url(../img/lianxi/add-s.png);
}
.set1 .content .list .item:hover .tit .r .emi-s {
  content: url(../img/lianxi/emi-s.png);
}
.set1 .content .list .item:hover .des {
  color: #fff;
  font-weight: bold;
}
.set1 .content .contact {
  padding-top: 125px;
}
.set1 .content .contact .title {
  text-align: center;
  background: url(../img/lianxi/line.png) no-repeat center;
}
.set1 .content .contact .title p {
  font-size: 36px;
}
.set1 .content .contact .title .eng {
  font-size: 18px;
  font-family: '苹方';
}
.set1 .content .contact form {
  padding: 45px 30px;
  margin: 0;
}
.set1 .content .contact form .ipt .iptle {
  font-size: 18px;
  font-family: '微软雅黑';
}
.set1 .content .contact form .ipt input {
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
  width: 90%;
  height: 69px;
  border: none;
  outline: none;
  margin: 10px 0;
  padding: 0 20px;
  color: #151c1e;
  font-family: '微软雅黑';
  border-radius: 50px;
}
.set1 .content .contact form .ipt textarea {
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.04);
  border: none;
  outline: none;
  background-color: #ffffff;
  padding: 10px 0 0 20px;
  width: 90%;
  color: #151c1e;
}
.set1 .content .contact form .com {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  background-color: #AE0D00;
  height: 62px;
  width: 217px;
  border-radius: 50px;
}
.set1 .content .contact form .com input {
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  background-color: #AE0D00;
  font-family: '微软雅黑';
}
