html,
body {
  width: 100%;
  overflow-x: hidden;
}
.mask{
  width:100%;
  height:100%;
  background:#333;
  opacity:0.8;
  z-index:9999;
  position:fixed;
  top:0;
  left:0;
  display:none;
}
#box{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:12rem;
  background:#ffffff;
  display:none;
  z-index:10000;
}
#box ul li:first-child{
  margin-top:0.8rem;
}
#box ul li{
  margin-bottom:0.4rem;
}
#box ul li a{
  text-decoration:none;
}

.header-nav {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.21333333rem 0.34666667rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-color: transparent !important;
}
.header-nav .header-logo {
  height: 0.69333333rem;
}
.header-nav .header-menu {
  flex: initial;
  height: 0.45333333rem;
  width: 0.64rem;
}
.header-nav .header-menu img {
  display: block;
  width: 100%;
}
.header-banner img {
  width: 100%;
}
.footer {
  position: relative;
  background: #ff9859;
  padding: 0.88rem 0.93333333rem 1.2rem;
}
.footer .footer-phone {
  width: 5.86666667rem;
  height: 0.94666667rem;
  margin: auto;
  background: url("../images/footer-phone.png") no-repeat 100% 100%;
  background-size: 100% 100%;
}
.footer .footer-info {
  margin-top: 0.82666667rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
}
.footer .footer-info .footer-info-left {
  flex: 1;
}
.footer .footer-info .footer-info-left .footer-info-logo {
  width: 4.44rem;
  height: 0.76rem;
}
.footer .footer-info .footer-info-left .footer-logo-name {
  margin-top: 0.48rem;
  font-size: 0.4rem;
  color: #313131;
  line-height: 0.4rem;
  font-weight: bold;
}
.footer .footer-info .footer-info-left .footer-filing {
  /*width: 4.77333333rem;*/
  margin-top: 0.21333333rem;
  font-size: 0.29333333rem;
  font-weight: 400;
  color: #313131;
  line-height: 0.4rem;
}
.footer .footer-info .footer-info-right {
  flex: initial;
  width: 2rem;
}
.footer .footer-info .footer-info-right img {
  display: block;
  width: 100%;
}
.footer .footer-info .footer-info-right .footer-info-bottom {
  margin-top: 0.21333333rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #313131;
  line-height: 0.4rem;
}
.footer .footer-items {
  margin-top: 0.8rem;
  margin-bottom: 0.84666667rem;
  position: relative;
}
.footer .footer-items .footer-item {
  flex: 1;
}
.footer .footer-items .footer-item .footer-item-box:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer-items .footer-item-right {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-items .footer-item-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #313131;
  line-height: 0.4rem;
}
.footer .footer-items .footer-item-box {
  position: relative;
  margin-top: 0.4rem;
}
.footer .footer-items .footer-item-list {
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin-bottom: 0.32rem;
  color: #313131;
}
.footer .footer-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #313131;
  text-align: center;
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: 0.37333333rem;
  font-weight: 400;
  color: #ff9859;
}
.footer .footer-btn:after {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: '';
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21333333rem 0.21333333rem 0 0.21333333rem;
  border-color: #ff9859 transparent transparent transparent;
}
.tabs {
  display: flex;
}
.tabs .tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.70666667rem;
  background: #F7F7F7;
}
.tabs .tab .tab-icon {
  display: block;
  width: 0.73333333rem;
  height: 0.73333333rem;
}
.tabs .tab .tab-right {
  padding-left: 0.26666667rem;
}
.tabs .tab .tab-right .tab-title {
  font-size: 0.37333333rem;
  line-height: 0.37333333rem;
  color: #373737;
  font-weight: 500;
  opacity: 0.8;
}
.tabs .tab .tab-right .tab-details {
  font-size: 0.24rem;
  font-weight: normal;
  color: #373737;
  opacity: 0.5;
}
.tabs .tab.active {
  background: #424242;
}
.tabs .tab.active .tab-right .tab-title,
.tabs .tab.active .tab-right .tab-details {
  color: #ff9859;
}
.tabs .tab.tab1 .tab-icon {
  background: url("https://heifeng.oss-cn-shenzhen.aliyuncs.com/heifeng_gw/wapimg/icon-1.png") no-repeat;
  background-size: 100% 100%;
}
.tabs .tab.tab1.active .tab-icon {
  background: url("../images/icon-1-active.png") no-repeat;
  background-size: 100% 100%;
}
.tabs .tab.tab2 .tab-icon {
  background: url("../images/icon-2.png") no-repeat;
  background-size: 100% 100%;
}
.tabs .tab.tab2.active .tab-icon {
  background: url("../images/icon-2.png") no-repeat;
  background-size: 100% 100%;
}
.article {
  padding: 0.37333333rem 0.30666667rem 1px;
  margin-top: 1.6rem;
}
.article:after {
  margin-top: 0.48rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  content: '';
}
.article .article-top {
  width: 100%;
  height: 6.01333333rem;
  border-radius: 10px;
  overflow: hidden;
}
.article .article-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .article-bottom .list-title {
  padding-top: 0.30666667rem;
  font-size: 0.53333333rem;
  line-height: 0.53333333rem;
  font-weight: 500;
  color: #3e3e3e;
}
.article .article-bottom .list-info {
  margin-top: 0.06666667rem;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 0.6rem;
  color: #686868;
}
.article .article-bottom .list-details {
  margin-top: 0.13333333rem;
  font-size: 0.37333333rem;
  font-weight: normal;
  line-height: 0.56rem;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-list {
  padding: 2rem 0.4rem 0.53333333rem;
}
.article-list .list {
  padding-top: 0.53333333rem;
  display: flex;
}
.article-list .list .list-left {
  flex: initial;
  width: 3.33333333rem;
  height: 2.28rem;
  overflow: hidden;
  border-radius: 10px;
}
.article-list .list .list-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list .list .list-right {
  flex: 1;
  padding-left: 0.22666667rem;
}
.article-list .list .list-right .list-title {
  font-size: 0.42666667rem;
  line-height: 0.6rem;
  font-weight: 500;
  color: #3e3e3e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.article-list .list .list-right .list-info {
  font-size: 0.32rem;
  color: #9e9e9e;
  line-height: 0.6rem;
}
.article-list .list .list-right .list-details {
  margin-top: 0.13333333rem;
  font-size: 0.34666667rem;
  font-weight: normal;
  color: #686868;
  line-height: 0.50666667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=style.css.map */

.top-menu {
  position: fixed;
  bottom: 0rem;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-menu .bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.top-menu .top-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
  transform: translateY(-2.17333333rem);
}
.top-menu .top-header {
  margin-bottom: -1px;
  background: url("../images/top-menu-bg.png") no-repeat center;
  background-size: 120% 125%;
  height: 2.17333333rem;
  width: 100%;
  padding: 0.48rem 0.56rem 0;
  display: flex;
  align-items: center;
}
.top-menu .top-header .left,
.top-menu .top-header .right {
  flex: 1;
}
.top-menu .top-header .left .left-title,
.top-menu .top-header .right .left-title,
.top-menu .top-header .left .right-title,
.top-menu .top-header .right .right-title {
  font-size: 0.45333333rem;
  font-weight: bold;
  color: #2c2c2b;
  line-height: 0.49333333rem;
}
.top-menu .top-header .left .left-info,
.top-menu .top-header .right .left-info,
.top-menu .top-header .left .right-info,
.top-menu .top-header .right .right-info {
  margin-top: 0.05333333rem;
  font-size: 0.26666667rem;
  line-height: 0.49333333rem;
}
.top-menu .top-header .right {
  text-align: right;
}
.top-menu .top-header .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.y_conter{
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  text-align: center;
}
.y_topback{
  width: 1rem;
  height: 1rem;
  background: url("__PUBLIC__/heifengshouji/img/icon-menu.png") no-repeat center / 0.16rem;
}
.top-menu .top-header .content .content-left,
.top-menu .top-header .content .content-right {
  flex: initial;
  display: block;
  width: 1.06666667rem;
  border-radius: 0.10666667rem;
  height: 1.10666667rem;
  background: black;
}
.top-menu .top-header .content .content-center {
  flex: initial;
  display: block;
  margin: 0 0.08rem;
  font-size: 0.66666667rem;
  color: black;
}
.top-menu .top-from {
  background: #ff9859;
  padding: 0.2rem 0.53333333rem 0.64rem;
}
.top-menu .top-from .form-control {
  height: 1.24rem;
  line-height: 0.56rem;
  font-size: 0.4rem;
  margin-bottom: 0.26666667rem;
  padding-left: 0.41333333rem;
}
.top-menu .top-from .form-control:focus {
  outline: none;
  box-shadow: none;
}
.top-menu .top-from textarea.form-control {
  height: 2.84rem;
}
.top-menu .top-from .btn-block {
  padding: 0;
  width: 8.93333333rem;
  height: 1.24rem;
  line-height: 1.24rem;
  text-align: center;
  background: #222222;
  border-radius: 10px;
  margin: 1rem auto 0;
  font-size: 0.4rem;
  font-weight: bold;
  color: #ff9859;
}
.top-menu.active .bg {
  height: 100vh;
  opacity: 1;
}
.top-menu.active .top-content {
  transform: translateY(-100%);
}
.y_nav-item{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#333333;
}
.y_top_ul{
  padding:0;margin:0;
  list-style:none;
}
.y_xianzhi1{
overflow:hidden;
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;
}

.modal-menu {
    position: fixed;
    bottom: 0rem;
    left: 0;
    width: 100%;
    z-index: 999;
}
.modal-menu .bg {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity ease-in 0.3s;
}
.modal-menu.active .bg {
    height: 100vh;
    opacity: 1;
}
.modal-menu .top-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
  transform: translateY(-2.17333333rem);
}
.modal-menu.active .top-content {
  transform: translateY(-120%);
}
.modal-menu .top-header {
  margin-bottom: -.4rem;
  background: url(../images/top-menu-bg.png) no-repeat center;
  background-size: 120% 125%;
  height: 2.17333333rem;
  width: 100%;
  padding: 0.48rem 0.56rem 0;
  text-align: center;
}
.modal-menu .dalmenu_wixin{
  font-size: 0.45333333rem;
  font-weight: bold;
  color: #2c2c2b;
  /* line-height: 1.6rem; */
  margin-top: .6rem;
}
.modal-menu .dalmenu-primary{
  display: block;
  width: auto;
  font-size: .4rem;
  font-weight: 600;
  color: #495057;
  background-color: #fff;
  border: none;
  border-radius: .5rem;
  margin: 0 auto;
  padding: .14rem .5rem;
  line-height: unset;
}
.modal-menu .top-from {
  background: #ff9859;
  padding: 0.2rem 0.53333333rem 0.54rem;
}
.modal-menu .img-responsive {
  width: 50%;
  margin: .4rem auto 0;
  background: #fff;
}
.modal-menu .dalmenu_border {
  border-bottom: 1px dashed #ffffff;
  padding-bottom: .4rem;

}
.modal-menu .img-responsive img{
  width: 100%;
  border: 0.16rem solid #ffffff;
}
.modal-menu .img-tis{
  font-size: .34rem;
  color: #ffffff;
  margin-top: .3rem;
  text-align: center;
}