﻿@charset "utf-8";

/* css setting start */
.sec-wrap,
.sec-header,
.sec-content,
.sec-footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.pc-br {
	display: block;
}

.mo-br {
	display: none;
}

/******************************************** contents ********************************************/
.dv-conts-wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.inner {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

/******************************************** header ********************************************/
.sec-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	transition: all ease .6s;
	background: rgba(255, 255, 255, .9);
}

.sec-header.gray .logo img {
	height: 40px;
}

/* .sec-header.gray {
	background: rgb(35 36 41 / 0%);
} */

.sec-header.hide {
	transform: translateY(-100%);
}

.sec-header .hd-inner {
	padding: 20px 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 2;
}

.sec-header .logo img {
	display: block;
	height: 46px;
	transition: all ease .3s;
}

.sec-header .logo .img2 {
	display: none;
}

.sec-header nav ul {
	display: flex;
	color: #174b87;
	margin-right: 3rem;
}

.sec-header nav ul li {
	margin: 0 1.5rem;
}

.sec-header nav ul li a {
	color: #174b87;
	font-weight: bold;
	letter-spacing: 2px;
}

.sec-header.active .logo .img1 {
	display: none;
}

.sec-header.active .logo .img2 {
	display: block;
	height: 62px;
	padding-top: 2%;
}

.sec-header .hd-right {
	color: #fff;
	display: flex;
	align-items: center;
}

.sec-header .nav-btn {
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.sec-header .nav-btn span {
	display: block;
	width: 30px;
	height: 3px;
	background: #174b87;
	transition: transform ease .3s;
}

.sec-header .nav-btn span:nth-child(2) {
	margin: 8px 0;
}

.sitemap {
	background: url(../images/bgss.jpg) no-repeat center/cover;
	position: fixed;
	top: -100%;
	right: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 0 10%;
	transition: all ease .6s;
}

.sitemap::before {
	content: '';
	background: rgba(255, 255, 255, 0.86);
	position: absolute;
	top: 0%;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.sitemap a {
	color: #fff;
}

.nav {
	width: 100%;
	opacity: 0;
	transition: opacity ease .3s;
	padding-top: 4%;
}

.nav>ul>li {
	position: relative;
	width: 100%;
	margin: 18px 0;
	overflow: hidden;
	z-index: 3;
}

.nav>ul>li>a {
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
	/* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;  */
	color: #232429;
	transition: transform ease .7s;
}

.nav>ul>li>ul>li {
	margin-right: 40px;
}

.nav>ul>li>ul>li>a {
	color: #232429;
	opacity: 0.8;
	position: relative;
	transition: all ease .3s;
}

.nav-link {
	position: absolute;
	right: 15%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	padding: 30px 40px 120px;
	z-index: 3;
}

.nav-link:after {
	content: '';
	width: 1px;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #999;
	transition: all ease .6s;
}

.nav-link a {
	margin: 0 0 20px;
	color: #232429;
	opacity: 0;
	transition: all ease .6s;
	line-height: 1;
	width: 32px;
}

.nav-link a:hover {
	opacity: 1;
}

/* pc */
.nav-pc .nav>ul>li>ul {
	position: absolute;
	left: 430px;
	top: 30px;
	font-size: 20px;
	display: flex;
	align-items: center;
	width: calc(100% - 350px);
	transition: all ease .3s;
	opacity: 0;
}

.nav-pc .nav>ul>li>ul>li>a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #01468b;
	position: absolute;
	right: 0;
	bottom: -6px;
	transition: all ease .3s;
}

.nav-pc .nav>ul>li>ul>li>a:hover:before {
	width: 100%;
	right: auto;
	left: 0;
}

.nav-pc .nav>ul>li>ul>li>a:hover {
	color: #01468b;
}

.nav-pc .nav>ul>li>a {
	opacity: 0;
	transform: translateY(80px);
}

.nav-pc .nav>ul>li:hover>ul {
	left: 360px;
	opacity: 1;
}

.nav-pc .nav>ul>li:hover>a {
	color: #01468b;
	text-shadow: none;
}


/* mobile */
.nav-mo .nav>ul>li>ul {
	display: none;
}

.nav-mo .nav-link {
	position: relative;
	width: 100%;
	right: auto;
	left: 0;
	margin-top: 30px;
	padding: 0 30px 30px;
}

.nav-mo .sitemap {
	overflow-y: auto;
	align-items: start;
	flex-direction: column;
	justify-content: space-between;
}

.nav-mo.active .sitemap {
	padding: 50px 10% 0;
}

.nav-mo.active .logo {
	display: none;
}

.nav-mo.active .hd-inner {
	justify-content: end;
}

.nav-mo.active.white .nav-btn span {
	background: #fff
}


/* active */
.sec-header.active nav {
	display: none;
}

.sec-header.active .nav {
	opacity: 1;
}

.sec-header.active .sitemap {
	top: 0;
}

.sec-header.active .nav-btn {
	padding-top: 15px;
}

.sec-header.active .nav-btn span {
	margin: -3px 0;
}

.sec-header.active .nav-btn span:nth-child(1) {
	transform: rotate(45deg);
}

.sec-header.active .nav-btn span:nth-child(2) {
	display: none;
}

.sec-header.active .nav-btn span:nth-child(3) {
	transform: rotate(-45deg);
}

.sec-header.active .nav>ul>li>a {
	transform: translateY(0);
	transition-delay: .5s;
	opacity: 1;
}

.sec-header.active .nav-link a {
	opacity: .7;
	transition-delay: 1.4s;
}

.sec-header.active .nav-link:after {
	height: 100%;
	transition-delay: 1s;
}

/* .sec-header.active.black .nav-btn span {
	background: #fff;
} */



/******************************************** footer ********************************************/
.sec-footer .fp-tableCell {
	padding-top: 0;
}

.sec-footer {
	background: #1b1b1b;
	color: #fff;
	padding-bottom: 40px;
}

.sec-footer .ft-top {
	border-bottom: 1px solid #333;
	padding: 25px 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.sec-footer .ft-top .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec-footer .ft-link {
	line-height: 1.6;
	font-size: 14px;
	width: 44%;
	padding-left: 70px;
	position: relative;
}

.sec-footer .ft-link span {
	position: absolute;
	left: 0;
	top: 0;
}

.sec-footer .ft-link a {
	color: #fff;
	margin-left: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sec-footer .ft-link a:hover {
	color: rgba(255, 255, 255, .8);
}

.sec-footer .ft-logo img {
	height: 42px;
	vertical-align: top;
}

.sec-footer p {
	opacity: .5;
	font-size: 15px;
	line-height: 2;
}

.sec-footer p a {
	color: #fff;
	line-height: 2;
}

.sec-footer p span {
	font-weight: 100;
	margin: 0 10px;
}

.sec-footer p.copy {
	opacity: 1;
	margin-top: 30px;
	font-size: 14px;
}

.sec-footer p.copy a {
	margin-left: 20px;
}

.sec-footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec-footer .inner .rr {
	text-align: center;
	font-size: 14px;
}

.sec-footer .inner .rr img {
	height: 120px;
	display: block;
	margin: 0 auto 8px;
}

/******************************************** sub ********************************************/

.sub-visual {
	width: 100%;
	height: 670px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub-visual-tit {
	width: 100%;
	color: #fff;
}

.sub-visual-tit h1 {
	font-size: 60px;
	letter-spacing: 6px;
	font-weight: 600;
	overflow: hidden;
	margin-top: 3%;
}

.sub-visual-tit p {
	font-size: 19px;
	color: rgba(255, 255, 255, .6);
	overflow: hidden;
}

.sub-visual-tit p span>span {
	vertical-align: baseline;
	color: #174b87;
}

.sub-nav {
	background: #232429;
	height: 80px;
	max-width: 1400px;
	margin: -40px auto 40px;
	color: #fff;
	display: flex;
	font-size: 16px;
	display: none;
}

.sub-nav h2 {
	line-height: 80px;
	font-weight: 400;
}

.sub-nav .home {
	width: 80px;
	background: url('../images/home.png') no-repeat center center;
}

.sub-nav>div:not(.home) {
	width: 224px;
	padding: 0 30px;
	position: relative;
	background: url('../images/jt.png') no-repeat center right 30px;
	cursor: pointer;
}

.sub-nav>div:not(.home):after {
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.sub-nav ul {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: none;
}

.sub-nav ul li:hover {
	background: #f8f8f8;
}

.sub-nav ul li a {
	display: flex;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #eee;
	padding: 0 30px;
}

@media screen and (min-width:821px) {
	.history-fullpage .sub-nav ul {
		width: 200%;
	}

	.history-fullpage .sub-nav ul li {
		width: 50%;
		float: left;
		border-right: 1px solid #eee;
	}
}

.sub-tit {
	margin: 100px 0 80px;
	text-align: center;
}

.sub-tit h3 {
	font-size: 42px;
	letter-spacing: 4px;
	color: #111;
}

.sub-tit .message {
	margin-top: 10px;
}

.sub-tit .message .sub-txt h4 {
	font-size: 36px;
	color: #111;
}

.sub-tit .message .sub-txt h4 span {
	vertical-align: baseline;
	color: #174b87
}

.sub-tit .message .sub-txt p {
	color: #666666;
	font-size: 20px;
	margin-top: 10px;
}

.sub-txt {
	margin-bottom: 50px;
}

.sub-txt h3 {
	font-size: 32px;
	line-height: 1.6;
	color: #111;
}

.sub-txt p {
	font-size: 20px;
	color: #174b87;
	font-weight: 600;
	margin-bottom: 20px;
}

.cpn-power .sub-txt h3 span {
	vertical-align: baseline;
}

.sub-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.sub-tabs li {
	width: 190px;
	margin: 0 5px;
}

.sub-tabs li a {
	display: block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #111;
	font-weight: 500;
	border: 1px solid #ddd;
}

.sub-tabs li.active a {
	background: #174b87;
	border-color: #174b87;
	color: #fff;
}


.list-btn {
	font-size: 18px;
	letter-spacing: 2px;
	color: #174b87;
	border: 2px solid #174b87;
	display: block;
	width: 100%;
	max-width: 200px;
	padding: 15px 0;
	text-align: center;
	font-weight: 600;
	margin: 80px 0;
	position: relative;
}

.list-btn span {
	position: relative;
	z-index: 2;
	transition: all ease .3s;
}

.list-btn:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #174b87;
	transition: all ease .3s;
}

.list-btn:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.list-btn:hover span {
	color: #fff;
}


/* 简介 */
.cpn-top {
	width: 100%;
	color: #1a1a1a;
	background: #fff;
	padding: 200px 0 80px;
}

.cpn-top h2 {
	font-size: 140px;
	line-height: 1;
	font-family: 'title';
}

.cpn-top h3 {
	font-size: 56px;
	line-height: 1;
	margin-top: 2.5%;
	letter-spacing: 6px;
}

.cpn-top ul {
	display: flex;
	margin-top: 4%;
}

.cpn-top ul li {
	margin-right: 20px;
	background: #f1f1f1;
	padding: 10px 30px;
	border-radius: 30px;
}

.cpn-top ul li.active a {
	color: #174b87;
	font-family: "title";
}

.cpn-visual {
	position: relative;
	background-color: #f9f7f8
}

.cpn-bg {
	width: 100%;
	height: 100vh;
	position: relative;
}

.cpn-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cpn-grd {
	background-image: linear-gradient(0deg, #f9f7f8, transparent);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.cpn-cont {
	z-index: 2;
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%
}

.cpn-cont .cpn-txt {
	color: #fff;
	width: 50%;
}

.cpn-cont h3 {
	font-size: 46px;
	line-height: 1.4;
	margin-bottom: 50px;
}

.cpn-cont p {
	font-size: 16px;
	margin: 15px 0;
	text-indent: 2em;
	line-height: 2;
}

.cpn-cont p small {
	font-size: 16px;
	opacity: .8;
}

.cpn-power {
	padding: 160px 0 100px;
	background-color: #f9f7f8
}

.cpn-power ul {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cpn-power ul li {
	text-align: center;
	width: 25%;
	padding: 20px;
	margin-bottom: 50px;
}

.cpn-power ul li .icon {
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 3px 3px 30px 3px rgb(209 208 208 / 10%);
	border-radius: 50%;
	background: #fff;
	transition: all ease .3s;
}

.cpn-power ul li .animCounter {
	font-size: 55px;
	color: #111;
	font-weight: 500;
}

.cpn-power ul li p {
	font-size: 18px;
	color: #888;
	transition: all ease .3s;
}

.cpn-power ul li:hover .icon {
	background: #174b87;
}

.cpn-power ul li:hover .icon img {
	filter: brightness(0) invert(1);
}

.cpn-power ul li:hover p:last-child {
	font-weight: bold;
	color: #000;
}



/* 合作伙伴 */
.greeting .greeting_cont {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8%;
}

.greeting .sub-txt p {
	font-size: 30px;
}

.greeting .message {
	width: 52%;
	padding: 50px 50px 100px 60px;
}

.greeting .message .txt p {
	font-size: 16px;
	line-height: 2;
	margin: 10px 0;
	text-align: justify;
}

.greeting .ceo-img {
	width: 45%;
	padding: 40px 100px 0 0;
	text-align: right;
	background: url('../images/about4_bg.png') no-repeat right bottom / auto 100%;
	display: flex;
	align-items: end;
	justify-content: center;
}

.greeting .ceo-img img {
	vertical-align: top;
}


/* 荣誉资质 */
.leaders .leaders_cont>ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.leaders .leaders_cont>ul>li {
	margin-right: 3%;
	width: 31.3%;
	text-align: center;
	margin-bottom: 4%;
}

.leaders .leaders_cont>ul>li:nth-child(3n) {
	margin-right: 0;
}

.leaders .leaders_cont p {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0;
	transition: all 0.3s linear;
}

.leaders .leaders_cont ul li:hover p {
	color: #174b87;
}

.leaders_img {
	position: relative;
}

.leaders_img span {
	width: 100%;
}

.leaders_img img {
	width: 100%;
	vertical-align: top;
}

@media screen and (max-width:1500px) {
	.nav>ul>li>ul>li {
		margin-right: 20px;
	}

	.nav-pc .nav>ul>li>ul {
		width: calc(100% - 200px);
		top: 15px;
	}
	.nav-pc .nav>ul>li:hover>ul {
		left: 250px;
	}
	.nav-link {
		padding: 30px 40px 30px;
	}
	.cpn-power ul{
		max-width: 90%;
	}
}


	.leader-view .leader-wide {
		height: 500px;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	/* 律师详情 */
	.lawyers {
		padding-bottom: 3%;
	}

	.lawyers .sub-tit h3 {
		color: #174b87;
	}

	.lawyers .sub-tit p {
		font-size: 20px;
		color: #333;
	}

	.leader-view .leader-history {
		display: flex;
		flex-wrap: wrap;
		padding: 0 10%;
		justify-content: space-between;
	}

	.leader-view .leader-name {
		width: 40%;
	}

	.leader-view .leader-name p {
		color: #111;
		font-size: 30px;
		font-weight: 600;
		margin: 20px 0;
	}

	.leader-view .leader-name b {
		display: block;
		font-size: 22px;
		padding-left: 10px;
	}

	.leader-view .leader-profile {
		width: 55%;
	}

	.leader-view .leader-profile h4 {
		font-size: 23px;
		margin: 20px 0;
		color: #111;
	}

	.leader-view .leader-profile p {
		font-size: 16px;
		margin: 5px 0;
		line-height: 1.8;
		color: #333;
	}

	.leader-view .leader-profile h4:not(:first-child) {
		margin-top: 80px;
	}

	.leader-view .leader-profile ul {
		display: flex;
		flex-wrap: wrap;
	}

	.leader-view .leader-profile ul li {
		padding: 3px 10px;
		position: relative;
		width: 50%;
	}

	.leader-view .leader-profile ul li:after {
		content: '';
		width: 3px;
		height: 3px;
		background: #333;
		position: absolute;
		left: 0;
		top: 13px;
	}

	.lawyers .barss {
		padding: 3% 0 0;
		border-top: 1px solid #666;
		margin-top: 8%;
	}

	.lawyers .barss h4 {
		font-size: 23px;
		margin: 20px 0;
		color: #111;
	}

	.lawyers .barss p {
		font-size: 15px;
		margin: 8px 0;
		line-height: 1.8;
		color: #333;
	}


	/* 发展历程 */
	.hs-list01 {
		padding-bottom: 8%;
	}

	.hs-cont {
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
	}

	.hs-list {
		transform: translateX(0);
		opacity: 1;
		transition-delay: .8s;
	}

	.hs-list .hs-tit {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 30px;
		margin-bottom: 50px;
	}

	.hs-list .hs-tit strong {
		font-size: 80px;
		line-height: 1.2;
		color: #333;
		font-weight: 600;
	}

	.hs-list .hs-tit strong small {
		font-size: 50px;
		vertical-align: baseline;
	}

	.hs-list {
		width: 38%;
	}

	.hs-list li {
		margin: 20px 0;
		padding-left: 100px;
		position: relative;
	}

	.hs-list li b {
		position: absolute;
		left: 0;
		font-size: 23px;
		color: #333;
		top: 0;
		line-height: 1;
		font-weight: 600;
	}

	.hs-list li p {
		color: rgba(0, 0, 0, 0.6);
		font-size: 15px;
		margin: 0 0 5px;
		line-height: 1.8;
	}

	.hs-img {
		width: 53%;
		transition: all ease .8s;
	}

	/* 新闻中心 */
	.srboardList {
		padding-bottom: 8%;
	}

	.srboardList .listTable ul {
		border-top: 2px solid #111;
	}

	.srboardList .listTable ul li {
		border-bottom: 1px solid #ddd;
		padding: 60px;
		position: relative;
	}

	.srboardList .listTable ul li:after {
		content: '';
		width: 0;
		height: 2px;
		position: absolute;
		right: 0;
		bottom: -1px;
		background: #174b87;
		transition: all ease .3s;
	}

	.srboardList .listTable ul li:hover:after {
		width: 100%;
		right: auto;
		left: 0;
	}

	.srboardList .listTable ul li a .title {
		height: 105px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100% - 340px);
	}

	.srboardList .listTable .title h3 {
		font-size: 24px;
		margin: 0 0 15px;
		color: #111;
		line-height: 1.2;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
	}

	.srboardList .listTable .title p {
		font-size: 17px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
	}

	.srboardList .listTable p.date {
		font-size: 16px;
		color: #aaa;
		margin: 20px 0 0;
	}

	.srboardList .listTable .thumb {
		width: 300px;
		height: 200px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		right: 40px;
		top: 30px;
		opacity: 0;
		transition: all ease .3s;
	}

	.srboardList .listTable ul li:hover .thumb {
		opacity: 1;
		right: 60px;
	}

	.srboardTop .total {
		color: #111;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 3%;
		text-align: center;
	}

	.srboardTop .total span {
		vertical-align: baseline;
		color: #174b87;
		font-weight: bold;
	}

	.pager {
		width: 100%;
		margin: 3% auto 0;
		text-align: center;
		display: inline-block;
	}

	.pager-body {
		display: inline-block;
	}

	.pager-body a {
		width: 33px;
		height: 40px;
		line-height: 38px;
		color: #777777;
		font-size: 16px;
		font-weight: 500;
		float: left;
		margin: 0 2px;
		display: block;
		box-sizing: border-box;
		position: relative;
	}

	.pager-body a img {
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.pager-body a.on {
		color: #111;
		border: none;
		line-height: 40px;
		border-bottom: 2px solid #174b87
	}

	/* 新闻详情 */
	.newsd_t1 h3 {
		font-size: 32px;
		padding: 0 10%;
		letter-spacing: 1px;
		line-height: 1.6;
		box-sizing: border-box;
	}

	.srboardView {
		padding-bottom: 10%;
	}

	.srboardView .viewArea .viewTitle {
		padding: 0px 50px 40px;
		border-bottom: 1px solid #ddd;
		display: flex;
		justify-content: space-between;
		margin-bottom: 4%;
	}

	.srboardView .viewArea .viewTitle p {
		font-size: 16px;
		color: #999;
		line-height: 1.6
	}

	.srboardView .viewCont p {
		font-size: 17px;
		line-height: 1.8;
		margin: 20px 0;
		color: #555;
	}

	.srboardView .bottomBtn {
		width: 180px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.srboardView .bottomBtn .btnList {
		color: #174b87;
		border: 2px solid #174b87;
		display: block;
		height: 60px;
		line-height: 54px;
		font-size: 16px;
		font-weight: 600;
	}

	.srboardView .bottomBtn .btnList:hover {
		background-color: #174b87;
		color: #fff;
		transition: all 0.5s;
	}

	.srboardView .preViewTitle {
		margin-top: 5%;
		position: relative;
	}

	.srboardView .preViewTitle dl {
		position: absolute;
		right: 0;
		opacity: .5;
		max-width: 40%;
	}

	.srboardView .preViewTitle dl.left {
		right: auto;
		left: 0;
	}

	.srboardView .preViewTitle dl.right {
		text-align: right;
	}

	.srboardView .preViewTitle dl dt {
		font-size: 16px;
		color: #111;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.srboardView .preViewTitle dl dt.prev:before {
		content: "←";
		padding: 0 25px 0 0;
	}

	.srboardView .preViewTitle dl dt.next:after {
		content: "→";
		padding: 0 0 0 25px;
	}

	.srboardView .preViewTitle dl dd {
		line-height: 1.6;
		font-size: 16px;
		color: #111;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.srboardView .preViewTitle dl dd>a {
		color: #333;
	}

	.srboardView .preViewTitle dl:hover {
		opacity: 1;
	}

	/* brochure */
	.brochure {}

	.bro-cont {
		position: relative;
		padding: 80px 0 0;
		margin-bottom: 150px;
	}

	.bro-cont:after {
		content: '';
		width: 100%;
		height: 41%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		background: url('/images/sub/brochure_bg.jpg') no-repeat center center / cover;
	}

	.bro-cont .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.bro-cont .bro-img {
		width: 40%;
	}

	.bro-cont .bro-img img {
		box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.05);
	}

	.bro-cont .bro-txt {
		width: 60%;
		padding: 70px 100px 60px 60px;
	}

	.bro-cont .bro-txt b {
		display: block;
		font-weight: 400;
		font-size: 19px;
		color: #fff;
		opacity: .7;
		margin-bottom: 20px;
	}

	.bro-cont .bro-txt h4 {
		font-size: 38px;
		line-height: 1.3;
		color: #fff;
		text-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
	}

	.bro-cont .bro-txt h4 span {
		line-height: 1.3;
		vertical-align: baseline;
		color: #174b87;
	}

	.bro-cont .bro-txt p {
		line-height: 1.8;
		font-weight: 500;
	}

	.bro-cont .bro-box {
		margin-top: 110px;
	}

	.bro-cont .bro-box img {
		margin-bottom: 10px;
	}

	.bro-cont .bro-btn {
		margin: 60px 0 0;
	}

	.bro-cont .bro-btn a {
		display: inline-block;
		color: #174b87;
		border: 2px solid #174b87;
		height: 60px;
		line-height: 56px;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		padding: 0 50px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.bro-cont .bro-btn a img {
		vertical-align: middle;
		margin: -2px 0 0 10px;
	}




	/* 联系我们 */
	.contactus .sub-tit .message .sub-txt h4 {
		font-size: 22px;
		line-height: 1.7;
		color: #666;
		font-weight: normal;
	}

	.contactus .required {
		display: inline-block;
		color: #174b87;
		font-size: 18px;
		margin-left: 5px;
		vertical-align: top;
		font-weight: 500;
	}

	.contactus .contactus-cont {
		padding-bottom: 150px;
	}

	.contactus .contactus-cont input[type=text] {
		width: 100%;
		height: 100%;
		border: none;
		font-size: 18px;
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		-webkit-transition: all 0.30s ease-in-out;
		color: #afafaf;
		font-weight: 500;
	}

	.contactus .contactus-cont input[type=text]:focus,
	.contactus .contactus-cont input[type=text]::placeholder {
		font-weight: 500;
		color: #afafaf;
		outline: none;
	}

	.contactus .contactus-cont textarea {
		width: 100%;
		padding: 40px;
		font-size: 18px;
		background: none;
		height: 200px;
	}

	.contactus .contactus-cont textarea::placeholder {
		font-weight: 500;
		color: #afafaf;
	}

	.contactus .contactus-cont .send-btn {
		text-align: center;
	}

	.contactus .contactus-cont .send-btn button {
		display: inline-block;
		padding: 20px 70px;
		border: 2px solid #174b87;
		color: #174b87;
		font-weight: 600;
		transition: all ease 0.3s;
		background: none;
	}

	.contactus .contactus-cont .send-btn button:hover {
		background-color: #174b87;
		color: #fff;
	}

	.contactus .contactus-form {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactus .contactus-form dl {
		margin-bottom: 75px;
		width: 48%;
	}

	.contactus .contactus-form dl dt {
		font-size: 20px;
		color: #111;
		font-weight: 700;
		position: relative;
		margin-bottom: 20px;
	}

	.contactus .contactus-form dl.email dd {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactus .contactus-form dl.content {
		width: 100%;
	}

	.contactus .information {
		background: url('../images/contact_bg.jpg') no-repeat center center / cover;
	}

	.contactus .information .inner {
		padding: 150px 0 125px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

	.contactus .information .sub-tit {
		margin: 50px 0;
		text-align: left;
	}

	.contactus .information .sub-tit h3 {
		font-size: 32px;
		color: #fff;
		font-weight: 600;
		line-height: 1;
	}

	.contactus .information .sub-tit h3 strong {
		display: block;
		font-size: 56px;
		color: #fff;
		font-weight: 600;
		line-height: 1;
		margin-top: 25px;
		font-family: 'title';
	}

	.contactus .information .sub-tit p {
		margin-top: 30px;
		font-size: 18px;
		letter-spacing: 2px;
		color: #fff;
		opacity: 0.7;
		font-weight: 500;
		line-height: 1.8;
	}

	.contactus .information .field {
		width: 35%;
	}

	.contactus .information .field dl {
		display: flex;
		color: #fff;
		padding: 32px 60px;
		border: 1px solid #999999;
		margin: 10px 0;
	}

	.contactus .information .field dl dd {
		font-weight: 300;
		font-size: 16px;
	}

	.contactus .information .field dl dd p {
		line-height: 1.8;
		margin: 10px 0;
	}



	/* 专业领域 */
	.service .design-value {
		background-color: #fff;
		padding: 160px 0;
	}

	.service .design-value h3 {
		font-size: 33px;
		color: #111;
		margin-bottom: 40px;
		font-weight: 700;
	}

	.service .design-value .value-content {
		text-align: right;
		position: relative;
	}

	.service .design-value .value-left {
		position: absolute;
		top: 0;
		transition: all ease .3s;
	}

	.service .design-value .value-left.fixed {
		position: fixed;
		top: 120px
	}

	.service .design-value .value-left ul {
		padding-left: 40px;
		margin-top: 80px;
	}

	.service .design-value .value-left ul li {
		line-height: 3;
	}

	.service .design-value .value-left ul li span {
		font-size: 17px;
		color: #999;
		font-weight: 500;
	}

	.service .design-value .value-left ul li span b {
		padding-left: 20px;
		position: relative;
	}

	.service .design-value .value-left ul li span b::before {
		position: absolute;
		content: '';
		width: 1px;
		height: 15px;
		display: inline-block;
		background-color: #dddddd;
		left: 10px;
		top: 1px;
	}

	.service .design-value .value-left ul .on span {
		color: #174b87;
		position: relative;
	}

	.service .design-value .value-left ul .on span::before {
		position: absolute;
		content: '';
		width: 25px;
		height: 2px;
		display: inline-block;
		background-color: #174b87;
		top: 11px;
		left: -40px;
	}

	.service .design-value .value-left ul .on span b::before {
		position: absolute;
		content: '';
		width: 1px;
		height: 15px;
		display: inline-block;
		background-color: #efe0e0;
		left: 10px;
		top: 1px;
	}

	.service .design-value .value-right {
		text-align: left;
		max-width: 920px;
		margin-left: auto;
	}

	.service .design-value .value-right ul li .value-desc {
		margin-top: 30px;
		margin-bottom: 100px;
	}

	.service .design-value .value-right ul li .value-desc b {
		font-size: 26px;
		color: #111;
		font-weight: 800;
		margin-bottom: 10px;
		display: inline-block;
	}

	.service .design-value .value-right ul li .value-desc p {
		line-height: 1.8;
		font-size: 16px;
		color: #666;
		font-weight: 500;
		position: relative;
		padding-left: 15px;
		margin: 3px 0;
	}

	.service .design-value .value-right ul li .value-desc p::before {
		content: '';
		position: absolute;
		left: 0;
		top: 11px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #888;
	}

	.service .design-value .value-right ul li:last-child .value-desc {
		margin-bottom: 0;
	}




	/* 律师团队 */
	/* 左侧小导航 */
	.service #bim-fp-nav {
		position: fixed;
		z-index: 2;
		top: 50%;
		left: 65px;
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 0;
		transition: all 0.3s;
		border-left: 1px solid #ddd;
	}

	.service #bim-fp-nav.active-bar {
		opacity: 1;
	}

	.service #bim-fp-nav.active-bar {
		position: fixed;
		left: 70px;
		top: 50%;
		border-left: 1px solid #ddd;
		display: none;
	}

	.service #bim-fp-nav.active-bar.on {
		display: block;
	}

	.service #bim-fp-nav ul li {
		position: relative;
		width: 150px;
		margin: 15px 0;
	}

	.service #bim-fp-nav ul li a {
		display: block;
		position: relative;
		width: 100%;
		height: 20px;
		box-sizing: border-box;
		left: -2px;
	}

	.service #bim-fp-nav ul li.on .fp-tooltip {
		color: #174b87;
		font-weight: 500;
		font-family: 'title';
	}

	.service #bim-fp-nav ul li .fp-tooltip {
		position: absolute;
		overflow: hidden;
		left: 20px;
		top: 0;
		line-height: 20px;
		letter-spacing: 0;
		font-size: 14px;
		color: #787878;
		text-align: right;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		cursor: pointer;
		text-transform: uppercase;
		z-index: -1;
	}

	.active-bar .line {
		position: absolute;
		top: 0;
		left: -1px;
		background-color: #174b87;
		width: 1px;
		height: 30%;
		border-left: 1px solid #174b87;
		display: block;
		transition: all 1s;
	}

	.active-bar .line::before {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #174b87;
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* 4个律师团队 */
	.service .bim {
		background-color: #fff;
	}

	.service .bim .rank {
		margin-top: 50px;
	}

	.service .bim .rank li {
		display: flex;
		margin-bottom: 100px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.service .bim .rank li>div {
		width: 50%;
	}

	.service .bim .rank li .bim-desc {
		padding: 1% 0 0 5%;
	}

	.service .bim .rank li .bim-desc h5 {
		font-size: 27px;
		color: #111;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.service .bim .rank li .bim-desc p {
		font-size: 16px;
		color: #666;
		font-weight: 500;
		padding: 6px 0;
		line-height: 1.8;
		text-align: justify;
	}

	/* 律师风采*/
	.service .eco-construct {
		padding: 60px 0 60px;
		background-color: #f9f9f9;
	}

	.service .eco-construct h6 {
		font-size: 27px;
		color: #111;
		font-weight: 700;
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.service .eco-construct h3 {
		font-size: 27px;
		color: #111;
		font-weight: 700;
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.service .eco-construct ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 3%;
	}

	.service .eco-construct ul li {
		margin-right: 3%;
		width: 22.6%;
		text-align: center;
		margin-bottom: 40px;
		letter-spacing: 1px;
	}

	.service .eco-construct ul li:nth-of-type(4n) {
		margin-right: 0;
	}

	.service .eco-construct ul li p {
		padding: 10px 0;
		font-size: 19px;
		color: #111;
		font-weight: 600;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.service .eco-construct ul li:hover p {
		color: #174b87;
	}
	/* 案例 */
	.cases{
		padding: 160px 0;
		background: #f9f9f9;
	}
	.cases dl{
		display: flex;
		flex-wrap: wrap;
	}
	.cases dl dd{
		margin-right: 20px;
		background: #f1f1f1;
		padding: 10px 30px;
		border-radius: 30px;
		cursor: pointer;
	}
	.cases dl dd span {
		font-size: 17px;
		color: #999;
		font-weight: 500;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s linear;
		letter-spacing: 1px;
	}
	.cases dl dd.on span {
		color: #174b87;
		font-family: "title";
	}
	.cases dl dd:hover span {
		color: #174b87;
	}
	.cases ul{
		display: flex;
		flex-wrap: wrap;
		margin-top: 2%;
	}
	.cases ul li{
		width: 31.3%;
		margin-right: 3%;
		margin-top: 3%;
		background: #fff;
		padding: 3%;
		border-radius: 10px;
		box-sizing: border-box;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	}
	.cases ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.cases ul li h6{
		font-size: 14px;
		margin-bottom: 30px;
		letter-spacing: 1px;
		opacity: 0.6;
		font-weight: normal;
	}
	.cases ul li h5{
		font-size: 16px;
		color: #174b87;
	}
	.cases ul li h3{
		font-size: 18px;
		margin: 5px 0 10px;
		color: #1a1a1a;
	}
	.cases ul li p{
		font-size: 14px;
		color: #666;
		line-height: 1.8;
		height: 5.4;
		overflow: hidden;
		word-break: break-all;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	/* 兼容 */
@media all and (max-width:1600px) {
	.sec-header .logo img,.sec-header.gray .logo img {
		height: 42px;
	}
}
	@media (max-width: 1580px) {
		.sec-header nav ul li {
			margin: 0 1rem;
		}
		.nav{
			padding-top: 3%;
		}
		.nav>ul>li>a{
			font-size: 40px;
		}
	}
	@media all and (max-width:1400px) {
		.sec-header .logo img,.sec-header.gray .logo img {
			height: 34px;
		}
		.sec-header nav ul li{
			margin: 0 0.6rem;
		}
		.sec-header nav ul{
			margin-right: 2rem;
		}
	}
	@media (max-width: 1280px) {

		/* value */
		.value .durae {
			margin-bottom: 119px;
			margin-top: -25px;
		}

		.value .durae .svg {
			top: 42%;
			transform: translateY(-50%);
		}

		/* service */
		.service .main-task .table-task ul {
			width: calc(100% - 109px);
		}



		/* esg */
		.esg .safety-cont .safety-sec03 .composition .top-cont .left-circle li {
			width: 170px;
			height: 170px;
		}

		.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li {
			width: 210px;
			height: 210px;
		}

		.esg .safety-cont .safety-sec03 .composition .top-cont .right-circle li b {
			font-size: 20px;
		}
	}

	@media(max-width:1024px) {
		.nav{
			padding-top: 0;
		}
		/* service */
		.service .main-task .table-task ul {
			width: calc(100% - 101px);
		}

		.service .management-cont .process ul li {
			width: 50%;
		}

		/* esg */
		.society-cont .society-sec01 .box {
			flex-direction: column;
		}

		.society-cont .society-sec02 .box {
			flex-direction: column-reverse;
		}

		.society-cont .society-sec04 .box {
			flex-direction: column-reverse;
		}

		.society-cont .society-sec01 .box .society-img {
			margin: 0 auto;
		}

		.society-cont .society-sec01 {
			background: none;
			padding: 0;
		}

		.society-cont .society-sec02 {
			padding: 0;
			;
		}

		.society-cont .society-sec04 {
			padding: 0;
			padding-bottom: 100px;
		}

		.society-cont .society-sec01 .box .society-desc {
			padding: 70px 0;
			margin: 0 auto;
		}


	}

	@media screen and (max-width:820px) {

		.pc-img {
			display: none;
		}

		.mo-img {
			display: block;
		}



		/* header */
		.sec-header .logo {
			height: 32px;
		}

		.sec-header .hd-inner {
			padding: 20px 4%
		}

		.sec-header .lang {
			margin-right: 30px
		}

		.sitemap {
			background-position: right bottom 10%;
		}

		.nav>ul>li>a {
			font-size: 40px;
			text-indent: 5px;
		}

		.nav>ul>li>ul>li>a {
			font-size: 18px;
			padding: 7px 14px;
			display: block;
			color: #fff;
		}


		/* footer */
		.sec-footer {
			padding-bottom: 40px;
		}

		.sec-footer .ft-top {
			margin-bottom: 25px;
		}

		.sec-footer .ft-top .inner {
			flex-wrap: wrap;
		}

		.sec-footer .ft-link {
			margin-top: 20px;
		}

		.sec-footer .ft-link a {
			margin-right: 20px;
			margin-left: 0;
		}



		/* sub */
		.sub-tit {
			margin: 60px 0 40px;
		}

		.sub-tit h3 {
			font-size: 36px;
		}

		.sub-txt {
			margin-bottom: 30px;
		}

		.sub-txt h3 {
			font-size: 30px;
		}

		.sub-txt h3 br {
			display: none;
		}

		.sub-visual {
			height: 300px;
		}

		.sub-visual-tit h1 {
			font-size: 50px;
		}

		.sub-visual-tit p {
			font-size: 18px;
		}

		.sub-nav {
			height: 60px;
			margin: -30px auto 30px;
		}

		.sub-nav h2 {
			line-height: 60px;
		}

		.sub-nav>div:not(.home) {
			padding: 0 15px;
		}

		.sub-nav ul li a {
			height: 40px;
			padding: 0 15px;
			font-size: 14px;
		}

		.sub-tabs {
			margin-bottom: 40px;
		}

		.sub-tabs li a {
			height: 50px;
			line-height: 48px;
			font-size: 16px;
		}

		.sub-tit .message .sub-txt h4 {
			font-size: 20px;
		}

		.sub-tit .message .sub-txt h4 br {
			display: none;
		}



		/* company */
		.cpn-top {
			padding: 300px 0 100px;
		}

		.cpn-top h2 {
			font-size: 80px;
		}

		.cpn-top h2 img {
			max-height: 70px;
			margin-top: 10px;
		}

		.cpn-cont .cpn-txt {
			padding-left: 0;
		}

		.cpn-cont h3 {
			font-size: 36px;
		}

		.cpn-cont h3 br {
			display: none;
		}

		.cpn-cont p {
			font-size: 18px;
		}

		.cpn-cont {
			top: 200px;
		}

		.cpn-bg img {
			object-position: left;
		}

		.cpn-power {
			padding: 100px 0 60px;
		}

		.cpn-power ul {
			padding-top: 30px;
		}

		.cpn-power ul li {
			width: 50%;
			margin-bottom: 0;
		}

		.cpn-power ul li .animCounter {
			font-size: 40px;
		}

		.cpn-power ul li .icon {
			width: 130px;
			height: 130px;
			padding: 40px;
		}



		/* 律师详情 */
		.greeting .greeting_cont {
			flex-wrap: wrap;
		}

		.greeting .message {
			width: 100%;
			padding: 0 4%;
		}

		.greeting .ceo-img {
			width: 100%;
			padding: 20px 60px 0 0;
			margin-top: 40px;
		}

		.leaders .leaders_cont>ul {
			margin-bottom: 50px;
		}

		.leaders .leaders_cont>ul>li {
			width: 49%
		}

		.leaders .leaders_cont>ul>li:nth-child(2n) {
			margin-right: 0;
		}

		.leaders .leaders_cont p {
			font-size: 18px;
			margin: 15px 0;
		}

		.leaders .leaders_cont small {
			font-size: 14px;
		}

		.leader-view .leader-wide {
			height: 300px;
		}

		.leader-view .leader-history {
			padding: 20px;
		}

		.leader-view .leader-name {
			width: 100%;
		}

		.leader-view .leader-profile {
			width: 100%;
		}

		.leader-view .leader-profile h4 {
			margin: 20px 0 10px;
			font-size: 18px;
		}

		.leader-view .leader-profile h4:not(:first-child) {
			margin-top: 30px;
		}

		.leader-view .leader-name small {
			font-size: 14px;
		}

		.leader-view .leader-name p {
			font-size: 24px;
		}

		.leader-view .leader-name b {
			font-size: 18px;
		}

		.list-btn {
			padding: 10px;
			font-size: 16px;
			max-width: 130px;
			margin: 40px auto;
		}



		/* history */
		.history-tit .typo h2 {
			font-size: 36px;
			margin: 20px 0;
		}

		.history-tit .typo p {
			font-size: 16px;
			padding: 0 20px;
			line-height: 1.4;
		}

		.history-tit .typo p:first-child {
			font-size: 18px;
		}

		.hs-cont {
			padding-left: 0;
			flex-wrap: wrap;
		}

		.hs-list {
			width: 100%;
			margin-bottom: 40px;
		}

		.hs-img {
			width: 100%;
		}

		.hs-list .hs-tit {
			padding-bottom: 20px;
			margin-bottom: 30px;
		}

		.hs-list .hs-tit strong {
			font-size: 40px;
		}

		.hs-list .hs-tit strong small {
			font-size: 24px;
		}

		.history #fp-nav {
			display: none !important;
		}

		.hs-list li {
			padding-left: 80px;
		}

		.hs-list li b {
			font-size: 20px;
		}

		.hs-list li p {
			font-size: 16px;
		}


		/* brochure */
		.bro-cont {
			margin-bottom: 0;
			padding: 60px 0;
		}

		.bro-cont .bro-img {
			width: 90%;
			margin: 0 auto;
		}

		.bro-cont .bro-txt {
			width: 100%;
			padding: 50px 5% 30px;
		}

		.bro-cont .bro-txt b {
			font-size: 16px;
		}

		.bro-cont .bro-txt h4 {
			font-size: 30px;
		}

		.bro-cont .bro-btn {
			margin: 50px 0 0;
		}

		.bro-cont .bro-box {
			margin-top: 50px;
		}

		.bro-cont .bro-txt p {
			color: #fff;
		}

		.bro-cont:after {
			height: 100%;
		}

		.bro-cont .bro-btn a {
			filter: brightness(0) invert(1);
		}





		/* contactus */
		.contactus .contactus-cont {
			padding-bottom: 70px;
		}

		.contactus .contactus-form dl {
			margin: 30px 0 0 !important;
			width: 100%;
		}

		.contactus .contactus-form dl dt {
			font-size: 18px;
			margin-bottom: 20px;
		}
		.contactus .contactus-form dl dt{
			font-size: 16px;
		}
		.contactus .contactus-cont .send-btn button {

			padding: 10px 40px
		}
		.contactus .contactus-cont select {
			font-size: 16px;
		}

		.contactus .contactus-cont input[type=text] {
			font-size: 16px;
		}

		.contactus .contactus-cont textarea {
			font-size: 16px;
			padding: 20px;
		}

		.contactus .contactus-form dl.email dd input {
			width: 100%
		}

		.contactus .contactus-form dl.email dd select {
			width: 100%;
			margin-top: 20px;
		}

		.contactus .checkbox input[type=checkbox]+label {
			font-size: 16px;
		}

		.contactus .contactus-cont .send-btn a {
			padding: 15px 60px;
		}

		.contactus .information .inner {
			padding: 80px 0;
		}

		.contactus .information .sub-tit {
			margin: 0 0 30px;
		}

		.contactus .information .sub-tit h3 {
			font-size: 50px;
		}

		.contactus .information .sub-tit p {
			font-size: 16px;
		}

		.contactus .information .field {
			width: 100%;
		}

		.contactus .information .field dl {
			padding: 30px;
		}


		/* service */
		.service .cm-introduction {
			padding: 60px 0;
		}

		.service .cm-introduction .cm-circle {
			width: 100%;
			flex-wrap: wrap;
			margin-top: 40px;
		}

		.service .cm-introduction .cm-circle li {
			padding: 0 10px;
			width: 33.33%;
			margin-bottom: 20px;
		}

		.service .cm-introduction .cm-circle li .text {
			margin-top: 10px;
		}

		.service .cm-introduction .cm-circle li .logo {
			margin: 0 auto;
		}

		.service .management-cont h3 {
			font-size: 24px;
			margin-bottom: 20px;
		}

		.service .management-cont .process ul {
			margin: 0;
		}

		.service .management-cont .process ul li {
			padding: 0 0 30px;
			width: 100%;
		}

		.service .management-cont .process ul li .img-box .point h4 {
			font-size: 20px;
		}

		.service .management-cont .process ul li .text-box p {
			font-size: 15px;
		}

		.service .management-cont .process ul li .text-box p br {
			display: none;
		}

		.service .cm-introduction .cm-circle li .text p {
			font-size: 15px;
		}

		.service .cm-introduction .cm-circle li {
			width: 50%;
		}

		.service .main-task .table-task ul {
			width: 100%;
		}

		.service .main-task .table-task ul li {
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 10px;
			line-height: 1;
		}

		.service .main-task .table-task-list ul {
			flex-direction: column;
		}

		.service .main-task .table-task-list ul li {
			width: 100%;
			padding: 15px 25px;
		}

		.service .main-task .table-task-list ul .level {
			width: 100%;
			padding: 10px;
		}

		.service .main-task {
			padding: 60px 0;
		}

		.service .main-task .table-task ul li {
			font-size: 16px;
		}

		.service .main-task .table-task-list ul .level {
			font-size: 16px;
		}

		.service .main-task .table-task-list ul .level br {
			display: none;
		}

		.service .main-task .table-task-list ul li p {
			font-size: 15px;
		}

		.service .technology-cont {
			padding: 60px 0;
		}

		.service .technology-cont .process h3 {
			font-size: 24px;
		}

		.service .technology-cont .process .technology-diagram {
			margin-top: 30px;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(1) {
			left: 20%;
			top: 28%;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(2) {
			left: 50%;
			top: 28%;
			margin-left: -6px;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(3) {
			left: 76%;
			top: 28%;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(4) {
			right: 20%;
			top: 61%;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(5) {
			left: 20%;
			top: 61%;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(6) {
			right: 40%;
			top: 61%;
		}

		.service .technology-cont .process .technology-diagram div:nth-child(7) {
			left: 40%;
			top: 61%;
		}

		.service .technology-cont .process .technology-diagram:before,
		.service .technology-cont .process .technology-diagram:after {
			display: none;
		}

		/* design */
		.service .design-cont {
			padding: 60px 0;
		}

		.service .design-cont ul li .design-icon {
			padding: 0;
		}

		.service .design-cont ul li {
			width: 100%;
		}

		.service .design-cont ul li p {
			font-size: 15px;
		}

		.service .design-cont ul li p br {
			display: none;
		}

		.service .design-cont ul {
			flex-wrap: wrap;
			gap: 20px;
		}

		.service .design-value .value-left {
			display: none;
		}

		.service .design-value .value-right ul li .value-desc {
			margin-bottom: 50px;
			margin-top: 20px;
		}

		.service .design-value .value-content {
			flex-direction: column;
		}

		.service .design-value {
			padding: 60px 0;
		}

		.service .design-cont h3 {
			font-size: 28px;
		}

		.service .design-cont ul li h4 {
			font-size: 22px;
		}

		.service .design-value h3 {
			font-size: 28px;
		}

		.service .design-value .value-right ul li .value-desc b {
			font-size: 22px;
		}

		.service .design-value .value-right ul li .value-desc p {
			font-size: 15px;
		}

		/* management */
		.service #bim-fp-nav.active-bar.on {
			display: none;
		}

		.service .bim {
			padding: 0 0 30px;
		}

		.service .bim p {
			font-size: 14px;
		}

		.service .bim .rank {
			margin-top: 20px;
		}

		.service .bim .rank li {
			flex-direction: column;
			margin: 5% 0;
			font-size: 15px;
		}

		.service .bim .rank li>div {
			width: 100%;
		}

		.service .bim .rank li .bim-desc {
			padding: 10px 0 30px;
		}

		.service .bim .rank li .bim-desc h5 {
			font-size: 18px;
			margin: 0;
		}

		.service .bim .rank li .bim-desc p {
			font-size: 15px;
		}

		.service .bim .itm-bim ul li p {
			font-size: 15px;
		}

		.service .bim .bim-cost b {
			font-size: 19px;
		}

		.service .bim .bim-cost b span {
			font-size: 14px;
		}

		.service .eco-construct ul li {
			width: 100%;
			margin-bottom: 20px;
		}

		.service .pre-con {
			padding: 60px 0;
		}

		.service .pre-con .pre-con-diagram {
			justify-content: center;
			padding: 20px;
		}

		.service .bim .bim-cost ul li {
			width: 100%;
			padding: 30px 0;
		}

		.service .eco-construct {
			padding: 30px 0 30px;
		}

		.service .eco-construct h3 {
			font-size: 24px;
		}

		.service .eco-construct h6 {
			font-size: 22px;
			margin-top: 20px;
		}

		.service.technology .cost-smalltit {
			font-size: 20px
		}

		.service .bim .itm-bim ul li {
			width: 100%;
			margin-bottom: 20px;
		}

	}






@media all and (max-width:1100px) {
	.sec-header nav ul li{
		margin: 0 0.5rem;
	}
	.sec-footer .ft-top .inner {
		display: block;
	}

	.sec-footer .ft-link {
		width: 100%;
		margin-top: 2%;
	}

	.sec-footer .ft-link a {
		margin: 0 10px 0 0;
	}

	.nav>ul>li>a {
		font-size: 30px;
		margin: 20px 0;
	}

	.nav-mo.active .sitemap {
		padding: 25vh 10% 0;
	}

	.sec-header nav ul {
		display: none;
	}

	.cpn-top h2 {
		font-size: 70px;
	}

	.cpn-top h3 {
		font-size: 40px;
	}

	.cpn-cont .cpn-txt {
		width: 60%;
	}

	.cpn-cont h3 {
		font-size: 30px;
	}

	.sub-txt h3 {
		font-size: 26px;
	}

	.cpn-power ul li .icon {
		width: 120px;
		height: 120px;
	}

	.cpn-power ul li .animCounter {
		font-size: 40px;
	}

	.sub-visual {
		height: 420px;
	}

	.history {
		padding-bottom: 100px;
	}

	.hs-list .hs-tit strong {
		font-size: 30px;
		line-height: 1.2;
		color: #333;
		font-weight: 600;
	}

	.hs-list .hs-tit strong small {
		font-size: 20px;
		vertical-align: baseline;
	}

	.hs-list .hs-tit {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.hs-list li b {
		font-size: 18px;
		color: #333;
		top: 0;
		line-height: 1;
		font-weight: 600;
	}

	.hs-list li p {
		color: rgba(0, 0, 0, 0.6);
		font-size: 13px;
		margin: 0 0 5px;
		line-height: 1.8;
	}

	.hs-img {
		margin-top: 5%;
	}

	.greeting .message {
		padding: 0;
	}

	.greeting .message .txt p {
		font-size: 14px;
	}

	.sub-tit h3 {
		font-size: 28px;
		letter-spacing: 0;
	}

	.greeting .sub-txt p {
		font-size: 16px;
	}

	.boardListArea {
		padding-bottom: 100px;
	}

	.srboardView .viewTitle p {
		font-size: 12px;
	}

	.srboardView .viewCont p {
		font-size: 14px;
		margin: 20px 0;
		line-height: 2;
	}
	.cases_d .viewCont p strong{
		display: block;
		color: #333;
	}
	.srboardView {
		display: inline-block;
		width: 100%;
		margin: 0 auto 0;
	}

	.srboardView .bottomBtn {
		width: 180px;
		margin: 5% auto 0;
		display: block;
		text-align: center;
	}

	.srboardView .bottomBtn .btnList {
		color: #eb2a2e;
		border: 2px solid #eb2a2e;
		display: block;
		height: 60px;
		line-height: 54px;
		font-size: 16px;
		font-weight: 600;
	}

	.srboardView .bottomBtn .btnList:hover {
		background-color: #eb2a2e;
		color: #fff;
		transition: all 0.5s;
	}

	.sub-tit {
		margin-bottom: 30px;
	}

	.srboardTop {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.srboardTop .total {
		color: #111;
		font-size: 18px;
		font-weight: 500;
	}

	.srboardTop .total span {
		vertical-align: baseline;
		color: #eb2a2e;
	}

	.srboardList .listTable ul {
		border-top: 2px solid #111;
	}

	.srboardList .listTable ul li {
		border-bottom: 1px solid #ddd;
		padding: 50px 0;
		position: relative;
	}

	.srboardList .listTable ul li:after {
		content: '';
		width: 0;
		height: 2px;
		position: absolute;
		right: 0;
		bottom: -1px;
		background: #eb2a2e;
		transition: all ease .3s;
	}

	.srboardList .listTable ul li:hover:after {
		width: 100%;
		right: auto;
		left: 0;
	}

	.srboardList .listTable ul li a .title {
		height: 105px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: calc(100% - 340px);
	}

	.srboardList .listTable .title h3 {
		font-size: 20px;
		margin: 0 0 15px;
		color: #111;
		line-height: 1.2;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
	}

	.srboardList .listTable .title p {
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
	}

	.srboardList .listTable p.date {
		font-size: 17px;
		color: #aaa;
		margin: 20px 0 0;
	}

	.srboardList .listTable .thumb {
		width: 300px;
		height: 200px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		right: 0px;
		top: 45%;
		opacity: 1;
		transition: all ease .3s;
		transform: scale(0.8) translateY(-50%);
	}

	.srboardList .listTable ul li:hover .thumb {
		opacity: 1;
		right: 60px;
	}

	.srboardList .btnGray {
		background: #111;
		border-color: #111;
		font-size: 16px;
		padding: 15px 50px;
	}

	.pager {
		width: 100%;
		margin: 5% auto 0;
		text-align: center;
		display: inline-block;
	}

	.pager-body {
		display: inline-block;
	}

	.pager-body a {
		width: 33px;
		height: 40px;
		line-height: 38px;
		color: #777777;
		font-size: 16px;
		font-weight: 500;
		float: left;
		margin: 0 2px;
		display: block;
		box-sizing: border-box;
		position: relative;
	}

	.pager-body a img {
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.pager-body a.on {
		color: #111;
		border: none;
		line-height: 40px;
		border-bottom: 2px solid #eb2a2e
	}


	.sub-visual-tit h1 {
		font-size: 40px;
	}

	.value-left h3 {
		text-align: center;
		margin-bottom: 3%;
		font-size: 30px;
	}

	.value-left ul,
	.team .active-bar ul {
		display: flex;
		justify-content: center;
		margin-bottom: 5%;
		flex-wrap: wrap;
	}

	.team .active-bar {
		margin-top: 0;
	}

	.value-left ul li,
	.team .active-bar ul li {
		margin: 10px;
		background: #eee;
		border-radius: 30px;
		padding: 5px 20px;
	}

	.team .active-bar ul li span {
		display: none;
	}

	.service .design-value {
		padding: 100px 0;
	}

	.service .design-value .value-right ul li .value-desc {
		margin-top: 30px;
		margin-bottom: 100px;
	}

	.service .design-value .value-right ul li .value-desc b {
		font-size: 26px;
		color: #111;
		font-weight: 800;
		margin-bottom: 10px;
		display: inline-block;
	}

	.service .design-value .value-right ul li .value-desc p {
		line-height: 1.8;
		font-size: 14px;
		color: #666;
		font-weight: 500;
	}

	.bim ul li {
		margin-bottom: 80px;
	}

	.bim-img img {
		width: 100%;
	}

	.bim ul li h5 {
		font-size: 26px;
		color: #111;
		font-weight: 800;
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.bim ul li p {
		line-height: 1.8;
		font-size: 14px;
		color: #666;
		font-weight: 500;
	}

	.greenT {
		font-size: 26px;
		color: #111;
		text-align: center;
		font-weight: 800;
		margin-bottom: 10px;
		margin-top: 30px;
		display: block;
	}

	.eco-construct ul {
		display: flex;
		flex-wrap: wrap;
	}

	.eco-construct ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-top: 3%;
	}

	.eco-construct ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.eco-construct ul li p {
		line-height: 1.8;
		font-size: 18px;
		margin-top: 10px;
		color: #333;
		font-weight: 500;
		text-align: center;
	}

	.lawyers .leader-name img {
		display: block;
		margin: 0 auto 8%;
		max-width: 100%;
	}

	.lawyers h4 {
		margin: 30px 0 10px;
	}

	.lawyers p {
		font-size: 14px;
		line-height: 1.8;
	}

	.contactus .contactus-cont {
		padding-bottom: 100px;
	}

	.contactus .contactus-cont input[type=text] {
		width: 100%;
		height: 100%;
		border: none;
		font-size: 18px;
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		-webkit-transition: all 0.30s ease-in-out;
		color: #afafaf;
		font-weight: 500;
	}

	.contactus .contactus-cont input[type=text]:focus,
	.contactus .contactus-cont select:focus {
		outline: none;
		border-bottom: 1px solid #000;
	}

	.contactus .contactus-cont input[type=text]::placeholder {
		font-weight: 500;
		color: #afafaf;
	}

	.contactus .contactus-cont textarea {
		width: 100%;
		padding: 40px;
		font-size: 18px;
		height: 200px;
	}

	.contactus .contactus-cont textarea::placeholder {
		font-weight: 500;
		color: #afafaf;
	}

	.contactus .contactus-cont .send-btn {
		text-align: center;
		margin-top: 50px;
	}

	.contactus .contactus-cont .send-btn a {
		display: inline-block;
		padding: 20px 70px;
		border: 2px solid #eb2a2e;
		color: #eb2a2e;
		font-weight: 600;
		transition: all ease 0.3s;
	}

	.contactus .contactus-cont .send-btn a:hover {
		background-color: #eb2a2e;
		color: #fff;
	}

	.contactus .contactus-form {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactus .contactus-form dl {
		margin-top: 40px;
		width: 48%;
	}

	.contactus .contactus-form dl dt {
		font-size: 18px;
		color: #111;
		font-weight: 700;
		position: relative;
		margin-bottom: 10px;
	}

	.contactus .contactus-form dl.email dd {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.contactus .contactus-form dl.email dd input {
		width: 100%;
	}

	.contactus .contactus-form dl.content {
		width: 100%;
	}

	.contactus .information {
		background: url('../images/contact_bg.jpg') no-repeat center center / cover;
	}

	.contactus .information .inner {
		padding: 100px 0 85px;
	}

	.contactus .information .sub-tit {
		margin: 50px 0;
		text-align: left;
	}

	.contactus .information .sub-tit h3 {
		font-size: 36px;
		color: #fff;
		font-weight: 600;
		line-height: 1;
	}

	.contactus .information .sub-tit h3 strong {
		display: block;
		margin-top: 10px;
	}

	.contactus .information .sub-tit p {
		margin-top: 25px;
		font-size: 18px;
		color: #fff;
		opacity: 0.5;
		font-weight: 500;
		line-height: 1.8;
	}

	.contactus .information .field {
		width: 100%;
	}

	.contactus .information .field dl {
		display: flex;
		color: #fff;
		padding: 32px 60px;
		border: 1px solid #999999;
		margin: 10px 0;
	}

	.contactus .information .field dl dt {
		font-size: 21px;
		font-weight: 600;
	}

	.contactus .information .field dl dd {
		font-weight: 300;
		font-size: 16px;
	}

	.contactus .information .field dl dd p {
		line-height: 1.8;
		margin: 20px 0;
	}
	.nav>ul>li>ul>li>a{
		margin: 10px 0;
	}
	.newsd_t1 h3{
		padding: 0;
	}
}

@media all and (max-width:820px) {
	.sec-header .logo img,.sec-header.gray .logo img {
		height: 30px;
	}
	.contactus .information .sub-tit h3 strong{
		font-size: 30px;
	}
	.sec-header .hd-inner {
		padding: 16px 4%;
	}

	.sec-header .nav-btn {
		transform: scale(0.8) translateY(2px);
	}

	.main-tit p.tt {
		font-size: 14px !important;
		padding: 0 20px !important;
		margin-top: 10px !important;
	}

	.sub-tit .message .sub-txt h4 {
		font-size: 28px;
	}

	.leaders .leaders_cont>ul>li {
		width: 48.5%;
	}

	.leaders .leaders_cont>ul>li:nth-of-type(3n) {
		margin-right: 3%;
	}

	.leaders .leaders_cont>ul>li:nth-of-type(2n) {
		margin-right: 0%;
	}

	.greeting .greeting_cont {
		display: block;
	}

	.greeting .message {
		width: 100%;
	}

	.greeting .ceo-img {
		width: 100%;
		margin-top: 5%;
		display: none;
	}

	.greeting .sub-txt p {
		display: none;
	}
	.sub-tit h3{
		font-size: 24px;
	}
	.sub-visual-tit h1 {
		font-size: 30px;
	}
	.sub-visual-tit p{
		font-size: 17px;
		margin-top: 10px;
	}
	.value-left ul li, .team .active-bar ul li{
		margin: 5px;
		font-size: 14px;
	}
	.value-left h3{
		font-size: 28px;
	}
	.service .design-value .value-right ul li .value-desc b{
		font-size: 22px;
	}
	.service .design-value .value-right ul li .value-desc p {
		line-height: 2;
	}
	.team .active-bar{
		margin: 0 !important;
	}
	.sub-tit{
		margin-bottom: 20px;
	}
	.bim ul li h5{
		font-size: 22px;
	}
	.bim ul li p{
		line-height: 2;
	}
	.lawyers p{
		line-height: 2;
		margin-top: 5px;
	}
	.list-btn {
		font-size: 16px;
		max-width: 140px;
		padding: 8px 0;
		margin: 50px 0 80px;
	}
	.contactus .contactus-cont .send-btn a{
		padding: 12px 50px;
	}
	.contactus .information .sub-tit h3{
		font-size: 28px;
	}
	.sub-tit .message .sub-txt h4{
		font-size: 20px;
	}
	.cases {
		padding: 60px 0;
	}
	.cases dl{
		justify-content: center;
		margin-bottom: 30px;
	}
	.cases dl dd {
		margin: 5px;
		padding: 6px 20px;
	}
	.cases dl dd span{
		font-size: 13px;
	}
	.cases ul{
		display: block;
	}
	.cases ul li{
		width: 100%;
		font-size: 14px;
		margin: 5% 0 !important;
	}
	.cases ul li h6{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.cases ul li h3,.cases ul li h5{
		font-size: 16px;
	}
	.srboardView .viewArea .viewTitle{
		display: block;
		padding: 0 0 20px;
	}
	.srboardView .viewArea .viewTitle p{
		font-size: 14px;
		margin: 5px 0;
	}
	.newsd_t1 h3{
		font-size: 20px !important;
		line-height: 1.4;
	}
	.srboardView .viewCont p{
		margin: 6px 0;
	}
	.boardListArea{
		padding-bottom: 30px;
	}
}
@media all and (max-width:660px) {
	.sub-tit .message .sub-txt h4{
		font-size: 16px !important;
	}
	.contactus .contactus-form dl{
		width: 100%;
	}
	.contactus .contactus-form dl dt{
		margin-bottom: 0;
	}
	.contactus .contactus-cont input[type=text]{
		padding: 10px 0;
		font-size: 16px;
	}
	.contactus .contactus-cont textarea {
		width: 100%;
		padding: 20px;
		font-size: 16px;
		height: 120px;
		margin-top: 20px;
	}
	.contactus .contactus-cont .send-btn a {
		padding: 8px 30px;
		font-size: 14px;
	}
	.contactus .information .sub-tit h3{
		font-size: 20px;
	}
	.contactus .information .sub-tit p{
		font-size: 14px;
	}
	.contactus .information .field dl{
		padding: 10% 10%;
	}
	.contactus .information .field dl dd p{
		margin: 10px 0;
	}
	.sec-footer .ft-logo img{
		height: 30px;
		display: block;
		margin: 0 auto 20px;
	}
	.sec-footer .ft-link{
		padding: 0;
		font-size: 13px;
	}
	.sec-footer .ft-link span{
		position: static;
	}
	.sec-footer .inner{
		display: block;
	}
	.sec-footer .ft-top{
		margin-bottom: 20px;
	}
	.sec-footer p{
		font-size: 13px;
	}
	.sec-footer p.copy{
		margin: 20px 0 ;
		text-align: center;
		line-height: 1.4;
		font-size: 13px;
	}
	.sec-footer p.copy a{
		display: block;
		margin-top: 1px;
		margin-left: 0;
	}
	.sec-footer .inner .rr{
		font-size: 13px;
	}
	.sec-footer .inner .rr img{
		height: 90px;
	}
	.full-inquiry .send-btn{
		max-width: 140px !important;
	}
	.full-inquiry .send-btn button{
		padding: 10px !important;
		font-size: 14px !important;
		letter-spacing: 1px;
	}
	.nav-mo.active .sitemap{
		padding-top: 10vh;
	}
	.nav-mo .nav>ul>li>ul{
		display: none !important;
	}
	.nav>ul>li>a{
		font-size: 20px;
		margin: 10px 0;
	}
	.nav>ul>li>ul>li>a{
		font-size: 13px;
	}
	.cpn-top{
		padding: 150px 0 60px;
	}
	.cpn-top h2{
		font-size: 40px;
		text-align: center;
	}
	.cpn-top h3{
		font-size: 24px;
		margin: 20px 0 30px;
		text-align: center;
	}
	.cpn-top ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.cpn-top ul li{
		margin: 5px;
		font-size: 14px;
		padding: 10px 24px;
	}
	.cpn-cont .cpn-txt{
		width: 100%;
	}
	.cpn-cont{
		top: 15%;
	}
	.cpn-cont h3{
		font-size: 22px;
		text-align: center;
	}
	.cpn-cont p{
		font-size: 14px;
		line-height: 2.2;
	}
	.sub-txt h3{
		font-size: 18px;
	}
	.cpn-power ul{
		flex-wrap: wrap;
		padding-top: 0px;
	}
	.cpn-power ul li{
		width: 50%;
		margin-bottom: 0px;
	}
	.cpn-power ul li .animCounter{
		font-size: 30px;
	}
	.cpn-power ul li .icon{
		width: 90px;
		height: 90px;
		padding: 18px;
	}
	.cpn-power ul li p{
		font-size: 16px;
	}
	.sub-visual{
		height: 280px;
	}
	.sub-nav .home {
		width: 50px;
	}
	.sub-nav{
		height: 50px;
	}
	.sub-nav h2{
		line-height: 50px;
		font-size: 14px;
	}
	.sub-nav ul li a{
		font-size: 13px;
		height: 46px;
	}
	.leaders .leaders_cont p{
		font-size: 16px;
	}
	.leaders .leaders_cont>ul>li{
		width: 100%;
		margin-right: 0 !important;
	}
	.greeting .greeting_cont{
		padding-bottom: 60px;
		margin-top: -30px;
	}
	.sub-tit{
		margin: 60px 0 30px;
	}
	.srboardList .listTable ul li{
		padding: 30px 0;
	}
	.srboardList .listTable ul li a .title{
		width: 100%;
		height: auto;
	}
	.srboardList .listTable .thumb{
		width: 100%;
		position: static;
		transform: scale(1) translateY(-0%);
	}
	.srboardList .listTable .title p{
		display: none;
	}
	.srboardList .listTable .title h3{
		font-size: 17px;
		white-space: normal;
		overflow: auto;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.srboardList .listTable p.date{
		margin: 0px 0 20px;
		font-size: 14px ;
	}
	.sub-tit h3{
		font-size: 18px;
	}
	.preViewTitle dd{
		font-size: 14px;
	}
	.srboardView .bottomBtn {
		width: 120px;
		margin: 40px auto 0;
	}
	.eco-construct ul li p{
		font-size: 16px !important;
		margin-top: 3px;
	}
	.srboardView .bottomBtn .btnList{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.sub-visual-tit .inner{
		display: none;
	}
	.service .design-value {
		padding: 60px 0;
	}
	.value-left ul li, .team .active-bar ul li{
		font-size: 13px;
	}
	.service .design-value .value-right ul li .value-desc{
		margin-bottom: 60px;
	}
	.service .design-value .value-right ul li .value-desc b{
		font-size: 20px;
	}
	.sub-tit{
		margin-bottom: 10px;
	}
	.bim ul li h5{
		font-size: 20px;
	}
	.bim ul li{
		margin-bottom: 60px;
	}
	.sub-tit h3{
		font-size: 22px;
	}
	
}