.hybg_list {
  width: 100%;
  height: auto;
  background-color: #f5f7fb;
  margin-top: 105px;
  padding-bottom: 5%;
}
@media only screen and (max-width: 1200px) {
  body {
    width: 100%;
  }

}
.c_crumb {
  padding-top: 35px;
  padding-bottom: 30px;
  color: #9f9f9d;
}
.c_crumb a {
  color: #9f9f9d;
}
.c_crumb a:hover {
  color: #2a8deb;
}
.c_crumb b {
  color: #308ef0;
  font-weight: normal;
}
.c_crumb span {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .other_list {
    background: none;
    padding-bottom: 20px;
  }
 .c_crumb{padding-bottom: 10px;    padding-top: 15px;}
}

.hybg_con01 {
  /* margin-top: 10px; */
  display: flex;
  flex-wrap: wrap;
}
.hybg_con01 dl {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  border-radius: 5px;
  margin-top: 40px;
  box-shadow: 0 0 5px #eaeef9;
  transition: all 0.5s ease-in-out;
}
.hybg_con01 dl:nth-of-type(3n) {
  margin-right: 0;
}
.hybg_con01 dl dt img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hybg_con01 dl dt {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.hybg_con01 dt img:hover {
  transform: scale(1.05);
  transition: all 1.5s;
}
.hybg_title {
  /* margin-top: 20px; */
  position: relative;
}
.hybg_title > h2 {
  font-size: 32px;
  color: #28293c;
  text-align: center;
  line-height: 56px;
  font-weight: 600;
}
.hybg_title > p {
  font-size: 18px;
  color: #888888;
  text-align: center;
}
.hybg_title > .search {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  border: 1px solid #cccccc;
  background: #fff;
}
.hybg_title > .search.active{
	border-color:#015ec1;
}
.hybg_title > .search > .searchIcon {
  padding: 8px 20px 8px 10px;
  display: inline-block;
}
.hybg_title > .search > .closeIcon{
	position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
    display: none;
}
.hybg_title > .search > .closeIcon .iconfont{
	font-size: 20px;
}
.hybg_title > .search > .searchIcon > img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
.hybg_title > .search > input {
  width: 210px;
  line-height: 40px;
  padding-left: 20px;
  height: 38px;
  border: 0;
}
.hybg_classify {
  margin-top: 30px;
  background: #fff;
  padding: 8px 40px;
}
.hybg_classify.hybg_classify1{
	background: transparent;
	    margin-top: 10px;
	    display: none;
}
.hybg_classify .rows {
  width: 100%;
  line-height: 48px;
  /*  border-bottom: 1px dashed #e5e5e5; */
  font-size: 16px;
  color: #888888;
  display: table;
  position: relative;
}
.hybg_classify  .rows_sel {
  width: 100%;
  line-height: 48px;
  /*  border-bottom: 1px dashed #e5e5e5; */
  font-size: 16px;
  color: #888888;
  display: table;
}
.hybg_classify_line {
  width: 100%;
  height: 1px;
  background: url(../img/hybg/x.png) no-repeat;
}
.hybg_classify  .rows > div {
  float: left;
  position: relative;
   height: 54px;
  overflow: hidden;
}
.hybg_classify  .rows_sel > div {
  float: left;
}
.hybg_classify_title {
  /*  width: 60%; */
  width: 90px;
  display: inline-block;
  text-align: right;
  color: #333;
  text-align-last: justify;
  font-weight: 600;
}
.hybg_classify  div span {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  padding: 3px 5px;
}
.rows_sel_re {
  position: relative;
    margin-left: 15px;
    line-height: 25px;
    padding: 5px 5px 5px 15px;
    margin-top: 7px;
    cursor: pointer;
    display: inline-block;
}
.rows_sel_re:hover {
  color: #308ef0;
}
.rows_sel_re i{
    overflow: hidden;
    background: url(../img/hybg/sel_pic.png) no-repeat;
    background-position: 0px -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 0;
}
.hybg_classify .rows_sel > div span {
  font-weight: normal;
}
 .hybg_classify .rows_sel .hybg_classify_title_content span {
  font-weight: normal;
  line-height: 20px;
  border: 1px solid #99b7ce;
  padding: 5px 39px 5px 12px;
  position: relative;
  margin-top: 7px;
  color: #2386ee;
  background: #eaf6ff;
}
 .hybg_classify .rows_sel .hybg_classify_title_content span i {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url(../img/hybg/sel_pic.png) no-repeat;
  background-position: -11px 0;
  margin-left: 10px;
}
.hybg_classify .rows_sel .hybg_classify_title_content span:hover i {
    background-position: -11px 0;
}
.hybg_classify  div > span:nth-child(1) {
  margin-left: 0;
}
.hybg_classify  div > span:last-child {
  margin-right: 0;
}
.hybg_classify_title_box {
  /* width: 17%; */
  width: 150px;
  margin-right: -150px;
}
.hybg_classify_title_box > .line {
  color: #dbdbdb;
}
.hybg_classify_title_content > div {
  padding-left: 150px;
  padding-right: 80px;
 
}
.hybg_classify .rows .hybg_classify_title_content.active{
	height: auto;
}
.hybg_classify_title_content > div > span:hover,
.hybg_classify_title_content > div .active {
  color: #308ef0;
}
.hybg_classify .rows  .more_btn{
	position: absolute;
	right: 0;
	width: 70px;
	text-align: center;
	border: 1px solid #308ef0;
	height: 32px;
	line-height: 32px;
	top: 10px;
	font-size: 14px;
	border-radius: 3px;
	display: none;
	cursor: default;
	color: #308ef0;
}
.hybg_classify .rows  .more_btn a{
	color: #308ef0;
}
.hybg_classify .rows  .more_btn:before{
	content: "\e603";
	font-family: "iconfont" ;
	display: inline;
	
	margin-right: 5px;
	transition: all 0.4s;
	position: relative;
}
.hybg_classify .rows  .more_btn.active:before{
	content: "\e638";
}
.hybg_con01 > dl > dd {
  padding: 70px 30px 20px 30px;
  position: relative;
}
.hybg_con01 > dl > dd > .logo {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hybg_con01 > dl > dd > .logo > img {
  /* width: 86px; */
  width: auto;
  max-width: 100%;
}
.hybg_con01 > dl > dd > h4 a{
	display: block;
  color: #333;
  height: 50px;
}
.hybg_con01 > dl > dd > h4 :hover {
  color: #308ef0;
}
.hybg_con01 > dl > dd > .hr {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 20px 0;
}
.hybg_con01 > dl > dd > .bottom > span {
  padding: 3px 8px;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 5px;
}
.hybg_con01 > dl > dd > .bottom .f {
  background: #e3f4fc;
  color: #0086f9;
}
.hybg_con01 > dl > dd > .bottom .s {
  background: #fcede3;
  color: #f98d00;
}
.hybg_con01 > dl > dd > .bottom .t {
  background: #e3f6fc;
  color: #00c5f1;
}
/* 分页 */
.paging {
  display: block;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 90px;
 
  text-align: center;
}
.paging .page_list{display: inline-block;vertical-align: middle;}
.paging .tz_input{display: inline-block;vertical-align: middle;color: #949ba3;}
.paging .page_list span,
.paging .page_list a{
  text-align: center;
  line-height: 50px;
  color: #949ba3;
  font-size: 18px;
vertical-align: middle;
  display: inline-block;
}
.paging .page_list a.selected,.paging .page_list a:hover{
	color: #fff;
    background-image: linear-gradient(to right, #2a6ed7, #48a9e8);
}
.paging .page_list  span {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 5px;
  margin: 0 4px;
  cursor: pointer;
  display:inline-block;
	vertical-align:middle;
	
}
.paging .tz_input span {
	display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #eceff5;
    border-radius: 5px;
    margin: 0 9px;
    cursor: pointer;
    vertical-align: middle;
    color: #949ba3;
}
.paging .page_list  a {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #eceff5;
  border-radius: 5px;
  margin: 0 4px;
  cursor: pointer;
  display:inline-block;
	vertical-align:middle;
	
}
.paging .pageInput {
  line-height: 50px;
  border: 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #949ba3;
  background: transparent;
}






@media only screen and (max-width: 1440px) {
  /* 标题 */
  .hybg_title {
    /* margin-top: 20px; */
    position: relative;
  }
  .rows_sel_re {
    font-size: 14px;
}
  .hybg_title > h2 {
    font-size: 30px;
    color: #28293c;
  text-align: center;
    line-height: 56px;
  }
  .hybg_title > p {
    font-size: 16px;
    color: #888888;
  text-align: center;
  }
  .hybg_title > .search {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 36px;
    border: 1px solid #cccccc;
    background: #fff;
  }
  .hybg_title > .search > .searchIcon {
    padding: 6px 15px 6px 8px;
    display: inline-block;
  }
  .hybg_title > .search > input {
    width: 210px;
    line-height: 36px;
    padding-left: 15px;
    height: 34px;
    border: none;
    background: transparent;
  }

  .hybg_classify {
    /* margin-top: 30px;
    background: #fff; */
    padding: 8px 30px;
  }
  .hybg_classify  div {
    line-height: 36px;
  }
  .hybg_classify .rows_sel .hybg_classify_title_content span{
  	margin-top: 0;
  }
  .rows_sel_re{margin-top: 0;}
  .hybg_classify  .rows {
    display: table;
  }
  .hybg_classify  .rows > div {
    float: left;
  }
  .hybg_classify  .rows_sel {
    display: table;
  }
  .hybg_classify  .rows_sel > div {
    float: left;
  }
  .hybg_classify  div span {
    font-size: 14px;
    margin: 0 5px;
  }

  .hybg_con01 > dl > dd {
    position: relative;
  }
  .hybg_con01 > dl > dd > .logo {
    /* position: absolute;
    top: -35px;
    left: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(28, 41, 69, 0.1);
    display: flex;
    align-items: center;
    justify-content: center; */
  }
  .hybg_con01 > dl > dd > h4 {
    color: #333;
    height: 50px;
    font-size: 18px;
    /* height: 40px; */
  }
  /* .hybg_con01 > dl > dd > .logo > img {
    width: 48px;
  } */
  .hybg_con01 > dl > dd > .bottom > span {
    line-height: 25px;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
  }
  .hybg_con01 > dl > dd > .hr {
    margin: 15px 0;
  }
  /* 分页 */
   .paging .page_list a,.paging .page_list span{
  	width: 40px;height: 40px;line-height: 40px;font-size: 14px;
  }
  .paging .tz_input span{
  	width: 40px;height: 40px;line-height: 40px;
  }
  .paging .pageInput{
  	line-height: 40px;font-size: 14px;
  }
 .hybg_classify .rows > div{height: 42px;}
 .hybg_classify .rows .more_btn{height: 26px;line-height:26px;font-size: 12px;}
}
@media only screen and (max-width: 1400px) {
  .hybg_con01 > dl > dd > .logo {
    width: 70px;
    height: 70px;
    top: -40px;
  }
  .hybg_con01 > dl > dd {
    padding-top: 47px;
  }
  
 
  
}
@media only screen and (max-width: 1280px) {
		.hybg_con01 dl{width: 49%;}
		.hybg_con01 dl:nth-child(3n){margin-right: 2%;}
		.hybg_con01 dl:nth-child(2n){margin-right: 0;}

}
	@media only screen and (max-width: 768px) {
		
		/*.hybg_title{padding-bottom: 50px;}
		.hybg_title > .search {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 36px;
    border: 1px solid #cccccc;
    background: #fff;
    width: 260px;
}*/
.hybg_classify  .rows > div {
    float: none;
    width: 100%;
}
.hybg_classify_title_content > div {
    padding-left: 0;
}
.hybg_classify {
    padding: 8px 10px;
}
.hybg_classify  .rows_sel > div {
    float: none;
}
.hybg_classify  .rows_sel{line-height: 26px;}
.hybg_classify  .rows{line-height: 26px;}
.hybg_classify  div span{    margin: 0;}
.hybg_classify  .rows .hybg_classify_title_content {
    line-height: 22px;    height: 72px;
}
.hybg_classify{
	    height: 100%;
	    padding-top: 40px;
	    padding-bottom: 0;
	    margin-top: 0;
	    height: 87vh;
	    overflow: auto;
}
.hybg_con01 > dl > dd {
    padding: 60px 10px 20px 10px;
}
    .hybg_con01 > dl > dd > h4{font-size: 16px;height: auto;}
    .hybg_con01 > dl > dd > h4 a{
    	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
    	
    }
    .hybg_con01 > dl > dd > .bottom{display: none;}
    .hybg_con01 > dl > dd > .hr{display: none;}
    .hybg_con01 > dl > dd > .logo{    top: -20px;    left: 20px;}
    .paging > span, .paging > i{font-size: 12px;line-height: 30px;width: 30px;
    height: 30px;}
    .paging .pre .out, .paging .next .out{vertical-align: middle;}
    .paging .pre .in, .paging .next .in {
    width: 12px;
    height: 12px;}
    .paging .pre .out, .paging .next .out {
    height: 14px;}
    .paging .next .in{left: -9px;}
    .paging .pageInput {
    line-height: 30px;
    font-size: 12px;
}
   .w1440 {
    width: 100%;
}
	}
	


.hybg_list  .con_list dl {
	width: 32%;
	float: left;
	margin-top: 40px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 2%;
	box-shadow: 0 0 5px #eaeef9;
}
.hybg_list  .con_list dl:hover{
	box-shadow: 5px 5px 15px #ccc;
	
}
.hybg_list  .con_list dl:nth-of-type(3n) {
	margin-right: 0px;
}

.hybg_list  .con_list dl dt {
	position: relative;
}

.hybg_list  .con_list dl dt a {
	display: block;
	height: 0px;
	padding-bottom: 43.5%;
	overflow: hidden;
}
.hybg_list .con_list dl dt .img a{
	padding:0;
	height: auto;
	
}
.hybg_list  .con_list dl dt .img_box {
	width: 100%;
	height: 0px;
	padding-bottom: 43.5%;
	transition: all 0.5s ease-in-out;
}

.hybg_list  .con_list dl dt .img {
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	bottom: -50px;
	left: 30px;
	overflow: hidden;
	z-index: 3;
	box-shadow: 0 4px 10px #ddd;
}

.hybg_list  .con_list dl dt .img img {
	width: auto;
	max-width: 90%;
	vertical-align: middle;
}

.hybg_list  .con_list dl:hover dt a .img_box{
	transform: scale(1.05);
}

.hybg_list  .con_list dd {
	padding: 70px 30px 20px;
}

.hybg_list  .con_list dd h3 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}

.hybg_list  .con_list dd h3 a {
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
	height: 3em;
	line-height: 1.5;
	color: #333333;
}

.hybg_list  .con_list dd h3 a:hover {
	color: #2386ec;
}

.hybg_list  .con_list ul {
	margin-top: 20px;
}

.hybg_list  .con_list li {
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	padding: 3px 8px;
}

.hybg_list  .con_list li:nth-of-type(1) {
	background: #e3f4fc;
	color: #0086f9;
}
.hybg_list  .con_list li:nth-of-type(1) a{
	color: #0086f9;
}
.hybg_list  .con_list li:nth-of-type(2) {
	background: #fcede3;
	color: #f98d00;
}
.hybg_list  .con_list li:nth-of-type(2) a{
	color: #f98d00;
}
.hybg_list  .con_list li:nth-of-type(3) {
	background: #e3f6fc;
	color: #00c5f1;
}
.hybg_list  .con_list li:nth-of-type(3) a{
	color: #00c5f1;
}
.mobil_tab{display: none;}
.mobil_more{display: none;}
.mobil_btn_con{display: none;}
@media only screen and (max-width: 1400px) {
	.hybg_list  .con_list dl dt .title {
		margin-bottom: 10px;
	}
	.hybg_list  .con_list dl dt .title ul {
		margin-top: 20px;
	}
	.hybg_list  .con_list dl dt .title li {
		margin: 0 5px;
		padding: 10px 10px 15px 10px;
	}
	.hybg_list  .con_list dl dt .img {
		width: 70px;
		height: 70px;
		bottom: -30px;
		line-height: 70px;
	}
	.hybg_list  .con_list dd {
		padding-top: 45px;
	}
	.hybg_list  .con_list  li {
    padding: 3px 5px;
}
}
@media only screen and (max-width: 1024px) {
	
	.hybg_list .con_list dl{width:49%;}
	.hybg_list .con_list dl:nth-child(3n){margin-right: 2%;}
	.hybg_list .con_list dl:nth-child(2n){margin-right:0;}
}
.shaix{display: none;}
.mobil_btn_return{display: none;}
@media only screen and (max-width: 600px) {
	.w1440{padding-left:0.3rem;padding-right: 0.3rem;}
	a {
    color: #252B3A;}
   .paging{padding-top: 40px;padding-bottom: 40px;}
   .paging .page_list{font-size: 0;}
   .paging .tz_input{display: none;}
   .paging .page_list a, .paging .page_list span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;margin: 0 2px;
}
	.hybg_title > h2{font-size: 20px;text-align: left;}
	.hybg_title > .search{
    width: 50%;
    right: 20px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: auto;
    border: none;
    }
	.hybg_title>.search>input{    width:calc(100% - 1.45rem);position: relative;}
	
	.hybg_title > .search > .searchIcon{padding: 0;}
	.hybg_title > p{display: none;}
	.hybg_list .con_list dl{width: 100%;margin-right: 0;box-shadow: none;background: transparent;border-radius: 0;font-size: 0;}
	.hybg_list .con_list dl dt a{padding-bottom: 100%;}
	.hybg_list .con_list dl dt .img{display: none;}
	
	.hybg_list .con_list dl dt .img_box{padding-bottom: 100%;}
	.hybg_list .con_list dl dt{display: inline-block;width:23.18%;vertical-align: middle;}
	.hybg_list .con_list dd{display: inline-block;width:76.82% ;padding: 0;padding-left:5%;vertical-align: middle;}
	.hybg_list .con_list dd h3{border: none;padding-bottom: 10px;}
	.hybg_list .con_list ul{margin-top: 0;}
	.hybg_list .con_list li{font-size: 0.18rem;}
		.hybg_list .con_list dd h3 a i{display: none;}
	.hybg_list .con_list dd h3 a span:last-child{color: #888888;font-size: 0.24rem;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
   
    line-height: 1.5;}
	.hybg_list .con_list dd h3 a span:first-child{display: block;font-size:0.32rem;color: #333333;}
	.hybg_list .con_list dd h3 a{display: block;height: auto;overflow: auto;}
	/*.paging{display: none;}*/
	.mobil_more a{border: none;display: block;width: 1.96rem;height: 0.6rem;line-height:0.6rem;text-align: center;color: #fff;background-image: linear-gradient(to right, #2a6ed7, #48a9e8);margin: 10% auto;border-radius: 5px;font-size: 0.22rem;}
.tab_box{text-align: center;border-bottom: 1px solid #dbdbdb;}
/*.tab_list{position: relative;}*/
.rows_sel_re{display: none;}
.hybg_classify_title_box{    display: block;}
.tab_list li .tab_box{position: absolute;top: 41px;left: 0;width: 100%;background: #fff;z-index: 9;padding: 15px 0.85rem;display: none;text-align: left;}
.tab_list li.active .tab_box{display: block;}
.tab_list li .hybg_classify_title_content > div > span{
    font-size: 14px;
    line-height: 2em;
    width: 50%;
    display: inline-block;
    cursor: default;
    }
    .tab_list li .hybg_classify_title_content > div > span:nth-child(2n){width:46%;margin-left:4%;}
.tab_box .tab_mobil{position: absolute;top: 40px;height: 36px;background: #fff;width: 100%;left: 0;display: none;z-index: 9;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 36px;background: #eee;text-align: center;color: #0086f9;padding: 0 15px;font-size: 12px;}
.tab_list{font-size: 0;}
.tab_list li .hybg_classify_title_content > div{padding-right: 0;    font-size: 0;}
.tab_list li{display: inline-block;padding:10px 0;font-size: 14px;width: 25%;}
.tab_list li>a{position: relative;}
.tab_list li.active>a:after{background: #2386ee;   content: "";   width: 100%;  height: 2px;  display: block; position: absolute; top: 28px;left: 0;}
.tab_list li img{width: 8px;vertical-align: middle;margin-left: 0.1rem;}
.tab_list li.active img{transform: rotate(180deg);}
.tab_list .btn_list{text-align: center;margin-top: 20px;}
.tab_list .btn_list a{width: 40%;height: 32px;line-height: 32px;text-align: center;border-radius: 32px;display:inline-block;background-image: linear-gradient(to right, #2a6ed7, #48a9e8);color: #fff;}
.tab_list .btn_list a:first-child{background: #eee;color: #252B3A;margin-right: 5%;color: #0086f9;}
.hybg_classify_title_content > div{padding-right: 0;}
.hybg_classify_title_box > .line{display: none;}
.hybg_classify .rows > div {
    height: 39px;
}
.hybg_classify .hybg_classify_line{display: none;}
.hybg_classify .rows .more_btn{border: none;}
.hybg_classify  li{margin-bottom: 10px;}
.pc_tab .hybg_classify_title_content > div > span{
	    margin: 0;
	    width: 32%;
	    height: 30px;
	    line-height: 30px;
	    background: #eee;
	    border-radius: 30px;
	    text-align: center;
	    vertical-align: middle;
	    padding: 0;
	    font-size: 12px;
}
.pc_tab .hybg_classify_title_content > div > span.active{
    background: #e3f4fc;
    color: #0086f9;
}
.hybg_classify .rows .more_btn:before{
	display: none;
}
.hybg_classify .rows .more_btn:after {
    content: "\e603";
    font-family: "iconfont";
    display: inline;
    
    transition: all 0.4s;
    position: relative;
}
.pc_tab{
	display: none;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
	}
.mobil_tab{display: block;}
.mobil_tab .w1440{position: relative;}
.hybg_list{padding: 20px 0;margin-top: 1.1rem;}
.shaix{display:inline-block;font-size: 0.24rem;position: relative;padding-left: 0.26rem;margin-top: 5px;}
.shaix img{width: 0.22rem;vertical-align: middle;margin-left: 0.1rem;}
.hybg_title > .search > .searchIcon{display: none;}
.hybg_classify_title_content > div > span:hover{color:#252B3A ;}
.tab_list li .hybg_classify_title_content > div > span.active { color: #0086f9;padding-left: 20px;background: url(../img/hybg/dui.png) no-repeat center left;}
.tab_box .tab_mobil span{margin-right: 5px;}
.hybg_title > .search > input{padding-left: 5px;font-size: 12px;display: none;}
.hybg_classify.hybg_classify1{display: none!important;}
.mobil_btn_con{    display: block;
    width: 100%;
    margin: 0 auto;
   position: absolute;
    bottom: 20px;
}
.mobil_btn_con a{
	display: block;
	width: 100%;color: #fff;
	 text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: #1c75d5;}
    .mobil_btn_return{display: block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;}
    .mobil_btn_return .iconfont{font-size:24px;}
    .hybg_list  .con_list dl:hover{box-shadow: none;}
}



