@charset "UTF-8";

/*公共样式*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #333333;
	background-color: #ffffff;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

input,
textarea,
select {
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	transition: all .5s;
}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.nav-page {
	font-size: 0;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.btn {
	padding: 0;
	border: 0;
	line-height: 1;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
p {
	margin: 0;
}


/* header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.case-body .header {
	background: #ffffff;
}

.drop-down {
	display: none;
}

.header .head-wrap {
	justify-content: space-between;
	align-items: center;
	padding: 39px 60px;
}

.home-body .header .head-wrap {
	padding: 0 75px;
	padding-top: 55px;
}

.header .head-nav .nav {
	align-items: center;
}

.header .head-nav .column {
	position: relative;
	line-height: 48px;
	margin: 0 18px;
}

.header .head-nav .link {
	position: relative;
	font-size: 16px;
	color: #595757;
	padding: 0;
	transition: all .3s;
}

.header .head-nav .link::after {
	position: absolute;
	content: "";
	left: 100%;
	right: 100%;
	top: 38px;
	height: 1px;
	background-color: #ffffff;
	transition: all .5s;
}

.header .head-nav .column:hover .link {
	color: #fffefe;
}

.header .head-nav .column:hover .link::after {
	left: 0;
	right: 0;
}

.header.on .head-nav .link {
	color: #595757;
}

.header.on .head-nav .column:hover .link {
	color: #595757;
}

.header.on .head-nav .link::after {
	background-color: #595757;
}

.header .head-nav .link:hover {
	background: none;
}

.header .head-nav .down-nav {
	display: none;
	position: absolute;
	top: 47px;
	left: 50%;
	min-width: 100%;
	padding: 7px 0;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, .5);
	transform: translate(-50%, 0);
}

.header .head-nav .link-2 {
	display: block;
	font-size: 12px;
	color: #a0a0a0;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	transition: all .3s;
}

.header .head-nav .link-2:hover {
	color: #ffffff;
}

.header .head-nav .head-search {
	line-height: 1;
	margin-right: 0;
}

.header .head-search .input-text {
	width: 100px;
	font-size: 16px;
	color: #595757;
	background: none;
	border-bottom: 1px solid #777676;
}

.header .head-search .input-text::-webkit-input-placeholder {
	color: #595757;
}

.header .head-search .btn-submit {
	width: 19px;
	height: 19px;
	background: none;
}

.header .head-search .img-2 {
	display: none;
}

.header.on {
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
	background-color: #ffffff;
}

.header.on .head-wrap {
	padding: 0 60px;
}

.return-top {
	position: fixed;
	right: 3.5%;
	bottom: 15%;
	width: 43px;
	height: 43px;
	background-image: url(../images/icon15.png);
	background-size: cover;
	z-index: 5;
	cursor: pointer;
	opacity: .33;
}

.return-top:hover {
	opacity: 1;
}

.m-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
	z-index: 9;
}

.m-header .head-wrap {
	height: 50px;
	justify-content: space-between;
	align-items: center;
}

.m-header .head-logo {
	height: 40px;
	line-height: 40px;
}

.m-header .head-logo img {
	max-height: 100%;
}

.btn-menu.flex {
	width: 40px;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.btn-menu>span {
	width: 40px;
	height: 2px;
	background-color: #000000;
	margin: 4px 0;
	transition: all .3s;
}

.btn-menu.on>span {
	width: 20px;
}

.btn-menu.on>span:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.btn-menu.on>span:nth-child(2) {
	display: none;
}

.btn-menu.on>span:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.m-header .down-menu {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	padding: 10px 0;
	background-color: #ffffff;
	overflow-y: auto;
	z-index: 10;
}

.m-header .down-menu::-webkit-scrollbar {
	display: none;
}

.m-header .item {
	display: block;
	font-size: 16px;
	color: #595757;
	line-height: 40px;
}

.m-header .down-nav {
	display: none;
}

.m-header .link-2 {
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 30px;
	padding: 0 10px;
}

.m-header .form {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.m-header .input-text {
	width: calc(100% - 30px);
	padding-right: 15px;
	border-bottom: 1px solid #777676;
}

.m-header .btn-submit {
	width: 30px;
	height: 30px;
	background: none;
}


/* footer */

.footer {
	position: relative;
	padding: 70px 0 82px;
	background-color: #333333;
}

.footer .container-fluid {
	width: 75%;
	margin: 0 auto;
}

.footer .foot-wrap {
	justify-content: space-between;
}

.footer .foot-1 {
	max-width: 205px;
}

.foot-logo {
	margin-bottom: 10px;
}

.foot-1 {
	margin-right: 80px;
}

.foot-1 .d-1 {
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	margin-bottom: 8px;
}

.foot-1 .d-2 {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.foot-2 {
	max-width: 320px;
}

.footer .h1 {
	font-size: 16px;
	color: #888888;
	margin: 0;
	margin-bottom: 30px;
}

.foot-nav {
	font-size: 0;
}

.foot-nav a {
	display: inline-block;
	font-size: 14px;
	color: #888888;
	margin-right: 20px;
	margin-bottom: 15px;
}

.foot-3 {
	max-width: 380px;
}

.foot-4 {
	max-width: 380px;
}

.foot-4 a {
	color: #888888;
}

.foot-4 .d-1 {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	margin-bottom: 10px;
}

.foot-4 .fonts {
	font-size: 14px;
}

.foot-4 .d-2 {
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	margin-bottom: 8px;
}

.foot-4 .foot-nav a {
	position: relative;
	margin-bottom: 0;
}

.foot-4 .foot-nav .code {
	display: none;
	position: absolute;
	top: -130px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
}

.foot-4 .foot-nav a:hover .code {
	display: block;
}

@media only screen and (max-width:1440px) {
	.footer .container-fluid {
		width: 100%;
		padding: 0 75px;
	}
}

@media only screen and (max-width:1199px) {
	.footer .foot-1 {
		margin-right: 40px;
	}
}

@media only screen and (max-width:1024px) {
	.header {
		display: none;
	}
	.m-header {
		display: block;
	}
	.footer .container-fluid {
		padding: 0 15px;
	}
	.footer .foot-wrap {
		flex-wrap: wrap;
	}
	.footer .foot-1 {
		max-width: 50%;
		width: 100%;
		margin: 0;
	}
	.foot-4 {
		max-width: 50%;
		width: 100%;
	}
	.foot-2 {
		display: none;
	}
	.foot-3 {
		display: none;
	}
	.return-top {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width:767px) {
	.btn-menu.flex {
		width: 36px;
	}
	.btn-menu>span {
		width: 36px;
	}
	.footer {
		padding: 30px 0;
	}
	.foot-logo {
		margin-bottom: 20px;
	}
	.foot-4 .fonts {
		font-size: 14px;
		line-height: 20px;
	}
	.foot-4 .d-2 {
		font-size: 14px;
		line-height: 20px;
	}
	.footer .foot-1 {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.foot-4 {
		max-width: 100%;
	}
	.return-top {
		width: 40px;
		height: 40px;
	}
}


/* 首页 */

.m-img {
	display: none;
}

.home-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.home-banner a,
.home-banner-2 a {
	display: block;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.home-banner-2 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner-swiper-2 img {
	opacity: 0;
}

.home-banner-2 .swiper-pagination {
	position: absolute;
	bottom: 48px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.home-banner-2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border: 1px solid #d6dae0;
	background: none;
	opacity: 1;
}

.home-banner-2 .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.banner.home-banner .suspen {
	top: 75%;
}

.home-banner .cn {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 20px;
}

.home-banner .en {
	font-size: 28px;
	color: #ffffff;
}

.home-content {
	position: relative;
	width: 100%;
}

.home-content .content-wrap {
	background-color: #ffffff;
}

.home-content .title {
	padding: 80px 0 135px;
	text-align: center;
}

.home-content .title .h1 {
	font-size: 28px;
	color: #595959;
	margin-bottom: 30px;
}

.home-content .title .text {
	max-width: 860px;
	font-size: 16px;
	color: #595959;
	line-height: 30px;
	margin: 0 auto;
}

.home-case {
	margin-bottom: 84px;
}

.home-case .case-column {
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-case .l-case {
	float: left;
	width: 59.73%;
}

.home-case .r-case {
	float: left;
	width: 39.73%;
}

.home-case .case-list {
	height: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-case .column {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.home-case .img .suspen-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	z-index: 2;
	background-size: cover;
	background-position: center center;
}

.home-case .img img {
	width: 100%;
}

.home-case .column:hover .suspen-img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.home-case .suspen {
	position: absolute;
	bottom: 65px;
	left: 0;
	width: 100%;
	padding: 0 55px;
	transition: all .3s;
	overflow: hidden;
	opacity: 0;
	z-index: 3;
}

.home-case .icon {
	display: inline-block;
	width: 11px;
	height: 5px;
	background-image: url(../images/icon2.png);
	background-size: cover;
	margin-bottom: 12px;
}

.home-case .name {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 5px;
}

.home-case .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}

.home-case .column:hover .suspen {
	opacity: 1;
}

.home-case .column-2 {
	background-color: #f5f5f5;
}

.home-case .column-2 .suspen {
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 35px 50px;
	opacity: 1;
}

.home-case .column-2 .name {
	position: relative;
	font-size: 16px;
	color: #333333;
	margin-bottom: 38px;
}

.home-case .column-2 .name::after {
	position: absolute;
	content: "";
	top: 26px;
	left: 0;
	width: 70px;
	height: 3px;
	background-color: #000000;
}

.home-case .column-2 .h1 {
	font-size: 28px;
	color: #1a1a1a;
	line-height: 44px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.home-case .column-2 .text {
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}

.home-case .column-2 .icon {
	position: absolute;
	left: 50px;
	bottom: 35px;
	width: 30px;
	height: 13px;
	background-image: url(../images/icon3.png);
	background-size: cover;
	margin-bottom: 0;
}

.home-case .l-case .column-2 .suspen {
	padding: 30px 50px;
}

.home-case .l-case .column-2 .name {
	margin-bottom: 38px;
}

.home-case .l-case .column-2 .name::after {
	top: 35px;
	width: 110px;
}

.home-case .l-case .column-2 .h1 {
	margin-bottom: 25px;
}

.home-case .column-2 .text {
	line-height: 24px;
}

.home-case .column-2 .icon {
	bottom: 30px;
}

.btn-box {
	position: relative;
	width: 310px;
	text-align: center;
	margin: 0 auto;
	margin-top: 47px;
}

.btn-box::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 1px;
	left: 100%;
	height: 1px;
	background-color: #de0515;
	transition: all .5s;
}

.btn-box::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 100%;
	left: 1px;
	width: 1px;
	background-color: #de0515;
	transition: all .3s;
	z-index: 2;
}

.btn-box:hover::after {
	left: 1px;
}

.btn-box:hover::before {
	bottom: 0;
}

.btn-more {
	position: relative;
	display: inline-block;
	width: 308px;
	height: 54px;
	font-size: 16px;
	color: #999999;
	line-height: 52px;
	text-align: center;
	border: 1px solid #787878;
	border-radius: 0;
	transition: all .3s;
}

.btn-more::after {
	position: absolute;
	content: "";
	top: -1px;
	right: 0;
	left: 285px;
	height: 1px;
	background-color: #de0515;
	transition: all .5s;
}

.btn-more::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 29px;
	right: -1px;
	width: 1px;
	background-color: #de0515;
	transition: all .3s;
}

.btn-box:hover .btn-more::after {
	left: 0;
}

.home-case .column-3 {
	display: none;
}

.home-case .column-2 .text-box {
	height: 100%;
	overflow-y: auto;
}

.home-case .column-2 .text-box::-webkit-scrollbar {
	display: none;
}

.btn-box:hover .btn-more::before {
	bottom: 0;
}

@media only screen and (max-width:1440px) {
	.home-content .title {
		padding: 50px 0 100px;
	}
	.home-content .title .h1 {
		font-size: 28px;
	}
	.home-content .title .text {
		font-size: 16px;
	}
	.home-case .suspen {
		bottom: 30px;
		padding: 0 30px;
	}
	.home-case .column-2 .suspen {
		padding: 20px 30px;
	}
	.home-case .name {
		font-size: 20px;
	}
	.home-case .text {
		font-size: 14px;
		line-height: 24px;
	}
	.home-case .column-2 .name {
		margin-bottom: 25px;
	}
	.home-case .l-case .column-2 .name {
		margin-bottom: 25px;
	}
	.home-case .column-2 .name::after {
		top: 30px;
		width: 50px;
		height: 2px;
	}
	.home-case .l-case .column-2 .name::after {
		top: 30px;
	}
	.home-case .column-2 .h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.home-case .column-2 .text {
		font-size: 14px;
		line-height: 20px;
	}
	.home-case .column-2 .icon {
		left: 30px;
		bottom: 20px;
	}
}

@media only screen and (max-width:1280px) {
	.home-case .suspen {
		bottom: 30px;
		padding: 0 20px;
	}
}

@media only screen and (max-width:1199px) {
	.home-case .suspen {
		opacity: 1;
	}
	.home-case .column-2 .suspen {
		padding: 15px;
	}
	.home-case .l-case .column-2 .suspen {
		padding: 15px;
	}
	.home-case .column-2 .h1 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.home-case .l-case .column-2 .name::after {
		top: 30px;
		width: 50px;
	}
	.home-case .column-2 .icon {
		left: 20px;
		bottom: 20px;
	}
}

@media only screen and (max-width:1024px) {
	.home-banner {
		top: 50px;
		height: calc(100vh - 50px);
	}
	.home-banner-2 {
		height: calc(100vh - 50px);
	}
}

@media only screen and (max-width:991px) {
	.home-case .column-3 {
		display: block;
	}
	.home-case .l-case {
		width: 100%;
	}
	.home-case .case-list {
		flex-direction: row;
	}
	.home-case .column {
		width: 49.5%;
	}
	.home-case .r-case {
		width: 100%;
	}
	.home-case .column-2 .suspen {
		padding: 30px 15px 50px;
	}
	.home-case .case-column .l-case {
		position: relative;
	}
	.home-case .l-case .column-2 .suspen {
		padding: 30px 15px 50px;
	}
}

@media only screen and (max-width:767px) {
	.home-case {
		margin-bottom: 50px;
	}
	.home-content .title {
		padding: 30px 0;
	}
	.home-content .title .h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.home-case .suspen {
		bottom: 15px;
		padding: 0 15px;
	}
	.home-case .icon {
		margin-bottom: 5px;
	}
	.home-case .name {
		font-size: 16px;
	}
	.home-case .text {
		font-size: 14px;
		line-height: 20px;
	}
	.home-content .title .text {
		font-size: 14px;
		line-height: 24px;
	}
	.home-case .l-case {
		width: 100%;
	}
	.home-case .r-case {
		width: 100%;
	}
	.home-case .l-case .column-2 .suspen {
		padding: 30px 15px 50px;
	}
	.home-case .column-2 .suspen {
		padding: 30px 15px 50px;
	}
	.home-case .column-2 .name {
		margin-bottom: 30px;
	}
	.home-case .column-2 .h1 {
		margin-bottom: 10px;
	}
	.home-case .column-2 .name::after {
		top: 25px;
	}
	.home-case .l-case .column-2 .name {
		margin-bottom: 30px;
	}
	.home-case .l-case .column-2 .name::after {
		top: 25px;
	}
	.home-case .l-case .column-2 .h1 {
		margin-bottom: 10px;
	}
	.btn-box {
		width: 120px;
		height: 38px;
		margin-top: 20px;
	}
	.btn-more {
		width: 120px;
		height: 38px;
		font-size: 14px;
		line-height: 36px;
	}
	.home-banner .cn {
		font-size: 16px;
	}
	.home-banner .en {
		font-size: 16px;
	}
}

@media only screen and (max-width:640px) {
	.home-case .column {
		width: 100% !important;
	}
}


/* case */

.case-body .header .head-nav .link {
	color: #595757;
}

.case-body .header .head-nav .link:hover {
	color: #595757;
}

.case-body .header .head-nav .link::after {
	background-color: #595757;
}

.case-main {
	padding-top: 126px;
}

.sort-nav {
	font-size: 0;
	white-space: nowrap;
	margin: 65px 0 45px;
	overflow-x: auto;
}

.sort-nav::-webkit-scrollbar {
	display: none;
}

.sort-nav .container-fluid {
	width: 76.56%;
}

.sort-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #878787;
	margin-right: 35px;
}

.sort-nav a.on {
	color: #dd0515;
}

.case {
	margin-bottom: 80px;
}

.case .column {
	justify-content: space-between;
	flex-wrap: wrap;
}

.case .l-case {
	float: left;
	width: 49.7%;
}

.case .r-case {
	float: left;
	width: 49.7%;
}

.case .case-list {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.case .case-column {
	position: relative;
	width: 49.5%;
	margin-bottom: 1.1%;
}

.case .l-case .case-column {
	width: 100%;
}

.case .l-case .img {
	padding-bottom: 0.5%;
}

.case .case-column .img {
	position: relative;
}

.case .case-column .suspen-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all .5s;
	background-size: cover;
	background-position: center center;
}

.case .suspen {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 0 70px;
	transition: all .3s;
	overflow: hidden;
	opacity: 0;
	z-index: 3;
}

.case .case-column:hover .suspen-img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.case .r-case .suspen {
	bottom: 30px;
	padding: 0 30px;
}

.case .column:nth-child(2n) .l-case .suspen {
	bottom: 30px;
	padding: 0 30px;
}

.case .column:nth-child(2n) .r-case .suspen {
	bottom: 50px;
	padding: 0 70px;
}

.case .icon {
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(../images/icon6.png);
	background-size: cover;
	margin-bottom: 12px;
}

.case .name {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 5px;
}

.case .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}

.case .case-column:hover .suspen {
	opacity: 1;
}

.case .column:nth-child(2n) .l-case .case-column {
	width: 49.5%;
}

.case .column:nth-child(2n) .l-case .img {
	padding-bottom: 0;
}

.case .column:nth-child(2n) .l-case .case-column:nth-child(2n) {
	width: 49.5%;
}

.case .column:nth-child(2n) .r-case .case-column {
	width: 100%;
}

.case .column:nth-child(2n) .r-case .img {
	padding-bottom: 0.5%;
}


/*案例详情*/

.case-detail .top-box {
	margin: 95px 0;
}

.case-detail .top-box .container-fluid {
	width: 75%;
	margin: 0 auto;
}

.case-detail .top-box .title {
	font-size: 28px;
	color: #1e1e1e;
	line-height: 36px;
	text-align: center;
	margin-bottom: 55px;
}

.case-detail .top-box .column {
	margin-bottom: 10px;
}

.case-detail .top-box .column2 {
	margin: 0 -5px;
	flex-wrap: wrap;
	align-items: stretch;
}

.case-detail .top-box .column2 .img {
	margin-bottom: 10px;
}

.case-detail .top-box .column2 .text-box {
	margin-bottom: 10px;
}

.case-detail .top-box .text-box {
	padding: 0 5px;
}

.case-detail .top-box .text {
	height: 100%;
	padding: 80px 90px;
	background-color: #f9f9f9;
}

.case-detail .top-box .d1 {
	font-size: 28px;
	color: #1e1e1e;
	line-height: 36px;
}

.case-detail .top-box .d2 {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-top: 20px;
}

.case-detail .top-box .img {
	padding: 0 5px;
}

.case-detail .top-box .text2 {
	padding: 55px 0 55px;
	text-align: center;
}

.case-detail .top-box .list-box2 {
	justify-content: space-around;
	/* padding-bottom: 65px; */
}

.case-detail .list-box2 .name {
	font-size: 16px;
	color: #4d4d4d;
	line-height: 24px;
	font-weight: bold;
}

.case-detail .list-box2 .text3 {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}

.upper-lower {
	margin-bottom: 95px;
}

.upper-lower .container-fluid {
	padding: 0 75px;
}

.upper-lower .flex {
	justify-content: space-between;
	align-items: center;
}

.case-more .title {
	text-align: center;
	margin-bottom: 125px;
}

.case-more .title .cn {
	font-size: 16px;
	color: #999999;
	margin-bottom: 23px;
}

.case-more .title .en {
	font-size: 14px;
	color: #999999;
	margin-bottom: 22px;
}

.case-more .container-fluid {
	padding: 0;
	overflow: hidden;
}

.case-more .row {
	flex-wrap: wrap;
	margin: 0 -5px;
}

.case-more .column {
	padding: 0 5px;
	margin-bottom: 10px;
}

.case-more .column a {
	position: relative;
	display: block;
}

.case-more .column .img {
	position: relative;
}

.case-more .column .suspen-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}

.case-more .column:hover .suspen-img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.case-more .suspen {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	transition: all .3s;
	overflow: hidden;
	opacity: 0;
	z-index: 3;
}

.case-more .icon {
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url(../images/icon6.png);
	background-size: cover;
	margin-bottom: 12px;
}

.case-more .name {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 5px;
}

.case-more .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}

.case-more .column:hover .suspen {
	opacity: 1;
}

@media only screen and (max-width:1440px) {
	.case .l-case {
		margin-bottom: 0;
	}
	.case .r-case {
		margin-bottom: 0;
	}
	.case .suspen {
		bottom: 30px;
		padding: 0 30px;
	}
	.case .column:nth-child(2n) .r-case .suspen {
		bottom: 30px;
		padding: 0 30px;
	}
	.case .name {
		font-size: 20px;
	}
	.case .text {
		font-size: 14px;
		line-height: 24px;
	}
	.case-detail .top-box .container-fluid {
		width: 100%;
		padding: 0 60px;
	}
	.case-detail .top-box {
		margin-top: 50px;
	}
	.case-detail .top-box .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.case-detail .top-box .text {
		padding: 50px 40px;
	}
	.case-detail .top-box .d1 {
		font-size: 20px;
		line-height: 30px;
	}
	.case-detail .top-box .d2 {
		font-size: 14px;
		line-height: 24px;
	}
	.case-more .title .cn {
		font-size: 20px;
	}
	.case-more .title .en {
		font-size: 14px;
	}
	.case-more .name {
		font-size: 16px;
	}
	.case-more .text {
		font-size: 14px;
	}
}

@media only screen and (max-width:1199px) {
	.case .suspen {
		opacity: 1;
	}
	.case .r-case .suspen {
		bottom: 15px;
		padding: 0 15px;
	}
	.case .column:nth-child(2n) .l-case .suspen {
		bottom: 15px;
		padding: 0 15px;
	}
	.case .icon {
		margin-bottom: 5px;
	}
	.case .name {
		font-size: 14px;
	}
	.case .text {
		font-size: 12px;
		line-height: 20px;
	}
	.case-detail .top-box .text {
		padding: 30px;
	}
	.case-more .suspen {
		opacity: 1;
	}
}

@media only screen and (max-width:1024px) {
	.main-page {
		padding-top: 50px;
	}
	.case-detail .top-box {
		margin: 50px 0;
	}
	.case-detail .top-box .container-fluid {
		width: 100%;
		padding: 0 30px;
	}
	.upper-lower .container-fluid {
		padding: 0 15px;
	}
	.upper-lower {
		margin-bottom: 50px;
	}
	.case-more .title {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:991px) {
	.case-detail .top-box .text-box {
		width: 100%;
		margin-bottom: 10px;
	}
	.case-detail .top-box .img {
		width: 100%;
	}
	.case-detail .top-box .img img {
		width: 100%;
	}
	.upper-lower a {
		width: 150px;
	}
	.upper-lower a:nth-child(2) {
		width: 50px;
	}
}

@media only screen and (max-width:767px) {
	.case {
		margin-bottom: 50px;
	}
	.sort-nav {
		margin: 30px 0;
	}
	.sort-nav .container-fluid {
		width: 100%;
		padding: 0 15px;
	}
	.sort-nav a {
		font-size: 14px;
		margin-right: 15px;
	}
	.case .l-case {
		width: 100%;
	}
	.case .r-case {
		width: 100%;
	}
	.case .case-column {
		margin-bottom: 10px;
	}
	.case .suspen {
		bottom: 15px;
		padding: 0 15px;
	}
	.case .name {
		font-size: 16px;
	}
	.case .text {
		font-size: 14px;
	}
	.case-detail .top-box {
		margin: 30px 0;
	}
	.case-detail .top-box .title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.case-detail .text-box .text {
		padding: 20px;
	}
	.case-detail .top-box .d1 {
		font-size: 16px;
		line-height: 24px;
	}
	.case-detail .top-box .text2 {
		padding: 25px 15px;
	}
	.case-detail .top-box .list-box2 {
		padding-bottom: 30px;
	}
	.case-detail .list-box2 .column3 {
		padding: 0 5px;
	}
	.case-detail .list-box2 .name {
		font-size: 14px;
	}
	.upper-lower {
		margin-bottom: 40px;
	}
	.upper-lower a {
		width: 80px;
	}
	.upper-lower a:nth-child(2) {
		width: 40px;
	}
	.case-more .title {
		margin-bottom: 18px;
	}
	.case-more .title .cn {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.case-more .title .en {
		margin-bottom: 15px;
	}
	.case-detail .text-box .text {
		font-size: 14px;
		line-height: 24px;
	}
	.case-more .suspen {
		bottom: 15px;
		padding: 0 15px;
	}
}

@media only screen and (max-width:640px) {
	.case .case-column {
		width: 100% !important;
	}
	.case .case-column img {
		width: 100%;
	}
}


/*联系我们*/

.banner {
	background-size: cover;
	background-position: center center;
}

.banner .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.banner .suspen {
	position: absolute;
	top: 42%;
	left: 50%;
	max-width: 1400px;
	width: 100%;
	transform: translate(-50%, -50%);
}

.banner .suspen .h1 {
	font-size: 78px;
	color: #ffffff;
	line-height: 100px;
	font-weight: bold;
	margin-bottom: 30px;
}

.banner .suspen .h2 {
	font-size: 78px;
	color: #de0515;
}

.cont-banner {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.cont-banner .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.cont-banner .container-fluid {
	/* width: 76.56%; */
	margin: 0 auto;
}

.cont-banner .h1 {
	font-size: 98px;
	color: #e5e5e5;
	line-height: 114px;
	font-weight: bold;
	margin-bottom: 23px;
}

.cont-banner .h2 {
	font-size: 78px;
	color: #de0515;
	margin-bottom: 50px;
}

.cont-banner .text {
	font-size: 28px;
	color: #e5e5e5;
	line-height: 34px;
	margin-bottom: 100px;
}

.cont-banner .column {
	align-items: center;
	font-size: 28px;
	color: #e5e5e5;
	line-height: 38px;
	margin-right: 45px;
}

.cont-banner .icon {
	width: 41px;
	height: 18px;
	background: url(../images/icon7.png);
	background-size: cover;
	margin-right: 12px;
}

.awards {
	margin: 85px 0 85px;
}

.awards .container-fluid {
	width: 82.81%;
	margin: 0 auto;
}

.awards-swiper .swiper-slide {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.awards-swiper .swiper-slide:nth-child(2n) {
	border-bottom: 0;
}

.awards-swiper .swiper-slide:last-child {
	border-right: 0;
}

.awards-swiper .swiper-slide:nth-last-child(2) {
	border-right: 0;
}

.awards-swiper .swiper-pagination {
	display: none;
	bottom: 0;
}

.map-addre {
	height: calc(100vh - 48px);
}

.map-box {
	height: calc(100% - 383px);
}

.map-box .box-wrap {
	position: relative;
}

.addre-box {
	position: relative;
	height: 383px;
	background-color: #ffffff;
}

.map-box .point {
	position: absolute;
	width: 30px;
	height: 30px;
}

.map-box .point.animated{
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.map-box .point span {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #df0011;
	border-radius: 50%;
}

.map-box .point span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 10px;
	height: 10px;
	margin: -5px auto auto -5px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background-color: inherit;
	opacity: 1;
	pointer-events: none;
	-webkit-animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
	animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
}

@-webkit-keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1)
	}
	to {
		opacity: 0;
		transform: scale(3)
	}
}

@keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1)
	}
	to {
		opacity: 0;
		transform: scale(3)
	}
}

.map-box .loca1 {
	top: 52.7308%;
	left: 42.7836%;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.map-box .loca2 {
	top: 51.6239%;
	left: 42.6088%;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.map-box .loca3 {
	top: 50.7284%;
	left: 42.7066%;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.map-box .loca4 {
	top: 51.1239%;
	left: 43.4784%;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.map-box .loca5 {
	top: 52.7543%;
	left: 42.8809%;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.map-box .loca6 {
	top: 49.1006%;
	left: 43.8473%;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.map-box .loca7 {
	top: 47.2209%;
	left: 44.1738%;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.map-box .loca8 {
	top: 46.4677%;
	left: 43.5225%;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.map-box .loca9 {
	top: 47.5956%;
	left: 41.7295%;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.map-box .loca10 {
	top: 42.835%;
	left: 42.9794%;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}

.map-box .loca11 {
	top: 39.6825%;
	left: 22.0532%;
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.map-box .loca12 {
	top: 37.1763%;
	left: 23.3026%;
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
}

.map-box .loca13 {
	top: 36.4244%;
	left: 21.9446%;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.addre-box {
	padding: 50px 0;
}

.addre-box .container-fluid {
	width: 82.81%;
	margin: 0 auto;
}

.addre-box .nav {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 65px;
}

.addre-box .nav li {
	position: relative;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 32px;
	padding: 18px 17px;
	cursor: pointer;
}

.addre-box .nav li.on::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #df0011;
}

.addre-list .column {
	display: none;
}

.addre-list .column.on {
	display: block;
}

.addre-list .list-box {
	margin: 0 -15px;
}

.addre-list .box {
	padding: 0 15px;
	margin-right: 100px;
}

.addre-list .box:last-child {
	margin-right: 0;
}

.addre-list .h1 {
	display: block;
	font-size: 18px;
	color: #6f6f6f;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 17px;
}

.addre-list .sort {
	font-size: 14px;
	color: #6f6f6f;
	margin-bottom: 14px;
}

.addre-list .text {
	font-size: 14px;
	color: #6f6f6f;
	line-height: 22px;
}

.addre-list .text a {
	color: #6f6f6f;
}

.addre-list .h2 {
	font-size: 14px;
}

.cont-main .data-box {
	margin-bottom: 80px;
	padding: 160px 0;
	background-size: cover;
	background-position: center center;
}

.cont-main .data-box .container-fluid {
	width: 76.56%;
	margin: 0 auto;
}

.cont-main .data-box .h1 {
	font-size: 78px;
	color: #e6e6e6;
	line-height: 98px;
	font-weight: bold;
	margin-bottom: 17px;
}

.cont-main .data-box .h2 {
	font-size: 78px;
	color: #de0515;
	margin-bottom: 98px;
}

.cont-main .data-box .data {
	justify-content: space-between;
	align-items: center;
}

.cont-main .data-box .column {
	margin-right: 10px;
}

.cont-main .data-box .column:last-child {
	margin-right: 0;
}

.cont-main .data-box .box {
	padding: 27px 32px 37px 0;
}

.cont-main .data-box .top {
	position: relative;
	font-size: 16px;
	color: #e6e6e6;
	margin-bottom: 35px;
}

.cont-main .data-box .top::after {
	position: absolute;
	content: "";
	top: 93px;
	left: 0;
	width: 112px;
	height: 1px;
	background-color: #d2d2d2;
}

.cont-main .data-box .number {
	font-size: 78px;
	color: #e6e6e6;
	font-weight: bold;
}

.cont-main .data-box .plus {
	font-size: 78px;
	color: #e6e6e6;
	font-weight: bold;
}

.cont-main .data-box .name {
	font-size: 18px;
	color: #e6e6e6;
	font-weight: bold;
}

.post-form {
	margin-bottom: 28px;
}

.post-form .container-fluid {
	width: 76.56%;
	margin: 0 auto;
}

.post-form .text {
	font-size: 28px;
	color: #4d4d4d;
	line-height: 38px;
	margin-bottom: 55px;
}

.post-form .form-group {
	margin-bottom: 25px;
}

.post-form .input-text {
	font-size: 14px;
	color: #757575;
	height: 46px;
	background-color: #efefef;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.post-form .input-text::-webkit-input-placeholder {
	color: #757575;
}

.post-form .search {
	margin-bottom: 12px;
}

.post-form .input-search {
	border: 1px solid #e43441;
}

.post-form .btn-submit {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: url(../images/icon8.png) center center no-repeat #efefef;
	background-size: 21px 21px;
	border-radius: 0;
}

.post-form input[type=radio] {
	-webkit-appearance: checkbox;
	margin-top: 0;
}

.post-form .checkbox-inline,
.post-form .checkbox {
	padding-top: 0;
}

.post {
	margin-bottom: 105px;
}

.post .container-fluid {
	width: 76.56%;
	margin: 0 auto;
}

.post .column {
	margin-bottom: 20px;
}

.post .column:last-child {
	padding-bottom: 35px;
	border-bottom: 2px solid #efefef;
}

.post .item {
	justify-content: space-between;
	align-items: center;
}

.post .d-1 {
	align-items: center;
}

.post .icon {
	width: 28px;
	height: 28px;
	background-color: #efefef;
	border-radius: 3px;
	margin-right: 15px;
}

.post .column:first-child .icon {
	background-color: #de0515;
}

.post .name {
	width: 200px;
	font-size: 16px;
	color: #757575;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post .addr {
	font-size: 8px;
	color: #757575;
}

.post .d-2 {
	font-size: 14px;
	color: #757575;
}

.post .d-3 {
	text-align: right;
}

.post .d-4 {
	font-size: 14px;
	color: #757575;
	margin-bottom: 4px;
}

.post .time {
	font-size: 8px;
	color: #757575;
}

.post-form input[type=radio] {
	-webkit-appearance: checkbox;
}

@media only screen and (max-width:1440px) {
	.banner .suspen {
		top: 50%;
		max-width: 100%;
		padding: 0 75px;
	}
	.banner .suspen .h1 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.banner .suspen .h2 {
		font-size: 50px;
	}
	.cont-banner .h1 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 20px;
	}
	.cont-banner .h2 {
		font-size: 50px;
		margin-bottom: 50px;
	}
	.cont-banner .text {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 100px;
	}
	.cont-banner .column {
		font-size: 16px;
		line-height: 26px;
	}
	.cont-banner .icon {
		width: 30px;
		height: 13px;
	}
	.city-nav .column {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.city-nav .column.on::after {
		right: -25px;
		width: 10px;
		height: 27px;
	}
	.cont-main .addre .info-box .column {
		padding: 5% 9%;
	}
	.cont-main .addre .h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.cont-main .addre .text {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.cont-main .addre .text-2 {
		font-size: 16px;
		line-height: 26px;
	}
	.cont-main .addre .r-box {
		font-size: 18px;
		line-height: 38px;
	}
	.cont-main .addre .column-2 {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.cont-main .data-box .h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.cont-main .data-box .h2 {
		font-size: 50px;
		margin-bottom: 50px;
	}
	.cont-main .data-box .top {
		font-size: 14px;
	}
	.cont-main .data-box .number {
		font-size: 50px;
	}
	.cont-main .data-box .plus {
		font-size: 50px;
	}
	.cont-main .data-box .top::after {
		top: 60px;
	}
	.cont-main .data-box .name {
		font-size: 16px;
	}
	.post-form .text {
		font-size: 20px;
	}
	.cont-main .addre .column.cq.on {
		padding-bottom: 25.5% !important;
	}
	.cont-main .addre .column.wh.on {
		padding-bottom: 21% !important;
	}
	.cont-main .addre .column.bj.on {
		padding-bottom: 16% !important;
	}
	.cont-main .addre .column.ml.on {
		padding-bottom: 11.4% !important;
	}
	.cont-main .addre .column.vienna.on {
		padding-bottom: 6.5% !important;
	}
	.cont-main .addre .column.salb.on {
		padding-bottom: 2% !important;
	}
	.addre-list .box {
		margin-right: 50px;
	}
}

@media only screen and (max-width:1366px) {
	.foot-1 {
		margin-right: 40px;
	}
	.foot-2 {
		max-width: 300px;
	}
	.foot-3 {
		max-width: 300px;
	}
	.foot-4 {
		max-width: 300px;
	}
	.addre .city-nav {
		padding-top: 25px;
		padding-right: 25px;
	}
	.city-nav .column.on::after {
		right: -35px;
	}
	.city-nav .column {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.cont-main .addre .column-2 {
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.cont-main .addre .h1 {
		font-size: 16px;
	}
	.cont-main .addre .text {
		line-height: 14px;
		line-height: 24px;
	}
	.cont-main .addre .r-box {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width:1280px) {
	.cont-banner .container-fluid {
		width: 100%;
		padding: 0 75px;
	}
	.addre .city-nav {
		width: 300px;
		padding-left: 75px;
	}
	.cont-main .addre .info-box {
		width: calc(100% - 300px);
	}
	.awards .container-fluid {
		width: 100%;
		padding: 0 75px;
	}
	.cont-main .data-box .container-fluid {
		width: 100%;
		padding: 0 75px;
	}
	.post-form .container-fluid {
		width: 100%;
		padding: 0 75px;
	}
	.post .container-fluid {
		width: 100%;
		padding: 0 75px;
	}
	.addre-list .box {
		margin-right: 20px;
	}
}

@media only screen and (max-width:1024px) {
	.banner .suspen {
		padding: 0 15px;
	}
	.banner .suspen .h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.banner .suspen .h2 {
		font-size: 30px;
	}
	.cont-banner {
		height: calc(100vh - 50px);
	}
	.cont-main .data-box {
		margin: 0;
	}
	.cont-main .data-box .box {
		padding: 20px;
	}
	.awards-swiper .swiper-pagination {
		display: block;
	}
	.cont-main .addre {
		flex-wrap: wrap;
		height: auto;
	}
	.addre .city-nav {
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
		width: 100%;
		padding: 30px 15px;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}
	.addre .city-nav::-webkit-scrollbar {
		display: none;
	}
	.city-nav .column {
		margin-bottom: 0;
		margin-right: 15px;
	}
	.city-nav .column.on::after {
		top: 50px;
		left: 50%;
		transform: translate(-50%, 0);
		z-index: 2;
	}
	.cont-main .addre .info-box {
		width: 100%;
		min-height: 704px;
	}
	.cont-main .addre .info-box .column {
		padding: 30px 15px !important;
	}
	.cont-main .addre .info-box .column.on {
		display: block !important;
	}
	.cont-banner .container-fluid {
		padding: 0 15px;
	}
	.awards .container-fluid {
		padding: 0 15px;
	}
	.cont-main .data-box .container-fluid {
		padding: 0 15px;
	}
	.post-form .container-fluid {
		padding: 0 15px;
	}
	.post .container-fluid {
		padding: 0 15px;
	}
}

@media only screen and (max-width:991px) {
	.cont-banner .h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.cont-banner .h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cont-banner .text {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.cont-banner .column {
		font-size: 14px;
	}
	.cont-main .data-box .h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.cont-main .data-box .h2 {
		font-size: 40px;
	}
	.cont-main .data-box .data {
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
	}
	.cont-main .data-box .column {
		width: 48%;
		padding: 20px;
		margin-bottom: 20px;
	}
	.cont-main .data-box .number {
		font-size: 40px;
	}
	.cont-main .data-box .plus {
		font-size: 40px;
	}
	.cont-main .data-box .top::after {
		top: 50px;
	}
	.awards {
		margin: 50px 0;
	}
	.cont-main .data-box {
		padding: 50px 0;
	}
	.post-form .text {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.p-img {
		display: none;
	}
	.m-img {
		display: block;
	}
	.banner .suspen .h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.banner .suspen .h2 {
		font-size: 18px;
	}
	.cont-banner .h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.cont-banner .h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.cont-banner .text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.cont-banner .bot-box {
		flex-wrap: wrap;
	}
	.cont-banner .column {
		width: 100%;
		margin-right: 0;
	}
	.cont-banner .icon {
		width: 20px;
		height: 9px;
		margin-right: 10px;
	}
	.cont-banner {
		height: 50vh;
	}
	.cont-main .data-box .box {
		padding: 15px;
	}
	.cont-main .data-box .number {
		font-size: 30px;
	}
	.awards {
		margin: 30px 0;
	}
	.addre .city-nav {
		padding: 20px 15px;
	}
	.city-nav .column {
		font-size: 14px;
	}
	.cont-main .addre .column-2 {
		flex-wrap: wrap;
		padding-bottom: 13px;
		margin-bottom: 20px;
	}
	.cont-main .addre .r-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	.cont-main .addre .r-box p {
		margin-right: 10px;
	}
	.cont-main .addre .h1 {
		font-size: 14px;
	}
	.cont-main .addre .text {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.cont-main .addre .text-2 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.cont-main .addre .info-box {
		min-height: 400px;
	}
	.cont-main .addre .column-2 .l-box {
		width: 100%;
	}
	.cont-main .data-box {
		padding: 30px 0;
	}
	.cont-main .data-box .h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.cont-main .data-box .h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.cont-main .data-box .top::after {
		width: 50px;
	}
	.cont-main .data-box .column {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.cont-main .data-box .column:last-child {
		margin-bottom: 0;
	}
	.post-form .text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.post-form .form-group {
		margin-bottom: 15px;
	}
	.post-form .input-box {
		margin-bottom: 15px;
	}
	.post-form {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.post .item {
		flex-wrap: wrap;
	}
	.post .d-1 {
		width: 100%;
		margin-bottom: 5px;
	}
	.post .column {
		margin-bottom: 5px;
	}
	.post .icon {
		width: 20px;
		height: 20px;
	}
	.post .name {
		font-size: 14px;
	}
	.post .addr {
		font-size: 12px;
	}
	.post .column:last-child {
		padding-bottom: 15px;
	}
	.post {
		margin-bottom: 50px;
	}
}


/* 浪尖设计 */

.design-body .header .head-nav .link {
	color: #cccccc;
}

.design-body .header .head-search .input-text {
	color: #b3b3b3;
	border-bottom: 1px solid #a6a8ad;
}

.design-body .header .head-search .input-text::-webkit-input-placeholder {
	color: #b3b3b3;
}

.design-body .header .head-search .img-1 {
	display: none;
}

.design-body .header .head-search .img-2 {
	display: block;
}

.design-body .header.on .head-nav .link {
	color: #595757;
}

.design-body .header.on .head-nav .link::after {
	background-color: #595757;
}

.design-main .box {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.design-main .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.design-main .info-box {
	width: 1030px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, .8);
}

.design-main .info-wrap {
	position: relative;
	width: 100%;
	min-height: 515px;
	padding: 75px 120px;
}

.design-main .icon {
	position: absolute;
	bottom: 53px;
	left: 140px;
	width: 50px;
	height: 22px;
	background-image: url(../images/icon10.png);
	background-size: cover;
}

.design-main .logo {
	position: absolute;
	right: 93px;
	bottom: 53px;
}

.design-main .name {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 30px;
}

.design-main .chara {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 45px;
}

.design-main .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}

.design-main .text-2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 70px;
}

.design-main .text-2 a {
	color: #ffffff;
}

.design-main .name-2 {
	font-size: 18px;
}

@media only screen and (max-width:1440px) {
	.design-main .info-box {
		width: 840px;
	}
	.design-main .logo {
		width: 150px;
	}
	.design-main .name {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.design-main .text {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.design-main .text-2 {
		font-size: 18px;
	}
	.design-main .name-2 {
		font-size: 14px;
	}
	.design-main .icon {
		width: 40px;
		height: 17px;
	}
	.design-main .text-2 {
		margin-bottom: 40px;
	}
	.map-box {
		height: calc(100vh - 363px);
	}
	.addre-box {
		height: 350px;
		padding: 30px 0;
	}
	.addre-box .nav {
		margin-bottom: 30px;
	}
	.addre-box .nav li {
		padding: 10px 15px;
	}
}

@media only screen and (max-width:1366px) {
	.map-box {
		height: calc(100vh - 278px);
	}
	.addre-box {
		height: 230px;
		padding: 20px 0;
	}
	.addre-box .nav {
		margin-bottom: 15px;
	}
	.addre-box .nav li {
		padding: 0 15px;
	}
	.addre-list .h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.addre-list .h2 {
		font-size: 14px;
	}
	.addre-list .sort {
		margin-bottom: 10px;
	}
	.addre-list .text {
		font-size: 12px;
		line-height: 18px;
	}
}

@media only screen and (max-width:1024px) {
	.design-main .box {
		height: calc(100vh - 50px);
	}
	.design-main .info {
		width: 100%;
	}
	.container-fluid {
		width: 100%;
	}
	.design-main .info-box {
		width: 90%;
		margin: 0 auto;
	}
	.design-main .icon {
		left: 190px;
	}
	.addre-box .container-fluid {
		width: 100%;
	}
	.map-addre {
		height: auto;
	}
	.map-box {
		height: auto;
	}
	.addre-box {
		height: auto;
	}
}

@media only screen and (max-width:991px) {
	.design-main .info-wrap {
		padding: 50px 80px;
	}
	.design-main .icon {
		left: 140px;
		bottom: 50px;
	}
	.addre-list .list-box {
		flex-wrap: wrap;
	}
	.addre-list .box {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.design-main .info-box {
		width: 100%;
	}
	.design-main .info-wrap {
		min-height: auto;
		padding: 30px 15px 50px;
	}
	.design-main .logo {
		width: 120px;
		right: 15px;
		bottom: 10px;
	}
	.design-main .name {
		font-size: 16px;
	}
	.design-main .chara {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.design-main .text {
		font-size: 14px;
		line-height: 20px;
	}
	.design-main .text-2 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.design-main .name-2 {
		font-size: 12px;
	}
	.design-main .icon {
		left: 30px;
		bottom: 25px;
		width: 25px;
		height: 11px;
	}
	.map-box .point span {
		width: 5px;
		height: 5px;
	}
	.map-box .point span::before {
		width: 5px;
		height: 5px;
	}
	.addre-box {
		padding: 10px 0 20px;
	}
	.addre-box .nav {
		white-space: nowrap;
		overflow-x: auto;
		margin-bottom: 20px;
	}
	.addre-box .nav li {
		padding: 10px 15px;
	}
	.addre-box .nav::-webkit-scrollbar {
		display: none;
	}
	.addre-list .box {
		width: 100%;
		margin-bottom: 20px;
	}
}


/* 浪尖视角 */

.view-main .banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.view {
	position: relative;
	padding-top: 100vh;
}

.view .l-box {
	float: left;
	width: 40%;
	background-color: #efefef;
	padding: 4.7% 3.4% 5% 15.8%;
}

.view .l-box .h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 13px;
	border-bottom: 3px solid #000000;
	margin-bottom: 15px;
}

.view .nav a {
	display: block;
	font-size: 16px;
	color: #000000;
	margin-bottom: 26px;
	padding-left: 24px;
	background-image: url(../images/icon16.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.view .nav a.on {
	color: #de0515;
	background-image: url(../images/icon16-2.png);
}

.view .nav a:last-child {
	margin-bottom: 0;
}

.view .nav a:hover {
	color: #de0515;
	background-image: url(../images/icon16-2.png);
}

.view .r-box {
	float: left;
	width: 60%;
	padding: 4.5% 12.7% 5% 2.2%;
	background-color: #ffffff;
}

.view .r-box .h1 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.view .r-box .date {
	font-size: 18px;
	color: #000000;
	margin-bottom: 33px;
}

.view .r-box .text {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.view .r-box .blod {
	font-weight: bold;
}

@media only screen and (max-width: 1440px) {
	.view .l-box {
		padding: 5%;
	}
	.view .l-box .h1 {
		font-size: 16px;
		border-bottom: 2px solid #000000;
	}
	.view .nav a {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.view .r-box {
		padding: 5%;
	}
	.view .r-box .h1 {
		font-size: 30px;
	}
	.view .r-box .date {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.view {
		flex-wrap: wrap;
	}
	.view .l-box {
		width: 100%;
		padding: 30px 15px;
	}
	.view .r-box {
		width: 100%;
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.view .r-box .h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.view .r-box .date {
		margin-bottom: 20px;
	}

	.view .l-box{
		order:1;
	}

	.view .r-box{
		order:0;
	}

}


/* 职位 */

.posit .r-box .h1 {
	margin-bottom: 40px;
}

.posit .r-box .text {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.posit .r-box .blod {
	display: block;
	margin-bottom: 15px;
}

.posit .r-box li {
	position: relative;
	padding-left: 40px;
}

.posit .r-box li::after {
	position: absolute;
	content: "";
	top: 10px;
	left: 20px;
	width: 6px;
	height: 6px;
	background-color: #333333;
	border-radius: 50%;
}

.posit .r-box .btn-box-2 {
	margin-top: 75px;
}

.posit .r-box .btn-link-2 {
	width: 120px;
	height: 38px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 36px;
	border: 1px solid #e22432;
	padding: 0;
	border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.posit .r-box .h1 {
		margin-bottom: 20px;
	}
	.posit .r-box .text {
		font-size: 14px;
		line-height: 30px;
	}
	.posit .r-box .blod {
		margin-bottom: 5px;
	}
	.posit .r-box li {
		padding-left: 25px;
	}
	.posit .r-box li::after {
		left: 10px;
		top: 12px;
	}
	.posit .r-box .btn-box-2 {
		margin-top: 30px;
	}
}


/* 搜索页 */

.not-search {
	min-height: calc(100vh - 302px);
	background-color: #efefef;
}

.not-search .box-wrap {
	max-width: 600px;
	width: 100%;
	padding-top: 15%;
}

.not-search .h1 {
	font-size: 28px;
	color: #1a1a1a;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 35px;
}

.not-search .point {
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	padding-left: 40px;
	margin-bottom: 32px;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.not-search .form {
	font-size: 0;
	padding: 0 10px;
	background-color: #d8d8d8;
}

.not-search .input-text {
	width: calc(100% - 30px);
	height: 30px;
	font-size: 14px;
	background-color: #d8d8d8;
}

.not-search .input-text::-webkit-input-placeholder {
	font-size: 12px;
	color: #999999;
}

.not-search .btn-submit {
	vertical-align: top;
	width: 30px;
	height: 30px;
	padding: 0;
	background: none;
	background-image: url(../images/icon8.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px 19px;
}

.exist-search .container-fluid {
	max-width: 75%;
	padding: 0 30px;
	margin: 0 auto;
}

.exist-search .case-list {
	margin: 0 -30px;
	margin-top: 140px;
	padding-top: 70px;
	padding-bottom: 160px;
	border-top: 1px solid #efefef;
}

.application_details {
	clear: both;
	border: 1px solid #eee;
	padding: .75em 1em 0;
	margin: 1em 0;
	line-height: 1.5em;
	display: block;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.application_details p {
	margin: 0 0 .75em;
}

.application_details:before {
	content: "";
	position: absolute;
	margin: -10px 0 0 0;
	top: 0;
	left: 5em;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eee;
}

.exist-search .column {
	padding: 0 30px;
	margin-bottom: 30px;
}

.exist-search .column .img {
	position: relative;
}

.exist-search .column .suspen-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.exist-search .column a {
	display: block;
}

.exist-search .text-box {
	padding: 20px 0;
}

.exist-search .h1 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.exist-search .belong {
	margin-bottom: 20px;
}

.exist-search .belong span {
	font-size: 14px;
	color: #808080;
	padding: 0 5px;
	border-right: 2px solid #9e9e9e;
}

.exist-search .belong span:first-child {
	padding-left: 0;
}

.exist-search .belong span:last-child {
	border-right: 0;
}

.exist-search .bot {
	justify-content: space-between;
}

.exist-search .icon {
	width: 24px;
	height: 12px;
	background-image: url(/images/icon17.png);
	background-size: cover;
}

.exist-search .time {
	font-size: 14px;
	color: #808080;
}

@media only screen and (max-width: 1440px) {
	.not-search .box-wrap {
		max-width: 500px;
		padding-top: 20%;
	}
	.not-search .h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.not-search .point {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	.exist-search .container-fluid {
		max-width: 100%;
		padding: 0 75px;
	}
	.exist-search .column {
		padding: 0 15px;
	}
	.exist-search .h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.exist-search .belong {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.exist-search .case-list {
		border: 0;
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.not-search .box-wrap {
		max-width: 90%;
		margin: 0 auto;
	}
	.not-search .h1 {
		font-size: 18px;
	}
	.exist-search .container-fluid {
		padding: 0 30px;
	}
	.exist-search .case-list {
		padding-top: 0;
	}
	.exist-search .column {
		margin-bottom: 10px;
	}
}