/* banner start */
.banner-env-prod-serv {
    position: relative;
    background: url(../images/env-prov-serv-banner.png) no-repeat center top;
    background-size: cover;
    height: 4.625rem;
    overflow: hidden;
}

.env-prod-serv-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.env-prod-serv-info h2 {
    font-size: .5rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: .125rem;
    font-family: 'SourceHanSansCN-Medium';
}

.env-prod-serv-info h4 {
    font-family: 'SourceHanSansCN-Normal';
    font-size: .25rem;
    font-weight: 400;
    color: #FFFFFF;
}

/* banner end */

/* EPD环境产品声明 start */
.epd-statement {
    background: #F5F9FA;
    overflow: hidden;
}

.epd-statement-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 1.5rem;
}

.epd-statement-title span {
    display: block;
    font-family: 'SourceHanSansCN-Medium';
    font-size: .4125rem;
    color: #374668;
    font-weight: 500;
}

.epd-statement-content {
    font-family: 'SourceHanSansCN-Regular';
    font-size: .225rem;
    color: rgba(90, 90, 90, 1);
    font-weight: 500;
    text-indent: 1em;
    line-height: .5rem;
    text-align: center;
}

/* 企业为什么开展EPD服务 start */
.banner-epd-content {
    position: relative;
    height: 5rem;
    background-color: #FFFFFF;
    margin-top: .375rem;
}

.banner-epd-pic-left {
    position: absolute;
    width: 45%;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: .375rem;
    display: inline-block;
    vertical-align: middle;
}

.banner-epd-pic-left img {
    width: 100%;
    height: 100%;
}

.banner-epd-text-right {
    position: absolute;
    right: 0;
    width: 45%;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-right: .375rem;
}

.banner-title h4 {
    font-family: 'SourceHanSansCN-Medium';
    font-size: .275rem;
    font-weight: 400;
}

.banner-title h4 span {
    display: inline-block;
    border-bottom: 2px solid #18AD5E;
    height: .5rem;
    margin-bottom: .225rem;
}

.banner-epd-content-list {
    height: .5rem;
    font-size: .225rem;
    font-family: 'SourceHanSansCN-Regular';
    line-height: .7rem;
    color: rgba(87, 87, 87, 1);
}

.title-icon {
    display: inline-block;
    width: .03rem;
    height: .3rem;
    background-color: #18AD5E;
    margin-right: .1875rem;
    vertical-align: middle;
}

/* 企业为什么开展EPD服务 end */

/* 服务优势 start */
.epd-sing-auth-list ul li {
    float: left;
    width: 48.8%;
    height: 3.75rem;
    margin-right: .375rem;
    margin-bottom: .375rem;
    background: #FFFFFF;
}

.epd-sing-auth-list ul li:nth-child(even) {
    margin-right: 0;
}

.epd-sing-auth-list-info {
    margin: .375rem .375rem .625rem .375rem;
}

.epd-sing-auth-list-info img {
    display: block;
    width: 100%;
    height: 2.5rem
}

.epd-sing-auth-list-info span {
    display: block;
    color: rgba(55, 70, 104, 1);
    font-size: .25rem;
    margin-top: .25rem;
}

/* 服务优势 end */

/* EPD环境产品声明 end */

/* 服务流程 start */
.epd-server-process-info {
    height: 6rem;
}

.epd-server-process-info ul li {
    position: relative;
    float: left;
    width: 15.6%;
    margin-right: .1875rem;
}

.epd-server-process-info ul li:last-child {
    margin-right: 0;
}

.text-info {
    height: 2.5rem;
}

.text-info .exc-h4 {
    margin-right: -0.4rem;
}

.text-info .exc-h4-bottom {
    padding: 0.9rem 0 .2rem 0;
}

.line-info {
    height: 2.5rem;
}

.epd-server-process-info ul li img {
    width: 100%;
    display: block;
}

.text-info h4 {
    color: rgba(84, 130, 53, 1);
    font-family: 'SourceHanSansCN-Bold';
    font-weight: 600;
    font-size: .25rem;
    padding: 0.4rem 0 .2rem 0;
}

.text-info p {
    color: rgba(118, 118, 118, 1);
    font-family: 'SourceHanSansCN-Regular';
    font-size: .175rem;
    line-height: .3125rem;
}

.epd-serv-img {
    height: .5rem;
}

.line-i {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1rem;
}

.line-i i {
    display: block;
    width: .01rem;
    height: 1rem;
    background-color: #18AD5E;
}

.epd-cycle01 {
    display: flex;
    justify-content: center;
    width: .225rem;
    height: .225rem;
    border-radius: 50%;
    margin: auto;
    background: rgba(156, 192, 131, 1);
}

.epd-cycle01 em {
    display: block;
    width: .125rem;
    height: .125rem;
    border-radius: 50%;
    margin: auto;
    background: rgba(84, 130, 53, 1)
}

.epd-big-cycle02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    margin: auto;
}

.epd-big-cycle02 span {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-family: 'YouSheBiaoTiHei';
    font-size: .5rem;
}

.cycle-bgcolor01 {
    background: #70AD47;
    margin-top: .125rem;
}

.cycle-bgcolor02 {
    background: #2E75B6;
    margin-bottom: .125rem;
}

.cycle-bgcolor03 {
    background: #C55A11;
    margin-top: .125rem;
}

.cycle-bgcolor04 {
    background: #BF9000;
    margin-bottom: .125rem;
}

.cycle-bgcolor05 {
    background: #8497B0;
    margin-top: .125rem;
}

.cycle-bgcolor06 {
    background: #548235;
    margin-bottom: .125rem;
}

.bgcycle-bottom {
    margin-bottom: .125rem;
}

.bgcycle-top {
    margin-top: .125rem;
}

/* .line-i {
    width: .01rem;
    height: 1rem;
    margin: .125rem 0;
    background-color: #18AD5E;
}

.line-info .epd-cycle01 {
    width: .225rem;
    height: .225rem;
    border-radius: 50%;
    background: rgba(156, 192, 131, 1);

} */



/* 
.epd-server-process-info ul li i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: .01rem;
    height: 1rem;
    margin: .125rem 0;
    background-color: #18AD5E;
}

.epd-cycle01 {
    position: relative;
    width: .225rem;
    height: .225rem;
    border-radius: 50%;
    background: rgba(156, 192, 131, 1);
    margin: 1.2rem auto .2rem;
}

.epd-cycle01 em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .125rem;
    height: .125rem;
    border-radius: 50%;
    background: rgba(84, 130, 53, 1)
}

.epd-big-cycle02 {
    position: relative;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;

    margin: auto;
}

.epd-big-cycle02 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    color: rgba(255, 255, 255, 1);
    font-family: 'YouSheBiaoTiHei';
    font-size: .5rem;
}

.cycle-bgcolor01 {
    background: #70AD47;
}

.cycle-bgcolor02 {
    background: #2E75B6;
}

.cycle-bgcolor03 {
    background: #C55A11;
}

.cycle-bgcolor04 {
    background: #BF9000;
}

.cycle-bgcolor05 {
    background: #BF9000;
}

.cycle-bgcolor06 {
    background: #548235;
} */

/* 服务流程 end */