/* @font-face {
  font-family: "思源黑体 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/rS2gw5Ud34Yv/Dp7yscaEEv5W.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/rS2gw5Ud34Yv/AXGtogWPjEXF.woff") format("woff");
  font-display: swap;
}
 */
a,a:active,a:focus{
	outline: none;
}
ul{
	list-style: none;
}
input{
	line-height: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('/_lj_fonts/Medium.woff2') format('woff2'); 
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/_lj_fonts/Regular.woff2') format('woff2'); 
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
button:focus, button:active{
	outline: none;
}

body{
	position: relative;
}

body > header{
	width: 100%;
	height: auto;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.3s ease; /* 添加过渡效果 */
}
body > header.compressed {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 添加阴影增强视觉效果 */
}
body > header .headerDiv{
	transition: all 0.3s ease; /* 添加过渡效果 */
}
.headerDiv-inner{
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
/* 压缩状态下隐藏顶部导航区域 */
body > header.compressed .headerDiv .topNav,
body > header.compressed .headerDiv .langList,
body > header.compressed .headerDiv .contactusOrsearch {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease;
	padding-bottom: 3px;
}
body > header .headerDiv .topNav{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	transition: all 0.3s ease; /* 添加过渡效果 */
}
body > header .headerDiv .topNav ul{
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: flex-end;
}
body > header .headerDiv .topNav ul li{
	margin: 0 14px;
}
body > header .headerDiv .topNav ul li i{
	margin-left: 5px;
}
body > header .headerDiv .topNav ul li a{
	font-size: 14px;
	color: #444;
	outline: none;
}
body > header .headerDiv .langList{
	margin: 5px 0px;
	padding-bottom: 5px;
}
body > header .headerDiv .langList ul{
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: flex-end;
}
body > header .headerDiv .langList ul li{
	margin: 0px 5px;
	padding: 3px 0;
}
body > header .headerDiv .langList ul li a{
	outline: none;
}
body > header .headerDiv .langList ul li img{
	width: 30px;
	border: 1px solid #dfdfdf;
}

body > header .headerDiv .contactusOrsearch{
	display: flex;
}
body > header .headerDiv .contactusOrsearch>div{
	height: 45px;
	line-height: 45px;
}
body > header .headerDiv .contactusOrsearch div.l{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
}
body > header .headerDiv .contactusOrsearch div.l .wechat{
	background: #20C100;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	cursor: pointer;
}
body > header .headerDiv .contactusOrsearch div.l .wechat i{
	color: #fff;
	font-size: 22px;
}
body > header .headerDiv .contactusOrsearch div.l .wechat .qrcode{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	z-index: 9;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
}
body > header .headerDiv .contactusOrsearch div.l .wechat:hover .qrcode{
	display: block;
}
body > header .headerDiv .contactusOrsearch div.l .wechat .qrcode>img{
	display: block;
	width: 120px;
	max-width: none;
}
body > header .headerDiv .contactusOrsearch div.l .wechat .qrcode>p{
	font-size: 0.625rem;
	color: #20C100;
	line-height: normal;
	text-align: center;
	margin-top: 10px;
}
body > header .headerDiv .contactusOrsearch div.l .tel{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
}
body > header .headerDiv .contactusOrsearch div.l .tel img{
	width: 32px;
	height: 45px;
}
body > header .headerDiv .contactusOrsearch div.l .tel i{
	font-size: 30px;
	color: #fff;
	margin-right: 5px;
}
body > header .headerDiv .contactusOrsearch div.l .tel .text{
	height: 40px;
	position: relative;
	font-size: 20px;
	color: #fff;
    font-weight: 600;
	background: #00b050;
	padding: 0 6px;
	border-radius: 6px;
	display: flex;
	align-items: center;
}
body > header .headerDiv .contactusOrsearch div.l .email{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
body > header .headerDiv .contactusOrsearch div.l .email img{
	width: 32px;
	height: 19px;
}
body > header .headerDiv .contactusOrsearch div.l .email .text{
	font-size: 16px;
	color: #FF2370;
	position: relative;
}
body > header .headerDiv .contactusOrsearch div.r{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
}
body > header .headerDiv .contactusOrsearch div.r .search-box{
	display: flex;
	flex-direction: row;
	height: 40px;
}
body > header .headerDiv .contactusOrsearch div.r .search-box input{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	border: 1px solid #888;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	padding-left: 10px;
	box-sizing: border-box;
}
body > header .headerDiv .contactusOrsearch div.r .search-box button{
	background: #FF2370;
	width: 40px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
body > header .headerDiv .contactusOrsearch div.r .search-box button i{
	color: #fff;
}
body > header .headerDiv .contactusOrsearch .r img{
	position: absolute;
    left: 626px;
    /* z-index: 100; */
    top: 5px;
}
body > header .bottomNavDiv{
	width: 100%;
	background-color: #FF2370;/* rgba(255, 35, 112); */
	margin-top: 24px;
	transition: all 0.3s ease;/* 添加过渡效果 */
}
/* 压缩状态下的底部导航区域 */
body > header.compressed .bottomNavDiv {
    margin-top: 0;
}
body > header .bottomNavDiv .bottomNavDiv-list{
	max-width: 1320px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}
body > header .bottomNavDiv .bottomNavDiv-list ul{
	display: flex;
	align-items: center;
	list-style: none;
	height: 60px;
	/* line-height: 60px; */
	color: #fff;
	transition: all 0.3s ease;/*添加过渡效果 */
}
/* 压缩状态下的底部导航列表高度 */
body > header.compressed .bottomNavDiv .bottomNavDiv-list ul {
    height: 60px; /* 压缩后的高度 */
	margin-top: 20px;
}
body > header .bottomNavDiv .bottomNavDiv-list ul li{
	flex: 1;
	font-size: 15px;
	line-height: 20px;
	/* width: 90%; */
	text-align: center;
}
body > header .bottomNavDiv .bottomNavDiv-list ul li a{
	color: #fff;
	outline: none;
}
body > header .bottomNavDiv .bottomNavDiv-list ul li:last-of-type a{
	background-color: #fff;
	color: #ff2370;
	padding: 2px 8px 5px 8px;
	border-radius: 12px;
	font-weight: bold;
	white-space: nowrap;
}
body > header .bottomNavDiv .bottomNavDiv-list ul li:last-of-type a:hover {
	box-shadow: 0 2px 10px rgb(78 10 34 / 30%);
	background-color: #fabe00;
	color: #fff;
}
body > header .bottomNavDiv .bottomNavDiv-list ul li.qt{
	width: 60%;
}
body > header .bottomNavDiv .bottomNavDiv-list ul li img{
	max-width: 100%;
	height: auto;
	position: relative;
	bottom: 35px;
	transition: all 0.3s ease;/*添加过渡效果*/
}
/* 压缩状态下的中心图片 */
body > header.compressed .bottomNavDiv .bottomNavDiv-list ul li img {
	max-width: 60%;
    bottom: 7px;
}
/* 共同banner模块 */
.indexBaner{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	top: 233px;
	padding-top: 43.68%;
	
}
.indexBaner img{
	position: absolute;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.indexBaner .indexBanerDiv{
	display: block;
	position: absolute;
	z-index: 2;
	top: 60%;
	left: 40%;
	text-align: left;
	width: 50%;
	max-width: 1600px;
	transform: translate(-50%, -80%);	
}
.indexBaner .indexBanerDiv div.text{
	max-width:320px;
	padding: 25px 20px;
	background-color: #F4702F;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	border-bottom: 4px solid #8B4513;
	position: relative;
}
.indexBaner .indexBanerDiv div.text h1{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
}
.indexBaner .indexBanerDiv div.text h5{
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
}
.indexBaner .indexBanerDiv div.btn{
	position: absolute;
	top:calc(100% - 20px);
	left: calc(100% - 20px);
	text-align: center;
	width: 140px;
	padding: 8px 12px;
	background-color: #633786;
	border-radius: 6px;
	border-bottom: 4px solid #4B0082;
}
.indexBaner .indexBanerDiv div.btn a{
	color: #fff;
	font-size: 16px;
}


.indexFoot1{
	width: 100%;
	margin-top: 60px;
	background: #1D2A3F;
}
.indexFoot1 .footer{
	padding: 0 10px;
	padding-bottom: 30px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.indexFoot1 .footer .home img{
	width: 40px;
    height: 40px;
	margin-left: 40px;
}
.indexFoot1 .footer .link ul{
	list-style: none;
	display: flex;
    color: white;
    padding-top: 30px;
    justify-content: space-around;
}
.indexFoot1 .footer .link ul li .last{
	display: flex;
	flex-direction: column;
}
.indexFoot1 .footer .link ul li{
	flex: 1;
}
.indexFoot1 .footer .home{
	display: flex;
    margin-top: 70px;
	align-items: center;
}
.indexFoot1 .footer .home p{
	color: #888;
	margin-left: 20px;
	font-size: 16px;
}
.indexFoot1 .footer .link ul li h6{
	font-size: 15px;
}
.indexFoot1 .footer .link ul li h6 a{
	color: #fff;
	outline: none;
}
.indexFoot1 .footer .link ul li p{
    margin: 10px 0 10px;
}
.indexFoot1 .footer .link ul li p a{
	color: #ccc;
	font-size: 15px;
	outline: none;
}
.indexFoot1 .footer .link ul li input{
	background-color: white;
    margin-top: 10px;
    height: 25px;
    border-radius: 5px;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	max-width: 230px;
}
.indexFoot1 .footer .link ul li .tips{
	font-size: 0.625rem;
	margin: 0;
}
.indexFoot1 .footer .link ul li input::placeholder, .indexFoot1 .footer .link ul li textarea::placeholder {
	font-size: 0.8rem;
	padding: 0 5px;
}
.indexFoot1 .footer .link ul li textarea{
	width: 100%;
	max-width: 230px;
	background-color: white;
    height: 75px;
    resize: none;
    border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	box-sizing: border-box;
}
.indexFoot1 .footer .link ul li 
input::placeholder,
textarea::placeholder {
  color: #ccc;  /* 灰色（默认近似色） */
  font-size: 12px;
}
.indexFoot1 .footer .link ul li button{
	display: flex;
	background-color: #FF2370;
    margin-top: 20px;
    height: 35px;
    width: 150px;
    border-radius: 5px;
    color: white;
	align-items: center;
	justify-content: center;
}
body > header .logo-box{
	margin-left: 10px;
	width: 42px;
	display: none;
}
body > header .logo-box img{
	height: 46	px;
	max-width: none;
	width: auto;
}
.mobile-menu {
	width: 30px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10px	;
}
.mobile-menu span{
	display: block;
	width: 100%;
	height: 3px;
	background: #FFFFFF;
	margin: 3px 0;
	border-radius: 1.5px;
	transition: all .3s linear;
}
.mobile-menu.active span:nth-child(1) {
    transform: rotate(32deg) translateX(2px);
    transform-origin: left;
}
.mobile-menu.active span:nth-child(2) {
	opacity: 0;
}
.mobile-menu.active span:nth-child(3) {
	transform: rotate(-32deg) translateX(2px);
	transform-origin: left;
}
.scroll-top{
	position: fixed;
	right: -50px;
	bottom: 90px;
	z-index: 99;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FF2370;
	transition: all .45s ease-out;
	pointer-events:none;
	opacity: 0;
}
.scroll-top i{
	color: #FFFFFF;
	font-size: 40px;
	margin-bottom: 5px;
}
.scroll-top.active{
	pointer-events:auto;
	opacity: 1;
	right: 25px;
}
/* ----------------------------------- */

.qualityDesign{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.qualityDesign .qualityDesignDiv{
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
}
.qualityDesign .qualityDesignDiv .bg-list{
	width: 100%;
	position: relative;
	z-index: 1;
}
.qualityDesign .qualityDesignDiv .bg-list ul{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.qualityDesign .qualityDesignDiv .bg-list ul li{
	width: 25%;
}
.qualityDesign .qualityDesignDiv .bg-list ul li img{
	width: auto;
	display: block;
	height: 100%;
}
.qualityDesign .qualityDesignDiv .bg-text{
	width: 90%;
	position: absolute;
	left: 5%;
	top: 0%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}
.qualityDesign .qualityDesignDiv .bg-text h2{
	font-size: 72px;
	/* font-family: 'Ubuntu'; */
	font-weight: bold;
}
.qualityDesign .qualityDesignDiv .bg-text p{
	font-size: 20px;
	width: 90%;
	margin: 0 auto;
}
/* ----------------------------------- */
.topNav-child{
	position: fixed;
	z-index: 9;
	display: none;
}
.topNav-child.active{
	display: block;
}
.topNav-child .topNav-child-list{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	display: none;
}
.topNav-child .topNav-child-list li a{
	color: #FF2370;
	font-size: 16px;
	line-height: 30px;
}
.topNav-child .topNav-child-list.active{
	display: block;
}
/* .topNav-child .topNav-child-list:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
} */
.certification{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}
.certification ul{
	max-width: 1788px;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 32px;
	justify-content: space-between;
}
.certification ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}



/* 自适应样式 */
@media screen and (max-width:1500px){
	.qualityDesign .qualityDesignDiv .bg-text h2{
		font-size: 62px;
	}
	.qualityDesign .qualityDesignDiv .bg-text p{
		font-size: 18px;
	}
}
@media screen and (max-width:1200px){
	.indexBaner .indexBanerDiv{
		transform: translate(-50%, -60%);
	}
	.indexBaner .indexBanerDiv div.text{
		max-width: 280px;
	}
	.indexBaner .indexBanerDiv div.text h1{
		font-size: 26px;
	}
	.indexBaner .indexBanerDiv div.text h5{
		font-size: 14px;
	}
	.indexBaner .indexBanerDiv div.btn{
		max-width: 120px;
	}
	.indexBaner .indexBanerDiv div.btn a{
		font-size: 14px;
	}
	
	.qualityDesign .qualityDesignDiv .bg-text h2{
		font-size: 52px;
	}
	.qualityDesign .qualityDesignDiv .bg-text p{
		font-size: 16px;
	}
	
	.certification ul{
		gap: 20px;
	}
}
@media screen and (max-width:1024px){
	.qualityDesign .qualityDesignDiv .bg-text h2{
		font-size: 42px;
	}
	.qualityDesign .qualityDesignDiv .bg-text p{
		font-size: 14px;
	}
}
@media screen and (max-width:1080px){
	body > header .headerDiv .topNav ul li{
		margin: 0 5px;
	}
	body > header .bottomNavDiv .bottomNavDiv-list ul li{
		font-size: 12px;
		line-height: 18px;
	}
	body > header .headerDiv .contactusOrsearch div.l .tel img{
		width:24px;
		height: 35px;
	}
	body > header .headerDiv .contactusOrsearch div.l .email img{
		width: 28px;
		height: 17px;
	}
	body > header .headerDiv .contactusOrsearch div.l .email span.text{
		font-size: 12px;
	}
	body > header .headerDiv .contactusOrsearch div.l .tel i{
		font-size: 26px;
	}
	body > header .headerDiv .contactusOrsearch div.l .tel .text{
		font-size: 18px;
	}
	body > header .headerDiv .contactusOrsearch div.l .email .text{
		font-size: 14px;
	}
}
@media screen and (max-width:860px){
	
	body{
		padding-top: 60px;
	}
	body > header{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.indexBaner{
		top: 0;
	}
	body > header .logo-box{
		display: block;
	}
	.mobile-menu{
		display: flex;
	}
	body > header{
		height: 60px;
		background: #FF2370;
	}
	body > header .headerDiv{
		position: fixed;
		left: 0;
		width: 100%;
		top: 60px;
		z-index: 999;
		background: #FF2370;
		border-top: 1px solid #fff;
		height: 0;
		overflow: hidden;
		transition: all .3s linear;
		opacity: 0;
	}
	body > header .headerDiv.active{
		height: auto;
		opacity: 1;
	}
	body > header .headerDiv .topNav{
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 0;
		display: block;
	}
	body > header .headerDiv .topNav ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	body > header .headerDiv .topNav ul li{
		color: #fff;
	}
	body > header .headerDiv .topNav ul li a{
		color: #fff;
	}
	body > header.compressed .headerDiv .topNav{
		padding-bottom: 0px;
	}
	body > header .headerDiv .headerDiv-inner{
		background: #FF2370;
	}
	body > header .bottomNavDiv{
		margin-top: 0;
		border-top: 1px solid #fff;
	}
	body > header.compressed .bottomNavDiv .bottomNavDiv-list ul{
		margin-top: 0;
		height: auto;
	}
	body > header .bottomNavDiv .bottomNavDiv-list ul{
		flex-wrap: wrap;
		height: auto;
	}
	body > header .bottomNavDiv .bottomNavDiv-list{
		padding-bottom: 20px;
	}
	body > header .bottomNavDiv .bottomNavDiv-list ul li{
		flex: none;
		margin-right: 10px;
		margin-top: 10px;
	}
	body > header .headerDiv .langList{
		display: none;
	}
	body > header .headerDiv .contactusOrsearch div.r{
		display: none;
	}
	 body > header.compressed .headerDiv .contactusOrsearch{
		padding-bottom: 0;
	}
	body > header .headerDiv .contactusOrsearch>div{
		width: 100%;
		height: auto;
		line-height: 30px;
	}
	body > header .headerDiv .contactusOrsearch div.l{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	body > header .headerDiv .contactusOrsearch div.l .tel .text{
		color: #fff;
	}
	body > header .headerDiv .contactusOrsearch div.l .tel{
		margin-right: 10px;
		margin-left: 5px;
	}
	body > header .headerDiv .contactusOrsearch div.l .tel .text{
		font-size: 14px;
		font-weight: normal;
	}
	body > header .headerDiv .contactusOrsearch div.l .email{
		margin-left: 0;
		margin-left: 5px;
	}
	body > header .headerDiv .contactusOrsearch div.l .email .text{
		color: #fff;
	}
	body > header .bottomNavDiv .bottomNavDiv-list ul li:nth-child(5){
		display: none;
	}
	body > header.compressed .headerDiv .topNav,
	body > header.compressed .headerDiv .langList,
	body > header.compressed .headerDiv .contactusOrsearch {
	    opacity: 1;
	    height: auto;
	}
	
	body > header .headerDiv .topNav ul li i{
		display: none;
	}
	
	.indexFoot1 .footer .link ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.indexFoot1 .footer .link ul li{
		flex: none;
		width: 50%;
		margin-bottom: 20px;
	}
	.indexFoot1 .footer .home{
		margin-top: 30px;
	}
	.indexFoot1 .footer .home img{
		margin-left: 0;
		width: 30px;
		height: 30px;
	}
	.indexFoot1 .footer .home p{
		font-size: 12px;
		margin-left: 10px;
	}
	.indexBaner .indexBanerDiv div.text{
		padding: 15px 10px;
		max-width: 220px;
	}
	.indexBaner .indexBanerDiv div.text h1{
		font-size: 22px;
	}
	.indexBaner .indexBanerDiv div.text h5{
		font-size: 12px;
	}
	.indexBaner .indexBanerDiv div.btn{
		max-width: 110px;
	}
	.indexBaner .indexBanerDiv div.btn a{
		font-size: 12px;
	}
	
	.qualityDesign .qualityDesignDiv .bg-text h2{
		font-size: 32px;
	}
	.qualityDesign .qualityDesignDiv .bg-text p{
		font-size: 12px;
	}
	
	.certification ul{
		gap: 10px;
	}
}
@media screen and (max-width:768px){
	
	.indexBaner .indexBanerDiv{
		left: 30%;
	}
	.indexBaner .indexBanerDiv div.text{
		max-width: 10px;
		max-width: 200px;
	}
	.indexBaner .indexBanerDiv div.text h1{
		font-size: 18px;
	}
	.indexBaner .indexBanerDiv div.text h5{
		font-size: 10px;
	}
	.indexBaner .indexBanerDiv div.btn{
		padding: 4px 6px;
		max-width: 110px;
	}
	/* .scroll-top{
		width: 32px;
		height: 32px;
		right: 10px;
		bottom: 60px;
	}
	.scroll-top i{
		font-size: 30px;
		margin-bottom: 2px;
	} */
	
	.qualityDesign .qualityDesignDiv .bg-text h2{
		font-size: 24px;
	}
	.qualityDesign .qualityDesignDiv .bg-text p{
		font-size: 0.5rem;
	}
	
	.certification{
		margin-top: 40px;
	}
	.indexFoot1{
		margin-top: 40px;
	}
}
@media screen and (max-width:540px){
	.certification ul{
		gap: 5px;
	}
}
@media screen and (max-width:480px){
	.indexFoot1 .footer .link ul li{
		width: 100%;
	}
	.indexBaner .indexBanerDiv{
		left: 30%;
	}
	.indexBaner .indexBanerDiv div.text{
		max-width: 160px;
	}
	.indexBaner .indexBanerDiv div.text h1{
		font-size: 12px;
	}
	.indexBaner .indexBanerDiv div.text h5{
		font-size: 0.5rem;
	}
	.indexBaner .indexBanerDiv div.btn a{
		font-size: 0.625rem;
	}
	.indexBaner .indexBanerDiv div.btn{
		padding: 4px 6px;
		max-width: 80px;
	}
	
	.qualityDesign .qualityDesignDiv .bg-text h2{
		font-size: 15px;
	}
	.qualityDesign .qualityDesignDiv .bg-text p{
		font-size: 0.375rem;
	}
}
