@charset "gb2312";
/*base style*/
*{ margin:0; padding:0;}
body{ margin:0; padding:0; font-size:14px; font-family:"å¯°î?¿è?????´ç²¦";margin: 0 auto; }
ul,p,form,input,h1,h2,h3,h4,h5,h6{padding:0; margin:0; font-size:12px;}
li{list-style:none;}
img{border:0;}
a{text-decoration:none; color:#000000;}
a:hover{ text-decoration:none;}
.clear{clear:both;}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}

.fl{
	float:left;
}
.fr{
	float:right;
}

.banner{
	width:100%;
}
.banner img{
	width:100%;
	display:block;
}

.lb_contents {
    background-color: #f0f0f0;
}
.lb_tb {
	width: 1200px;
	margin:0 auto;
    padding: 70px 0 40px;
	cursor:pointer;
}

.lb_tb .swiper-slide {
    float: left;
    width:202px!important;
    height: 40px;
    position: relative;
    background-color: #fff;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    overflow: hidden;
    background-size: 130px;
}

.lb_tb .swiper-slide i {
    position: absolute;
    left: 42px;
    top: 13px;
    width: 18px;
    height: 16px;
    background-image: url(/templets/default/images/tabicons.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.lb_tb .swiper-slide-thumb-active {
    background-color: #386bd6;
    color: #fff;
    font-weight: 700;
}

.lb_tb .swiper-slide-thumb-active i {
    background-position-x: left;
}

.xh_sz_list{
	width: 1200px;
	margin:0 auto;
	overflow:hidden;
}

.xh_sz_list .xh_sz_list_item {
    width: 390px;
    height: 434px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 32px;
}

.xh_sz_list .xh_sz_list_item img{
	width:390px;
	height:260px;
}

.xh_sz_list .xh_sz_list_item:nth-child(3n) {
    margin-right: 0;
}

.xh_sz_list .xh_sz_list_item .xh_sz_list_item_jj {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 16px 22px;
    transition: .4s;
}

.xh_sz_list .xh_sz_list_item .xh_sz_list_item_jj h6 {
    font-size: 18px;
    line-height: 38px;
}

.xh_sz_list .xh_sz_list_item .xh_sz_list_item_jj p {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.xh_sz_list .xh_sz_list_item .xh_sz_list_item_jj .xh_sz_list_item_btn {
    padding: 20px 38px;
	overflow:hidden;
}

.xh_sz_list .xh_sz_list_item .xh_sz_list_item_jj .xh_sz_list_item_btn a {
    width: 112px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #bfbfbf;
    transition: .2s;
	cursor:pointer;
}

.xh_sz_list .xh_sz_list_item .xh_sz_list_item_jj .xh_sz_list_item_btn a:hover {
    color: #fff;
    background: linear-gradient(to right, #3666d2, #4a95f7);
    border: 1px solid transparent;
}

.xh_sz_list .xh_sz_list_item:hover .xh_sz_list_item_jj {
    bottom: 0;
}