/*滚动条样式*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-track {
	background: #f8f8f8
}

::-webkit-scrollbar-thumb {
	background: #e60012;
	height: 60px
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e60012
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e60012
}

body {
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	padding-top: 60px;
}

html,
body {
	height: 100%;
}

em,
i {
	font-style: normal
}

a:hover {
	text-decoration: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:focus {
	outline: none;
	outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

textarea {
	resize: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

a {
	display: block;
	color: #333;
}

a:focus,
a:hover {
	color: #333;
}

img {
	display: block;
}

.Animation {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0
}

.fullpage {
	width: 100%;
	overflow: hidden
}

.section {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
}

.img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative
}

.img img {
	display: block;
	width: 100%;
	transition: all .5s
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clamp2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowY {
	overflow-y: hidden;
}

@media (min-width: 768px) {
	body {
		padding-top: 0;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
	.container {
		width: 1070px;
	}
}

@media (min-width: 1450px) {
	.container {
		width: 1230px;
	}
}

@media (min-width: 1650px) {
	.container {
		width: 1430px;
	}
}


/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../image/gotop1.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: 5px;
	bottom: 50px;
	cursor: pointer;
	display: none;
	transition: all .5s;
	z-index: 10;
}

.footer {
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #2e3339;
	color: #fff;
	z-index: 2;
	font-size: 12px;
}

.footer a:hover {
	color: #fff;
}

.foot_top {
	padding: 30px 0 1px;
	justify-content: space-between;
	flex-flow: row wrap;
	overflow: hidden;
}

.foot_top .h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

.foot_top .h5:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(226, 226, 226, 0.3);
	margin: 5px 0 0;
}

.foot_top .tel {
	font-size: 20px;
	font-family: arial;
}

.foot_top .right {
	overflow: hidden;
}

.foot_top .right>.item {
	float: left;
	margin-right: 20px;
}

.foot_top .right>.item:last-child {
	margin-right: 0;
}

.foot_middle {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.footNav {
	overflow: hidden;
	margin: 0 -10px;
}

.footNav a {
	color: rgba(255, 255, 255, 0.6);
	float: left;
	margin-bottom: 8px;
	padding: 0 10px;
}

.footShare {
	margin-top: 10px;
}

.copyRight {
	padding: 15px 0;
	color: #c1c1c1;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	overflow: hidden;
}

.copyRight a {
	display: inline-block;
	color: #c1c1c1;
}

.copyRight img {
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 767px) {

	.foot_top .left,
	.foot_top .right,
	.footNav,
	.footShare {
		float: none;
	}

	.foot_top .item {
		margin-bottom: 25px;
	}

	.gotop {
		width: 30px;
		height: 30px
	}

	.copyRight {
		text-align: center;
	}

	.copyRight>p {
		float: none;
	}
}

@media (min-width: 768px) {
	.foot_top {
		padding: 30px 0 25px;
		display: flex;
	}

	.foot_top .right>.item {
		float: left;
		margin-left: 30px;
		margin-right: 0;
	}

	.foot_middle {
		display: flex;
	}

	.footShare {
		width: 100%;
	}

	.copyRight {
		display: flex;
	}
}

@media (min-width: 992px) {
	.foot_top {
		padding: 45px 0 35px;
	}

	.foot_top .tel {
		font-size: 22px;
	}

	.foot_top .h5 {
		margin-bottom: 15px;
	}

	.footNav {
		margin: 0 -15px;
	}

	.footNav a {
		padding: 0 15px;
	}

	.footShare {
		width: auto;
		margin-top: 0;
	}

	.copyRight {
		padding: 20px 0;
	}
}

@media (min-width: 1200px) {
	.foot_top .right>.item {
		margin-left: 50px;
	}
}

/*导航*/
.navbar-default {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	transition: all 0.5s;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1030;
}

.navbar-brand {
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0;
}

.navbar-brand img {
	height: 46px;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #e60012;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}

.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}

.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-default .navbar-nav>li>a {
	position: relative;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
	transition: all .3s;
	z-index: 2;
	overflow: hidden;
}

.navbar-default .navbar-nav>li>a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background: #e60012;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}

.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #333;
	background-color: transparent;
}


.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>li>a:hover:after {
	height: 4px;
}

.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
}


.navbar-default .navbar-nav>li>.dropdown-pc {
	display: none;
}

.navbar-default .navbar-nav>li>.dropdown-min {
	display: block;
	cursor: pointer;
}

.navbar-default .dropdown-menu {
	border: none;
	left: 50%;
	right: auto;
	background: #fff;
	top: 100%;
	padding: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navbar-default .dropdown-menu a {
	font-size: 14px;
	padding: 12px 10px;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.navbar-default .dropdown-menu li:last-child a {
	border-bottom: none;
}

.navbar-default .dropdown-menu a:hover {
	color: #e60012;
	background: transparent;
}

.head_top {
	background: #333333;
	color: #fff;
	overflow: hidden;
	line-height: 20px;
	padding: 8px 0;
	font-size: 12px;
}

.head_top a {
	color: #fff;
}

.ht_left {
	float: left;
}

.ht_right {
	float: right;
	display: flex;
	align-items: center;
}

.ht_right span {
	padding: 0 10px;
}

.head_nav {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

.navbar-other {
	float: right;
	margin-left: 20px;
	padding-top: 20px
}

.navbar-other .tel {
	display: flex;
	align-items: center;
	color: #e60012;
}

.navbar-other .tel>img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.navbar-other .txt>span,
.navbar-other .txt>i {
	display: block;
	line-height: 1;
}

.navbar-other .txt>span {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
}

.headerEffect .navbar-default {
	position: fixed;
}



@media (max-width: 767px) {
	.head_top {
		display: none;
	}

	.navbar-default .navbar-toggle {
		margin: 14px 10px;
	}

	.navbar-other {
		position: absolute;
		top: 15px;
		right: 65px;
		padding-top: 0;
	}

	.navbar-other .tel>img {
		margin-right: 0;
		width: 30px;
		height: 30px;
	}

	.navbar-other .txt {
		display: none;
	}

	.navbar-nav {
		padding: 0 15px;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-default .navbar-nav>li>a:after {
		height: 1px;
		background: #e7e7e7
	}

	.navbar-default .navbar-nav>.active>a:after,
	.navbar-default .navbar-nav>li>a:hover:after {
		height: 2px;
		background: #e60012;
	}

	.navbar-default {
		position: fixed;
	}

	.navbar-default .dropdown-menu {
		position: static;
		width: 100%;
		margin: 0;
		float: none;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		background: none;
		padding: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.navbar-default .dropdown-menu li {
		padding: 0;
		border-bottom: 1px #e7e7e7 dashed;
	}

	.navbar-default .dropdown-menu a {
		position: relative;
		padding: 0 15px 0 25px;
		border-color: rgba(255, 255, 255, .1);
		text-align: left;
	}

	.navbar-default .navbar-nav .dropdown-menu>li>a {
		line-height: 25px;
	}

	.navbar-default .dropdown-menu li:last-child a {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.navbar-default .dropdown-menu a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #e60012;
		background: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333
	}
}

@media (min-width: 768px) {
	.navbar-other {
		display: none;
	}

	.navbar-brand {
		margin-left: -15px;
	}

	/* .navbar-collapse{width:100%;}
	.navbar-default .navbar-nav{width:100%;display: flex;justify-content: space-between;} */

	.navbar-collapse {
		float: right;
		padding: 0;
	}

	.navbar-default .navbar-nav>li {
		padding: 10px 5px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 10px 1px;
	}

	.navbar-default .dropdown-menu {
		min-width: 120px;
	}

	.navbar-default .navbar-nav>li>.dropdown-pc {
		display: block;
	}

	.navbar-default .navbar-nav>li>.dropdown-min {
		display: none;
	}

	.headerEffect .navbar-default {
		transform: translateY(-36px);
	}
}

@media (min-width: 992px) {
	.navbar-other {
		display: block;
	}

	.head_top {
		font-size: 14px;
	}

	.navbar-brand {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-brand img {
		height: 56px;
	}

	.navbar-default .navbar-nav>li {
		padding: 15px 5px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 15px 1px;
	}

	.navbar-default .dropdown-menu {
		min-width: 130px;
	}

}

@media (min-width: 1200px) {
	.navbar-other {
		margin-left: 30px;
		padding-top: 23px
	}

	.navbar-other .tel>img {
		width: 40px;
		height: 40px;
	}

	.navbar-other .txt>span {
		font-size: 20px;
	}

	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-default .navbar-nav>li {
		padding: 15px 9px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 18px 1px;
	}

	.navbar-default .dropdown-menu {
		min-width: 140px;
	}

	.navbar-default .dropdown-menu a {
		font-size: 15px;
	}

	.headerEffect .navbar-other {
		padding-top: 20px;
	}

	.headerEffect .navbar-brand {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.headerEffect .navbar-default .navbar-nav>li {
		padding: 15px 5px;
	}

	.headerEffect .navbar-default .navbar-nav>li>a {
		padding: 15px 1px;
	}
}

@media (min-width: 1450px) {
	.navbar-other {
		padding-top: 30px
	}

	.navbar-brand {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.navbar-default .navbar-nav>li {
		padding: 20px 14px;
		font-size: 16px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 20px 1px;
	}

	.headerEffect .navbar-default .navbar-nav>li {
		padding: 15px 14px;
	}
}

@media (min-width: 1650px) {
	.navbar-other .txt>span {
		font-size: 22px;
	}

	.navbar-default .navbar-nav>li {
		padding: 20px;
	}

	.headerEffect .navbar-default .navbar-nav>li {
		padding: 15px 20px;
	}
}

@media (min-width: 1850px) {
	.header .container {
		width: 1530px;
	}

	.navbar-default .navbar-nav>li {
		padding: 20px 22px;
		font-size: 18px;
	}

	.headerEffect .navbar-default .navbar-nav>li {
		padding: 15px 22px;
	}
}


/*首页*/
.swiper-button-prev,
.swiper-button-next {
	outline: none;
}

.swiper-pagination-bullet {
	background-color: #fff;
}

.swiper-pagination-bullet-active {
	background: #e60012;
}

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner img[onclick] {
	cursor: pointer;
}

.banner .swiper-slide>img {
	width: 100%;
}

.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner_text img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.banner .swiper-pagination {
	bottom: 10px;
}

.banner .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	border-radius: 4px;
	background-color: #fff;
	opacity: 1;
	margin: 0 5px !important;
}

.banner .swiper-pagination-bullet-active {
	background: #e60012;
}

.banner .swiper-button-white {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	background-size: auto 20px;
	outline: none;
}

.banner .swiper-button-white:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.banner .swiper-button-prev {
	left: 10px;
}

.banner .swiper-button-next {
	right: 10px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	opacity: 0;
	transition: all 0.5s;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
	opacity: 1;
}

@media (max-width:767px) {
	.PC_img {
		display: none !important
	}

	.banner .swiper-button-white {
		display: none;
	}
}

@media (min-width:768px) {
	.min_img {
		display: none !important
	}
}

@media (min-width:992px) {
	.banner .swiper-pagination {
		bottom: 20px;
	}

	.banner .swiper-pagination-bullet {
		width: 26px;
		height: 4px;
		margin: 0 10px !important;
	}
}

@media (min-width:1450px) {
	.banner .swiper-pagination-bullet {
		width: 34px;
		margin: 0 15px !important;
	}
}


.index_wrapper {
	width: 100%;
}

.indexItem {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
}

.indexTitle {
	margin-bottom: 30px;
	text-align: center;
}

.indexTitle .h2 {
	font-size: 22px;
	font-weight: 700;
}

.indexTitle .h2>span {
	color: #d2494b;
}

.indexTitle .h2:after {
	content: '';
	display: block;
	width: 42px;
	height: 3px;
	background: #d2494b;
	margin: 15px auto;
}

.indexTitle p {
	color: #666;
}

.textColor .indexTitle,
.textColor .indexTitle .h2,
.textColor .indexTitle .h2>span,
.textColor .indexTitle p,
.textColor .InfoContent {
	color: #fff;
}

.textColor .indexTitle .h2:after {
	background: #fff;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
	.indexTitle .h2 {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.indexItem {
		padding: 40px 0;
	}

	.indexTitle {
		margin-bottom: 35px;
	}

	.indexTitle .h2 {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.indexItem {
		padding: 50px 0;
	}

	.indexTitle {
		margin-bottom: 45px;
	}

	.indexTitle .h2 {
		font-size: 28px;
	}

	.indexTitle p {
		font-size: 16px;
	}

}

@media (min-width: 1200px) {
	.indexItem {
		padding: 60px 0;
	}

	.indexTitle {
		margin-bottom: 55px;
	}

	.indexTitle .h2 {
		font-size: 32px;
	}
}


/*横屏*/
@media (max-width:767px) and (orientation:landscape) {}


.indexNav {
	position: relative;
	z-index: 2;
	padding-top: 35px;
}

.indexNav ul {
	display: flex;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	flex-flow: row wrap;
}

.indexNav ul>li {
	text-align: center;
	border-right: 1px solid #e9e9e9;
}

.indexNav ul a {
	padding: 15px 5px;
	transition: all 0.3s;
}

.indexNav ul .icon {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto 15px;
}

.indexNav ul .icon>img {
	width: 100%;
}

.indexNav ul p {
	font-size: 12px;
	font-weight: 700;
}

.indexNav ul a:hover {
	color: #fff;
	background: #d2494b;
}

.indexNav ul a:hover .icon>img {
	transform: translateY(-50%);
}

@media (max-width:767px) {
	.indexNav ul>li {
		width: 25%;
		border-bottom: 1px solid #e9e9e9;
	}
}

@media (max-width:479px) {
	.indexNav ul>li {
		width: 33.333%;
	}
}

@media (min-width:768px) {
	.indexNav {
		padding-top: 0;
	}

	.indexNav+.indexItem {
		padding-top: 0;
		margin-top: -10px;
	}

	.indexNav {
		transform: translateY(-40%);
	}

	.indexNav ul>li {
		flex: 1;
	}

	.indexNav ul a {
		padding: 25px 5px;
	}

	.indexNav ul>li:last-child {
		border-right: none;
	}
}

@media (min-width:992px) {
	.indexNav ul {
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
	}

	.indexNav ul .icon {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.indexNav ul p {
		font-size: 14px;
	}
}

@media (min-width:1450px) {
	.indexNav {
		transform: translateY(-50%);
	}

	.indexNav+.indexItem {
		margin-top: -20px;
	}

	.indexNav ul .icon {
		width: 60px;
		height: 60px;
	}

	.indexNav ul a {
		padding: 35px 5px;
	}
}

/* 首页 - 核心业务 */
.corebusiness_row {
	overflow: hidden;
	margin: 0 -5px;
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}

.corebusiness_row .column {
	float: left;
	padding: 0 5px;
	margin: 0 -5px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}

.corebusiness_row .col {
	float: left;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}

.corebusiness_row a {
	height: 100%;
	background: #fff;
	padding: 25px 10px;
	text-align: center;
	transition: all 0.3s;
	color: #D2494B;
}

.corebusiness_row .text {
	width: 100%;
	overflow: hidden;
}

.corebusiness_row .p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
	transition: all 0.3s;
}

.corebusiness_row .icon {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}

.corebusiness_row .icon>img {
	width: 100%;
}

.corebusiness_row em {
	display: block;
	width: 60px;
	height: 34px;
	line-height: 34px;
	max-width: 100%;
	text-align: center;
	color: #666;
	border: 1px solid transparent;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
}

.corebusiness_row .h5 {
	font-size: 16px;
}

.ver_column .h5 {
	margin: 15px 0;
}

.ver_column em {
	margin-top: 30px;
}

.hor_column .h5 {
	margin-top: 15px;
}

.hor_column .p {
	margin: 20px 0;
}

.hor_column em {
	margin: 0 auto;
}

.corebusiness_row a:hover {
	background: #d2494b;
	color: #fff;
}

.corebusiness_row a:hover .p {
	color: #fff;
}

.corebusiness_row a:hover em {
	border-color: #fff;
	color: #fff;
	width: 110px;
}

.corebusiness_row a:hover .icon>img {
	transform: translateY(-50%);
}

@media (max-width:767px) {}

@media (max-width:479px) {}

@media (min-width:768px) {
	.corebusiness_row {
		margin: 0 -10px;
	}

	.corebusiness_row .column {
		padding: 0 10px;
		margin: 0 -10px;
	}

	.corebusiness_row .col {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.corebusiness_row a {
		padding: 35px 15px;
	}
}

@media (min-width:1200px) {
	.corebusiness_row .col {
		margin-bottom: 0px;
	}

	.ver_column {
		width: 44.2858%;
	}

	.ver_column a {
		padding: 35px 15px;
	}

	.ver_column .p {
		height: 96px;
	}

	.ver_column .h5 {
		margin-top: 25px;
	}

	.ver_column em {
		margin-top: 50px
	}

	.hor_column {
		width: 55.7142%;
	}

	.hor_column .col {
		margin-bottom: 30px;
	}

	.hor_column .col:nth-last-child(1),
	.hor_column .col:nth-last-child(2) {
		margin-bottom: 0;
	}

	.hor_column a {
		padding: 20px 15px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.hor_column .h5 {
		margin-top: 0;
	}

	.hor_column .text {
		padding-left: 20px;
	}

	.hor_column .icon {
		margin: 0;
		flex: 0 0 auto;
	}

	.hor_column em {
		margin: 0;
	}
}

@media (min-width:1450px) {
	.corebusiness_row .icon {
		width: 100px;
		height: 100px;
	}

	.ver_column a {
		padding: 50px 10% 30px;
	}

	.hor_column a {
		padding: 26px 20px;
	}

	.hor_column .text {
		padding-left: 25px;
	}

	.hor_column .h5 {
		font-size: 18px;
		line-height: 180%;
	}
}


/* 首页 - 关于我们 */
.in2_main {
	margin: 0 -15px;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.in2_main:before,
.in2_main:after {
	display: none;
}

.in2_main>div {
	padding: 0 15px;
	margin-bottom: 20px;
}

.in2_more {
	margin-top: 25px;
	width: 110px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #d2494b;
	transition: all 0.3s;
}

.in2_more:hover {
	background: #e60012;
	color: #fff;
}

/* 首页 - 律师团队 */
.team-swiper {
	position: relative;
}

.team-swiper .swiper-container {
	position: static;
}

.team-swiper .swiper-button-white {
	width: 30px;
	height: 56px;
	margin-top: -28px;
	background-color: rgba(207, 52, 48, 0.6);
	background-size: auto 20px;
	transition: all 0.3s;
}

.team-swiper .swiper-button-prev {
	left: -55px;
}

.team-swiper .swiper-button-next {
	right: -55px;
}

.team-swiper .swiper-button-white:hover {
	background-color: rgba(207, 52, 48, 0.9);
}

.team-swiper .swiper-pagination {
	display: none;
}

.team_list .text {
	padding: 15px 10px;
	background: #fff;
	color: #666;
	transition: all 0.3s;
}

.team_list .h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team_list .h5>span {
	color: #333;
	padding-right: 8px;
	font-weight: 700;
	transition: all 0.3s;
}

.team_list .p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.team_list a:hover .text {
	background: #d2494b;
	color: #fff;
}

.team_list a:hover .h5>span {
	color: #fff;
}

.team_list a:hover .img>img {
	transform: scale(1.1);
}

.in3_more {
	width: 240px;
	height: 50px;
	margin: 30px auto 0;
	border-radius: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d2494b;
	transition: all 0.3s;
}

.in3_more>img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.in3_more:hover {
	background: #e60012;
	color: #fff;
}

@media (max-width:767px) {
	.team-swiper {
		padding-bottom: 40px;
	}

	.team-swiper .swiper-pagination {
		display: block;
		bottom: 0;
	}
}

@media (min-width:768px) {
	.team_list .text {
		padding: 20px 15px;
	}

	.in3_more {
		margin-top: 40px;
	}
}

@media (min-width:992px) {
	.in2_main {
		margin: 0 -20px;
	}

	.in2_main>div {
		padding: 0 20px;
	}

	.in3_more {
		margin-top: 50px;
	}

	.team-swiper .swiper-button-prev {
		left: -65px;
	}

	.team-swiper .swiper-button-next {
		right: -65px;
	}
}

@media (min-width:1450px) {
	.in2_main {
		margin: 0 -25px;
	}

	.in2_main>div {
		padding: 0 25px;
	}

	.team-swiper .swiper-button-prev {
		left: -85px;
	}

	.team-swiper .swiper-button-next {
		right: -85px;
	}

	.in3_more {
		margin-top: 60px;
	}

}

/* 首页 - 我们的优势 */
.in4_ul {
	margin: 0 -10px;
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}

.in4_ul:before,
.in4_ul:after {
	display: none;
}

.in4_ul>li {
	padding: 10px;
	text-align: center;
}

.in4_ul .inner {
	height: 100%;
	padding: 25px 15px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.in4_ul .h5 {
	margin: 15px 0;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.in4_ul .p {
	font-size: 12px;
	line-height: 24px;
}

.in4_ul .icon {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}

.in4_ul .icon>img {
	width: 100%;
	transition: all 0.3s;
}

.in4_ul .inner:hover {
	background: #d2494b;
	color: #fff;
}

.in4_ul .inner:hover .icon>img {
	transform: translateY(-50%);
}

@media (max-width:479px) {
	.in4_ul>li {
		width: 100%;
	}
}

@media (min-width:992px) {
	.in4_ul>li {
		width: 33.3%;
	}
}

@media (min-width:1450px) {
	.in4_ul .inner {
		padding: 35px 15px;
	}

	.in4_ul .h5 {
		margin: 20px 0;
	}
}

/* 首页 - 全套服务流程 */
.in5_main {
	height: 300px;
	padding: 40px 0 0;
}

.in5_main .left {
	float: left;
	width: 37.1428%;
	overflow: hidden;
}

.in5_main .left>.img {
	float: left;
	width: auto;
	max-width: 90%;
}

.in5_main .right {
	float: left;
	width: 62.8572%;
	padding: 2% 25px;
}

.in5_main .right>.inner {
	position: relative;
}

.swiper-slide-text {
	background: #d2494b;
	color: #fff;
	padding: 25px 20px;
	display: flex;
}

.swiper-slide-text .icon {
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.swiper-slide-text .icon>img {
	width: 100%;
	transform: translateY(-50%);
}

.swiper-slide-text .text {
	width: 100%;
	overflow: hidden;
	padding-left: 15px;
}

.swiper-slide-text .h5 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
}

.swiper-slide-text .p {
	font-size: 14px;
	line-height: 1.74;
}

.in5-swiper-container {
	position: static;
}

.in5-swiper-container .swiper-button-prev,
.in5-swiper-container .swiper-button-next {
	width: 26px;
	height: 26px;
	line-height: 24px;
	margin-top: -13px;
	font-size: 18px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	color: #d2494b;
}

.in5-swiper-container .swiper-button-prev {
	left: -10px;
}

.in5-swiper-container .swiper-button-next {
	right: -10px;
}

.swiper-pagination-ul {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 140%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.swiper-pagination-ul>li {
	float: left;
	text-align: center;
	font-size: 14px;
}

.swiper-pagination-ul .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #ebebeb;
	transition: all 0.5s;
}

.swiper-pagination-ul .icon>img {
	width: 100%;
	transition: all 0.3s;
}

.swiper-pagination-ul>.active .icon,
.swiper-pagination-ul>li:hover .icon {
	background: #d2494b;
	border-color: #d2494b;
}

.swiper-pagination-ul>.active .icon>img,
.swiper-pagination-ul>li:hover .icon>img {
	transform: translateY(-50%);
}

@media (max-width:767px) {
	.in5_main {
		height: auto;
		padding: 35px 0;
	}

	.in5_main .left {
		display: none;
	}

	.in5_main .right {
		width: 100%;
		padding: 0
	}

	.in5-swiper-container .swiper-button-prev,
	.in5-swiper-container .swiper-button-next {
		margin-top: 0;
		top: 22%;
	}

	.swiper-pagination-ul {
		position: static;
		margin-top: 25px;
		color: #fff;
	}
}

@media (max-width:370px) {
	.in5_main {
		padding: 35px 0 20px
	}

	.swiper-pagination-ul {
		flex-flow: row wrap;
	}

	.swiper-pagination-ul>li {
		width: 33.333%;
		margin-bottom: 15px;
	}

	.in5-swiper-container .swiper-button-prev,
	.in5-swiper-container .swiper-button-next {
		top: 15%;
	}
}

@media (min-width:768px) {
	.swiper-pagination-ul .icon {
		width: 50px;
		height: 50px;
	}
}

@media (min-width:992px) {
	.in5_main {
		height: 400px;
	}

	.in5_main .right {
		padding: 6% 35px;
	}

	.swiper-slide-text {
		padding: 35px 30px;
	}

	.swiper-slide-text .icon {
		width: 80px;
		height: 80px;
	}

	.swiper-slide-text .h5 {
		font-size: 18px;
	}

	.swiper-slide-text .p {
		font-size: 16px;
	}

	.swiper-pagination-ul {
		top: 180%;
	}

	.swiper-pagination-ul .icon {
		width: 60px;
		height: 60px;
		padding: 5px;
		margin-bottom: 15px;
	}
}

@media (min-width:1200px) {
	.in5_main {
		height: 460px;
		padding: 60px 0 0;
	}

	.in5_main .right {
		padding: 10% 35px;
	}

	.swiper-pagination-ul>li {
		font-size: 16px;
	}
}

@media (min-width:1450px) {
	.in5_main {
		height: 530px;
		padding: 80px 0 0;
	}

	.swiper-slide-text .h5 {
		font-size: 20px;
	}

	.swiper-slide-text .p {
		font-size: 18px;
	}

	.swiper-pagination-ul .icon {
		width: 80px;
		height: 80px;
	}
}


/* 首页 - 热点问题 */
.indexNews .img {
	background: #000;
}

.indexNews .img>img {
	opacity: 0.85;
}

.indexNews .h5 {
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0;
	transition: all 0.3s;
}

.indexNews .h5:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #d2494b;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transition: all 0.3s;
}

.indexNews .p {
	color: #666;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.indexNews .left {
	width: 100%;
	margin-bottom: 10px;
}

.indexNews .left .h5 {
	font-size: 16px;
}

.indexNews .left .text {
	padding: 20px 0;
}

.indexNews .left .text>em {
	display: block;
	width: 154px;
	line-height: 20px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	background: #d2494b;
	transition: all 0.3s;
}

.indexNews .right a {
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
}

.indexNews .right {
	width: 100%;
}

.indexNews a:hover .img>img {
	transform: scale(1.1);
	opacity: 1;
}

.indexNews a:hover .h5 {
	color: #d2494b;
	padding-left: 15px;
}

.indexNews a:hover .h5:before {
	width: 10px;
}

.indexNews a:hover .text>em {
	background: #e60012;
}

/* 首页 - 合作客户 */
.partner_list {
	margin: 0 -5px;
}

.partner_list .column {
	padding: 0 5px;
	margin-bottom: 10px;
}

.partner_list .img {
	border: 1px solid transparent;
}

.partner_list .img:hover {
	border-color: rgba(210, 73, 75, 0.2);
}

@media (max-width:767px) {
	#lightGallery-close {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#lightGallery-close:after {
		font-size: 20px;
	}

	.indexNews .right a:first-child {
		border-top: 1px solid #e7e7e7;
	}
}

@media (max-width:479px) {}

@media (min-width:768px) {
	.indexNews {
		margin: 0 -20px;
	}

	.indexNews .column {
		padding: 0 20px;
	}

	.indexNews .left {
		width: 46%;
		margin-bottom: 0;
	}

	.indexNews .right {
		width: 54%;
		margin-top: -20px;
	}

	.indexNews .right a:last-child {
		border-bottom: none;
	}

	.partner_list {
		margin: 0 -10px;
	}

	.partner_list .column {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media (min-width:992px) {
	.indexNews .left .h5 {
		font-size: 18px;
	}

	.indexNews .left .text {
		padding: 25px 0;
	}

	.indexNews .left .text>em {
		width: 184px;
		padding: 13px 10px;
		margin-top: 30px;
	}

	.indexNews .right {
		margin-top: -25px;
	}

	.indexNews .right a {
		padding: 25px 0;
	}
}

@media (min-width:1200px) {
	.indexNews {
		margin: 0 -30px;
	}

	.indexNews .column {
		padding: 0 30px;
	}

	.partner_list {
		margin: 0 -15px;
	}

	.partner_list .column {
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

@media (min-width:1450px) {
	.indexNews .right {
		margin-top: -30px;
	}

	.indexNews .right a {
		padding: 30px 0;
	}
}

@media (min-width:1650px) {
	.indexNews {
		margin: 0 -40px;
	}

	.indexNews .column {
		padding: 0 40px;
	}

	.partner_list .column {
		width: 14.2857%;
	}
}

/*内页*/
.page_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1
}

.inside_banner {
	position: relative;
	overflow: hidden
}

.inside_banner img {
	width: 100%
}

.inside_banner .indexTitle {
	margin-bottom: 0;
}

.submenu_title {
	background-color: #d2494b;
	color: #fff;
	padding: 20px 15px;
	text-transform: uppercase;
	margin-bottom: 1px
}

.submenu_title h2 {
	font-size: 18px;
	margin: 0
}

.submenu_title span {
	display: block;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1.4;
	color: rgba(254, 254, 254, .1)
}

.submenu {
	border: 1px #cecfcf solid
}

.submenu li+li {
	margin-top: 5px
}

.submenu>li>a {
	border-bottom: 1px #cecfcf solid;
	color: #444343;
	line-height: 1.5;
	padding: 10px;
	padding-right: 25px !important;
	transition: all 0.3s;
}

.submenu li:last-child a {
	border-bottom: 0
}

.submenu>li>a i {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #666;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	transition: all .5s
}

.submenu>li.active>a i,
.submenu>li>a:hover i {
	color: #fff
}

.submenu>li.active>a i {
	transform: rotate(45deg)
}

.submenu>li.active>a,
.submenu>li>a:hover {
	background-color: #d2494b;
	color: #fff;
	border-bottom-color: #d2494b
}

.submenu .levelMenu {
	display: none
}

.submenu .levelMenu a {
	display: block;
	font-size: 12px;
	background-color: #e2e2e2;
	color: #444343;
	margin-top: 2px;
	padding-left: 48px;
	padding-right: 20px;
	padding: 8px 10px 8px 28px
}

.submenu .levelMenu a.active,
.submenu .levelMenu a:hover {
	background-color: rgba(0, 104, 163, .9);
	color: #fff
}

.inside_box_right {
	width: 100%;
	position: relative;
}


.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 95vh;
}

.padding_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 35px 0;
}

.inside_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 35px 0 60px;
}

.inside_main .container {
	position: relative
}

.inside_title {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
	padding-right: 40px;
}

.inside_title .h2 {
	font-size: 20px;
}

.InfoContent {
	line-height: 2.2;
	position: relative;
	overflow: hidden;
	color: #666
}

.InfoContent p {
	margin: 0
}

.InfoContent p img {
	display: inline-block;
	max-width: 100%;
	height: auto !important;
}

.InfoContent video {
	display: block;
	width: 1000px;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.InfoContent ul,
.InfoContent li {
	list-style-type: disc;
	list-style-position: inside;
}

.InfoContent li p {
	display: inline;
	margin-bottom: 0;
}

.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
	text-align: center
}

.InfoTitle h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
	text-transform: uppercase
}

.InfoTitle em {
	font-size: 14px;
	text-transform: uppercase;
}

.InfoTitle .date {
	font-size: 12px;
	color: #999;
	margin-top: 10px
}

.InfoTitle .date span {
	padding: 0 5px
}


.goBack {
	text-align: center;
	margin-top: 30px;
}

.goBack a {
	display: inline-block;
	color: #666;
	line-height: 20px;
	border: 1px solid #aeaeae;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 5px;
}

.goBack a:hover {
	border-color: #d2494b;
	background: #d2494b;
	color: #ffffff;
}

.pager {
	margin: 30px 0 0
}

.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	margin: 0 5px;
	text-transform: uppercase;
	border-radius: 5px;
}

.pager li>span {
	color: #999
}

.pager li>a {
	color: #d2494b;
	border-color: #d2494b;
}

.pager li>a:hover {
	color: #fff;
	background-color: #d2494b
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.info_previous_next_wrap b {
	font-weight: 400;
	text-transform: uppercase
}

.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
	display: inline;
}

.info_previous_next_wrap a:hover {
	color: #d2494b
}

.info_Next,
.info_Previous {
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width:767px) {
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px
	}

	.submenu_main {
		margin-bottom: 30px;
	}

	.submenu_close {
		display: none;
	}

	/* .submenu {
		display: none;
	} */

	.submenu_title {
		position: relative;
		cursor: pointer;
		padding-right: 60px;
	}

	.submenu_title:after {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		background: url(https://www.sfhcip.com/plug-in/0kinglink/images/icon/icon4.png) no-repeat center;
		background-size: 30px auto;
		right: 15px;
		top: 50%;
		margin-top: -15px;
		cursor: pointer;
		z-index: 1;
	}

	.submenu_title span {
		font-size: 18px;
	}

	.menu_icon {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 2;
		cursor: pointer;
	}

	/* .submenu_main{width:50%;max-width:210px;position:fixed;top:0;bottom:0;left:-210px;z-index:1030;background-color:#333;padding-top:40px;overflow-y:scroll}
	.submenu_main::-webkit-scrollbar{width:0;height:0}
	.menu_icon{width:24px;height:24px;background:url(../images/icon/icon3.png) no-repeat center;background-size:24px auto;display:block;margin-bottom:15px}
	.submenu_close{width:100%;height:40px;background:url(../images/icon/close.png) no-repeat center;background-size:30px;position:absolute;top:0;left:0} */
}

@media (max-width:479px) {
	.inside_title h2 {
		font-size: 18px;
	}
}

@media (min-width:768px) {
	.inside_box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start
	}

	.submenu_main {
		flex: 0 0 auto;
		width: 200px;
		margin-right: 30px;
	}

	.submenu {
		display: block !important;
	}

	.submenu_title {
		padding: 20px 15px
	}

	.submenu_title h2 {
		font-size: 24px
	}

	.submenu>li>a {
		padding: 15px;
	}

	.submenu .levelMenu a {
		font-size: 14px;
		padding: 12px 20px 12px 48px;
	}

	.menu_icon {
		display: none;
	}

	.padding_main {
		padding: 40px 0;
	}

	.inside_main {
		padding: 40px 0 60px
	}

	.inside_title .h2 {
		font-size: 22px
	}

	.InfoTitle {
		margin-bottom: 30px
	}

	.InfoTitle h4 {
		font-size: 22px
	}

	.InfoTitle em {
		font-size: 16px;
	}

	.InfoTitle .date span {
		padding: 0 10px;
	}

	.pager {
		margin-top: 50px;
	}

	.pager li>a,
	.pager li>span {
		padding: 8px 20px;
		margin: 0 20px
	}

	.info_Next,
	.info_Previous {
		width: 45%;
	}

	.info_Previous {
		float: left;
	}

	.info_Next {
		float: right;
		text-align: right;
	}
}

@media (min-width:992px) {
	.submenu_main {
		width: 245px;
	}

	.submenu_title {
		padding: 30px 20px
	}

	.submenu>li>a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px
	}

	.inside_title .h2 {
		font-size: 24px
	}

	.padding_main {
		padding: 50px 0;
	}

	.inside_main {
		padding: 50px 0 80px
	}

	.InfoTitle h4 {
		font-size: 24px
	}

	.InfoTitle em {
		font-size: 18px;
	}

	.InfoTitle .date {
		font-size: 14px;
	}
}

@media (min-width:1200px) {
	.submenu_title span {
		font-size: 24px
	}

	.padding_main {
		padding: 55px 0;
	}

	.inside_main {
		padding: 55px 0 80px
	}

	.pager li>a,
	.pager li>span {
		padding: 10px 25px;
		margin: 0 25px
	}
}

@media (min-width:1450px) {
	.submenu_main {
		width: 295px;
		margin-right: 50px;
	}

	.submenu_title {
		padding: 35px 25px
	}

	.submenu_title h2 {
		font-size: 30px
	}

	.pager li>a,
	.pager li>span {
		padding: 12px 35px;
		margin: 0 30px
	}
}


/* 业务领域 */
.corebusiness_row2 {
	margin: 0 !important;
}

.corebusiness_row2 .column {
	width: auto;
}

.corebusiness_row2 .column .p {
	height: 48px;
}

.corebusiness_row2 .column a {
	background: #f8f8f8
}

.corebusiness_row2 .column a:hover {
	background: #d2494b
}

.InfoContent+.corebusiness_row2 {
	margin-top: 30px !important;
}

.corebusiness_row2 .ver_column .col {
	width: 50%;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.corebusiness_row2 .ver_column .col {
		margin-bottom: 20px;
	}
}

@media (min-width:992px) {
	.corebusiness_row2 .ver_column .col {
		width: 33.333%;
	}
}

@media (min-width:1200px) {
	.corebusiness_row2 .ver_column .col {
		margin-bottom: 30px;
	}
}

/* 律师团队 */
.team_list.row {
	margin: 0 -7px;
}

.team_list.row .column {
	margin-bottom: 15px;
	padding: 0 7px;
}

.team_list.row .text {
	background: #f8f8f8;
}

.team_details .column {
	margin-bottom: 15px
}

.team_details .column+.column {
	padding-bottom: 10px
}

.team_details .inner .p {
	text-align: center;
	margin: 25px 0 20px
}

.team_details .details_btn {
	/* overflow:hidden;display:flex;flex-direction:row;justify-content:space-between; */
	margin-bottom: 20px
}

.team_details .details_btn a {
	/* float:left;width:49%; */
	text-align: center;
	font-size: 14px;
	padding: 10px 5px;
	background: #d2494b;
	border-radius: 5px;
	color: #fff;
	transition: all 0.3s;
}

.team_details .details_btn a:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.team_details .inner .p i {
	color: #e60012
}

.designer_title {
	margin-bottom: 20px
}

.designer_title h2 {
	font-size: 24px;
}

.designer_title span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.team_details .InfoContent {
	line-height: 2
}

.designer_pieces_box {
	margin-top: 30px;
	border-top: 1px #d2d2d2 solid;
	padding-top: 30px
}

.designer_pieces_box>h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.designer_pieces_box>h2 {
		font-size: 18px
	}
}

@media (min-width:768px) {}

@media (min-width:992px) {
	.team_details .column+.column {
		border-left: 1px #d2d2d2 solid;
	}

	.team_details {
		display: flex;
		flex-direction: row;
		align-items: stretch
	}
}

@media (min-width:1200px) {
	.team_list.row .column {
		width: 20%;
	}
}


/*案例中心*/
.case_list {
	margin-left: -10px;
	margin-right: -10px;
}

.case_list .column {
	margin: 15px 0;
	padding: 0 10px;
}

.case_list a {
	-webkit-transition: all .5s;
	transition: all .5s
}

.case_list .text {
	border: 1px #f3f3f3 solid;
	padding: 15px
}

.case_list .h5 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case_list a:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.case_list a:hover .h5 {
	color: #d2494b;
}

.case_form {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.case_form>form {
	position: relative;
}

.case_form .form-group {
	margin-bottom: 0;
}

.case_form .form-control {
	display: block;
	width: 310px;
	max-width: 100%;
	height: 40px;
}

.case_form .form-control:focus {
	outline: none;
	border-color: #333;
	box-shadow: none;
}

.case_form .btn {
	position: absolute;
	display: block;
	width: 60px;
	height: 100%;
	right: 0;
	top: 0;
	background: #d2494b;
	color: #fff;
	font-size: 14px;
	z-index: 3;
}

.case_form .btn[disabled],
.case_form .btn.disabled {
	opacity: 1;
	background: #ccc;
}

.case_list2 .column {
	padding: 5px 0;
}

.case_list2 a {
	padding: 15px 0;
	border-bottom: 1px solid #cecfcf;
}

.case_list2 .column:first-child>a {
	border-top: 1px solid #cecfcf;
}

.case_list2 .h5 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case_list2 .p {
	font-size: 12px;
	line-height: 1.74;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
	color: #666;
}

.case_list2 a:hover .h5 {
	color: #d2494b;
}

@media (max-width:479px) {
	.case_list .column {
		width: 100%
	}
}

@media (min-width:768px) {
	.case_list .text {
		padding: 20px
	}

	.case_form {
		justify-content: flex-end;
	}
}

@media (min-width:992px) {
	.case_list {
		margin-left: -15px;
		margin-right: -15px
	}

	.case_list .column {
		padding: 0 15px
	}
}

@media (min-width:1200px) {
	.case_list2 .h5 {
		font-size: 18px;
	}

	.case_list2 .p {
		font-size: 14px;
	}
}

/* 视频专区 */
.news_video {
	margin: 0 -7px;
}

.news_video a {
	position: relative;
	background: #f2f2f2;
	padding-bottom: 72px;
	transition: all 0.3s;
}

.news_video .column {
	padding: 0 7px;
	margin-bottom: 25px;
}

.news_video .h5 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 12px;
	font-size: 14px;
	padding: 0 10px;
	height: 48px;
	text-align: center;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news_video .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}

.news_video .mask>img {
	height: 26px;
	width: auto;
}

.news_video a:hover {
	background: #d2494b;
	color: #fff;
}

.news_video a:hover .mask {
	background: rgba(0, 0, 0, 0.6);
}

.modal-open,
.modal-open .modal {
	padding-right: 0 !important;
}

.info_modal .modal-dialog {
	width: 100%;
	height: 100%;
	max-width: 1230px;
	margin: 0 auto;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.info_modal .modal-content {
	position: relative;
	width: 90%;
	padding: 25px 15px;
	background-color: #fff;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.info_modal .modal-body {
	width: 100%;
	max-height: 70vh;
	overflow-y: auto;
	padding: 0;
}

.info_modal .modal-body .h5 {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 700;
	text-align: center;
}

.info_modal .modal-body .InfoContent video {
	width: 100%;
}

.modal-close {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 29px;
	text-align: center;
	top: -18px;
	right: -18px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.modal-close:hover {
	color: #d2494b;
}

.modal-body::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

@media (max-width:767px) {
	.pub_bg:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		left: 0;
		top: 0;
	}
}

@media (min-width:768px) {
	.modal-close {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: -20px;
		right: -20px;
	}

	.info_modal .modal-content {
		padding: 40px;
	}

	.info_modal .modal-body .h5 {
		margin-bottom: 20px;
	}

	.news_video {
		margin: 0 -10px;
	}

	.news_video .column {
		padding: 0 10px;
	}

	.news_video a {
		padding-bottom: 78px;
	}

	.news_video .h5 {
		font-size: 16px;
		padding: 0 15px;
		bottom: 15px;
	}

	.news_video .mask>img {
		height: 38px;
	}
}

@media (min-width:992px) {}

@media (min-width:1200px) {
	.news_video {
		margin: 0 -12px;
	}

	.news_video .column {
		padding: 0 12px;
	}
}


/*新闻中心*/
.news_list2 {
	margin-top: -25px
}

.news_list2 a {
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px #ebebeb solid;
	padding: 25px 0
}

.news_list2 .img {
	flex: 0 0 auto;
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.news_list2 .text {
	width: 100%;
	overflow: hidden;
	padding-left: 20px
}

.news_list2 .h5 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news_list2 .p {
	color: #666;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 0
}

.news_list2 .text>span {
	display: block;
	color: #666;
	font-family: "å¾®è½¯é›…é»‘";
	margin-top: 15px
}

.news_list2 .text>span i {
	font-size: 12px
}

.news_list2 a:hover .h5 {
	color: #d2494b
}

.news_list2 a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media (max-width:479px) {
	.news_list2 a {
		display: block
	}

	.news_list2 .img {
		width: 100%;
		margin-bottom: 15px
	}

	.news_list2 .text {
		padding-left: 0
	}
}

@media (min-width:768px) {
	.news_list2 .img {
		width: 260px;
		max-height: 160px
	}

	.news_list2 .h5 {
		font-size: 18px
	}

	.news_list2 .p {
		margin-top: 20px
	}

	.news_list2 .text>span {
		margin-top: 30px
	}
}

@media (min-width:992px) {
	.news_list2 .img {
		width: 300px;
	}

	.news_list2 .text>span {
		margin-top: 40px
	}
}


/*联系*/
.contact_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: -15px;
}

.contact_list:after,
.contact_list:before {
	display: none
}

.contact_list .column {
	margin: 15px 0
}

.contact_list a {
	height: 100%;
	padding: 20px 10px;
	display: block;
	color: #333;
	text-align: center;
	word-break: break-all;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.contact_list a .img {
	max-width: 140px;
	margin-bottom: 5px
}

.contact_list a .icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 5px auto 20px;
	position: relative
}

.contact_list a .icon img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.contact_list a .icon .iconHover,
.contact_list a:hover .icon .iconDefault {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.contact_list a:hover .icon .iconHover {
	-webkit-transform: none;
	transform: none
}

.contact_list a p {
	margin: 0;
	line-height: 1.6
}

.form_main {
	max-width: 1200px;
	margin: 0 auto;
}

.message_form {
	margin-top: -5px;
}

.message_form textarea {
	resize: none;
}

.message_form .column {
	margin: 5px 0
}

.message_form .form-control {
	height: 40px;
	color: #333;
	background-color: #FAFAFA;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none
}

.message_form .error input {
	border-color: #d2494b
}

.message_form .success input,
.message_form .tip input {
	border-color: #999
}

.message_form .error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #d2494b;
	display: none
}

.message_form textarea.form-control {
	height: auto
}

.message_form .btn {
	display: block;
	border-color: #d2494b;
	background-color: #d2494b;
	color: #fff;
	font-size: 14px;
	width: 100%;
	height: 40px;
	margin: 20px auto 0;
	outline: 0 !important;
	transition: all 0.3s;
}

.message_form .btn:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.mapRow {
	margin: 0;
}

.mapRow .column {
	padding: 0;
}

.map_contact {
	width: 100%;
	height: 100%;
	background: #262626;
	color: #fff;
	padding: 25px 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.map_contact .InfoContent {
	color: #fff;
	line-height: 1.6;
}

.map_contact .InfoContent p {
	margin-bottom: 15px;
}

.map_contact .InfoContent p:last-child {
	margin-bottom: 0;
}

.map {
	height: 260px;
	border: 1px solid #ddd;
}

.map #dituContent {
	width: 100%;
	height: 100%
}

.BMap_bubble_title {
	color: #d2494b;
	font-weight: 700;
}

.anchorBL {
	display: none;
}

@media (max-width:767px) {
	.contact_list {
		margin-left: -10px;
		margin-right: -10px
	}

	.contact_list .column {
		width: 100%;
		padding: 0 10px
	}

	.contact_list a {
		box-shadow: 0 0 10px rgba(0, 0, 0, .2)
	}

	.aboutItem .form_main {
		margin-top: 0;
	}
}

@media (min-width:768px) {
	.contact_list a {
		padding: 20px 10px
	}

	.contact_list a:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, .2)
	}

	.contact_list a .icon {
		width: 70px;
		height: 70px;
		margin-top: 15px;
		margin-bottom: 35px
	}

	.contact_list a p {
		font-size: 16px
	}

	.map_contact {
		margin-bottom: 0;
	}

	.mapRow {
		display: flex;
	}

	.map {
		height: 400px;
	}
}

@media (min-width:992px) {
	.message_form .form-control {
		height: 50px;
	}

	.message_form .btn {
		height: 50px;
		font-size: 16px;
	}

	.contact_list a {
		padding: 30px 10px
	}

	.contact_list a .icon {
		margin-bottom: 45px;
	}

	.map_contact {
		padding: 60px 30px;
	}

}

@media (min-width:1200px) {
	.contact_list a {
		padding: 40px 10px
	}

	.contact_list a .icon {
		margin-bottom: 60px;
	}

	.contact_list .column {
		width: 20%;
		margin: 0;
	}

	.map_contact .InfoContent {
		font-size: 16px;
	}

	.map_contact .InfoContent p {
		margin-bottom: 20px;
	}
}

@media (min-width:1450px) {
	.map {
		height: 500px
	}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape) {
	.contact_list .column {
		width: 50%
	}

	.contact_list .column:nth-child(3) {
		width: 100%
	}
}






/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .8s;
	transition: all .8s;
}

.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	-webkit-transition: all .8s;
	transition: all .8s;
}

.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

/*分页*/
.pagev {
	text-align: center;
	color: #666;
	clear: both;
}

.pagev span {
	line-height: 24px;
	padding: 0px 9px;
	display: inline-block;
}

.fonts {
	color: #fff;
	background-color: #625340;
	border: 1px solid #625340;
}

.pagev span a {
	background-color: #fff;
	color: #666;
	border: 1px solid #D9D9D9;
	line-height: 24px;
	padding: 0px 9px;
	display: inline-block;
	text-decoration: none;
	margin: 1.5em 0;
}

.pagev span a:hover {
	color: #fff;
	background-color: #2d9aea;
	border: 1px solid #2d9aea;
}

/*客户留言*/
.liuyanform {}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	float: left;
	width: 10%;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: right;
	margin-right: 1%;
}

.form-group input {
	line-height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	width: 70%;
	padding-left: 15px;
	font-family: "微软雅黑";
}

.form-group textarea {
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	resize: none;
	width: 70%;
	padding-left: 15px;
	font-family: "微软雅黑";
}

.form-group1 input {
	display: block;
	width: 200px;
	float: left;
	margin-left: 98px;
	line-height: 45px;
	background-color: #015AC0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑";
}


.prv_all {
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #999;
	margin-top: 40px;
}

.prv_next {
	width: 70%;
	overflow: hidden;
	float: left;
	line-height: 180%;
	margin-top: 10px;
}

.go_back {
	width: 30%;
	overflow: hidden;
	float: right;
	line-height: 180%;
	margin-top: 20px;
	text-align: right;
}

.news_aa {
	width: 90%;
	margin: 0px auto 30px auto;
	overflow: hidden;
	text-align: center;
}

.news_aa ul {
	width: 100%;
	overflow: hidden;
}

.news_aa ul li {
	height: 48px;
	width: 25%;
	float: left;
	margin-bottom: 30px;
}

.news_aa ul li a {
	width: 90%;
	margin: 0px 5%;
	padding: 0px 10px;
	height: 48px;
	border: 1px solid #CCC;
	line-height: 48px;
	margin: 10px 10px;
	float: left;
	background: #D2494B;
	color: #fff;
}

.news_aa ul li a:hover {
	display: block;
	height: 48px;
	border: 1px solid #CCC;
	line-height: 48px;
	margin: 10px 10px;
	float: left;
	background: #1B7AFF;
	color: #fff;
	font-weight: bold;
}


.bottom_f_b {
	display: none;
	width: 100%;
	height: 61px;
	position: fixed;
	/* margin-top: 45px; */
	background: #D2494B;
	bottom: 0;
	z-index: 999;
}

.bottom_f_b ul {
	display: flex;
	align-items: center;
}

.bottom_f_b ul li {
	width: 50%;
	text-align: center;
}

.bottom_f_b ul li img {
	margin: 3px auto;
}

.bottom_f_b ul li p {
	font-size: 14px;
	color: #fff;
}

@media (max-width:767px) {
	.bottom_f_b {
		display: block;
	}

	.news_aa ul li {
		width: 48%;
		margin: 10px 2px;
	}

	.news_aa {
		width: 100%;
	}

	.news_aa ul li a {
		width: 100%;
		padding: 0 1px;
		margin: 10px 0px;
	}

}