* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
body {
  background: #f6f6f6;
}
.clear {
  clear: both;
}
img {
  border: 0;
}
.main {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.head {
  text-align: center;
  background: #fff;
  padding: 20px 0;
}
.head h1 {
  text-align: center;
  color: #ff196f;
}
.nav {
  width: 100%;
  height: 60px;
  background: #ff196f;
}
.nav li {
  width: 16.5%;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  float: left;
  list-style: none;
}
.nav li a {
  display: block;
  color: #fff;
}
.banner {
  width: 100%;
  height: 400px;
  background: url(../images/banner.jpg) no-repeat center;
  margin: 0 auto;
}
.box1 {
  margin: 20px 0;
  margin-bottom: 80px;
}
.box1 h2 {
  border-bottom: 2px dashed #ff196f;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #ff196f;
}
.box1 .img {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
}
.box1 .img img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.box1 .img p {
  background: #ff196f;
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.box2 {
  margin: 20px 0;
  margin-bottom: 80px;
}
.box2 h2 {
  border-bottom: 2px dashed #02bc7d;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #02bc7d;
}
.box2 .img {
  display: inline-block;
  width: 200px;
  margin-right: 20px;
}
.box2 .img img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.box2 .img p {
  background: #02bc7d;
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.box3 {
  margin: 20px 0;
  margin-bottom: 80px;
}
.box3 h2 {
  border-bottom: 2px dashed #f5a14a;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #f5a14a;
}
.box3 li {
  border-bottom: 1px solid #f5a14a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}
.box3 .box3_l {
  display: inline-block;
  width: 500px;
  margin-right: 100px;
}
.box3 .box3_r {
  display: inline-block;
  width: 500px;
}
.box4 {
  margin: 20px 0;
  margin-bottom: 80px;
}
.box4 h2 {
  border-bottom: 2px dashed #486afb;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #486afb;
}
.box4 h3 {
  text-align: center;
  margin-bottom: 20px;
}
.box4 form {
  width: 300px;
  margin: 0 auto;
}
.box4 input[type="submit"] {
  width: 160px;
  background: #486afb;
  color: #fff;
  outline: none;
  border: none;
  padding: 5px 0;
}
.kc_box .img {
  width: 300px;
}
.kc_box .img img {
  width: 300px;
  height: 230px;
}
.sd_box .img {
  width: 300px;
}
.sd_box .img img {
  width: 300px;
  height: 230px;
}
.sd_box .qp_img {
  width: 200px;
}
.sd_box .qp_img img {
  width: 200px;
  height: 250px;
}
.sd_box .sc_img {
  width: 220px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.sd_box .sc_img img {
  width: 218px;
  height: 220px;
}
.sd_box .sc_img p {
  background: none;
  color: #666;
  text-align: left;
  padding: 0 5px;
  font-size: 14px;
  font-weight: normal;
}
.zp_box li {
  margin-top: 20px;
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.zp_box .qp_img {
  width: 200px;
  margin-top: 20px;
}
.zp_box .qp_img img {
  width: 200px;
  height: 250px;
}
.foot {
  margin-top: 50px;
  background: #ff196f;
  padding: 20px;
}
.hx_box .box3_r {
  vertical-align: top;
}
.hx_btn {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: 20px;
  background: #f5a14a;
  font-size: 28px;
  color: #fff;
  vertical-align: top;
}
