@charset "utf-8";
/* CSS Document */

/* 框 */
.swiper-button-disabled{
	display:none;
}
.colbox{
	background:#fff;
	border-top:0.053rem #0047b2 solid;
	border-left:0.027rem #eeeeee solid;
	border-right:0.027rem #eeeeee solid;
	border-bottom:0.027rem #eeeeee solid;
	margin-top: 0.48rem;
	padding: 0 0.32rem 0.1rem;
}
.colbox .title{
	position:relative;
	margin-bottom: 0.133rem;
}
.colbox .title a{
	position:absolute;
	right:0;
	top: 0.32rem;
	font-size: 0.32rem;
	color: #9fb7da;
}
.colbox .title a:hover{
	text-decoration: underline;
	color: #2e6dcb;
}
.colbox h4{
	color:#0047b2;
	line-height: 0.93rem;
	margin: 0.3rem 0;
}

.n_list.n_1_list .left{float:left;margin-right: 4%;width: 39%;}
.n_list.n_1_list .imgbox{
  width: 100%;
  height: 2rem;
  border-radius: 0.15rem;
}
.n_list.n_1_list .right{
    width: 57%;
    float: left;
}
.n_list.n_1_list .right>a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap:break-word;
    word-break:break-all;
    overflow:hidden;
    line-height: 1.4;
    white-space: normal;
    color: #555;
    height: 1.17rem;
}
.n_list.n_1_list .time{
    font-size:0.32rem;
    color:#ccc;
    margin-top: 0.1rem;
    line-height: 1.5;
}
.n_list.n_1_list{
    margin-top: -0.15rem;
}
.n_list.n_1_list li{
    overflow:hidden;
    padding: 0.32rem 0.1rem;
    border-bottom: 0.027rem #ddd dotted;
    height: auto;
}
.n_list.n_1_list li:last-child{
	border:none;
	padding-bottom: 0;
}

/*  */
.Brandtable table tr{
	height: 1.3rem;
}
.Brandtable table td{
	padding-right:0.213rem;
}
.Brandtable table td:first-child{
	text-align:right;
}
.Brandtable table td[colspan="2"]{
	padding-right:0;
}
.Brandtable li{
	float:left;
	margin-right:0.48rem;
}
.Brandtable input[type="radio"]{
	margin: 0.02rem 0.1rem 0 0;
	float: left;
}
.Brandtable .t{
	margin: 0.59rem 0 0.32rem;
	position:relative;
	font-size: 0.37rem;
}
.Brandtable p{
	text-align:center;
	color:#999999;
	margin: 0 0 0.3rem;
}
.Brandtable .t:before,.Brandtable .t:after{
	content:"";
	display:block;
	width: 32%;
	border-bottom: 0.027rem #ddd dotted;
	position:absolute;
	margin-top:0.27rem;
}
.Brandtable p:before{

}
.Brandtable p:after{
	right: 0;
	top: 0;
}
.Brandtable .btns{
	width: 85%;
	height: 1.07rem;
	border-radius: 0.08rem;
	margin: 0 auto;
	float: none;
}

/* right */
.pplist{
	margin-top: 0;
	overflow: hidden;
}
.pplist li{
	width: 48%;
	margin-right: 4%;
	line-height: 0.93rem;
	float: left;
	text-align: center;
	background: #efefef;
	box-sizing: border-box;
	border-radius: 0.1rem;
	margin-bottom: 0.3rem;
	padding: 0 0.32rem;
}
.pplist li:nth-child(2n){
	margin-right:0;
}
.pplist li a{
	font-size: 0.37rem;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #555;
}
.colbox.ewm{
	padding:0.53rem;
	border-top: 0.027rem #eeeeee solid;
}
.colbox.ewm .con{}
.colbox.ewm .left{
	width: 50%;
	height:2.4rem;
}
.colbox.ewm .qrcode{
	padding-right:0.27rem;
}
.colbox.ewm canvas{
	width:2.4rem;
	height:2.4rem;
	float: right;
}
.colbox.ewm .right{
	margin-top:0.8rem;
	width: 50%;
	padding-left: 0.4rem;
}

/* icon */
.icon:before{
    background: url(../tbh_img/icon-s.png) left;
    display:block;
    content:"";
}

/* footer */
.footer{
    height: 1.6rem;
    background:#222;
    text-align: center;
    padding: 0;
}
.footer_con{
	position:relative;
	width: 100%;
	height: 1.6rem;
}
.footer img{
	width: 2.53rem;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}
.foot{
    text-align: center;
    padding: 0.4rem 0;
    color: #999;
    font-size: 0.32rem;
}

/* header */
.header{
    background:#0047b2;
    overflow: hidden;
}
.header .icon:before{
    width:0.53rem;
    height:0.53rem;
    float: left;
    margin-right: 0.08rem;
}
.header .shouye:before{
    background-position: 5.173rem 5.76rem;
}
.header .huiyuan:before{
    background-position: 4.16rem 5.76rem;
}
.header a.icon{
    color:#adcbed;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 1.07rem;
}

.header .rexian{
    color:#f3df81;
    float: left;
}
/* menu */
.nav__trigger{
    float:right;
    margin-left: 0.32rem;
}
.navtop .nav__link{
	/* line-height: 0.65rem !important; */
	display:inline-block;
}

.orange-btn{
	background: #f96d4c;
}
.green-btn{
	background:#1ba96d;
}
em {
    font-style: normal;
}

/* fixed */
.fixed.kefu{
    background:#2d64be;
    bottom: 6.67rem;
    right:0;
    width: 1.87rem;
    height: 3.2rem;
    border-radius: 0.27rem 0 0 0.27rem;
    padding: 0.27rem;
    font-size: 0.32rem;
    position: fixed;
    box-shadow: none;
    top: auto;
    left: auto;
}
.fixed.kefu a{
    color:#fff;
    display:block;
    text-align: center;
    padding-top: 1.17rem;
    position:relative;
    height: auto;
    background: none;
}
.fixed.kefu a:hover{
    color:#b9c9e2;
}
.fixed.kefu a:before{
	position: absolute;
	width: 1.33rem;
	height: 1.33rem;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-size: 4.8rem;
}
.fixed.kefu .rexian{
	border-bottom:0.027rem #1854a7 solid;
	padding-bottom: 0.213rem;
	margin-bottom: 0.213rem;
}
.fixed.kefu .rexian:before{
    background-position: -0.213rem -2.83rem;
}
.fixed.kefu .zxkefu:before{
    background-position: -0.27rem -4.88rem;
}
.fixed{position: fixed;z-index: 1001;}
.fixed.totop{bottom: 20vh;right: 0.53rem;width: 1.6rem;height: 1.33rem;border: none;font-size: 0;cursor: pointer;background: url(../tbh_img/icon-s.png) no-repeat -2.56rem 0 rgba(229, 234, 244, 0.9);display: none;background-size: 5.6rem;}

/* main */
.main{
	background:#f5f5f5;
}
