@font-face {
	font-family: 'PingFang-Regular';
	/*src: url('../fonts/PingFang-SC-Regular.ttf');*/
	/*src: url('http://qiniu.xmeverlead.com/eico2020v2/fonts/PingFang-SC-Regular.ttf');*/
}

@font-face {
	font-family: 'PingFang-Bold';
	/*src: url('../fonts/pingfang/PingFang Bold.ttf');*/
}

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*font-family: 'PingFang-Regular', 'PingFang-Bold';*/
	font-family: "PingFangSC-Regular", "Microsoft Yahei", sans-serif;
}


* {
	-webkit-tap-highlight-color: transparent;
}

.hide {
	display: none;
}

.mobile {
	display: none !important;
}

.container {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
}

.menu {
	position: fixed;
	z-index: 101;
	height: 100px;
	width: 100%;
	margin: 0 auto;
}

.scrolled {
	/*background-color:black;*/
	background: rgba(10, 10, 10, 0.8);
	backdrop-filter: blur(10px);
}

.scrolled .rightmenu li a p {
	color: white !important;
}

.menu .menu_logo {
	float: left;
	width: 100px;
	height: 49px;
	margin-top: 31px;
	/*margin-left: 10px;*/
	background-image: url(../images/logo.png);
	background-size: cover;
}

.black .menu_logo {
	background-image: url(../images/LOGO_black2.png);
}

.scrolled .menu_logo {
	background-image: url(../images/logo.png);
}

.menu .rightmenu {
	float: right;
}

.menu ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 35px;
}

.menu ul li {
	float: left;
	display: inline-block;
	padding: 0;
	padding-left: 80px;
	letter-spacing: 0.06em;
}

.menu .rightmenu li a {
	letter-spacing: 0em;
	text-decoration: none;
}

.menu .rightmenu li a .menu_active {
	height: 19px;
	border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}

.menu .rightmenu li a p:hover {
	height: 19px;
	border-bottom: 10px solid rgba(0, 0, 0, 0.5);
}

.menu.white .rightmenu li a p:hover {
	border-bottom: 10px solid rgba(255, 255, 255, 0.5);
}

.menu.white .rightmenu li a .menu_active {
	height: 22px;
	border-bottom: 10px solid rgba(255, 255, 255, 0.5);
}

.scrolled.menu .rightmenu li a .menu_active {
	border-bottom: 10px solid rgba(255, 255, 255, 0.5);
}

.scrolled.menu .rightmenu li a p:hover {
	height: 19px;
	border-bottom: 10px solid rgba(255, 255, 255, 0.5)
}


.menu .rightmenu li a p {
	margin: 0;
	color: #ffffff;
	font-size: 19px;
}

.black .rightmenu li a p {
	color: black;
}

.banner_container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	min-width: 1200px;
	/*background:url(../images/index_bg.png) rgba(0, 0, 0, 0.3);
    background-size: 100% auto;
    background-blend-mode: multiply;*/
}

.case_banner {
	background: none;
	/*margin-bottom: -630px;*/
	position: relative;
	z-index: 0;
}

.pc_about_photo {
	min-height: 80%;
}

.pc_about_photo .title {
	position: fixed;
	top: 400px;
	left: calc(50% - 550px);
	width: 1100px;
	z-index: 2;
}

.pc_about_photo .mask {
	position: absolute;
	z-index: 1;
	background: black;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	top: 0px;
}

.pc_about_photo .photos {
	width: 100%;
	height: calc(100%);
	position: fixed;
	left: 0px;
	top: 100px;
	transform: scale(1.6);
	transform-origin: center -30%;
}

.pc_about_photo .photos img {
	position: absolute;
	object-fit: cover;
	margin-left: 0.5%;
}

.pc_about_photo .photos .w1 {
	width: 9%;
}

.pc_about_photo .photos .w2 {
	width: 18%;
}

.pc_about_photo .photos .w3 {
	width: 27%;
}

.pc_about_photo .photos .w4 {
	width: 36%;
}

.pc_about_photo .photos .w5 {
	width: 45%;
}

.pc_about_photo .photos .h1 {
	height: calc(100%/5*1);
}

.pc_about_photo .photos .h2 {
	height: calc(100%/5*2);
}

.pc_about_photo .photos .h3 {
	height: calc(100%/5*3);
}

.pc_about_photo .photos .h4 {
	height: calc(100%/5*4);
}

.pc_about_photo .photos .l0 {
	left: 0%;
}

.pc_about_photo .photos .l1 {
	left: 9%;
}

.pc_about_photo .photos .l2 {
	left: 18%;
}

.pc_about_photo .photos .l3 {
	left: 27%;
}

.pc_about_photo .photos .l4 {
	left: 36%;
}

.pc_about_photo .photos .l5 {
	left: 45%;
}

.pc_about_photo .photos .l6 {
	left: 54%;
}

.pc_about_photo .photos .l7 {
	left: 63%;
}

.pc_about_photo .photos .l8 {
	left: 72%;
}

.pc_about_photo .photos .l9 {
	left: 81%;
}

.pc_about_photo .photos .l10 {
	left: 90%;
}

.pc_about_photo .photos .t0 {
	top: 0%;
}

.pc_about_photo .photos .t1 {
	top: 20%;
}

.pc_about_photo .photos .t2 {
	top: 40%;
}

.pc_about_photo .photos .t3 {
	top: 60%;
}

.pc_about_photo .photos .t4 {
	top: 80%;
}

.pc_about_photo .photos .t5 {
	top: 100%;
}

footer {
	z-index: 100;
	position: relative;
}

.banner_container .pc_casebanner_title {
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
	background-color: black;
	/*height: 820px;*/
	/*bottom: 630px;*/
	overflow: hidden;
	margin-top: -527px;
}

.banner_img.pc {
	object-fit: cover;
}

.banner_container .pc_casebanner_title .title_video {
	float: left;
	width: 400px;
}

.banner_container .pc_casebanner_title .title {
	position: relative;
	float: left;
	width: calc(100% - 400px);
	height: auto;
}

.banner_container .pc_casebanner_title .title.full {
	width: 100%;
	height: auto;
	min-height: 740px;
}

.banner_container .pc_casebanner_title .title.full h1,
.banner_container .pc_casebanner_title .title.full hr {
	width: 1000px;
}

.banner_container .pc_casebanner_title .title.full p {
	width: 1000px;
}

.banner_container .pc_casebanner_title .title img {
	position: relative;
	width: 240px;
	margin-left: 90px;
	margin-top: 94px;
	float: left;
}

.banner_container .pc_casebanner_title .title h1 {
	font-size: 40px;
	width: 100%;
	padding-left: 90px;
	box-sizing: border-box;
	color: white;
	float: left;
	margin-bottom: 10px;
}

.banner_container .pc_casebanner_title .title hr {
	width: 78%;
	box-sizing: border-box;
	margin: 10px 90px;
	border-top: 1px solid white;
	float: left;
}

.banner_container .pc_casebanner_title .title p {
	color: white;
	font-size: 16px;
	width: 78%;
	box-sizing: border-box;
	line-height: 35px;
	margin-left: 90px;
	float: left;
}

.banner_container .mask {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.3;
	left: 0px;
	top: 0px;
}

.pagebanner_title_wrap {
	width: 1200px;
	/*width: 70%;*/
	/*min-width: 1000px;*/
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pagebanner_title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
}

.eico_tip {
	text-align: center;
	color: white;
	margin: 0;
	font-size: 14px;
	color: #a7a8ab;
	line-height: 24px;
	position: absolute;
	bottom: 5%;
	width: 100%;
}

.banner_project_link {
	text-align: center;
	margin: 0;
	font-size: 24px;
	color: white;
	line-height: 24px;
	position: absolute;
	bottom: 115px;
	width: 30%;
	left: 35%;

	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	/*opacity: 0;
    transition: all 0.5s;*/
}

/*.banner_container:hover .banner_project_link {
    opacity: 1;
    bottom: 120px;
}*/

.pagebanner_title .pc_index_content {
	width: 84%;
	margin: 26% 8% 0px 8%;
}


hr.underline {
	border: 1px solid white;
}

.main_container {
	position: relative;
	float: left;
	width: 100%;
	background-color: white;
}

.main,
.Hamberg,
.team,
.pcmenu_container,
.location_contrainer,
.footer_container {
	width: 1200px;
	/*width: 70%;*/
	/*min-width: 1000px;*/
	margin: 0 auto;
	overflow: hidden;
}

.submenu {
	height: 80px;
	margin: 95px 0;
}

.submenu a {
	position: relative;
	float: left;
	width: 208px;
	height: 100%;
	margin-right: 120px;
	display: block;
}

.submenu a img {
	height: 100%;
	float: left;
}

.submenu a p {
	float: left;
	right: 0;
	top: 0;
	font-size: 28px;
	/*margin: 24px 0 0 32px;*/
	margin: 0px;
	line-height: 80px;
	text-indent: 0.5em;
	color: black;
	font-weight: bold;
}

.case_container {
	float: left;
	margin: 0 auto;
}

.case_big {
	width: 819px;
	/*height: 1214px;*/
}

.case_small {
	width: 33.3333%;
	/*height: 552px;*/
}

.left_down {
	/*margin-top: -615px;*/
	margin-top: 2px;
	margin-bottom: 23px !important;
}

.case {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 25px;
	margin-bottom: 26px;
	box-sizing: border-box;
}

.case a {
	text-decoration: none;
	display: block;
	position: relative;
}

.case img.cover {
	position: absolute;
	left: 0px;
	top: 0px;
}

.case img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.case_big img,
.case_big video {
	/*height: 1133px;*/
	height: 1207px;
}

.case_small img,
.case_small video {
	height: 591px;
	object-fit: fill;
}

.case_small video {
	visibility: hidden;
}
.case>a>.info{
	position: absolute;
	margin: 0;
	bottom: 4px;
	padding: 10px 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 0px;
}
.case>a>.info.video{
	bottom: 4px;
}
.case>a>.info.img{
	bottom: 0px;
}
.case>a>.info>h1 {
	/*position: absolute;*/
	/*margin: 0;*/
	/*bottom: 50px;*/
	/*line-height: 39px;*/
	padding: 0 24px;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	/*text-shadow:1px 1px 4px rgba(0, 0, 0, 0.3);*/
}

/*.case_big > a > h1 {
    bottom: 106px;
    line-height: 78px;
    padding: 0 40px;
    font-size: 56px;
}*/
.case>a>.info>p {
	/*position: absolute;*/
	/*margin: 0;*/
	/*bottom: 22px;*/
	/*line-height: 22px;*/
	padding: 0 24px;
	font-size: 18px;
	color: #FFF;
	/*text-shadow:1px 1px 4px rgba(0, 0, 0, 0.3);*/
}

/*.case_big > a > p {
    bottom: 48px;
    line-height: 37px;
    padding: 0 40px;
    font-size: 30px;
}*/
.case>a>.info.en>h1 {
	font-size: 18px;
}
.case>a>.info.en>p {
	font-size: 14px;
}
.case_container .black>a>.info>p,
.case_container .black>a>.info>h1 {
	/*color: black;*/
	color: #FFF;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.3);
}

#toall {
	float: left;
	width: 100%;
	margin: 50px auto;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.toall_btn {
	background-color: black;
	width: 232px;
	height: 64px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #000000;
	box-sizing: border-box;
}

.toall_btn a {
	color: black;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}

.toall_btn:hover {
	background-color: #000000;
}

.toall_btn:hover a {
	color: white;
}

.cooperation_container,
.caselabel_container {
	float: left;
	width: 100%;
}

.cooperation_container h1 {
	font-size: 33px;
	line-height: 70px;
	margin: 0px;
	margin-bottom: 25px;
}

/*.cooperation_container .article p {*/
/*	font-size: 32px;*/
/*	line-height: 52px;*/
/*	font-weight: bold;*/
/*	margin: 110px 0 30px 0;*/
/*}*/

.cooperation_container .labellist {
	width: 100%;
	overflow: hidden;
}

.cooperation_container .labellist .label {
	float: left;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 30px;
}

.cooperation_container .labellist .label button {
	height: 64px;
	width: 150px;
	font-size: 24px;
	line-height: 62px;
	text-align: center;
	color: #B2B2B2;
	cursor: pointer;
	border: solid 3px;
	outline: none;
	background-color: #E5E5E5;
}

.cooperation_container .labellist .label .labelbtn_active {
	color: black;
	background: white;
	border: solid 5px;
	font-size: 26px;
	line-height: 56px;
}



.caselabel_container .label_list_ {
	overflow: hidden;
	margin-top: 170px;
	margin-bottom: 90px;
	margin-right: -26px;
}

.caselabel_container .labellist .label {
	float: left;
	cursor: pointer;
	padding-right: 26px;
	margin: 0;
	margin-bottom: 16px;
}

.caselabel_container .labellist .label button {
	height: 84px;
	width: 320px;
	font-size: 14pt;
	font-weight: bolder;
	line-height: 82px;
	text-align: center;
	color: #B2B2B2;
	cursor: pointer;
	border: solid 3px #E5E5E5;
	outline: none;
	background-color: #ffffff;
}

.caselabel_container .labellist .label .labelbtn_active {
	color: black;
	border: solid 5px;
	line-height: 78px;
}

.label_list_ {
	width: 100%;
	/*padding: 0px 20px;*/
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.label_list_ .active_box {
	content: '';
	width: 0;
	height: 0;
	border: solid 2px black;
	position: absolute;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	transition: all 0.3s;
	opacity: 0;
}

.label_list_ .label {
	width: auto;
	height: auto;
	margin-right: 26.5px;
	margin-bottom: 14px;
	float: left;
}

.label_list_.fixed_width .label {
	width: calc(25% - 20px);
}

.label_list_.fixed_width .label:nth-child(4n + 1) {
	margin-right: 0px;
}

.label_list_ .label button {
	text-align: center;
	color: #B2B2B2;
	cursor: pointer;
	border: solid 2px #E5E5E5;
	outline: none;
	background-color: #ffffff;
	font-size: 21px;
	line-height: 70px;
	height: 74px;
	width: 100%;
	padding: 0px 60px;
	transition: color 0.5s;
}

.label_list_.fixed_width .label button {
	font-size: 21px;
}

.label_list_.fixed_width .label {
	padding: 0px;
}

.label_list_ .label.active button {
	/*font-size: 29px;*/
	line-height: 68px;
	font-weight: bolder;
	color: black;
	background: white;
}

.label_list_.fixed_width .label.active button {
	font-size: 21px;
}

.cooperation {
	padding: 20px 0;
	overflow: hidden;
	/*margin-right: -108px;*/
	margin-bottom: 7px;
	width: 1300px;
}

.cooperation .brand_container {
	width: 20%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.cooperation .brand_container img {
	width: 166px;
	padding-right: 106px;
	height: 118px;
	float: left;
}

hr.splitline {
	border: 1px solid #f3f4f9;
	margin: 60px;
}

.Hamberg_left,
.Hamberg_right {
	float: left;
	width: 50%;
}

.Hamberg_left h1 {
	font-size: 33px;
	line-height: 50px;
	font-weight: bold;
}

.Hamberg_left p {
	font-size: 19px;
	line-height: 34px;
	/*margin-top: 50px;*/
	margin-bottom: 80px;
}

#tomore {
	float: left;
	text-align: center;
	cursor: pointer;
}

.tomore_btn {
	background-color: black;
	width: 204px;
	height: 56px;
	margin: 0 auto;
}

.tomore_btn:hover {
	background-color: #535353;
}

.tomore_btn a {
	color: white;
	font-size: 21px;
	line-height: 56px;
	font-weight: bold;
	text-decoration: none;
}

.Hamberg_right img {
	width: 100%;
}

.team h1 {
	margin: 20px 0;
	font-size: 33px;
	line-height: 60px;
}

.team img {
	margin: 20px 0;
	width: 100%;
}

.location {
	margin: 0 auto;
	overflow: hidden;
	margin-right: -5px;
}

.location .place {
	float: left;
	margin: 100px 0;
	width: 25%;
	padding-right: 5px;
	box-sizing: border-box;
}

.location .place .map {
	float: left;
	width: 100%;
}

.location .place .locicon {
	float: left;
	width: 29px;
	margin-top: -174px;
	margin-left: 38px;
}

.location .place .placename {
	float: left;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-top: -190px;
	margin-left: 86px;
	color: white;
}

.location .place .placename span {
	font-size: 19px;
	line-height: 29px;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 4px;
}

.location .place .address {
	color: #dcdcdc;
	font-size: 14px;
	line-height: 22px;
	float: left;
	margin-top: -148px;
	margin-left: 86px;
	width: 200px;
}

footer {
	width: 100%;
	background-color: black;
}

.footer_container .info,
.footer_container .contact {
	margin: 120px 0;
	width: 45%;
	float: left;
}

.footer_container .contact {
	width: 55%;
}

.footer_container .info .eicologo {
	width: 88px;
	margin-bottom: 43px;
}

.footer_container .info p {
	margin: 18px 0;
	color: #808080;
	font-size: 20px;
	line-height: 26px;
}

.footer_container .info a {
	color: #808080;
	font-size: 20px;
	line-height: 29px;
	margin-top: 15px;
	text-decoration: none;
	display: inline-block;
}

.footer_container .social a {
	box-sizing: border-box;
}

.footer_container .social a .hover {
	display: block;
	border: 1px solid white;
	width: 58px !important;
	margin: 61px 6px 1px 1px !important;
}

.footer_container .social a .normal {
	display: none;
	/*border: 1px solid white;*/
}

.footer_container .social a:hover .hover {
	display: none;
}

.footer_container .social a:hover .normal {
	display: block;
}

.footer_container .info a:hover {
	/*color: #FFF;*/
	text-decoration: underline;
}

.footer_container .info .company {
	display: block;
	margin-top: 34px;
	color: #e5e5e5;
	font-size: 20px;
	text-decoration: underline;
	/*width: 50%;*/
}

.footer_container .info .company:hover {
	/*color: #FFF;*/
}

.footer_container .info .copyright {
	font-size: 18px;
}

.footer_container .info .social a img {
	margin-top: 60px;
	width: 62px;
	margin-right: 5px;
}

.wechat_qrcode,
.podcast_qrcode {
	width: 150px;
	position: absolute;
	top: 520px;
	opacity: 0;
	/*display: none;*/
	transition: all 0.5s;
	pointer-events: none;
}

.wechat_qrcode.active,
.podcast_qrcode.active {
	opacity: 1;
	top: 530px;
	/*display: block;*/
}

.footer_container .contact h1 {
	font-size: 25px;
	line-height: 25px;
	color: white;
	margin: 0;
}

.footer_container .contact .form {
	margin-top: 40px;
}

.form .item {
	float: left;
	width: 100%;
}

.form .name,
.form .city {
	margin-left: 6%;
}

.form .company,
.form .name,
.form .industry,
.form .city {
	width: 47%;
}

.form .time,
.form .call {
	width: 100%;
	float: left;
	clear: left;
}

.footer_container .contact input {
	border: none;
	border-bottom: 2px solid #797979;
	background-color: black;
	width: 100%;
	height: 80px;
	color: #808080;
	font-size: 19px;
	outline: none;
	border-radius: 0px;
	color: #cecece;
	font-size: 20px;
	line-height: 90px;
}

.footer_container .contact input:hover {
	border-color: white;
}

.footer_container .contact input.select {
	background-image: url(../images/select.png);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 43px;
}

.footer_container .contact input.select:hover {
	background-image: url(../images/select_hover.png);
}

.footer_container .contact input.select:hover,
.footer_container .contact input.select:hover::placeholder {
	color: white;
}

.footer_container .contact .declare {
	float: left;
	margin-top: 98px;
	clear: left;
}

.footer_container .contact span {
	font-size: 20px;
	line-height: 26px;
	color: #808080;
}

.contact .dialog {
	position: fixed;
	width: 660px;
	/*left: 20px;*/
	top: 210px;
	border: 1px solid white;
	box-sizing: border-box;
	background: rgba(61, 61, 61, 0.9);
	transform: scale(0);
	transform-origin: center center;
	transition: all 0.5s;
}

.contact .dialog.show {
	/*display: block;*/
	transform: scale(1);
}

.contact .dialog .content {
	font-family: 'PingFang-Regular';
	margin: 40px auto 32px auto;
	line-height: 34px;
	color: white;
	font-size: 24px;
	text-align: center;
}

.contact .dialog .confirm_btn {
	color: black;
	font-size: 24px;
	line-height: 47px;
	width: 180px;
	background: white;
	margin: 0px auto 40px auto;
	text-align: center;
	cursor: pointer;
}

.radio_list {
	padding: 16px 18px;
	overflow: hidden;
}

.radio_list .radio {
	width: calc(33.333% - 12px);
	margin-right: 18px;
	margin-bottom: 12px;
	line-height: 46px;
	box-sizing: border-box;
	color: #E5E5E5;
	font-size: 24px;
	text-align: center;
	float: left;
	border: 2px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}

.radio_list .radio:hover {
	color: white;
}

.radio_list .radio.active {
	border-color: white;
	background: white;
	color: black;
}

.radio_list .radio:nth-child(3n) {
	margin-right: 0px;
}

.item label {
	display: block;
	font-size: 21px;
	line-height: 30px;
	color: #757575;
	margin-top: 32px;
	margin-bottom: 32px;
}

.item .radio_list {
	margin: 0px;
	padding: 0px;
}

.item .radio_list .radio {
	margin-bottom: 0px;
}

.item .checkbox {
	height: 27px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	text-indent: 40px;
	background-image: url(../images/checkbox.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center left;
	transition: all 0.3s;
}

.item .checkbox.checked {
	background-image: url(../images/checked.png);
}

.item .radio_list .radio {
	width: auto;
	padding: 0px 20px;
}

.item .time .radio_list .radio {
	padding: 0px 10px;
	font-size: 20px;
	line-height: 47px;
}

/*.footer_container .contact input::placeholder {
      color: white;
    }*/
#submit {
	float: right;
	clear: right;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
	margin-top: 60px;
}

.submit_btn {
	background-color: #3d3d3d;
	width: 224px;
	height: 64px;
	margin: 0 auto;
}

.submit_btn:hover {
	background-color: #1a1a1a;
}

.footer_container .contact .submit_btn p {
	color: #e5e5e5;
	font-size: 32px;
	line-height: 64px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

.footer_container .contact .submit_btn:hover p {
	color: white;
}

.case_member {
	position: relative;
	/*margin-top: 200px;*/
	overflow: hidden;
	margin-right: -8px;
}

.case_member h1 {
	font-size: 28px;
	line-height: 50px;
	margin: 0;
	float: left;
	width: 100%;
}

.case_member .member {
	position: relative;
	float: left;
	width: calc(25% - 8px);
	margin-top: 16px;
	padding-right: 8px;
}

.case_member .member img {
	width: 100%;
	height: auto;
}

.case_member .member h1 {
	position: absolute;
	bottom: 45px;
	left: 18px;
	width: 100%;
	font-size: 21px;
	line-height: 35px;
	color: white;
}

.case_member .member p {
	position: absolute;
	margin: 0;
	bottom: 14px;
	left: 18px;
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	color: white;
}

.case_member .member .des {
	padding-left: 8%;
	padding-right: 8%;
	/*margin-top: -110px;*/
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: calc(100% - 8px);
	background-image: url('../images/manager_mask.png');
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column-reverse;
}

.more_case {
	float: left;
	position: relative;
	margin-bottom: 200px;
	margin-right: -29px;
	margin-top: 150px;
}

.more_case h1 {
	font-size: 28px;
	line-height: 50px;
	margin: 0;
	float: left;
	width: 1200px;
	margin-bottom: 15px;
}

.more_case .relatedcase {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 29px;
	margin-bottom: 0;
	width: calc(33.3333% - 29px);
	height: auto;
}

.more_case .relatedcase img {
	float: left;
	width: 100%;
}

.more_case .relatedcase h1 {
	float: left;
	color: white;
	font-size: 27px;
	line-height: 45px;
	margin-top: -87px;
	margin-left: 24px;
	font-weight: bold;
}

.more_case .relatedcase p {
	float: left;
	color: white;
	font-size: 13px;
	line-height: 25px;
	margin-top: -45px;
	margin-left: 24px;
}

.aboutus_container img.design {
	width: 75%;
	height: auto;
	margin: 0;
	margin-left: 12.5%;
	float: left;
}

.aboutus_container .aboutus_text {
	/*width: 90%;*/
	margin: 40px auto;
	margin-top: 100px;
}

.aboutus_container .aboutus_text p {
	margin-top: 40px;
	font-size: 17px;
	line-height: 34px;
	font-weight: lighter;
}

.aboutus_container .aboutus_text h1 {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 20px;
}

.manager_team h1 {
	font-size: 33px;
	line-height: 110px;
	margin: 0;
	margin-top: 28px;
	float: left;
	width: 100%;
}

.manager_team .manager {
	position: relative;
	float: left;
	/*width: 16.666%;*/
	/*max-height: 200px;*/
	width: 15%;
	max-height: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;

}

.manager_team .manager img {
	width: 100%;
	margin: 0px;
}

.manager_team .manager .des {
	padding-left: 31px;
	padding-right: 31px;
	/*margin-top: -110px;*/
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 100%;
	background-image: url('../images/manager_mask.png');
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column-reverse;
}

.manager_team .manager h1 {
	position: unset;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: white;
}

.manager_team .manager h2 {
	position: unset;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 80%;
	font-size: 19px;
	line-height: 26px;
	color: #d7d7d7;
	font-weight: lighter;
}

.manager_team .manager p {
	color: #d2d2d2;
	width: 100%;
	height: 50%;
	font-size: 14px;
	line-height: 31px;
	display: none;
	/*height: 0px;*/
}

/* .manager_team .manager:hover .des {
    background: rgba(0, 0, 0, 0.5);
}
.manager_team .manager:hover p {
    transition: 0.5s;
    display: block;

} */
.manager_team .manager_active {
	width: 100%;
}

.manager_team .manager_active h1 {
	margin-top: 25px;
	margin-left: 5%;
	width: 90%;
	font-size: 16px;
	line-height: 26px;
}

.manager_team .manager_active h2 {
	margin-left: 5%;
	width: 90%;
}

.manager_team .manager_active p {
	display: block;
	margin-left: 5%;
	width: 90%;
	font-size: 14px;
	line-height: 22px;
	min-height: 30%;
}

.our_story {
	margin-top: 50px;
	float: left;
	width: 100%;
}

.our_story h1 {
	font-size: 33px;
	line-height: 70px;
	margin: 0;
	margin-top: 100px;
	float: left;
	width: 100%;
}

.our_story .storyline_container {
	width: 100%;
	/*overflow-x: auto;*/
	/*padding: 20px 0px 20px 0px;*/
}

.our_story .storyline_container img {
	/*margin-left: 30%;*/
	/*height: 400px;*/
	/*width: auto;*/
	width: 100%;
}

.pc.Hamberg.about {
	width: 100%;
	float: left;
	margin-top: 187px;
}

.join_container {
	margin-bottom: 32px;
}

.join_container .labellist {
	width: 100%;
	overflow: hidden;
}

.join_container .labellist .label {
	float: left;
	cursor: pointer;
	margin-right: 30px;
	margin-bottom: 30px;
}

.join_container .labellist .label button {
	height: 84px;
	width: 200px;
	font-size: 24px;
	line-height: 82px;
	text-align: center;
	color: #e5e5e5;
	cursor: pointer;
	border: solid 3px;
	outline: none;
	background-color: #ffffff;
}

.join_container .labellist .label .labelbtn_active {
	color: black;
	border: solid 5px;
	font-size: 32px;
	line-height: 78px;
}

.join_container h1 {
	font-size: 33px;
	line-height: 70px;
	margin: 0px;
	margin-bottom: 24px;
	float: left;
}

.join_container .link {
	float: right;
	width: 16%;
	height: 50px;
	background: url(../images/link_icon.png) no-repeat right;
	background-size: contain;
}

.join_container .recruit {
	background-color: #f5f5f5;
	padding: 70px 40px 70px 40px;
	margin-bottom: 37px;
	width: calc(50% - 20px);
	float: left;
	box-sizing: border-box;
}

.join_container .recruit:nth-child(even) {
	margin-left: 40px;
}

.join_container .recruit h1 {
	margin: 0;
	width: 100%;
	font-size: 25px;
	line-height: 35px;
}

.join_container .recruit .unfold {
	display: none;
}

.join_container .recruit h2 {
	margin: 0;
	/*margin-left: 5%;*/
	font-size: 19px;
	line-height: 40px;
	letter-spacing: normal;
	color: #A0A2B2;
	font-weight: normal;
}

.join_container .recruit h3 {
	margin: 0;
	/*margin-left: 5%;*/
	font-size: 19px;
	line-height: 35px;
	font-weight: normal;
}

.join_container .recruit .recruit_detail {
	color: rgba(0, 0, 0, 0.8);
	padding-right: 5%;
	padding-bottom: 40px;
	height: 720px;
}

.join_container .recruit .recruit_detail h1 {
	width: 90%;
	font-size: 21px;
	margin-top: 34px;
	font-weight: normal;
}

.join_container .recruit .recruit_detail p {
	width: 90%;
	/*margin:0 5%;*/
	font-weight: lighter;
	line-height: 26px;
	font-size: 14px;
}

.join_container .recruit .recruit_detail h2 {
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	color: black;
	margin-top: 24px;
	width: 70%;
}

.join_container .recruit .recruit_detail {
	position: relative;
}

.join_container .recruit .recruit_detail .join {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.join_container .recruit .recruit_detail .share {
	position: relative;
	float: right;
	margin-top: 24px;
	width: 18%;
	height: 68px;
	background: url(../images/share2.png) right no-repeat;
	background-size: contain;
}

.join_container .recruit .unfold {
	position: relative;
	float: right;
	margin-top: 36px;
	width: 18%;
	height: 68px;
	background: url(../images/fold.png) right no-repeat;
	background-size: contain;
}

.join_container .todetail .recruit_detail {
	display: block;
}

.join_container .todetail .unfold {
	background: url(../images/unfold.png) right no-repeat;
	background-size: contain;
}

.case_detail_container .three_column {
	position: relative;
	width: 1200px;
	margin: 60px auto;
	/*display: flex;*/
	/*display: -webkit-flex;*/
	overflow: hidden;
}

.case_detail_container .three_column img {
	width: 480px;
	margin: 0;
	padding: 0;
	margin-left: 80px;
	width: calc(33.333% - 57px);
	float: left;
}

.case_detail_container .three_column img:nth-child(1) {
	margin-left: 0px;
}

.case_detail_container .one_column {
	position: relative;
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}

.case_detail_container .one_column.full {
	position: relative;
	width: 100%;
	margin: 60px auto;
	overflow: hidden;
}

.case_detail_container .one_column img {
	width: 100%;
	height: auto;
	margin: 0;
}

.case_detail_container .two_column {
	position: relative;
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}

.case_detail_container .two_column .row {
	width: 100%;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.case_detail_container .two_column .row2 {
	margin-top: -100px;
	z-index: 1;
}

.case_detail_container .two_column .row2 .text {
	margin-top: 200px;
}

.case_detail_container .two_column .text {
	width: 45%;
	float: left;
}

.case_detail_container .two_column h2 {
	font-size: 28px;
	line-height: 44px;
}

.case_detail_container .two_column p {
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
}

.case_detail_container .two_column .text p {
	padding-right: 50px;
}

.case_detail_container .one_column_text {
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}

.case_detail_container .one_column_text .row {
	width: 55%;
}

.case_detail_container .one_column_text.right .row {
	float: right
}

.case_detail_container .one_column_text h2 {
	font-size: 32px;
	line-height: 50px;
}

.case_detail_container .one_column_text p {
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
}

.case_detail_container .two_column_img {
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}

.case_detail_container .two_column_img img {
	width: 50%;
	float: left;
}



.case_detail_container .two_column .text h2,
.case_detail_container .two_column .text p {
	padding-left: 50px;
}

.case_detail_container .two_column .img {
	width: 55%;
	float: left;
}

.case_detail_container .two_column_with3pic {
	position: relative;
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}

.case_detail_container .two_column_with3pic .row {
	width: 100%;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.case_detail_container .two_column_with3pic .text {
	width: 45%;
	float: left;
	padding-right: 50px;
	box-sizing: border-box;
}

.case_detail_container .two_column_with3pic .imgs {
	width: 55%;
	height: 750px;
	float: left;
	position: relative;
}

.case_detail_container .two_column_with3pic .imgs img {
	position: absolute;
}

.case_detail_container .two_column_with3pic .imgs .img1 {
	width: 70%;
	left: 0px;
	top: 10%;
}

.case_detail_container .two_column_with3pic .imgs .img2 {
	width: 50%;
	left: 40%;
	top: 0px;
}

.case_detail_container .two_column_with3pic .imgs .img3 {
	width: 60%;
	left: 30%;
	top: 40%;
}

.case_detail_container .two_column_with3pic h2 {
	font-size: 33px;
	line-height: 50px;
}

.case_detail_container .two_column_with3pic p {
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
}





.case_detail_container .case_text {
	width: 90%;
	margin: 40px auto;
}

.case_detail_container .case_text p {
	font-size: 14px;
	line-height: 26px;
}

.case_detail_container .case_text h1 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 24px;
	font-weight: bolder;
}

.blog_detail_container .title {
	width: 90%;
	margin: 24px 5% 8px;
	font-size: 22px;
	line-height: 30px;
}

.blog_detail_container .date {
	width: 90%;
	margin: 0 5% 40px;
	font-size: 14px;
	line-height: 22px;
	color: #8a8a8a;
}

.blog_detail_container .abstract {
	float: left;
	width: 90%;
	margin: 0;
	margin-left: 5%;
	margin-bottom: -8px;
}

.blog_detail_container .abstract p {
	float: left;
	padding-left: 8%;
	border-left: solid 5px #00dbfd;
	font-size: 14px;
	margin: 0;
}

.blog_detail_container img {
	width: 100%;
	height: auto;
	margin: 0;
}

.blog_detail_container .blog_text {
	float: left;
	width: 90%;
	margin: 40px 5% 16px;
}

.blog_detail_container .blog_text p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 24px;
}

.blog_detail_container .blog_text .number {
	margin: 0;
	font-size: 40px;
	line-height: 20px;
	text-align: center;
}

.blog_detail_container .blog_text .chapter_title {
	margin: 16px auto 24px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;

}

.more_blog {
	position: unset;
	float: left;
	margin: 0;
	width: 100%;
}

.more_blog img {
	float: left;
	width: 100%;
}

.more_blog h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 5% 24px;
}

.more_blog .relatedblog {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.more_blog .relatedblog h1 {
	float: left;
	color: black;
	width: 90%;
	font-size: 16px;
	line-height: 20px;
	margin: 16px 5% 0;
	text-align: left;
}

.more_blog .relatedblog p {
	float: left;
	color: #8a8a8a;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5% 16px;
	text-align: left;
	width: 90%;
}

.blog_detail_container.pc {
	padding-top: 50px;
}

.blog_detail_container.pc .title {
	width: 100%;
	font-size: 60px;
	line-height: 100px;
	text-align: left;
	margin: 0px;
}

.blog_detail_container.pc .date {
	width: 90%;
	margin: 0 5% 40px 0;
	font-size: 24px;
	line-height: 30px;
	color: #8a8a8a;
}

.blog_detail_container.pc .abstract {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: -8px;
}

.blog_detail_container.pc .abstract p {
	float: left;
	border-left: solid 20px #00dbfd;
	padding-left: 0.5em;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
}

.blog_detail_container.pc img {
	width: 100%;
	height: auto;
	margin: 0;
}

.blog_detail_container.pc .blog_text {
	float: left;
	width: 100%;
	margin: 40px 0px;
}

.blog_detail_container.pc .blog_text p {
	font-size: 22px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 24px;
	font-weight: lighter;
}

.blog_detail_container.pc .blog_text .number {
	margin: 0;
	font-size: 40px;
	line-height: 20px;
	text-align: center;
}

.blog_detail_container.pc .blog_text .chapter_title {
	margin: 16px auto 24px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;

}

.pc.blog_detail_container .two_column {
	position: relative;
	width: 100%;
	margin: 60px auto;
	overflow: hidden;
}

.pc.blog_detail_container .two_column .row {
	width: 100%;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.pc.blog_detail_container .two_column .row2 {
	margin-top: -100px;
	z-index: 1;
}

.pc.blog_detail_container .two_column .row2 .text {
	margin-top: 100px;
	padding-left: 50px;
	box-sizing: border-box;
}

.pc.blog_detail_container .two_column .text {
	width: 45%;
	float: left;
}

.pc.blog_detail_container .two_column h2 {
	font-size: 32px;
	line-height: 70px;
}

.pc.blog_detail_container .two_column h2 .num {
	font-size: 50px;
	line-height: 70px;
	display: inline-block;
	margin-right: 0.5em;
}

.pc.blog_detail_container .two_column p {
	font-size: 22px;
	line-height: 40px;
	font-weight: lighter;
}

.pc.blog_detail_container .two_column .text p {
	padding-right: 50px;
}

.pc.blog_detail_container .two_column .img {
	float: left;
	width: 55%;
}

.more_blog.pc {
	position: unset;
	float: left;
	margin: 0;
	width: 100%;
	margin-bottom: 200px;
	margin-top: 100px;
}

.more_blog.pc img {
	float: left;
	width: 100%;
}

.more_blog.pc h1 {
	font-size: 37px;
	line-height: 50px;
	margin: 0 5% 24px 0;
}

.more_blog.pc .relatedblog {
	float: left;
	margin: 0;
	padding: 0;
	width: calc(50% - 12px);
	position: relative;
	margin-bottom: 32px;
}

.more_blog.pc .relatedblog:nth-child(odd) {
	margin-left: 24px;
}

.more_blog.pc .relatedblog .des {
	position: absolute;
	bottom: 0px;
	padding-bottom: 24px;
	padding-left: 32px;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57%, rgba(0, 0, 0, 0.50) 100%);
	display: flex;
	flex-direction: column-reverse;
}

.more_blog.pc .relatedblog h1 {
	float: left;
	color: white;
	width: 90%;
	font-size: 32px;
	line-height: 50px;
	margin: 0;
	text-align: left;
}

.more_blog.pc .relatedblog p {
	float: left;
	color: white;
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	text-align: left;
	width: 90%;
}

.manager_active {
	display: none;
}

.blog_container {
	margin-top: 150px;
}

.blog_container h1 {
	font-family: PingFang SC;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 59px;
	/* identical to box height */

	color: #000000;
	margin: 0px;
}

.blog_container h2 {
	font-family: PingFang SC;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 50px;
	/* identical to box height, or 208% */
	text-align: justify;
	letter-spacing: -0.249351px;

	color: #000000;
	margin: 0px;
	font-weight: 200;
	margin-top: 22px;
}

.blog_container .list {
	width: 100%;
	margin-top: 24px;
}

.blog_container .list .item {
	width: calc(50% - 17px);
	height: 274px;
	background: #E6E6E6;
	border-bottom: 4px solid black;
	box-sizing: border-box;
	padding: 40px;
	position: relative;
	margin-bottom: 34px;
	float: left;
}

.blog_container .list .item.type1 {
	background: #00C638;
}

.blog_container .list .item.type2 {
	background: #13C1FE;
}

.blog_container .list .item.type3 {
	background: #FFFC03;
}

.blog_container .list .item:nth-child(odd) {
	margin-right: 34px;
}

.blog_container .list .item .from {
	font-family: PingFang SC;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;

	color: #000000;
	font-weight: 200;
	float: left;
}

.blog_container .list .item:hover {
	cursor: pointer;
}

.blog_container .list .item .title {
	font-family: PingFang SC;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 45px;
	/* identical to box height */

	color: #000000;
	float: left;
	clear: left;
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-decoration-line: none;
}

.blog_container .list .item:hover .title {
	text-decoration-line: underline;
}

.blog_container .list .item .sub_title {
	font-family: PingFang SC;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	/* identical to box height */

	color: #000000;
	position: absolute;
	font-weight: 200;
	left: 40px;
	bottom: 40px;
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media(max-width: 1400px) {

	.main,
	.Hamberg,
	.team,
	.pcmenu_container,
	.location_contrainer,
	.footer_container {
		width: 1000px;
	}

	.pagebanner_title_wrap {
		width: 1000px;
	}

	.submenu a {
		width: 193px;
		margin-right: 76px;
	}

	.case_small img,
	.case_small video {
		height: 492px;
	}

	.case {
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.case_big {
		width: 678px;
	}

	.case_big img,
	.case_big video {
		height: 1004px;
	}

	.case_small {
		width: 32.9333%;
	}

	.case>a>h1 {
		font-size: 28px;
	}

	.case>a>p {
		font-size: 16px;
	}

	.left_down {
		/*margin-top: -512px;*/
		margin-top: 2px;
		margin-bottom: 18px !important;
	}

	.label_list_ .label button {
		padding: 0px 52px;
	}

	.cooperation {
		width: 1100px;
	}

	.cooperation .brand_container {
		width: 25%;
	}

	.location .place .locicon {
		margin-left: 28px;
		margin-top: -144px;
	}

	.location .place .placename {
		margin-left: 72px;
		margin-top: -160px;
		font-size: 22px;
	}

	.location .place .address {
		margin-left: 72px;
		margin-top: -122px;
		font-size: 13px;
	}

	.footer_container .info,
	.footer_container .contact {
		width: 40%;
	}

	.footer_container .contact {
		width: 60%;
	}

	.form .time,
	.form .call {
		width: 100%;
	}

	.submit_btn {
		width: 208px;
	}

	.footer_container .contact .submit_btn p {
		line-height: 63px;
	}



	.banner_container .pc_casebanner_title {
		width: 1000px;
	}

	.manager_team .manager h2 {
		font-size: 16px;
	}

	.manager_team .manager h1 {
		font-size: 18px;
		line-height: 32px;
	}

	.manager_team .manager .des {
		padding-bottom: 10px;
	}

	.banner_container .pc_casebanner_title .title.full h1,
	.banner_container .pc_casebanner_title .title.full hr {
		width: 800px;
	}

	.banner_container .pc_casebanner_title .title.full p {
		width: 800px;
	}

	.case_detail_container .three_column {
		width: 1000px;
	}

	.case_detail_container .two_column {
		width: 1000px;
	}

	.case_detail_container .two_column .row2 .text {
		margin-top: 160px;
	}

	.case_detail_container .two_column_with3pic {
		width: 1000px;
	}

	.case_detail_container .one_column_text {
		width: 1000px;
	}

	.case_detail_container .one_column_text {
		width: 1000px;
	}

	.case_detail_container .two_column_img {
		width: 1000px;
	}

	.more_case .relatedcase {
		width: calc(33.3333% - 103px);
	}

	.blog_container .list .item {
		width: 100%;

	}
}

.new_style_btn {
	background-color: black;
	width: 232px;
	height: 64px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #000000;
	box-sizing: border-box;
}

.new_style_btn a {
	color: black;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
}

.new_style_btn:hover {
	background-color: #000000;
}

.new_style_btn:hover a {
	color: white;
}

@media(max-width: 768px) {
	.blog_container {
		margin-top: 70px;
	}

	.blog_container h1 {
		display: none;
	}

	.blog_container h2 {
		padding: 0px 20px;
	}

	.blog_container .list .item .title {
		white-space: normal;
		height: 90px;
	}

	.blog_container .list .item .sub_title {
		display: none;
	}

	.mobile {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.main,
	.Hamberg,
	.team,
	.pcmenu_container,
	.location_contrainer,
	.footer_container {
		width: 100%;
	}

	.mobile_menu {
		float: left;
		width: 100%;
		height: auto;
		position: relative;
		z-index: 200;
	}

	.topmenu {
		width: 100%;
		height: 73px;
		position: fixed;
		z-index: 100;
		top: 0;
		margin: 0;
		padding: 0;
		transition: top 0.2s;
		/*background: black;*/
	}

	.scrolled {
		background: black;
	}

	.topmenu.scrolled.shide {
		display: block;
		top: -93px;
	}

	.topmenu a {
		display: block;
		width: 75%;
		height: 73px;
		position: relative;
		overflow: hidden;
	}

	.home_case .case {

		margin-bottom: 3px !important;
	}

	.home_case .case:nth-child(odd) {
		margin-right: 3px !important;
	}

	.home_case .case>a>h1 {
		font-size: 14px;
		bottom: 34px;
	}

	.home_case .case>a>p {
		font-size: 12px;
		bottom: 20px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
	}

	.submenu a:last-child img,
	.submenu a:last-child p,
	.submenu a:nth-child(2) img,
	.submenu a:nth-child(2) p {
		float: right;
	}

	.scrolled a .menulogo {
		background: url(../images/mobile_menu_logo_black.png) left no-repeat !important;
		background-size: auto 100% !important;
	}

	.topmenu a .menulogo {
		background: url(../images/mobile_menu_logo.png) no-repeat;
		background-size: auto 100%;
		height: 73px;
		width: auto;
	}

	.topmenu.white a .menulogo {
		background: url(../images/mobile_menu_logo_whilte.png) no-repeat;
		background-size: auto 100%;
	}

	.white a .menulogo {
		background: url(../images/mobile_menu_logo_whilte.png) no-repeat;
		background-size: auto 100%;
	}

	.topmenu .button_top {
		width: 25%;
		height: 100%;
		margin: 0;
	}

	.scrolled .button {
		background: url(../images/mobile_menu_black.png) right no-repeat !important;
		background-size: contain !important;
	}

	.scrolled .button span {
		color: white !important;
	}

	.mobile_menu .button {
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/mobile_menu.png) right no-repeat;
		background-size: contain;
		height: 73px;
		border: none;
		padding: 0;
		outline: none;
	}

	.mobile_menu .white .button {
		background: url(../images/mobile_menu_white.png) right no-repeat;
		background-size: contain;
	}

	.mobile_menu .button span {
		position: relative;
		float: right;
		font-size: 16px;
		line-height: 81px;
		display: block;
		height: 73px;
		right: 55%;
		color: black;
	}

	.mobile_menu.white .button span {
		color: white;
	}

	.white .button {
		background: url(../images/mobile_menu_white.png) right no-repeat;
		background-size: contain;
	}

	.mobile_menu .button_fixed {
		width: 34%;
		z-index: 1;
		margin: 0;
	}

	.mobile_menu img {
		padding: 0;
	}

	.mobile_menu_open {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		display: none;
		z-index: 100;
		overflow: hidden;
	}

	.mobile_menu_open.active {
		display: block;
	}

	.mobile_menu_open .content {
		position: relative;
		overflow: hidden;
	}

	.mobile_menu_open .dark_bg {
		background-color: black;
		border-radius: 100%;
		width: 500px;
		height: 500px;
		position: absolute;
		z-index: 1;
		transform: scale(0.1);
		left: -186px;
		top: -186px;
	}

	.menulist {
		opacity: 0;
	}

	@keyframes menulist_ani {
		100% {
			opacity: 1;
		}
	}

	.mobile_menu_open.active .menulist {
		animation: menulist_ani 1s forwards;
	}

	.menulist .active_line {
		height: 3.2%;
		background: rgba(255, 255, 255, 0.5);
		position: absolute;
		transition: all 0.5s;
	}

	.menulist>div {
		margin-bottom: 6px;
	}

	.menulist>div>.a {
		display: block;
	}

	.menulist>div>.b {
		display: none;
	}

	.menulist>.active>.a {
		display: none;
	}

	.menulist>.active>.b {
		display: block;
	}

	.menulist .select1 {
		width: 16%;
		margin-left: 42%;
		top: 50px;
	}

	.menulist .select2 {
		width: 16%;
		margin-left: 42%;
		top: 58%;
	}

	.menulist .select3 {
		width: 29%;
		margin-left: 35.5%;
		top: 95%;
	}

	.menulist .select4 {
		width: 29%;
		margin-left: 35.5%;
		top: 83%;
	}

	.mobile_menu_open * {
		position: relative;
		z-index: 2;
	}

	@keyframes dark_bg_ani {
		100% {
			transform: scale(5);
		}
	}

	.mobile_menu_open.active .dark_bg {
		animation: dark_bg_ani 0.8s forwards;
	}

	@keyframes dark_bg_fade {
		0% {
			transform: scale(5);
		}

		100% {
			transform: scale(0.1);
		}
	}

	.mobile_menu_open.fade .dark_bg {
		animation: dark_bg_fade 0.5s forwards;
	}

	.mobile_menu_open a {
		display: block;
		/*background-color: #ffffff;*/
		width: 100%;
	}

	.mobile_menu_open .menu_logobar {
		width: calc(100% - 100px);
		/*background-color: black;*/
	}

	.mobile_menu_open .menu_logobar a {
		width: 49%;
	}

	.mobile_menu_open a .menulogo {
		height: 73px;
		width: auto;
	}

	.mobile_menu_open img {
		width: 100%;
	}

	.mobile_menu_open .button {
		/*background: url(../images/close_mobile.png) right no-repeat;*/
		/*background-size: contain;*/
		height: 73px;
		width: 93px;
		padding-left: 54px;
		padding-top: 28px;
		box-sizing: border-box;
	}

	.mobile_menu_open .button img {
		width: 18px;
		float: left;
		clear: left;
		z-index: 2;
	}

	@keyframes menu_x_active {
		100% {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
		}
	}

	.mobile_menu_open .button .menu_x.active {
		-webkit-animation: menu_x_active 0.3s linear 1;
		animation: menu_x_active 0.3s linear 1;
	}

	@keyframes menu_head_active {
		0% {
			-webkit-transform: scale(0.6);
			transform: scale(0.6);
		}

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

	.mobile_menu_open .button .menu_head.active {
		transform-origin: center right;
		-webkit-animation: menu_head_active 0.3s linear 1;
		animation: menu_head_active 0.3s linear 1;
	}

	@keyframes menu_x_fade {
		100% {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}
	}

	.mobile_menu_open .button .menu_x.fade {
		-webkit-animation: menu_x_fade 0.3s linear 1;
		animation: menu_x_fade 0.3s linear 1;
	}

	@keyframes menu_head_fade {
		0% {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

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

	.mobile_menu_open .button .menu_head.fade {
		transform-origin: center right;
		-webkit-animation: menu_head_fade 0.3s linear 1;
		animation: menu_head_fade 0.3s linear 1;
	}

	.mobile_menu_open_bg {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(55, 58, 71, 0.6);
		z-index: -1;
	}

	.mobile_banner_container {
		position: relative;
		top: 0;
		width: 100%;
		margin: 0 auto;
		min-height: 500px;
		background: black;
	}

	.mobile_banner_container img {
		position: relative;
		width: 100%;
	}

	.banner_img {
		min-height: 500px;
		object-fit: cover;
	}

	.mobile_pagebanner_title {
		position: relative;
		float: left;
		width: 90%;
		margin-left: 5%;
		background-color: black;
		bottom: 130px;
		margin-bottom: -130px;
	}

	.mobile_pagebanner_title .mobile_index_content {
		width: 100%;
	}

	.mobile_pagebanner_title p {
		color: white;
		margin: 7%;
	}

	.mobile_pagebanner_title span {
		border-bottom: solid 4px;
		display: inline-block;
		height: 37px;
		font-weight: bold;
	}

	.mobile_casebanner_title {
		position: relative;
		float: left;
		width: 90%;
		margin: 0 5% -73px 5%;
		background-color: black;
		bottom: 73px;
		padding-bottom: 26px;
	}

	.mobile_casebanner_title img {
		float: left;
		width: 26.7%;
		margin-top: 35px;
		margin-left: 12%;
	}

	.mobile_casebanner_title h1 {
		float: left;
		font-size: 22px;
		line-height: 30px;
		color: white;
		width: 60%;
		margin: 20px 12%;
	}

	.mobile_casebanner_title hr {
		border: 2px solid white;
		width: 76%;
		margin: 8px 12%;
	}

	.mobile_casebanner_title p {
		width: 76%;
		margin: 20px 12%;
		float: left;
		font-size: 12px;
		line-height: 24px;
		color: white;
	}

	.submenu {
		height: 105px;
		margin: 40px 12.8%;
		width: 71%;
		margin-left: calc(12.8% + 4px);
	}

	.submenu a {
		display: block;
		width: 50%;
		height: 45px;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.submenu a img {
		height: 100%;
		float: left;
	}

	.submenu a p {
		font-size: 16px;
		line-height: 45px;
		margin: auto;
		text-indent: 0.5em;
		display: block;
		font-weight: bolder;
		/*margin: -30px 0 0 40px;*/
		float: left;
	}

	.submenu .mobile_submenu_right {
		float: right;
	}

	.cooperation_container {
		/*margin-top: 40px;*/
	}

	.cooperation_container h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 0px 5% 24px;
		float: left;
		width: 100%;
	}

	.label_list {
		width: 100%;
		padding: 0px 20px;
		position: relative;
		box-sizing: border-box;
		overflow: hidden;
	}

	.label_list .active_box {
		content: '';
		width: 0;
		height: 0;
		border: solid 3px black;
		position: absolute;
		left: 0px;
		top: 0px;
		box-sizing: border-box;
		transition: all 0.3s;
		opacity: 0;
	}

	.footer_container .info .company {
		width: 100%;
		color: black;
		font-size: 13px;
		margin-top: 24px;
	}

	.footer_container .info .copyright {
		font-size: 12px;
		margin-top: 24px;
	}

	.label_list .label {
		width: calc(25% - 6px);
		height: auto;
		margin-right: 8px;
		margin-bottom: 8px;
		float: left;
	}

	.label_list.l5 .label {
		width: calc(20% - 7px);
	}

	.label_list .label:nth-child(4n + 1) {
		margin-right: 0px;
	}

	.l5 .label:nth-child(4n + 1) {
		margin-right: 8px;
	}

	.l5 .label:nth-child(5n + 1) {
		margin-right: 0px;
	}

	.label_list .label button {
		text-align: center;
		color: #B2B2B2;
		cursor: pointer;
		border: solid 2px #E5E5E5;
		outline: none;
		background-color: #ffffff;
		font-size: 13px;
		line-height: 28px;
		height: 32px;
		width: 100%;
		/*padding: 0px 13px;*/
		padding: 0px;
		transition: color 0.5s;
		overflow: hidden;
	}

	.label_list.big .label button {
		height: 37px;
		line-height: 34px;
	}

	.label_list .label.active button {
		font-size: 14px;
		line-height: 26px;
		font-weight: bolder;
		color: black;
		background: white;
	}

	.cooperation {
		padding: 0;
		margin-right: 0;
		width: auto;
	}

	.cooperation .brand_container {
		width: 27%;
		margin: 0 3%;
	}

	.cooperation .brand_container2 {
		width: 30%;
		margin: 0 10%;
	}

	.cooperation .brand_container img,
	.cooperation .brand_container2 img {
		width: 100%;
		height: 100px;
	}

	.case_container {
		padding-top: 30px;
		width: 100%;
		margin: 0;
		min-height: 500px;
		margin-bottom: 30px;
	}

	.case {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.left_down {
		margin: 0px !important;
	}

	.caselabel_container {
		margin-top: 100px;
	}

	.case img {
		height: auto;
	}

	.case video {
		/*margin-top: -2px;*/
		/*margin-bottom: -2px;*/
		display: none;
	}

	.case img.cover {
		position: relative;
	}

	.case>a>h1,
	.case_big>a>h1 {
		/*font-family: "PingFang-Bold";*/
		bottom: 57px;
		line-height: 37px;
		padding: 0 5%;
		font-size: 26px;
		font-weight: bolder;
	}

	.case>a>p,
	.case_big>a>p {
		bottom: 32px;
		line-height: 17px;
		padding: 0 5%;
		font-size: 12px;
	}

	.Hamberg.mobile {
		margin-top: 40px;
		float: left;
	}

	.Hamberg h1 {
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
		margin: 0px 5% 40px 5%;
	}

	.Hamberg img {
		width: 100%;
	}

	.Hamberg p {
		width: 85%;
		font-size: 14px;
		line-height: 26px;
		margin: 0 auto;
	}

	#tomore {
		float: none;
		margin-top: 40px;
	}

	.tomore_btn {
		background: #FFFFFF;
		border: 2px solid #000000;
		box-sizing: border-box;
		width: 116px;
		height: 42px;
		margin: 0 auto;
	}

	.tomore_btn:hover {
		background-color: black;
		color: white
	}

	.tomore_btn a {
		font-size: 16px;
		line-height: 38px;
		color: black
	}

	.tomore_btn a:hover {
		color: white;
	}

	.tomore_btn:hover a {
		color: white;
	}

	.cooperation.all .brand_container {
		display: none;
	}

	.cooperation.all .brand_container:nth-child(1),
	.cooperation.all .brand_container:nth-child(2),
	.cooperation.all .brand_container:nth-child(3),
	.cooperation.all .brand_container:nth-child(4),
	.cooperation.all .brand_container:nth-child(5),
	.cooperation.all .brand_container:nth-child(6),
	.cooperation.all .brand_container:nth-child(7),
	.cooperation.all .brand_container:nth-child(8),
	.cooperation.all .brand_container:nth-child(9),
	.cooperation.all .brand_container:nth-child(10),
	.cooperation.all .brand_container:nth-child(11),
	.cooperation.all .brand_container:nth-child(12),
	.cooperation.all .brand_container:nth-child(13),
	.cooperation.all .brand_container:nth-child(14),
	.cooperation.all .brand_container:nth-child(15) {
		display: block;
	}

	.show_more,
	.show_more2 {
		background-color: white;
		color: black;
		border: 2px solid #000000;
		box-sizing: border-box;
		width: 120px;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 16px;
		line-height: 38px;
		text-align: center;
		margin-left: calc(50% - 60px);
		float: left;
		cursor: pointer;
	}

	.show_more:hover,
	.show_more2:hover {
		background-color: black;
		color: white;
	}

	.splide__slide img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	#image-slider .splide__arrow {
		border-radius: 0;
		width: 30px;
		height: 30px;
	}

	#image-slider .splide__arrow--prev {
		background: url(../images/prev.png);
		background-size: 100%;
	}

	#image-slider .splide__arrow--next {
		background: url(../images/next.png);
		background-size: 100%;
	}

	.location {
		margin-bottom: -4px;
	}

	.location .place {
		margin: 0;
		margin-right: 3px;
		margin-bottom: 3px;
		padding: 0;
		width: 49%;
		height: auto;
	}

	.location .place .locicon {
		width: 18px;
		height: 22px;
		margin-top: calc(-50% - 13px);
		margin-left: 24px;
	}

	.location .place .placename {
		font-size: 14px;
		line-height: 20px;
		margin-top: calc(-50% - 20px);
		margin-left: 54px;
	}

	.location .place .placename span {
		font-size: 12px;
		line-height: 17px;
	}

	.location .place .address {
		font-size: 10px;
		line-height: 14px;
		margin-top: calc(-50%);
		margin-left: 54px;
		width: 60%;
	}

	.footer_container .contact {
		background: black;
	}

	.footer_container .info,
	.footer_container .contact {
		margin: 0;
		padding: 24px 5%;
		width: 90%;
		position: relative;
	}

	.footer_container .info {
		background: white;
		/*font-weight: bold;*/
	}

	.footer_container .contact h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.footer_container .contact .form {
		margin-top: 32px;
	}

	.form .name {
		width: 100%;
		margin: 0
	}

	.form .company {
		width: 100%;
	}

	.footer_container .contact input {
		height: 58px;
		color: white;
		font-size: 13px;
		line-height: 56px;
	}

	.footer_container .contact input.select {
		background-image: url(../images/select.png);
		background-size: 17px auto;
		background-repeat: no-repeat;
		background-position: calc(100% - 7px) 23px;
	}

	.footer_container .contact input::placeholder {
		color: white;
	}

	.footer_container .contact .declare {
		float: left;
		margin: 0;
		margin-top: 24px;
	}

	.footer_container .contact span {
		font-size: 13px;
		line-height: 18px;
		color: white;
	}

	.wechat_qrcode,
	.podcast_qrcode {
		width: 150px;
		position: absolute;
		top: 20px;
		opacity: 0;
		/*display: none;*/
		transition: all 0.5s;
		pointer-events: none;
		box-shadow: 2px 2px 5px rgb(0 0 0 / 21%);
		border-radius: 12px;
	}

	.wechat_qrcode.active,
	.podcast_qrcode.active {
		opacity: 1;
		top: 45px;
		/*display: block;*/
	}


	.contact .dialog {
		position: fixed;
		width: calc(100% - 40px);
		left: 20px;
		top: 120px;
		border: 1px solid white;
		box-sizing: border-box;
		background: rgba(61, 61, 61, 0.9);
		transform: scale(0);
		transform-origin: center right;
		transition: all 0.5s;
	}

	.contact .dialog.show {
		/*display: block;*/
		transform: scale(1);
	}

	.contact .dialog .content {
		/*font-family: 'PingFang-Regular';*/
		margin: 40px auto 32px auto;
		line-height: 24px;
		color: white;
		font-size: 16px;
		text-align: center;
	}

	.radio_list {
		padding: 16px 18px;
		overflow: hidden;
	}

	.radio_list .radio {
		width: calc(33.333% - 12px);
		margin-right: 18px;
		margin-bottom: 12px;
		line-height: 32px;
		box-sizing: border-box;
		color: white;
		font-size: 14px;
		text-align: center;
		float: left;
		border: 2px solid rgba(255, 255, 255, 0.5);
		transition: all 0.3s;
	}

	.form .company,
	.form .name,
	.form .industry,
	.form .city {
		width: 100%;
	}

	.form .name,
	.form .city {
		margin-left: 0px;
	}

	.radio_list .radio.active {
		border-color: white;
		background: white;
		color: black;
	}

	.radio_list .radio:nth-child(3n) {
		margin-right: 0px;
	}

	.contact .dialog .confirm_btn {
		color: black;
		font-size: 16px;
		line-height: 37px;
		width: 180px;
		background: white;
		margin: 0px auto 40px auto;
		text-align: center;
		cursor: pointer;
	}

	.item label {
		display: block;
		font-size: 14px;
		line-height: 24px;
		color: white;
		margin-top: 20px;
		margin-bottom: 12px;
	}

	.item .radio_list {
		margin: 0px;
		padding: 0px;
	}

	.item .radio_list .radio {
		margin-bottom: 0px;
	}

	.item .checkbox {
		height: 20px;
		line-height: 20px;
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px;
		text-indent: 30px;
		background-image: url(../images/checkbox.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: center left;
		transition: all 0.3s;
	}

	.item .checkbox.checked {
		background-image: url(../images/checked.png);
	}

	.item .radio_list .radio {
		width: auto;
		padding: 0px 20px;
	}

	#submit {
		margin-top: 40px;
		margin-bottom: 16px;
		width: 100%;
	}

	.submit_btn {
		width: 54%;
		height: 37px;
	}

	.footer_container .contact .submit_btn p {
		font-size: 16px;
		line-height: 37px;
	}

	.footer_container .info .eicologo {
		width: 50px;
		height: 25px;
		margin-bottom: 18px;
	}

	.footer_container .info p {
		color: black;
		margin: 4px 0;
		font-size: 13px;
		line-height: 17px;
	}

	.footer_container .info a {
		font-size: 12px;
		line-height: 17px;
		color: black;
		margin-top: 6px;
	}

	/*.footer_container .info a {
        color: black;
        font-size: 12px;
        line-height: 17px;
        margin-top: 2px;
    }

    .footer_container .info .social img {
        margin-top: 24px;
        width: 40px;
        margin-right: 8px;
        margin-bottom: 12px;
    }*/
	.footer_container .info .social a img {
		margin-top: 24px;
	}

	.footer_container .social a .hover {
		margin: 25px 6px 1px 1px !important;
	}

	.footer_container .social a:hover .hover {
		display: none;
	}

	.footer_container .social a:hover .normal {
		display: block;
	}

	.footer_container .social a .normal {
		display: block;
	}

	.footer_container .social a .hover {
		display: none;
	}

	.footer_container .social a.active .hover {
		display: block;
	}

	.footer_container .social a.active .normal {
		display: none;
	}

	.footer_container .info a:hover {
		/*color: #FFF;*/
		text-decoration: underline;
	}

	footer {
		/* margin-bottom: 100px; */
		background-color: transparent;
	}

	.caselabel_container .labellist {
		margin-top: 100px;
		margin-bottom: 32px;
		margin-left: 5%;
		margin-right: -2%;
	}

	.caselabel_container .labellist .label {
		width: 21.6%;
		padding-right: 2%;
		margin-bottom: 8px;
	}

	.caselabel_container .labellist .label button {
		height: 37px;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		border: solid 2px;
	}

	.caselabel_container .labellist .label .labelbtn_active {
		border: solid 3px;
		line-height: 18px;
	}

	.case_detail_container img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.case_detail_container .three_column {
		width: 100%;
		margin: 0px;
	}

	.case_detail_container .three_column img {
		width: 100%;
		float: left;
		clear: left;
		margin: 0px !important;
	}

	.case_detail_container .one_column.full {
		width: 100%;
		margin: 0px;
	}

	.case_detail_container {
		margin-top: 10px;
	}

	.case_detail_container .case_text,
	.case_detail_container .one_column_text {
		width: 90%;
		margin: 40px auto;
	}

	.case_detail_container .case_text p,
	,
	.case_detail_container .one_column_text p {
		font-size: 14px;
		line-height: 26px;
	}

	.case_detail_container .case_text h1,
	,
	.case_detail_container .one_column_text h1 {
		/*font-family: "PingFang-Bold";*/
		font-weight: bolder;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 24px;
	}

	.case_detail_container .one_column_text .row {
		width: 100%;
	}

	.two_column_img {
		width: 100% !important;
		margin: 0px !important;
	}

	.two_column_img img {
		width: 100% !important;
		margin: 0px;
	}

	.case_detail_container .two_column {
		width: 100% !important;
		margin: 0px !important;
	}

	.case_detail_container .two_column .text,
	.case_detail_container .two_column .img {
		width: 100% !important;
		margin: 0px !important;
	}

	.case_member {
		position: relative;
		overflow: hidden;
		width: auto;
		padding: 0 5%;
		/*padding-bottom: 104px;*/
		/*background-color: #f0f0f0;*/
		margin-top: 0;
		margin-right: -1.68%;
	}

	.case_member h1 {
		font-size: 22px;
		line-height: 30px;
		margin: 0;
		margin-top: 40px;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.case_member .member {
		position: unset;
		float: left;
		width: 48.32%;
		margin-right: 1.68%;
		text-align: center;
		margin: 8px 0 0 0;
		padding-right: 1.68%;
	}

	.case_member .member h1 {
		position: unset;
		bottom: 0;
		left: 0;
		margin: 0;
		margin-top: 8px;
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		color: black;
	}

	.case_member .member .des {
		position: static;
		background: none;
		height: auto;
		display: block;
		padding-top: 1px;
	}

	.case_member .member p {
		position: unset;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
		font-size: 12px;
		line-height: 15px;
		color: #606060;
		margin-bottom: 4px;
	}

	.more_case {
		position: unset;
		margin-top: 0;
		float: left;
		margin-bottom: 40px;
		margin-right: -2%;
		width: 102%;
		/*background: #f0f0f0;*/
	}

	.more_case h1 {
		padding-left: 5%;
		background: transparent;
		font-size: 22px;
		line-height: 30px;
		margin: 0;
		margin-top: 40px;
		float: left;
		width: 100%;
		margin-bottom: 24px;
	}

	.more_case .relatedcase {
		overflow: hidden;
		float: left;
		margin: 0;
		padding: 0;
		padding-right: 1%;
		padding-bottom: 3px;
		width: 49%;
		height: auto;
		background: #f0f0f0;
	}

	.more_case .relatedcase h1 {
		float: left;
		color: white;
		font-size: 13px;
		line-height: 20px;
		margin-top: -49px;
		margin-left: 0px;
		font-weight: bold;
		margin-bottom: 0;
	}

	.more_case .relatedcase.black h1 {
		color: black;
	}

	.more_case .relatedcase p {
		float: left;
		color: white;
		font-size: 8px;
		line-height: 20px;
		margin-top: -30px;
		margin-left: 5%;
	}

	.more_case .relatedcase.black p {
		color: black;
	}

	.about_photo .title {
		position: fixed;
		top: 400px;
		left: 40px;
		width: calc(100% - 80px);
		z-index: 2;
	}

	.about_photo .mask {
		position: absolute;
		z-index: 1;
		background: black;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		top: 0px;
	}

	.about_photo .photos {
		width: 100%;
		height: calc(100%);
		position: fixed;
		left: 0px;
		top: 0px;
		transform: scale(2);
		transform-origin: 69% -30%;
	}

	.about_photo .photos img {
		position: absolute;
		object-fit: cover;
	}

	.about_photo .photos .w1 {
		width: 20%;
	}

	.about_photo .photos .w2 {
		width: 40%;
	}

	.about_photo .photos .w3 {
		width: 60%;
	}

	.about_photo .photos .h1 {
		height: calc(100%/7*1);
	}

	.about_photo .photos .h2 {
		height: calc(100%/7*2);
	}

	.about_photo .photos .h3 {
		height: calc(100%/7*3);
	}

	.about_photo .photos .h4 {
		height: calc(100%/7*4);
	}

	.about_photo .photos .l0 {
		left: 0%;
	}

	.about_photo .photos .l1 {
		left: 20%;
	}

	.about_photo .photos .l2 {
		left: 40%;
	}

	.about_photo .photos .l3 {
		left: 60%;
	}

	.about_photo .photos .l4 {
		left: 80%;
	}

	.about_photo .photos .t0 {
		top: 0%;
	}

	.about_photo .photos .t1 {
		top: calc(100% - 100%/7*6);
	}

	.about_photo .photos .t2 {
		top: calc(100% - 100%/7*5);
	}

	.about_photo .photos .t3 {
		top: calc(100% - 100%/7*4);
	}

	.about_photo .photos .t4 {
		top: calc(100% - 100%/7*3);
	}

	.about_photo .photos .t5 {
		top: calc(100% - 100%/7*2);
	}

	.about_photo .photos .t6 {
		top: calc(100% - 100%/7*1);
	}

	.about_photo .photos .t7 {
		top: calc(100% - 100%/7*0);
	}

	.aboutus_container img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.aboutus_container .aboutus_text {
		width: 90%;
		margin: 40px auto;
	}

	.aboutus_container .aboutus_text p {
		font-size: 14px;
		line-height: 26px;
		margin-top: 24px;
	}

	.aboutus_container .aboutus_text h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 0px;
	}

	.manager_team {
		float: left;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.manager_team h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 0;
		margin-top: 20px;
		margin-left: 5%;
		float: left;
		width: 100%;
	}

	.manager_team .manager {
		position: unset;
		float: left;
		width: 48%;
		margin: 10px 1%;
		transition: width 0.25s;
		height: 250px;
		max-height: 100% !important;
		/*transition-timing-function: ease-in;*/
	}

	.manager_team .manager:hover .des {
		/*padding: 0% 12%;*/
		background: transparent;
	}

	.manager_team .manager:hover p {
		display: none;
		/*height: auto;*/
	}

	.manager_team .manager .des {
		background: transparent;
		height: auto;
		position: unset;
		padding: 0px;
	}

	.manager_team .manager h1 {
		position: unset;
		bottom: 0;
		left: 0;
		margin: 0;
		margin-top: 8px;
		margin-left: 10%;
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		color: black;
		transition: all 0.2s;
	}

	.manager_team .manager h2 {
		position: unset;
		bottom: 0;
		left: 0;
		margin: 0;
		margin-left: 10%;
		width: 80%;
		font-size: 14px;
		line-height: 26px;
		color: #8a8a8a;
		font-weight: normal;
		/*min-height: 86px;*/
		transition: all 0.2s;
	}
	.manager_team .manager.en h2{
		font-size: 12px;
	}
	.manager_team .manager.en h2{
		font-size: 14px;
	}



	.our_story {
		margin-top: 40px;
	}

	.our_story h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 0;
		margin-left: 5%;
		float: left;
		width: 100%;
	}

	.our_story .storyline_container {
		width: 95%;
		margin-left: 5%;
		overflow-x: auto;
		padding: 20px 0px 10px 0px;
	}

	.our_story .storyline_container img {
		height: auto;
		width: 712px;
	}

	.join_container {
		float: left;
		margin-top: 40px;
		margin-bottom: 32px;
	}

	.join_container .labellist {
		width: 92%;
		margin: 20px auto 0;
		margin-right: -5%;
		margin-left: 5%;
	}

	.join_container .labellist .label {
		width: 18%;
		height: 32px;
		margin-right: 0;
		padding-right: 2%;
	}

	.join_container .labellist .label button {
		font-size: 14px;
		line-height: 28px;
		height: 32px;
		width: 100%;
		border: solid 2px;
	}

	.join_container .labellist .label .labelbtn_active {
		font-size: 14px;
		border: solid 3px;
		line-height: 28px;
		font-weight: bold;
	}

	.join_container h1 {
		font-size: 22px;
		line-height: 30px;
		margin: 0;
		margin-bottom: 24px;
		margin-left: 5%;
		float: left;
		width: 79%;
	}

	.join_container .recruit .recruit_detail {}

	.join_container .recruit .recruit_detail .join {
		/*position: unset;*/
	}

	.join_container .link {
		float: right;
		width: 16%;
		height: 50px;
		background: url(../images/share_.png) no-repeat center top;
		background-size: 20px auto;
	}

	.recruit_list {
		margin-top: 18px;
		overflow: hidden;
	}

	.join_container .recruit {
		background-color: #f5f5f5;
		margin-bottom: 8px;
		width: 100%;
		/*padding: 24px 32px;*/
		padding: 0px;
		padding-bottom: 30px;
	}

	.join_container .recruit:nth-child(odd) {
		margin-left: 0px;
	}

	.join_container .recruit h1 {
		margin: 32px 5% 0 24px;
		width: 70%;
		font-size: 22px;
		line-height: 30px;
	}

	.join_container .recruit h2 {
		margin: 0;
		margin-left: 24px;
		font-size: 14px;
		letter-spacing: normal;
		color: #A0A2B2;
		font-weight: normal;
		line-height: 24px;
	}

	.join_container .recruit h3 {
		margin: 0;
		margin-left: 24px;
		font-size: 14px;
		font-weight: normal;
		line-height: 25px;
	}

	.join_container .recruit .recruit_detail {
		max-height: 0px;
		overflow: hidden;
		padding-bottom: 0px;
		transition: all 0.5s;
	}

	.join_container .recruit .recruit_detail h1 {
		width: 90%;
		font-size: 14px;
		margin-top: 24px;
		font-weight: normal;
	}

	.join_container .recruit .recruit_detail p {
		width: 90%;
		margin: 0 5%;
		font-weight: lighter;
		line-height: 24px;
		font-size: 14px;
		color: #767676;
		padding-left: 6px;
	}

	.join_container .recruit .recruit_detail h2 {
		font-size: 14px;
		font-weight: normal;
		color: black;
		margin-top: 24px;
		width: 70%;
	}

	.join_container .recruit .recruit_detail .share {
		position: relative;
		float: right;
		margin-top: 24px;
		width: 18%;
		height: 68px;
		background: url(../images/share2.png) right no-repeat;
		background-size: contain;
	}

	.join_container .recruit .unfold {
		position: relative;
		float: right;
		margin-top: 36px;
		width: 18%;
		height: 68px;
		background: url(../images/fold.png) right no-repeat;
		background-size: contain;
		display: block;
		transition: transform 0.5s;
	}

	.join_container .todetail .recruit_detail {
		padding-bottom: 110px;
		height: auto;
		max-height: 1500px;
	}

	.join_container .todetail .unfold {
		/*background: url(../images/unfold.png) right no-repeat;*/
		/*background-size: contain;*/
		transform: rotate(90deg);
		transform-origin: center center;
	}

	.join_container .recruit:nth-child(even) {
		margin-left: 0px;
	}

	.blog_detail_container .title {
		width: 90%;
		margin: 24px 5% 8px;
		font-size: 22px;
		line-height: 30px;
	}

	.blog_detail_container .date {
		width: 90%;
		margin: 0 5% 40px;
		font-size: 14px;
		line-height: 22px;
		color: #8a8a8a;
	}

	.blog_detail_container .abstract {
		float: left;
		width: 90%;
		margin: 0;
		margin-left: 5%;
		margin-bottom: -8px;
	}

	.blog_detail_container .abstract p {
		float: left;
		padding-left: 8%;
		border-left: solid 5px #00dbfd;
		font-size: 14px;
		margin: 0;
	}

	.blog_detail_container img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.blog_detail_container .blog_text {
		float: left;
		width: 90%;
		margin: 40px 5% 16px;
	}

	.blog_detail_container .blog_text p {
		font-size: 14px;
		line-height: 26px;
		margin: 0;
		margin-bottom: 24px;
	}

	.blog_detail_container .blog_text .number {
		margin: 0;
		font-size: 40px;
		line-height: 20px;
		text-align: center;
	}

	.blog_detail_container .blog_text .chapter_title {
		margin: 16px auto 24px;
		text-align: center;
		font-size: 16px;
		line-height: 24px;

	}

	.more_blog {
		position: unset;
		float: left;
		margin: 0;
		width: 100%;
	}

	.more_blog img {
		float: left;
		width: 100%;
	}

	.more_blog h1 {
		font-size: 22px;
		line-height: 30px;
		margin: 0 5% 24px;
	}

	.more_blog .relatedblog {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.more_blog .relatedblog h1 {
		float: left;
		color: black;
		width: 90%;
		font-size: 16px;
		line-height: 20px;
		margin: 16px 5% 0;
		text-align: left;
	}

	.more_blog .relatedblog p {
		float: left;
		color: #8a8a8a;
		font-size: 14px;
		line-height: 20px;
		margin: 0 5% 16px;
		text-align: left;
		width: 90%;
	}

	.new_style_btn {
		background: #FFFFFF;
		border: 2px solid #000000;
		box-sizing: border-box;
		width: 116px;
		height: 42px;
		margin: 0 auto;
	}

	.new_style_btn:hover {
		background-color: black;
		color: white
	}

	.new_style_btn a {
		font-size: 16px;
		line-height: 38px;
		color: black
	}

	.new_style_btn a:hover {
		color: white;
	}

	.new_style_btn:hover a {
		color: white;
	}

	/* 移动端客户案例 */
	.mobile-KhList li {
		text-align: center;
		margin-bottom: 20px;
	}

	.mobile-KhList li span {
		color: #007AFF;
		font-size: 60px;
		font-weight: bold;
		display: inline-block;
		background: -webkit-gradient(linear, left top, right top, color-stop(0, #01c9f3), color-stop(.4, #34bbe1), color-stop(.5, #008eaf), color-stop(.6, #01c9f3), color-stop(1, #01c9f3));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: animate 4s infinite;
	}

	.mobile-KhList li p {
		font-size: 28px;
	}

	.mobile-fwList .article {
		margin: 30px 0 30px 0 !important;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.mobile-fwList .article p {
		font-size: 20px;
		font-weight: bold;
	}

	.morearticle {
		margin: 30px 0 10px 0 !important;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.morearticle p {
		font-size: 20px !important;
		font-weight: bold;
	}

	.morearticle span {
		font-size: 16px !important;
	}

	.mobile-fwList .article span {
		font-size: 16px;
	}

	.mobile-fwList .fwListContant-li {
		width: calc(50% - 10px);
		border-radius: 15px;
		padding: 20px;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0px;
	}

	.mobile-fwList .fwListContant-tit p {
		font-size: 16px;
		margin-bottom: 10px;

	}

	.mobile-fwList .fwListContant-tit>div {
		font-size: 12px;
	}

	.fwListContant-li img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}

	.mobile-lcList .fwListContant-li {
		width: 48%;
		padding: 10px;
	}

	.mobile-lcList .fwListContant-tit p {
		margin-top: 8px;
		margin-bottom: 0;
	}

	.mobile-lcList .fwContant {
		line-height: 25px;
	}

	.footer_container {
		padding: 0 30px;
		box-sizing: border-box;
	}

	.footer_containerList {
		padding: 20px 0;
		box-sizing: border-box;
	}

	.bhBotton {
		flex-wrap: wrap;
	}
}

.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

nav,
footer {
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* Likely future */
}

.footer_container .contact input.invalid {
	border-color: rgba(158, 0, 0);
}

.splide__img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.splide__img li {
	width: 47%;
	height: 200px;
	margin-bottom: 20px;
}

.splide__img li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*  */
/* 迪底部 */
.footer_containerList {
	padding: 0px 0 20px 0;
	box-sizing: border-box;
}

.footer_containerList a {
	color: #b7b7b7;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.footer_containerList a:hover {
	color: #ff8a00;
}

.bhBotton {
	color: #939393;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}

.bhBotton a {
	display: inline-block;
	color: #939393;
	margin-right: 10px;
}

.bhBotton a:hover {
	color: #ff8a00;
}

.company {
	color: #939393;
	margin-bottom: 5px;
	font-size: 22px;
}

/* 右侧导航栏 */
.rightSebFix {
	position: fixed;
	bottom: 200px;
	right: 10px;
	z-index: 111;
}

.rightSeb {
	width: 60px;
	min-height: 60px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
	display: inline-block;
}

.rightSeb-li {
	margin: 6px;
	width: 50px;
	height: 60px;
	line-height: 60px;
	color: #3d3d3d;
	text-align: center;
	transition: all .2s cubic-bezier(.215, .61, .355, 1);
	position: relative;
	cursor: pointer;
}
.rightSeb-li:hover .rightSeb-icon{
	color: #FF8A00;
}

.rightSeb-icon {
	width: 50px;
	margin: auto;
	height: 60px;
	display: flex;
	justify-items: center;
	flex-direction: row;
	justify-content: center;
	font-size: 40px;
}

.rightSeb-more {
	position: absolute;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, .1) !important;
	background: #FFFFFF;
	width: 200px;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	display: none;
	border-radius: 8px;
}

.rightSeb-List {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
.rightSeb-List.en {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

/*.rightSeb-List p {*/
/*	margin-left: 20px;*/
/*}*/

.topbutton {
	width: 40px;
	position: fixed;
	bottom: 130px;
	right: 20px;
	z-index: 1111;
	cursor: pointer;
}

.rightSeb-code {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}

.rightSeb-code img {
	width: 150px;
	height: 150px;
	margin-left: 5px;
	margin-right: 5px;
}

.rightSeb li:hover .rightSeb-more {
	display: block;
}

.fwListContant-img {
	text-align: center;
	margin: 10px auto;
}
