.banner_img > div {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid transparent;
}
.banner_img > div h2 {
  text-align: left;
  margin-top: 150px;
  margin-bottom: 40px;
  display: block;
  padding-left: 108px;
  color: #07569f;
  font-size: 48px;
}
.banner_img > div p {
  padding-left: 108px;
  font-size: 18px;
  line-height: 38px;
}
.banner_img > div p span {
  margin: 0 10px;
  color: #f4a019;
}
.tiyan {
  color: #fff;
  border-color: #f4a019;
  background-color: #f4a019;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 28px;
  font-size: 16px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.t1 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 30px;
  margin: 0;
}
.t3 {
  font-size: 17px;
  font-weight: bolder;
  color: #333333;
}
.t4 {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}
.w {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.title {
  font-size: 12px;
}
li {
  list-style: none;
}
section {
  background-color: #edf0f3;
}
.jjfa_container .row {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jjfa_container .row div {
  flex: 1;
  background-color: #fff;
  margin: 0 10px;
}
.jjfa_container .row div .problem {
  height: 160px;
  background-color: #ffffff;
  padding: 44px 34px 30px 34px;
  margin-bottom: 30px;
}
.jjfa_container .container {
  width: 1200px;
}
.jjfa_container .container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.jjfa_container .container ul li {
  list-style: none;
  width: 380px;
  height: 250px;
  padding: 32px;
  border: 1px solid #e4e4e4;
  background-color: #fff !important;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.jjfa_container .container ul li h3 {
  position: relative;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: normal;
}
.jjfa_container .container ul li p {
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
.jjfa_container .point ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.jjfa_container .point ul li {
  position: relative;
  width: 100px;
  height: 168px;
  padding-top: 76px;
  font-size: 14px;
  text-align: center;
}
.jjfa_container .txt ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.jjfa_container .txt ul li {
  width: 48%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  height: 224px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 0 32px;
}
.jjfa_container .txt ul li em {
  flex-shrink: 0;
  width: 116px;
  height: 116px;
  background-color: #e5eaf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.jjfa_container .txt ul li em img {
  width: 65px;
}
.jjfa_container .txt ul li dl {
  flex: 1;
  margin-left: 32px;
}
.jjfa_container .txt ul li dl dt {
  font-size: 26px;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.jjfa_container .txt ul li dl dd {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.jjfa_container .footer {
  display: flex;
  justify-content: center;
}
.jjfa_container .footer a {
  margin: 25px 0 !important;
  align-items: center;
}
