﻿@charset "utf-8";
/* CSS Document */
body { font:14px "microsoft Yahei","Arial",sans-serif; color: #333; background-color: #fff; word-wrap: break-word; overflow-x: hidden;}
*{padding:0;margin:0;}
img{border:0; vertical-align: middle;}
ul,li{list-style:none;}
a{text-decoration:none;transition:all 0.4s;-webkit-transition:all 0.4s; color: #333;}
a:hover {color: #20307d;}
input{border: 0; background:none; font:14px "microsoft Yahei","Arial",sans-serif; width: 100%; box-sizing: border-box; outline: none; color: #333;}
h2{font-weight:400;}
i{ font-style:normal;}
b{ font-weight:normal;}

/*文本框默认颜色*/
input::-webkit-input-placeholder {color: #999;}
input:-moz-placeholder {color: #999;}
input::-moz-placeholder {color: #999;}
input:-ms-input-placeholder {color: #999;}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before { content: ''; display: table; }
.cf:after, .header:after, .main:after, .footer:after, .wrap:after { content: ''; display: table; clear: both; }
.cf, .header, .main, .footer, .wrap { *zoom: 1 }

/*图片放大*/
.tr_sc{ overflow:hidden; display:block;}
.tr_sc img{transition:0.6s all; -webkit-transition:0.6s all; width: 100%;}
.tr_sc:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/*其他公用*/
.wrap{width: 1360px; margin: 0 auto; box-sizing: border-box;}
.index_body .wrap {width: 1600px;}
.hidden {overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width: 100%; display: block; box-sizing: border-box;}
/*编辑器图片处理*/
/* 页码 */
.page{background-color: #e4eaf5; padding: 34px 15px;color:#333;text-align:center;clear:both;font-size:14px;padding:34px 15px;overflow:hidden}
.page span,.page a{padding:0 5px;border:1px solid #20307d;color:#333;margin:0 8px;line-height:36px; min-width:48px;box-sizing:border-box;display:inline-block;vertical-align:top}
.page .current{border:1px solid #20307d;background:#20307d;color:#fff}

/* 服务热线ipad和手机端显示 */
.fuwu_line {display: none; width: 220px; max-width: 100%; margin: 0 auto; background-color: #20307d; color: #fff; line-height: 36px; height: 36px; overflow: hidden; border-radius: 18px; text-align: center; padding: 0 10px; box-sizing: border-box;}
.fuwu_line .fuwu_strong {display: inline-block; padding: 0 0 0 30px; background: url(../images/a_phoneicon.png) left center no-repeat;}
.fuwu_line .fuwu_strong b {font-family: 'Conv_DIN-Bold'; font-size: 20px; display: inline-block; vertical-align: top;}
.head_phonebox {position: absolute; top: 75px; right: 0; z-index: 100; display: none;}

/*公用头尾*/
/* 头部 */
.phone_nav {display: none;}
.header {padding: 0 80px; position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; z-index: 10000;}
.head_top {padding: 40px 0;}
.logo {float: left; height: 41px;}
.logo img {height: 100%;}
.logo .img2 {display: none;}
.head_msg {float: right; padding: 6px 0 0;}
.head_phone {float: left; line-height: 36px; padding: 0 25px; font-weight: bold; font-size: 16px; display: none;}
.head_phone strong {font-size: 22px; display: inline-block; vertical-align: top; font-family: 'Conv_DIN-Bold';}

.head_icon { float:right; width: 30px; height: 30px; margin:4px 0; display: block; margin-left: 30px; display: block;}	
.head_icon i {width:100%; height: 2px; margin-top: 14px; display: block; position: relative; transition: 0.4s;}
.head_icon i:before,
.head_icon i:after {content:""; position:absolute; left:0; top:0; display:block; width:100%; height:2px; transition: 0.4s;}
.head_icon i:before { margin-top: -8px;}
.head_icon i:after { margin-top: 8px;}

.head_navBox {position: relative; line-height: 38px; display: none;}
.head_line {position: absolute; left: -80px; right: -80px; bottom: 0; height: 1px; opacity: 0.2;}
.head_nav {float: left; padding: 0 35px;}
.head_nav .li {float: left; padding: 0 30px;}
.head_nav .li a {display: block; font-weight:500; padding: 0 0 5px; position: relative; font-size: 18px;}
.head_nav .li a:after {content: ""; position: absolute; left: 0; top: 100%; width: 0; height: 2px; background: #fff; margin-top: -1px; transition: all 0.4s;}
.head_nav .one a:after,
.head_nav .li a:hover:after{width: 100%;}
/* 第一屏 */
.fp-viewing-1 .head_icon {display: none;}
.fp-viewing-1 .head_phone {display: block;}
.fp-viewing-1 .head_navBox {display: block;}
.fp-viewing-1 .head_top {padding: 30px 0;}
.fp-viewing-1 .logo {height: 61px;}
/* 白 1457 */
.head_color,
.head_color a {color: #fff;}
.head_color .head_phone {border: 1px solid #fff; border: 1px solid rgba(255,255,255,0.22);}
.head_color .head_line {background: #fff;}
.head_color .head_icon i,
.head_color .head_icon i:before,
.head_color .head_icon i:after {background: #fff;}

.head_black,
.head_black a {color: #000;}

.head_black .mynav_search i {background-image: url(../images/icon_search.png);}
.head_black .mynav_searchinput {background-image: url(../images/icon_search.png); border-bottom-color: #c1c1c1;}
.head_black .mynav_searchclose {background-image: url(../images/a_searchclose.png);}
.head_black .mynav_searchsub input {border-color: #333; color: #333;}
.head_black .mynav_searchinput input {color: #666;}
.head_black .mynav_searchinput input::-webkit-input-placeholder {color: #918f8f;}
.head_black .mynav_searchinput input:-moz-placeholder {color: #918f8f;}
.head_black .mynav_searchinput input::-moz-placeholder {color: #918f8f;}
.head_black .mynav_searchinput input:-ms-input-placeholder {color: #918f8f;}
/* 首页导航 */
.index_body .header {display: none;}
.index_body .myhead_wrap {display: block;}
.fp-viewing-1 .myhead_wrap {display: none;}
.fp-viewing-1 .header {display: block;}
/* 尾部 */
.footer {border-top: 1px solid #e7ebf0; padding: 65px 80px 0;}
.foot_top {padding-bottom: 75px;}
.foot_phone {float: left; color: #20307d; font-weight: bold; line-height: 30px; box-sizing: border-box; width: 14.2%;}
.foot_phone strong {color: #20307d; font-size: 24px; display: block;}
.foot_ewmbox {float: right; padding: 0 2.8%; text-align: center; width: 14.2%; box-sizing: border-box;}
.foot_ewm {box-sizing: border-box; border: 1px solid #e3e3e3;}
.foot_ewm img {width: 100%;}
.foot_ewmTit {font-size: 16px; color: #666; line-height: 1.5; margin: 7px 0 10px;}
.foot_ewmIcon span {padding: 0 10px;}

.foot_btm {border-top: 1px solid #e5e5e5; line-height: 24px; padding: 14px 0; overflow: hidden;}
.foot_copy {float: left; color: #999; width: 75%; box-sizing: border-box;}
.foot_copycon {float: left;}
.foot_link {float: right; font-weight: bold; margin-right: -15px;}
.foot_link li {display: inline-block; vertical-align: top;}
.foot_link a {padding: 0 15px; position: relative; display: inline-block; vertical-align: top;}
.foot_link a:after {content: "|"; position: absolute; right: 0; top: -1px;}

.lm_footer.footer {padding: 0;}
.lm_footer .foot_top {padding: 30px 0;}
.foot_left {float: left; width: 89%; box-sizing: border-box; padding: 0 55px 0 0; overflow: hidden;}
.foot_nav {border-bottom: 1px solid #e3e3e3;}
.foot_nav .li {float: left; /* width: 12.5%; */ box-sizing: border-box; padding: 0 80px 10px 0; font-size: 17px; line-height: 32px;}
.foot_msgbox {padding: 48px 0 0;}
.foot_msgbox .foot_phone {width: 220px; padding: 0 20px 0 0;}
.foot_msg {overflow: hidden; line-height: 2; color: #666;}
.foot_msg strong {color: #333;}
.foot_msg ul {display: inline-block; box-sizing: border-box; padding: 0 64px; border-left: 1px solid #ebebeb; }
.lm_footer .foot_ewmbox {width: 11%; padding: 0 20px;}

/* 2-1-环誉简介 */
.lm_banner {height: 450px; background-color: #2b586b; background-size: cover; background-repeat: no-repeat; background-position: center; box-sizing: border-box;}
.lm_tit {font-size: 78px; line-height: 90px; letter-spacing: 2px; color: #ffffff; text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.57); padding-top: 245px;}
.video_box { position: fixed; z-index: 999999; top: 50%; left: 50%; display: none; width: 1000px; height: 570px; margin-left: -500px; margin-top: -285px; text-align: center; }
.video_box video { width: 100%; max-height: 570px; background-color: #000;}
.video_box .close { position: absolute; top: 0; right: 0; width: 32px; height: 32px; cursor: pointer; color: #fff; background: url(../images/icon_close.png) no-repeat; background-position: right top; }
.dark_box { position: fixed; z-index: 99999; top: 0; left: 0; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); }

.about_part1 {padding: 100px 0;}
.about_tit {border-bottom: 1px solid #20307d; font-size: 40px; line-height: 1;}
.about_tit .span {display: inline-block; border-bottom: 3px solid #20307d; padding-bottom: 17px; margin-bottom: -2px;}
.about_con {font-size: 18px; line-height:2; padding: 12px 0;}
.about_part2 {background-color: #e4eaf5; padding: 97px 0 112px; overflow: hidden;}
.about_part2 .swiper-container{display: none;}
.about_part2 .list{position: relative;}
.about_part2 .list1 li{float: left;}
.about_part2 .list1 dl{width: 300px;}
.about_part2 .list1 dt{ display: none;}
.about_part2 .list1 dd{position: relative;}
.about_part2 .list1 dd::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/opc_black4.png);}
.about_part2 .list1 dd img{width: 100%;}
.about_part2 .list1{position: absolute; bottom: 0; overflow: hidden; box-sizing: border-box; width: 918px;}
.about_part2 .list1 ul{position: relative; clear: both; overflow: hidden;}
.about_part2 .list1 li{padding: 0 3px;}
.about_part2 .list_left{ right: 50%; margin-right: 303px;}
.about_part2 .list_right{ left: 50%; margin-left: 303px;}
.about_part2 .list_center dl{width: 600px; margin: 0 auto;}
.about_part2 .list_center dt{text-align: center; font-size: 24px; line-height: 30px; font-weight: lighter; padding-bottom: 30px; display: block;}
.about_part2 .list_center dd{transform-origin: bottom;}
.about_part2 .list_center dd img{width: 100%;}
.about_part2 .list_but{position: absolute; left: 50%; top: 0; width: 270px; margin-left: -135px;} 
.about_part2 .list_but div{ width: 30px; height: 30px; z-index: 10; cursor: pointer; background-position: center; background-size: 100% auto; background-repeat: no-repeat;}
.about_part2 .list_but .left{float: left; background-image: url(../images/about_iconleft2.png);}
.about_part2 .list_but .right{float: right; background-image: url(../images/about_iconright2.png);}
/* 列表分类 */
.lm_navlist {background-color: #e4eaf5;}
.lm_navul {display: flex; align-items: center; justify-content:center; gap: 30px;}
.lm_navul .li a {display: block; padding:20px; border-bottom: 1px solid transparent; font-size: 16px; font-weight: 600;}
.lm_navul .li a:hover,.lm_navul .on a {border-color: #20307d; color: #20307d;}
/* 2-3-1社会责任 */
.social_more {display: block; border: 2px solid #20307d; width: 184px; box-sizing: border-box; text-align: center; color: #20307d; line-height: 36px; font-weight: bold;}
.social_more:hover {background-color: #20307d; color: #fff; border-color: #20307d;}
.social_btmbox {box-sizing: border-box; background-position: center; background-repeat: no-repeat; background-size: cover;}
.social_btm {display: table; width: 100%; box-sizing: border-box; height: 260px; padding: 20px 0;}
.social_btmtit {display: table-cell; vertical-align: middle; line-height: 24px;}
.social_btmtit h2 {font-size: 48px; line-height: 60px; font-weight: lighter; margin: 20px 0;}

/* 3-1.2-1业务领域 */
.area_listbox {overflow: hidden; padding: 50px 0 65px;}
.area_list {margin: 0 -55px; display: flex; align-items: flex-start; flex-wrap: wrap;}
.area_list .li {float: left; width: 33.33%; box-sizing: border-box; padding: 55px;}
.area_list .area_a {box-sizing: border-box; display: block;}
.area_list .area_icon {width: 60px; height: 60px; line-height: 60px;}
.area_list .area_icon img {max-width: 100%; max-height: 100%;}
.area_list .area_tit {font-size: 24px; line-height: 36px; padding: 12px 0 7px; border-bottom: 1px solid rgba(32, 48, 125, .5); color: #333;}
.area_list .area_intro {color: #666; font-size: 16px; line-height: 24px; margin: 10px 0 20px; overflow: hidden;}
.area_list .area_link {width: 140px; line-height: 32px; text-align: center; font-weight: bold; border: 1px solid #20307d; transition: all 0.4s; -webkit-transition: all 0.4s;}
.area_list .area_a:hover .area_link {background-color: #20307d; color: #fff; border-color: #20307d;}


/* 3-2-领域详情 */
.business_detailBan {background-color: #e4eaf5;}
.crumbs_box {color: #666; line-height: 26px; padding:10px 0; }
.crumbs_box a {display: inline-block; color: #666;}
.crumbs_box span {display: inline-block; padding: 0 6px;}
.crumbs_box a:hover {color: #20307d;}
.detail_tit {font-size: 40px; line-height: 52px; margin-top: 44px;}
.business_detailbox {padding: 55px 0 60px;}
.business_left {float: left; width: 20%; box-sizing: border-box; padding-right: 50px; display: flex; flex-direction: column;}
.business_left .title{background: #20307d; border-radius: 4px; font-size: 24px; color: #fff; padding:15px 20px;}
.business_left a{line-height: 60px; font-size: 20px; padding-left: 30px;border-bottom: 1px solid #e4eaf5;}
.business_left a.cur{color: #20307d;border-bottom: 1px solid #20307d;}
.business_right {float: right; width: 78%; box-sizing: border-box;}
.business_detailbox .business_title{ display: flex; align-items: center; gap: 20px; margin-bottom: 50px;}
.business_detailbox .business_title .thumb{width: 50px; height: 50px; border-radius: 50%;background-color: #e4eaf5; display: flex; align-items: center; justify-content: center}
.business_detailbox .business_title img{width:70%; height: 70%;}
.business_detailbox .business_title span{font-size: 30px; font-weight: 500;}
.business_detailbox .editor_con {font-size: 16px; line-height:1.8; padding: 0 0 55px;}
.business_detailbox .more_case{width: 180px; height: 50px;border-radius:25px; border: 1px solid rgba(32, 48, 125, .5); }
.business_detailbox .more_case a{font-size: 16px;display: flex; align-items: center; justify-content: center; gap: 10px;line-height: 50px;}
/* 新闻列表 */
.news_wrapbox {padding: 50px 0;}
.news_listbox {}
.news_listbox .li {padding: 30px 10px 30px 20px; border-bottom: 1px dotted #aaa;}
.news_listbox .li:last-child {border-bottom: none;}
.news_listbox .li a {display: block;}
.mynew_pic {float: right; width: 355px; height: 200px; box-shadow: 0 0 20px #e4eaf5;}
.mynew_pic img{ object-fit:cover; width: 100%; height: 100%;}
.mynew_left {overflow: hidden; padding: 0 200px 0 0;}
.mynew_time {color: #bfbfbf; font-size: 24px; line-height: 1; font-family:"DIN Regular"; margin-bottom: 12px;}
.mynew_tit {font-size: 24px; line-height: 34px; max-height: 68px; overflow: hidden; margin-bottom: 10px;}
.mynew_intro {font-size: 16px; line-height: 26px; max-height: 52px; overflow: hidden; color: #999; margin-bottom: 22px;}
.mynew_link {display: inline-block; position: relative; font-weight: bold; line-height: 24px; padding-right: 15px;}
.mynew_link::after {content: ""; position: absolute; left: 100%; top: 50%; width: 80px; height: 1px; background-color: #666;}
.news_listbox .li a:hover .mynew_link::after {background-color: #20307d;}

/* 4-1-2新闻详情 */
.news_detailBan {background-color: #e4eaf5;}
.detail_wrap {width: 100%; box-sizing: border-box; margin: 0 auto;}
.news_detailBan .crumbs_box {border: none;}
.news_detailBan .detail_tit {margin-top: 5px; padding-bottom: 13px; border-bottom: 1px solid #c1c5ce;}
.detail_label {color: #999; line-height: 26px; padding: 8px 0;}
.detail_label span {margin-right: 38px;}
.news_detailbox {padding: 55px 0 60px;}
.news_detailbox .editor_con {font-size: 16px; line-height:1.8; padding: 0 0 55px;}
.news_detailbox .editor_con .thumbbox {width: 100%; text-align: center;}
.news_detailbox .editor_con img{max-width: 100%;}
.detail_btm {border-top: 1px solid #eaeaea; line-height: 24px; padding: 20px 0;}
.detail_page {float: left; width: 50%; font-weight: bold;}
.detail_page a {color: #555;}
.detail_page span {color: #777;}
.detail_page a:hover {color: #20307d;}

/* 2-6 环誉历史 */
.jdjy_tit {font-size: 24px; line-height: 1.5; border-bottom: 1px solid #333;}
.jdjy_tit .span {display: inline-block; border-bottom: 2px solid #20307d; margin-bottom: -1px; padding: 13px 0;}
.news_listbox {padding: 10px 0 40px;}

/* 4-2-人物详情-横版 */
.team_detail {padding: 65px 0 35px;}
.team_dleft {overflow: hidden;}
.team_detail .jdjy_tit {border-color: #999999;}
.team_conPart {padding: 0 0 30px;}
.team_conPart .editor_con {font-size: 16px; line-height: 26px; padding: 15px 0 0;}
.team_conPart .editor_con img{max-width: 100%;}
.team_dright {float: right; width: 400px; box-sizing: border-box; margin-left: 100px; background-color: #e4eaf5; border: 1px solid #cfd5e1; padding: 10px;}

/* 5-2-环誉律师 */
.lvshi_wrap {padding: 90px 0 70px;}
.lvshi_list {margin: 0 -14px;}
.lvshi_list .li {float: left; width: 25%; box-sizing: border-box; padding: 14px;}
.lvshi_listdiv {padding: 14px; border: 1px solid #d2dae8;}
.lvshi_pic {position: relative; border: 1px solid #d2dae8;}
.lvshi_pic::after {content: ""; position: absolute; top: 6px; left: 6px; width: 100%; height: 100%; box-sizing: border-box; background-color: #e4eaf5; border-right: 1px solid #d2dae8; border-bottom: 1px solid #d2dae8; z-index: -1; }
.lvshi_con {padding: 30px 0 15px; text-align: center;}
.lvshi_tit {font-size: 24px; line-height: 1.5; margin-bottom: 3px;}
.lvshi_label {color: #999; line-height: 20px;}
.lvshi_con .social_more {margin: 0 auto;}
.lvshi_case{ display: block; margin: 0 auto 20px; background: rgba(32, 48, 125, .8);width: 120px; height: 40px; line-height: 40px; border-radius:25px; border: 1px solid rgba(32, 48, 125, .5);font-size: 16px; text-align: center; color: #fff;}
.lvshi_case:hover{color:#fff;background: rgba(32, 48, 125,1)}

/* 7-1-联系我们 */
.contact_msg {line-height: 24px; margin: 18px 0 15px; height: 348px; box-sizing: border-box;}
.contact_msg dl {overflow: hidden; padding: 6px 0;}
.contact_msg dt {float: left; font-weight: bold; width: 70px; box-sizing: border-box;}
.contact_msg dd {overflow: hidden; font-size: 16px;}

/* 7-2-地址详情 */
.contact_part3 {padding: 55px 0 80px;}
.contact_part3 .contact_msg {height: auto; margin: 25px 0 30px;}
.contact_part3 .contact_msg dl {float: left; width: 50%; padding: 6px 80px; box-sizing: border-box;}
.contact_part3 .contact_msg dt {width: 60px;}

/* 小PC */
@media screen and (max-width:1600px) {
	.wrap,
	.index_body .wrap {width: 1200px;}	
	/*头部*/
	.head_top {padding: 30px 0;}
	.head_phone {padding: 0 20px;}	
	/* 尾部 */
	.footer {padding: 45px 80px 0;}
	.foot_ewmbox {padding: 0 2%; width: 13%;}
	.foot_ewmTit {font-size: 14px;}
	.foot_ewmIcon span {padding: 0 6px;}
	.foot_phone {width: 15%;}
	.foot_top {padding-bottom: 55px;}
	.foot_btm {font-size: 13px; line-height: 22px; padding: 10px 0;}
	.foot_nav .li {padding-right: 60px;}	
	/* 2-1-环誉简介 */
	.about_tit {font-size: 32px;}
	.about_tit .span {padding-bottom: 14px;}
	.about_con {font-size: 15px; line-height: 26px;}
}
/*--ipad横--*/
@media screen and (max-width:1260px){
	/*--1024--*/
	input {outline:0px; -webkit-appearance: none;}
	.wrap,
	.index_body .wrap {padding: 0 20px; width: 100%;}
	.header {display: none;}
	.myhead_wrap {display: none;}
	.index_body .myhead_wrap {display: none;}
	/*手机导航 start*/
	.phone_nav{display: block; height: 60px;}
	/* .index_body .phone_nav {height: 0;} */
	.nav_part1 {padding: 20px 15px;}
	.nav_part1 .buti:before, .nav_part1 .buti:after {background: #fff;}
	.body_on{overflow:hidden; position:fixed; width:100%; height:100%;}
	.phone_search {float: left;}
	.mynav_searchinput {width: 160px; background: none; padding: 0;}
	.mynav_searchsub {width: 36px; background: url(../images/a_searchicon2.png) center no-repeat; margin-left: 5px;}
	.mynav_searchsub input {color: transparent; border: none; line-height: 36px;height: 36px;}
	.mynav_searchinput input {line-height: 35px; height: 35px;}
	/*头部*/
	.phone_nav .top{ background: #fff; height: 60px; position:fixed; left: 0; top: 0; width: 100%; box-sizing: border-box; padding: 0 20px; z-index:9999; box-shadow:2px 2px 2px rgba(0,0,0,0.1);}
	.phone_nav .top .a{float: left; height: 34px; margin: 13px 0 0;}
	.phone_nav .top .a img{height:100%; max-width: 100%;}
	.phone_nav .top .but{ float:right; width: 25px; height: 25px; margin:15px 0 0; display: block;}	
	.phone_nav .top .but i{width:100%; height: 2px; margin-top: 15px; background: #20307d; display: block; position: relative; transition: 0.4s;}
	.phone_nav .top .but i:before,
	.phone_nav .top .but i:after{content:""; position:absolute; left:0; top:0; display:block; width:100%; height:2px; background: #20307d; transition: 0.4s;}
	.phone_nav .top .but i:before{ margin-top: -7px;}
	.phone_nav .top .but i:after{ margin-top: 7px;}
	/*背景*/
	.phone_nav .box{ width: 300px; height: 100%; /*background:rgba(0,0,0,0.8);*/ background: #20307d; position: fixed; right: 0; top: 0; z-index: 10000; transform: translateX(100%); transition: 0.7s; }
	.phone_nav .box_con{ /*margin:60px 0 0px 0;*/ overflow-x: hidden;}
	/*列表*/
	.head_phone {display: block; color: #fff; font-size: 12px; padding: 0; line-height: 22px;}
	.head_phone strong {font-size: 16px;}
	.nav_part1 .buti{float: right;width: 30px;height: 23px;position: relative;cursor: pointer;}
	.nav_part1 .buti:before,
	.nav_part1 .buti:after{content:""; position:absolute; left: 5px; display:block; width:100%; height: 2px; background: #333; transition: 0.4s; background: #fff;}
	.nav_part1 .buti:before{top: 0px;transform: rotate(45deg);transform-origin: top left;}
	.nav_part1 .buti:after{ bottom: 0px;transform: rotate(-45deg); transform-origin: bottom left;}

	.phone_nav .box_con li{ position: relative;}
	.phone_nav .box_con li {border-bottom: 1px solid rgba(225,225,225,0.4); padding: 7px 0; margin-left: 15px;}
	.phone_nav .box_con li a{color:#fff; font-size: 16px; line-height: 41px; display:block;}
	.phone_nav .box_con li:last-child{border-bottom: 0; }	
	/*打开样式*/
	.phone_on .top .but i:before{ transform: rotate(45deg); margin: 0;}
	.phone_on .top .but i:after{ transform: rotate(-45deg); margin: 0;}
	.phone_on .top .but i{ background:none;}
	.phone_on .box{transform: translateX(0%);}
	/*手机导航 end*/	
	/* 尾部 */
	.footer {padding: 40px 20px 0;}
	.foot_phone {width: 40%;}
	.foot_ewmbox {width: auto;}
	.foot_ewm {float: left; width: 80px;}
	.foot_ewmcon {float: right; padding: 10px;}
	.foot_ewmTit {margin: 6px 0;}
	.foot_ewmIcon span {padding: 0 5px;}
	.lm_footer .foot_top {padding: 25px 0;}
	.foot_left {width: 70%; padding: 0 30px 0 0;}
	.foot_nav {display: none;}
	.foot_msgbox {padding: 0;}
	.foot_msg ul {padding: 0 30px; display: block;}
	.lm_footer .foot_ewmbox {width: auto; padding: 0;}	
	/* 分页 */
	body .page {padding: 28px 15px;}
	/* 2-1-环誉简介 */
	.about_part1 {padding: 80px 0;}
	.about_tit {font-size: 24px;}
	.about_tit .span {padding-bottom: 10px;}
	.about_con {font-size: 14px; line-height: 22px; padding: 10px 0;}
	.about_part2 {padding: 70px 0 90px;}
	.video_box {width: 90%; left: 0; margin-left: 5%; margin-top: -260px; height: 520px;}
	.video_box video {max-height: 520px;}
	.video_box .close {width: 26px; height: 26px; background-size: 100% auto;}	
	/* 3-1.2-1业务领域 */
	.social_btm {height: 180px; padding: 15px 0;}
	.social_btmtit h2 {font-size: 30px; line-height: 40px; margin: 15px 0;}	
	.area_listbox {padding: 40px 0 50px;}
	.area_list {margin: 0 -25px;}
	.area_list .li {padding: 25px;}
	.area_list .area_icon {width: 50px; height: 50px; line-height: normal;}
	.area_list .area_tit {font-size: 18px; line-height: 26px; padding: 10px 0 6px;}
	.area_list .area_intro {font-size: 14px; line-height: 22px; height: 66px; margin: 8px 0 15px;}	
	/* 3-2-领域详情 */
	.detail_tit {margin-top: 30px;}
	.business_left {display: none;}
	.business_right {float: auto; width:100%; box-sizing: border-box;}
	/* 4-1-1新闻中心 */
	.lm_banner {height: 400px;}
	.lm_tit {font-size: 60px;line-height: 70px; padding-top: 170px;}	
	.news_wrapbox {padding: 40px 0;}
	.news_listbox .li {padding: 20px 8px;}
	.mynew_left {padding: 0 50px 0 0;}
	.mynew_time {font-size: 18px; margin-bottom: 8px;}
	.mynew_tit {font-size: 18px; line-height: 26px; max-height: 52px; margin-bottom: 6px;}
	.mynew_intro {font-size: 14px; line-height: 22px; max-height: 44px; margin-bottom: 15px;}
	.mynew_link {padding-right: 12px;}
	.mynew_link::after {width: 60px;}	
	.mynew_pic{display: none;}
	.lm_navul{flex-wrap: wrap; gap: 0px;}
	.lm_navul .li a {padding:12px 20px; font-weight: 500;}
	/* 4-1-2新闻详情 */
	.detail_tit {font-size: 30px; line-height: 40px;}
	.area_detailTit {font-size: 24px; line-height: 32px;}
	.social_more {width: 150px; line-height: 34px;}	
	.news_detailBan {padding: 30px 0 20px;}
	.crumbs_box {padding: 5px 0;}
	.news_detailBan .detail_tit {margin-top: 20px; padding-bottom: 10px;}
	.detail_label {padding: 5px 0;}
	.detail_label span {margin-right: 25px;}
	.news_detailbox {padding: 45px 0 50px;}
	.news_detailbox .editor_con {font-size: 14px; line-height: 24px; padding: 0 0 45px;}
	.detail_btm {padding: 15px 0;}	
	/* 4-2-人物详情-横版 */
	.jdjy_tit {font-size: 20px;}
	.jdjy_tit .span {padding: 10px 0;}
	.team_detail {padding: 60px 0 30px;}
	.team_dright {width: 340px; padding: 40px;margin-left: 60px;}
	.team_conPart {padding: 0 0 25px;}
	.team_conPart .editor_con {font-size: 14px; line-height: 24px;}	
	/* 2-6-环誉历史 */
	.news_listbox {padding: 15px 0 35px;}
	/* 5-2-环誉律师 */
	.lvshi_wrap {padding: 70px 0 60px;}
	.lvshi_list {margin: 0 -7px;}
	.lvshi_list .li {padding: 7px;}
	.lvshi_con {padding: 24px 0 12px;}
	.lvshi_tit {font-size: 20px;}
	.lvshi_label {font-size: 12px; line-height: 18px; margin-bottom: 18px;}
	/* 7-1-联系我们 */
	.contact_msg {font-size: 13px; line-height: 22px; margin: 15px 0; height: 310px;}
	.contact_msg dl {padding: 5px 0;}
	.contact_msg dd {font-size: 14px;}
	.contact_msg dt {width: 60px;}	
	/* 7-2-地址详情 */
	.contact_part3 {padding: 50px 0 70px;}
	.contact_part3 .contact_msg {margin: 20px 0 25px;}
	.contact_part3 .contact_msg dl {padding: 5px 20px;}
}
@media screen and (max-width:1002px){
	/*--768--*/
	.fuwu_line {display: block;}
	.sec2_contact {display: none;}
	.section2 .fuwu_line {margin-top: 20px;}
	.footer .fuwu_line {margin-bottom: 3px;}
	.pc_foot_phone {display: none;}
	.foot_phone {width: 400px;}	
	/* 尾部 */
	.foot_copy {width: 100%; float: none;}
	.foot_link {width: 100%; float: none;margin: 0 0 0 -10px;}
	.foot_link a {padding: 0 10px;}
	.foot_link a:after {right: auto; left: -2px;}
	.foot_left {width: 76%; padding: 0 5px 0 0;}
	.foot_msgbox .foot_phone {width: 210px; padding: 0 12px 0 0;}
	.foot_msg {font-size: 12px; line-height: 1.8;}
	.foot_msg ul {padding: 0 0 0 15px;}	
	/* 2-1-环誉简介 */
	.about_part1 {padding: 60px 0;}
	.about_tit {font-size: 20px;}
	.about_tit .span {padding-bottom: 8px;}
	.about_con {font-size: 13px; line-height: 20px; padding: 15px 0;}
	.about_part2 {padding: 60px 0 70px;}
	.video_box {margin-top: -195px; height: 390px;}
	.video_box video {max-height: 390px;}
	/* 3-1.2-1业务领域 */
	.social_btm {height: 160px; padding: 12px 0;}
	.social_btmtit h2 {font-size: 24px; line-height: 32px; margin: 12px 0;}	
	.area_listbox {padding: 30px 0 40px;}
	.area_list {margin: 0 -15px;}
	.area_list .li {padding: 15px;}
	.area_list .area_icon {width: 40px; height: 40px;}
	.area_list .area_tit {font-size: 16px; line-height: 24px; padding: 8px 0 5px;}
	.area_list .area_intro {font-size: 13px; line-height: 20px; height: 60px; margin: 6px 0 12px;}	
	/* 3-2-领域详情 */
	.detail_tit {margin-top: 15px;}	
	/* 4-1-1新闻中心 */
	.lm_banner {height: 310px;}
	.lm_tit {font-size: 50px;line-height: 60px; padding-top: 130px;}
	.mynew_left {padding: 0 30px 0 0;}	
	/* 新闻详情 */
	.news_detailBan {padding: 30px 0 20px;}
	/* 4-2-人物详情-横版 */
	.jdjy_tit {font-size: 18px;}
	.jdjy_tit .span {padding: 7px 0;}
	.team_detail {padding: 50px 0 25px;}
	.team_dright {width: 240px; padding: 20px 15px;margin-left: 30px;}
	.team_conPart {padding: 0 0 20px;}
	.team_conPart .editor_con {font-size: 13px; line-height: 22px;}	
	/* 2-6-环誉历史 */
	.news_listbox {padding: 15px 0 30px;}
	/* 5-2-环誉律师 */
	.lvshi_wrap {padding: 60px 0 50px;}
	.lvshi_list .li {width: 33.33%;}	
	/* 7-1-联系我们 */
	.contact_msg {font-size: 12px; line-height: 20px; margin: 12px 0; height: 272px;}
	.contact_msg dl {padding: 4px 0;}
	.contact_msg dd {font-size: 13px;}
	.contact_msg dt {width: 55px;}	
	/* 7-2-地址详情 */
	.contact_part3 {padding: 45px 0 60px;}
	.contact_part3 .contact_msg {margin: 15px 0 20px;}
	.contact_part3 .contact_msg dl {padding: 4px 10px;}
}
@media screen and (max-width:758px){
	/*--480--*/
	/* .page .Ppagelist {display: none;} */
	.head_phonebox {top: 70px;}
	.fuwu_line {line-height: 32px; height: 32px; font-size: 12px; width: 200px; border-radius: 16px;}
	.fuwu_line .fuwu_strong {padding: 0 0 0 28px;}
	.fuwu_line .fuwu_strong b {font-size: 18px;}
	.section2 .fuwu_line {margin-top: 15px;}
	.head_phonebox {display: none;}
	.index_body .head_phonebox {display: block;}	
	.wrap,
	.index_body .wrap {padding: 0 15px;}
	.phone_nav .top {padding: 0 15px;}
	.foot_btm {text-align: center;}
	.foot_copycon {float: none;}
	.foot_link li:first-child a:after {display: none;}
	/* 栏目公用 */
	.lm_banner {height: 200px;}
	.lm_tit {font-size: 36px;line-height: 44px; padding-top: 80px;}	
	/* 尾部 */
	.footer {padding: 30px 15px 0;}
	.foot_msg {display: none;}
	.foot_left {width: 100%; padding: 0;}
	.foot_top {text-align: center; padding: 0 0 20px;}
	.lm_footer .foot_top {padding: 25px 0 20px;}
	.foot_phone {width: 100%; padding: 0 0 10px;}
	.foot_phone strong {display: inline-block; font-size: 20px;}
	.foot_msgbox .foot_phone {width: 100%; padding: 0 0 10px;}
	.foot_ewmbox {display: inline-block; float: none; overflow: hidden;}	
	/* 分页 */
	body .page {padding: 25px 15px;}	
	/* 2-1-环誉简介 */
	.about_part1 {padding: 45px 0;}
	.about_part2 {padding: 40px 40px 50px;}
	.about_part2 .swiper-box{position: relative;}
	.about_part2 .swiper-container{display: block;}
	.about_part2 dd img{width: 100%;}
	.about_part2 dt{text-align: center; padding-bottom: 10px;}
	.about_part2 .arrow div{position: absolute; top: 50%; width: 20px; height: 20px; margin-top: 5px;  z-index: 10; background-repeat: no-repeat; background-size: 100% auto; background-position: center;}
	.about_part2 .arrow-left{left: -30px; background-image: url(../images/about_iconleft2.png);}
	.about_part2 .arrow-right{right: -30px; background-image: url(../images/about_iconright2.png);}
	.video_box {margin-top: -100px; height: 200px; width: 94%; margin-left: 3%;}
	.video_box video {max-height: 200px;}
	.video_box .close {width: 22px;height: 22px;}	
	/* 3-1.2-1业务领域 */
	.social_btm {height: 120px; padding: 10px 0;}
	.social_btmtit h2 {font-size: 18px; line-height: 24px; margin: 8px 0;}	
	.area_list {margin: 0 -10px;}
	.area_list .li {padding: 10px; width: 50%; text-align: center;}
	.area_list .area_icon {width: 30px; height: 30px; margin: 0 auto;}
	.area_list .area_tit {border: none; font-size: 14px; line-height: 22px;}
	.area_list .area_intro {height: auto; display: none;}	
	/* 3-2-领域详情 */
	.detail_tit {margin-top: 10px;}	
	/* 4-1-1新闻中心 */
	.news_wrapbox {padding: 30px 0;}
	.news_listbox .li {padding: 15px 0;}
	.mynew_left {padding: 0 15px 0 0;}
	.mynew_time {font-size: 14px; margin-bottom: 5px;}
	.mynew_tit {font-size: 14px; line-height: 20px; max-height: 40px; margin-bottom: 0; display: -webkit-box; text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.mynew_intro {display: none;}
	.mynew_link {display: none;}	
	.mynew_pic {width: 106px;}
	/* 4-1-2新闻详情 */
	.detail_tit {font-size: 20px; line-height: 28px;}
	.area_detailTit {font-size: 18px; line-height: 24px;}
	.social_more {width: 120px; line-height: 30px;}	
	.news_detailBan {padding: 30px 0 15px;}
	.crumbs_box {padding: 4px 0;}
	.news_detailBan .detail_tit {margin-top: 10px; padding-bottom: 8px;}
	.detail_label {padding: 4px 0; font-size: 12px;}
	.detail_label span {margin-right: 10px;}
	.news_detailbox {padding: 40px 0 45px;}
	.detail_wrap {width: 100%;}
	.news_detailbox .editor_con {padding: 0 0 30px;}
	.detail_btm {padding: 10px 0;}
	.detail_page {width: 100%;}
	/* 4-2-人物详情-横版 */
	.team_detail {padding: 50px 0 25px;}
	.team_dright {width: 100%; float: none; margin: 0 0 30px 0;}	
	/* 2-6-环誉历史 */
	.news_listbox {padding: 14px 0 30px;}
	/* 5-2-环誉律师 */
	.lvshi_wrap {padding: 50px 0 45px;}
	.lvshi_list {margin: 0 -6px;}
	.lvshi_list .li {width: 50%; padding: 6px;}
	.lvshi_listdiv {padding: 18px 10px 10px;}
	.lvshi_pic::after {top: 4px; left: 4px;}
	.lvshi_con {padding: 15px 0 10px;}
	.lvshi_tit {font-size: 16px; margin-bottom: 0;}
	.lvshi_label {margin-bottom: 14px;}	
	/* 7-1-联系我们 */
	.contact_msg {height: auto;}	
	/* 7-2-地址详情 */
	.contact_part3 .contact_msg {margin: 12px 0 20px;}
	.contact_part3 .contact_msg dl {padding: 4px 0; float: none; width: 100%;}	 
}

/* 在线留言 */
.wbytable td{ padding:8px;} 
.wbytable .wbytext{ outline:none; padding:5px; height:22px; width:320px; border:1px solid #e3e3e3;}    
.wbytable .wbyarea{ padding:5px; outline:none; width:450px; border:1px solid #e3e3e3; height:125px;}   
.wbytable .msgbut{ width:90px; height:32px; line-height:32px; cursor:pointer; color:#555;}             
.wbytable .wbytextyz{ outline:none; padding:5px; height:22px; width:100px; border:1px solid #e3e3e3;float:left;} 
.wbytable .wyzm{ padding-top:6px; display:block; width:48px; height:22px; float:left; padding-left:8px;} 