.banner-box .banner-img-box{
	position: relative;
}
.banner-common-text{
    position: absolute;
	top: 50%; /* 顶部定位到父容器的50% */
	left: 50%; /* 左侧定位到父容器的50% */
	transform: translate(-50%, -50%); /* 向上向左各移动自身宽高的50% */
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.banner-icon-box img{
    width: 0.64rem;
	height: 0.64rem;
}
.banner-common-text h1{
    color: #313332;
	font-size: 0.62rem;
	line-height: 0.62rem;
	font-weight: bold;
	margin-top: -1.2rem;
}
.banner-common-text h1 span{
    color: #09BD81;
}
.banner-common-text p{
	font-weight: 400;
	font-size: 0.26rem;
	color: #313332;
	line-height: 0.26rem;
	margin-top: 0.32rem;
}
.banner-cq{
	width: 2rem;
	height: 2rem;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.24rem;
	margin-top: 0.4rem;
	margin-bottom: 0.32rem;
	font-weight: 400;
	font-size: 0.26rem;
	color: #313332;
	line-height: 0.48rem;
}
.banner-icon-box{
    padding: 0.12rem 0.32rem;
	background-color: #f2f5fc;
	width: fit-content;
	border-radius: 0.16rem;
	border: 1px solid #FFFFFF
}
@media (max-width: 1025px) {
	.banner-common-text h1{
		font-size: 0.36rem;
		line-height: 0.36rem;
	}
	.banner-common-text p{
		font-size: 0.28rem;
		line-height: 0.28rem;
		margin-top: 0.32rem;
	}
	.advantage-item h1{
		margin-top: 0.4rem;
		margin-bottom: 0.3rem;
		font-size: 0.28rem;
		line-height: 0.28rem;
	}
	.advantage-item p{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.advantage-img{
		width: 1.28rem;
	}
    .partner-img{ 
		width: 57.72%;
	}

}
.about-head-box img{
	width: 100%;
}

/* 吸顶选项卡 */
.layui-tab .layui-tab-title {
	height: 0.8rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    overflow-x: auto !important;
}
.layui-tab .layui-tab-title::-webkit-scrollbar {
    display: none;
}
.layui-tab .layui-tab-bar{
    display: none;
}
.layui-tab .layui-tab-title li{
    padding: 0;
	margin: 0 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.2rem;
	color: #313332;
    min-width: auto;
}
.layui-tab .layui-tab-title li:nth-child(1){
    margin-left: 0 !important;
}
.layui-tab-title .layui-this:after{
	height: 0.8rem;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 0.04rem solid #09BD81;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #09BD81;
}
.layui-tab-brief{
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
}
.about-content-fixed{
    position: fixed;
	z-index: 99999;
    background-color: #fff;
    width: 100%;	
}

.layui-tab .layui-tab-title:after{
	width: 0;
}
.layui-tab .layui-tab-title li a{
    font-weight: 500;
    font-size: 0.28rem;
    color: #313332;
    display: block;
}
@media (min-width: 1025px) {
    .layui-tab .layui-tab-title li a{
        font-size: 0.2rem;
    }
}
@media (max-width: 1025px) {
   .layui-tab .layui-tab-title li {
        margin: 0 0.24rem;
        height: 0.88rem;
        line-height: 0.88rem;
   }
   .layui-tab .layui-tab-title{
        height: 0.88rem;
   }
   .layui-tab-title .layui-this:after {
        height: 0.88rem;
    }
}
/* 吸顶选项卡 */

/* 公共标题 */
.development{
   position: relative;
}
.development-title{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}
.com-title{
	padding-top: 1.2rem;
	padding-bottom: 0.6rem;
}
.com-title h5{
	text-align: center;
	font-weight: 500;
	font-size: 0.48rem;
	color: #313332;
}
.com-title p{
	text-transform:uppercase;
	font-weight: 400;
	font-size: 0.16rem;
	color: #BBBBBB;
	text-align: center;
	margin-top: 0.16rem;
}
/* 公共标题 */

.development img{
    width: 100%;
}

/* 品牌理念 */
.corporate-box{
	background-image: url('../images/about/corporate.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 1rem;	
}
.corporate-box .concept-box{
	display: flex;		
}
.corporate-box .concept-box .concept-right{
	width: 50%;	
}
.corporate-box .concept-box .concept-right h2{
	font-weight: 500;
	font-size: 0.26rem;
	color: #09BD81;
	padding-bottom: 0.4rem;
}
.corporate-box .concept-box .concept-right p{
	font-weight: 400;
	font-size: 00.2rem;
	color: #737876;
	line-height: 0.6rem;
}
.corporate-box .concept-box .concept-left{
	flex: 1;    
}
.corporate-box .concept-box .concept-left{
	position: relative;	
}
.corporate-box .concept-box .concept-left .left-bootom{
	top: auto;
	bottom: 0.2rem;
}
.corporate-box .concept-box .concept-left .left-box{
	position: absolute;
	/* top: 0; */
	left: 0;
	width: 100%;	
}
.corporate-box .concept-box .concept-left .left-box h3{
	font-weight: 500;
	font-size: 0.26rem;
	color: #09BD81;
}
.corporate-box .concept-box .concept-left .left-box p{
	font-weight: 400;
	font-size: 0.2rem;
	color: #737876;
	margin-top: 0.4rem;
}
@media (max-width: 1025px) {
    .corporate-box .concept-box .concept-left .left-box h3{
        font-weight: 500;
        font-size: 0.32rem;
        line-height: 0.32rem;
    }
    .corporate-box .concept-box .concept-left .left-box p {
        font-weight: 400;
        font-size: 0.28rem;
        color: #737876;
        line-height: 0.48rem;
        margin-top: 0.2rem;
    }
    .corporate-box .concept-box .concept-left .left-bootom {
        margin-top: 0.6rem !important;
    }
    .corporate-box .concept-box .concept-right{
        margin-top: 0.15rem;
    }
    .corporate-box .concept-box .concept-right p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #737876;
        line-height: 0.48rem;
    }
    .corporate-box .concept-box .concept-right h2 {
        font-weight: 500;
        font-size: 0.32rem;
        line-height: 0.32rem;
        padding-bottom: 0.25rem;
    }
}
/* 品牌理念 */
/* 品牌故事 */
.brand-story-box{
	background-image: url('../images/about/brand-story.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 1.2rem;	
}
.brand-flex{
	border-radius: 0.24rem;
	position: relative;	
}
.brand-left{
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	padding-left: 0.48rem;
	padding-bottom: 0.6rem;
	height: 100%;
	overflow: auto;		
}	
.brand-left h1{
	font-weight: 500;
	font-size: 0.22rem;
	color: #09BD81;
	padding-top: 0.6rem;
	padding-bottom: 0.4rem;
	display: flex;
	align-items: center;	
}
.brand-left img{
	width: auto;
	height: 0.22rem;
	object-fit: cover;
	margin-right: 0.16rem;
	line-height: 0.32rem;
}
.brand-left p{
	font-weight: 400;
	font-size: 0.16rem;
	color: #737876;
	margin-top: 0.22rem;
}
.brand-right{
	border-radius: 0.24rem;
	overflow: hidden;	
}
.brand-right img{
	width: 100%;
}
@media (max-width: 1025px) {
    .brand-flex{
        display: flex;
        flex-direction: column;
    }
    .brand-left{
        position: relative;
        width: 100%;
        padding: 0 0.32rem;
        background-color: #fff;
        border-radius: 0.2rem 0.2rem 0 0;
    }
    .brand-left img{
        height: 0.3rem;
    }
    .brand-right img{
        width: 100%;
        object-fit: contain;
    }
    .brand-right{
        padding-top: 0.32rem;
        background-color: #fff;
        border-radius: 0 0 0.2rem 0.2rem;
    }
    .brand-left p {
        font-weight: 400;
        font-size: 0.28rem;
        color: #737877;
        line-height: 0.48rem;
        margin-top: 0.4rem;
    }
    .brand-left h1{
        font-weight: 500;
        font-size: 0.32rem;
        line-height: 0.32rem;
        padding-top: 0.4rem;
        padding-bottom: 0.08rem;
    }
}
/* 品牌故事 */
#brand,#concept,#history,#development{
	scroll-margin-top: 1rem; /* 导航栏高度 + 额外间距 */
}

/* 轮播图 */
.development .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.development .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.development .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.development .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.development .swiper-container-android .swiper-slide,.development .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.development .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.development .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.development .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.development .swiper-container-autoheight,.development .swiper-container-autoheight .swiper-slide {
    height: auto
}

.development .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}

.development .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.development .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.development .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.development .swiper-button-next,.development .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.development .swiper-button-next.swiper-button-disabled,.development .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.development .swiper-button-prev,.development .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 90px;
    right: auto;
}

.development .swiper-button-prev.swiper-button-black,.development .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.development .swiper-button-prev.swiper-button-white,.development .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.development .swiper-button-next,.development .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 90px;
    left: auto;
}

.development .swiper-button-next.swiper-button-black,.development .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.development .swiper-button-next.swiper-button-white,.development .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.development .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.development .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.development .swiper-container-horizontal>.swiper-pagination-bullets,.development .swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.development .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.development button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.development .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.development .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.development .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.development .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.development .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.development .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.development .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.development .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.development .swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.development .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.development .swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.development .swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.development .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

.development .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.development .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.development .swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.development .swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.development .swiper-container-3d .swiper-slide-shadow-bottom,.development .swiper-container-3d .swiper-slide-shadow-left,.development .swiper-container-3d .swiper-slide-shadow-right,.development .swiper-container-3d .swiper-slide-shadow-top,.development .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.development .swiper-container-3d .swiper-slide-shadow-bottom,.development .swiper-container-3d .swiper-slide-shadow-left,.development .swiper-container-3d .swiper-slide-shadow-right,.development .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.development .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.development .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.development .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.development .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.development .swiper-container-coverflow .swiper-wrapper,.development .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.development .swiper-container-cube,.development .swiper-container-flip {
    overflow: visible
}

.development .swiper-container-cube .swiper-slide,.development .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.development .swiper-container-cube .swiper-slide .swiper-slide,.development .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.development .swiper-container-cube .swiper-slide-active,.development .swiper-container-cube .swiper-slide-active .swiper-slide-active,.development .swiper-container-flip .swiper-slide-active,.development.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.development .swiper-container-cube .swiper-slide-shadow-bottom,.development .swiper-container-cube .swiper-slide-shadow-left,.development .swiper-container-cube .swiper-slide-shadow-right,.development .swiper-container-cube .swiper-slide-shadow-top,.development .swiper-container-flip .swiper-slide-shadow-bottom,.development .swiper-container-flip .swiper-slide-shadow-left,.development .swiper-container-flip .swiper-slide-shadow-right,.development .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.development .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.development .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.development .swiper-container-cube .swiper-slide-active,.development .swiper-container-cube .swiper-slide-next,.development .swiper-container-cube .swiper-slide-next+.swiper-slide,.development .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.development .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.development .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.development .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.development .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.development .swiper-container-fade .swiper-slide-active,.development .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.development .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.development .swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.development .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.development .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.development .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.development .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.development .swiper-scrollbar-cursor-drag {
    cursor: move
}

.development .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.development .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.development .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.layer-mask {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: all 0.5s;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.development .swiper-slide-active .layer-mask {
	display: none;
}

.development .swiper-container {
	width: 100%;
}

@media screen and (max-width: 668px) {
	.development .swiper-container {
		margin: 20px 0 15px;
	}
}

.development .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.85);
	/* margin: 1px; */
	transform: scale(0.85);
	margin-top: 70px;
	margin-bottom: 70px;
}

/* @media screen and (max-width: 668px) {
	.swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
} */

.development .swiper-slide-active,.development .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.15) !important;
	transform: scale(1.15) !important;
	z-index: 1002;
}

/* @media screen and (max-width: 668px) {
	.swiper-slide-active,.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
} */

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.development .swiper-slide a {
	background: #fff;
	display: block;
	border-radius: 2px;
}

@media screen and (min-width: 668px) {
	.development .swiper-slide a:after {
		position: absolute;
		top: 0px;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 2px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		box-shadow: 0 4px 20px 0 rgba(0,0,0,0.3);
	}

	.development .swiper-slide-active a:before {
		position: absolute;
		top: 410px;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
		width: 100%;
		height: 100%;
		border-radius: 2px;
		z-index: 10002;
	}
}

.development .swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.development .swiper-slide a {
		padding: 5px;
		border-radius: 2px;
	}
}

.development .swiper-slide img {
	width: 100%;
	border-radius: 5px;
	display: block;
	height: 100%;
	border: none;
}

@media screen and (max-width: 668px) {
	.development .swiper-slide img {
		border-radius: 2px;
	}
}

.development .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.development .swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.development .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {
	.development .swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.development .swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.development .swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}

.button {
	width: 100%;
	margin: 0 auto;
	top: -290px;
	position: relative;
	z-index: 1002;
}

@media screen and (max-width: 1105px) {
	.button {
		width: 100%;
		top: -240px;
		z-index: 1002;
		position: relative;
	}
}

@media screen and (max-width: 800px) {
	.button {
		width: 100%;
		top: -200px;
		z-index: 1002;
		position: relative;
	}
}

.button div:hover {
	background-color: #333;
	opacity: 0.8;
	cursor: pointer;
}

.development .swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}

.development .swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}
/* 我们的发展历程 */
.our-development-history{
    position: relative;
}
@media (max-width: 1025px) {
    .our-development-history{
        background-image: url('../images/about/history-yd.png');
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}
.course-box .swiper {
    width: 100%;
    height: 100%;
  }

  .course-box .swiper-slide {
    text-align: left;
    font-size: 0.28rem;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    height: 1.58rem;
  }

  .course-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .course-box .swiper {
    width: calc( 100% - 0.96rem );
    margin-left: auto;
    margin-right: auto;
  }

  .course-box .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .course-box .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .course-box .mySwiper {
    height: auto;
    box-sizing: border-box;
    padding: 0.25rem 0;
  }

  .course-box .mySwiper .swiper-slide {
    width: 25%;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #fff;
    color: #313332;
    /* opacity: 0.4; */
  }
  .text-box{
    font-weight: 400;
    font-size: 0.28rem;
    color: #313332;
    line-height: 0.48rem;
    white-space: nowrap;   /* 1. 强制文本在一行内显示 */
    overflow: hidden;      /* 2. 隐藏超出元素框的内容 */
    text-overflow: ellipsis; /* 3. 用省略号(...)表示被隐藏的文本 */
  }

  .course-box .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    background-color: #09BD81;
  }
  .course-box .mySwiper .swiper-slide-thumb-active .text-box {
    color: #fff;
  }

  .course-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .course-box .swiper-button-prev{
      top: auto;
      bottom: 0.94rem;
      left: 0;
      width: 0.48rem;
      height: 0.48rem;
      border-radius: 50%;
      background-color: #09BD81;
      color: #fff;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    background-color: #D8D8D8; 
  }
  .course-box .swiper-button-next {
      right: 0;
      left: auto;
      top: auto;
      bottom: 0.94rem;
      width: 0.48rem;
      height: 0.48rem;
      border-radius: 50%;
      background-color: #09BD81;
      color: #fff;
   }
   .course-box .swiper-button-next:after, .course-box .swiper-button-prev:after{
      font-size: 0.28rem;
   }
   .line-box{
        width: 100%;
        height: 1px;
        background-color: #D8D8D8;
        margin-bottom: 0.44rem;
   }
   .triangle-box{
        position: absolute;
        top: -0.68rem;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 0.16rem solid transparent;  /* 宽度的一半 */
        border-right: 0.16rem solid transparent; /* 宽度的一半 */
        border-bottom: 0.24rem solid #09BD81;      /* 高度 */
        display: none;
   }
   .course-box .mySwiper .swiper-slide-thumb-active .triangle-box{
        display: block; 
    }
    .swiper-h1{
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #313332;
    }
    .swiper-text-box{
        padding-left: 0.32rem;
        font-weight: 400;
        font-size: 0.28rem;
        color: #737877;
        line-height: 0.48rem;
        position: relative;
        padding-bottom: 0.6rem;
        margin-top: 0.22rem;
    }
    .swiper-text-box::before{
        content: ""; /* 必须设置content属性，空字符串也可 */
        display: inline-block; /* 或 block，取决于布局需求 */
        width: 0.12rem;
        height: 0.12rem;
        background-color: #09BD81; /* 圆点颜色 */
        border-radius: 50%; /* 创建圆形 */
        position: absolute;
        left: 0;
        top: 0.18rem;
    }
   
  /* 我们的发展历程 */
/* 选择我们的理由 */
.choose-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    /* grid-gap: 0.32rem; */
}
.choose-grid{
    position: relative;
}
.circle-box{
    position: absolute;       
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    z-index: 2;
}
.circle-up{
    top: 0;
}
.circle-down{
    bottom: 0;
}
.circle-direction-left{
    left: 0;
}
.circle-direction-right{
    right: 0;
}
.circle-background-color-blue{
    background-color: #65B0E6;
}
.circle-background-color-green{
    background-color: #48E0AE;
}
.choose-line{
    height: calc( 100% - 0.2rem );
    width: 0.02rem;
    position: absolute;
}
.circle-line-left{
    left: 0.07rem;
}
.circle-line-right{
    right: 0.07rem;
}
.irregular-box{
    width: calc( 100% - 0.39rem );
    height: 0.56rem;
    line-height: 0.56rem;
    color: #fff;
    border-radius: 0.2rem 0 0.2rem 0;
    margin-left: 0.07rem;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    z-index: 3;
}
.irregular-top{
    top: 0;
}
.margin-top-56{
    margin-top: 0.56rem;
}
.irregular-bottom{
    bottom: 0;
}
.margin-bottom-56{
    margin-bottom: 0.56rem;
}
.irregular-left{
    left: 0;
}
.irregular-right{
    right: 0;
}
.margin-left-auto{
    margin-left: auto;
    margin-right: 0.07rem;  
}
.irregular-color-blue{
    background: linear-gradient( 90deg, #65B1E6 0%, #4085E6 100%);
}
.irregular-color-green{
    background: linear-gradient( 90deg, #48E0AE 0%, #09BD81 100%);
}
.dotted-line{
    width: 100%;
    height: 0.02rem;
    border-bottom: #09BD8A dashed 0.02rem;
    position: absolute;
    bottom: 0.07rem;
    left: 0;
    z-index: 1;
}
.choose-text{
    padding-right: 0.36rem;
    padding-left: 0.36rem;
    padding-bottom: 0.32rem;
    padding-top: 0.32rem;
    font-weight: 400;
    font-size: 0.28rem;
    color: #737876;
    line-height: 0.48rem;
    display: flex;
    height: calc( 100% - 0.56rem);
}
.padding-bottom-39{
    padding-bottom: 0.39rem;
}
.right0{
    right: 0;
}
/* 选择我们的理由 */
@media screen and (max-width: 668px) {
	.button div {
		width: 28px;
		height: 28px;
	}
}
@media (max-width: 767px) {
    .development .swiper-slide-active{
        -webkit-transform: scale(1.75) !important;
        transform: scale(1.75) !important;
    }
}
/* 轮播图 */
@media (max-width: 1025px) {
	.about-content-fixed{
		top: 1.28rem;
	}
}
@media (max-width: 767px) {
    .about-content-fixed{
        padding: 0 0.2rem;
    }
	.com-title{
		padding-top: 0.3rem;
		padding-bottom: 0.15rem;		
	}
	.com-title h5{
		font-size: 0.20rem;
	}
	.com-title p{
		font-size: 0.14rem;
		margin-top: 0.08rem;
	}

	.corporate-box .concept-box{
		flex-direction: column;	
	}
	.corporate-box .concept-box .concept-right{
		width: 100%;
	}
	.corporate-box .concept-box .concept-left{
		width: 100%;		
	}
	.corporate-box .concept-box .concept-left .left-box{
		position: relative;
	}
	.corporate-box .concept-box .concept-left .left-bootom{
		margin-top: 0.5rem;
	}	
}
@media (min-width: 768px) and (max-width: 1250px){
    .about-content-fixed{
        padding: 0 0.4rem;
    }
	.com-title{
		padding-top: 0.6rem;
		padding-bottom: 0.3rem;		
	}
	.com-title h5{
		font-size: 0.20rem;
	}
	.com-title p{
		font-size: 0.16rem;		
	}
	.brand-story-box .brand-right .brand-left h1{
		font-size: 0.20rem !important;
		padding-top: 0.3rem !important;
		padding-bottom: 0.18rem !important;		
	}
	.brand-story-box .brand-right .brand-left h1 img{
		height: 0.2rem !important;
	}
	.brand-story-box .brand-right .brand-left p{
		font-size: 0.14rem !important;
		margin-top: 0.12rem !important;
	}	
}
@media (min-width: 1025px) and (max-width: 1265px){
	.brand-story-box .brand-left h1{
		font-size: 0.20rem !important;
		padding-top: 0.3rem !important;
		padding-bottom: 0.18rem !important;		
	}
	.brand-story-box .brand-left h1 img{
		height: 0.2rem !important;
	}
	.brand-story-box .brand-left p{
		font-size: 0.14rem !important;
		margin-top: 0.12rem !important;
	}
}
@media (min-width: 1251px) {
    .about-content-fixed{
        padding: 0 2.4rem;
    }
}
/* 组织架构 */
.structure{
    background-image: url('../images/about/zuzhijiagou1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
/* 组织架构 */
/* 联系我们 */
.contact-box{
    background-color: #fff;   
}
.contact-box .contact-ling{
    width: 0.88rem;
    height: 0.06rem;
    background-color: #09BD8A;
    margin: 0 auto;
    margin-top: 0.24rem;
}
.contact-box .contact-p{
    margin-top: 0.32rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #B4BBB9;
}
.address-box{
    display: flex;
    flex-direction: row;
    align-items: center;   
}
.address-box .address-img{
    width: 0.48rem;
    margin-right: 0.16rem;    
}
.address-box .address-img img{
    width: 100%;
}
.address-box .address-text-box .title-p{
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #BBBBBB;
}
.address-box .address-text-box .text-p{
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #737876;
    margin-top: 0.1rem;
}
.margin-top-40{
    margin-top: 0.4rem;
}
.map-box{
    height: 3.2rem;
    overflow: hidden;
    margin-top: 0.4rem;   
}
.map-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-demo .layui-input{
    background-color: #F5F7F7;
    height: 0.64rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #737876;
    padding: 0 0.24rem;
    border-color: #fff !important;
    box-shadow: none !important;
}
.layui-textarea{
    width: 100%;
    background-color: #F5F7F7;
    border-color: #fff !important;
    box-shadow: none !important;
    height: 2.16rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #737876;
    padding: 0.24rem;
}
.layui-btn{
    height: 0.64rem;
    line-height: 0.64rem;
    background-color: #09BD81;
    margin-top: 0.28rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.address-box .layui-col-space24{
    margin: -0.12rem   
}
.address-box .layui-col-space24>*{
    padding: 0.12rem;
}
/* 联系我们 */
@media (max-width: 1025px) {
    .parameters-box .grid-demo p{
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.24rem;
        color: #B4BBB9;
    }
    .parameters-box .grid-demo h1 {
        font-weight: 500;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #313332;
        padding: 0.32rem 0;
    }


    .address-box .address-img{
        width: 0.68rem;
        margin-right: 0.2rem;
    }
    .address-box .address-text-box .title-p{
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.24rem;
        color: #BBBBBB;
    }
    .address-box .address-text-box .text-p {
        font-size: 0.28rem;
        line-height: 0.28rem;
        margin-top: 0.16rem;
    }
    .contact-box .margin-top-20 {
        margin-top: 0.3rem;
    }
    .contact-demo .layui-input{
        height: 0.96rem;
        line-height: 0.96rem;
        background-color: #F5F7F7;
        border-radius: 0px;
        border: 1px solid #E8E8E8;
        border-color:#E8E8E8 !important;
        font-size: 0.28rem;
    }
    .contact-demo .layui-textarea{
        height: 2.8rem;
        background-color: #F5F7F7;
        border-radius: 0px;
        border: 1px solid #E8E8E8;
        border-color:#E8E8E8 !important;
        font-size: 0.28rem;
    }
    .layui-btn{
        height: 0.96rem;
        line-height: 0.96rem;
        font-size: 0.28rem;
    }
}
@media (max-width: 1025px) {
    .contact-box .margin-top-20 {
        margin-top: 0.3rem;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .about-content-fixed {
        padding: 0 2.5%;
    }
}
@media (min-width: 1024px) and (max-width: 1250px) {
    .about-content-fixed {
       padding: 0 12.5%;
    }
}
