html {
  background-color: #f6f6f6;
}
.banner {
  min-width: 1193px;
  height: 400px;
  background-image: url(../../images/banner_news.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content {
  width: 1193px;
  min-height: 1074px;
  margin: 0 auto;
  padding: 20px 0;
}
.content .flexBox_l {
  min-width: 134px;
  height: 460px;
}
.content .flexBox_l .flexBox_l_hd {
  padding: 5px;
  border-radius: 5px;
  height: 400px;
  box-sizing: border-box;
  background-color: #fff;
}
.content .flexBox_l .flexBox_l_hd .head {
  height: 50px;
  line-height: 50px;
  background-color: #1380eb;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.content .flexBox_l .flexBox_l_hd .head img {
  vertical-align: middle;
  margin-top: -2.7%;
  margin-right: 5px;
}
.content .flexBox_l li a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #7e7e7e;
  font-size: 15px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.content .flexBox_l li .active {
  color: #1380eb;
}
.content .flexBox_l li:first-child {
  border: none;
}
.content .flexBox_l .flexBox_l_ft {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  color: #7e7e7e;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.content .flexBox_l .flexBox_l_ft img {
  vertical-align: middle;
  margin-right: 5px;
}
.content .recruit {
  padding-left: 10px;
}
.content .recruit .head {
  text-align: left;
  color: #222;
  font-size: 18px;
  padding: 10px 0;
  box-sizing: border-box;
}
.content .recruit .head img {
  vertical-align: middle;
  margin: 0 5px;
  margin-top: -0.8%;
}
.content .recruit .head p {
  line-height: 24px;
}
.content .recruit .head span {
  font-size: 18px;
}
.content .recruit .head .flex {
  background-image: url(../../images/bg_product_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content .recruit .info {
  min-height: 775px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
}
.content .recruit .info .title {
  padding: 15px 0;
  background-color: #f2f2f2;
}
.content .recruit .info .title li {
  font-size: 15px;
  color: #000;
  text-align: center;
}
.content .recruit .info .title li:first-child {
  width: 16%;
}
.content .recruit .info .title li:last-child {
  width: 14%;
}
.content .recruit .info .info_list ul li ul {
  position: relative;
  overflow: hidden;
}
.content .recruit .info .info_list ul li ul li {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.content .recruit .info .info_list ul li ul li:first-child {
  width: 16%;
  position: relative;
}
.content .recruit .info .info_list ul li ul li:first-child span {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #c0c0c0;
  border-radius: 50%;
}
.content .recruit .info .info_list ul li ul li:last-child {
  width: 14%;
}
.content .recruit .info .info_list ul li ul li:last-child a {
  color: #1380eb;
  font-size: 15px;
  margin: 0 7px;
}
.content .recruit .info .info_list ul li ul::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #cccccc;
  position: absolute;
  bottom: 0;
  left: 30px;
}
html {
  background-color: #f6f6f6;
}
.banner {
  min-width: 1193px;
  height: 400px;
  background-image: url(../../images/banner_news.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content {
  width: 1010px;
  min-height: 1074px;
  margin: 0 auto;
  padding: 20px 0;
}
.content .statement .head {
  text-align: left;
  color: #222;
  font-size: 18px;
  padding: 10px 0;
  box-sizing: border-box;
}
.content .statement .head img {
  vertical-align: middle;
  margin: 0 5px;
  margin-top: -0.8%;
}
.content .statement .head p {
  line-height: 24px;
}
.content .statement .head span {
  font-size: 18px;
}
.content .statement .head .flex {
  background-image: url(../../images/bg_product_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content .statement .info {
  min-height: 775px;
  padding: 25px 70px;
  box-sizing: border-box;
  background-color: #fff;
}
.content .statement .info h3 {
  color: #000;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}
.content .statement .info p {
  color: #616161;
  font-size: 15px;
  line-height: 1.7;
  text-indent: 2em;
}
.content .statement .info ul > li p {
  line-height: 1.7;
  margin: 0;
}
