/*联系我们样式*/
.main {
  padding: 20px 10px;
}
.main .title {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #df1b25;
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.main .title .line_box {
  width: calc(15%);
  height: 20px;
}
.main .title .line_box .line {
  width: 100%;
  height: 1px;
  background: #df1b25;
}
.main .title .text {
  width: 70px;
}
.main .attr_box {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.main .attr_box .img_box {
  width: 50px;
  text-align: left;
}
.main .attr_box .img {
  width: 40px;
  height: 40px;
}
.main .attr_box .img.img_1 {
  background-image: url(../images/contact_icon_1.png);
}
.main .attr_box .img.img_2 {
  background-image: url(../images/contact_icon_2.png);
}
.main .attr_box .img.img_3 {
  background-image: url(../images/contact_icon_3.png);
}
.main .attr_box .text {
  text-align: left;
  line-height: 18px;
  font-size: 14px;
  color: #000;
}
.main .attr_box .text a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.main .attr_box .text a:link {
  color: #000;
  text-decoration: none;
}
.main .attr_box .text a:visited {
  color: #000;
  text-decoration: none;
}
.main .attr_box .text a:hover {
  color: #000;
  text-decoration: none;
}
.main .attr_box .text a:active {
  color: #000;
  text-decoration: none;
}
/* 新修改 */
.main .attr_box .img {
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #0070c0;
  border-radius: 100%;
  text-align: center;
  line-height: 1.7rem;
}
.main .attr_box .img i {
  color: #0070c0;
  font-size: 20px;
  font-weight: 800;
}
