/*!css/style.css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
hr,
button,
article,
aside,
details,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/20px tahoma, \5FAE\8F6F\96C5\9ED1
}

input,
select,
textarea {
	font-size: 100%
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

input,
textarea,
select,
button {
	outline: 0;
	border: 0;
	background: 0 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

fieldset,
img {
	border: 0
}

iframe {
	display: block
}

ol,
ul,
li {
	list-style: none
}

del {
	text-decoration: line-through
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

ins,
a {
	text-decoration: none
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500
}

body {
	color: #333
}

a {
	color: #333
}

a:active {
	background-color: #eee!important;
	color: #666
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0
}

.clearfix {
	zoom: 1
}

.f10 {
	font-size: 10px!important
}

.f12 {
	font-size: 12px!important
}

.f14 {
	font-size: 14px!important
}

.f16 {
	font-size: 16px!important
}

.f18 {
	font-size: 18px!important;
	font-family: "微软雅黑"
}

.f20 {
	font-size: 20px!important
}

.f22 {
	font-size: 22px!important
}

.f24 {
	font-size: 24px!important
}

.f26 {
	font-size: 26px!important
}

.f28 {
	font-size: 28px!important
}

.f30 {
	font-size: 30px!important
}

.t2 {
	text-indent: 2em
}

.ect {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.s-rd {
	color: #fd5252!important
}

.s-oe {
	color: #fabf40!important
}

.s-gn {
	color: #0eb77e!important
}

.s-warn {
	color: #f43651!important
}

.tl {
	text-align: left!important
}

.tc {
	text-align: center!important
}

.tr {
	text-align: right!important
}

.ma {
	margin-left: auto;
	margin-right: auto
}

.fl {
	float: left!important
}

.fr {
	float: right!important
}

.vm {
	vertical-align: middle!important
}

.pr {
	position: relative!important
}

.pa {
	position: absolute!important
}

.vhn {
	visibility: hidden
}

.ohn {
	overflow: hidden
}

.none {
	display: none
}

.block {
	display: block
}

.bg-f8 {
	background-color: #f8f8f8
}

.bg-fff {
	background-color: #fff
}

.box-shadow {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.ml5 {
	margin-left: 5px
}

.mr5 {
	margin-right: 5px
}

.mt5 {
	margin-top: 5px!important
}

.mt10 {
	margin-top: 10px!important
}

.mt15 {
	margin-top: 15px!important
}

.mt20 {
	margin-top: 20px!important
}

.mt30 {
	margin-top: 30px!important
}

.mb5 {
	margin-bottom: 5px
}

.mr10 {
	margin-right: 10px
}

.mr20 {
	margin-right: 20px
}

.mlr20 {
	margin: 0 20px
}

.pb10 {
	padding-bottom: 10px!important
}

.pb20 {
	padding-bottom: 20px!important
}

.pb30 {
	padding-bottom: 30px!important
}

.ptb30 {
	padding: 30px 0
}

.pt30 {
	padding-top: 30px
}

.plr15 {
	padding: 0 15px
}

.plr30 {
	padding: 0 30px
}

.p20 {
	padding: 20px
}

.p15 {
	padding: 15px
}

.p5 {
	padding: 5px
}

.pb150 {
	padding-bottom: 150px
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 26px;
	height: 16px;
	margin-top: 7px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s
}

.mobile-button:before,
.mobile-button:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	    
}

.mobile-button span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
	    
}

.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0)
}

.mobile-button.active span {
	opacity: 0
}

.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

.logo {
	background: #4a4a4a;
	padding: 5px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 999;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	max-height: 30px;
	padding-top: 5px;
	    background: #fff;
    padding: 3px;
    border-radius: 4px;
}

.pd50px {
	padding-top: 50px;
}

.unfd-ovh{
	height: 
}

/*
.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
	height: 30px;
}

form {
	padding: 0 25px 0 8px;
	width: 75%;
	height: 35px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px auto;
	border-radius: 5px;
}

input,
button {
	border: none;
	outline: none;
}

.bar6 input {
	height: 35px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #293d72;
	font-size: 14px;
}

.bar6 button {
	position: absolute;
	height: 35px;
	width: 55px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
	background: #FF8411;
	color: #ffff;
	font-size: 14px;
}

.bar6 button:active {
	outline: none;
}

.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}

.searfrom::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}

.searfrom::-moz-placeholder {
	color: #999;
	font-size: 13px;
}

.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}

.search {
	margin: 20px 0;
}*/


/*侧边栏*/

.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 998;
}

.topnav>div {
	background: #fff;
	width: 70%;
	height: 100%;
	padding-top: 60px;
	overflow-y: scroll;
	box-sizing: border-box;
}

.topnav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 15px 40px 10px;
	box-sizing: border-box;
}

.topnav ul li {
	color: #fff;
	display: inline-block;
	width: 50%;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.topnav ul li a {
	color: #333;
}

.topnav ul li.active a {
	color: #333;
}

.lv_boxs {
	background-color: #fff;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .1)
}

.lv_boxs .lv_navx {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0
}

.lv_boxs .lv_navx li {
	position: relative;
	float: left;
	width: 25%
}

.lv_boxs .lv_navx li:after,
.lv_boxs .f-youshi li:after {
	position: absolute;
	right: 0;
	width: 0;
	height: 14px;
	content: '';
	border-right: 1px solid #f6f6f6
}

.lv_boxs .lv_navx li:after {
	top: 18px
}

.lv_boxs .lv_navx li a {
	display: block;
	font-size: 12px;
	text-align: center
}

.lv_boxs .lv_logo {
	padding-top: 10px;
	text-align: center;
	overflow: hidden
}

.lv_boxs .lv_logo .icon-logo2 {
	font-size: 120px;
	color: #0eb77e;
	margin-top: -30px
}

.f-lo-tip {
	padding-bottom: 20px;
	font-size: 12px;
	color: #999;
	text-align: center
}

.lv_boxs .lv_beian,
.lv_boxs .lv_beian a {
	font-size: 10px;
	line-height: 18px;
	color: #999;
	padding: 5px 0;
	text-align: center
}

.zhizhao img {
	width: 116px;
	margin-bottom: 10px;
}

.more-btn44 {
	display: block;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #f0f0f0;
	background-color: #fff;
	color: #0eb77e;
	text-align: center
}

.tab-nav2 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fff
}

.tab-nav2 span {
	position: relative;
	float: left;
	width: 50%;
	font-size: 16px;
	text-align: center
}

.tab-nav2 span:after {
	position: absolute;
	top: 15px;
	right: 0;
	width: 0;
	height: 20px;
	content: '';
	border-right: 1px solid #f6f6f6
}

.tab-nav2 span.tab-n-click {
	color: #0eb77e
}

.zixun-list li {
	border-bottom: 1px solid #f0f0f0
}

.zixun-list li:last-child {
	border: 0
}

.zx-item {
	display: block;
	padding: 20px 15px
}

.zx-item:active {
	background-color: #eee!important
}

.zx-item .zx-wt {}

.zx-item .zt-other {
	height: 24px;
	margin-top: 10px
}

.zx-item .zt-other span {
	padding-right: 5px;
	box-sizing: border-box;
}

.zx-item .zt-other img {
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px
}

.zx-item .zt-other .icon-unie952 {
	float: left;
	font-size: 24px;
	color: #ddd;
	margin-right: 5px
}

.zx-item .zt-other time {
	font-size: 10px;
	color: #bbb
}

.zx-item .zt-other .zx-zt {
	float: left;
	width: 40px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #f8f8f8;
	font-size: 10px;
	color: #0eb77e;
	text-align: center;
	margin: 2px 5px 0 0
}

.borb1 {
	position: relative
}

.borb1:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #e8e8e8;
	content: '';
	transform: scaleY(-.5)
}

@font-face {
	font-family: DIN-Bold2;
	src: url(../font/DIN-Bold_e8bd278.eot) format("embedded-opentype"), url(../font/DIN-Bold_0ca60d0.woff) format("woff"), url(../font/DIN-Bold_56fed25.ttf) format("truetype"), url(https://cdn.64365.com/m-mainweb/ui/fonts/DIN-Bold_58b665b.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

.din-b2 {
	font-family: DIN-Bold2
}

.bg-f5 {
	background-color: #f5f5f5!important
}

.lv_logo .lvtuimag {
	height: 26px;
	margin: 0 auto;
	margin-top: 10px
}

.hd-bar .logo-new {
	margin: 15px 9px 0 0;
	width: 30px;
	height: 30px;
	float: left
}

.no-radius img {
	border-radius: 0!important
}

.is-disabled {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #999
}

.wball {
	word-break: break-all
}

.lm-hot {
	height: 74px;
	background-color: #fff;
	border-top: 1px solid #eee
}

.lm-hot li {
	float: left;
	width: 33.33%;
	height: 74px
}

.lm-hot li a {
	display: block;
	height: 62px;
	padding-top: 12px;
	text-align: center;
	font-size: 12px;
	color: #999
}

.lm-hot .icon-round {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #697a94;
	background-color: #fff
}

.lm-hot .icon-round .imooc-icon {
	color: #697a94
}

.quest_law {
	overflow: hidden;
	padding-bottom: 15px;
}

.type-title {
	height: 74px;
	line-height: 74px;
	font-size: 16px;
	text-align: center
}

.quest_law dd {
	float: left;
	width: 33.33%
}

.quest_law dd img {
	width: 100%;
}

.quest_law dd a {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #999;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}

.quest_law dd p {
	margin: 6px 0;
	font-size: 13px;
}

.quest_law dd a:active {
	background-color: #eee
}


/*!css/index.css  添加样式 */

.lm-hot .icon-round .imooc-icon {
	margin-top: -4px
}

.lm-hot p img {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto
}

.h-nav-index .top-nav.topspringfestival {
	background-color: #CC3621
}
.zhishi-list li {
    border-bottom: 1px solid #f0f0f0;
}
.law_iems {
    display: block;
    padding: 15px;
}
.law_iems .f14 {
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 3px;
}
.law_iems .f12 {
    height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #bbb;
}
/*!css/law_as-card.css*/

.block_laws img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.borb1 {
	border-bottom: 1px solid #eee
}

.bort1 {
	border-top: 1px solid #eee
}

.nav-h75 {
	height: 74px;
	line-height: 74px;
	padding: 0 15px
}

.a-btn-gray {
	background-color: #d9d9d9;
	border-color: #d9d9d9
}

.law_carlist {}

.law_carlist li {
	position: relative;
	border-bottom: 1px solid #eee
}

.law_carlist li .law_as {
	display: block;
	padding: 23px 20px 16px 90px;
	position: relative
}

.law_carlist li .law_as .law_imgs {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 15px;
	top: 20px
}

.law_carlist li .law_as dl {}

.law_carlist li .law_as dl dt {
	font-size: 16px
}

.law_carlist li .law_as .info_law {
	font-size: 14px;
	color: #888;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px
}

.more-btn50 {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	color: #0eb77e;
	text-align: center
}

.law_carlist li .law_as .office {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	margin-top: 2px
}

.law_carlist li .law_as .dizhi,
.law_carlist li .law_as .shanc,
.law_carlist li .law_as .tips {
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	font-size: 12px;
	color: #999
}

.law_carlist li .law_as .dizhi {
	margin: 5px 0
}

.law_carlist li .law_as .tips {
	margin-top: 2px;
	padding-bottom: 1px
}

.law_carlist li .law_as .shanc {
	margin-bottom: 4px
}

.law_carlist li .law_as .shanc span {
	display: inline-block;
	padding: 0 5px;
	height: 19px;
	line-height: 18px;
	border: .5px solid #999;
	border-radius: 10px;
	font-size: 11px;
	vertical-align: middle;
	margin: -2px 0 0 5px
}

.law_carlist .tb-tui {
	position: absolute;
	top: 50px;
	left: 5px;
	display: block;
	width: 50px;
	height: 21px;
	background: url(../image/tui-tag_af79de7.png) no-repeat;
	background-size: 100% 100%
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 30px 0;
	width: 100%;
	background: #fff;
}

.pages a {
	color: #4E4E4E;
	border: 1px solid #EAEAEA;
	padding: 5px 10px;
	display: inline-block;
}

.pages span {
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}

.swiper-container1 {
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container1 img {
	width: 100%;
	height: 200px;
}

.swiper-container1 .swiper-slide {
	position: relative;
}

.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}


/*============*/

.law_asName,.law_as-card .law_as .tit,
.answer-list .law_as .info_law .name,
.zx-item .zt-other span,.answer-list .lawyer .info_law .name,
.lvs_nerw_list h3,
.zt-list li a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.law_carlist li .law_as .info_law,
.hot_tuijian .lvs_nerw_list h3,
.zx-item .zx-wt,
.lvs_nerw_list p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}