﻿@charset "utf-8";
/* CSS Document */
.container {
}
/*首页*/
.wzbg {
	background: url(../images/web/a-bg.png);
	background-size: cover;
}
.banner {
	position: relative;
	display: block;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
}
.b-n-1 {
	height: 496px;
	
	
	margin-bottom: 125px;
}
.b-n-2 {
	height: 361px;
	
	
}
.b-n-3 {
	height: 380px;
	background: url(../images/web/banner-n2.png) no-repeat center center;
	background-color: #000;
}
.b-n-4 {
	height: 400px;
}
.banner-btngroup {
	position: relative;
	margin: 0 auto;
	top: 450px;
	background: #fff;
	width: 1000px;
	padding: 20px;
	display: flex;
	justify-content: space-around;
}
.banner img{
	display: block;
	margin: 0 auto;
}
.head .main {
	width:1000px;
	margin: 0 auto;
}
.head {
	background: #004395;
	color: #fff;
}
/*新top*/
.top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    background: #fff;
    height: 82px;
}
.top-box .toplogo {
	display: block;
	width: 363px;
	height: 65px;
}
.top-box .icon-phone img {
	width: 47px;
	height: 47px;
	margin-right: 10px;
}
.top-box .icon-phone {
	font-size: 18px;
	line-height: 25px;
}
.top-box .erwms {
	display: block;
	margin-left: 20px;
    height:85px;
    width:85px;
}
.top-box .erwmspic{
display: block;
height:85px;
    width:85px;	
}
.top-right{
	align-items: center;
}	
.loginbox {
	color: #fff;
	font-size: 12px;
	background: #000;
	line-height: 28px;
}
.loginbox .xwidth{
	display: flex;
	justify-content: space-between;
}
.loginbox a {
	color: #fff;
}

.loginbox .loginlink .after{
margin-left: 3px;
}
.erwms {
	position: relative;
	margin-left: 10px;
}
.erwms .erpic {
	position: absolute;
	display: none;
	width: 135px;
	background: #fff;
	padding:15px 10px;
	padding-top: 10px;
	font-size: 12px;	
	left: -40%;
	z-index: 2;
	border: 1px solid #ccc;
	text-align: center;
}
.erwms .erpic  p{
	display: block;
	margin: 5px 0;
}
.erwms:hover .erpic {
	display: block;
}
.erwms .erpic img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.erwms .erpic .arrow {
	position: absolute;
	width:18px;
	height:15px;
	
	top: -15px;
	right: 45%;
	z-index: 9
}
.head .nvigation-bar {
	display: flex;
	height: 52px;
	line-height: 52px;
}
.head .nvigation-bar .logo {
	height: 61px;
	width: 298px;
	margin-right: 90px;
	margin-top: 21px
}
.head .nvigation-bar .logo img {
	width: 250px;
	height: auto;
}
.head .nvigation-bar .nvigation {
	display: flex;
	font-size: 12px;
	width: 100%;
	justify-content: space-around;
	
}
.head .nvigation-bar .nvigation a {
	display: inline-block;
	width:100%;
	font-size: 17px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}
.head .nvigation-bar .nvigation h2 {
	display: inline-block;
	width:100%;
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}
.head .nvigation-bar .nvigation a:hover,.head .nvigation-bar .on {
	background: #008cfa;
}
.footer {
	background: #004395;
}
.footer .main {
	width: 1000px;
	margin: 0 auto;
	height: 116px;
	padding: 25px 0;
	color: #fff;
}
.footer .main .contact {
	line-height: 30px;
	margin-right:74px;
    width:500px;
}
.footer .main .contact ul{
    margin: auto 0;
}
.footer .main .contact .ftitle {
	margin-right: 50px;
}
.footer .main .contact .ftitle h3{
	line-height: 30px;
	font-weight: 500;
	margin: 0;
}
.footer .main .qr-code .code {
	text-align: center;
	margin-right: 35px;
	font-size: 12px;
}
.footer .main .qr-code .code img {
	width: 90px;
	height: 90px;
	margin-bottom:5px
}
.title {
    display: flex;
    align-items: center;
    line-height: 50px;
    width: 1000px;
    margin: 0 auto;
    color: #004395;
    justify-content: space-between;
    font-size: 18px;
}
.title .left h1{
	font-size: 20px;
}
.title .left {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.title .left img {
	height: 20px;
	margin-right: 5px;
}
.title .more {
	font-size: 11px;
	color: #9e9e9f;
	margin-right: 25px;
}
.about-us {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	color: #fff;
	align-items: center;
	background: #004395;
}
.about-us .info {
	width: 460px;
	line-height: 30px;
	margin-left: 25px;
	font-size: 16px;
	letter-spacing: 1px;
}
.about-us .info p:first-letter {
	font-size: 2em;
	padding-right: 5px;
	text-transform: uppercase;
}
.about-us img {
	width: 450px;
	height: 220px
}
.consult {
	display: flex;
	height: 300px;
}
.consult .lf {
	position: relative;
	width: 500px;
}
.consult .lf .xtitle, .consult .rg .xtitle {
	position: absolute;
	display: block;
	bottom: 0;
	width: 430px;
	height: 60px;
	padding: 20px 35px;
	background: rgba(0,67,149,0.47);
	color: #fff;
}
.consult .lf .xtitle span, .consult .rg .xtitle span {
	font-size: 25px;
	display: flex;
	align-items: center;
}
.consult .lf .xtitle span img, .consult .rg .xtitle span img {
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.consult .lf .xtitle p, .consult .rg .xtitle p {
	font-size: 18px;
	color: rgba(255,255,255,0.47);
	margin-top: 3px;
	font-weight: 500
}
.consult .rg {
	width: 500px;
}
.consult .rg a {
	display: flex;
	height: 150px;
}
.consult .rg a .imgst {
	width: 320px;
	height: 150px;
}
.consult .rg .xtitle {
	position: relative;
	width: 180px;
	height: 110px;
	background: rgba(0,67,149,1);
}
.consult .rg .xtitle span {
	margin-top: 60px;
}
.consult .rg .xtitle p {
	font-size: 17px;
}
.link-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
.link-group::after {
	content: "";
	width: 300px;
	height: 0;
}
.link-group a {
	display: block;
	width: 300px;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.link-group a .info {
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 38px;
	padding: 6px 0;
	text-align: center;
	background: rgba(0,0,0,0.47);
	color: #fff;
	transition: all 0.5s;
}
.link-group a .info {
	font-size: 18px;
}
.link-group a .info p {
	font-size: 16px;
	color: rgba(255,255,255,0.47);
	transition: all 0.5s;
}
.link-group a:hover .info p {
	color: rgba(255,255,255,1);
}
.link-group a:hover .info {
	background: rgba(0,0,0,1);
}
.videobox {
	justify-content: space-between;
}
.videobox .video-l {
	position: relative;
}
.videobox .video-l img, .videobox .video-l .mask {
	height: 433px;
	width: 650px;
}
.videobox .video-l .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videobox .video-l .mask img {
	display: inline-block;
	width: 90px;
	height: 90px;
}
.videobox .video-list {
	width: 310px;
	background: #dbdcdc;
	height: 433px;
	overflow: scroll;
	overflow-x: hidden;
	box-sizing: border-box
}
.videobox .video-list .item {
	position: relative;
	height: 170px;
	width: 256px;
	margin: 14px 0;
	margin-left: 20px;
	margin-bottom: 14px;
}
.videobox .video-list .item .yt {
	height: 170px;
	width: 256px;
}
.videobox .video-list .item .mask {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	height: 170px;
	width: 256px;
}
.videobox .video-list .item .mask img {
	width: 55px;
	height: 55px;
}
.box_video{
	
}
.video-bor{
	display: flex;
}
.video-bor .v_btn{
	width: 20px;
	background: url(../images/web/sds.png) no-repeat center center;
}
.video-bor .v_btn_2{
	background: url(../images/web/sds2.png) no-repeat center center;
}
.video-bor{
	width:1000px;
}
.video-box video{
	transition: all 0.5s;
	height: 432px;
	width: 628px;
	margin-bottom: 20px;
	object-fit:fill;
}
.video_hidden .playlist-box{
	display: none;
}
.video_hidden .Products{
display: none;	
}
.video_hidden video{
	transition: all 0.5s;
	height:735px;
	width: 980px;
	
}
.cooperation {
	position: relative;
	background-image: url('../images/web/banner-logo.png');
	height: 272px;
}
.c-logo {
	position: absolute;
	width: 118px;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.dw-1 {
	top: 57px;
	left: 0px;
}
.dw-2 {
	left: 99px;
	bottom: 57px;
}
.dw-3 {
	left: 196px;
	bottom: 1px;
}
.dw-4 {
	left: 294px;
	bottom: 58px;
}
.dw-5 {
	left: 392px;
	bottom: 113px;
}
.dw-6 {
	left: 589px;
	bottom: 114px;
}
.dw-7 {
	left: 588px;
	bottom: 1px;
}
.dw-8 {
	right: 197px;
	top: 1px;
}
.dw-9 {
	right: 98px;
	bottom: 1px;
}
.dw-10 {
	right: 0px;
	top: 0;
}
.dw-11 {
	right: 0px;
	top: 113px;
}
.tabox{
	
}
.tabox .hd{
	display: flex;
	margin: 10px 0;
}

.tabox .hd .nav{
	padding:0 15px;
	line-height: 36px;
	border-radius: 20px;
	background: #fff;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	color: #104d99;
	cursor: pointer;
    
}
.tabox .hd .nav img{
    height: 26px;
    width: auto;
	margin-right: 10px;
	
}
.tabox .hd .on{
	background: #dbdcdc
}
.news-box {
	justify-content: space-between;
}
.news-box .news-l {
	width: 490px;
	height: 400px;
}
.news-box .news-l .pic {
	width: 490px;
	height: 250px;
	display: block;
}
.news-box .news-l .info {
	position: relative;
	height: 90px;
	padding: 30px 35px;
	background: #dbdcdc;
}
.news-box .news-l .info span {
	display: inline-block;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 98%;
}
.news-box .news-l .info .p {
	color: #595757;
	width: 98%;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-box .news-l .info .more {
	position: absolute;
	bottom: 20px;
	right: 50px;
}
.news-box .news-list .item {
	width: 490px;
	height: 120px;
	background: #dbdcdc;
	margin-bottom: 20px;
}
.news-box .news-list .item .pic {
	width: 110px;
	height: 95px;
	margin-top: 12px;
	margin-left: 15px;
	margin-right: 25px;
}
.news-box .news-list .item .info {
	width: 320px;
	padding: 30px 0;
}
.news-box .news-list .item .info span {
	display: block;
	width: 98%;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-box .news-list .item .info .p {
	color: #595757;
	width: 98%;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.linkbox {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.linkbox a {
	display: block;
	width: 33.3%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}

/*二级图文页面*/

.two-stage-box .content{
	display: block;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
   margin-bottom: 26px;
}
.link-btn{
	display: flex;
	padding: 30px 0 0 300px;
	
}
.link-btn a {
	display: block;
	margin-right: 22px;
}
.link-btn a img{
	display: block;
	width: 112px;
	height: 57px;
	
}


/*注册页面*/

.register .top-nav{
	background: #004395;
	line-height: 30px;
	color: #fff;	
}
.register .top-nav a{
	color: #fff;
	margin:0 3px;
	
}
.register .top-nav .lay{
	justify-content: space-between
	
}
.register .titlebox {
	padding: 30px 0;
	box-shadow: 0 5px 50px 5px #f3f3f3;
}
.register .titlebox .lay{
	justify-content: space-between;
}


.register .titlebox .logobox{
	align-items: center
}

.register .titlebox .logobox span{
	margin-left: 35px;
	font-size: 25px;
}

.register .titlebox .rxphone {
	align-items: center;
}
.register .titlebox .rxphone img{
	width: 32px;
	height: 32px;
	margin-right: 10px
}

.register .titlebox .rxphone span{
	font-size: 25px;
	color:#004395;
	margin-bottom: 8px;
}
.register .titlebox .rxphone p{
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
}
.register .register-main{
	padding-top: 85px;
	padding-bottom: 80px;
}


.register .register-main .form-box{
	width: 520px;
	margin: 0 auto;
}

.register .register-main .form-box .putsy{
	width: 400px;
	height: 50px;
	margin-left: 10px;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	text-indent: 13px;
}

.register .register-main .form-box .inputbox{
	margin-bottom: 22px;
	
}
.register-main .form-box .inputbox label::before{
	content: "*";
	margin-right: 10px;
	position: relative;
    top: 4px;
	font-size: 16px;
	color: #bb0000;
	
}

.register-main .form-box .btn{
	width: 520px;
	height: 63px;
	background: #004395;
	font-size: 20px;
	color: #fff;
	border: none;
	margin-top: 76px;
}
.register .link-btn{
	padding-left: 180px;
}

/*登录页面*/

.siginin .titlebox{
	
	padding: 25px 0 23px 0;
}
.siginin .titlebox .xwidth{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.siginin .titlebox .logobox{
	align-items: center
}
.siginin .titlebox .logobox span{
	font-size: 25px;
	margin-left: 35px;
}
.siginin .titlebox .nav-a a{
	
	margin: 0 18px;
}

.siginin .sigmain{
	height: 550px;
	background:url(../images/web/dlbg.jpg);
	background-size: cover;
}

.siginin .sigmain .frombox{
	width: 310px;
	background: #fff;
	margin-top: 73px;
	padding: 30px 20px 40px 20px;
}
.siginin .sigmain .frombox .sigtitle{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.siginin .sigmain .frombox .sigtitle span{
	font-size: 20px;
}
.siginin .sigmain .frombox .sigtitle a{
	display:flex;
	font-size: 14px;
	color: #d52626;
	
}
.siginin .sigmain .frombox .sigtitle img{
	width: 17px;
	height: 17px;
	margin-left: 4px;
	align-items: center
								
}
.siginin .sigmain .frombox .inputbox{
	width: 100%;
	margin-bottom:15px;
	width: 310px;
	height:40px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
}
.siginin .sigmain .frombox .inputbox .label{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 38px;
	background: #f5f5f5;
}
.siginin .sigmain .frombox .inputbox input{
	width: 273px;
	text-indent: 10px;
	border: none;
}
.siginin .sigmain .frombox .btn{
	width: 310px;
	height: 42px;
	background: #004395;
	color: #fff;
	border: none;
	margin-top: 30px;
	font-size: 20px;
	
}

.link-footer{
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;
	text-align: center;
}


.link-footer .link-list{
	width: 100%;
	justify-content: center;
	margin-bottom: 25px;
}
.link-footer .link-list a{
	color: #777;
	margin: 0 17px;
}

/*资讯页面*/

.information{
	padding-top: 73px;
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e8e8e8;
}

.information .article-title{
	font-size: 30px;
}
.information .article-title h1{
	font-size: 30px;
	font-weight: 500;
}
.information .article-title span{
	font-size: 20px;
	color: #888;
	margin-bottom: 25px;
}
.information article .sup-title{
	text-align: center;
	margin-bottom: 27px;
	margin-top: 75px;
	
}
.information article .sup-title h2{
	font-size: 16px;
}

.information article p{
	text-indent: 35px;
	margin-bottom: 30px;
	line-height: 20px;
}
.infolist {
	margin-bottom: 90px;
}
.infolist .item{
	width: 100%;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #dbdbdb;
}

.infolist .item img{
	width: 300px;
	width: 195px;
	margin-right: 45px;
}
.infolist .item .info-title{
	width: 750px;
}
.infolist .item .info-title .info_title{
	display: block;
	width: 99.9%;
	font-size:25px;
	margin-bottom: 25px;
}
.infolist .item .info-title .info_title h2{
	display: block;
	width: 99.9%;
	font-size: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.infolist .item .info-title .link-box{
	justify-content: flex-end;
	margin-bottom: 20px;
	font-size: 20px;
}
.infolist .item .info-title .datebox{
	justify-content: space-between;
	font-size: 20px;
	color: #888;
}
/*法律讲堂二级页面*/

.ts .cans{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: -3vh;
	height: 500px;
	width:1000px;
}
.ts .video-v{
	
	background: #000;
	position: relative;   /*去掉这句将会使得video优先级失效*/
	z-index: 99;
}

.ts aside{
	height:432px;
	width: 320px;
	background: #dbdcdc;
	overflow: scroll;
    overflow-x: hidden;
}

.ts aside ul{
	background: #dbdcdc;
	width: 300px;
	list-style: none;
	text-align: center;
}
.ts aside ul li{
	display: flex;
	height: 75px;
	justify-content: space-between;
	color:#000;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
}
.ts aside ul li .pic{
	width: 112px;
	height: 75px;
	position: relative;
}
.ts aside ul li .pic .pict{
width: 112px;
	height: 75px;
	border-radius: 10px;	
}
.ts aside ul li .pic .icon{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	left:47px;
	
}
.ts aside ul li  .v-title{
	padding: 5px 0;
width: 150px;
}
.ts aside ul li .title-box{
	width: 99.9%;
text-align: left;
	margin-bottom: 10px;
	word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.ts aside ul li .state{

}
.ts aside ul li .state img{
	display: none;
	float: left;
	width: 62px;
	height: 20px;
}
.ts aside ul li .state span{
	float: right;
	font-size: 11px;
	color: #888;
}
.ts aside ul li:hover{
	
	background-color: lightgray;
	color: #004395;
	font-weight: bold;
}
.ts aside ul .action .state img{
	display: block
}
.ts aside ul .action .state span{
	display: none
}


/*法律讲堂三级*/
.video-cont{
	padding-top: 30px;
	padding-bottom: 50px;
	background: #292929;
}
#cans {
	position: relative;
	color: #fff;
	display: flex;
	margin: 50px auto;
	margin-top: -3vh;
	height: auto;
	width: 1000px;
	background: #1f1f1f;
}
#video {
	background: #000;
	position: relative;   /*去掉这句将会使得video优先级失效*/
	z-index: 99;
}

.play-box{
	width: 648px;
	
	clear: both;
}

.playlist-title{
	
	margin-right: 12px;
	line-height: 30px;
	border-bottom: 2px solid #a0a0a0;
	margin-top: 54px;
	
	margin-bottom: 20px;
}

.video-title{

	padding: 10px 10px;
}
.video-title h3{
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
		
}
.video-title span{
	color: #fefefe;
	
}
.Products {
	position: relative;
	height: 43px;
	overflow: hidden;
	padding: 15px 10px;
}
.Products p{
	display: block;
}
.Products .gdmore {
	position: absolute;
	background: #1f1f1f;
	padding-top: 5px;
	bottom: 0;
	width: 100%;
	text-align: center;
}


.playlist-box{
	margin-left: 20px;
}
aside {
	height: 525px;
	width: 320px;
	color: #fff;
	overflow: scroll;
    overflow-x: hidden;
}
aside ul {
	width: 300px;
	list-style: none;
	text-align: center;
}
aside ul li {
	display: flex;
	height: 75px;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	padding-left: 2px;
	cursor: pointer;
}
aside ul li .pic{
	width: 112px;
	height: 75px;
	position: relative;
}
aside ul li .pic .pict{
width: 112px;
	height: 75px;
}
aside ul li .pic .icon{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	left:47px;
	
}
aside ul li  .v-title{
	padding: 5px 0;
width: 150px;
}
aside ul li .title-box{
	width: 99.9%;
text-align: left;
	margin-bottom: 10px;
	word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
aside ul li .v-title .icon-4 {
	display: inline-block;
	width: 11px;
	height: 13px;
	margin-right: 5px;
}
aside ul li .state img{
	display: none;
	float: left;
	width: 62px;
	height: 20px;
}
aside ul li .state span {
	display: block;
	text-align: left;
	font-size: 11px;
	color: #888;
}
aside ul li:hover{
	
	background-color: lightgray;
	color: #004395;
	font-weight: bold;
}
aside ul .action .state img{
	display: block
}
aside ul .action .state span{
	display: none
}

/*电话咨询*/

.by_telephone .phone-box{
padding-top: 95px;
	padding-bottom: 40px;
}
	
.by_telephone .phone-box a{
	display: block;
	margin-bottom: 60px;
}
.by_telephone .phone-box a img{
	display: block;
	margin: 0 auto;
	width: 670px;
	height: 124px;
}
.zxbox{
	width: 748px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.zxbox .zxphone{
	width: 348px;
	height: 258px;
	background:url(../images/web/zx01.jpg)
}
.zxbox .zxphone p{
	margin-top: 172px;
	margin-left: 20px;
	color: #003333;
	font-size: 22px;
	letter-spacing: 0.01em;
}
.zxbox .zxphone-layout{
	justify-content: space-between
}
.zxbox p{
	
	margin: 40px auto;
	font-size: 20px;

}
.by_telephone .textbox{
	background: #f4f4f4;
}
.by_telephone .zxbox .btn_{
	line-height: 43px;
	width: 176px;
	color: #fff;
	background: #004395;
	font-size: 25px;
	border-radius:23px;
	border: none;
}
.by_telephone .textbox .main{
	padding-top: 60px;
	padding-bottom: 75px;
	width: 750px;
	margin: 0 auto;
}
.by_telephone .textbox textarea{
	width: 100%;
	height: 280px;
	background: #fff;
	border: 1px solid #dbdbdb;
	margin: 30px 0;
}
.by_telephone .textbox .main .sty1{
	vertical-align: middle;
}
.by_telephone .textbox .main .sty1 img{
	display:inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.by_telephone .textbox .main .sty1 span{
	font-size: 20px;
}

.by_telephone .textbox .main .sty1 p{
	color: #858585;
	text-indent: 32px;
}

.by_telephone .textbox .main .sty2 p{
	text-indent: 32px;
	color: #ff7800;
}
.by_telephone .textbox .main .sty2 .lay{
	align-items: center;
	margin-top: 10px;
	color: #999;
}
.by_telephone .textbox .main .sty2 .insty{
	margin: 0 10px;
	width: 210px;
	height: 45px;
	text-indent: 10px;
	background: #fff;
	border: 1px solid #dbdbdb;
}
.by_telephone .btn{
	display: block;
	margin: 77px auto;
	width: 282px;
	height: 66px;
	background: #004395;
	color: #fff;
	font-size: 30px;
	border: none;
	border-radius: 35px;
	
}

/*约见律师*/

.appointment {
	width: 1000px;
	
    margin: 0 auto;
	padding: 30px 0;
	font-size: 20px;
}
.appointment .Tips .p-t-number{
	margin-top: 10px;
	margin-bottom: 50px;
}
.appointment .Tips .abtn{
	margin-top: 50px;	
}
.appointment .process {
	display: block;
	width: 726px;
	height: 102px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}
.appointment .main {
	width: 492px;
	margin: 0 auto;
	font-size: 16px;
}
.appointment .main .atitle .left {
	display: flex;
	align-items: center;
	font-size: 25px;
}
.appointment .main .atitle .left img {
	margin-right: 10px;
}
.appointment .main .lay{
	align-items: center;
}
.appointment .main .inputbox {
	display: flex;
	margin: 10px auto;
	border: 1px solid #969696;
	width: 406px;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	padding-left: 25px;
}

.appointment .main .inputbox .select {
	width: 95%;
	border: none;
}
.appointment .main .label_{
	width: 90px;
	margin-right: 10px;
	font-size: 16px;
}
.appointment .databox{
	align-items: center;
}
.appointment .databox input{
	border: none;
	width:80%;
	
}
.appointment .databox .icon-1 {
	width: 21px;
	height: 21px;
	margin-top: 10px;
	margin-right: 12px;
}
.appointment .databox .icon-2 {
	width: 26px;
	height: 24px;
	margin-top: 10px;
	margin-right: 12px;
}
.appointment .databox .inputbox {
	justify-content: space-between;
	width:171px;
}
.appointment .databox .inputbox input{
	font-size: 16px;
}
.appointment .phone input {
	border: none;
	width: 100%;
}
.appointment select {
	font-size: 16px;
	line-height: 42px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	background: url("../images/web/arrow.png") no-repeat scroll right center transparent;
    outline: none;
    border:none;
}
select::-ms-expand {
     display: none;
    background: none;

} 
.hex{
	display: inline-block;
	width: 25px;
	height: 1px;
	background: #000;
	margin: 0 20px;
}
.appointment .addbox .add {
	margin-left: 10px;
}
.appointment .addbox .add .bk{
	border: 1px solid #969696;
	height: 42px;
	line-height: 42px;
	width:108px;
	padding: 0 20px;
	margin-right: 10px;
}
.appointment .addbox .add select {
width:108px;
}
.appointment .addbox .inputbox {
	padding-left: 0;
	border: none;
	margin-bottom:20px;
}
.appointment .xadd {
	height: 42px;
	width:394px;
	border: 1px solid #969696;
	text-indent: 25px;
	margin-bottom: 30px;
	
}


.formsex{
	display: flex;
	align-items: center;
	margin: 30px 0;
	font-size:16px;
}
.formsex div {
	margin-right: 5px;
	display: flex;
}
.formsex input[type="radio"] + label::before {
	content: "\a0"; /*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 13px;
	height: 13px;
	margin-right: .2em;
	margin-left: .5em;
	border-radius: 50%;
	border: 1px solid #d5d5d5;
	text-indent: .15em;
	line-height: 1;
	margin-top: -2px;
}
.formsex input[type="radio"]:checked + label::before {
	background-color: #d5d5d5;
	background-clip: content-box;
	padding: .15em;
	width: 10px;
	height: 10px;
}
.formsex input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.appointment .agreement{
	text-align: center;
	font-size: 16px;
	color: #a4a4a4;
	margin-top: 30px;
}
.appointment .agreement a{
	color: #f27e50;
}
.appointment .agreement input[type=checkbox] {
    margin-right: 10px;
    cursor: pointer;
    width: 17px;
    height: 17px;
    position: relative;
	top: 2px;
}

.appointment .agreement input[type=checkbox]:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #bfbfbf;
    display: inline-block;
    visibility: visible;
    border: 1px solid #bfbfbf;
    padding: 0 3px;
    
}

.appointment .agreement input[type=checkbox]:checked:after {
    background-color: #fff;
    content: "✓";
	font-weight: bold;
    font-size: 12px;
	color: #bfbfbf;

}
 

.appointment .btngroup {
	margin-bottom: 150px;
}
.appointment .btngroup .btn {
	display: block;
	font-size: 25px;
	color: #fff;
	background: #004395;
	margin: 0 auto;
	margin-top: 50px;
	width: 305px;
	height:70px;
	border-radius:35px;
	line-height: 70px;
	border: none;
	
}


/*业务领域*/

.crumb {
    background: #f1f1f1;
    height: 42px;
    line-height: 42px;
    margin-bottom: 38px;
    color: #fff;
}

    .crumb span {
        margin-right: 10px;
    }

    .crumb a {
        color: #fff;
        margin: 0 5px;
    }

.business .bg {
    background: #f4f4f4;
}

.b-title {
    width: 100%;
    text-align: center;
    margin: 35px auto;
}

    .b-title p {
        font-size: 40px;
        color: #595757;
        margin-bottom: 12px;
    }
    .b-title h1{
	    font-size: 40px;
	    color: #595757;
	    margin-bottom: 12px;
	    font-weight: 500;
    }
    .b-title img {
        width: 284px;
        height: 11px;
    }

.business .item ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .business .item ul::after {
        content: "";
        width: 313px;
    }

.business .item li {
    margin-bottom: 45px;
}

    .business .item li a {
        display: block;
    }

        .business .item li a img {
            width: 313px;
            height: 164px;
        }

/*关于我们*/
.about_us .article {
    font-size: 16px;
    line-height: 30px;
}

    .about_us .article p {
        text-indent: 30px;
        margin-bottom: 50px;
    }

    .about_us .article dt {
        font-weight: bold;
    }

    .about_us .article dl {
        margin-bottom: 50px;
    }

.about_us .pic-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 73px;
}

/*二级页面文章*/

.article-main{
	padding: 15px;
	background: #dbdcdc;
	margin-bottom: 30px
}

.text-content p{
color: #3e3a39;
text-indent:30px;
	font-size: 14px;
	line-height: 20px;
	
}

.text-content h1{
	color: #000;
	font-size: 20px;
}

.text-content h3{
	color: #000;
	font-size: 16px;
	text-indent:25px;	
	
}

.article-main .action-img{
	display: block;
	flex-shrink: 0;
	height: 100%;
	margin-left: 5px
}

.text-content h4{
	font-size: 18px;
	color: #0046a0;
	text-indent: 30px;
	margin:10px 0;
}


.text-content .in30{
	text-indent: 30px;
}

.text-content .mt35{
	margin-top: 35px;
}
.text-content .lh30 p{
	line-height:30px;
	text-indent: 45px;
}

.text-content .lh30-2 p{
	line-height:22px;
	text-indent:35px;
	color: #717071;
}
.text-content .c0 p{
	color: #000;
}
.at2 p{
	line-height:24px;
	color: #717071
}
.limain{
	margin-left: 30px;
}

.limain p{
	text-indent: 0;
	line-height: 25px;
}

.limain h3{
	text-indent: 0;
}

/*404页面*/

.main404{
	position: relative;
	width: 100%;
	height:800px;
	background: url(../images/web/404bg.jpg) no-repeat center center;
	background-size:cover;
}

.nr-404{
	position: absolute;
	top: 18%;
	left: 18%;
}

.nr-404 img{
	width: 90%;
	height: 90%;
}

/*提示*/

.Tips{
	width: 100%;
	height: 500px;
	background: #fff;
	text-align: center;
}

.Tips .tipsimg{
	margin-top: 50px;
}
.Tips .countdown {
	width: 100%;
	margin: 10px auto;
	font-size: 22px;
	font-weight: 500;
}


.Tips .abtn{
	display: block;
	margin:30px auto;
	color: #fff;
	font-size: 22px;
	width: 195px;
	line-height: 45px;
	background: #004395;
	border-radius: 25px;
}

.wumain{
	width: 705px;
	text-align: center;
	padding-top:50px;
}

.wumain .cl1 {
	margin: 40px auto;
	color: #0046a0;
	font-size: 22px;
}
.wumain .cl2{
	color: #0046a0;
	font-size: 25px;
	color: #ff0000;
}
/*业务领域新*/

.field-box {
	padding-bottom: 95px;
}
.field-box .field-title {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	color: #004395;
	margin: 70px auto;
}
.field-box .field-title .hlin {
	display: block;
	width: 50px;
	height: 4px;
	background: #008cfa;
	margin: 0 auto;
	margin-top: 12px;
}
.field-btn-list {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.field-btn-list li {
	text-align: center;
	width: 32%;
	padding: 25px 0;
	font-size: 20px;
	transition: all 0.5s;
}
.field-btn-list li:hover{
	box-shadow: 3px 3px 30px #888888;
}
.contactus-box {
	padding-bottom: 0;
}
.contactus-box .field-btn-list li:hover {
	box-shadow: none;
}
.field-btn-list li h3 {
	margin: 0;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 100;
}
.contactus-box .field-btn-list li h3 {
	font-size: 14px;
	margin-top: 10px;
	color: #000;
	font-weight: bold;
}
.contactus-box .field-btn-list {
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}
.contactus-box .contact-title h1 {
	font-size: 16px;
	text-align: center;
	color: #030000;
	margin-top: 25px;
}
.map-box{
	margin-bottom: 100px;
}
.map-box p {
	display: block;
	text-align: center;
	margin: 25px auto;
}
.field-box .tag li {
	border: 1px solid #d9d9d9;
	width: 317px;
	height: 273px;
	margin-bottom: 25px;
	background: rgba(255,255,255,0.5);
	box-shadow: 3px 3px 30px #888888;
}
.field-btn-list li .text {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}
.field-btn-list li .text p {
	font-size: 15px;
    line-height:24px;
}
.field-box .tag li img {
	margin-top: 45px;
}
/* 侧边悬浮导航 */
.right_nav {
	right: 0;
	bottom: 130px;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;
	
}
.right_nav li {
	background: #fff;
	margin: 1px 0;
	padding: 15px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	position: relative;
	right: -75px;
}
.right_nav li .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.right_nav li img {
	width: 30px;
	height: 30px;
}
.right_nav li h4 {
	color: #000;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 15px;
}
.right_nav li:hover {
	background: #fff
}
.right_nav li .hideBox {
	display: none;
	position: absolute;
	right: 120px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;
	z-index: 999;
}
.right_nav li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #0085cd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb h5 {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #0085cd;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.right_nav li .hideBox .hb p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
	margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}
.right_nav li .hideBox .hb .qqtalk img {
	width: 20px;
	height: 20px;
}
.right_nav li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px;
}
.right_nav li:nth-child(4) .hideBox img {
	display: block;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin: 0 auto;
}

/*法律讲堂列表*/

.news_div {
	padding: 30px 0;
}
.news_left {
	width: 70%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_right {
	width: 26%;
	float: right;
	padding: 60px 0;
}
.news_left li {
	padding: 20px 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #eee;
	overflow: hidden
}
.news_left li:hover {
	padding: 20px 0;
	border: 1px solid #eee;
	box-shadow: 0 3px 3px 1px #eee
}
.news_left img {
	width: 20%;
	height: 120px;
	border: none;
	padding: 20px;
	float: left;
}
.news_cc {
	float: left;
	width: 70%;
	padding: 20px 0;
}
.news_cc1 a {
	width: 99%;
	font-size: 18px;
	line-height: 2em;
	color: #333;
	display: block;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_cc1 a:hover {
	color: #008cfa;
}
.news_cc2 {
	font-size: 16px;
	line-height: 1.6em;
	color: #666;
	padding-bottom: 5px;
	 white-space: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}
.news_cc3 {
	font-size: 16px;
	line-height: 2em;
	color: #999;
}
.news_toptit {
	border-bottom: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
}
.news_toptit {
	border-bottom: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
}
.news_toptit span {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    line-height: 3em;
    height: 3em;
    color: #333333;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
}
.news_toptit a{
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
	line-height: 3em;
	height: 3em;
	color: #333333;
	font-size: 20px;
	margin-right: 10px;
	text-align: center;
}
.news_toptit .on{
	border-bottom: 3px solid #008cfa;
	color: #008cfa;
}
.news_right2 {
	padding: 10px 0;
}
.news_right2 li {
}
.news_right2 li a {
	font-size: 14px;
	line-height: 2.2em;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 99%;
}
.news_right2 li a:hover {
	color: #008cfa;
}

/*打赏页面*/

.award{
	background: #eff0f1;
	padding-top: 60px;
	padding-bottom: 195px;
}

.award .award-title{
	display: flex;
	align-items: baseline;
	font-size: 25px;
}

.award .award-title img{
	width: 42px;
	height: 42px;
	margin-right: 18px;
	margin-bottom:20px;
}

.award .award-main{
	background: #fff;
	border-top: 3px solid #b3b3b3;
	border-bottom: 3px solid #b3b3b3;
}
.award .award-main .left{
width: 823px;
padding-top: 85px;
padding-left: 65px;
padding-bottom: 85px;
}
.award .award-main .left .item{
	margin-right: 35px;
}
.award .award-main .left .itembox{
	text-align: center;
}
.award .award-main .left .itembox .iv-title{
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}
.award .award-main .left .itembox .main{
	border: 1px solid #c6c6c6;
	width: 198px;
	text-align: center;
	padding-bottom: 35px;
}
.award .award-main .left .itembox .main .er-code{
	width: 195px;
	height: 195px;
	margin: 5px auto;
	margin-bottom: 15px;
}
.award .award-main .left .itembox .main .saom{
	width: 100%;
	text-align: center;
}

.award .award-main .left .itembox .main .saoma img{
	display: block;
	margin: 0 13px;
	margin-top: 7px;
	width: 32px;
	height: 32px;
}
.award .award-main .left .itembox .main .saoma .text{
	text-align: left;
	font-size: 18px;
}

.award .award-main .left .sym{
	margin-top: 30px;
	width: 134px;
	height: 117px;
}

.award .award-main .btn_group{
	width: 178px;
	padding-top: 180px;
	padding-bottom: 209px;
	height: 100%;
	text-align: center;
	background: #e6e6e6;
}

.award .award-main .btn_group img{
	display: block;
	margin: 0 auto;
	width: 76px;
	height: 71px;
	margin-bottom: 30px;
	font-size: 13px;
	
}

.award .award-main .btn_group .btnst1{
	width: 108px;
	height: 39px;
	line-height: 39px;
	border: none;
	border-radius: 5px;
	background: #004395;
	color: #fff;
}
.award  .codebox{
	width: 100%;
	padding: 40px 0;
	text-align: center;
	padding-top: 0;
}
.award  .codebox img{
	width: 155px;
	display:block;
	margin: 0 auto;
}
.award  .number-select{
	text-align: center
	
}
.award  .number-select span{
	display:inline-block;
	border: 1px solid #bbb;
	width: 168px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 21px;
	color: #a6a6a6;
	border-radius: 5px;
	cursor: pointer;
	margin:0 20px;
	margin-bottom: 38px;
}

.award  .number-select .on{
	background: #004395;
	border: 1px solid #004395;
	color: #fff;
}

.award  .number-select .custom{
	position: relative;
	width: 100%;
	text-align: center;
}

.award  .number-select .custom input{
	width: 200px;
	line-height: 35px;
	border: 1px solid #bbb;
	border-radius: 5px; 
	text-indent: 10px;
}
.award  .number-select .custom .text{
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	height: 40px;
	color: #8a8a8a;
	font-size: 20px;
	font-weight: bold;
	
}
.award  .number-select .custom .text p{
	cursor: pointer;
	display: block;
	width: 105px;
	line-height: 30px;
	margin: 0 auto;
	border-bottom: 2px solid #8a8a8a;
}





