.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/cpgn/index-banner-cpgn-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-rights {
  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;
}
/*.top_screen {*/
/*height: 500px;*/
/*background-image: url("../images/cpgn/index-banner-cpgn-600px.png");*/
/*background-size: cover;*/
/*padding-top: 162px;*/
/*color: #ffffff;*/
/*.main {*/
/*margin-left: 24vw;*/
/*.title {*/
/*font-size: 50px;*/
/*margin-bottom: 15px;*/
/*}*/
/*.name {*/
/*font-size: 23px;*/
/*}*/
/*.btn {*/
/*background-color: #FBCA4D;*/
/*height: 55px;*/
/*width: 199px;*/
/*border-radius: 50px;*/
/*font-size: 24px;*/
/*color: #000;*/
/*display: inline-block;*/
/*margin-top: 87px;*/
/*position: relative;*/
/*padding-top: 10px;*/
/*}*/
/*}*/
/*}*/
.section_1 {
  text-align: center;
  padding-top: 91px;
}
.section_1 .main {
  width: 940px;
  margin: 0 auto;
}
.section_1 .main .xs_title {
  font-size: 30px;
}
.section_1 .main .title {
  font-size: 48px;
}
.section_1 .card_list {
  display: flex;
  margin-top: 45px;
  margin-bottom: 135px;
}
.section_1 .card_list .left {
  flex: 1;
  text-align: left;
  padding-left: 105px;
}
.section_1 .card_list .left .title {
  font-size: 24px;
  margin-bottom: 26px;
}
.section_1 .card_list .left .info {
  font-size: 18px;
}
.section_1 .card_list .left .btn_s {
  display: inline-block;
  width: 152px;
  height: 35px;
  background-image: url("../images/cpgn/btn-msyy-black.png");
  background-size: cover;
  margin-top: 63px;
}
.section_1 .card_list .right {
  flex: none;
  width: 430px;
}
.section_tab {
  height: 59px;
  margin-top: 29px;
  background-color: #3B3B3B;
}
.section_tab .tabList {
  width: 940px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.section_tab .tabList > span {
  display: inline-block;
  width: 98px;
  text-align: center;
  line-height: 59px;
}
.section_tab .tabList > span.active {
  color: #FBCA4D;
}
.section_tab .tabList .btn_s {
  width: 121px;
  height: 28px;
  background-image: url("../images/cpgn/btn-msyy-black.png");
  background-size: cover;
  position: relative;
  top: 8px;
}
.swiper-list {
  width: 940px;
  margin: 0 auto;
  position: relative;
  /*height: 580px;*/
}
.swiper-list .item {
  display: flex;
  padding: 80px 0;
}
.swiper-list .item .left {
  flex: 1;
}
.swiper-list .item .img {
  width: 380px;
}
.swiper-list .item .img img {
  width: 100%;
}
.swiper-list .item .main_item .xs_title {
  color: #010101;
  font-size: 18px;
  padding-bottom: 14px;
}
.swiper-list .item .main_item .title {
  color: #000;
  font-size: 34px;
  margin-bottom: 10px;
}
.swiper-list .item .main_item .btn_s {
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  display: inline-block;
  margin-bottom: 90px;
}
.swiper-list .item .main_item .btn_s .btn {
  width: 78px;
  height: 37px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  border-right: 1px solid #E5E5E5;
  border-radius: 0;
}
.swiper-list .item .main_item .btn_s .active {
  background-color: #FBC94C;
}
.swiper-list .item .main_item .go_something {
  font-size: 14px;
  color: #FBC94C;
  margin-bottom: 14px;
}
.swiper-list .item .main_item .info {
  font-size: 18px;
  color: #000;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.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: 14px;
}
.dot {
  position: absolute;
  z-index: 2;
  display: grid;
  right: -20px;
  top: 50%;
  transform: translate(0%, -50%);
}
.dot li {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #E1E1E1;
  margin-top: 12px;
}
.dot li.active {
  background-color: #FBC94C;
}
