.content {
	padding: 0.32rem 0.43rem 0 0.32rem;
}
.ct-header {
	display: flex;
}

.ct-header-item {
	flex: 1;
	font-size: 0.31rem;
	height: 1.71rem;
	margin-right: 0.19rem;
	padding: 0.16rem 0.21rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.ct-header-item:last-of-type {
	margin-right: 0;
}

.ct-header > .ct-header-item > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
}

.ct-header > .ct-header-item:first-of-type img:last-of-type{
	opacity: 1;
}

.ct-header > .ct-header-item > img:last-of-type {
	opacity: 0;
}

.ct-header .chi-1 {
	/* background-image: url(../img/s_1.png); */
	background-size: 100% 100%;
}

.ct-header .chi-2 {
	background-image: url(../img/s_2.png);
	background-size: 100% 100%;
}

.ct-header .chi-3 {
	background-image: url(../img/s_3.png);
	background-size: 100% 100%;
}

.ct-header .chi-4 {
	background-image: url(../img/s_4.png);
	background-size: 100% 100%;
}

.ct-header .chi-5 {
	background-image: url(../img/s_5.png);
	background-size: 100% 100%;
}

.ct-header-item span {
	position: relative;
	z-index: 99;
	color: #191919;
	font-size: 0.31rem;
	-webkit-user-select: none;
}

.ct-header-item:hover img:last-of-type{
	opacity: 1;
}

.ct-title {
	height: 3.16rem;
	background: #F1F1F1;
	text-align: center;
	overflow: hidden;
}

.ct-title h2 {
	color: #333333;
	font-size: 0.65rem;
	font-weight: 300;
	margin-top: 0.9rem;
}

.ct-box1 {
	height: 10.43rem;
	display: flex;
	background: #F1F1F1;
}

.ct-box1 .left,
.ct-box1 .right {
	flex: 1;
	height: 100%;
}

.left-content {
	width: 100%;
	margin-top: 40%;
	padding: 0 0.8rem;
	box-sizing: border-box;
}

.left-content h1 {
	color: #333333;
	font-size: 0.6rem;
	font-weight: 300;
}

.left-content p {
	color: #A9A9A9;
	font-size: 15px;
	line-height: 30px;
	margin-top: 0.15rem;
}

.lc-btn-box {
	font-size: 15px;
	margin-top: 0.2rem;
}

.lc-btn-box span {
	color: #333333;
	font-size: 15px;
	cursor: pointer;
	margin-right: 0.25rem;
}

.lc-btn-active {
	color: #898989 !important;
}

.ct-box1 .right img {
	/*margin-left: 0.6rem;*/
	width: 8.33rem;
	height: 9.77rem;
}

.ct-box2 {
	display: flex;
	height: 7.7rem;
	background: #12152B;
}

.ct-box2 div {
	margin: auto;
	width: 39%;
	text-align: center;
}

.ct-box2 h2 {
	color: #FFFFFF;
	font-size: 0.6rem;
	font-weight: 300;
}

.ct-box2 p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	margin-top: 0.15rem;
}

.ct-box3 {
	display: flex;
	height: 9.73rem;
	background: #12152B;
	position: relative;
}

.ct-box3 img {
	width: 90%;
	height: 80%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ct-box4 {
	height: 5rem;
	padding-left: 10%;
	background: #12152B;
}

.ct-box4 h2 {
	color: #FFFFFF;
	font-size: 0.6rem;
	font-weight: 300;
}

.ct-box4 p {
	width: 43%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	margin-top: 0.26rem;
}

.ct-box5 {
	height: 12.17rem;
	/*background-image: url(../img/s_box5.png);*/
	background-image: url(http://yosemine.oss-cn-shenzhen.aliyuncs.com/uploads/20191209/2a3b338896021114d24afd13cf2cfd25.png);
	background-size: 100% 100%;
}

.ct-box6 {
	height: 4.43rem;
	background: #12152B;
}

.ct-box6 .right {
	width: 47%;
	display: flex;
	float: right;
	margin-top: 0.71rem;
}

.ct-box6 .right img {
	width: 2.02rem;
	height: 2.33rem;
	display: block;
}

.ct-box6 .right .info {
	width: calc(100% - 2.2rem);
	margin-left: 0.67rem;
	padding-right: 1.41rem;
	font-size: 14px;
	box-sizing: border-box;
}

.ct-box6 .right .info a {
	color: #FFFFFF;
	font-size: 0.14rem;
}

.ct-box6 .right .info p {
	color: #FFFFFF;
	font-size: 0.3rem;
	margin-top: 0.3rem;
	font-weight: 300;
}

.ct-box6 .right .info span {
	color: #FFFFFF;
	font-size: 0.15rem;
	display: block;
	text-align: right;
}

.ct-box6 .right .info span:first-of-type {
	margin-top: 0.55rem;
}

.ct-box7 {
	height: 1.87rem;
	background: #FFFFFF;
}

.store {
	display: none;
}

.search {
	width: 9rem;
	height: 40px;
	line-height: 40px;
	margin: auto;
	margin-top: 0.5rem;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #EBEBEB;
	position: relative;
}

.search span {
	font-size: 17px;
	font-weight: bold;
}

.search input {
	width: calc(100% - 50px);
	height: 40px;
	outline: none;
	border: 0;
	font-size: 15px;
}

.search .btn {
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	margin-top: 6px;
	cursor: pointer;
	position: absolute;
	right: -50px;
}

.search .btn img {
	width: 16px;
	display: block;
	margin: auto;
	margin-top: 7px;
}

.search .btn:active {
	transform: scale(0.9);
}

.search-tips {
	width: 9rem;
	height: 50px;
	line-height: 50px;
	margin: auto;
	font-size: 14px;
}

.search-tips img {
	width: 15px;
	position: relative;
	top: 2px;
}

.store-content {
	width: 100%;
	margin-top: 0.3rem;
	overflow: hidden;
	font-size: 14px;
}

.sc-brand {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
}

.sc-brand li {
	width: calc(33.333% - 66px);
	height: 5.8rem;
	background: #F7F7F7;
	margin: 0 30px 30px 30px;
	text-align: center;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.sc-brand li h5 {
	font-size: 0.19rem;
}

.sc-brand li p {
	color: #333333;
	font-size: 14px;
}

.sc-brand li .name {
	width: 40%;
	margin-top: 0.5rem;
	text-align: left;
	margin-left: 0.5rem;
}

.sc-brand li .back_pic {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 70%;
}

.sc-brand li .more {
	float: right;
	margin-top: 20px;
	text-align: right;
	margin-right: 7%;
	display: inline-flex;
}
.sc-brand li .more .iconfont{
	margin-left: 20px;
	font-size: 20px;
}

.sc-brand-list {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
}

.sc-brand-list li{
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 10px;
}

.sc-brand-list li{
	margin-right: 10px;
	border-radius: 20px;
	background-color: #6666667a;
	padding: 8px 25px;
}

.sc-brand-list li .title{
	font-size: 16px;
	color: #fff;
}
.sc-brand-list li:hover{
	background-color: #0C0C0C;
}

.sc-offset {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	display: none;
}

.sc-offset li {
	width: calc(33.333% - 20px);
	height: 5rem;
	background: #F7F7F7;
	margin: 0 20px 20px 0;
	text-align: center;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.sc-offset li h5 {
	font-size: 0.19rem;
	margin-top: 0.55rem;
	margin-bottom: 0.25rem;
}

.sc-offset li p {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

.sc-offset li .address {
	width: 40%;
	margin: auto;
}

.sc-offset li .btn {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	text-align: center;
	margin: auto;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: 1px solid #666666;
	cursor: pointer;
	color: #666666;
}

.sc-offset li .s-brand {
	width: 80%;
	margin: auto;
	color: #666666;
}

.s-bottom {
	width: 30%;
	margin: auto;
	font-size: 17px;
	text-align: center;
	padding: 0.4rem 0 0.6rem 0;
}

.after-sale {
	background: #F1F1F1;
	overflow: hidden;
	display: none;
}

.after-sale .as h1 {
	color: #3E3E3E;
	font-size: 75px;
	text-align: center;
	margin-top: 120px;
}

.after-sale .as ul {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	margin-top: 93px;
}

.after-sale .as ul li {
	width: calc(33%);
	height: 894px;
	background: #EBEBEB;
	margin-right: 31px;
	padding: 107px 55px;
	box-sizing: border-box;
	text-align: center;
}

.after-sale .as ul li:last-of-type {
	margin-right: 0;
}

.after-sale .as ul li h3 {
	font-size: 24px;
}

.after-sale .as ul li img {
	width: 115px;
	margin-top: 50px;
}

.after-sale .as ul li p {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-top: 70px;
}

.after-sale .contact {
	font-size: 14px;
	text-align: center;
	padding: 332px 0;
	box-sizing: border-box;
	position: relative;
}

.after-sale .contact::before {
	content: '';
	width: 2px;
	height: 190px;
	background: #5F5F5F;
	position: absolute;
	left: 0;
	right: 0;
	top: 81px;
	margin: auto;
}

.after-sale .contact::after {
	content: '';
	width: 2px;
	height: 190px;
	background: #5F5F5F;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 99px;
	margin: auto;
}

.after-sale .contact p {
	color: #000;
	font-size: 18px;
	margin-top: 40px;
}

.after-sale .contact h1 {
	color: #000;
	font-size: 48px;
	line-height: 1;
	margin-top: 13px;
}

.after-sale .contact img {
	width: 132px;
	margin-top: 35px;
}

.after-sale .contact h2 {
	color: #000;
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	margin-top: 30px;
}

.technology {
	font-size: 14px;
	background: #F1F1F1;
	overflow: hidden;
	display: none;
}

.technology .region1 {
	text-align: center;
}

.technology .region1 h1 {
	color: #3E3E3E;
	font-size: 76px;
	margin-top: 136px;
	line-height: 1;
}

.technology .region1 p {
	color: #5C5C5C;
	font-size: 18px;
	max-width: 764px;
	margin: auto;
	line-height: 30px;
	margin-top: 95px;
}

.technology .region2 {
	height: 1216px;
	margin-top: 150px;
	background-image: url(../img/ty_bg1.png);
	background-size: cover;
}

.technology .region3 {
	text-align: center;
}

.technology .region3 h1 {
	color: #000;
	font-size: 76px;
	margin-top: 160px;
	line-height: 1;
}

.technology .region3 > p {
	color: #626262;
	font-size: 18px;
	max-width: 764px;
	margin: auto;
	line-height: 30px;
	margin-top: 80px;
}

.technology .region3 ul {
	width: calc(100% - 572px);
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 123px;
}

.technology .region3 ul li {
	position: relative;
	padding-bottom: 20px;
}

.technology .region3 ul li p {
	margin-top: 16px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.technology .region4  {
	text-align: center;
}

.technology .region4 h1 {
	color: #000;
	font-size: 76px;
	margin-top: 238px;
	line-height: 1;
}

.technology .region4 .wrap {
	width: 100%;
	height: 640px;
	display: flex;
	margin-top: 145px;
}

.technology .region4 .wrap > div {
	width: 50%;
}

.technology .region4 .wrap .left-wrap {
	background: #1E1E1E;
}

.technology .region4 .wrap .left-wrap p {
	max-width: 550px;
	margin: auto;
	margin-top: 134px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
}

.technology .region4 .wrap .right-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.technology .region5 {
	text-align: center;
	overflow: hidden;
}

.technology .region5 h1 {
	color: #000;
	font-size: 76px;
	margin-top: 190px;
	line-height: 1;
}

.technology .region5 .wrap {
	width: 100%;
	height: 929px;
	display: flex;
	margin-top: 145px;
}

.technology .region5 .wrap .left-wrap {
	flex: 1;
}

.technology .region5 .wrap .left-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.technology .region5 .wrap .right-wrap {
	background: #A29082;
	padding: 3.5% 104px;
  
	box-sizing: border-box;
}

.technology .region5 .wrap .right-wrap p {
	max-width: 338px;
	margin: auto;
	/* margin-top: 64px; */
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.technology .region5 .wrap .right-wrap .btn {
	width: 124px;
	height: 43px;
	line-height: 43px;
	background: #000000;
	color: #fff;
	float: right;
	margin-top: 75px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.technology .region5 .wrap .right-wrap .btn a {
    color: #fff; 
}

.technology .region6 {
	display: flex;
	padding: 117px 89px;
	box-sizing: border-box;
}

.technology .region6 > img {
	width: 207px;
}

.technology .region6 .text {
	margin-left: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.technology .region6 .text span {
	color: #000;
	font-size: 16px;
	padding-bottom: 40px;
}

.technology .region6 .text p {
	color: #000;
	font-size: 30px;
	line-height: 44px;
}

.technology .region6 .text p:last-of-type {
	padding-bottom: 40px;
}

.design-two {
	font-size: 14px;
	overflow: hidden;
	background: #F1F1F1;
	display: none;
}

.design-two .region1 {
	text-align: center;
}

.design-two .region1 h1 {
	color: #3E3E3E;
	font-size: 75px;
	margin-top: 125px;
	line-height: 1;
}

.design-two .region1 .wrap {
	display: flex;
	height: 612px;
	margin-top: 144px;
}

.design-two .region1 .wrap .left-wrap {
	padding: 192px 198px;
	background: #393939;
}

.design-two .region1 .wrap .left-wrap p {
	max-width: 198px;
	color: #fff;
	font-size: 24px;
	line-height: 47px;
	text-align: left;
}

.design-two .region1 .wrap .right-wrap {
	flex: 1;
}

.design-two .region1 .wrap .right-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.design-two .region2 {
	text-align: center;
}

.design-two .region2 h1 {
	color: #5C5C5C;
	font-size: 36px;
	margin: 158px 0 0 0;
}

.design-two .region2 > p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
	margin-top: 42px;
}

.design-two .region2 .cover {
	margin-top: 144px;
}

.design-two .region2 .text {
	text-align: left;
	padding: 0 111px 130px 111px;
	box-sizing: border-box;
}

.design-two .region2 .text h3 {
	margin-top: 140px;
	color: #5C5C5C;
	font-size: 36px;
	margin-bottom: 35px;
}

.design-two .region2 .text p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
}

.design-two .region3 ul {
	display: flex;
	justify-content: space-between;
}

.design-two .region3 ul li {
	width: 33.333%;
	height: 814px;
	margin-right: 17px;
	box-sizing: border-box;
	position: relative;
}

.design-two .region3 ul li:last-of-type {
	margin-right: 0;
}

.design-two .region3 ul li h1 {
	position: relative;
	z-index: 10;
	color: #000;
	font-size: 98px;
	font-weight: 100;
	line-height: 1;
	padding: 40px 0 0 64px;
}

.design-two .region3 ul li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.design-two .region4 {
	padding: 0 111px 116px 111px;
	box-sizing: border-box;
}

.design-two .region4 h1 {
	color: #5C5C5C;
	font-size: 36px;
	margin-top: 160px;
}

.design-two .region4 > p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}

.design-two .region4 ul {
	display: flex;
	justify-content: center;
	margin-top: 210px;
}

.design-two .region4 ul li {
	width: 270px;
	height: 233px;
	background: #CECECE;
	text-align: center;
	margin-right: 68px;
}

.design-two .region4 ul li:last-of-type {
	margin-right: 0;
}

.design-two .region4 ul li img {
	margin: auto;
	margin-top: 70px;
}

.design-two .region4 ul li p {
	color: #000;
	font-size: 16px;
	margin-top: 10px;
}

.we {
	font-size: 14px;
	overflow: hidden;
	background: #F1F1F1;
}

.we .region1 {
	padding: 0 204px;
	box-sizing: border-box;
}

.we .region1 h1 {
	color: #3E3E3E;
	font-size: 76px;
	line-height: 1;
	margin-top: 129px;
	text-align: center;
	margin-bottom: 100px;
}

.we .region1 p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.we .region2 {
	display: flex;
	margin-top: 65px;
	padding: 0 52px;
	box-sizing: border-box;
}

.we .region2 > div {
	width: 50%;
	height: 713px;
}

.we .region2 .left-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.we .region2 .right-wrap {
	background: #393939;
	padding: 114px 116px;
	box-sizing: border-box;
	color: #fff;
}

.we .region2 .right-wrap h1 {
	font-size: 58px;
	line-height: 1;
}

.we .region2 .right-wrap h2 {
	font-size: 65px;
	font-weight: 100;
	line-height: 1;
	margin-top: 23px;
}

.we .region2 .right-wrap p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 58px;
}

.we .region3 {
	padding: 118px 197px 70px 197px;
	box-sizing: border-box;
}

.we .region3 p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.we .region4 ul {
	display: flex;
}

.we .region4 ul li {
	width: 25%;
	height: 455px;
	margin-right: 26px;
	background: #D6D6D6;
	padding: 38px 39px;
	box-sizing: border-box;
}

.we .region4 ul li:last-of-type {
	margin-right: 0;
}

.we .region4 ul li h5 {
	color: #000;
	font-size: 14px;
	line-height: 1;
}

.we .region4 ul li h3 {
	color: #000;
	font-size: 18px;
	line-height: 1;
	margin-top: 7px;
}

.we .region4 ul li p {
	color: #000;
	font-size: 14px;
	margin-top: 24px;
	line-height: 24px;
}

.we .region4 ul li h4 {
	color: #000;
	font-size: 18px;
	margin-top: 57px;
}

.we .region5 {
	display: flex;
	margin-top: 40px;
}

.we .region5 > div {
	width: 50%;
	height: 459px;
	background: #393939;
	color: #fff;
	padding: 39px;
	box-sizing: border-box;
}

.we .region5 > div:first-of-type {
	margin-right: 29px;
}

.we .region5 > div h5 {
	font-size: 14px;
	line-height: 1;
}

.we .region5 > div h3 {
	font-size: 18px;
	line-height: 1;
	margin-top: 7px;
}

.we .region5 > div p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}

.we .region6 {
	padding: 0 138px 176px 138px;
	box-sizing: border-box;
	margin: auto;
}

.we .region6 > h1 {
	color: #5C5C5C;
	font-size: 48px;
	line-height: 1;
	margin-top: 158px;
	text-align: center;
}

.we .region6 ul {
	display: flex;
	margin-top: 134px;
}

.we .region6 ul li {
	width: 33.333%;
	margin-right: 26px;
}

.we .region6 ul li:last-of-type {
	margin-right: 0;
}

.we .region6 ul li img {
	width: 100%;
	height: 570px;
	object-fit: cover;
}

.we .region6 ul li h1 {
	color: #3C3C3C;
	font-size: 40px;
	line-height: 1;
	margin-top: 27px;
}

.we .region6 ul li h2 {
	color: #3C3C3C;
	font-size: 44px;
	font-weight: 100;
	line-height: 1;
	margin-top: 19px;
}

.we .region7 {
	position: relative;
}

.we .region7 .bg img {
	width: 100%;
	height: 1221px;
	object-fit: cover;
}

.we .region7 .card {
	width: 1129px;
	height: 668px;
	background: rgba(0,0,0, .5);
	position: absolute;
	top: 694px;
	left: 199px;
	z-index: 10;
	padding: 143px 186px;
	box-sizing: border-box;
}

.we .region7 .card h1 {
	color: #fff;
	font-size: 90px;
	line-height: 1;
	margin-bottom: 70px;
}

.we .region7 .card p {
	color: #fff;
	font-size: 37px;
}

.we .region7 .bottom {
	width: 100%;
	margin-top: -10px;
	padding: 422px 199px 340px 199px;
	background: #252525;
}

.we .region7 .bottom {
	color: #fff;
}

.we .region7 .bottom h2 {
	font-size: 51px;
	font-weight: 400;
	line-height: 1;
}

.we .region7 .bottom h1 {
	font-size: 91px;
	line-height: 1;
	margin-top: 30px;
	line-height: 48px;
	margin-bottom: 100px;
}

.we .region7 .bottom p {
	font-size: 36px;
	font-size: 24px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1150px) {
	.ct-header-item span {
		font-size: 17px;
	}
	
	.we .region1 {
		padding: 0 20px;
	}
	
	.we .region1 h1 {
		font-size: 38px;
		margin: 50px 0 40px 0;
	}
	
	.we .region1 p {
		margin-bottom: 20px;
	}
	
	.we .region2 {
		display: block;
		padding: 0 20px;
		margin-top: 30px;
	}
	
	.we .region2 > div {
		width: 100%;
		height: auto;
	}
	
	.we .region2 .right-wrap {
		padding: 70px 90px;
	}
	
	.we .region2 .right-wrap h1 {
		font-size: 38px;
	}
	
	.we .region3 {
		padding: 20px 20px 0 20px;
	}
	
	.we .region3 p {
		margin-bottom: 20px;
	}
	
	.we .region4 ul {
		width: calc(100% + 20px);
		flex-wrap: wrap;
	}
	
	.we .region4 ul li {
		width: calc(50% - 20px);
		height: auto;
		margin: 0 20px 20px 0;
		padding: 30px 25px;
		box-sizing: border-box;
	}
	
	.we .region4 ul li h5 {
		color: #333;
		font-size: 16px;
	}
	
	.we .region4 ul li h3 {
		color: #333;
		margin-top: 15px;
	}
	
	.we .region4 ul li h4 {
		color: #333;
		margin-top: 20px;
		font-size: 18px;
	}
	
	.we .region4 ul li p {
		margin-top: 15px;
	}
	
	.we .region5 {
		margin-top: 0;
		justify-content: space-between;
	}
	
	.we .region5 > div {
		width: calc(50% - 10px);
		padding: 20px;
		height: auto;
	}
	
	.we .region5 > div:first-of-type {
		margin-right: 0;
	}
	
	.we .region6 > h1 {
		margin-top: 60px;
	}
	
	.we .region6 {
		padding: 0;
	}
	
	.we .region6 ul {
		margin-top: 50px;
		display: block;
	}
	
	.we .region6 ul li {
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
	}
	
	.we .region6 ul li h1 {
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.we .region6 ul li h2 {
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.we .region6 ul li img {
		height: auto;
	}
	
	.we .region7 .card {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		padding: 60px 40px;
		background: transparent;
	}
	
	.we .region7 .card h1 {
		font-size: 38px;
		margin-bottom: 40px;
	}
	
	.we .region7 .card p {
		font-size: 25px;
		line-height: 40px;
	}
	
	.we .region7 .bottom {
		padding: 50px 40px;
		box-sizing: border-box;
	}
	
	.we .region7 .bottom h2 {
		font-size: 35px;
	}
	
	.we .region7 .bottom h1 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	
	.we .region7 .bottom p {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	
	.design-two .region1 h1 {
		margin-top: 50px;
		font-size: 40px;
	}
	
	.design-two .region1 .wrap {
		height: auto;
		margin-top: 40px;
	}
	
	.design-two .region1 .wrap {
		display: block;
	}
	
	.design-two .region1 .wrap > div {
		width: 100%;
	}
	
	.design-two .region1 .wrap .left-wrap {
		padding: 100px 40px;
		box-sizing: border-box;
	}
	
	.design-two .region1 .wrap .left-wrap p {
		max-width: 100%;
		line-height: 70px;
	}
	
	.design-two .region2 h1 {
		margin-top: 50px;
	}
	
	.design-two .region2 > p {
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 25px;
	}
	
	.design-two .region2 .cover {
		height: 350px;
		margin-top: 50px;
		object-fit: cover;
	}
	
	.design-two .region2 .text h3 {
		margin-top: 0;
	}
	
	.design-two .region2 .text {
		padding: 40px 20px;
	}
	
	.design-two .region3 ul {
		display: block;
	}
	
	.design-two .region3 ul li {
		width: 100%;
		height: 90vh;
		margin-right: 0;
	}
	
	.design-two .region3 ul li h1 {
		font-size: 45px;
	}
	
	.design-two .region4 h1 {
		margin-top: 60px;
	}
	
	.design-two .region4 {
		padding: 0 30px 50px 30px;
	}
	
	.design-two .region4 > p {
		margin-top: 20px;
	}
	
	.design-two .region4 ul {
		margin-top: 50px;
	}
	
	.design-two .region4 ul li {
		width: calc(33.3335% - 20px);
		height: 0;
		padding-bottom: calc(33.3335% - 20px);
		margin-right: 20px;
	}
	
	.technology .region1 h1 {
		margin-top: 60px;
		font-size: 40px;
	}
	
	.technology .region1 p {
		margin-top: 40px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.technology .region2 {
		height: 45vh;
		margin-top: 50px;
	}
	
	.technology .region3 h1 {
		margin-top: 60px;
		font-size: 40px;
	}
	
	.technology .region3 > p {
		margin-top: 50px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.technology .region3 ul {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 60px;
	}
	
	.technology .region4 h1 {
		font-size: 40px;
		margin-top: 80px;
	}
	
	.technology .region4 .wrap {
		height: auto;
		display: block;
		margin-top: 60px;
	}
	
	.technology .region4 .wrap > div {
		width: 100%;
	}
	
	.technology .region4 .wrap .left-wrap {
		padding: 30px 20px;
		box-sizing: border-box;
	}
	
	.technology .region4 .wrap .left-wrap p {
		margin-top: 0;
	}
	
	.technology .region5 h1 {
		margin-top: 60px;
		font-size: 40px;
	}
	
	.technology .region5 .wrap {
		height: auto;
		margin-top: 60px;
		display: block;
	}
	
	.technology .region5 .wrap > div {
		width: 100%;
	}
	
	.technology .region5 .wrap .right-wrap {
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	
	.technology .region5 .wrap .right-wrap p {
		margin-top: 0;
		max-width: 100%;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	
	.technology .region5 .wrap .right-wrap .btn {
		margin: 0 20px 0 0;
	}
	
	.technology .region6 .text p {
		font-size: 22px;
	}
	
	.technology .region6 {
		padding: 100px 60px;
	}
	
	.sc-offset li {
		width: calc(50% - 20px);
		height: auto;
	}
	
	.sc-offset li .address {
		width: calc(100% - 30px);
	}
	
	.s-bottom {
		width: 100%;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	
	.search {
		width: 80%;
	}
	
	.search-tips {
		width: 80%;
	}
	
	.after-sale .as h1 {
		font-size: 40px;
		margin-top: 50px;
	}
	
	.after-sale .as ul {
		display: block;
		margin-top: 45px;
	}
	
	.after-sale .as ul li {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		padding: 60px 40px;
	}
	
	.after-sale .as ul li img {
		width: 80px;
	}
	
	.after-sale .as ul li p {
		margin-top: 60px;
	}
	
	.after-sale .contact {
		padding: 270px 0;
	}
	
	.after-sale .contact h1 {
		font-size: 35px;
	}
	
	.after-sale .contact::before,
	.after-sale .contact::after {
		height: 130px !important;
	}
	
	.after-sale .contact img {
		width: 100px;
		font-size: 100px;
	}
	
	.after-sale .contact p {
		width: calc(100% - 40px);
		margin: auto;
		margin-top: 30px;
	}
	
	.after-sale .contact h2 {
		font-size: 40px;
	}
}
