body {
  background-color: #f5f5f5;
}
.head .head_top {
  background-color: #015fa7;
  padding: 1.5625rem 0;
}
.head .head_top > div[class^="container"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head_top > div[class^="container"] a {
  width: 175px;
  height: 55px;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #015fa7;
  font-weight: bold;
  white-space: nowrap;
}
.head .head_top > div[class^="container"] a img {
  margin-right: 6px;
}
.head .head_top_red {
  background-color: #740807;
}
.head .head_top_red > div[class^="container"] a {
  color: #740807;
}
.head .head_nav {
  background-color: #033a63;
}
.head .head_nav > div[class^="container"] ul li.navbar_activation {
  background-color: #ff9200;
}
.head .head_nav > div[class^="container"] ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0 1.875rem;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}
.head .head_nav_red {
  background-color: #5b0000;
}
.head .head_nav_red > div[class^="container"] ul li.navbar_activation {
  background-color: #cc0000;
}
.index {
  padding: 1.25rem 0 0;
}
.index .swiper-container .swiper-slide{
    cursor: pointer;
}
.index .swiper-container .swiper-pagination {
  bottom: 24px;
}
.index .swiper-container .swiper-pagination span {
  margin: 0 6px;
}
.index .swiper-container .swiper-pagination span[class*='active'] {
  background: #015fa7;
}
.index .red-swiper-container .swiper-pagination span[class*='active'] {
  background: #740807;
}
.index .index_list {
  margin: 1.25rem 0;
}
.index .index_list ul {
  display: flex;
  background-color: #fff;
  padding: 1rem 1.375rem;
}
@media only screen and (max-width:950px) {
  .index .index_list ul {
    /*flex-wrap: wrap;*/
    padding: 2.3125rem 1.375rem;
  }
}
.index .index_list ul li {
  flex: 1;
}
@media only screen and (max-width:950px) {
  .index .index_list ul li {
    width: 100%;
    flex: auto;
    margin-bottom: 10px;
  }
  .index .index_list ul li a{
      justify-content: center;
  }
}
.index .index_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
}
.index .index_list ul li:nth-of-type(1) .pic {
  background-color: #6acda7;
}
.index .index_list ul li:nth-of-type(2) .pic {
  background-color: #42c8d4;
}
.index .index_list ul li:nth-of-type(3) .pic {
  background-color: #52b852;
}
.index .index_list ul li:nth-of-type(4) .pic {
  background-color: #ff864b;
}
.index .index_list ul li:nth-of-type(5) .pic {
  background-color: #52acdb;
}
.index .index_list ul li .pic {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
}
@media only screen and (max-width:950px) {
  .index .index_list ul li .pic {
    width: 54px;
    height: 54px;
    padding: 14px;
  }
}
.index .index_list ul li .pic img {
  width: 100%;
  height: 100%;
}
.index .index_list ul li p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-left: 12px;
}
@media only screen and (max-width:950px) {
  .index .index_list ul li p {
    font-size: 16px;
    white-space: nowrap;
  }
   .index .index_list ul li {
       margin-right: 10px;
   }
  .index .index_list{
      overflow-x: auto;
      background-color: #fff;
  }
}
.index .index_second {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width:950px) {
  .index .index_second {
    flex-wrap: wrap;
  }
}
.index .index_second > div {
  background-color: #fff;
  padding: 0 1.875rem;
}
.index .index_second .left {
  width: 38.75%;
}
@media only screen and (max-width:950px) {
  .index .index_second .left {
    width: 100%;
  }
}
.index .index_second .left ul {
  padding-top: 0.875rem;
}
.index .index_second .left ul li {
  margin-bottom: 0.625rem;
}
.index .index_second .left ul li a {
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
}
@media only screen and (max-width:950px) {
  .index .index_second .left ul li a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.index .index_second .left ul li a:hover {
  color: #015fa7;
}
.index .index_second .left ul li a img {
  margin-right: 0.75rem;
}
.index .index_second .right {
  width: calc(100% - 38.75% - 1.25rem);
}
@media only screen and (max-width:950px) {
  .index .index_second .right {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.index .index_second .right .title {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:950px) {
  .index .index_second .right .title .title_left {
    white-space: nowrap;
  }
}
.index .index_second .right .title .title_right {
  font-size: 14px;
  color: #ff9200;
}
@media only screen and (max-width:950px) {
  .index .index_second .right .title .title_right {
    padding-left: 3.125rem;
  }
}
.index .index_second .right .main {
  padding: 2rem 0 0;
}
.index .index_second .right .main a {
  width: 14.61%;
  height: 30px;
  background: linear-gradient(to bottom, #fff, #eee);
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid #eeeeee;
  line-height: 30px;
  text-align: center;
}
.index .index_second .right .main a:not(:nth-of-type(6n)) {
  margin-right: 1.6%;
}
@media only screen and (max-width:950px) {
    .index .index_second .right .main a{
        width: 22%;
    }
    
  .index .index_second .right .main a:not(:nth-of-type(6n)) {
    margin-right: 0%;
  }
    .index .index_second .right .main a:not(:nth-of-type(4n)) {
    margin-right: 2.85%;
  }
}
.index .index_second .right .main a:last-child {
  border-color: #015fa7;
  background: #015fa7;
  color: #fff;
}
.index .index_second_red .left ul li a:hover {
  color: #740807;
}
.index .index_second_red .right .main a:last-child {
  border-color: #b72929;
  background: #b72929;
}
.index .index_document {
  width: 100%;
  height: 90px;
  background: rgba(1, 95, 167, 0.05) url("http://wy.zzgbjy.cn/xinli-kp/pc/assets/ibg1.png") no-repeat center / cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.625rem;
}
@media only screen and (max-width:950px) {
  .index .index_document {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.index .index_document .left {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}
.index .index_document .left img {
  margin-right: 10px;
}
.index .index_document .right form {
  display: flex;
}
@media only screen and (max-width:950px) {
  .index .index_document .right form {
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.index .index_document .right form .select {
  width: 240px;
  height: 40px;
  margin-right: 16px;
}

@media only screen and (max-width:950px) {
    .index .index_document .right form{
        justify-content: center;
    }
.index .index_document .right form .select{
    margin-bottom: 10px;
    margin-right: 0;
}
}

.index .index_document .right form .select input[readonly] {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.index .index_document .right form input[type='text'] {
  width: 240px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  padding-left: 10px;
  margin: 0 16px;
  display: block;
}
.index .index_document .right form input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}
.index .index_document .right form input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}
.index .index_document .right form input[type='text']:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}
.index .index_document .right form input[type='text']::-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}
.index .index_document .right form input[type='text']::placeholder {
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}
@media only screen and (max-width:950px) {
  .index .index_document .right form input[type='text'] {
    margin: 10px 0;
  }
}
.index .index_document .right form .submitBtn {
  width: 140px;
  height: 40px;
  background: #015fa7;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width:950px) {
  .index .index_document .right form .submitBtn {
    margin: 0 auto;
    display: block;
  }
}
.index .index_document_red {
  background: #b72929 url("http://wy.zzgbjy.cn/xinli-kp/pc/assets/ibg1_red.png") no-repeat center / cover;
}
.index .index_document_red .right form .submitBtn {
  background: #b72929;
  text-align: center;
  line-height: 40px;
}
.index .index_zhi {
  padding: 0 1.875rem;
  margin: 1.25rem 0;
  background-color: #fff;
}
.index .index_zhi .main {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:950px) {
  .index .index_zhi .main {
    flex-wrap: wrap;
  }
}
.index .index_zhi .main .left {
  width: 53.33%;
}
@media only screen and (max-width:950px) {
  .index .index_zhi .main .left {
    width: 100%;
  }
}
.index .index_zhi .main .left ul {
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.index .index_zhi .main .left ul li {
  width: 33.33%;
  margin-bottom: 2.1875rem;
}

@media screen and (max-width:950px){
    .index .index_zhi .main .left ul li{
        width: 50%;
    }
}

.index .index_zhi .main .left ul li a {
  display: flex;
  align-items: center;
}
.index .index_zhi .main .left ul li a .pic {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-color: #f5f5f5;
  padding: 10px;
}
.index .index_zhi .main .left ul li a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.index .index_zhi .main .left ul li a p {
  padding-left: 10px;
  font-size: 16px;
  color: #333333;
}
.index .index_zhi .main .right {
  width: 41.25%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0 0;
}
@media only screen and (max-width:950px) {
  .index .index_zhi .main .right {
    width: 100%;
    padding-bottom: 10px;
  }
}
.index .index_zhi .main .right a {
  width: calc(50% - 10px);
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #eee;
  display: block;
  text-align: center;
  padding: 10px 0 0;
}
@media only screen and (max-width:950px) {
  .index .index_zhi .main .right a {
    margin-bottom: 10px;
  }
}
.index .index_zhi .main .right a:nth-of-type(odd) {
  margin-right: 20px;
}
.index .index_zhi .main .right a p {
  font-size: 14px;
  color: #666666;
  padding-bottom: 2px;
}
.index .index_zhi .main .right a h3 {
  font-size: 16px;
  color: #015fa7;
}
.index .index_zhi_red .main .right a h3 {
  color: #740807;
}
.index .index_liu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width:950px) {
  .index .index_liu {
    flex-wrap: wrap;
  }
}
.index .index_liu .left {
  width: 66.33%;
  background: #fff;
  padding: 0 1.875rem;
}
@media only screen and (max-width:950px) {
  .index .index_liu .left {
    width: 100%;
  }
}
.index .index_liu .left .main ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0 1.875rem;
}
.index .index_liu .left .main ul li {
  width: 23.5%;
  height: 100px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0.875rem;
  counter-increment: num;
}
@media only screen and (max-width:950px) {
  .index .index_liu .left .main ul li {
    width: 48%;
  }
}
.index .index_liu .left .main ul li:not(:nth-of-type(4n)) {
  margin-right: 2%;
}
@media only screen and (max-width:950px) {
  .index .index_liu .left .main ul li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width:950px) {
  .index .index_liu .left .main ul li:nth-of-type(odd) {
    margin-right: 4%;
  }
}
.index .index_liu .left .main ul li div {
  text-align: center;
}
.index .index_liu .left .main ul li div p {
  font-size: 16px;
  color: #262626;
  padding: 1rem 0 0;
}
.index .index_liu .left .main ul li .num {
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 1px;
  right: 1px;
}
.index .index_liu .left .main ul li .num b {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  transform: translate(2px, -16px);
}
.index .index_liu .left .main ul li .num b::after {
  content: "0" counter(num);
}
.index .index_liu .right {
  width: calc(100% - 66.33% - 1.25rem);
  background: #fff;
  padding: 0 1.875rem 1.2rem;
}
@media only screen and (max-width:950px) {
  .index .index_liu .right {
    width: 100%;
    margin: 1.25rem 0 0;
  }
}
.index .index_liu .right .main {
  padding: 1.25rem 0 0;
}
.index .index_liu .right .main form .select,
.index .index_liu .right .main form select,
.index .index_liu .right .main form input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select::-webkit-input-placeholder,
.index .index_liu .right .main form select::-webkit-input-placeholder,
.index .index_liu .right .main form input::-webkit-input-placeholder {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select::-moz-placeholder,
.index .index_liu .right .main form select::-moz-placeholder,
.index .index_liu .right .main form input::-moz-placeholder {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select:-ms-input-placeholder,
.index .index_liu .right .main form select:-ms-input-placeholder,
.index .index_liu .right .main form input:-ms-input-placeholder {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select::-ms-input-placeholder,
.index .index_liu .right .main form select::-ms-input-placeholder,
.index .index_liu .right .main form input::-ms-input-placeholder {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select::placeholder,
.index .index_liu .right .main form select::placeholder,
.index .index_liu .right .main form input::placeholder {
  padding-left: 5px;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select {
  border: none;
  padding-left: 0;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select input[readonly] {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select input[readonly]::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select input[readonly]::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select input[readonly]:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select input[readonly]::-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .select input[readonly]::placeholder {
  font-size: 14px;
  color: #999999;
}
.index .index_liu .right .main form .submitBtn {
  width: 100%;
  height: 40px;
  background: #ff9200;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
}
.index .index_liu_red .right .main form .submitBtn {
  background: #b72929;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.index .index_bei {
  padding: 0 1.875rem 1.125rem;
  background: #fff;
}
.index .index_bei .main {
  padding: 2.25rem 0 0;
}
.index .index_bei .main .top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:950px) {
  .index .index_bei .main .top {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
}
.index .index_bei .main .top .item {
  width: 23.33%;
  position: relative;
  border-radius: 10px;
  border: 1px solid;
  padding: 27px 0;
}
@media only screen and (max-width:950px) {
  .index .index_bei .main .top .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.index .index_bei .main .top .item:nth-of-type(1) {
  border-color: rgba(36, 160, 223, 0.5);
  background: rgba(36, 160, 223, 0.02);
}
.index .index_bei .main .top .item:nth-of-type(1) .title_list {
  background: #24a0df;
}
.index .index_bei .main .top .item:nth-of-type(2) {
  border-color: rgba(103, 189, 105, 0.5);
  background: rgba(103, 189, 105, 0.02);
}
.index .index_bei .main .top .item:nth-of-type(2) .title_list {
  background: #67bd69;
}
.index .index_bei .main .top .item:nth-of-type(3) {
  border-color: rgba(237, 119, 63, 0.5);
  background: rgba(237, 119, 63, 0.02);
}
.index .index_bei .main .top .item:nth-of-type(3) .title_list {
  background: #ed773f;
}
.index .index_bei .main .top .item:nth-of-type(4) {
  border-color: rgba(93, 104, 191, 0.5);
  background: rgba(93, 104, 191, 0.02);
}
.index .index_bei .main .top .item:nth-of-type(4) .title_list {
  background: #5d68bf;
}
.index .index_bei .main .top .item .title_list {
  width: 157px;
  height: 40px;
  border-radius: 350px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.index .index_bei .main .top .item .title_list img {
  margin-right: 7px;
}
.index .index_bei .main .top .item ul {
  padding: 0 1.125rem;
}
.index .index_bei .main .top .item ul li:not(:last-child) {
  border-bottom: 1px dashed #edeff0;
}
.index .index_bei .main .top .item ul li a {
  display: flex;
  align-items: center;

  padding: 1rem 0 1rem 1.875rem;
  font-size: 14px;
  color: #4a4a4a;
}
.index .index_bei .main .top .item ul li a img {
  margin-right: 7px;
}
.index .index_bei .main .bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0 0;
}
@media only screen and (max-width:950px) {
  .index .index_bei .main .bottom {
    flex-wrap: wrap;
  }
}
.index .index_bei .main .bottom a {
  width: 170px;
  height: 62px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: linear-gradient(to bottom, #fff, #eee);
  font-size: 16px;
  color: #015fa7;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
}
@media only screen and (max-width:950px) {
  .index .index_bei .main .bottom a {
    width: 49%;
    margin-bottom: 10px;
  }
}
.index .index_bei_red .main .bottom a {
  color: #740807;
}
.index .index_case {
  display: flex;
  justify-content: space-between;
  margin: 1.25rem 0;
}
@media only screen and (max-width:950px) {
  .index .index_case {
    flex-wrap: wrap;
  }
}
.index .index_case .item {
  width: 31.667%;
  background: #fff;
  padding: 0 1.875rem;
}
@media only screen and (max-width:950px) {
  .index .index_case .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.index .index_case .item .main ul {
  padding-bottom: 14px;
}
.index .index_case .item .main ul li {
  padding: 1rem 0;
}
.index .index_case .item .main ul li:not(:last-child) {
  border-bottom: 1px dashed #e2e2e2;
}
.index .index_case .item .main ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
.index .index_case .item .main ul li a img {
  margin-right: 0.75rem;
}
.index .index_form {
  background: #fff;
  padding: 3.75rem 0 3.125rem;
  position: relative;
  z-index: 9999;
}
.index .index_form .form_title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  color: #015fa7;
  padding-bottom: 3.4375rem;
}
.index .index_form form {
  padding: 0 6.25rem;
  flex-wrap: wrap;
}
.index .index_form form div {
  display: flex;
  justify-content: center;
  padding-bottom: 1.75rem;
 
}
@media only screen and (max-width:950px) {
.index .index_form form div {
     flex-wrap: wrap;
}
}
.index .index_form form div .select,
.index .index_form form div input,
.index .index_form form div select {
  display: block;
  width: 32%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #63869f;
  padding-left: 10px;
}
@media only screen and (max-width:950px) {
  .index .index_form form div .select,
  .index .index_form form div input,
  .index .index_form form div select {
    width: 100%;
    margin: 0 0 10px !important;
  }
    .index .index_form form div .select input{
        margin-bottom: 0;
    }
}
.index .index_form form div .select::-webkit-input-placeholder,
.index .index_form form div input::-webkit-input-placeholder,
.index .index_form form div select::-webkit-input-placeholder {
  padding-left: 5px;
  font-size: 16px;
  color: #666666;
}
.index .index_form form div .select::-moz-placeholder,
.index .index_form form div input::-moz-placeholder,
.index .index_form form div select::-moz-placeholder {
  padding-left: 5px;
  font-size: 16px;
  color: #666666;
}
.index .index_form form div .select:-ms-input-placeholder,
.index .index_form form div input:-ms-input-placeholder,
.index .index_form form div select:-ms-input-placeholder {
  padding-left: 5px;
  font-size: 16px;
  color: #666666;
}
.index .index_form form div .select::-ms-input-placeholder,
.index .index_form form div input::-ms-input-placeholder,
.index .index_form form div select::-ms-input-placeholder {
  padding-left: 5px;
  font-size: 16px;
  color: #666666;
}
.index .index_form form div .select::placeholder,
.index .index_form form div input::placeholder,
.index .index_form form div select::placeholder {
  padding-left: 5px;
  font-size: 16px;
  color: #666666;
}
.index .index_form form div .select {
  padding-left: 0;
  border: none;
}
.index .index_form form div .select input {
  width: 100%;
}
.index .index_form form div .select ul {
  top: 45px;
}
.index .index_form form div .select,
.index .index_form form div select {
  margin: 0 1.25rem;
}
@media only screen and (max-width:950px) {
  .index .index_form form div .select,
  .index .index_form form div select {
    margin: 0 0;
  }
}
.index .index_form form .submitBtn {
  display: block;
  margin: 0 auto;
  width: 245px;
  height: 48px;
  background: #ff9200;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (max-width:950px) {
.index .index_form form .submitBtn{
    font-size: 14px;
}
}

.index .index_form_red .form_title {
  color: #b72929;
}
.index .index_form_red form .submitBtn {
  background: #b72929;
  text-align: center;
  line-height: 48px;
}


.footer {
  margin-top: -11.875rem;
}
.footer .footer_top {
  width: 100%;
  padding: 14.375rem 0 2.5rem;
  background: #033a63;
}
.footer .footer_top .font {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .footer_top .font a {
  font-size: 14px;
  color: #fff;
}
.footer .footer_bottom {
  background: #015fa7;
}
.footer .footer_bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width:950px) {
  .footer .footer_bottom ul {
    padding: 10px 0;
    justify-content: flex-start;
  }

}
.footer .footer_bottom ul li {
  flex: auto;
  text-align: center;
}
.footer .footer_bottom ul li a {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width:950px) {
  .footer .footer_bottom ul li a {
    height: 25px;
    line-height: 25px;
  }
  .footer .footer_bottom ul li {
      width: 21%;
  }
}
.footer_red .footer_top {
  background: #5b0000;
}
.footer_red .footer_bottom {
  background: #740807;
}
.select img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.select ul {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 4px 0;
  border: 1px solid #999999;
  max-height: 210px;
  overflow: hidden;
  position: absolute;
  top: 41px;
  left: 0;
  overflow-y: auto;
  z-index: 9999;
}
.select ul li {
  padding-left: 1.125rem;
  cursor: pointer;
  font-size: 14px;
  color: #777777;
}
.select ul li:hover {
  background: #015fa7;
  color: #fff;
}
.select input[readonly] {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #777777;
}
.select input[readonly]::-webkit-input-placeholder {
  font-size: 14px;
  color: #777777;
}
.select input[readonly]::-moz-placeholder {
  font-size: 14px;
  color: #777777;
}
.select input[readonly]:-ms-input-placeholder {
  font-size: 14px;
  color: #777777;
}
.select input[readonly]::-ms-input-placeholder {
  font-size: 14px;
  color: #777777;
}
.select input[readonly]::placeholder {
  font-size: 14px;
  color: #777777;
}
.select_red ul li:hover {
  background: #b72929;
  color: #fff;
}
.title {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1.25rem;
  border-bottom: 2px solid #015fa7;
}
.title img {
  margin-right: 8px;
}
.title span {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
@media only screen and (max-width:950px) {
  .title span {
    font-size: 16px;
  }
}
.red_title {
  border-bottom-color: #740807;
}
@media only screen and (max-width:950px) {
  .whead {
    background: #015fa7;
  }
  .whead_red{
      background: #740807;
  }
  .wap_menu_btn li {
    background: #fff;
  }
}
