.side-menu-main {
	position:fixed;
	top:0;
	margin-right:-700px;
	right:50%;
	width:50px;
	height:100vh;
	z-index:40
}
.side-menu-list {
	position:absolute;
	bottom:10%;
	width:50px;
	border-radius:218px;
	background:#fff;
	box-shadow:0px 0px 16px 0px rgba(0,0,0,.08)
}
.side-menu-item {
	position:relative
}
.side-menu-item:not(:last-child) .side-menu-btn:after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:50%;
	width:24px;
	height:1px;
	background:#d6d6d6;
	margin-left:-12px
}
.side-menu-item:hover {
	z-index:10
}
.side-menu-item:hover .side-menu-screen {
	right:60px;
	visibility:visible;
	opacity:1
}
.side-menu-item:hover .side-menu-btn {
	background:#f0f1f2;
	cursor:pointer
}
.side-menu-item:hover .side-menu-btn.totop:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) -45px 0px/65px no-repeat
}
.side-menu-item:hover .side-menu-btn.phone:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) 0px -22.5px/65px no-repeat
}
.side-menu-item:hover .side-menu-btn.wechat:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) 0px -45px/65px no-repeat
}
.side-menu-item:hover .side-menu-btn.askbtn:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) 0px 0px/65px no-repeat
}
.side-menu-btn {
	display:block;
	width:50px;
	height:50px;
	box-sizing:border-box;
	border:4px solid #fff;
	background:#fff;
	border-radius:50%;
	position:relative
}
.side-menu-btn:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.side-menu-btn.totop:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) -45px -22.5px/65px no-repeat
}
.side-menu-btn.phone:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) -22.5px -22.5px/65px no-repeat
}
.side-menu-btn.wechat:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) -22.5px -45px/65px no-repeat
}
.side-menu-btn.askbtn:before {
	width:20px;
	height:20px;
	background:url(/static/images/side-menu-sprite.png) -22.5px 0px/65px no-repeat
}
.side-menu-screen {
	position:absolute;
	right:75px;
	transition:all .2s;
	visibility:hidden;
	opacity:0;
	box-shadow:0px 0px 16px 0px rgba(0,0,0,.12);
	border-radius:4px;
	background:#fff
}
.side-menu-screen:before {
	content:'';
	position:absolute;
	right:-10px;
	top:0;
	width:10px;
	height:100%
}
.side-menu-screen:after {
	content:'';
	position:absolute;
	right:-7px;
	border-left:7px solid #fff;
	border-top:7px solid rgba(0,0,0,0);
	border-bottom:7px solid rgba(0,0,0,0)
}
.side-menu-screen.screen-text {
	top:4px;
	font-size:14px;
	font-weight:400;
	line-height:42px;
	padding:0 16px;
	color:#000;
	white-space:nowrap
}
.side-menu-screen.screen-text:after {
	top:14px
}
.side-menu-screen.screen-lawyer-qrcode {
	width:179px;
	top:-53px;
	text-align:center;
	font-size:12px;
	font-weight:400;
	color:#333;
	padding-bottom:20px
}
.side-menu-screen.screen-lawyer-qrcode:after {
	top:70px
}
.side-menu-screen.screen-lawyer-qrcode .qrcode-img {
	width:92px;
	height:92px;
	margin:20px auto 12px;
	display:block;
	-o-object-fit:contain;
	object-fit:contain
}
.tuwen-list {
	display:flex
}
.tuwen-list .item {
	padding:24px 32px;
	width:320px;
	height:132px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-image:url(/static/images/bg.png);
	margin-right:24px;
	border-radius:10px
}
.tuwen-list .item:last-child {
	margin-right:0
}
.graphic-main {
	display:flex;
	justify-content:space-between
}
.graphic-main .graphic-box {
	width:200px
}
.graphic-main .graphic-box .g_tlt {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#fff;
	height:56px;
	margin-bottom:30px
}
.graphic-main .graphic-box .g_txt {
	font-size:16px;
	font-weight:600;
	line-height:24px;
	color:#fff
}
.graphic-main .graphic-box .g_note {
	margin-top:2px;
	font-size:12px;
	font-weight:400;
	line-height:18px;
	color:#fff
}
.graphic-main .graphic-img {
	margin-top:16px;
	width:100px;
	height:100px;
	border-radius:50%
}
.graphic-main .graphic-img .img {
	width:100%;
	height:100%;
	border-radius:50%
}
.fl {
	float:left
}
.fr {
	float:right
}
.clearfix {
	zoom:1
}
a:hover {
	text-decoration:none
}
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden
}
.footer-main {
	background:#f0f0f0;
	margin:0 auto
}
.footer-nav {
	padding:15px 0;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #d9d9d9;
	background-color:#e8e8e8
}
.footer-nav .n-item {
	position:relative;
	display:inline-block;
	line-height:20px;
	color:#333;
	padding:0 30px
}
.footer-nav .n-item a {
	color:#333
}
.footer-nav .n-item a:hover {
	color:#00997d
}
.footer-nav .n-item:first-child {
	padding-left:0
}
.footer-nav .n-item:last-child {
	padding-right:0
}
.footer-nav .n-item:last-child:after {
	display:none
}
.footer-nav .n-item:after {
	content:'';
	position:absolute;
	right:0;
	display:inline-block;
	width:1px;
	height:20px;
	background:#d1d1d1;
	transform:rotate(0deg);
	vertical-align:middle
}
.footer-layout {
	width:1200px;
	margin:0 auto;
	padding-bottom:50px;
	padding-top:58px
}
.footer-layout .layout-logo {
	width:200px;
	margin:0 auto;
	margin-right:163px
}
.footer-layout .layout-logo img {
	height:100%;
	width:100%
}
.footer-layout .title {
	font-size:20px;
	font-weight:700;
	line-height:20px;
	color:#333;
	padding-bottom:12px
}
.footer-layout .layout-txt {
	width:200px
}
.footer-layout .txt {
	font-size:16px;
	color:#333;
	line-height:16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.footer-layout .txt p {
	margin-top:16px
}
.footer-layout .txt a {
	color:#333
}
.footer-layout .txt a:hover {
	color:#00997d
}
.footer-layout .layout-img {
	text-align:center
}
.footer-layout .layout-img .img-box {
	border-radius:4px;
	width:96px;
	height:96px;
	margin:0 auto;
	margin-bottom:18px;
	background:#fff
}
.footer-layout .layout-img .img-box .img {
	border-radius:4px;
	width:100%;
	height:100%
}
.footer-layout .layout-img .tl {
	font-size:18px;
	font-weight:500;
	line-height:18px;
	color:#333;
	margin-bottom:12px
}
.footer-layout .layout-img .txt {
	font-size:16px;
	line-height:16px;
	color:#333
}
.footer-layout .layout-fl {
	margin-left:100px;
	margin-right:60px
}
.footer-bottom {
	border-top:1px solid #d1d1d1;
	padding:36px 0 60px
}
.footer-content {
	width:1200px;
	margin:0 auto
}
.footer-content .txt {
	color:#999;
	font-size:14px;
	line-height:14px;
	margin-right:20px
}
.footer-content .txt a {
	color:#999
}
.footer-content .txt:last-child {
	margin-right:0
}
.footer-link {
	width:1200px;
	margin:0 auto;
	padding-bottom:12px
}
.recommend-block {
	position:relative;
	color:#666;
	line-height:14px;
	font-size:14px
}
.recommend-block .recommend-title {
	width:70px;
	height:14px;
	line-height:14px;
	text-overflow:inherit;
	white-space:nowrap;
	overflow:hidden
}
.recommend-block .recommend-list {
	font-size:12px;
	width:1130px;
	height:30px;
	overflow:hidden
}
.recommend-block .recommend-list.active {
	height:auto
}
.recommend-block .recommend-item {
	float:left;
	width:83px;
	margin-left:30px;
	margin-bottom:12px;
	overflow:hidden;
	text-overflow:inherit;
	white-space:nowrap
}
.recommend-block .recommend-item a {
	color:#666
}
.recommend-block .recommend-item a:hover {
	color:#00997d
}
.recommend-title .tl {
	font-style:normal
}
.footer-layout .txt .f_btn {
	background:#00997d;
	color:#fff;
	width:80px;
	height:24px;
	display:inline-block;
	text-align:center;
	line-height:24px;
	border-radius:30px;
	font-size:14px;
	cursor:pointer
}
.footer-layout .txt .f_btn:hover {
	opacity:.7;
	color:#fff
}
