.content_index2 {
  margin-top: 20px;
  min-height:600px;
}

.box1 {
  width: 300px;
  height: 500px;
  box-sizing: border-box;
  background-image: linear-gradient(to top, rgba(0, 112, 192, 0.001), rgba(0, 112, 192, 1));

}

.box1 .bg {
  margin: 0px auto;
  width: 235px;
  height: 200px;
  background: url('../img/zt_bg.png') no-repeat;
  background-size: 130% 110%;
  border: 1px solid transparent;
  font-size: 15px;
}
.contact {
  margin-top: 110px;
  width: 240px;
}

.contact_title {
  text-align: center;
  line-height: 40px;
  color: #1F7DC0;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ccc;
  background: url('../img/titlebg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;

}

.contact_content {
  margin-top: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.contact_content-bg {
  height: 60px;
  border: 1px solid #ccc;
  background: url('../img/t01.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact_content li {
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  text-indent: 1em;
}

.box2 {
  width: 700px;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
}

.box2_content_title {
  line-height: 35px;
  font-size: 18px;
  padding: 0px 20px;
}

.box2_content {
  width: 100%;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
}

.content-top {
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  font-size: 18px;
  background-color: #1F7DC0;
  padding: 0px 10px;
}

.ll-ul>li {
  padding: 0px 10px;
  line-height: 40px;
  font-size: 16px;
}
.ll-ul li {
  color: #7AB4DE;
}
.font-16 {
  font-size: 15px;
}
