div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
body,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body,
input,
textarea,
select {
	color: #474342;
	font-family: "微软雅黑";
}

ul,
ol,
td,
th {
	padding: 0;
	list-style: none outside;
}

a {
	color: #515151;
	text-decoration: none;
	transition: color 0.2s;
}

a,
button,
li {
	-webkit-tap-highlight-color: transparent;
}

i,
strong,
em {
	font-style: normal;
	font-weight: normal;
}

a:focus,
input,
textarea,
select,
button {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

input,
textarea,
select {
	font-size: 100%;
	border: none;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

body {
	background: url(../img/b_logo.png) top left no-repeat;
	background-position: -22px -15px;
	background-size: 35%;
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 25px 15px 15px 15px;
	border-bottom: 2px solid #2877D6;
}

.logo {
	display: inline-block;
	width: 38%;
}

.logo img {
	width: 100%;
}

.header .search {
	width: 58%;
	margin-top: 5px;
}

.searfrom::-webkit-input-placeholder {
	color: #999;
	font-size: 0.7rem;
}

.searfrom::-moz-placeholder {
	color: #999;
	font-size: 0.7rem;
}

.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 0.7rem;
}

.search form {
	display: flex;
	justify-content: space-between;
}

.search input.searfrom {
	font-size: 14px;
	height: 30px;
	background: #E5E5E5;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	color: #333;
	padding: 0 0.8rem;
	box-sizing: border-box;
	width: 73%;
}


/*.search input[type=submit] {
	background: url(../img/sear.png) no-repeat;
	background-size: 40%;
	background-position:13px 5px;
	background-color: #E5E5E5;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	width: 24%;
}*/

.search button {
	background-color: #E5E5E5;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	width: 25%;
	border: none;
	height: 30px;
}

.search button img {
	width: 60%;
}

#swiper1 {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}

#swiper1 .swiper-slide {
	overflow: hidden;
}

#swiper1 .swiper-slide a {
	width: 25%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-bottom: 15px;
}

#swiper1 .swiper-slide a img {
	width: 65%;
	margin-bottom: 5px;
}

#swiper1 .swiper-pagination {
	bottom: 10px;
}

#swiper1 .swiper-pagination .swiper-pagination-bullet {
	background: #ddd;
	width: 10%;
	height: 4px;
	border-radius: 0;
	opacity: 1;
	margin: 0 !important;
}

#swiper1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #2877D6;
}

.section {
	padding: 0 12px;
	box-sizing: border-box;
}

.zixun {
	display: flex;
	justify-content: space-between;
	margin: 15px 0;
}

.zixun li {
	width: 48%;
	margin-bottom: 10px;
}

.lawyer ul li img.info {
	float: left;
	margin-right: 10px;
	width: 5rem;
}

.lawyer ul li {
	overflow: hidden;
	margin-bottom: 12px;
	background: #F7F8FA;
	padding: 15px;
	box-sizing: border-box;
}

.lawyer ul li .artle {
	overflow: hidden;
}

.artle p {
	font-size: 13px;
	margin-bottom: 4px;
	color: #666;
}

.artle h2 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #222;
}

.lawyer ul li .artle p img {
	width: 48%;
}

.artle p.ziwen {
	display: flex !important;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.img_zheng {
	margin: 1rem 0;
}


/*tab切换*/

.box_tab {
	margin-bottom: 12px;
	padding-bottom: 12px;
	background: #F8F8F8;
}

.box_tab ul {
	overflow: hidden;
	margin-bottom: 0.3rem;
}

.box_tab ul li {
	font-size: 14px;
	width: 32%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	float: left;
	background: #8BB5DF;
	text-align: center;
	line-height: 40px;
}

.box_tab ul li:nth-of-type(1) {
	width: 35%;
}

.box_tab ul li:last-child {
	border: none;
}

.box_tab ul li a {
	color: #fff;
}

.box_tab ul li.cur {
	background: #12569D;
}

.box_tab .projects {
	font-size: 14px;
}

.box_tab .projects dl a {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.box_tab .projects dl dd {
	width: 23%;
	float: left;
	color: #12569D;
	font-size: 4;
	font-weight: bold;
}

.box_tab .projects dl dt {
	width: calc(100% - 23%);
	float: left;
}

.falv_news {
	background: #F8F8F8;
	padding-bottom: 65px;
}

.falv_news .title a {
	display: inline-block;
	width: 100%;
	background: #12569D;
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 40px;
}

.falv_news ul li {
	box-shadow: 0 0 5px #ddd;
	padding: 0.3rem;
	box-sizing: border-box;
	margin-top: 0.5rem;
	background: #fff;
}

.falv_news ul li img {
	width: 4rem;
	height: 4rem;
	float: left;
	margin-right: 0.5rem;
}

.falv_news ul li .mew {
	overflow: hidden;
}

.falv_news ul li a {
	overflow: hidden;
	display: inline-block;
}

.falv_news ul li a p.zarts {
	color: #888;
	font-size: 12px;
}

.falv_news ul li a p.tit {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin: 3px 0 5px 0;
}

.fixed_bottom {
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-around;
}

.fixed_bottom a {
	display: inline-block;
	width: 32%;
}

.artle p,
.box_tab ul li a,
.falv_news ul li a p.tit,
.box_tab .projects dt {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.falv_news ul li a p.zarts {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}