body{font-family: "微软雅黑";background-color:#f9f9f9;}
h1,h2,h3,h4,h5,h6,p{margin-bottom: 0;margin-top: 0;}
a:hover,a:link{text-decoration: none;}
input,textarea,select{outline: none;border:none;}
ul,ol{margin: 0;}
/*导航*/
#header {width: 100%;position: fixed;z-index: 9999;background:#fff;height:130px;background: #fff;padding-top:20px;padding-bottom: 15px;}
@media(max-width:768px) {
	#header{box-shadow:0 5px 15px rgba(10,3,6,.2);}
}
#header .logo{padding:25px 0;}
#header .logo img{display: block;margin: 0 auto;}
#header .header-content {
	border-bottom: 0;
	padding:28px 0;
}
/*手机端的按钮*/
#header .nav-toggle {
	top: 18px;
	color:black;
}
/*按钮结束*/
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {text-align: center;padding-top:6px;}
.navigation li{display:inline-block;padding: 10px 17px;text-align:center;font-size:14px;}
.navigation li.act{color: #ad8a55;}
.navigation li.act a{color: #ad8a55;}
.navigation a {color:#808080;font-size:14px;letter-spacing:2px;text-transform: uppercase;}
.navigation a:hover, .navigation a.active {color:#333;}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
@media(max-width:992px){
#header{height:80px;}	
}
@media(max-width:768px) {
#header{height:60px;padding-top: 0;box-shadow:0px 1px 15px rgba(87,87,87,0.4);}
.navigation .primary-nav{float: none!important;}
.navigation li{padding: 0;min-height: auto;}
#header .logo img{width:70%;}
#header .logo{padding:10px 0;}
#header .nav-toggle{top:8px;}
#header .logo img{margin: 0;/* margin-top:15px; */}
.navigation li{padding: 6px 0;}
.navigation li.act{background-color:#ad8a55;}
.navigation li.act a{color: #fff;}
}
/*电话这块*/
#header .container{position: relative;}
.nav_tel{position: absolute;top:0;right: -50px;}


/*焦点图banner*/
.banner{position:relative; width:100%; overflow: hidden; background-color: #fff;padding-top: 130px;}
.fPic img{ width:100%; height:auto;}
.fPic .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.fPic .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.fPic .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.fPic .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.fPic .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fff;}
.fPic .fPic{ position:absolute; left:0px; top:0px; }
.fPic .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.fPic .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:26px; line-height: 26px;  display:block;  text-align:left; opacity:1; }
.fPic .shadow a{ text-decoration:none; color:#fff; font-size:14px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}
.fPic .fcon{ position:relative; width:100%; float:left;  display:none; background:#000;}
.fPic .fcon img{ display:block; }
.fPic .fbg{ bottom:25px; left: 50%; position:absolute; height:21px; text-align:center; z-index: 200; transform: translateX(-50%);}
.fPic .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:16px}
.fPic .D1fBt a{position:relative; display:inline; width:16px; height:16px; border-radius:16px; line-height:16px; margin:0 6px; outline:0; float:left; background:#fff;}
.fPic .D1fBt .current,.focus .D1fBt a:hover{background:#ad8a55;}
.fPic .D1fBt img{display:none;}
@media(max-width:640px) {
.banner{padding-top: 60px;}
.fPic img{
 width:640px;
 width:expression(document.body.clientWidth>640?"640px":"auto");
 max-height:200px;
 height:200px;
 height:expression(document.body.clientWidth>200?"200px":"auto");
 overflow:hidden;
 display: block;
transform:translateX(-20%);
}
.fPic .fbg{bottom:10px;}
.fPic .D1fBt a{width: 10px;height: 10px;}
}
/*banner文字定位！*/
.banner_txt{position: absolute;top:45%;left: 50%;transform: translateX(-50%);}
.banner_con{color: #fff;}
.banner_con p:nth-of-type(1){font-size:50px;font-family:"方正正中黑简体";}
.banner_con p:nth-of-type(2){font-size:24px;border-bottom: 2px solid #fff;}
.banner_tel{background:rgba(255,255,255,0.7);margin-top: 10px;padding-top: 15px;padding-bottom: 15px;padding-left: 15px;color: #ad8a55;font-size:16px;}
@media(max-width:768px){
.banner_txt{width:56%;top:32%;}
.banner_con p:nth-of-type(1){font-size: 24px;}	
.banner_con p:nth-of-type(2){font-size: 12px;}
.banner_tel{font-size: 12px;}
}
@media(max-width:350px){
.banner_txt{width: 66%;}
}

/*关于我们--aboutus!*/
.aboutus{width: 100%;height: auto;overflow: hidden;padding-top:30px;background-color:#fff;padding-bottom:40px;}
.aboutus_tit{height:44px;overflow:hidden;border-right:4px solid #ad8a55;padding-right:12px;}
.aboutus_tit p:nth-of-type(1){font-size:18px;color: #ad8a55;}
.aboutus_tit p:nth-of-type(2){font-size: 14px;color: #666;}
.aboutus_tit span{width:30px;height:4px;display:none;background:#ad8a55;}
.aboutus_txt{width: 100%;height: auto;overflow: hidden;line-height:28px;font-size: 14px;color: #666;padding-top: 10px;}
.aboutus_txt p{text-indent: 28px;}
.aboutus_txt a{color:#ad8a55;font-size: 14px;}
.aboutus_pic img{display: block;width: 100%;}
.aboutus_tel_pic{display: none;}
@media(max-width:768px){
.aboutus{padding-top: 20px;}
.aboutus_tit{float: none!important;text-align: center;height: auto;border-right: none;}
.aboutus_tit span{display: inline-block;}
.aboutus_tel_pic{display: block;padding-top:15px;}
.aboutus_tel_pic img{display:block;width: 100%;}
.aboutus_pic{display: none;}
}



/*专业领域--main2*/
.main2{width:100%;overflow:hidden;background:url(../images/main2_bg.png) 0 0 no-repeat;background-size: 100% 100%;padding-bottom:40px;}
.field_tit{text-align:center;padding-top:30px;}
.field_tit p:nth-of-type(1){font-size:20px;color: #ad8a55;}
.field_tit p:nth-of-type(2){font-size:14px;color: #666;}
.field_tit span{width: 30px;height: 4px;background: #ad8a55;display:inline-block;}
.main2_list{height:130px; background:url(../images/main2_list_bg.png) center center no-repeat;background-size:70% 100%;margin-top:35px;position: relative;}
.main2_list img{position: absolute;left:50%; top:26%;transform: translate(-50%,0);width:50px;}
.main2_list img:nth-of-type(2){display: none;}
.main2_list p{text-align:center;padding-top:78px;color:#b28a4d;font-size:14px;font-weight:700;width:70%;margin:0 auto;}
.main2_list_dot{padding-top: 30px;overflow: hidden;position: absolute;left: 50%;transform: translate(-50%,0);}
.main2_list_dot li{float: left;}
.main2_list_dot li a{width: 22px; height: 22px; display: block; background: #1758a6;margin: 0 5px;color: #fff;text-align: center;line-height: 22px;border-radius:3px;}
.main2_list_dot li:nth-of-type(2) a{width: 100px;border-radius: 0;}
.main2 a:hover .main2_list{background:url(../images/main2_list_hover.png) center center no-repeat;}
a.field_btn{width: 130px;height: 40px;border: 1px solid #ad8a55;display: block;margin: 0 auto;line-height: 40px;padding-left: 20px;color:#ad8a55;border-radius: 5px;background: url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;margin-top:25px;}
a.field_btn:hover{background: #ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color: #fff;}
@media(max-width:750px) {
.main2{background: #edf3f5;padding-bottom:80px;}
.main2 h2{padding-top:30px;}
.main2_list{margin-top: 30px;}
}



/*律师团队--lawyer!*/
.lawyer{width: 100%;height: auto;overflow: hidden;padding-top: 30px;background-color:#fff;}
.lawyer_tit{text-align: center;}
.lawyer_tit p:nth-of-type(1){font-size:20px;color: #ad8a55;}
.lawyer_tit p:nth-of-type(2){font-size:14px;color: #666;}
.lawyer_tit span{width: 30px;height: 4px;background: #ad8a55;display:inline-block;}
.lawyer_core{position: relative;height: auto;overflow: hidden;padding-top:60px;padding-bottom:30px;}
.lawyer_core_pic{position: absolute;left:2%;top: 0;width:136px;}
.lawyer_core_pic img{display: block;width:100%;}
.lawyer_core_con{height:120px;background: #ebebeb;padding-left:15%;padding-top:15px;}
.lawyer_core_con p{line-height: 24px;color: #4c4c4c;}
.lawyer_core_con p a{color: #ad8a55;}
.lawyer_core_tit{position: absolute;top:10%;left:15%;}
.lawyer_core_tit b{color: #4c4c4c;}
.lawyer_core_tit span{font-size: 12px;color: #666;}
@media(max-width:768px){
.lawyer_core{position: static;padding-top: 20px;padding-left: 15px;padding-right: 15px;padding-bottom: 0;}
.lawyer_core_pic{position: static;width:60%;}
.lawyer_core_pic img{display: block;width: 100%;}
.lawyer_core_tit{position: static;padding-top: 10px;padding-bottom: 5px;}
.lawyer_core_tit b{font-size: 16px;}
.lawyer_core_tit span{font-size: 14px;}
.lawyer_core_con{width:100%;float: left;height: auto;overflow: hidden;padding-left: 0;background: none;padding-top: 0;}
}


/*难咬的骨头*/
div.lawyer_list{padding-top:20px;padding-left: 90px;padding-right:90px;}
.lawyer_intro{height:auto;overflow: hidden;}
.lawyer_list_con{padding-top: 10px;}
.lawyer_list_con p{margin-bottom: 0;color: #4c4c4c;text-align: center;}
.lawyer_list_con p:nth-of-type(2){font-size: 12px;color: #999;}
.owl-nav{width: 100%;text-align: center;color: #fff;font-size:28px;font-family: "新宋体";}
.owl-prev{position: absolute;left:20px;width: 44px;height:44px;background: #ad8a55;line-height: 44px;font-size: 20px;top:30%;}
.owl-next{position: absolute;right:20px;width:44px;height:44px;background: #ad8a55;line-height: 40px;font-size: 20px;top:30%;}
@media(max-width:768px){
.owl-nav{top:40%;}
}

/*新闻动态--news!*/
.news{width: 100%;height: auto;overflow: hidden;padding-top: 30px;background-color:#fff;}
.news_tit{text-align: center;height: auto;overflow: hidden;padding-bottom: 20px;}
.news_tit p:nth-of-type(1){font-size: 20px;color: #ad8a55;}
.news_tit p:nth-of-type(2){font-size: 14px;color: #666;}
.news_tit span{width: 30px;height: 4px;background: #ad8a55;display: inline-block;}
.news_core{height:428px;background: #ebebeb;}
/*左边*/
.news_core_box{position: relative;width:30%;height: 415px;}
.news_core_box_bg{width:100%;height:223px; background: #ad8a55;position: absolute;top: 0;left: 0;z-index:0;}
.news_core_box_vessel{background: #fff;width:92%;padding-left: 10px;z-index:99;position: absolute;margin-top: 10px;left: 0;}
.news_core_box_pic{width: 100%;}
.news_core_box_pic img{display: block;width: 100%;padding-top: 10px;padding-right: 10px;}
.news_core_box_con{padding-left: 10px;padding-top: 15px;padding-right: 10px;padding-bottom:30px;height: auto;overflow: hidden;}
.news_core_box_con h3{font-size:16px;color: #3e3e3e;padding-bottom: 10px;}
.news_core_box_con p{color: #919191;line-height: 24px;height: 80px;font-size: 14px;}
.news_core_box_con a{margin-top:20px; width: 130px;height: 40px;display: block;margin: 0 auto;line-height: 40px;border: 1px solid #ad8a55;border-radius: 5px;padding-left: 20px;color: #ad8a55;background: url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;}
.news_core_box_con a:hover{background: #ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color: #fff;}
/*右边不同部分*/
.news_core_box_bgr{width:100%;height:223px; background: #ad8a55;position: absolute;top: 0;right: 0;z-index:0;}
.news_core_box_vesselr{background: #fff;width:92%;padding-left: 10px;z-index:99;position: absolute;margin-top: 10px;right: 0;}
/*中间*/
.news_core_center{width:40%;padding-left:40px;padding-right:40px;padding-top: 120px;}
.news_core_center h3{font-size: 16px;color: #3e3e3e;padding-bottom:10px;}
.news_core_center p{color: #919191;font-size: 14px;line-height: 24px;height:160px;}
.news_core_center a{width: 130px;height: 40px;display: block;margin: 0 auto;line-height: 40px;border: 1px solid #ad8a55;border-radius: 5px;padding-left: 20px;color: #ad8a55;background: url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;}
.news_core_center a:hover{background: #ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color: #fff;}
@media(max-width:768px){
.news{padding-top: 15px;}
.news_core{height: auto;overflow: hidden;padding-top: 15px;padding-bottom: 20px;padding-left:15px;padding-right:15px;}
.news_core_box{width:100%;position: static;height: auto;overflow: hidden;}	
.news_core_box_bg{display: none;}
.news_core_box_bgr{display: none;}
.news_core_box_vessel{position:static;margin: 0 auto;}
.news_core_box_vesselr{position: static;margin: 0 auto;}
.news_core_center{width: 100%;padding-top:30px;padding-bottom:30px;padding-left:15px;padding-right:15px;}
.news_core_center p{height: auto;overflow: hidden;padding-bottom: 10px;}
}
a.lawyer_btn{width:130px;height:40px;border:1px solid #ad8a55;display:block;margin:0 auto;line-height:40px;padding-left:20px;color:#ad8a55;border-radius:5px;background:url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;margin-top:25px;}
a.lawyer_btn:hover{background:#ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color:#fff;}


/*党建专区--party!*/
.party{width: 100%;height:auto;overflow: hidden;padding-top: 30px;background-color:#fff;}
.party_tit{text-align: center;height: auto;overflow: hidden;}
.party_tit p:nth-of-type(1){font-size: 20px;color: #ad8a55;}
.party_tit p:nth-of-type(2){font-size: 14px;color: #666;}
.party_tit span{width: 30px;height: 4px;display:inline-block;background:#ad8a55;}
.party_core{height:440px;overflow: hidden;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;margin-top: 20px;}
/*左边*/
.party_core_left{width: 40%;}
.party_core_left_con{padding-top:30px;padding-bottom:25px;}
.party_core_left_con h3{font-size: 16px;text-align: center;color: #3e3e3e;padding-bottom: 10px;}
.party_core_left_con p{font-size: 14px;color: #919191;line-height: 24px;width:70%;margin: 0 auto;height:85px;overflow: hidden;}
.party_core_left_con a{width: 130px;height: 40px;display: block;margin: 0 auto;border: 1px solid #ad8a55;padding-left: 20px;line-height: 40px;color: #ad8a55;background: url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;border-radius: 5px;}
.party_core_left_con a:hover{background: #ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color: #fff;}
.party_core_left_pic{width:70%;margin: 0 auto;}
.party_core_left_pic img{display: block;width: 100%;}
/*右边*/
.party_core_right{width:60%;height:460px;background: #ebebeb;padding-left:15px;}
.party_core_right_box{height: 212px;margin-bottom:15px;}
.party_core_con{background: #fff;height:212px;}
.party_core_con h3{font-size: 16px;text-align: center;color: #3e3e3e;padding-top:25px;padding-bottom: 10px;}
.party_core_con p{font-size: 14px;color: #919191;line-height: 24px;width: 94%;margin: 0 auto;height:90px;}
.party_core_con a{width: 130px;height: 40px;display: block;border: 1px solid #ad8a55;color: #ad8a55;padding-left: 20px;background: url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;line-height: 40px;border-radius: 5px;margin: 0 auto;}
.party_core_con a:hover{background: #ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color: #fff;}
.party_core_pic img{display: block;width: 100%;hyphenate-limit-lines: 240px;}
.party_core_more{height: 212px;}
.party_core_more a{width: 100%;height: 212px;display: block;background: #ad8a55 url(../images/index/party_core_more.png) center 60% no-repeat;color: #fff;font-size: 18px;text-align: center;padding-top:75px;}
@media(max-width:768px){
.party{padding-top:20px;}
.party_core{height: auto;overflow: hidden;}
.party_core_left{width:100%;border-bottom: 1px solid #ebebeb;padding-bottom:15px;}
.party_core_left_con{padding-top:15px;padding-bottom: 10px;}	
.party_core_left_con p{height: auto;overflow: hidden;width:80%;padding-bottom: 10px;}
.party_core_right{width: 100%;height: auto;overflow: hidden;background: none;padding-left: 0;}
.party_core_right_box{height: auto;overflow: hidden;border-bottom: 1px solid #ebebeb;padding-bottom: 15px;margin-bottom: 0;}
.party_core_pic{width:80%;margin: 0 auto;}
.party_core_con{height: auto;overflow: hidden;padding-bottom: 10px;}
.party_core_con h3{padding-top: 15px;}
.party_core_con p{height: auto;overflow: hidden;padding-bottom: 10px;}
.party_core_more{width:86%;margin: 0 auto;}
}


/*招贤纳士--joinus!*/
.joinus{width: 100%;height: auto;overflow: hidden;padding-top: 30px;padding-bottom: 40px;background-color:#fff;}
.joinus_tit{height: auto;overflow: hidden;text-align: center;}
.joinus_tit p:nth-of-type(1){font-size: 20px;color: #ad8a55;}
.joinus_tit p:nth-of-type(2){font-size: 14px;color: #666;}
.joinus_tit span{width: 30px;height: 4px;display: inline-block;background: #ad8a55;}
.joinus_list{height: auto;overflow: hidden;padding-top: 20px;padding-bottom: 20px;}
.joinus_list_box{text-align: center;width: 80%;margin: 0 auto;}
.joinus_list_box a:hover h3{color: #ad8a55;}
.joinus_list_box img{display: block;margin: 0 auto;padding-bottom:6px;}
.joinus_list_box span{width: 28px;height: 2px;display: block;background: #999;margin: 0 auto;}
.joinus_list_box h3{font-size:16px;color: #333;padding-top: 10px;padding-bottom: 6px;}
.joinus_list_box p{text-align: left;font-size: 14px;color: #666;line-height:24px;}
a.joinus_btn{width: 130px;height: 40px;border: 1px solid #ad8a55;display: block;margin: 0 auto;line-height: 40px;padding-left: 20px;color:#ad8a55;border-radius: 5px;background: url(../images/index/depart_tel_btn_bg.png) 90% center no-repeat;}
a.joinus_btn:hover{background: #ad8a55 url(../images/index/depart_btn_bg.png) 90% center no-repeat;color: #fff;}
@media(max-width:768px){
.joinus{padding-top:20px;padding-bottom: 30px;}
.joinus_list{padding-bottom:7px;}
.joinus_list_box{padding-bottom:15px;width: 100%;}
.joinus_list_box p{text-align: center;}
}

/*联系我们--contact!*/
.contact{width: 100%;height:500px;background: url(../images/contact_bg.png) 0 0 no-repeat;padding-top: 30px;}
.contact_tit{width: 190px;height: 68px;background:rgba(173,138,85,0.6);margin: 0 auto;text-align: center;color: #fff;font-size: 20px;}
.contact_tit p:nth-of-type(1){padding-top:5px;}
.contact_tit p:nth-of-type(2){width: 60%;background:#f6f6f6;margin: 0 auto;color:#ad8a55;font-size:18px;}
.contact_core{padding-top:40px;height: auto;overflow: hidden;}
.contact_core_pic img{display: block;width: 100%;}
.contact_con{padding-left:50px;color: #fff;font-size:16px;padding-top: 15px;}
.contact_con p{padding-bottom: 20px;padding-left:28px;}
.contact_con p.add{background: url(../images/add.png) 0 0 no-repeat;}
.contact_con p.phone{background: url(../images/phone.png) 0 0 no-repeat;}
.contact_con p.tax{background: url(../images/tax.png) 0 0 no-repeat;}
.contact_con p.email{background:url(../images/email.png) 0 0 no-repeat;}
@media(max-width:1200px){
.contact{height: auto;overflow: hidden;padding-bottom: 20px;}
.contact_con{padding-left: 10px;padding-top: 10px;}
.contact_con p{padding-bottom:18px;font-size: 14px;}	
}
@media(max-width:1100px){
.contact_con p{padding-bottom: 12px;}	
}
@media(max-width:840px){
.contact_core_pic img{width: 70%;margin: 0 auto;}	
}
@media(max-width:768px){
.contact{height: auto;overflow: hidden;background-size: cover;}
.contact_core_pic img{width: 100%;}	
.contact_core{padding-top:20px;}
.contact_con{padding-left:15px;}
}

/*版权--copy!*/
.copy{width: 100%;height:40px;background: #333;text-align: center;line-height: 40px;color: #fff;font-size: 12px;}
@media(max-width:768px){
.copy{font-size: 12px;overflow: hidden;}	
}



/*内页开始*/
/*关于我们页面--aboutus!*/
.page_banner{height: auto;overflow: hidden;padding-top: 130px;}
@media(max-width:992px){
.page_banner{padding-top: 80px;}
}
@media(max-width:640px) {
.page_banner{padding-top: 60px;}
.page_banner img{
 width:640px;
 width:expression(document.body.clientWidth>640?"640px":"auto");
 max-height:150px;
 height:150px;
 height:expression(document.body.clientWidth>150?"150px":"auto");
 overflow:hidden;
 display: block;
transform:translateX(-20%);
}
}
/*核心部分*/
.about_core{height: auto;overflow: hidden;padding-top:30px;padding-bottom:50px;}
.about_core_vessel{background: #fff;height: auto;overflow: hidden;padding-top:40px;padding-bottom: 40px;}
.about_core_vessel_logo{width:28%;margin: 0 auto;padding-bottom:30px;}
.about_core_vessel_logo img{display: block;width: 100%;}
.about_core_vessel p{width:86%;margin: 0 auto;text-indent:28px;font-size: 14px;line-height: 26px;color: #666;padding-bottom: 15px;}
.about_core_pic{padding-left: 0;padding-right: 0;}
.about_core_pic img{width: 100%;}
.about_core_con{padding-left:30px;padding-top:40px;height: 329px;}
.about_core_con h4{font-size: 24px;color: #7f7f7f;padding-bottom: 15px;}
.about_core_con span{width:90px;height: 2px;background: #4c4c4c;display: block;}
.about_core_con p{color: #666;font-size: 14px;padding-top:20px;line-height:28px;width:96%;}
.about_core_conr{background: #fff;}
@media(max-width:1200px){
.about_core_conr{background:none;}	
}
@media(max-width:992px){
.about_core_con{height: auto;overflow: hidden;padding-bottom: 20px;padding-top: 20px;}
.about_core_con h4{font-size: 18px;}		
}
@media(max-width:768px){
.about_core{padding-top: 20px;}	
.about_core_vessel{padding-top:30px;padding-bottom:20px;}
.about_core_vessel_logo{width:80%;padding-bottom: 10px;}
.about_core_con{padding-top: 20px;height: auto;overflow: hidden;padding-bottom:20px;}
.about_core_con h4{font-size: 20px;padding-bottom: 10px;}
}



/*专业部门页面--field!*/
.filed_core{height: auto;overflow: hidden;padding-top: 30px;margin-bottom: 20px;}
.field_core_list{background: #fff;height: auto;overflow: hidden;}
.field_core_list_box{border-right: 1px solid #eee;padding-top: 50px;padding-bottom: 40px;height:365px;border-bottom: 1px solid #eee;}
.field_core_list_box img{display: block;margin: 0 auto;padding-bottom: 20px;height:80px;}
.field_core_list_box h3{text-align: center;font-size: 16px;padding-bottom:10px;color: #72d4ed;}
.field_core_list_box h4{color: #999;font-size: 16px;text-align: center;padding-bottom:10px;}
.field_core_list_box span{width: 122px;height: 2px;background: #72d4ed;display: block;margin: 0 auto;}
.field_core_list_box p{color: #999;padding-top: 15px;text-align: center;width: 90%;margin: 0 auto;font-size: 14px;line-height: 24px;}
@media(max-width:768px){
.filed_core{padding-left: 20px;padding-right: 20px;}	
}
/*分页样式改动*/
.pagination{float:right;margin-top: 10px; margin-bottom: 40px;}
.pagination>li>a{background: #d0d0d0;margin: 0 5px;color: #666;border: none;}
.pagination>li>a:hover{background:#595757;color:#fff;}
.pagination>li:first-child>a{border-top-left-radius:0px;border-bottom-left-radius:0px;}
.pagination>li:last-child>a{border-top-right-radius:0px;border-bottom-right-radius:0px;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{background-color: #ad8a55;}
@media(max-width:768px) {
.pagination{margin-bottom:20px;margin-top:0;}
}


/*律师团队页面--team!*/
.team{width: 100%;height: auto;overflow: hidden;padding-top: 30px;}
/*搜索部分*/
.team_search_pos{height: auto;overflow: hidden;}
.team_search_tit{width: 10%;background: #e5e5e5;text-align: center;font-size:14px;color: #747474;height:50px;line-height: 50px;border-bottom: 1px solid #fff;}
.team_search_list{width: 90%;background: #fff;padding-left: 20px;padding-right: 20px;padding-top: 10px;padding-bottom: 10px;height: 50px;border-bottom: 1px solid #f7f7f7;}
.team_search_list li{float: left;padding: 0 2px;}
.team_search_list li a{color:#808080;padding:5px 8px;display: inline-block;font-size: 14px;}
.team_search_list li a:hover{color: #ad8a55;}
.team_search_list li.act a{background: #4f5159;border-radius: 5px;color: #fff;}
.team_search_name_tit{height:50px;line-height:50px;border-bottom: none;}
.team_search_name_list{height:50px;border-bottom: none;}
@media(max-width:768px){
.team{padding-top: 20px;}
.team_search_tit{width: 100%;height: auto;overflow: hidden;line-height:24px;padding-top: 15px;padding-bottom: 15px;}	
.team_search_list{width: 100%;height: auto;overflow: hidden;padding-top: 15px;padding-bottom: 15px;}
.team_search_name_tit{height: auto;overflow: hidden;line-height: 24px;padding-top: 15px;padding-bottom: 15px;}
}
/*律师团队页面--list_team!*/
.team_list{padding-top:66px;overflow: hidden;}
.team_list_box{height:314px;width:98%;background: url(../images/team/list_team_bg.png) center center no-repeat;position: relative;padding-top: 136px;margin-bottom:80px;}
.team_list_box a{width: 98%;height: 341px;display: inline-block;}
.team_list_box a p:nth-of-type(1){color: #ad8a55;}
.team_list_box a p:nth-of-type(2){color: #4c4c4c;}
.team_list_box:hover  a p{color: #fff;}
.team_list_box a:hover p:nth-of-type(1),.team_list_box a:hover p:nth-of-type(2){color: #fff;}
.team_list_pic{width:150px;height:150px; display: block;position: absolute;border-radius:150px;left: 50%;transform: translate(-50%,0);top:-13%;z-index:777;overflow: hidden;}
.team_list_pic img{width:100%;display: block;}
.team_list_box p:nth-of-type(1){text-align: center;font-size: 20px;padding-bottom:0.1em;}
.team_list_box p:nth-of-type(2){padding: 0 1em;font-size: 12px;line-height:20px;width:90%;margin: 0 auto;}
.team_list_box:hover{background-image:url(../images/team/list_team_bg_hover.png);}
.team_list_box:hover p{color: #fff;}
 @media(max-width:768px){
.team_list_box{margin-bottom:60px;}
.team_list_box p:nth-of-type(2){width:70%;}
}


/*律师团队详情页--page_team!*/
.show_team_con{padding-top:30px;overflow: hidden;padding-bottom: 50px;}
.show_team_pic{width:15%;}
.show_team_pic img{width: 100%;}
.show_team_core{width: 85%;padding-left: 40px;}
.show_team_core h5{font-size:18px;margin-top: 0;color: #ad8a55;font-weight: 700;margin-bottom: 20px;}
.show_team_txt{padding-bottom:10px;overflow: hidden;}
.show_team_txt h6{height: 26px;border-bottom: 1px solid #ccc;background: url(../images/team/show_team_h4_bg.png) 0 0 no-repeat;color: #fff;line-height: 26px;margin-bottom: 10px;}
.show_team_txt h6 span{padding-left: 34px;background: url(../images/team/show_team_h4_span.png) 20px center no-repeat;}
.show_team_txt p{font-size:14px;color: #666;line-height: 26px;text-indent: 28px;padding-bottom: 4px;}
 @media(max-width:767px){
.show_team_con{padding-bottom:20px;padding-top: 20px;}
.show_team_pic{float: none;width:40%;}
.show_team_core{float: none;width: 100%;padding-left: 0;}
.show_team_core h5{padding-top:15px;margin-bottom:10px;}
.show_team_txt{padding-bottom: 0;}
.show_team_txt p{font-size:14px;}
}


/*新闻动态页面--new*/
.new{width: 100%;height: auto;overflow:hidden;padding-top: 30px;}
.new .container{padding-left:40px;padding-right:40px;}
.new_vessel{position: relative;height: auto;overflow: hidden;margin-bottom: 20px;}
.new_vessel_con{background: #ececec;height: 285px;padding-top:70px;padding-left:60px;padding-right: 30px;}
.new_vessel_con h3{font-size: 16px;color: #4c4c4c;padding-bottom:15px;}
.new_vessel_con p{color: #666;font-size: 14px;line-height: 24px;width:90%;}
.new_vessel_pic{padding-left: 0;padding-right:0;}
.new_vessel_pic img{display: block;width: 100%;}
.new_vessel_bg{width:80px;height: 34px;background:#ad8a55 url(../images/new/new_vessel_bg.png) center center no-repeat;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
@media(max-width:768px){
.new_vessel_bg{display: none;}
.new .container{padding-left: 15px;padding-right: 15px;}
.new_vessel_con{height: auto;overflow: hidden;padding-top: 20px;padding-left: 20px;padding-right: 20px;padding-bottom: 20px;}
.new_vessel_con p{width: 100%;}
}


/*新闻动态详情页--page_new*/
.show_news_core{padding-bottom: 30px;overflow: hidden;padding-top:30px;}
.show_news_time{width: 100px;height: 100px;background: #e1e1e1;}
.show_news_time p{color: #0758ba;font-size: 36px;text-align: center;margin-bottom: 0;}
.show_news_time p:nth-of-type(1){padding-top:8px;}
.show_news_time p:nth-of-type(2){color: #838383;font-size: 18px;}
.show_news_con{width: 90%;}
.show_news_con h4{margin-top: 0;color: #333;}
.show_news_con p{color: #666;line-height: 24px;padding-top: 10px;}
.page_new_con p{text-indent: 24px;}
.show_news_con p span:nth-of-type(2){padding-left: 25px;}
.show_news_pic img{margin: 0 auto;}
.show_news_more{padding-bottom: 30px;overflow: hidden;}
.show_news_more a{color: #666;}
.show_news_more a:hover{color: #0758ba;}
 @media(max-width:1170px){
.show_news_con{width:88%;}
}
 @media(max-width:768px){
.show_news_core{padding-top: 20px;}
.show_news_con{width:84%;}
.show_news_pic{width: 90%;}
.show_news_pic img{width: 100%;}
.show_news_more a{float: none!important;display: block;padding-bottom: 4px;}
}
 @media(max-width:750px){
.show_news_time{float: none;}
.show_news_con{float: none;width: 100%;padding-top: 1em;}
.show_news_con h4{font-size:1.1em;}
.show_news_con p{margin-bottom: 0;padding-top:4px;}
}


/*党建专区页面--area!*/
.area{height: auto;overflow: auto;padding-top:10px;padding-bottom: 10px;}
.area_vessel{width: 100%; height: auto;overflow: hidden;border-bottom: 1px solid #cbcbcb;padding-bottom: 20px;padding-top: 20px;}
.area_vessel_tit{height: auto;overflow: hidden;padding-bottom: 10px;}
.area_vessel_tit b{font-size:14px;color: #808080;font-weight:normal;}
.area_vessel_tit span{font-size: 14px;color: #808080;}
.area_vessel h3{font-size: 16px;color: #4c4c4c;padding-bottom:10px;}
.area_vessel p{font-size: 14px;color: #808080;line-height: 24px;text-indent: 28px;}



/*招贤纳士页面--join!*/
.join_core{height: auto;overflow: hidden;padding-top: 30px;}
.container5_ul li{padding:0em 0em 1em 3em; background:url(../images/join/joinus_li_bg.png) 0 center no-repeat; background-size:contain; border-bottom:none!important;}
.container5_ul li h5{width:100%;  color: #222; height:50px; margin-bottom: 0; line-height:50px;}
.container5_ul li h5 span{float: left; font-size:16px;}
.container5_ul li a{float: right; padding: 0!important; font-size:0.9em; text-decoration: underline;color: #9e7844;}
.container5_ul li a:hover{background:none!important; color: #169ce9;}
.container5_ul li p{font-size:14px; color: #666;line-height: 24px;}
.container5_ul li i,.container5_ul li b{font-size:14px; color: #a2a2a2; background:url(../images/join/eye.png) 0 4px no-repeat; padding: 0 1.8em;  display: inline-block; font-style: normal;}
.container5_ul li b{background-image: url(../images/join/clock.png); font-weight:normal;}
 @media(max-width:413px){
.container5_ul li h5 span{float: none;}
}
 @media(max-width:359px){
.container5_ul li h5{line-height:25px;}
.container5_ul li h5 span{float: none;}
.container5_ul li h5 a{float: none;}
}


/*招贤纳士详情页--show_joinus!*/
.show_joinus{height: auto;overflow: hidden;padding-top: 30px;}
.show_joinus h4{height:57px;width:152px;background: url(../images/join/show_joinus_bg.png) 0 0 no-repeat;text-align: center;line-height: 57px;color: #fff;font-size:16px;margin-bottom:10px;}
.show_joinus_con{overflow: hidden;border-bottom:1px dashed #ad8a55;margin-bottom: 60px;}
.show_joinus_core{padding-bottom: 30px;}
.show_joinus_core h6{font-size:14px;color:#666;padding-bottom:6px;}
.show_joinus_core p{font-size: 14px;color: #666;line-height: 26px;}
.show_joinus_tel{padding-bottom:20px;}
.show_joinus_tel p{color: #0758ba;font-size:14px;font-weight:500;}
.show_joinus_jiben h5{font-size: 18px;color:#666666;padding-bottom:10px;}
.show_joinus_jiben h6{font-size:14px;color:#666;padding-bottom:6px;}
.show_joinus_jiben_core{padding-bottom: 20px;overflow: hidden;}
.show_joinus_jiben_left,.show_joinus_jiben_right{width: 50%;}
.show_joinus_jiben_left p,.show_joinus_jiben_right p{font-size: 14px;line-height: 26px;color: #666;}
.show_joinus_jiben_left p b,.show_joinus_jiben_right p b{color: #ad8a55;width:35%;display: inline-block;font-size: 14px;}
 @media(max-width:768px){
.show_joinus{padding-top:15px;}
.show_joinus_con{margin-bottom:30px;}
.show_joinus_core{padding-bottom: 15px;}
}
 @media(max-width:750px){
.show_joinus_jiben_left{float: none;width: 100%;}
.show_joinus_jiben_right{float:none;width: 100%;}
.show_joinus_jiben_left p b,.show_joinus_jiben_right p b{width:45%;}
}




/*联系我们页面---contact!*/
.page_join{width: 100%;height: auto;overflow: hidden;padding-top:30px;padding-bottom:50px;}
.page_join .container{padding-left:60px;padding-right: 60px;}
.page_join_con{background: #f5f5f5;height:600px;box-shadow:0px 1px 10px rgba(107,107,107,0.3);padding-top: 40px;padding-left: 30px;}
.page_join_tit p:nth-of-type(1){font-size: 24px;color: #333;padding-bottom:8px;}
.page_join_tit p:nth-of-type(2){width: 198px;height: 4px;background: #666;}
.page_join_tit p:nth-of-type(3){font-size:30px;color: #ad8a55;padding-top:6px;}
.page_join_txt{height: auto;overflow: hidden;padding-top: 20px;}
.page_join_txt p{font-size:16px;color: #4c4c4c;width:94%;padding-bottom:36px;padding-left:30px;}
.page_join_txt p.add{background: url(../images/contact/add.png) 0 0 no-repeat;}
.page_join_txt p.tel{background: url(../images/contact/tel.png) 0 0 no-repeat;}
.page_join_txt p.tax{background: url(../images/contact/tax.png) 0 0 no-repeat;}
.page_join_txt p.email{background: url(../images/contact/email.png) 0 0 no-repeat;}
.page_join_ewm span{line-height: 153px;padding-left: 20px;font-size: 20px;}
@media(max-width:1200px){
.page_join_pic{padding-left: 0;padding-right: 0;}
.page_join_pic img{display: block;width: 100%;}	
}
@media(max-width:768px){
.page_join{padding-bottom: 30px;}
.page_join .container{padding-left: 15px;padding-right: 15px;}
.page_join_con{padding-left:25px;padding-top: 20px;height: auto;overflow: hidden;padding-bottom: 25px;}
.page_join_ewm span{display: none;}
.page_join_txt p{padding-bottom:25px;}
.page_join_pic{padding-left: 0;padding-right: 0;}
.page_join_pic img{display: block;width: 100%;}
}







div.lawyer_list{position:relative;}
.owl-carousel{position:static;}
.owl-prev{z-index:999;}
.owl-next{z-index:1000;}

