.navbar-inverse .navbar-nav > li > a {
  color: #000;
}
.navbar-inverse {
  background-color: #FBCA4D;
  border-color: #FBCA4D;
  top: 120px;
}
.navbar-inverse .nav > li {
  margin: 0 22px;
}
.top_log {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 999;
}
.top_log .container {
  background-color: #fff;
}
.top_log .logo {
  position: relative;
  top: 18px;
  left: 38px;
}
.top_log .right {
  float: right;
}
.top_log .right .r_main {
  position: relative;
  top: 39px;
}
.top_log .right img {
  display: inline-block;
  margin-right: 96px;
}
.top_log .right .btn {
  display: inline-block;
  width: 108px;
  height: 43px;
  border-radius: 43px;
  border: 1px solid #FBCA4D;
  font-size: 18px;
  color: #FBCA4D;
  margin: 0 10px;
}
.top_log .right .login {
  background-color: #FBCA4D;
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: initial;
  color: #000;
  /*border-bottom: 1px solid #080808;*/
}
.navbar-inverse .navbar-nav > .active > a:after,
.navbar-inverse .navbar-nav > .active > a:focus:after,
.navbar-inverse .navbar-nav > .active > a:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #080808;
  bottom: 6px;
  left: 0;
}
.content_foot .one_key {
  text-align: center;
  background-color: #FBCA4D;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 9px;
  position: relative;
}
.content_foot .one_key .ljgd {
  display: inline-block;
  border-radius: 50px;
  height: 55px;
  margin-left: 79px;
  border: 1px solid #fff;
}
.content_foot .con_foot {
  padding-top: 66px;
  font-size: 14px;
  width: 900px !important;
  min-width: auto !important;
  margin: 0 auto;
  /*padding:66px 28px 0 28px;*/
  color: #000000;
}
.content_foot .con_foot .col-row {
  min-height: 375px;
}
.content_foot .con_foot ul {
  padding-left: 0;
  margin-left: 0;
}
.content_foot .con_foot li {
  list-style-type: none;
  font-size: 14px;
}
.content_foot .con_foot .item {
  margin-bottom: 38px;
}
.content_foot .con_foot .item .title {
  font-size: 18px;
  margin-bottom: 11px;
}
.content_foot .con_foot .md-title {
  font-size: 24px;
  margin-bottom: 9px;
  padding-left: 24px;
}
.content_foot .con_foot .sr_code {
  width: 150px;
  height: 150px;
}
.content_foot .con_foot .sr_code img {
  width: 100%;
}
.top_screen {
  height: 500px;
  /*background-color: #EDEDED;*/
  background-image: url("../images/hyfa/index-banner-hyfa-600px.png");
  background-size: cover;
  display: flex;
  padding-top: 23px;
}
.top_screen .lft,
.top_screen .right {
  flex: 1;
}
.top_screen .lft .main {
  padding-top: 147px;
  position: absolute;
  left: 12%;
  font-size: 22px;
  color: #fff;
  z-index: 2;
}
.top_screen .lft .fontBold {
  font-weight: bold;
}
.top_screen .lft h3 {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.top_screen .lft .name {
  font-size: 50px;
}
.top_screen .lft .btn {
  background-color: #FBCA4D;
  height: 38px;
  width: 138px;
  border-radius: 38px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  margin-top: 91px;
  position: relative;
  text-align: left;
  text-indent: 12px;
}
.top_screen .lft .triangle-right {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 18px solid #000;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 12px;
}
.top_screen .right img {
  width: 392px;
  display: block;
  margin: 0 auto;
}
.section_1 {
  text-align: center;
  padding: 100px 0 81px 0;
  color: #000;
}
.section_1 .xs_title {
  font-size: 30px;
  margin-bottom: 13px;
}
.section_1 .title {
  font-size: 48px;
  margin-bottom: 47px;
}
.section_1 .card_row {
  width: 880px;
  margin: 0 auto;
}
.section_1 .card_row .card_item {
  width: 200px;
  height: 372px;
  margin: 0 auto;
  border: 1px solid #C8C8C8;
  padding: 28px 18px;
  text-align: left;
}
.section_1 .card_row .card_item.even_item {
  margin-top: 39px;
}
.section_1 .card_row .card_item .card_title {
  font-size: 36px;
  color: #FBCA4D;
}
.section_1 .card_row .card_item .info {
  font-size: 18px;
  color: #FBCA4D;
  margin-bottom: 67px;
  margin-top: 34px;
}
.section_1 .card_row .card_item p {
  font-size: 14px;
}
.section_2 {
  /*background-color: #FBCA4D;*/
  /*height: 295px;*/
  text-align: center;
  padding-top: 75px;
  color: #000;
}
.section_2 .title {
  font-size: 24px;
  margin-bottom: 11px;
}
.section_2 h3 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.section_2 .btn {
  height: 55px;
  width: 199px;
  border-radius: 50px;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-top: 49px;
  position: relative;
  padding-top: 10px;
  border: 1px solid #fff;
}
.section_2 .triangle-right {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 12px;
  top: 14px;
}
.section_3 {
  padding-top: 85px;
  text-align: center;
  color: #000;
}
.section_3 .row {
  margin-bottom: 48px;
}
.section_3 .row .mid-xs {
  position: relative;
}
.section_3 .row .mid-xs:after {
  content: "";
  position: absolute;
  height: 79px;
  width: 1px;
  background-color: #000000;
  left: 0;
  top: 22px;
}
.section_3 .row .mid-xs:before {
  content: "";
  position: absolute;
  height: 79px;
  width: 1px;
  background-color: #000000;
  right: 0;
  top: 22px;
}
.section_3 .row .xs_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section_3 .row p {
  font-size: 18px;
}
.section_4 {
  padding-top: 99px;
  text-align: center;
  color: #000;
}
.section_4 .line {
  width: 900px;
  margin: 0 auto;
  height: 1px;
  border-bottom: 1px solid #E2E2E2;
}
.section_4 .xs_title {
  font-size: 30px;
  margin-bottom: 14px;
}
.section_4 .title {
  font-size: 48px;
  margin-bottom: 55px;
}
.section_4 .fontBold {
  font-weight: bold;
}
.section_4 .list {
  width: 940px;
  margin: 0 auto;
}
.section_4 .list .item {
  display: flex;
}
.section_4 .list .item {
  padding-top: 68px;
  padding-bottom: 75px;
}
.section_4 .list .item .img {
  flex: none;
  width: 238px;
}
.section_4 .list .item .left {
  flex: 1;
}
.section_4 .list .item .left .main {
  width: 580px;
  text-align: left;
}
.section_4 .list .item .left .main.text-right {
  text-align: right;
  float: right;
}
.section_4 .list .item .left .item_title {
  font-size: 36px;
  margin-bottom: 14px;
}
.section_4 .list .item .left .title_p {
  font-size: 14px;
}
.section_4 .list .item .left .title_p > span {
  margin-right: 24px;
}
.section_4 .list .item .left .info {
  font-size: 18px;
}
.section_4 .list .item .left .btns {
  margin-top: 40px;
  margin-bottom: 30px;
}
.section_4 .list .item .left .btns .btn {
  width: 155px;
  height: 64px;
  display: inline-block;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 9px;
  border: 1px solid #E5E5E5;
}
.section_4 .list .item .left .btns .btn.active {
  background-color: #FBC94C;
  border: 1px solid #FBC94C;
}
.section_5 {
  height: 406px;
  background-image: url("../images/hyfa/pic-bg-zcdzls.png");
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding-top: 98px;
  position: relative;
}
.section_5 .title {
  font-size: 48px;
  color: #FBCA4D;
}
.section_5 .info {
  font-size: 30px;
  margin-top: 33px;
}
.section_5 .info .fontBold {
  font-weight: bold;
}
.section_5 .more {
  position: absolute;
  font-size: 18px;
  color: #fff;
  bottom: 70px;
}
.section_6 .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}
.section_6 .San_GongGe {
  width: 780px;
  margin: 48px auto;
}
.section_6 .San_GongGe .cons {
  padding-top: 67px;
  border: 1px solid #E5E5E5;
  height: 222px;
  background-image: url("../images/hyfa/pic-dtdfsj.png");
  background-size: cover;
  color: #FBCA4D;
  text-align: center;
}
.section_6 .San_GongGe .cons h3 {
  font-size: 30px;
  padding-bottom: 22px;
}
.section_6 .San_GongGe .cons p {
  font-size: 14px;
}
.section_6 .San_GongGe .pros {
  text-align: center;
  padding: 58px 0;
  border: 1px solid #E5E5E5;
  font-size: 24px;
  height: 222px;
}
.section_6 .San_GongGe .pros p {
  margin-top: 14px;
}
.section_7 {
  text-align: center;
  padding-top: 109px;
}
.section_7 .xs_title {
  font-size: 30px;
  margin-bottom: 14px;
}
.section_7 .title {
  font-size: 48px;
}
.section_7 .title .fontBold {
  font-weight: bold;
}
.section_7 .main {
  display: flex;
  margin-top: 61px;
  padding-bottom: 76px;
}
.section_7 .main .left,
.section_7 .main .right {
  flex: 1;
}
.section_7 .main .left .name,
.section_7 .main .right .name {
  font-weight: bold;
  font-size: 24px;
  margin-top: 44px;
}
.section_7 .main .left p,
.section_7 .main .right p {
  padding-top: 18px;
  font-size: 18px;
}
.section_7 .main .mid {
  flex: none;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -66px;
}
.section_8 {
  text-align: center;
  padding: 125px 0 90px 0;
  background-color: #F6F6F6;
}
.section_8 .title {
  font-size: 48px;
  margin-bottom: 13px;
}
.section_8 .title .fontBold {
  font-weight: bold;
}
.section_8 .xs_title {
  font-size: 24px;
}
.section_8 .list {
  margin-top: 54px;
}
.section_8 .main {
  display: flex;
  width: 760px;
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 52px;
  border-bottom: 1px solid #C8C8C8;
}
.section_8 .main .left {
  flex: 1;
  padding-top: 52px;
}
.section_8 .main .left .yellow {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 51px;
  background-color: #FAC94C;
  display: inline-block;
  padding: 4px 16px;
}
.section_8 .main .left p {
  font-size: 18px;
}
.section_8 .main .left .text-right {
  text-align: right;
}
.section_8 .main .left .text-left {
  text-align: left;
}
.section_8 .main .img {
  flex: none;
  width: 324px;
}
