* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "微软雅黑", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-top: auto;
  margin-bottom: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #303133;
}

a:hover {
  color: #0067ed;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.imgs {
  width: 100%;
  height: 100% !important;
  /* object-fit: cover; */
}

.container {
  width: auto;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.fd-row-r {
  flex-direction: row-reverse;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  min-height: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
  border-radius: 8px;
  background-color: #c8d5e1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbcf;
}

::-webkit-scrollbar-thumb:active {
  background-color: #87a2bd;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

/* header */
header {
  width: 100%;
  height: auto;
}

header .head_con {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.head_con .head_type {
  height: 100px;
  justify-content: space-between;
  align-items: center;
}

.head_type .head_logo {
  height: 60px;
}

.head_type .head_search {
  height: 80px;
  width: 520px;
}

.head_search .head_search_input {
  height: 45px;
  width: 520px;
  margin: 5px auto;
  border-radius: 165px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d81616;
  align-items: center;
}

.head_select {}

.head_select_type {
  height: 44px;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
}

.head_select_type span {
  font-size: 15px;
  line-height: 22px;
  color: #08112C;
  padding-right: 3px;
}

.head_select_type img {
  width: 16px;
  height: 16px;
}

.head_link {
  width: 1px;
  height: 16px;
  background-color: #DEE2EB;
  margin-left: 10px;
}

.head_input {
  width: calc(100% - 168px);
  margin-left: 15px;
}

.head_input input {
  outline: none;
  height: 100%;
  flex: 1;
  font-size: 15px;
  color: #08112C;
  border: none;
  padding-right: 20px;
}

.head_input input::placeholder {
  color: #7C849C;
}

.head_search_btn {
  width: 72px;
  height: 38px;
  border-radius: 25px;
  background: #D81616;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
}

.head_search_btn img {
  width: 24px;
  height: 24px;
}

.head_search .head_search_hot {
  width: 520px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head_search .head_search_hot span {
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
}

.head_search .head_search_hot a {
  font-size: 14px;
  color: #485a75;
  padding: 0px 10px 0 0px;
}

.head_search .head_search_hot a:hover {
  color: #d81616;
}

.head_type .head_weather {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: right;
}

.head_type .head_btn {
  width: 180px;
  height: 40px;
  justify-content: space-between;
}

.head_btn .head_login {
  width: 75px;
  height: 40px;
  color: #fff;
  border: 1px solid #d81616;
  background-color: #d81616;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.head_btn .head_register {
  width: 75px;
  height: 40px;
  color: #d81616;
  border: 1px solid #d81616;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

header .nav_con {
  width: 100%;
  height: 50px;
  background-color: #d81616;
}

.nav_con .nav_type {
  height: 50px;
}

.nav_type .nav_item {
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.nav_type .nav_item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid #d81616;
}

.nav_type .nav_item.active {
  background-color: #fff;
}

.nav_type .nav_item.active a {
  color: #d81616;
}

.nav_type .nav_item:hover {
  background-color: #fff;
}

.nav_type .nav_item:hover a {
  color: #d81616;
}

/* head */
.head_btn_logo {
  width: 75px;
  height: 32px;
  border-radius: 6px;
  /* 通用色/白色 */
  background: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.head_btn_logo a {
  display: block;
  width: 100%;
  height: 100%;
  color: #D81616;
}


header .head_con_er {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #EBEEF5;
  box-shadow: 0px 0px 25px 0px rgba(72, 90, 117, 0.1);
}

.head_con_er .head_type_er {
  height: 80px;
  justify-content: space-between;
  align-items: center;
}

.head_type_er .head_logo_er {
  height: 60px;
}

.head_type_er .head_search_er {
  height: auto;
  width: 360px;
}

.head_search_er .head_search_input_er {
  height: 45px;
  width: 360px;
  margin: 5px auto;
  border-radius: 6px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d81616;
  align-items: center;
}


.head_select_type_er {
  height: 44px;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
}

.head_select_type_er span {
  font-size: 15px;
  line-height: 22px;
  color: #08112C;
  padding-right: 3px;
}

.head_select_type_er img {
  width: 16px;
  height: 16px;
}

.head_link_er {
  width: 1px;
  height: 16px;
  background-color: #DEE2EB;
  margin-left: 10px;
}

.head_input_er {
  width: calc(100% - 138px);
  margin-left: 15px;
}

.head_input_er input {
  outline: none;
  height: 100%;
  flex: 1;
  font-size: 15px;
  color: #08112C;
  border: none;
  padding-right: 20px;
}

.head_input_er input::placeholder {
  color: #7C849C;
}

.head_search_btn_er {
  width: 44px;
  height: 38px;
  border-radius: 5px;
  background: #D81616;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
}

.head_search_btn_er img {
  width: 24px;
  height: 24px;
}

/* footer */
footer {
  width: 100%;
  height: 300px;
  background-color: #111627;
}

footer .footer_type {
  height: 280px;
  justify-content: space-between;
  align-items: center;
}

.footer_type .footer_title {
  align-items: center;
}

.footer_title .footer_title_line {
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background-color: #d81616;
}

.footer_title .footer_title_name {
  color: #dee2eb;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 5px;
}

.footer_type .footer_contact {
  height: 200px;
}

.footer_contact .footer_hotline {
  color: #a2a8bb;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}

.footer_contact .footer_phone {
  color: #a2a8bb;
  font-size: 24px;
  font-weight: 500;
  padding-top: 5px;
}

.footer_contact .footer_address {
  margin-top: 10px;
}

.footer_address .adderss_title {
  font-size: 15px;
  color: #a2a8bb;
  font-weight: 500;
}

.footer_address .adderss_name {
  font-size: 15px;
  color: #a2a8bb;
}

.footer_type .footer_link {
  width: 310px;
  height: 200px;
}

.footer_link .footer_link_type {
  width: 310px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 10px;
}

.footer_link_type li a {
  color: #a2a8bb;
  font-size: 15px;
}

.footer_type .footer_interest {
  width: 270px;
  height: 200px;
}

.footer_interest .footer_interest_type {
  justify-content: space-between;
  margin-top: 20px;
}

.footer_interest_type .footer_wxcode {
  width: 120px;
  height: auto;
}

.footer_wxcode .wxcode_img {
  width: 120px;
  height: 120px;
}

.footer_wxcode .wxcode_name {
  color: #a2a8bb;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}

footer .footer_line {
  width: 100%;
  height: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/*  */
@media (max-width: 1250px) {
  .container {
    width: 90%;
  }
}

/* 手机端 */
@media (max-width: 992px) {
  .container {
    width: 95%;
  }

  footer {
    height: auto;
    padding: 15px 0;
  }

  footer .footer_type {
    height: auto;
  }

  .footer_type .footer_contact {
    height: auto;
    padding-bottom: 15px;
  }

  .footer_type .footer_link {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }

  .footer_type .footer_interest {
    width: 100%;
    height: auto;
  }

  .footer_interest .footer_interest_type {
    justify-content: space-evenly;
    margin-top: 20px;
  }
}