
/* banner和面包屑样式在common.css中 */

/* 全球化布局 */
/*.all-global {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 8rem;*/
/*    margin-bottom: 0.35rem;*/
/*}*/
/* 背景地图 */
/*.all-global .bgc {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/* 基本信息 */
/*.all-global .info {*/
/*    position: absolute;*/
/*    left: 0.77rem;*/
/*    top: 1.6rem;*/
/*    width: 7.48rem;*/
/*    padding: 1rem 0.87rem 1rem 0.63rem;*/
/*    background: rgba(255,255,255,0.5);*/
/*    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.15);*/
/*    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;*/
/*}*/
/*.all-global .name {*/
/*    font-size: 0.24rem;*/
/*    font-weight: bold;*/
/*    color: #009B74;*/
/*}*/
/*.all-global .text {*/
/*    margin-top: 0.4rem;*/
/*    font-size: 0.18rem;*/
/*    color: #666666;*/
/*    line-height: 0.35rem;*/
/*}*/
/*.all-global .text span {*/
/*    font-size: 0.18rem;*/
/*    color: #666666;*/
/*    line-height: 0.35rem;*/
/*}*/
/* 公司厂区 */
/*.all-global .location {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 0.8rem;*/
/*    height: 0.8rem;*/
/*    padding: 0.2rem;*/
/*    background: #FFFFFF;*/
/*    border: 0.01rem solid #009B74;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*}*/
/*.all-global .location .txt {*/
/*    font-size: 0.18rem;*/
/*    font-weight: 500;*/
/*    color: #009B74;*/
/*    line-height: 0.23rem;*/
/*    z-index: 22;*/
/*}*/
/*.all-global .l1 {*/
/*    position: absolute;*/
/*    right: 1.5rem;*/
/*    top: 2.1rem;*/
/*}*/
/*.all-global .l2 {*/
/*    position: absolute;*/
/*    right: 2.4rem;*/
/*    top: 2.4rem;*/
/*}*/
/*.all-global .l3 {*/
/*    position: absolute;*/
/*    right: 2.8rem;*/
/*    top: 3.2rem;*/
/*}*/
/*.all-global .l4 {*/
/*    position: absolute;*/
/*    right: 1.9rem;*/
/*    top: 3.3rem;*/
/*}*/
/*.all-global .l5 {*/
/*    position: absolute;*/
/*    right: 2.48rem;*/
/*    top: 4.15rem;*/
/*}*/
/*.all-global .l6 {*/
/*    position: absolute;*/
/*    right: 3.25rem;*/
/*    top: 4.77rem;*/
/*}*/
/* active */
/*.all-global .active {*/
/*    border: none;*/
/*    background: none;*/
/*}*/
/*.all-global .active .txt {*/
/*    color: white;*/
/*}*/
/*.all-global .active::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: radial-gradient(circle, #009B74, transparent);*/
/*    filter: blur(0.15rem);*/
/*    z-index: 0;*/
/*}*/

.qqh_map_wrap{
    padding: 1.14rem 0 0.8rem 0;
    width: 100%;
}
.qqh_map{
    width: 16.6rem;
    height: 7.83rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.position{
    position: absolute;
    /*z-index: 10;*/
}
.dot{
    width: 0.11rem;
    height: 0.11rem;
    background: #009B74;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    /*z-index: 3;*/
}

.dot::before{
    content: '';
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: #009B74;
    opacity: 0.35;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    transition: 0.3s;
}

.dot::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    background-image: url('/assets/img/img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: 0.5s;
    animation: dot 3.2s linear infinite;
    -webkit-animation: dot 3.2s linear infinite;
    z-index: -2;
}

.dot:hover,
.dot:hover::before,
.position_active .dot,
.position_active .dot::before{
    background: #E60039;
}

.dot:hover::after,
.position_active .dot::after{
    width: 0.46rem;
    height: 0.46rem;
}

.dot p{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.23rem;
    white-space: nowrap;
    transition: 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: var(--fon16);
    color: #666666;
}

.right_p{
    top: 100% !important;
    transform: translateY(-50%) !important;
    left: 0.25rem !important;
}

.dot:hover p,
.position_active .dot p{
    top: 0.33rem;
    color: #009B74;
    font-weight: bold;
}
.dot:hover .right_p,
.position_active .dot .right_p{
    top: 100% !important;
    left: 0.35rem !important;
}

@keyframes dot{
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.info{
    display: none;
    width: 7rem;
    min-height: 3rem;
    background: #009B74;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.15);
    border-radius: 0.2rem;
    opacity: 0.74;
    padding: 0.49rem 0.56rem 0.49rem 0.46rem;
    position: absolute;
    z-index: 20;
    left: 1rem;
    top: -1rem;
}

.info_title{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: var(--fon24);
    color: #FFFFFF;
    margin-bottom: 0.42rem;
}

.info_text{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: var(--fon18);
    color: #DBFFF6;
    line-height: 0.35rem;
}

.position_active .info{
    display: block;
    animation: info 0.5s forwards;
    -webkit-animation: info 0.5s forwards;
}

@keyframes info{
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1.1);
    }
}

.l_box{
    position: relative;
    z-index: -99;
}

.l1{
    position: absolute;
    width: 1.55rem;
    height: 0.25rem;
    top: 3.07rem;
    right: 10.72rem;
    animation: l1 2.5s linear forwards paused;
    -webkit-animation: l1 2.5s linear forwards paused;
    overflow: hidden;
}

.l1 img{
    width: 1.55rem;
    height: 100%;
    float: right;
}

@keyframes l1{
    0% {
        width: 0;
    }
    100% {
        width: 1.55rem;
    }
}

.l2{
    position: absolute;
    width: 4.57rem;
    height: 1.83rem;
    top: 1.2rem;
    right: 10.52rem;
    animation: l2 2.5s linear forwards paused;
    -webkit-animation: l2 2.5s linear forwards paused;
    overflow: hidden;
}

.l2 img{
    width: 4.57rem;
    height: 100%;
    float: right;
}

@keyframes l2{
    0% {
        width: 0;
    }
    100% {
        width: 4.57rem;
    }
}

.l3{
    position: absolute;
    width: 3.29rem;
    height: 1.04rem;
    top: 3.76rem;
    right: 10.81rem;
    animation: l3 2.5s linear forwards paused;
    -webkit-animation: l3 2.5s linear forwards paused;
    overflow: hidden;
}

.l3 img{
    width: 3.29rem;
    height: 100%;
    float: right;
}

@keyframes l3{
    0% {
        width: 0;
    }
    100% {
        width: 3.29rem;
    }
}

.l4{
    position: absolute;
    width: 1.04rem;
    height: 1.72rem;
    top: 3.75rem;
    left: 6rem;
    animation: l4 2.5s linear forwards paused;
    -webkit-animation: l4 2.5s linear forwards paused;
    overflow: hidden;
}

.l4 img{
    width: 100%;
    height: 1.72rem;
}

@keyframes l4{
    0% {
        height: 0;
    }
    100% {
        height: 1.72rem;
    }
}

.l5{
    position: absolute;
    width: 3.13rem;
    height: 3.09rem;
    top: 3.4rem;
    left: 5.7rem;
    animation: l5 2.5s linear forwards paused;
    -webkit-animation: l5 2.5s linear forwards paused;
    overflow: hidden;
}

.l5 img{
    width: 100%;
    height: 3.09rem;
}

@keyframes l5{
    0% {
        height: 0;
    }
    100% {
        height: 3.09rem;
    }
}

.l6{
    position: absolute;
    width: 8.96rem;
    height: 3.99rem;
    top: 1.96rem;
    left: 6.65rem;
    animation: l6 2.5s linear forwards paused;
    -webkit-animation: l6 2.5s linear forwards paused;
    overflow: hidden;
}

.l6 img{
    width: 8.96rem;
    height: 100%;
}

@keyframes l6{
    0% {
        width: 0;
    }
    100% {
        width: 8.96rem;
    }
}

.l7{
    position: absolute;
    width: 5.85rem;
    height: 1.5rem;
    top: 1.1rem;
    left: 6.9rem;
    animation: l7 2.5s linear forwards paused;
    -webkit-animation: l7 2.5s linear forwards paused;
    overflow: hidden;
}

.l7 img{
    width: 5.85rem;
    height: 100%;
}

@keyframes l7{
    0% {
        width: 0;
    }
    100% {
        width: 5.85rem;
    }
}

/* ESG */
.esg-box {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*margin-top: 0.35rem;*/
    margin-bottom: 1.3rem;
}
.esg-box{
    margin-top: .79rem;
}
.esg-box:nth-child(2n-1){
    flex-direction: row-reverse;
}

.esg-box:nth-child(2n-1) .esg-img{
    margin-right: 0rem;
    margin-left: .95rem;
}
/* 左侧图片 */
.esg-box .esg-img {
    width: 6.98rem;
    height: 7.5rem;
    /*width: 5rem;*/
    /*height: 7rem;*/
    overflow: hidden;
    margin-right: .95rem;
    flex-shrink: 0;
}
.esg-box .esg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 右侧文字 */
.esg-box .text {
    width: 100%;
}
.esg-box .text .txt {
    margin-top: 0.77rem;
    font-size: var(--fon17);
    color: #666666;
    line-height: 1.5;
}



/* 企业文化 */
.culture {
    margin-top: 0.35rem;
    margin-bottom: 1.15rem;
}
.culture .item {
    position: relative;
    width: 100%;
    height: 4.85rem;
    margin-top: 0.7rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    overflow: hidden;
}
.culture .item:first-child {
    margin-top: 0;
}
.culture .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture .item .txt {
    position: absolute;
    left: 1.5rem;
    top: 1.2rem;
    max-width: 6rem;
}
.culture .item .t1 {
    font-size: var(--fon40);
    font-weight: bold;
    color: #FFFFFF;
}
.culture .item .t2 {
    margin-top: 0.47rem;
    font-size: var(--fon20);
    color: #FFFFFF;
}
.culture .item .t2 span {
    font-size: var(--fon20);
    color: #FFFFFF;
}



/* 公司荣誉 */
.honor {
    position: relative;
    width: 100%;
    margin-top: 0.25rem;
}
.honor .honor-swiper {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.3rem;
}
.honor .swiper-slide {
    /*width: 3.6rem;*/
    /*height: 3.92rem;*/
    /*height: 4.5rem;*/
    max-height: 3.6rem;
    margin-top: 0.45rem;
    /*padding: 0.63rem 0.42rem 0.33rem;*/
        padding: 0.2rem 0.2rem 0.44rem;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.06);
    border-radius: 0.1rem;
    transition: all 0.3s;
}
.honor .swiper-slide:hover {
    box-shadow: 0rem 0.03rem 0.3rem 0.01rem rgba(0,0,0,0.2);
}
.honor .swiper-slide:hover .name {
    color: #009B74;
}
.honor .swiper-slide .honor-img {
    height: 2.26rem;
        background: #F1F1F1;
}
.honor .swiper-slide .honor-img img{
    object-fit: contain;
}
.honor .swiper-slide .name {
        height: 0.8rem;
    margin-top: 0.29rem;
    font-size: var(--fon18);
    color: #333333;
    text-align: center;
}
/* 左右箭头 */
.honor .swiper-button-prev {
    margin-top: 0.4rem;
    left: -0.5rem;
}
/* 右箭头 */
.honor .swiper-button-next {
    margin-top: 0.4rem;
    right: -0.5rem;
}


/* 历史奖项 */
.history {
    margin-top: 1.1rem;
}
.history .history-swiper {
    margin-top: 0.4rem;
    padding:  0.3rem;
}


/* 品牌保护 */
.brand {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}
.brand .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.35rem;
    padding: 0.7rem 0.8rem;
    background: #F9F9F9;
}
.brand .l1 {
    width: 9.94rem;
}
.brand .l1 .text {
    font-size: var(--fon16);
    color: #555555;
    line-height: 2;
}
.brand .l1 .text p {
    font-size: var(--fon16);
    color: #555555;
    line-height: 2;
}
.brand .l1 .see {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 0.53rem;
    margin-top: 0.45rem;
    background: #009B74;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    font-size: var(--fon17);
    color: #FFFFFF;
}
.brand .r1 {
    width: 4rem;
    height: 1rem;
}
.brand .r1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}








/* 2024-05-23 新增 */
.new-create {
    position: relative;
    width: 100%;
}
/* 历程轮播 */
.new-create .create-swiper {
    position: relative;
    width: 100%;
}
.new-create .swiper-slide {
    display: flex;
    justify-content: center;
    width: 100%;
}
/* 左侧图片 */
.new-create .left-pic {
    width: 50%;
    height: 9.6rem;
    overflow: hidden;
}
.new-create .left-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 右侧信息 */
.new-create .base-info {
    width: 50%;
    padding-left: 1.1rem;
    padding-right: 1.6rem;
}
.new-create .base-info .text1 {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 0.1rem;
    margin-top: 1rem;
}
.new-create .base-info .year {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: var(--fon10);;
    color: #009B74;
    opacity: 0.3;
}
.new-create .base-info .tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: var(--fon27);
    color: #333333;
}
.new-create .base-info .text2 {
    margin-top: 0.54rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: var(--fon18);
    color: #333333;
    line-height: 0.35rem;
}
.new-create .base-info .text2 p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: var(--fon18);
    color: #333333;
    line-height: 0.35rem;
}
/* 前进后退按钮 */
.new-create .create-prev {
    left: 0.7rem;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    transform: translateY(-50%);
    transition: all 0.3s;
}
.new-create .create-prev::after {
    font-size: var(--fon20);
    color: #666666;
}
.new-create .create-prev:hover {
    background: #009B74;
}
.new-create .create-prev:hover::after {
    color: white;
}
.new-create .create-next {
    right: 0.7rem;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    transform: translateY(-50%);
    transition: all 0.3s;
}
.new-create .create-next::after {
    font-size: var(--fon20);
    color: #666666;
}
.new-create .create-next:hover {
    background: #009B74;
}
.new-create .create-next:hover::after {
    color: white;
}


/* 分页轮播 */
.new-create .pagination-swiper {
    position: absolute;
    left: 0;
    bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0.5rem;
    z-index: 99;
    padding-top: 0.18rem;
}
.new-create .pagination-swiper .swiper-slide {
    position: relative;
    display: block;
    width: fit-content;
    /*margin-right: 1.7rem !important;*/
    cursor: pointer;
    z-index: 66;
}
.new-create .pagination-swiper .swiper-slide:nth-child(n+5) .txt {
    color: #009B74;
}
.new-create .pagination-swiper .swiper-slide:nth-child(n+5) .circle {
    background: #009B74;
}
.new-create .pagination-swiper .swiper-slide:last-child {
    /*margin-right: 0 !important;*/
}
.new-create .pagination-swiper .circle {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 66;
    background: #fff;
    margin-top: .025rem;
}

.new-create .pagination-swiper .swiper-slide-thumb-active {
    transform: translateY(-0.06rem);
}
.new-create .pagination-swiper .swiper-slide-thumb-active .circle{
    border: 0.08rem solid #009B74;
    margin-top: 0;
    width: 0.3rem;
    height: 0.3rem;
} 

.new-create .pagination-swiper .txt {
    margin-top: 0.25rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: var(--fon20);
    color: #009B74;
    color: #fff;
    text-align: center;
}
.new-create .pagination-swiper .swiper-slide-thumb-active .circle {
    /*border: 0.03rem solid white;*/
}
.new-create .pagination-swiper .swiper-slide-thumb-active .txt {
    color: white;
    margin-top: 0.15rem;
}
.new-create .pagination-swiper::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.25rem;
    display: block;
    width: 10000%;
    height: 0;
    border-top: 0.01rem dashed #009B74;
    transform: translateX(-50%);
}


.pagination-swiper .swiper-slide-thumb-active  .circle{
    background: #fff!important;
}

.text img {
	width: revert-layer;
	height: revert-layer;
}

.text * {
	font-size: inherit;
}








@media only screen and (max-width: 1024px) {
    .new-create .create-swiper .swiper-slide{
        width: 100%;
        height: 9rem;
    }
    .new-create .left-pic{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .new-create .base-info{
        width: 100%;
        padding: 0.4rem;
        box-sizing: border-box;
    }
    .common-title{
        
    }
    .common-title::after{
        
    }
    .new-create .base-info .year{
        color: #fff;
    }
    .new-create .base-info .tit{
        color: #fff;
    }
    .new-create .base-info .text2,
    .new-create .base-info .text2 p{
        color: #fff;
        font-size: var(--fon26);
    }
    .new-create .create-swiper .swiper-slide{
        width: 100%;
        height: 9rem;
    }
    .new-create .left-pic{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .new-create .base-info,
    .common_page .center{
        width: 100% !important;
        padding:0 0.4rem;
        box-sizing: border-box;
    }
    .new-create .base-info .text1{
        margin-top: 0.6rem;
    }
    .common-title{
        margin-top: 0.4rem;
    }
    .common-title::after{
        
    }
    .new-create .base-info .year{
        color: #fff;
        font-size: var(--fon28);
    }
    .new-create .base-info .tit{
        color: #fff;
        font-size: var(--fon30);
    }
    .new-create .base-info .text2,
    .new-create .base-info .text2 p{
        color: #fff;
        font-size: var(--fon22);
    }
    .new-create .create-prev,
    .new-create .create-next{
        top: 70%;
    }
    .new-create .pagination-swiper{
        height: 1rem;
        bottom: 0.8rem;
    }
    .new-create .pagination-swiper .swiper-slide{
        /*margin-right: 0.3rem !important;*/
    }
    .new-create .pagination-swiper .swiper-slide:nth-child(n+5) .circle{
        background: #fff;
    }
    .new-create .pagination-swiper .swiper-slide:nth-child(n+5) .txt{
        color: #fff;
    }
    
    
    
    
    
    
    .qqh_map{
        width: 100%;
        height: 3rem;
        background-size: contain;
        margin-bottom: 3.6rem;
    }
    .qqh_map .qqh_list{
        width: 100%;
        height: 100%;
        position: relative;
        top: -35%;
        left: 19%;
        transform: translateX(-50%) scale(0.38);
    }
    .l_box{
        display: none;
    }
    .info{
        position: fixed;
        width: 100%;
        top: 10rem;
    }
    .info_title,
    .info_text{
        font-size: var(--fon55);
        line-height: 2;
    }
    .honor .swiper-button-prev{
        left: -0.2rem;
    }
    .honor .swiper-button-next{
        right: -0.2rem;
    }
    .brand .box{
        flex-wrap: wrap;
    }
    .brand .r1{
        margin: 0.4rem auto 0;
    }
}









