* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  background: #f2f2f2;
}
a {
  text-decoration: none;
  color: #000;
}
.head {
  width: 100%;
  background: #fff;
}
.head .head_box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.head .head_box img {
  margin-right: 20px;
}
.head .head_box ul {
  display: inline-block;
  margin-left: 100px;
}
.head .head_box ul li {
  width: 80px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
}
.head .head_box ul li a {
  font-size: 18px;
  font-weight: 600;
}
.banner {
  width: 1200px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
}
.box {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}
.box h3 {
  margin-bottom: 20px;
}
.box1 {
  display: inline-block;
  width: 380px;
}
.box2 {
  display: inline-block;
  width: 380px;
}
.box3 {
  display: inline-block;
  width: 380px;
}
.box_text {
  padding-right: 20px;
}
.box_text a {
  display: block;
  line-height: 2;
  border-bottom: 2px dashed #ccc;
}
.box_img {
  width: 1200px;
  height: 300px;
  margin: 0 auto;
  background: #ccc;
  padding: 20px;
}
.box_img img {
  width: 120px;
  margin-top: 20px;
}
.foot {
  width: 100%;
  padding: 20px;
  background: #363a42;
}
.foot .foot_box {
  width: 1200px;
  margin: 0 auto;
}
.foot .foot_text {
  display: inline-block;
  color: #fff;
  margin-left: 30px;
}
.foot .foot_text p {
  font-size: 14px;
  line-height: 1.8;
}
