﻿


/*内页*/
@keyframes scaleAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.position {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #50545b;
	text-align: left;
	font-size: 14px;
	margin-top: 80px;
	padding-top: 3%;
}

	.position a {
		color: #50545b;
		text-decoration: none;
	}

		.position a:hover {
			color: #81b0c2;
		}

.o_big_con.bgs2 .position {
	color: #fff;
}

	.o_big_con.bgs2 .position a {
		color: #fff;
	}
/*.position label{}*/
.position .postions_r img {
	vertical-align: baseline;
	margin-right: 8px;
	height: 14px;
}

.position .rclass {
	float: right;
	background: url(../images/pos_bg2.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
	-webkit-tap-highlight-color: #fff;
	-webkit-tap-highlight-color: transparent;
	display: none;
}

.position .postions_b {
	float: right;
}

	.position .postions_b a {
		float: left;
		margin-left: 50px;
		overflow: hidden;
		font-size: 14px;
		color: #666666;
		position: relative;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
		z-index: 0;
	}

		.position .postions_b a:hover {
			color: #005bac;
		}

		.position .postions_b a:after {
			content: "";
			display: block;
			position: absolute;
			left: 50%;
			right: 50%;
			bottom: 0;
			height: 3px;
			opacity: 0;
			background-color: #005bac;
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			-ms-transition: all .3s;
			transition: all .3s;
			z-index: -1;
		}

		.position .postions_b a.isel:after {
			left: 0%;
			right: 0%;
			opacity: 1;
		}

		.position .postions_b a:hover:after {
			left: 0%;
			right: 0%;
			opacity: 1;
		}

		.position .postions_b a.isel {
			color: #005bac;
		}


.o_big_con {
	overflow: hidden;
	position: relative;
}

.o_big {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 70% center;
	background-size: cover;
	position: relative;
	width: 100%;
	-webkit-animation: scaleAnim 5s ease forwards;
	animation: scaleAnim 5s ease forwards;
	height: auto;
}

.o_big_con.bgs2 .o_big {
	-webkit-animation: scaleAnim2 5s ease forwards;
	animation: scaleAnim2 5s ease forwards;
}

.o_big img {
	width: 100%;
	filter: Alpha(Opacity=0); /* opacity: 0; */
	vertical-align: bottom;
}

.o_big_con .cons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.o_big_con .cons .news_t {
		position: absolute;
		bottom: 10%;
		left: 0;
		width: 100%;
		color: #fff;
	}

		.o_big_con .cons .news_t .dates {
			line-height: 1.7;
			overflow: hidden;
			font-weight: bold;
		}

		.o_big_con .cons .news_t .tt {
			line-height: 1.4;
			margin-top: 5px;
			overflow: hidden;
			font-weight: bold;
		}

/*分页*/
.yema {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding-top: 4.3%;
	padding-bottom: 4.3%;
	clear: both;
}

	.yema a {
		display: inline-block;
		height: 36px;
		line-height: 36px;
		padding-left: 10px;
		overflow: hidden;
		padding-right: 10px;
		min-width: 18px;
		margin-left: 3px;
		margin-right: 3px;
		text-align: center;
		color: #666666;
		font-size: 14px;
		border: 1px solid #fff;
		background: #ffffff;
	}

		.yema a:hover {
			text-decoration: none;
			color: #fff;
			background: #005bac;
			border: 1px solid #005bac;
		}

		.yema a.on {
			color: #fff;
			background: #005bac;
			border: 1px solid #005bac;
		}

		.yema a.first, .yema a.last {
			margin-right: 0;
		}

			.yema a.first:hover, .yema a.last:hover {
				background-color: #005bac;
			}

		.yema a span {
			font-family: "宋体";
			font-size: 16px;
		}
/*分类弹窗*/
.about_bgs {
	z-index: 19891024;
	background: url(../images/about_bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.about_tc .closed2 {
	display: none;
}

/*关于我们*/
.about_title4 {
	overflow: hidden;
	margin-top: 6%;
	margin-bottom: 2%;
	position: relative;
}

	.about_title4:after {
		content: "";
		width: 75%;
		max-width: 1140px;
		position: absolute;
		transform: translate(-50%, 0%);
		top: 35px;
		height: 1px;
		background: #31353e;
		left: 50%;
		margin-left: 40px;
	}

	.about_title4 .h2 {
		float: right;
		overflow: hidden;
		line-height: 62px;
		color: #31353e;
		letter-spacing: 1px;
		font-weight: normal;
	}

	.about_title4 .about_title_r {
		float: left;
		overflow: hidden;
		color: #31353e;
		line-height: 58px;
	}

		.about_title4 .about_title_r.txtr {
			text-align: right;
		}

.about_title {
	overflow: hidden;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 4.5%;
}

	.about_title .h2 {
		float: left;
		font-weight: normal;
		overflow: hidden;
		font-size: 20px;
		color: #0f1115;
	}

	.about_title .about_title_r {
		float: left;
		font-family: Arial;
		font-size: 20px;
		color: #b5b5b5;
		overflow: hidden;
		margin-left: 23px;
	}

	.about_title.bgs2 {
		width: 295px;
	}

		.about_title.bgs2 .about_title_r {
			margin-top: 3px;
		}

	.about_title.bgs3 {
		margin-top: 27px;
	}

.about_img {
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
	margin-top: 3%;
}

	.about_img img {
		display: block;
		width: 100%;
		opacity: 0;
		filter: Alpha(opacity=0);
	}

	.about_img .txts {
		position: absolute;
		top: 10%;
		left: 50%;
		width: 94%;
		max-width: 1434px;
		transform: translate(-50%, 0%);
		color: #fff;
		line-height: 1.6;
	}

.about_ul {
	overflow: hidden;
	margin-top: 3%;
	margin-bottom: 5%;
	color: #50545b;
	font-size: 14px;
	line-height: px;
	line-height: 28px;
}

	.about_ul ul li {
		float: left;
		width: 50%;
		overflow: hidden;
	}

		.about_ul ul li .cons {
			width: 94%;
			margin: 0 auto;
			max-width: 672px;
			overflow: hidden;
		}

.about_bg {
	background: #f4f4f4;
	overflow: hidden;
}

.brand_bg {
	background: #31353e;
	overflow: hidden;
}

	.brand_bg .about_title4:after {
		background: #f4f4f4;
	}

	.brand_bg .about_title4 .about_title_r {
		color: #f4f4f4;
	}

	.brand_bg .about_title4 .h2 {
		color: #f4f4f4;
	}

.about_culture {
	background: #f4f4f4;
	overflow: hidden;
	margin-top: 3%;
	color: #31353e;
}

	.about_culture .txts {
		margin: 0 auto;
		max-width: 1280px;
		width: 94%;
		padding-top: 3%;
		padding-bottom: 3%;
	}

		.about_culture .txts .cons {
			float: left;
			overflow: hidden;
			width: 63%;
			max-width: 677px;
		}

		.about_culture .txts .about_tt {
			font-size: 18px;
			line-height: 66px;
		}

			.about_culture .txts .about_tt span {
				font-size: 18px;
				padding-left: 2px;
			}

		.about_culture .txts .h3 {
			overflow: hidden;
			line-height: 1.5;
			margin-top: 8%;
			font-weight: normal;
		}

		.about_culture .txts .p {
			overflow: hidden;
			font-size: 14px;
			line-height: 30px;
			margin-top: 2%;
		}

		.about_culture .txts .imgs {
			float: right;
			width: 35%;
			max-width: 428px;
		}

.about_img2 {
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	background-size: cover;
	margin-top: 3%;
	min-height: 220px;
}

	.about_img2 img {
		display: block;
		width: 100%;
		opacity: 0;
		filter: Alpha(opacity=0);
	}

	.about_img2 .txts {
		position: absolute;
		top: 9%;
		left: 50%;
		width: 94%;
		max-width: 1280px;
		transform: translate(-50%, 0%);
		color: #fff;
		line-height: 22px;
		font-size: 14px;
	}

		.about_img2 .txts .about_tt {
			color: #31353e;
			font-size: 18px;
			line-height: 66px;
		}

			.about_img2 .txts .about_tt span {
				font-size: 18px;
				padding-left: 2px;
			}

		.about_img2 .txts .h3 {
			overflow: hidden;
			line-height: 1.5;
			margin-top: 2%;
			margin-bottom: 1%;
			font-weight: normal;
		}

.about_design {
	max-width: 1438px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 8%;
}

	.about_design .about_tt {
		color: #ffffff;
		font-size: 18px;
		line-height: 66px;
		text-align: center;
		margin-top: 3%;
	}

		.about_design .about_tt span {
			font-size: 18px;
			padding-left: 2px;
		}

	.about_design .desc {
		font-size: 14px;
		color: #f4f4f4;
		text-align: center;
		overflow: hidden;
		position: relative;
		padding-top: 20px;
		line-height: 24px;
	}

		.about_design .desc:after {
			content: "";
			position: absolute;
			top: 0;
			left: 50%;
			width: 50px;
			height: 2px;
			margin-left: -25px;
			background: #9e9fa3;
		}

	.about_design .ul {
		overflow: hidden;
		color: #31353e;
		font-size: 14px;
		line-height: 22px;
		margin-top: 5%;
	}

		.about_design .ul ul li {
			float: left;
			width: 22.75%;
			margin-right: 3%;
			overflow: hidden;
			background: #f4f4f4;
			min-height: 370px;
			text-align: center;
			transition: all 0.3s;
		}

			.about_design .ul ul li:hover {
				background: #f5f5f5;
			}

			.about_design .ul ul li:nth-child(4n+0) {
				margin-right: 0;
			}

			.about_design .ul ul li .txts {
				margin: 0 auto;
				width: 94%;
				overflow: hidden;
			}

			.about_design .ul ul li img {
				width: 83px;
				display: block;
				margin: 0 auto;
				margin-top: 50px;
			}

			.about_design .ul ul li .h3 {
				margin-top: 25px;
				height: 30px;
				line-height: 30px;
				overflow: hidden;
				font-weight: normal;
			}

			.about_design .ul ul li .p {
				overflow: hidden;
				margin-top: 15px;
				position: relative;
				padding-top: 18px;
			}

				.about_design .ul ul li .p:after {
					content: "";
					position: absolute;
					background: #585b62;
					left: 50%;
					margin-left: -10px;
					width: 20px;
					height: 2px;
					top: 0;
				}

.honor_more {
	overflow: hidden;
	text-align: center;
	margin-bottom: 4%;
	line-height: 30px;
}

	.honor_more .showmore {
		display: inline-block;
		vertical-align: top;
		padding-left: 12px;
		background: url(../images/honor_bg4.png) left center no-repeat;
		text-transform: uppercase;
		color: #b5b5b5;
		font-size: 12px;
		text-decoration: underline;
	}

		.honor_more .showmore:hover {
			color: #fff;
			background-image: url(../images/honor_bg4_on.png);
		}

		.honor_more .showmore#on {
			background-image: url(../images/honor_bg3.png);
		}

			.honor_more .showmore#on:hover {
				background-image: url(../images/honor_bg3_on.png);
			}

.team_ul {
	overflow: hidden;
	margin-top: 4%;
}

	.team_ul ul li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
		overflow: hidden;
		margin-bottom: 5%;
		cursor: pointer;
	}

		.team_ul ul li:nth-child(4n+0) {
			margin-right: 0;
		}

		.team_ul ul li .imgs {
			float: left;
			width: 48%;
			overflow: hidden;
			margin-right: 4%;
			position: relative;
			padding-top: 60%;
		}

			.team_ul ul li .imgs img {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
				-webkit-transition: all 0.6s ease-out 0s;
				-moz-transition: all 0.6s ease-out 0s;
				-o-transition: all 0.6s ease-out 0s;
				transition: all 0.6s ease-out 0s;
			}
		/*.team_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}*/
		.team_ul ul li .txts {
			overflow: hidden;
		}

			.team_ul ul li .txts .h3 {
				color: #f4f4f4;
				overflow: hidden;
				height: 24px;
				line-height: 24px;
				font-size: 20px;
				font-weight: normal;
				transition: all 0.3s;
			}

			.team_ul ul li .txts .span {
				height: 24px;
				line-height: 24px;
				overflow: hidden;
				color: #b5b5b5;
				font-size: 14px;
			}

			.team_ul ul li .txts .p {
				line-height: 20px;
				overflow: hidden;
				color: #f4f4f4;
				font-size: 14px;
				margin-top: 18%;
				transition: all 0.3s;
			}

			.team_ul ul li .txts .label {
				max-height: 48px;
				line-height: 16px;
				overflow: hidden;
				color: #b5b5b5;
				font-size: 12px;
				margin-top: 4.8%;
				max-width: 140px;
			}

		.team_ul ul li:hover .txts .h3 {
			color: #81b0c2;
		}

		.team_ul ul li:hover .txts .p {
			color: #81b0c2;
		}

		.team_ul ul li.hiden {
			display: none;
		}


/*合伙人弹窗*/
.team_bg {
	background: rgba(15,17,21,0.86);
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
}

.team_box {
	position: fixed;
	left: 50%;
	z-index: 100;
	left: 50%;
	top: 50%;
	display: none;
	width: 820px;
	background: #fff;
	margin-top: -212px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: -410px;
}

	.team_box .team_box_con {
		padding: 30px;
		overflow: hidden;
	}

		.team_box .team_box_con .imgs {
			float: left;
			width: 288px;
			overflow: hidden;
			margin-right: 27px;
		}

			.team_box .team_box_con .imgs img {
				display: block;
				width: 100%;
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
				-webkit-transition: all 0.3s ease-out 0s;
				-moz-transition: all 0.3s ease-out 0s;
				-o-transition: all 0.3s ease-out 0s;
				transition: all 0.3s ease-out 0s;
			}
		/*.team_box .team_box_con .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}*/
		.team_box .team_box_con .cons {
			overflow: hidden;
			font-size: 12px;
			height: 350px;
			line-height: 20px;
			overflow-y: auto;
			padding-right: 20px;
		}

			.team_box .team_box_con .cons .team_tc_t {
				overflow: hidden;
				float: left;
			}

				.team_box .team_box_con .cons .team_tc_t .h3 {
					font-weight: normal;
					height: 24px;
					line-height: 24px;
					overflow: hidden;
					color: #595757;
					font-size: 20px;
				}

					.team_box .team_box_con .cons .team_tc_t .h3 span {
						margin-left: 10px;
						color: #b5b5b5;
						font-size: 14px;
						overflow: hidden;
					}

				.team_box .team_box_con .cons .team_tc_t .p {
					height: 32px;
					line-height: 32px;
					overflow: hidden;
					margin-top: 6px;
					font-size: 14px;
					border-top: 1px solid #d3d3d3;
				}

			.team_box .team_box_con .cons .desc {
				line-height: 20px;
				overflow: hidden;
				color: #848484;
				font-size: 12px;
				padding-top: 7px;
				clear: both;
				text-align: justify;
			}

			.team_box .team_box_con .cons .h4 {
				color: #595757;
				font-size: 14px;
				overflow: hidden;
				font-weight: normal;
				margin-top: 9px;
				height: 32px;
				line-height: 32px;
			}

			.team_box .team_box_con .cons .ul {
				overflow: hidden;
				line-height: 20px;
				color: #848484;
				font-size: 12px;
			}

			.team_box .team_box_con .cons::-webkit-scrollbar {
				width: 5px;
				height: 10px;
			}

			.team_box .team_box_con .cons::-webkit-scrollbar-thumb {
				background-color: rgba(146, 146, 146, 1.0);
			}

			.team_box .team_box_con .cons:hover::-webkit-scrollbar-thumb {
				background-color: rgba(146, 146, 146, 0.7);
			}

			.team_box .team_box_con .cons::-webkit-scrollbar-thumb:hover {
				background-color: rgba(146, 146, 146, 1.0);
				-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
			}

			.team_box .team_box_con .cons::-webkit-scrollbar-track {
				background-color: #c9c9c9;
			}

	.team_box .team_closed {
		width: 26px;
		height: 26px;
		background: url(../images/team_bg2.png) no-repeat;
		background-size: 100%% 100%;
		position: absolute;
		top: 0px;
		right: -42px;
		cursor: pointer;
		transition: all 0.3s;
	}

		.team_box .team_closed:hover {
			opacity: 0.8;
			filter: Alpha(opacity=80);
		}

/*新闻*/
.news_box {
	margin-top: 5.5%;
	overflow: hidden;
}

.news_l {
	float: left;
	width: 21%;
	margin-right: 1.17%;
	overflow: hidden;
}

	.news_l .span {
		display: block;
		overflow: hidden;
		text-transform: uppercase;
		color: #b5b5b5;
		font-family: Arial;
		line-height: 1;
	}

	.news_l .h3 {
		font-weight: normal;
		padding-left: 84px;
		position: relative;
		color: #595757;
		overflow: hidden;
		height: 44px;
		line-height: 44px;
		margin-top: 16px;
	}

		.news_l .h3:after {
			content: "";
			position: absolute;
			left: 0;
			width: 66px;
			height: 2px;
			background: #d3d3d3;
			top: 50%;
		}

.news_r {
	overflow: hidden;
}

	.news_r .news_ul {
		margin: 0 auto;
		max-width: 1110px;
		border-top: 1px solid #d3d3d3;
		overflow: hidden;
		padding-top: 25px;
		margin-top: 5px;
		padding-bottom: 2%;
	}

		.news_r .news_ul ul li {
			display: block;
			overflow: hidden;
			margin-top: 50px;
		}

			.news_r .news_ul ul li:first-child {
				border-top: 0;
			}

			.news_r .news_ul ul li.hiden {
				display: none;
			}

			.news_r .news_ul ul li .date {
				float: left;
				padding-left: 15px;
				width: 205px;
				overflow: hidden;
				height: 28px;
				line-height: 28px;
				position: relative;
			}

				.news_r .news_ul ul li .date:after {
					content: "";
					width: 4px;
					height: 4px;
					border-radius: 50%;
					overflow: hidden;
					background: #9a9a9a;
					top: 50%;
					margin-top: -2px;
					left: 0;
					position: absolute;
				}

				.news_r .news_ul ul li .date .year {
					color: #797979;
					font-size: 20px;
					overflow: hidden;
				}

				.news_r .news_ul ul li .date .day {
					color: #9a9a9a;
					font-size: 18px;
					overflow: hidden;
					padding-left: 12px;
				}

			.news_r .news_ul ul li .txts {
				overflow: hidden;
				padding-bottom: 25px;
				position: relative;
				border-bottom: 1px solid #cdcdcd;
			}

				.news_r .news_ul ul li .txts .imgs {
					float: right;
					overflow: hidden;
					width: 317px;
				}

					.news_r .news_ul ul li .txts .imgs img {
						display: block;
						width: 100%;
						-webkit-transform: scale(1);
						-moz-transform: scale(1);
						-ms-transform: scale(1);
						-o-transform: scale(1);
						transform: scale(1);
						-webkit-transition: all 0.3s ease-out 0s;
						-moz-transition: all 0.3s ease-out 0s;
						-o-transition: all 0.3s ease-out 0s;
						transition: all 0.3s ease-out 0s;
					}

			.news_r .news_ul ul li:hover .txts .imgs img {
				-webkit-transform: scale(1.1, 1.1);
				-moz-transform: scale(1.1, 1.1);
				-o-transform: scale(1.1, 1.1);
				-ms-transform: scale(1.1, 1.1);
				transform: scale(1.1, 1.1);
			}

			.news_r .news_ul ul li .txts .cons {
				max-width: 546px;
				overflow: hidden;
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: calc(98% - 317px);
				width: -webkit-calc(98% - 317px);
				width: -moz-calc(98% - 317px);
			}

				.news_r .news_ul ul li .txts .cons .h4 {
					height: 28px;
					line-height: 28px;
					overflow: hidden;
					font-weight: normal;
					color: #595757;
					font-size: 20px;
					white-space: nowrap;
					text-overflow: ellipsis;
					transition: all 0.3s;
				}

			.news_r .news_ul ul li:hover .txts .cons .h4 {
				color: #81b0c2;
			}

			.news_r .news_ul ul li .txts .cons .p {
				height: 22px;
				line-height: 22px;
				overflow: hidden;
				color: #b5b5b5;
				font-size: 14px;
				white-space: nowrap;
				text-overflow: ellipsis;
				margin-top: 20px;
			}

			.news_r .news_ul ul li .txts .cons .nmore {
				position: absolute;
				bottom: 25px;
				right: 0;
				font-size: 14px;
				color: #c0c0c0;
				text-transform: uppercase;
				transition: all 0.3s;
			}

				.news_r .news_ul ul li .txts .cons .nmore span {
					color: #c0c0c0;
					font-size: 18px;
					font-weight: bold;
					margin-left: 8px;
				}

			.news_r .news_ul ul li:hover .txts .cons .nmore {
				color: #333;
			}
/*项目案例*/
.news_a {
	overflow: hidden;
}

	.news_a a {
		height: 24px;
		line-height: 24px;
		overflow: hidden;
		padding-right: 12px;
		margin-right: 12px;
		background: url(../images/news_bg1.png) right 70% no-repeat;
		color: #b5b5b5;
		font-size: 14px;
	}

		.news_a a:last-child {
			background: none;
			padding-right: 0;
			margin-right: 0;
		}

		.news_a a:hover {
			color: #595757;
		}

		.news_a a.on {
			color: #595757;
		}

.case_a {
	overflow: hidden;
	margin-top: 7%;
}

	.case_a .case_a_l {
		float: left;
		overflow: hidden;
		position: relative;
		color: #595757;
		margin-right: 2%;
	}

		.case_a .case_a_l .h3 {
			font-weight: normal;
			line-height: 24px;
			height: 24px;
			font-size: 18px;
		}

		.case_a .case_a_l span {
			display: block;
			font-family: Myriad Pro,微软雅黑;
			line-height: 24px;
			height: 24px;
			font-size: 14px;
			color: #b5b5b5;
			margin-bottom: 13px;
			margin-top: 2px;
		}

		.case_a .case_a_l:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			height: 1px;
			width: 60%;
			background: #d3d3d3;
		}

	.case_a .news_a {
		float: right;
		margin-top: 7px;
	}


.case_ul {
	overflow: hidden;
	margin-top: 3.4%;
	margin-bottom: 1%;
}

	.case_ul ul li {
		float: left;
		width: 32.33%;
		margin-bottom: 4%;
		overflow: hidden;
		margin-right: 1.5%;
	}

		.case_ul ul li.hiden {
			display: none;
		}

		.case_ul ul li:nth-child(3n+0) {
			margin-right: 0;
		}

		.case_ul ul li .imgs {
			overflow: hidden;
			position: relative;
			padding-top: 71.6%;
		}

			.case_ul ul li .imgs img {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				-webkit-transform: scale(1);
				-moz-transform: scale(1);
				-ms-transform: scale(1);
				-o-transform: scale(1);
				transform: scale(1);
				-webkit-transition: all 1.6s ease-out 0s;
				-moz-transition: all 1.6s ease-out 0s;
				-o-transition: all 1.6s ease-out 0s;
				transition: all 1.6s ease-out 0s;
				animation-delay: 0.5s;
				-webkit-animation-delay: 0.5s;
				-moz-animation-delay: 0.5s;
				-ms-animation-delay: 0.5s;
				-o-animation-delay: 0.5s;
			}

		.case_ul ul li:hover .imgs img {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			-o-transform: scale(1.1, 1.1);
			-ms-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
		}

		.case_ul ul li .txts {
			position: absolute;
			width: 100%;
			bottom: -100%;
			left: 0;
			transition: all 0.6s;
			background: rgba(11,15,22,0.65);
			transition: all 0.35s;
		}

		.case_ul ul li:hover .txts {
			bottom: 0;
		}

		.case_ul ul li .txts .cons {
			padding-left: 14px;
			padding-right: 14px;
			overflow: hidden;
			padding-top: 11px;
			padding-bottom: 8px;
		}

			.case_ul ul li .txts .cons .h3 {
				height: 22px;
				line-height: 22px;
				color: #fff;
				text-align: left;
				font-weight: normal;
				font-size: 16px;
				white-space: nowrap;
				text-overflow: ellipsis;
			}

			.case_ul ul li .txts .cons .p {
				display: block;
				overflow: hidden;
				height: 18px;
				line-height: 18px;
				color: rgba(255,255,255,0.5);
				font-size: 12px;
			}
/*项目案例详细*/
.case_con {
	margin-top: 2%;
	margin-bottom: 5%;
	position: relative;
}

.case_l {
	float: left;
	width: 63.5%;
	max-width: 736px;
}

	.case_l .wd-share-bottom ul li {
		text-align: left;
	}

	.case_l .case_t2 {
		border-bottom: 1px solid #626b7e;
		padding-bottom: 3%;
		margin-top: 2%;
		color: #595757;
		margin-bottom: 3%;
	}

		.case_l .case_t2 .h2 {
			line-height: 1.3;
			font-weight: normal;
		}

.about_x2 {
	overflow: hidden;
}

	.about_x2 img {
		max-width: 100%;
	}

	.about_x2 .con_id {
		line-height: 28px;
		overflow: hidden;
		white-space: normal;
		word-break: break-all;
		font-size: 14px;
		color: #5a5d63;
		text-align: left;
		padding-bottom: 4%;
	}

		.about_x2 .con_id p {
			overflow: hidden;
			padding-bottom: 10px;
		}

		.about_x2 .con_id h5 {
			font-weight: normal;
		}

	.about_x2 table {
		border-collapse: collapse;
		border-spacing: 0;
	}

		.about_x2 table td {
			line-height: 22px;
			height: 27px; /*border:1px solid #000;*/
		}

.fenxiang {
	float: right;
	margin-top: 5%;
}

	.fenxiang .span {
		float: left;
		font-size: 14px;
		line-height: 25px;
	}

	.fenxiang .news_fx {
		float: left;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		padding-left: 3px;
		padding-right: 3px;
	}

		.fenxiang .news_fx ul li {
			display: inline-block;
			width: 29px;
			height: 25px;
			margin-left: 13px;
			margin-right: 13px;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			cursor: pointer;
		}

			.fenxiang .news_fx ul li.bgs1 {
				background-image: url(../images/fx_pic1.png);
			}

			.fenxiang .news_fx ul li.bgs2 {
				background-image: url(../images/fx_pic2.png);
			}

			.fenxiang .news_fx ul li.bgs3 {
				background-image: url(../images/fx_pic3.png);
				margin-right: 0;
			}

			.fenxiang .news_fx ul li:hover {
				transition: all 0.3s /*;opacity:0.8;filter:Alpha(opacity=80);*/
			}

			.fenxiang .news_fx ul li.bgs1:hover {
				background-image: url(../images/fx_pic1_on.png);
			}

			.fenxiang .news_fx ul li.bgs2:hover {
				background-image: url(../images/fx_pic2_on.png);
			}

			.fenxiang .news_fx ul li.bgs3:hover {
				background-image: url(../images/fx_pic3_on.png);
			}

			.fenxiang .news_fx ul li a {
				display: block;
				width: 100%;
				height: 100%;
			}

	.fenxiang .social-share .social-share-icon {
		width: 29px;
		height: 25px;
		line-height: 25px;
		margin: 0;
		padding: 0;
	}

		.fenxiang .social-share .social-share-icon:hover {
			background: none;
		}

	.fenxiang .social-share .icon-qq:before {
		content: "";
	}

	.fenxiang .social-share .icon-qq {
		border: 0;
	}

	.fenxiang .social-share .icon-wechat:before {
		content: "";
	}

	.fenxiang .social-share .icon-wechat {
		border: 0;
	}

	.fenxiang .social-share .icon-weibo:before {
		content: "";
	}

	.fenxiang .social-share .icon-weibo {
		border: 0;
	}

.wd-share-bottom {
	overflow: hidden;
	position: relative;
}

	.wd-share-bottom .detail-pager {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.wd-share-bottom ul li {
		float: left;
		width: 16.66%;
		text-align: center;
	}

.detail-pager i {
	margin-right: .45em;
	width: 10px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	background-size: auto 14px;
}

.detail-pager:hover i {
	margin-left: 0px;
}

.detail-pager i.icon-left {
	background-image: url(../images/news_bg3.png);
}

.detail-pager:hover i.icon-left {
	background-image: url(../images/news_bg3_on.png);
}

.detail-pager i.icon-right {
	background-image: url(../images/news_bg4.png);
}

.detail-pager:hover i.icon-right {
	background-image: url(../images/news_bg4_on.png);
}

.detail-pager i.icon-back {
	background-image: url(../images/news_bg5.png);
	background-size: auto 15px;
	width: 20px;
}

.detail-pager:hover i.icon-back {
	background-image: url(../images/news_bg5_on.png);
}

.detail-pager i.icon-share {
	background-image: url(../images/news_bg6.png);
	width: 20px;
}

.detail-pager:hover i.icon-share {
	background-image: url(../images/news_bg6_on.png);
}

.detail-pager i.icon-down {
	background-image: url(../images/news_bg7.png);
	background-size: auto 17px;
	width: 16px;
}

.detail-pager:hover i.icon-down {
	background-image: url(../images/news_bg7_on.png);
}

.detail-pager i.icon-show {
	background-image: url(../images/news_bg8.png);
	width: 20px;
}

.detail-pager:hover i.icon-show {
	background-image: url(../images/news_bg8_on.png);
}

.detail-pager span {
	font-size: 14px;
	line-height: 26px;
	color: #454951;
	letter-spacing: .02em;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s;
}

.detail-pager:hover span {
	margin-right: 5px;
	color: #81b0c2;
}



.case_r {
	float: right;
	width: 32%;
	max-width: 386px;
	overflow: hidden;
	background: #f8f8f8;
}

	.case_r.N_rightOn {
		position: fixed;
		top: 80px;
		width: 29%;
		max-width: 386px;
		right: 50%;
	}

	.case_r.N_rightOn_1 {
		opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		top: -30px;
		position: fixed;
		width: 29%;
		max-width: 386px;
		right: 50%;
	}

	.case_r.N_rightOn_1 {
		transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
		-webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
		-moz-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	}

	.case_r .case_r_con {
		max-width: 340px;
		margin: 0 auto;
		width: 92%;
		overflow: hidden;
	}

		.case_r .case_r_con .case_r_t {
			margin-top: 13%;
			overflow: hidden;
			color: #595757;
			line-height: 24px;
			font-size: 16px;
		}

			.case_r .case_r_con .case_r_t.bgs2 {
				margin-top: 7%;
			}

			.case_r .case_r_con .case_r_t .span {
				display: block;
				color: #b5b5b5;
				font-family: Arial;
				line-height: 20px;
			}

		.case_r .case_r_con .case_r_ul {
			margin-top: 3%;
			overflow: hidden;
			color: #8f8f8f;
			font-size: 14px;
			line-height: 30px;
			padding-bottom: 10%;
		}
		/*.case_r .case_r_con .case_r_ul ul li{ display:block; overflow:hidden; margin-bottom:8px;}
.case_r .case_r_con .case_r_ul ul li .label{ display:inline-block; vertical-align:top; overflow:hidden;}
.case_r .case_r_con .case_r_ul ul li .p{ display:inline-block; vertical-align:top; overflow:hidden;}*/
		.case_r .case_r_con .case_r_ul2 {
			margin-top: 4%;
			overflow: hidden;
			padding-bottom: 10%;
		}

			.case_r .case_r_con .case_r_ul2 ul li {
				display: block;
				overflow: hidden;
				margin-bottom: 23px;
			}

				.case_r .case_r_con .case_r_ul2 ul li .imgs {
					overflow: hidden;
					margin-right: 3%;
					float: left;
					width: 127px;
				}

					.case_r .case_r_con .case_r_ul2 ul li .imgs img {
						display: block;
						width: 100%;
						-webkit-transform: scale(1);
						-moz-transform: scale(1);
						-ms-transform: scale(1);
						-o-transform: scale(1);
						transform: scale(1);
						-webkit-transition: all 1.6s ease-out 0s;
						-moz-transition: all 1.6s ease-out 0s;
						-o-transition: all 1.6s ease-out 0s;
						transition: all 1.6s ease-out 0s;
					}

				.case_r .case_r_con .case_r_ul2 ul li:hover .imgs img {
					-webkit-transform: scale(1.1, 1.1);
					-moz-transform: scale(1.1, 1.1);
					-o-transform: scale(1.1, 1.1);
					-ms-transform: scale(1.1, 1.1);
					transform: scale(1.1, 1.1);
				}

				.case_r .case_r_con .case_r_ul2 ul li .txts {
					overflow: hidden;
					padding-top: 4%;
				}

					.case_r .case_r_con .case_r_ul2 ul li .txts .p {
						height: 18px;
						line-height: 18px;
						overflow: hidden;
						white-space: nowrap;
						text-overflow: ellipsis;
						color: #7a7a7a;
						font-size: 14px;
						opacity: 0.5;
						filter: Alpha(opacity=50);
					}

					.case_r .case_r_con .case_r_ul2 ul li .txts .h4 {
						font-weight: normal;
						color: #7a7a7a;
						font-size: 14px;
						height: 20px;
						line-height: 20px;
						margin-top: 3px;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
					}

					.case_r .case_r_con .case_r_ul2 ul li .txts .h5 {
						max-width: 155px;
						font-weight: normal;
						color: #7a7a7a;
						font-size: 14px;
						height: 40px;
						line-height: 20px;
						margin-top: 3px;
						text-overflow: ellipsis;
						display: -webkit-box;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						overflow: hidden;
					}
/*加入承构*/
.team_img {
	position: relative;
	overflow: hidden;
	margin-top: 6.2%;
}

	.team_img img {
		width: 100%;
	}
	/*.team_img .txts{ position:absolute; top:50%; width:94%; max-width:1250px; left:50%;transform: translate(-50%, -50%); color:#50545b;}
.team_img .txts2{ position:absolute; top:6%; width:94%; max-width:1250px; left:50%;transform: translate(-50%, 0%); color:#50545b;}*/
	.team_img .txts3 {
		position: absolute;
		top: 10%;
		width: 94%;
		max-width: 1250px;
		left: 50%;
		transform: translate(-50%, 0%);
		color: #fff;
	}

		.team_img .txts3 .span {
			display: block;
			overflow: hidden;
			font-size: 15px;
			letter-spacing: 1px;
			font-family: Arial;
			margin-top: 3px;
		}
/*人才招聘*/
.job_box {
	margin: 0 auto;
	max-width: 1264px;
}

.job_search {
	overflow: hidden;
	margin-top: 6.5%;
}

	.job_search .bnts {
		float: right;
		width: 220px;
		background: url(../images/job_bg1.png) 30px center no-repeat #595757;
		background-size: 49px 29px;
		height: 58px;
		line-height: 58px;
		border: 0;
		color: #fff;
		margin-left: 9px;
		cursor: pointer;
		transition: all 0.3s;
		-webkit-appearance: none;
		text-align: left;
		text-indent: 97px;
	}

		.job_search .bnts:hover {
			opacity: 0.8;
			filter: Alpha(opacity=80);
		}

	.job_search .boxs {
		overflow: hidden;
		border: 1px solid #484b53;
		height: 56px;
		line-height: 56px;
	}

		.job_search .boxs label {
			float: left;
			padding-left: 24px;
			overflow: hidden;
			padding-right: 15px;
			height: 28px;
			line-height: 28px;
			margin-top: 14px;
			position: relative;
			color: #454951;
		}

			.job_search .boxs label:after {
				content: "";
				position: absolute;
				right: 0px;
				height: 28px;
				width: 2px;
				top: 50%;
				margin-top: -14px;
				background: #484b53;
			}

		.job_search .boxs .divs {
			overflow: hidden;
		}

			.job_search .boxs .divs .inputs {
				width: 100%;
				height: 100%;
				overflow: hidden;
				border: 0;
				text-indent: 20px;
				color: #454951;
				outline: none;
			}

			.job_search .boxs .divs input::-webkit-input-placeholder {
				color: #dcdcdc;
			}

.job_type {
	overflow: hidden;
	margin-top: 5.4%;
	line-height: 26px;
	font-size: 18px;
	color: #595757;
}

	.job_type ul li {
		display: block;
		overflow: hidden;
		margin-bottom: 8px;
	}

		.job_type ul li label {
			float: left;
			margin-right: 1%;
			overflow: hidden;
			font-weight: bold;
		}

		.job_type ul li .p {
			overflow: hidden;
		}

			.job_type ul li .p a {
				float: left;
				margin-right: 3%;
				color: #9a9a9a;
			}

				.job_type ul li .p a:hover {
					color: #595757;
				}

.gr-employ {
	overflow: hidden;
	margin-bottom: 3%;
	margin-top: 1.5%;
	background: #fff;
}

	.gr-employ .tit-bar {
		padding: 2px 23px;
		font-size: 0;
		background: #f3f3f3;
		margin-bottom: 2px;
	}

	.gr-employ .tit-header {
		background: #595757;
		border-bottom: 0;
	}

	.gr-employ .tit-bar li {
		display: inline-block;
		width: 25%;
		font-size: 16px;
		vertical-align: middle;
		line-height: 30px;
		box-sizing: border-box;
		color: #7a7a7a;
	}

		.gr-employ .tit-bar li:first-child {
			color: #454951;
		}

	.gr-employ .tit-header li {
		color: #fff;
		font-size: 20px;
		line-height: 38px;
	}

		.gr-employ .tit-header li:first-child {
			color: #fff;
		}

	.gr-employ .tit-bar li.middle {
		text-align: center;
	}

	.gr-employ .tit-bar li:last-child {
		padding-right: 4%;
	}
/*.gr-employ-list .item:nth-child(2n){background:#f6f6f6;}*/
.gr-employ-list .item.hiden {
	display: none;
}

.gr-employ-list .item ~ .item .cont {
	display: none;
}

.gr-employ-list .item .cont {
	padding: 23px;
	display: none;
	line-height: 1.75;
	font-size: 14px;
	color: #818181;
	background: #fcfcfc;
	border: 1px solid #fcfcfc;
	margin-bottom: 8px;
}

	.gr-employ-list .item .cont .one {
		overflow: hidden;
		padding-bottom: 2%;
	}

		.gr-employ-list .item .cont .one b {
			font-size: 16px;
			color: #595757;
			line-height: 40px;
			overflow: hidden;
		}
/*.gr-employ-list .item .cont .two{ font-size:16px; color:#333333; overflow:hidden; margin-top:1%; padding-top:3%; border-top:1px dashed #dedede;}
.gr-employ-list .item .cont .two a{ font-weight:bold; font-size:20px;}*/
.gr-employ-list .item .tit-bar {
	position: relative;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-tap-highlight-color: transparent;
}

	.gr-employ-list .item .tit-bar:before {
		content: "";
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -8px;
		width: 15px;
		height: 16px;
		vertical-align: middle;
		background: url(../images/job_bg2.png) no-repeat;
		background-size: 100% 100%;
	}
	/*.gr-employ-list .item .tit-bar.on{background:#b49173;color:#fff;}*/
	.gr-employ-list .item .tit-bar.on:before {
		background-image: url(../images/job_bg2_on.png);
	}

.gr-employ-list .item .cont .email a {
	color: #f6960a;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

	.gr-employ-list .item .cont .email a:hover {
		text-decoration: underline;
	}

.job_end {
	text-align: center;
	margin-top: 4%;
	overflow: hidden;
}

	.job_end .label {
		background: url(../images/job_bg3.png) #595757 right 10px center no-repeat;
		color: #fff;
		height: 42px;
		line-height: 42px;
		display: inline-block;
		vertical-align: top;
		padding-left: 13px;
		padding-right: 33px;
		letter-spacing: 2px;
	}

	.job_end .a {
		text-align: center;
		margin-top: 1%;
		overflow: hidden;
		margin-bottom: 5%;
		color: #595757;
		font-size: 16px;
	}

		.job_end .a a {
			color: #595757;
			transition: all 0.3s;
		}

			.job_end .a a:hover {
				color: #81b0c2;
			}
/*联系我们*/
.contact_ul {
	overflow: hidden;
	margin-top: 3%;
	margin-bottom: 1%;
}

	.contact_ul ul li {
		float: left;
		width: 37%;
		margin-bottom: 2%;
		margin-right: 2%;
		overflow: hidden;
		transition: all 0.3s;
		text-align: left;
	}

		.contact_ul ul li:nth-child(3n+0) {
			margin-right: 0;
			text-align: right;
		}

		.contact_ul ul li:nth-child(2) {
			text-align: center;
		}

		.contact_ul ul li .boxs {
			display: inline-block;
			vertical-align: top;
			overflow: hidden;
			text-align: left;
		}

		.contact_ul ul li .h3 {
			font-weight: normal;
			line-height: 36px;
			overflow: hidden;
			font-size: 16px;
			color: rgba(89,87,87.0.85);
			transition: all 0.3s;
		}

		.contact_ul ul li .p {
			overflow: hidden;
			margin-top: 19px;
			line-height: 24px;
			font-size: 14px;
			color: #868686;
		}

			.contact_ul ul li .p p {
				padding-bottom: 19px;
				overflow: hidden;
			}

			.contact_ul ul li .p a {
				color: #868686;
			}

				.contact_ul ul li .p a:hover {
					color: #000;
				}

			.contact_ul ul li .p .family {
				font-family: Arial;
				font-weight: bold;
			}

			.contact_ul ul li .p p label {
				float: left;
				overflow: hidden;
				height: 48px;
			}

			.contact_ul ul li .p p .span {
				overflow: hidden;
			}

.feedback_div {
	padding-bottom: 7%;
	overflow: hidden;
	margin-top: 2%;
}

	.feedback_div .divs {
		float: left;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

		.feedback_div .divs:nth-child(3n+0) {
			margin-right: 0;
			text-align: right;
		}

		.feedback_div .divs:nth-child(2) {
			text-align: center;
		}

	.feedback_div .inputs2 {
		width: 99%;
		max-width: 372px;
		background: #fff;
		height: 46px;
		line-height: 46px;
		color: rgba(134,134,134,0.85);
		font-size: 18px;
		border: 0;
		border-bottom: 1px solid #d3d3d3;
		outline: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		font-family: "微软雅黑";
	}

		.feedback_div .inputs2.bgs2 {
			max-width: none;
			width: 100%;
			margin-bottom: 4%;
		}

	.feedback_div .textarea {
		padding: 1%;
		padding-left: 0;
		width: 99%;
		background: #fff;
		border: 0;
		border-bottom: 1px solid #d3d3d3;
		outline: none;
		margin-bottom: 2%;
		color: rgba(134,134,134,0.85);
		height: 46px;
		font-size: 18px;
	}

	.feedback_div .bnts2 {
		border: none;
		width: 100%;
		max-width: 130px;
		height: 40px;
		line-height: 40px;
		background: #595757;
		text-align: center;
		color: #fff;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		float: left;
		letter-spacing: 4px;
		font-size: 20px;
	}

		.feedback_div .bnts2:hover {
			filter: alpha(opacity=80);
			opacity: 0.8;
			transition: all 0.3s;
			background: #000;
		}

.wrap12 .lefts {
	width: 100%;
	float: left;
}

@media screen and (max-width: 1600px) {
	/*关于我们*/
	.about_title4:after {
		width: 70%;
	}
}

@media screen and (max-width: 1440px) {
	/*内页*/
	/*关于我们*/
	.about_title4:after {
		margin-left: 30px;
	}

	.about_culture .txts .h3 {
		margin-top: 5%;
	}

	.about_culture .txts .p {
		line-height: 26px;
	}

	.team_ul ul li .txts .p {
		margin-top: 18%;
	}
}

@media screen and (max-width: 1360px) {
	/*关于我们*/
	.about_design .ul ul li {
		width: 23.5%;
		margin-right: 2%;
	}

	.team_ul ul li .txts .p {
		margin-top: 10%;
	}
	/*新闻*/
	.news_r .news_ul ul li .date {
		width: 150px;
	}
}

@media screen and (max-width: 1200px) {
	/*内页*/
	/*关于我们*/
	.about_title4:after {
		margin-left: 25px;
		width: 66%;
	}

	.about_design .ul ul li {
		width: 24.25%;
		margin-right: 1%;
	}

	.team_ul ul li {
		width: 32%;
	}

		.team_ul ul li:nth-child(4n+0) {
			margin-right: 2%;
		}

		.team_ul ul li:nth-child(3n+0) {
			margin-right: 0;
		}

	/*项目案例详细*/
	.case_r .case_r_con .case_r_ul2 ul li {
		margin-bottom: 15px;
	}

		.case_r .case_r_con .case_r_ul2 ul li .imgs {
			width: 110px;
		}

		.case_r .case_r_con .case_r_ul2 ul li .txts {
			padding-top: 3%;
		}
	/*人才招聘*/
	.gr-employ .tit-bar li {
		font-size: 15px;
	}

	.gr-employ .tit-header li {
		font-size: 19px;
		line-height: 36px;
	}

	.gr-employ-list .item .cont {
		font-size: 14px;
	}

		.gr-employ-list .item .cont .one b {
			font-size: 15px;
		}
	/*联系我们*/
	.contact_ul ul li .h3 {
		font-size: 18px;
	}

	.contact_ul ul li .p {
		font-size: 14px;
	}

	.feedback_div .inputs2 {
		font-size: 17px;
	}
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1100px) {
	/*内页*/
	.position {
		margin-top: 0;
	}
	/*关于我们*/
	.about_title4:after {
		width: 65%;
		top: 30px;
	}

	.about_title4 .about_title_r {
		line-height: 50px;
	}

	.about_title4 .h2 {
		line-height: 52px;
	}
	/*新闻*/
	.news_r .news_ul {
		padding-top: 0;
	}

		.news_r .news_ul ul li .date {
			width: 130px;
			padding-left: 10px;
		}

			.news_r .news_ul ul li .date .year {
				font-size: 18px;
			}

			.news_r .news_ul ul li .date .day {
				font-size: 16px;
			}

		.news_r .news_ul ul li .txts .imgs {
			width: 250px;
		}

		.news_r .news_ul ul li .txts .cons {
			width: calc(98% - 250px);
			width: -webkit-calc(98% - 250px);
			width: -moz-calc(98% - 250px);
		}
	/*项目案例详细*/
	.case_r .case_r_con .case_r_ul {
		font-size: 13px;
		line-height: 26px;
	}

	.case_r .case_r_con .case_r_ul2 ul li .txts .p {
		font-size: 13px;
	}

	.case_r .case_r_con .case_r_ul2 ul li .txts .h4 {
		font-size: 13px;
	}

	.case_r .case_r_con .case_r_ul2 ul li .txts .h5 {
		font-size: 13px;
	}
	/*加入承构*/
	.team_img .txts3 .span {
		font-size: 14px;
		letter-spacing: 0;
	}
	/*人才招聘*/
	.job_type {
		font-size: 16px;
	}

		.job_type ul li {
			margin-bottom: 5px;
		}

	.gr-employ .tit-header li {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1000px) {
	/*内页*/
	.o_big {
		height: auto;
	}

	/*人才招聘*/
	.gr-employ .tit-bar li {
		font-size: 14px;
		line-height: 26px;
	}

	.gr-employ .tit-header li {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 960px) {
	/*内页*/
	.position {
		font-size: 13px;
	}

		.position .rclass {
			display: block;
		}

		.position .postions_b {
			display: none;
		}

			.position .postions_b a {
				float: none;
				display: block;
				margin-left: 0;
				padding-left: 3%;
				text-align: left;
				background: #efefef;
				border-bottom: 1px solid #fff;
			}

				.position .postions_b a:after {
					height: 0;
				}

				.position .postions_b a.isel {
					background: #005ca8;
					color: #fff;
				}

	/*分类弹窗*/
	.about_tc {
		z-index: 19891025;
		width: 0%;
		right: 0%;
		position: absolute;
		overflow: hidden;
		top: 0;
		height: 100%; /* display: none;*/
		transition: all 0.3s;
	}

	.postions_b.lws .about_tc {
		width: 80%;
	}

	.postions_b.lws {
		display: block;
	}

	.about_tc .about_divs {
		position: absolute;
		right: 0;
		width: 85%;
		background-color: #fff;
		top: 0;
		overflow: hidden;
		height: 100%;
	}

	.about_tc .closed2 {
		right: 84.5%;
		position: absolute;
		top: 150px;
		cursor: pointer;
		width: 40px;
		display: block;
	}

		.about_tc .closed2:hover {
			filter: Alpha(Opacity=80);
			opacity: 0.8;
			transition: all 0.3s;
		}
	/*关于我们*/
	.about_title4:after {
		margin-left: 20px;
	}

	.about_culture .txts .about_tt {
		line-height: 40px;
	}

	.about_culture .txts .h3 {
		margin-top: 3%;
	}

	.about_img2 .txts .about_tt {
		line-height: 40px;
	}

	.about_design .about_tt {
		line-height: 40px;
	}

	.team_ul ul li {
		width: 49%;
	}

		.team_ul ul li:nth-child(3n+0) {
			margin-right: 2%;
		}

		.team_ul ul li:nth-child(2n+0) {
			margin-right: 0;
		}
	/*合伙人弹窗*/
	.team_box {
		width: 600px;
		margin-left: -300px;
		margin-top: -189px;
	}

		.team_box .team_box_con {
			padding: 3%;
		}

			.team_box .team_box_con .imgs {
				width: 270px;
				margin-right: 17px;
			}

			.team_box .team_box_con .cons {
				height: 330px;
			}

	/*新闻*/
	.news_l {
		float: none;
		width: 100%;
		margin-right: 0;
	}

		.news_l .h3 {
			margin-top: 0px;
		}

	.news_r {
		margin-top: 3%;
	}

		.news_r .news_ul ul li {
			margin-top: 3%;
		}

			.news_r .news_ul ul li .txts {
				padding-bottom: 3%;
			}
	/*项目案例*/
	.case_a .news_a {
		clear: both;
		float: none;
		padding-top: 3%;
	}
	/*项目案例详细*/
	.case_l {
		float: none;
		width: 100%;
		max-width: none;
	}

	.case_r {
		float: none;
		width: 100% !important;
		max-width: none !important;
		margin-top: 5%;
		margin-right: 0 !important;
		position: static !important;
	}

	.fenxiang .span {
		font-size: 13px;
	}

	.fenxiang .news_fx ul li {
		margin-left: 6px;
		margin-right: 6px;
	}

	.detail-pager span {
		font-size: 14px;
		line-height: 26px;
	}

	.detail-pager i {
		height: 26px;
		background-size: auto 14px;
		width: 10px;
	}

		.detail-pager i.icon-back {
			background-size: auto 15px;
			width: 20px;
		}

		.detail-pager i.icon-share {
			width: 20px;
		}

		.detail-pager i.icon-down {
			background-size: auto 17px;
			width: 16px;
		}

		.detail-pager i.icon-show {
			width: 20px;
		}

	.case_r .case_r_con .case_r_t {
		margin-top: 7%;
	}

	.case_r .case_r_con {
		max-width: none;
	}

		.case_r .case_r_con .case_r_ul {
			margin-top: 2%;
		}

		.case_r .case_r_con .case_r_ul2 {
			margin-top: 2%;
			padding-bottom: 5%;
		}
	/*加入承构*/
	.team_img .txts3 .span {
		font-size: 13px;
	}
	/*人才招聘*/
	.job_search .bnts {
		height: 50px;
		line-height: 50px;
		background-size: 40px 26px;
		text-indent: 78px;
		background-position: 20px center;
		width: 180px;
	}

	.job_search .boxs {
		height: 48px;
		line-height: 48px;
	}

		.job_search .boxs label {
			margin-top: 12px;
		}

	.job_end .a {
		font-size: 14px;
	}
	/*联系我们*/
	.contact_ul ul li .h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.contact_ul ul li .p {
		font-size: 14px;
	}

	.feedback_div .divs {
		float: none;
		width: 100%;
		margin-right: 0%;
	}

		.feedback_div .divs:nth-child(3n+0) {
			text-align: left;
		}

		.feedback_div .divs:nth-child(2) {
			text-align: left;
		}

	.feedback_div .inputs2 {
		max-width: none;
		width: 100%;
	}

	.feedback_div .bnts2 {
		max-width: none;
	}
}

@media screen and (max-width: 830px) {
	/*内页*/
	/*关于我们*/
	.about_title4:after {
		margin-left: 15px;
		width: 60%;
	}

	.about_title4 .about_title_r {
		line-height: 42px;
	}

	.about_title4 .h2 {
		line-height: 50px;
	}
}

@media screen and (max-width: 780px) {
	/*内页*/
	.position .postions_b a {
		font-size: 14px;
	}
	/*分页*/
	.yema a {
		height: 26px;
		line-height: 26px;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: 2px;
		margin-right: 2px;
		font-size: 13px;
	}

		.yema a span {
			font-size: 14px;
		}
	/*关于我们*/
	.about_culture .txts {
		padding-bottom: 5%;
	}

		.about_culture .txts .about_tt {
			font-size: 16px;
		}

			.about_culture .txts .about_tt span {
				font-size: 18px;
			}

		.about_culture .txts .cons {
			float: none;
			width: 100%;
		}

		.about_culture .txts .imgs {
			float: none;
			display: block;
			margin: 0 auto;
			margin-top: 3%;
			width: 90%;
		}

	.about_img2 .txts .about_tt {
		font-size: 16px;
	}

		.about_img2 .txts .about_tt span {
			font-size: 18px;
		}

	.about_design .ul ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

		.about_design .ul ul li:nth-child(4n+0) {
			margin-right: 2%;
		}

		.about_design .ul ul li:nth-child(2n+0) {
			margin-right: 0;
		}

	.about_design .about_tt {
		font-size: 16px;
	}

		.about_design .about_tt span {
			font-size: 18px;
		}

	/*合伙人弹窗*/
	.team_box {
		width: 84%;
		left: 5%;
		margin-left: 0;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%,-50%);
		margin-top: 0;
	}
		/*.team_box .team_box_con .imgs{ display:none;}*/
		.team_box .team_box_con .imgs {
			width: 100%;
			margin-bottom: 10px;
		}

		.team_box .team_box_con .cons {
			height: 230px;
		}

	/*新闻*/
	.news_r .news_ul ul li .date {
		width: 120px;
	}

		.news_r .news_ul ul li .date .year {
			font-size: 16px;
		}

		.news_r .news_ul ul li .date .day {
			font-size: 14px;
			padding-left: 8px;
		}

	.news_r .news_ul ul li .txts .cons .nmore {
		font-size: 13px;
		bottom: 22px;
	}

	.news_r .news_ul ul li .txts .cons .h4 {
		font-size: 18px;
	}

	.news_r .news_ul ul li .txts .cons .p {
		margin-top: 12px;
	}
	/*项目案例*/
	.case_ul ul li {
		width: 49%;
		margin-right: 2%;
	}

		.case_ul ul li:nth-child(3n+0) {
			margin-right: 2%;
		}

		.case_ul ul li:nth-child(2n+0) {
			margin-right: 0;
		}
}

@media screen and (max-width: 700px) {
	/*新闻*/
	.news_r .news_ul ul li .txts .imgs {
		width: 220px;
	}

	.news_r .news_ul ul li .txts .cons {
		width: calc(98% - 220px);
		width: -webkit-calc(98% - 220px);
		width: -moz-calc(98% - 220px);
	}
	/*联系我们*/
	.contact_ul {
		margin-top: 4%;
	}

		.contact_ul ul li {
			float: none;
			width: 100%;
			margin-right: 0;
		}

			.contact_ul ul li:nth-child(3n+0) {
				text-align: left;
			}

			.contact_ul ul li:nth-child(2) {
				text-align: left;
			}

			.contact_ul ul li .p {
				margin-top: 3%;
			}

				.contact_ul ul li .p p {
					padding-bottom: 3%;
				}

					.contact_ul ul li .p p label {
						height: 24px;
					}
}

@media screen and (max-width: 640px) {
	/*内页*/
	.position .postions_r img {
		height: 12px;
	}
	/*分页*/
	.yema a {
		font-size: 12px;
	}

		.yema a span {
			font-size: 13px;
		}

	/*关于我们*/
	.about_title4:after {
		top: 23px;
		margin-left: 10px;
		width: 54%;
	}

	.about_title4 .h2 {
		line-height: 46px;
	}

	.about_title4 .about_title_r {
		line-height: 36px;
	}

	.about_title.bgs2 {
		width: 100%;
	}

	.about_ul ul li {
		float: none;
		width: 100%;
	}

		.about_ul ul li .cons {
			max-width: none;
		}

	.team_ul {
		margin-top: 5%;
	}

		.team_ul ul li {
			width: 100%;
			margin-right: 0;
		}

			.team_ul ul li:nth-child(3n+0) {
				margin-right: 0;
			}

			.team_ul ul li .txts .h3 {
				margin-top: 7%;
			}
	/*合伙人弹窗*/
	.team_box {
		width: 80%;
		left: 10%;
	}

	/*新闻*/
	.news_r .news_ul ul li .date {
		width: 100%;
		float: none;
	}

	.news_r .news_ul ul li .txts {
		margin-top: 1%;
	}

		.news_r .news_ul ul li .txts .cons .p {
			margin-top: 6px;
		}

		.news_r .news_ul ul li .txts .cons .nmore {
			bottom: 18px;
		}
	/*项目案例*/
	.news_a a {
		padding-right: 10px;
		margin-right: 9px;
		background-size: 2px 12px;
	}

	.case_a .case_a_l span {
		margin-bottom: 10px;
	}
	/*项目案例详细*/
	.case_l .case_t2 .h2 {
		line-height: 1.65;
	}

	.wd-share-bottom ul li {
		width: 25%;
	}

		.wd-share-bottom ul li:nth-child(1), .wd-share-bottom ul li:nth-child(2), .wd-share-bottom ul li:nth-child(3), .wd-share-bottom ul li:nth-child(4) {
			margin-bottom: 3%;
		}

	.fenxiang .news_fx ul li {
		width: 22px;
		height: 19px;
	}
	/*加入承构*/
	.team_img .txts3 .span {
		font-size: 12px;
	}
	/*人才招聘*/
	.job_type {
		font-size: 14px;
	}

	.job_search .bnts {
		background-size: 32px 21px;
		text-indent: 68px;
		width: 160px;
	}

	.job_search .boxs label {
		padding-left: 15px;
	}

		.job_search .boxs label:after {
			height: 20px;
			margin-top: -10px;
		}

	.gr-employ .tit-bar li {
		font-size: 13px;
		line-height: 24px;
	}

	.gr-employ .tit-header li {
		font-size: 14px;
		line-height: 24px;
	}

	.gr-employ-list .item .cont {
		padding: 23px 20px;
		font-size: 13px;
	}

		.gr-employ-list .item .cont .one b {
			font-size: 15px;
		}

	.gr-employ-list .item .tit-bar:before {
		right: 2%;
	}
	/*联系我们*/
	.feedback_div .inputs2 {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.feedback_div .textarea {
		height: 60px;
	}



	@media screen and (max-width: 520px) {
		/*内页*/


	}

	@media screen and (max-width: 480px) {
		/*内页*/
		.position {
			font-size: 12px;
		}

			.position .postions_r span {
				display: none;
			}

			.position .postions_b a {
				font-size: 13px;
			}

		.o_big_con .cons .news_t .dates {
			line-height: 1.5;
		}
		/*分页*/
		.yema {
			padding-top: 35px;
			padding-bottom: 40px;
		}

			.yema a {
				padding-left: 5px;
				padding-right: 5px;
				margin-left: 1px;
				margin-right: 1px;
			}
		/*关于我们*/
		.about_title4:after {
			width: 50%;
			margin-left: 6px;
		}

		.about_title {
			height: 50px;
			line-height: 50px;
		}

			.about_title .h2 {
				font-size: 18px;
			}

			.about_title .about_title_r {
				font-size: 18px;
				margin-left: 12px;
			}

		.about_ul {
			font-size: 13px;
			line-height: 24px;
		}

		.about_culture .txts .about_tt {
			font-size: 14px;
		}

			.about_culture .txts .about_tt span {
				font-size: 16px;
			}

		.about_img2 .txts {
			font-size: 13px;
		}

			.about_img2 .txts .about_tt {
				font-size: 14px;
			}

				.about_img2 .txts .about_tt span {
					font-size: 16px;
				}

		.about_design .about_tt {
			font-size: 14px;
		}

			.about_design .about_tt span {
				font-size: 16px;
			}

		.about_design .ul {
			font-size: 13px;
		}

			.about_design .ul ul li {
				float: none;
				width: 100%;
				margin-right: 0;
				min-height: inherit;
				padding-bottom: 25px;
			}

				.about_design .ul ul li img {
					width: 50px;
					margin-top: 25px;
				}

				.about_design .ul ul li .h3 {
					margin-top: 15px;
				}

				.about_design .ul ul li .p {
					margin-top: 10px;
					padding-top: 12px;
				}

		.team_ul ul li .txts .h3 {
			font-size: 18px;
			margin-top: 5%;
		}

		.team_ul ul li .imgs {
			width: 38%;
			padding-top: 48%;
		}

		.team_ul ul li .txts .p {
			margin-top: 6%;
		}
		/*合伙人弹窗*/
		.team_box {
			width: 76%;
			left: 12%;
		}

			.team_box .team_closed {
				right: -36px;
			}

		/*新闻*/
		.news_r .news_ul ul li .txts .imgs {
			width: 190px;
		}

		.news_r .news_ul ul li .txts .cons {
			width: calc(98% - 190px);
			width: -webkit-calc(98% - 190px);
			width: -moz-calc(98% - 190px);
		}

			.news_r .news_ul ul li .txts .cons .h4 {
				font-size: 16px;
			}

			.news_r .news_ul ul li .txts .cons .p {
				font-size: 13px;
			}

			.news_r .news_ul ul li .txts .cons .nmore {
				bottom: 15px;
			}

				.news_r .news_ul ul li .txts .cons .nmore span {
					margin-left: 4px;
				}

		/*项目案例*/
		.news_a a {
			padding-right: 8px;
			margin-right: 4px;
			font-size: 13px;
		}

		.case_ul ul li .txts .cons {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
		}

			.case_ul ul li .txts .cons .h3 {
				font-size: 15px;
			}
		/*项目案例详细*/
		.fenxiang .span {
			font-size: 12px;
		}
		/*人才招聘*/
		.job_type {
			font-size: 13px;
		}

		.job_search .bnts {
			width: 46px;
			height: 44px;
			line-height: 44px;
			background-position: 15px center;
			margin-left: 6px;
		}

		.job_search .boxs {
			height: 42px;
			line-height: 42px;
		}

			.job_search .boxs label {
				margin-top: 7px;
				padding-left: 10px;
				padding-right: 12px;
				font-size: 14px;
			}

				.job_search .boxs label:after {
					height: 18px;
					margin-top: -9px;
				}

			.job_search .boxs .divs .inputs {
				text-indent: 12px;
				font-size: 14px;
			}

		.gr-employ .tit-bar {
			padding: 2px 15px;
		}

		.gr-employ-list .item .tit-bar:before {
			background: none;
		}

		.gr-employ-list .item .tit-bar.on:before {
			background: none;
		}

		.gr-employ .tit-bar li {
			font-size: 12px;
			line-height: 22px;
		}

		.gr-employ .tit-header li {
			font-size: 13px;
			line-height: 22px;
		}

		.gr-employ-list .item .cont {
			padding: 23px 15px;
			font-size: 12px;
		}

			.gr-employ-list .item .cont .one b {
				font-size: 14px;
			}

		.job_end .a {
			font-size: 13px;
		}
		/*联系我们*/
		.contact_ul {
			margin-top: 4%;
		}

			.contact_ul ul li .h3 {
				font-size: 18px;
			}

			.contact_ul ul li .p {
				font-size: 14px;
			}

		.feedback_div .bnts2 {
			font-size: 18px;
		}
	}

	@media screen and (max-width: 420px) {
		/*内页*/
		.o_big_con .cons .news_t {
			font-size: 15px;
		}
		/*关于我们*/
		.about_title4:after {
			width: 44%;
		}

		/*新闻*/
		.news_r .news_ul ul li .txts .imgs {
			width: 150px;
		}

		.news_r .news_ul ul li .txts .cons {
			width: calc(98% - 150px);
			width: -webkit-calc(98% - 150px);
			width: -moz-calc(98% - 150px);
		}

			.news_r .news_ul ul li .txts .cons .h4 {
				height: 24px;
				line-height: 24px;
			}

			.news_r .news_ul ul li .txts .cons .p {
				margin-top: 0;
				height: 20px;
				line-height: 20px;
			}

			.news_r .news_ul ul li .txts .cons .nmore {
				font-size: 12px;
				bottom: 12px;
			}
		/*项目案例*/
		.case_ul ul li {
			width: 100%;
			float: none;
			margin-right: 0%;
		}

			.case_ul ul li .txts {
				bottom: 0;
			}

				.case_ul ul li .txts .cons .h3 {
					font-size: 14px;
				}

				.case_ul ul li .txts .cons .p {
					display: none;
				}
	}

	@media screen and (max-width: 380px) {
		/*关于我们*/
		.about_title4:after {
			width: 42%;
		}

		/*人才招聘*/
		.job_type {
			font-size: 12px;
		}

		.gr-employ-list .item .cont .one b {
			font-size: 13px;
		}
	}

	@media screen and (max-width: 360px) {
		/*关于我们*/
		.about_title4:after {
			width: 40%;
			margin-left: 2px;
		}
		/*人才招聘*/
		.gr-employ .tit-bar {
			padding: 2px 10px;
		}

			.gr-employ .tit-bar li {
				line-height: 20px;
			}

				.gr-employ .tit-bar li:last-child {
					padding-right: 5%;
				}

		.gr-employ-list .item .cont {
			padding: 20px 10px;
		}
	}
