@font-face {
  font-family: "SourceHanSansSC";
  src: url("../font/SourceHanSansSC-Medium.woff2") format("woff2"),
    url("../font/SourceHanSansSC-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  font-family: "SourceHanSansSC", "微软雅黑", Arial;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 5.208vw;
}

body {
  font-size: 0.14rem;
  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: #2561a3;
}

input {
  outline: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

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; */
}

.imgh {
  width: 100%;
  height: auto;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.container {
  width: auto;
  max-width: 15.6rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.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;
}
.text-center {
  text-align: center;
}
.over2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  min-height: 0.1rem;
  border: 0.02rem solid transparent;
  background-clip: content-box;
  border-radius: 0.08rem;
  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;
}

.messagebjt_mian {
  background-image: url(../images/bjt_img2.png);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.newsbjt_main {
  background-image: url(../images/bjt_img1.png), url(../images/bjt_img2.png);
  background-position: left top, right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* header */

header {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: none;
  /* 默认背景色 */
  transition: 0.3s;
  /* 平滑过渡效果 */
}

/* header.active {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
} */

header .head_con {
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.head_con .head_type {
  height: 1.2rem;
  justify-content: space-between;
  align-items: center;
}

.head_type .head_logo {
  width: 1.8rem;
}

.head_logo_img {
  display: block;
}

.head_logo_img_hover {
  display: none;
}

/*.head_logo:hover .head_logo_img {*/
/*  display: none;*/
/*}*/

/*.head_logo:hover .head_logo_img_hover {*/
/*  display: block;*/
/*}*/

header.active .head_logo_img {
  display: none;
}

header.active .head_logo_img_hover {
  display: block;
}

header .head_con_active .head_logo_img {
  display: none;
}

header .head_con_active .head_logo_img_hover {
  display: block;
}

.head_type .head_nav {
  width: auto;
  min-width: 9rem;
}

.head_type .head_nav ul {
  justify-content: space-between;
}

.head_type .head_nav ul .head_nav_li {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.head_type .head_nav ul .head_nav_li > a {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* header.active .head_type .head_nav ul .head_nav_li > a {
  color: #1f1f1f;
}

header .head_con_active .head_type .head_nav ul .head_nav_li > a {
  color: #1f1f1f;
} */

.head_type .head_nav ul .head_nav_li:hover > a {
  color: #fff;
}
.head_type .head_nav ul .head_nav_li.active > a {
  color: #fff;
}

header.active .head_type .head_nav ul .head_nav_li:hover > a {
  color: #fff;
}

header .head_con_active .head_type .head_nav ul .head_nav_li:hover > a {
  color: #fff;
}

.head_type .head_nav ul .head_nav_li .nav_icon {
  width: 0.28rem;
  height: 0.11rem;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.head_type .head_nav ul .head_nav_li:hover .nav_icon {
  opacity: 1;
}

.head_type .head_nav ul .head_nav_li .nav-down {
  position: absolute;
  min-width: 1.4rem;
  width: 100%;
  box-shadow: 0 0.03rem 0.29rem -0.08rem rgba(192, 196, 204, 0.7);
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.05rem 0;
  left: 50%;
  top: 0.54rem;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 0.1rem, 0);
  -webkit-transform: translate3d(-50%, 0.1rem, 0);
  -moz-transform: translate3d(-50%, 0.1rem, 0);
  -o-transform: translate3d(-50%, 0.1rem, 0);
  -ms-transform: translate3d(-50%, 0.1rem, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.head_type .head_nav ul .head_nav_li .nav-down > li {
  width: 100%;
  position: relative;
}

.head_type .head_nav ul .head_nav_li .nav-down > li > a {
  display: inline-block;
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #1f1f1f;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}

.head_type .head_nav ul .head_nav_li .nav-down > li > a:hover {
  color: #fd8103;
  letter-spacing: 0.01rem;
}

.head_type .head_nav ul .head_nav_li:hover .nav-down {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}

.head_type .head_btn {
  width: auto;
  align-items: center;
}

.head_btn .head_btn_en {
  font-size: 0.2rem;
  margin-right: 0.2rem;
}
.head_btn .head_btn_en a {
  color: #ffffff;
}
.head_btn_jiameng {
  width: auto;
  height:auto;
  border-radius: 0.13rem;
  border: 0.01rem solid #ffffff;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.head_btn_jiameng_name {
  font-size: 0.18rem;
  line-height: 1;
  color: #ffffff;
  padding: 0.1rem 0.1rem;
}

.head_btn_jiameng:hover {
  border: 0.01rem solid #fff;
  background-color: #fff;
}

.head_btn_jiameng:hover .head_btn_jiameng_name {
  color: #0066b1;
}

.head_btn_jiameng:hover .head_icon_img {
  display: none;
}

.head_btn_jiameng:hover .head_icon_img_hover {
  display: block;
}

.head_btn_jiameng .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateX(-50%) translateY(2rem);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: 50%;
}

.head_btn_jiameng .items .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.02rem solid #fff;
  background-color: #fff;
}

.head_btn_jiameng .items .imgBox > img {
  max-width: 1.5rem;
}

.head_btn_jiameng .items > span {
  height: 0.2rem;
  line-height: 0.2rem;
  position: relative;
  width: 100%;
  display: block;
}

.head_btn_jiameng .items > span:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.head_btn_jiameng:hover .items {
  opacity: 1;
  transform: translateX(-50%) translateY(1.9rem);
  visibility: visible;
}

header.active .head_btn_jiameng .head_btn_jiameng_name,
.head_con_active .head_btn_jiameng .head_btn_jiameng_name {
  color: #fff;
}
.head_btn_jiameng:hover .head_btn_jiameng_name {
  color: #0066b1 !important;
}

header.active .head_btn_jiameng .head_icon_img,
.head_con_active .head_btn_jiameng .head_icon_img {
  display: block;
}

header.active .head_btn_jiameng .head_icon_img_hover,
.head_con_active .head_btn_jiameng .head_icon_img_hover {
  display: none;
}

/* footer */

/**/
.footer {
  width: 100%;
  height: auto;
  margin-top: -1.5rem;
}

.footer_bl {
  width: 100%;
  height: 1.2rem;
}

.footer_type {
  width: 100%;
  height: auto;
  background-color: #0068b7;
  overflow: hidden;
}

.footer_main {
  width: 100%;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.01rem solid #ffffff;
  justify-content: space-between;
}
.footer_main_logo {
  width: 2.9rem;
  height: 0.9rem;
}
.footer_main_nav {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 4rem;
}
.footer_main_nav_list {
  width: 2rem;
  margin-bottom: 0.4rem;
}
.footer_main_nav_list a {
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
}
.footer_content {
  width: 6.5rem;
}
.footer_content_title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.footer_content_name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0.15rem;
}
.footer_bottom {
  width: 100%;
  height: 1.6rem;
  justify-content: center;
  align-items: center;
}

.footer_information {
}

.information_name {
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.3rem;
}

/*分页*/
.uni-page {
  padding: 0.1rem 0;
  text-align: center;
}

.uni-page .pagination {
  display: inline-block;
}

.uni-page .pagination .page-item {
  float: left;
  display: inline-block;
  margin-right: 0.1rem;
}

.uni-page .pagination .page-item:last-child {
  margin-right: 0;
}

.uni-page .pagination .page-item .page-link {
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  /*border: 2px solid #FFFFFF;*/
  border-radius: 50%;
  font-size: 0.18rem;
  font-weight: 400;
  color: #999;
  margin: 0 0.18rem;
  padding: 0;
  background: none;
}

.uni-page .pagination .page-item:first-child .page-link,
.uni-page .pagination .page-item:last-child .page-link {
  width: 0.7rem;
  height: 0.7rem;
  /*background: #F6D487;*/
  border-radius: 50%;
  margin: 0 0.18rem;
  border: none;
  color: #000;
}

.uni-page .pagination .page-item:not(.disabled) .page-link:hover {
  /*background-color: #c71b2b;*/
  /*border-color: #c71b2b;*/
  /*color: #fff;*/
  transition: all 0.25s;
}

.uni-page .pagination .active.page-item.disabled .page-link {
  /*border-color: #c71b2b;*/
  color: #fd8103;
}

.uni-page {
  padding: 0.5rem 0;
}

.uni-page a {
}

.uni-page .num:hover,
.sort-page .num.active {
  /*color: #E44E3E;*/
  border: 0.02rem solid #e44e3e;
}

.uni-page .next img,
.sort-page .prev img {
  width: 0.37rem;
  /*height: 29px;*/
}

.uni-page .next:hover,
.sort-page .prev:hover {
  /*background: #E44E3E;*/
}

/* 弹框 */
.BulletFrame {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
}

.BulletFrame .BulletFrame_type {
  width: 10.4rem;
  height: auto;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.BulletFrame_type .BulletFrame_close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.15rem;
  right: 0.2rem;
  cursor: pointer;
}

.BulletFrame_type .BulletFrame_logo {
  width: 1.25rem;
  height: 0.48rem;
  margin: 0.3rem auto;
}

.BulletFrame_type .BulletFrame_title {
  font-size: 0.36rem;
  color: #fd8100;
  line-height: 0.48rem;
  text-align: center;
  width: 100%;
}

.BulletFrame_type .BulletFrame_info {
  width: 85%;
  margin: 0.2rem auto 0.15rem;
  font-size: 0.18rem;
  color: #1f1f1f;
  line-height: 0.36rem;
}

.BulletFrame_type .BulletFrame_name {
  width: 85%;
  margin: 0 auto;
  font-size: 0.18rem;
  color: #1f1f1f;
  line-height: 0.36rem;
}

.BulletFrame_type .BulletFrame_item {
  width: 85%;
  height: auto;
  margin: 0.2rem auto 0;
  justify-content: flex-end;
  align-items: center;
}

.BulletFrame_item .BulletFrame_img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.78rem;
  bottom: 1.2rem;
}

.BulletFrame_item .BulletFrame_item_right {
  width: 2rem;
  height: auto;
}

.BulletFrame_item_right .BulletFrame_item_name {
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  text-align: right;
}

/*加盟弹框*/
.franchise {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.franchise .franchise_type {
  width: 8rem;
  height: auto;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.franchise_type .franchise_close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.15rem;
  right: 0.2rem;
  cursor: pointer;
}

.franchise_type .franchise_title {
  font-size: 0.36rem;
  color: #fd8100;
  line-height: 0.48rem;
  text-align: center;
  width: 100%;
  padding-top: 0.4rem;
}

.franchise_type .franchise_img {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.2rem auto 0.15rem;
}

.franchise_type .franchise_name {
  width: 85%;
  margin: 0.1rem auto 0.2rem;
  font-size: 0.24rem;
  color: #fd8100;
  line-height: 0.36rem;
  text-align: center;
}

.franchise_type .franchise_name2 {
  width: 85%;
  margin: 0 auto;
  font-size: 0.18rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  text-align: center;
}
/*返回顶部*/
.footer_icon_top{
    width: 1rem;
    height: 1rem;
    position: fixed;
    bottom: 20%;
    right: 3.2%;
    z-index: 99999;
    cursor: pointer;
   display: none;
}
.footer_icon_top.active{
    display: block;
}
/*  */
.web {
  display: block;
}

.mobile {
  display: none;
}

/*  */
@media (max-width: 1250px) {
  .container {
    width: 90%;
  }
}

/* 手机端 */
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size: 13.333333vw;
  }

  body {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    background-color: #ffffff;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .container {
    width: 90%;
  }

  .BulletFrame_type {
    width: 90% !important;
  }

  /* header */
  .mobile_con {
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  }

  .mobile_con .mobile_type {
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    position: absolute;
    z-index: 99;
    left: 5%;
  }

  .mobile_con .mobile_type .mobile_type_item {
    justify-content: space-between;
    align-items: center;
  }

  .mobile_type_item .mobile_logo {
    width: 1.75rem;
    height: 0.55rem;
  }

  .mobile_type_item .mobile_line {
    width: 0.01rem;
    height: 0.45rem;
    margin: 0 0.3rem;
    background-color: #fff;
  }

  .mobile_type_item .mobile_info .mobile_info_name1 {
    font-size: 0.18rem;
    color: #ffffff;
  }

  .mobile_type_item .mobile_info .mobile_info_name2 {
    font-size: 0.15rem;
    color: #ffffff;
  }

  .mobile_con .mobile_type .mobile_type_btn {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile_con .mobile_type .mobile_type_btn .caidanlan {
    width: 0.4rem;
    height: 0.4rem;
  }

  .mobile_con .mobile_type .mobile_type_btn .dacha {
    width: 0.45rem;
    height: 0.45rem;
    display: none;
  }

  .mobile_con .mobile_type .menu_visible .caidanlan {
    display: none !important;
  }

  .mobile_con .mobile_type .menu_visible .dacha {
    display: block !important;
  }
.head_qh{
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: 500;
    margin-right: 0.2rem;
}
.head_qh a{
    color: #ffffff;
}
  /* header下滑 */

  header.active .mobile_line {
    background-color: #fd8103 !important;
  }

  header.active .mobile_info .mobile_info_name1 {
    color: #fd8103 !important;
  }

  header.active .mobile_info .mobile_info_name2 {
    color: #fd8103 !important;
  }

  /* 菜单 */
  header .head_main {
    width: 100%;
    height: 0;
    background-color: #0068b7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
    overflow: hidden;
  }

  .mobile-menu-visible .head_main {
    height: 100vh;
    transition: all 0.5s;
    overflow: scroll !important;
  }

  .head_main .head_mian_type {
    padding: 0.45rem 0.4rem;
  }

  .head_main .head_mian_type ul {
    margin-top: 0.8rem;
  }

  .head_main .head_mian_type ul .head_mian_li {
    border-top: 0.01rem solid #fff;
    height: auto;
  }

  .head_main .head_mian_type ul .head_mian_li:last-child {
    border-bottom: 0.01rem solid #fff;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav {
    height: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_title {
    font-size: 0.26rem;
    color: #fff;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_img {
    width: 0.18rem;
    height: 0.18rem;
  }

  .head_main
    .head_mian_type
    ul
    .head_mian_li
    .head_mian_nav
    .nav_img
    .nav_imgbottom {
    display: none;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav2 {
    display: none;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav2 .nav_title {
    font-size: 0.24rem;
    color: rgba(12, 12, 12, 0.8);
    padding-left: 0.2rem;
    line-height: 0.8rem;
  }

  .head_main .head_mian_type ul .active .head_mian_nav .nav_title {
    color: #fd8103;
  }

  .head_main .head_mian_type ul .active .head_mian_nav .nav_img .nav_imgright {
    display: none;
  }

  .head_main .head_mian_type ul .active .head_mian_nav .nav_img .nav_imgbottom {
    display: block;
  }

  .head_main .head_mian_type ul .active .head_mian_nav2 {
    display: block;
  }

  .header .head_con .web_nav {
    display: none;
  }

  /* footer */
  .footer_main {
    justify-content: center;
  }
  .footer_main_nav {
    display: none;
  }
  .footer_content_title {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
  }
  .footer_content_name {
    text-align: center;
  }
}
