@charset "utf-8";
/* CSS Document */


/* banner */
@media(min-width:1025px){
	.imgScale:hover { transform: scale(1.1);}
}
.home-banner{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.swiper-slide img{ width: 100%;}
.banner-text{
	background-color: rgba(255,255,255,.9);
	border-radius: 50px;
	box-sizing: border-box;
	opacity: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	padding: 0 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100px;
	min-width: 30%;
}
.home-banner:hover .banner-text{ opacity: 1;}
.banner-cover{
	animation: bannerCover 1s 4s linear forwards;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1003;
}
@keyframes bannerCover{
	0% { opacity: 1;}
	100% { opacity: 0; z-index: -1;}
}
.banner-logo{
	animation: bannerLogo 1s 1s cubic-bezier(0.2, 0.1, 0.15, 1) forwards;
	background: url("../images/logo_index.png") no-repeat;
	background-size: cover;
	height: 109px;
}
@keyframes bannerLogo{
	0% { width: 0;}
	100% { width: 366px;}
}



@media(max-width:1441px){
	.banner-text{ min-width: 60%;}
}

@media(max-width:1025px){
	.banner-text{
		opacity: 1;
		line-height: 80px;
		padding: 0 30px;
		height: 80px;
	}
}

@media(max-width:1023px){
	.banner-logo{ height: 45px;}
	@keyframes bannerLogo{
		0% { width: 0;}
		100% { width: 151px;}
	}
	.banner-text{
		opacity: 1;
		font-size: 14px;
		line-height: 50px;
		padding: 0 30px;
		height: 50px;
		min-width: 80%;
	}
}

/* banner End */





/* index */
.index-pro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 90px;
}
.index-pro-left{
	width: 37%;
}
.index-pro-right{
	width: 58%;
}
.index-pro-title{
	background-color: #f3f3f3;
	border-radius: 100px;
	color: #43474f;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 120px;
	height: 160px;
}
.index-pro-title p{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
}
.index-pro-item img{ width: 100%;}
.index-pro-name{
	color: #666;
}
.index-pro-name p{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
}
.margin-top-35{ margin-top: 35px;}
.margin-top-65{ margin-top: 65px;}
.index-pro-bottom{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 95px;
}
.index-pro-bottom > p{
	width: 78%;
}
.index-pro-bottom > p img{ width: 100%;}
.index-pro-bottom .index-pro-name{ margin-left: 40px;}
.index-case{
	margin-top: 200px;
	position: relative;
	width: 49%;
}
.index-events{
	margin-top: 600px;
	position: relative;
	width: 49%;
}
.index-case-title{
	background-color: #f3f3f3;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	box-sizing: border-box;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: right;
	text-align: right;
	padding: 0 50px;
	position: absolute;
	left: -300px;
	top: 0;
	height: 160px;
	width: 300px;
	z-index: 2;
}
.index-case-title p{
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}
.index-events .index-case-title{
	border-radius: 0 100px 100px 0;
	justify-content: left;
	text-align: left;
	right: -300px;
	bottom: 0;
	left: auto;
	top: auto;
}
.index-case-name{
	color: #666;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	width: calc(100% - 120px);
}
.index-events .index-case-name{ margin-top: 0; margin-bottom: 20px;}
.index-case-page{
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 2px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.index-events .index-case-page{
	top: -4px;
	bottom: auto;
}
.index-case-page .line{
	background-color: #bdbec1;
	margin: 0 25px;
	width: 1px;
	height: 14px;
}
.swiper-button-prev,
.swiper-button-next{
	background: none;
	margin: 0;
	opacity: 0.4;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
	height: auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	opacity: 1;
}
.index-case-page img{
	height: 14px;
}
.index-case-page .swiper-button-prev img{
	transform: rotate(180deg);
}
.index-about{
	margin-top: 140px;
	position: relative;
}
.index-about-content{
	background-color: rgba(243,243,243,.9);
	box-sizing: border-box;
	border-radius: 0 0 2000px 2000px;
	color: #43474f;
	padding: 150px 90px;
	position: absolute;
	top: 0;
	left: 150px;
	writing-mode: vertical-rl;
	max-height: 90%;
}
.index-about-content > p{
	font-size: 22px;
	font-weight: bold;
}
.index-about-content > p span{ font-size: 30px; font-weight: bold;}
.index-about-content > div{
	font-weight: 300;
	line-height: 1.5;
	margin-right: 60px;
	padding-bottom: 35%;
}
.index-about-content > a{
	background-color: #43474f;
	border-radius: 0 0 100px 100px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: 15px 10px;
	margin-right: 40px;
}
.index-about-content > a:hover{ padding-bottom: 30px;}


@media(max-width:1920px){
	.index-about-content{
		writing-mode: horizontal-tb;
		border-radius: 0 2000px 2000px 0;
		padding: 50px;
		left: 0;
		top: auto;
		bottom: 50px;
		height: auto;
		max-height: none;
	}
	.index-about-content > div{ margin-right: 0; margin-top: 20px; padding-bottom: 0;}
	.index-about-content > a{
		border-radius: 0 100px 100px 0;
		padding: 10px 15px;
		margin-right: 0;
		margin-top: 20px;
	}
	.index-about-content > a:hover{ padding-bottom: 10px; padding-right: 30px;}
}

@media(max-width:1441px){
	.index-case{ margin-top: 100px;}
	.index-events{ margin-top: 500px;}
	.index-case-title{ font-size: 18px; left: -320px; width: 320px; height: 150px;}
	.index-case-title p{ font-size: 18px;}
	.index-events .index-case-title{ left: auto; right: -320px;}
	.index-case-name{ font-size: 14px;}
	.margin-top-35{ margin-top: 25px;}
}

@media(max-width:1025px){
	.index-pro-title{ font-size: 18px; height: 150px;}
	.index-pro-title p{ font-size: 20px;}
	.index-events{ margin-top: 350px;}
	.index-about{ margin-top: 100px;}
	.index-about-content > div{ font-size: 14px;}
}

@media(max-width:1023px){
	.index-pro{ margin-top: 40px;}
	.index-pro-left{ width: 100%; }
	.index-pro-title{ font-size: 13px; height: 80px; margin-bottom: 30px;}
	.index-pro-title p{ font-size: 15px; margin-top: 8px;}
	.index-pro-name{ font-size: 13px;}
	.index-pro-name p{ font-size: 15px; margin-top: 5px;}
	.margin-top-35{ margin-top: 15px;}
	.index-pro-right{ margin-top: 30px; width: 100%;}
	.margin-top-65{ margin-top: 30px;}
	.index-pro-bottom{ margin-top: 30px;}
	.index-pro-bottom > p{ width: 100%;}
	.index-pro-name{ margin-top: 15px;}
	.index-pro-bottom .index-pro-name{ margin-left: 0;}
	.index-case{ float: none; margin-top: 50px; width: 100%;}
	.index-case-title{
		color: #43474f;
		border-radius: 100px;
		font-size: 13px;
		justify-content: center;
		text-align: center;
		position: relative;
		left: auto;
		margin-bottom: 30px;
		width: 100%;
		height:80px;
	}
	.index-case-title p{ padding-top: 8px; font-size: 15px;}
	.index-events{ float: none; margin-top: 60px; width: 100%;}
	.index-events .index-case-title{
		border-radius: 100px;
		text-align: center;
		justify-content: center;
		right: auto;
	}
	.index-case-page img{ height: 10px;}
	.index-case-page .line{ margin: 0 15px;}
	.index-about{ margin-top: 60px;}
	.index-about-content{
		border-radius: 0;
		position: relative;
		top: auto;
		bottom: auto;
		padding: 30px 25px;
	}
	.footer{ margin-top: 50px;}
	.footer-logo > img{ height: 50px;}
	.index-about-content > p{ font-size: 18px;}
	.index-about-content > p span{ font-size: 20px;}
}

/* index End */



/* 搜索 & 隐私政策 */
.prohibit{ height: 100%; overflow: hidden;}
.search-box{
	background-color: rgba(243,243,243,0.95);
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	padding: 80px 5%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: -1;
}
.search-box.show{
	opacity: 1;
	z-index: 10002;
}
.search-close{
	position: absolute;
	right: 40px;
	top: 40px;
}
.search-input{
	background-color: #f3f3f3;
	border: 1px #999 solid;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
}
.search-input input[type=text]{
	background: none;
	box-sizing: border-box;
	color: #13161a;
	font-size: 18px;
	padding-left: 3%;
	width: calc(100% - 100px);
	height: 100%;
}
.search-input input[type=button]{
	background: url("../images/icon_search.png") no-repeat center center;
	background-size: 30px auto;
	cursor: pointer;
	width: 100px;
	height: 100%;
}
.search-result{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
	overflow-y: scroll;
	height: calc(100% - 100px);
}
.search-result-box{
	width: calc(50% - 50px);
}
.search-result-title{
	font-size: 20px;
	font-weight: 500;
}
.search-result-pro{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.search-result-pro li{
	margin-top: 30px;
	width: calc(20% - 30px);
}
.search-result-pro li p{
	color: #43474f;
	padding-top: 15px;
	line-height: 1.3;
}
.search-result-case dt{ padding-bottom: 10px;}
.search-result-case dd{
	border-bottom: 1px #d0d0d0 solid;
	font-weight: 300;
	line-height: 1.3;
	padding: 25px 0;
}
.search-result-case dd a{ color: #888;}
.search-result-case dd a:hover{ color: #43474f;}
.margin-top-80{ margin-top: 80px;}


.privacy-policy-box{
	background-color: #f3f3f3;
	box-shadow: 0 -5px 10px rgba(0,0,0,.2);
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 15vh;
	z-index: -1;
}
.privacy-policy-box.show{
	opacity: 1;
	z-index: 999;
}
.privacy-policy-close{
	position: absolute;
	right: 6%;
	top: 40px;
}
.privacy-policy-main{
	margin: 120px auto 0;
	width: 1380px;
	overflow-y: auto;
	height: calc(90% - 120px);
}
.privacy-policy-title{
	font-size: 20px;
	font-weight: bold;
}
.privacy-policy-content{
	font-weight: 200;
	line-height: 1.5;
	margin-top: 40px;
}
.privacy-policy-content p{
	font-weight: 200;
}



@media(max-width:1441px){
	.search-result-pro li{ width: calc(25% - 30px); }
	.search-result-pro li p{ font-size: 13px;}
}

@media(max-width:1025px){
	.search-close{ right: 20px; top: 20px;}
	.search-close img, .privacy-policy-close img{ height: 20px;}
	.search-result-box{ width: 100%;}
	.search-box{ top: 0; padding-top: 50px; padding-bottom: 60px;}
	.search-input{ height: 80px;}
	.search-input input[type="text"]{ padding-left: 5%;}
	.search-result{ margin-top: 40px;}
	.search-result-title{ font-size: 16px;}
	.search-result-pro li{ width: calc(20% - 30px);}
	.search-result-case{ margin-top: 40px;}
	.search-result-case dd{ padding-top: 15px; padding-bottom: 15px;}
	.search-result-case dd a{ color: #666;}
	.privacy-policy-close{ right: 40px;}
	.privacy-policy-main{ height: calc(90% - 80px); width: auto; margin: 80px 40px 0 40px;}
	.privacy-policy-title{ font-size: 16px;}
	.privacy-policy-content{ margin-top: 30px; font-size: 14px;}
}

@media(max-width:1023px){
	.search-close img, .privacy-policy-close img{ height: 15px;}
	.search-input{ height: 60px;}
	.search-input input[type="text"]{ width: calc(100% - 60px); font-size: 14px;}
	.search-input input[type="button"]{ background-size: 20px auto; width: 60px;}
	.search-result-pro{ column-gap: 15px;}
	.search-result-pro li{ width: calc(33.33% - 15px); margin-top: 15px;}
}

/* 搜索 & 隐私政策 End */




/* 浏览产品 */
.filter{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 60px;
}
.filter-btn{
	border: 1px #d9d9d9 solid;
	border-radius: 35px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-weight: 300;
	padding: 0 65px;
	height: 70px;
}
.filter-animation{
	margin-top: -70px;
	overflow: hidden;
	width: 100%;
	max-height: 0;
}
.filter-animation.open{
	max-height: 2000px;
}
.filter-box{
	background-color: #f3f3f3;
	border: 1px #d9d9d9 solid;
	box-sizing: border-box;
	border-radius: 35px;
}
.filter-box .filter-btn{
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px #d9d9d9 solid;
}
.filter-btn img{ margin-left: 10px;}
.filter-item{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 60px 0px 60px;
}
.filter-item dl{
	margin-right: 80px;
	margin-bottom: 40px;
}
.filter-item dd{
	font-weight: 200;
	margin-top: 20px;
}
.filter-item dd a{
	display: flex;
	align-items: center;
}
.filter-item dd span{
	background-color: #fff;
	border: 1px #43474f solid;
	border-radius: 3px;
	box-sizing: border-box;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.filter-item dd.current span{
	background: url("../images/icon-choice.png") no-repeat center center #43474f;
	background-size: 14px auto;
}
.filter-bottom{
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 0 60px 60px 0;
}
.filter-bottom a{
	border: 1px #43474f solid;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	width: 200px;
	height: 50px;
	margin-left: 30px;
}
.filter-bottom a:last-child{ background-color: #43474f; color: #fff;}
.filter-bottom a:hover{ opacity: 0.5;}
.pro-list{
	overflow: hidden;
}
.pro-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
}
.pro-list li{
	overflow: hidden;
	margin: 60px 0 0 60px;
	width: calc(20% - 60px);
}
.pro-list li h2{
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
}
.pro-list li h2 a:hover{ opacity: 0.5;}
.pro-list li p:last-child{
	color: #999;
	font-weight: 200;
	font-size: 12px;
	margin-top: 10px;
}
.pro-list li p:last-child span{
	color: #43474f;
	font-weight: bold;
	padding: 0 5px;
}
.view-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 90px;
}
.view-box-top{ width: 100%;}
.view-box-left{
	width: 40%;
}
#productImg img{ width: 100%;}
.view-box-right{
	overflow: hidden;
	width: calc(60% - 60px);
}
.view-box-title{
	color: #13161a;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.view-box-subTitle{
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 15px 0 20px 0;
}
.view-box-subTitle span{
	border-left: 1px #999 solid;
	color: #818181;
	font-weight: 300;
	margin-left: 20px;
	padding-left: 20px;
}
.view-product{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}
.view-product li{
	margin: 0 0 15px 15px;
	width: 50px;
}
.view-product li img{
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}
.view-product li.current img,
.view-product li:hover img{
	border-color: #43474f;
}
.view-product li p{
	line-height: 1.3;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.product-parameters{
	border-top: 1px #d9d9d9 solid;
	color: #13161a;
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
	padding-top: 40px;
}
.view-box-editor{
	color: #333;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 20px;
}
.view-box-editor p{ font-weight: 300;}
.view-editor{
	line-height: 1.5;
	margin-top: 120px;
}

@media(max-width:1920px){

}

@media(max-width:1441px){
	.filter-item dl{ margin-right: 40px;}
	.filter-item dd{ margin-top: 15px;}
	.view-product{ margin-left: -15px;}
	.view-product li{ margin-left: 15px;}
	.view-product li p{ font-size: 12px; margin-top: 5px;}
	.pro-list li{ width: calc(25% - 60px);}
}

@media(max-width:1025px){
	.filter{ margin-top: 40px;}
	.pro-list ul{ margin-left: -30px}
	.pro-list li{ width: calc(33.33% - 30px); margin: 40px 0 0 30px;}
	.pro-list li h2{ margin-top: 15px;}
	.pro-list li p:last-child{ margin-top: 8px;}
	.filter-item dl{ margin-right: 60px;}
	.view-box{ margin-top: 40px;}
	.view-box-left{ width: 50%;}
	.view-box-right{ width: calc(50% - 30px);}
	.view-box-title{ font-size: 18px;}
	.view-box-subTitle{ font-size: 14px;}
	.view-box-subTitle span{ font-size: 14px; margin-left: 15px; padding-left: 15px;}
	.product-parameters{ margin-top: 15px; padding-top: 30px;}
	.view-box-editor, .view-editor{ font-size: 14px; line-height: 1.5;}
	.view-editor{ margin-top: 50px;}
}

@media(max-width:1023px){
	.filter-btn{ border-radius: 25px; height: 50px; width: 100%; padding: 0; justify-content: center; font-size: 14px;}
	.filter-animation{ margin-top: -50px;}
	.filter-box{ border-radius: 25px;}
	.filter-item{ padding-left: 20px; padding-right: 20px;}
	.filter-item dl{ margin-right: 30px;}
	.filter-item dd span{ height: 15px; width: 15px; margin-right: 5px;}
	.filter-item dd.current span{ background-size: 8px auto;}
	.filter-bottom{ justify-content: center; padding-right: 0; padding-bottom: 30px;}
	.product-parameters{ font-size: 16px;}
	.pro-list ul{ margin-left: -15px}
	.pro-list li{ width: calc(50% - 15px); margin: 30px 0 0 15px;}
	.pro-list li h2{ margin-top: 10px;}
	.pro-list li p:last-child{ font-size: 12px; margin-top: 5px;}
	.pro-list li p:last-child span{ font-size: 13px;}
	.view-box-left{ width: 100%;}
	.view-box-right{ width: 100%; margin-top: 20px;}
	.view-product{ margin-left: -12px;}
	.view-product li{ width: calc(20% - 16px); margin-bottom: 10px; margin-left: 12px;}
}


/* 浏览产品 End */







/* 案例与活动 */
.case-table-0330{
	border-bottom: 1px #d9d9d9 solid;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 90px;
}
.case-table-0330 a{
	border-bottom: 2px transparent solid;
	color: #999;
	font-size: 20px;
	text-align: center;
	padding: 0 5px 20px;
	margin: 0 50px -1px;
}
.case-table-0330 a.current,
.case-table-0330 a:hover{
	border-color: #000;
	color: #000;
}


.case-table{
	border: 1px #d9d9d9 solid;
	box-sizing: border-box;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 90px;
	line-height: 90px;
	overflow: hidden;
}
.case-table a{
	color: #000;
	font-size: 20px;
	text-align: center;
	width: calc(50% - 1px);
}
.case-table a.current,
.case-table a:hover{
	background-color: #d9d9d9;
}
.case-item{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 90px;
}
.case-item:nth-child(2n){ flex-direction: row-reverse;}
.case-img{
	width: 60%;
}
.case-img .swiper-slide img{ width: 100%;}
.case-img-page{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.case-img-page .swiper-button-prev,
.case-img-page .swiper-button-next{
	background-color: rgba(255,255,255,.8);
	opacity: 0.6;
	padding: 30px 0;
}
.case-img-page .swiper-button-prev{
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	padding-left: 20px;
	padding-right: 30px;
}
.case-img-page .swiper-button-next{
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	padding-left: 30px;
	padding-right: 20px;
}
.case-img-page .swiper-button-prev img{ transform: rotate(180deg);}
.case-img-page .swiper-button-prev:hover,
.case-img-page .swiper-button-next:hover{
	opacity: 1;
}
.case-img-page img{ height: 14px;}
.case-right{
	display: flex;
	align-items: center;
	width: calc(40% - 60px);
}
.case-right-center{ width: 100%;}
.case-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-title-left{
	background-color: #f4f4f4;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	padding: 30px 90px 30px 40px;
	margin-bottom: 15px;
}
.case-title-left p{
	color: #999;
	font-size: 14px;
	line-height: 1.3;
	padding-top: 5px;
}
.case-title-right{
	color: #43474f;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}
.case-title-right p{
	color: #999;
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 5px;
}
.case-content{
	margin-top: 25px;
	line-height: 1.5;
}
.case-product dt{
	color: #ababab;
	font-size: 20px;
	font-weight: 300;
	margin-top: 35px;
}
.case-product-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.case-product-list li{
	margin: 20px 0 0 20px;
	width: 70px;
}
.case-product-list-name{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-product-list-name p{
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media(max-width:1441px){
	.case-img{ width: 100%;}
	.case-right{ width: 100%;}
	.case-right-center{ margin-top: 30px;}
}

@media(max-width:1025px){
	.case-table-0330{ margin-top: 70px;}


	.case-table{ margin-top: 70px; line-height: 70px;}
	.case-item{ margin-top: 70px;}
	.case-title-left{ background: none; border-radius: 0; padding: 0;}
	.case-title-right{}
	.case-right-center{ margin-top: 20px;}
	.case-content{ margin-top: 0;}
}

@media(max-width:1023px){
	.case-table{ margin-top: 40px; line-height: 50px;}
	.case-table a{ font-size: 14px;}
	.case-item{ margin-top: 40px;}
	.case-title-left, .case-title-right{ font-size: 14px; font-weight: bold;}
	.case-title-left p, .case-title-right p{ font-size: 12px;}
	.case-product-list{ margin-left: -15px;}
	.case-product dt{ margin-top: 20px; font-size: 16px;}
	.case-product-list li{ width: calc(25% - 15px); margin-left: 15px; margin-top: 15px;}
	.case-img-page img{ height: 8px;}
	.case-img-page .swiper-button-prev, .case-img-page .swiper-button-next{ padding: 15px 0;}
	.case-img-page .swiper-button-prev{ padding-left: 10px; padding-right: 15px;}
	.case-img-page .swiper-button-next{ padding-left: 10px; padding-right: 15px;}
}

/* 案例与活动 End */




/* 关于我们 */
.brand-story{
	background-color: rgba(243,243,243,.9);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.brand-story-center{
	font-weight: 200;
	line-height: 1.5;
	text-align: center;
}
.brand-story-center > h2{ font-size: 24px; font-weight: bold; margin-bottom: 40px;}
.brand-story-center > h2 span{ font-size: 36px; font-weight: bold;}
.brand-vision{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}
.brand-concept{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 100px;
}
.about-img{ width: 67%;}
.about-img img{ width: 100%;}
.about-text{ box-sizing: border-box; width: 33%;}
.brand-vision-padding{ padding: 0 5%;}
.about-text-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 140px;
}
.about-text-title p{
	font-size: 20px;
	font-weight: bold;
	margin-top: 11px;
}
.brand-vision-content{
	color: #666;
	font-weight: 200;
	line-height: 1.5;
}
.text-fb{
	color: #434850;
	font-weight: 400;
	padding-bottom: 5px;
}
.brand-concept-padding{ padding: 0 3%;}
.brand-concept-h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.brand-concept-ul{
	margin-top: 20px;
}
.brand-concept-ul li{
	font-weight: 200;
	line-height: 1.5;
	display: flex;
	align-items: baseline;
}
.brand-concept-fb{
	display: flex;
	align-items: center;
	white-space: nowrap;
	transform: translateY(1px);
}
.brand-concept-fb p{
	font-size: 18px;
	font-weight: bold;
}
.brand-concept-fb span{
	background-color: #43474f;
	border-radius: 4px;
	margin-left: 8px;
	width: 4px;
	height: 4px;
}
.brand-concept-text{ margin-left: 8px;}
.margin-top-150{ margin-top: 150px;}

@media(max-width:1921px){
	.brand-vision-padding{ padding-left: 0; padding-right: 50px;}
	.about-text-title{ margin-bottom: 80px;}
	.brand-concept-ul{ padding-right: 0;}
	.brand-concept-padding{ padding-left: 50px; padding-right: 0;}
}

@media(max-width:1441px){
	.margin-top-150{ margin-top: 100px;}
	.about-text-title{ margin-bottom: 50px;}
	.brand-concept-ul{ margin-top: 0;}
}

@media(max-width:1439px){
	.about-text, .about-img{ width: 100%;}
	.about-img{ margin-top: 30px;}
	.about-text-title{ margin-bottom: 30px;}
	.brand-vision-padding{ padding-right: 0;}
	.brand-concept-padding{ padding-left: 0;}
}

@media(max-width:1023px){
	.brand-story{ position: relative;}
	.brand-story-center{
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		padding: 25px 20px;
	}
	.brand-story-center > h2{ font-size: 18px; margin-bottom: 10px;}
	.brand-story-center > h2 span{ font-size: 20px;}
	.brand-vision{ margin-top: 50px;}
	.about-text-title{ font-size: 14px; margin-bottom: 15px;}
	.about-text-title p{ font-size: 16px;}
	.brand-vision-content{ font-size: 15px;}
	.text-fb{ font-size: 14px;}
	.about-img{ margin-top: 15px;}
	.margin-top-150{ margin-top: 50px;}
	.brand-concept-ul{ margin-top: 10px;}
	.brand-concept-ul li{ line-height: 1.5; font-size: 14px;}
	.brand-concept-fb p{ font-size: 14px;}
	.brand-concept-h2{ padding: 10px 0; font-size: 14px;}
}

/* 关于我们 End */






/* 404 */
.error-404{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80vh;
}
.error-404 > img{ max-width: 50%;}












