@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 16px;
	line-height: 32px;
}
p{
	font-size: 16px;
	line-height: 32px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.between {
	justify-content: space-between;
}
.center {
	align-items: center;
}
.ov{
	overflow: hidden;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.phone {
	display: none;
}
@font-face {
	font-family: 'SourceHanSansSC';
	src: url('../font/SourceHanSansSC-Normal.otf') format("opentype");
	font-weight: bold;
	font-style: normal;
}


/*首页*/
.header{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 324px;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	font-size: 16px;
	line-height: 95px;
	margin-right: 62px;
}
.nav li:last-child{
	margin: 0;
}
.nav a{
	color: #333;
}
.nav a:hover{
	color: #304771;
}
.nav .on a{
	color: #304771;
}

.banner_box{
	width: 100%;
	position: relative;
}
.banner_box .swiper-pagination{
	width: 24px;
	right: 30px;
	left: auto;
	top: 60%;
	transform: translate(0, -60%);
}
.banner_box .swiper-pagination-bullet{
	width: 24px;
	height: 38px;
	background: url(../images/dot_01.png);
	background-size: 100% 100%;
	margin: 7px 0 !important;
}
.banner_box .swiper-pagination-bullet-active{
	background: url(../images/dot_02.png);
	background-size: 100% 100%;
}
.bn_txt01{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 34px;
	text-transform: uppercase;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translate(0, -40%);
}
.bn_txt01 img{
	width: 56px;
	height: 54px;
	margin: 0 auto 36px;
}
.bn_txt01 h1{
	font-size: 40px;
	line-height: 70px;
}
.bn_txt02{
	width: 100%;
	position: absolute; 
	top: 42%;
	left: 0;
	transform: translate(0, -42%);
}
.bn_text{
	font-family: 'SourceHanSansSC';
	text-transform: uppercase;
	color: #fff;
	line-height: 66px;
	font-size: 36px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.bn_text h1{
	color: #e5ab4c;
	font-size: 60px;
	line-height: 72px;
}
.bn_tel{
	color: #fff;
	font-size: 26px;
	line-height: 70px;
	position: relative;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	margin: 38px 0 61px;
}
.line_up,.line_down{
	width: 167px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
}
.line_up{
	top: 0;
}
.line_down{
	bottom: 0;
}
.bn_more{
	width: 156px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 5px;
	font-size: 16px;
}
.bn_more a{
	display: block;
	color: #fff;
}
.bn_txt03{
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	top: 44%;
	left: 0;
	transform: translate(0, -44%);
}
.bn_bg{
	width: 838px;
	height: 349px;
	padding: 60px 44px 0 44px;
	color: #fff;
	text-align: center;
	background: url(../images/bn_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	overflow: hidden;
}
.bn_bg h1{
	font-family: 'SourceHanSansSC';
	font-size: 68px;
	line-height: 100px;
	margin-bottom: 10px;
}
.bn_bg h2{
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 26px;
}
.bn_tel02{
	width: 418px;
	text-align: left;
	height: 49px;
	line-height: 49px;
	background: #b28f4d;
	font-size: 21px;
	margin: 0 auto;
}
.bn_tel02 img{
	float: left;
	width: 30px;
	height: 30px;
	margin: 9px 16px 0 56px;
}
/* 关于我们 */
.about_box{
	padding: 75px 0 63px;
	overflow: hidden;
}
.about_title{
	width: 100%;
	text-align: center;
	margin-bottom: 82px;
}
.about_title h1{
	color: #304771;
	font-size: 32px;
	line-height: 58px;
}
.about_title h2{
	line-height: 34px;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 21px;
}
.about_title span{
	width: 239px;
	height: 1px;
	display: block;
	background: #f2f2f2;
	margin: 0 auto;
	position: relative;
}
.about_title span i{
	width: 76px;
	height: 5px;
	display: block;
	background: #e5ab4c;
	position: absolute;
	top: -2px;
	left: 81px;
}
.about_left{
	float: left;
	width: 510px;
}
.about_left h1{
	color: #333;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	margin: 22px 0;
}
.about_txt{
	color: #666;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 15px;
}
.about_more{
	width: 112px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background: #304771;
	font-size: 14px;
}
.about_more a{
	color: #fff;
	display: block;
}
.about_right{
	float: right;
	width: 600px;
	height: 314px;
	background: #304771;
	margin: 6px 8px 0 0;
	position: relative;
}
.about_pic{
	width: 600px;
	height: 309px;
	overflow: hidden;
	position: absolute;
	top: -6px;
	left: -10px;
}
.about_pic img{
	width: 100%;
	height: 100%;
}
.about_list{
	width: 1200px;
	margin: 0 auto;
	padding-top: 68px;
}
.about_list li{
	float: left;
	width: 300px;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}
.about_list h4{
	color: #304771;
	font-size: 50px;
	font-weight:normal;
	line-height: 52px;
}
.about_list h4 span{
	font-size: 14px;
	line-height: 14px;
	color: #e5ab4c;
	vertical-align: top;
}
/* 专业律师顾问团队 */
.gw_box{
	width: 100%;
	overflow: hidden;
}
.gw_pic{
	float: left;
	width: 49.6%;
	height: 517px;
	overflow: hidden;
}
.gw_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gw_bg{
	float: left;
	width: 50.4%;
	height: 517px;
	background: url(../images/gw_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.gw_w{
	width: 500px;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
	margin: 152px 0 0 85px;
}
.gw_w h1{
	font-size: 35px;
	line-height: 76px;
	font-weight: normal;
}
.gw_btn{
	width: 154px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background: #e5ab4c;
	font-size: 18px;
	margin-top: 46px;
}
.gw_btn a{
	color: #fff;
	display: block;
}
/* 专业团队 */
.team_box{
	padding: 77px 0 45px;
	overflow: hidden;
}
.team_box .about_title{
	margin-bottom: 57px;
}
.team{
	margin-bottom: 60px;
}
.team_shadow{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 5px;
}
.team_pic{
	height: 338px;
	overflow: hidden;
}
.team_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team_text{
	text-align: center;
	padding: 14px 20px 30px 20px;
}
.team_text h4{
	color: #333;
	font-size: 22px;
	line-height: 44px;
	font-weight: normal;
}
.team_txt{
	color: #666;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
}
.team_more{
	width: 164px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	background: #e5ab4c;
	margin: 0 auto;
}
.team_more a{
	display: block;
	color: #fff;
}
/* 广告图 */
.adv_pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.adv_pic img{
	width: 100%;
}
.adv_text{
	width: 605px;
	text-align: center;
	position: absolute;
	top: 75px;
	right: 360px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
}
.adv_text h1{
	font-size: 40px;
	line-height: 86px;
}
.adv_more{
	width: 164px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background: #e5ab4c;
	font-size: 18px;
	margin: 19px auto 0;
}
.adv_more a{
	display: block;
	color: #fff;
}
/* 经典案例 */
.case_box{
	padding: 76px 0 66px;
	overflow: hidden;
}
.case_box .about_title{
	margin-bottom: 68px;
}
.case{
	width: 1200px;
	margin: 0 auto 39px;
}
.case ul{
	margin-right: -46px;
}
.case li{
	float: left;
	width: 369px;
	margin: 0 46px 20px 0;
}
.case h4{
	color: #333;
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_pic{
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 16px;
}
.case_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_txt{
	color: #666;
	font-size: 16px;
	line-height: 32px;
}
/* 留言 */
.message_bg{
	width: 100%;
	height: 448px;
	padding-top: 98px;
	background: url(../images/message_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.message_box{
	width: 1169px;
	margin: 0 auto;
}
.mes_tab_pic{
	float: left;
	width: 86px;
}
.mes_tab_pic li{
	width: 70px;
	height: 70px;
	margin: 8px 8px 13px 8px;
	cursor: pointer;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.mes_tab_pic li img{
	width: 100%;
	height: 100%;
}
.mes_tab_pic .mes_on{
	width: 86px;
	height: 86px;
	margin: 0 0 13px 0;
}
.mes_tab_pic .mes_on .mes_tm{
	display: none;
}
.mes_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mes_rbg{
	float: right;
	width: 998px;
	height: 252px;
	padding: 80px 30px 0 30px;
	background: url(../images/mes_rbg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	font-size: 16px;
}
.mes_rbg i{
	width: 51px;
	height: 1px;
	display: block;
	background: #808aa5;
	position: absolute;
	top: 21px;
	left: -69px;
}
.mes_fon{
	text-align: center;
	color: #fff;
	line-height: 28px;
}
.mes_txt{
	color: #e5ab4c;
	line-height: 28px;
	position: absolute;
	right: 85px;
	bottom: 26px;
}
/* 新闻资讯 */
.news_box{
	padding: 96px 0 71px;
	overflow: hidden;
}
.news_left{
	float: left;
	width: 572px;
}
.news_left h1{
	color: #333;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 11px;
}
.news_pic{
	width: 100%;
	height: 302px;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_text{
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 44px;
}
.news_more{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.news_more a{
	color: #333;
}
.news_more img{
	width: 15px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.news_date{
	width: 86px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.news_date h4{
	height: 60px;
	line-height: 60px;
	background: #304771;
	color: #fff;
	font-size: 32px;
}
.news_date_en{
	background: #e5ab4c;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
}
.news_right{
	float: right;
	width: 587px;
}
.news{
	width: 100%;
	padding-bottom: 14px;
}
.news li{
	margin-bottom: 13px;
	position: relative;
}
.news_gray{
	width: 545px;
	height: 147px;
	background: #fafafa;
	padding: 20px 25px 0 64px;
	margin-left: 42px;
}
.news .news_date{
	top: 24px;
}
.news_txt01{
	color: #333;
	font-size: 20px;
	line-height: 46px;
}
.news_txt02{
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
/* 联系我们 */
.contact_bg{
	width: 100%;
	height: 617px;
	background: url(../images/contact_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.contact_box{
	float: left;
	width: 545px;
	margin: 93px 0 0 22px;
}
.con{
	color: #c2c2c2;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 52px;
}
.con h4{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 52px;
}
.con_txt{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding-top: 33px;
}
.law_box{
	float: right;
	margin: 93px 12px 0 0;
}
.law{
	width: 100%;
}
.law li{
	font-size: 14px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}
.law span{
	float: left;
	width: 40px;
	color: #fff;
}
.law01{
	width: 521px;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	border: none;
	background: #fff;
	border-radius: 5px;
}
.law02{
	width: 521px;
	height: 102px;
	line-height: 26px;
	padding: 5px 10px;
	border: none;
	background: #fff;
	border-radius: 5px;
}
.btn_tj{
	width: 236px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #e5ab4c;
	border: none;
	color: #fff;
	font-size: 18px;
	margin-left: 40px;
	cursor: pointer;
}
.copyright{
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: #0a1529;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.copyright a{
	color: #fff;
}


/* 关于我们 */
.about_p{
	padding: 81px 0 84px;
}
.about_tab{
	width: 100%;
}
.about_tab ul{
	margin-right: -72px;
}
.about_tab li{
	float: left;
	width: 564px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	border: solid 1px #c6a05e;
	color: #c6a05e;
	font-size: 16px;
	font-weight: bold;
	margin-right: 72px;
	cursor: pointer;
}
.about_tab .about_on{
	background: #c6a05e;
	color: #fff;
}
.about_tab a{
	display: block;
}
.about_part{
	padding-top: 42px;
}
.about_part .about_title{
	margin-bottom: 42px;
}
.about_part .about_list{
	padding: 0;
	margin-bottom: 38px;
}
.about_img{
	width: 100%;
	margin-bottom: 34px;
}
.about_text{
	color: #666;
	font-size: 16px;
	line-height: 32px;
}


/* 专业团队 */
.team_list{
	width: 100%;
}
.team_list ul{
	margin-right: -45px;
}
.team_list li{
	float: left;
	width: 266px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 45px 62px 0;
}
.team_more02{
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #c6a05e;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
}
.team_more02 {
	display: block;
	color: #c6a05e;
}
.team_list .team_txt{
	margin-bottom: 17px;
}
.page{
	width: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
}
.page input{
	vertical-align: top;
}
.page a{
	border: solid 1px #e2e2e2;
	display: inline-block;
	color: #333;
	padding: 0 18px;
	border-radius: 10px;
	margin: 0 10px;
}
.page a:hover{
	border: solid 1px #ccb265;
	color: #ccb265;
}
.page .page_on{
	border: solid 1px #ccb265;
	color: #ccb265;
}
.page span{
	line-height: 48px;
	padding: 0 15px 0 42px;
}
.ye{
	width: 59px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: solid 1px #e2e2e2;
	border-radius: 10px;
	color: #333;
	font-size: 18px;
	margin-right: 12px;
}
.go{
	width: 57px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: solid 1px #e2e2e2;
	border-radius: 10px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}


/* 新闻资讯 */
.news02{
	width: 100%;
	padding-bottom: 67px;
}
.news02 ul{
	margin-right: -26px;
}
.news02 li{
	float: left;
	width: 587px;
	position: relative;
	margin: 0 26px 13px 0;
}
.news02 .news_left{
	float: none;
}
.news02 .news_text{
	margin: 0;
}


/* 联系我们 */
.con_p{
	padding: 81px 0 84px;
}
.con_p .about_title{
	margin-bottom: 50px;
}
.contact{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 40px;
}
.map{
	width: 100%;
	height: 382px;
}
.BMap_shadow img{
	display: none;
}
.BMap_bubble_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.BMap_bubble_content{
	font-size: 14px;
	line-height: 24px;
}


/* 律师详情 */
.xq_p{
	padding-bottom: 90px;
}
.path{
	width: 100%;
	border-bottom: solid 1px #eee;
	line-height: 32px;
	padding: 28px 0;
	color: #333;
	font-size: 16px;
	margin-bottom: 35px;
}
.path a{
	color: #333;
}
.path span{
	color: #304771;
}
.xq_w{
	width: 100%;
	margin-bottom: 20px;
}
.xq_pic{
	float: left;
	width: 266px;
	height: 338px;
}
.xq_pic img{
	width: 100%;
	height: 100%;
}
.xq_text{
	float: right;
	width: 895px;
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-top: 40px;
}
.xq_text h4{
	color: #333;
	font-size: 22px;
	line-height: 42px;
	font-weight: normal;
}
.title{
	width: 100%;
	color: #333;
	font-size: 22px;
	line-height: 60px;
	border-bottom: solid 1px #eee;
	margin-bottom: 13px;
}
.text{
	color: #666;
	line-height: 36px;
	margin-bottom: 30px;
}
.xq_p .team{
	margin: 0;
}
.xq_p .team_text{
	padding: 14px 20px 16px 20px !important;
}
.xq_p .team_shadow{
	padding-bottom: 28px;
}


/* 新闻详情 */
.news_p{
	padding: 80px 0;
}
.n_tit{
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #eee;
	padding-bottom: 30px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 32px;
}
.n_tit span{
	padding-right: 68px;
}
.n_tit span:last-child{
	padding: 0;
}
.n_tit i{
	font-style: normal;
	color: #e5ab4c;
}
.n_tit h1{
	color: #222;
	font-style: 28px;
	line-height: 42px;
	margin-bottom: 25px;
}
.n_txt{
	color: #666;
	font-style: 16px;
	line-height: 36px;
}


.map_txt{
	padding: 10px;
	font-size: 14px;
}
.map_txt h3{
	color: #dc6547;
	font-size: 18px;
	margin-bottom: 5px;
}