body {
    min-width: 1200px;
    font-size: 20px;
}

.model {
    padding: 5.2vw 8.3vw;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width:1600px) and (min-width:1500px) {
    body {
        font-size: 18px;
    }
}

@media screen and (max-width:1500px) and (min-width:1400px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width:1400px) and (min-width:1300px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    body {
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {
    body {
        font-size: 12px;
    }

    .model {
        padding: 62.4px 100px;
    }
}

.titbox {
    margin-bottom: 2em;
    color: #3D3D3D;
}

.titbox.color {
    color: #fff;
}

.titbox.center {
    text-align: center;
}

.titbox h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
}

.titbox p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    margin-top: 0.5em;
    font-weight: normal;
    line-height: 2.5em;
    text-transform: uppercase;
    position: relative;
}

.titbox.center p {
    justify-content: center;
}

.titbox.center p .more {
    position: absolute;
    right: 0;

}

.more {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 2.15em;
    line-height: 2.5em;
    height: 2.5em;
    background: #207BE6;
    cursor: pointer;
}

.more.white {
    background: #FFFFFF;
    color: #207BE6;
}

.bg {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner h2 {
    font-size: 2.2em;
    font-weight: 900;
    line-height: 1.3em;
    position: absolute;
    top: 50%;
    left: 12.5%;
    transform: translateY(-50%);
}

.model {
    background: #F3F5FC;
}

.navlist {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.navlist p {
    font-size: 1em;
    line-height: 4.3em;
    font-weight: normal;
    color: #3D3D3D;
    border-bottom: 0.2em solid transparent;
    margin-right: 5%;
    cursor: pointer;
}

.navlist p:hover {
    color: #207BE6;
    font-weight: bold;
}

.navlist p.on {
    border-bottom: 0.2em solid #207BE6;
    color: #207BE6;
    font-weight: bold;
}

.main1 .flexlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main1 .flexlist .box {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main1 .flexlist .box .pic {
    display: block;
    width: 49.35%;
}

.main1 .flexlist .box .textbox {
    width: 50.65%;
    height: 26.6vw;
    min-height: 325px;
    box-sizing: border-box;
    padding: 2em;
    background-color: #fff;
    color: #3D3D3D;
}

.main1 .flexlist .box .textbox h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
}

.main1 .flexlist .box .textbox p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    margin-top: 2em;
}

.main1 .flexlist .box .textbox p .icon {
    width: 1.4em;
    display: block;
    margin-right: 0.6em;
}

.main2 {
    background: url(/images/esg/bg1.jpg) center no-repeat;
    background-size: 100% auto;
}

.main2>.bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.main2 .flexlist {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main2 .flexlist .box {
    width: 32.5%;
    background: url(/images/esg/main2_bg.png) top left no-repeat #fff;
    background-size: 100% auto;
    border-bottom: 0.3em solid #207BE6;
    padding: 2.75em 1.5em;
    box-sizing: border-box;
}

.main2 .flexlist .box h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #3D3D3D;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (min-width:1500px) and (max-width:1700px) {
    .main2 .flexlist .box h3 {
        font-size: 1.3em;
    }
}

.main2 .flexlist .box h3 p {
    max-width: 60%;
}

.main2 .flexlist .box h3 span {
    color: #207BE6;
}

.main2 .flexlist .box>p {
    font-size: 1em;
    margin-top: 1em;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    color: #3D3D3D;
}

.main3 .boxlist {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main3 .boxlist .box {
    width: 32.5%;
    background: #fff;
    position: relative;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
}

.main3 .boxlist .box .imgbox .img {
    height: 17em;
    transition: all 0.3s ease 0s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main3 .boxlist .box .imgbox .img:hover {
    transform: scale(1.1);
}

.main3 .boxlist .box:nth-child(3n) {
    margin-right: 0;
}

.main3 .boxlist .box .bg:hover {
    transform: scale(1.1);
}

.main3 .boxlist .box .txtbox {
    box-sizing: border-box;
    padding: 1.5em;
}

.main3 .boxlist .box .txtbox .date {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #3D3D3D;
}

.main3 .boxlist .box .txtbox h4 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5em;
    color: #3D3D3D;
}

.listbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    max-width: 1240px;
    font-size: 20px;
    margin: 50px auto 4% auto;
    
}

.listbox .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.listbox .box .bg:hover {
    transform: scale(1.1);
}

.listbox .box h4 {
    font-size: 0.9em;
    color: #3D3D3D;
    margin: 0.55em 0;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.listbox .box .time {
    font-size: 0.7em;
    color: #666666;
    margin-top: auto;
}
.listbox .box .more {
    font-size: 0.7em;
    margin-top: 0.55em;
    width: 26%;
}

.listtype {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
}

.listtype .label {
    font-size: 16px;
    color: #3D3D3D;
    margin-right: 20px;
}

.listtype .atext {
    font-size: 16px;
    color: #3D3D3D;
    margin-right: 20px;
}
.listtype .activeText{
    color: #207BE6;
    border: 1px solid #207BE6;
    padding: 6px 10px;
    border-radius: 2px;
}
.getbox .flexbox .form{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.abtnBox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-top: 16px;
}
.abtnBox .abtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: rgba(32, 124, 230, 0.07);

}
.abtnBox .abtn>img{
    width: 20px;
}
.abtnBox .abtn>span{
    font-size: 15px;
    color: #207BE6;
    margin-left: 10px;
     font-weight: 600; 
}
/* 详情的 */
.contentBox{
    background: linear-gradient(147deg, #ffffffcc -19%, #ffffff00 50%), linear-gradient(180deg, #cee3fd 0%, #edf4fe 33%, #ffffff 82%);
    padding: 150px 0;
}
.contentBox .box{
    padding: 0 12.5%;
    margin: auto;
    display: flex;
    max-width: 1920px;
}
.contentBox .box .imgBox{
    flex: 1;
    position: relative;
    margin-right: 140px;
    border-radius: 18px;
    overflow: hidden;
}
.contentBox .box .imgBox::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(152deg, #ffffff00 23%, #ffffff 62%), linear-gradient(255deg, #ffffffb3 8%, #ffffff00 82%), linear-gradient(97deg, #e8f1fe80 -10%, #ffffff00 53%), linear-gradient(17deg, #e8f1fe 3%, #ffffff00 54%), #EAECEE;
    opacity: 0.5;
}
.contentBox .box .imgBox .bgT{
    background-image: url('https://glodon2025.niceued.com/Public/home/202303/images/index/detailLine.png');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    padding: 80px 0;
}
.contentBox .box .imgBox .bgT .bg{
    width: 270px;
    margin: auto;
    display: block;
}
.contentBox .box .left{
    flex: 1;
    
}
.contentBox .box .left h4{
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    text-align: justify;
    text-justify: inter‑word;
}
.contentBox .box .left .time{
    font-size: 16px;
    margin-top: 12px;
}
.contentBox .box .left .content{
    font-size: 16px;
    margin-top: 32px;
    line-height: 32px;
    color: rgba(61, 61, 61, 0.8);
    text-align: justify;
    text-justify: inter‑word;
}
.contentBox .box .left .more{
    margin-top: 60px;
}
.contentBox .goodsBox{
    padding: 0 12.5%;
    margin: auto;
    max-width: 1920px;
    margin-top: 200px;
}
.contentBox .goodsBox .label{
    font-size: 26px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}
.contentBox .goodsBox .label::after{
    content: '';
    position: absolute;
    width: 410px;
    height: 3px;
    background: linear-gradient(90deg, #387eef 0%, #387eef00 100%);
    bottom: 0;
    left: 0;
}
.contentBox .goodsBox .label::before{
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: #67DE7B;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.contentBox .goodsBox .itemBox{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
    margin-top: 60px;
}
.contentBox .goodsBox .itemBox .item{
    display: flex;
    flex-direction: column;
}
.contentBox .goodsBox .itemBox .item .imgBox{
    background: rgba(237, 244, 248, 0.4);
    padding: 30px 40px 0 40px;
    border-radius: 4px;
}
.contentBox .goodsBox .itemBox .item .tText{
    font-size: 16px;
    margin-top: 30px;
    color: #3D3D3D;
    position: relative;
    z-index: 1;
    
    line-height: 1.6;
    flex: 1;
}
.contentBox .goodsBox .itemBox .item .tText .t{
    position: relative;
    padding-left: 20px;
    text-align: justify;
    text-justify: inter‑word;
}
.contentBox .goodsBox .itemBox .item .tText .t::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #207BE6;
    top: 0;
    left: 0;
}
.contentBox .goodsBox .itemBox .item .btnT{
    display: flex;
}
.contentBox .goodsBox .itemBox .item .btnT .abtn{
    color: #207BE6;
    border: 1px solid rgba(32, 123, 230, 0.4);
    padding: 8px 16px;
    margin-top: 16px;
    font-size: 14px;
    cursor: pointer;
}