p {
    margin-bottom: 0;
}

.cl-fff {
    color: #fff
}

.yellow-btn {
    background: #008C95;
    color: #fff
}

.yellow-btn:hover,
.yellow-btn:focus {
    background-color: #07A698;
    color: #fff;
}

.f56 {
    font-size: 56px;
}

.f70 {
    font-size: 70px;
}

.vetico {
    vertical-align: middle;
    display: inline-block;
}

.textcenter {
    text-align: center;
}

.banner .f70 {
    line-height: 60px;
}

.banner {
    max-width: 1920px;
    margin: 0 auto 50px;
    padding-top: 60px;
    width: 100%;
    height: 430px;
    background: url(/img/img/activity/IdentifyCompany/banner.jpg) no-repeat center center;
}

.banner a {
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 24px;
    color: #000 !important;
    text-decoration: none;
    display: block;
    margin-top: 50px;
    font-size: 18px;
}

.banner_text {
    width: 1030px;
    margin: auto;
}

.botbor {
    position: relative;
    z-index: 9
}

.botbor i {
    position: relative;
    z-index: 9;
    font-size: 24px;
    font-weight:bold;
    color: #333
}

.botbor span {
    position: absolute;
    width: 110%;
    height: 8px;
    background: #008C95;
    display: block;
    left: 0;
    bottom: 0px;
    z-index: 0
}

.stepimg{width: 100%}
.CertificationBenefits {
    width: 100%;

    background: url(/img/img/activity/IdentifyCompany/CertificationBenefits.png) no-repeat;
    background-size: cover;
    border-right: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
}

    .CertificationBenefits .pull-left {
        padding-left: 60px;
        padding-top: 25px;
    }

.CertificationBenefits .pull-right {

    border-left: 1px solid #ccc;
    padding: 0px 130px 0 75px;
}

.redspan {
    background: #ff0000;
    color: #fff;
    padding: 0px 5px;
    font-size:14px;
    border-radius: 13px;
    width: 60px;
    height: 20px;
}

.step_ul {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
}

.step_ul li {
    float: left;
    width: 25%;
    font-size: 20px;
}

.step_ul li:nth-of-type(1) {
    text-indent: 100px
}

.step_ul li:nth-of-type(2) {
    text-indent: 70px
}

.step_ul li:nth-of-type(3) {
    text-indent: 50px
}

.step_ul li:nth-of-type(4) {
    text-indent: 30px
}

.more_ul li img {
    margin-bottom: 10px;
}

.more_ul li .f16 {
    line-height: 20px;
}

.more_ul li {
    float: left;
    width: 410px;
    border-radius: 8px;
    height: 160px;
    background: url(/img/img/activity/IdentifyCompany/norebg.jpg) no-repeat center center;
    margin-right: 35px;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    padding: 20px 30px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.more_ul li:last-child {
    margin-right: 0px;
}

.more_ul li:hover {
    background: url(/img/img/activity/IdentifyCompany/hovermorbg.png) no-repeat center center;
    transform: translateY(-8px);
    box-shadow: 0 0 10px #d7d7d7
}

.Additional_ul {
    margin: 30px auto 60px;color:#333
}
.Additional_ul li{margin-bottom:8px;}

.Identify_btn {
    width: 240px;
    height: 50px;
    display: block;
    margin:0 auto 80px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 4px;

}



@media (min-width: 1200px) {
    .container {
        width: 1300px;
        padding: 0
    }

}

@media (max-width: 1200px) and (min-width: 992px) {
    .CertificationBenefits .pull-left {
        padding-left: 15px
    }

    .CertificationBenefits .pull-right {
        height: 100px;
        border-left: 1px solid #ccc;
        padding: 20px 10px 0 5px;
    }

}

@media (max-width: 992px) and (min-width: 768px) {
    .CertificationBenefits {
        height: 280px;
        padding-top: 0
    }

    .CertificationBenefits .pull-left {
        padding-left: 50px;
        width: 100%;
        height: 160px;
        padding-top: 20px
    }

    .CertificationBenefits .pull-left .f20 {
        font-size: 16px
    }

    .CertificationBenefits .pull-right {
        height: 100px;
        float: left;
        width: 100%;
        border-left: 0px solid #ccc;
        padding: 20px 10px 0 50px;
    }
        .more_ul li{margin:30px auto;float: inherit;}
    .more_ul li:last-child{margin:30px auto;float: inherit;}

}

@media (max-width: 768px) {
    .CertificationBenefits {
        height: 280px;
        padding-top: 0
    }

    .CertificationBenefits .pull-left {
        padding-left: 15px;
        width: 100%;
        height: 160px;
    }

    .CertificationBenefits .pull-left .f20 {
        font-size: 16px
    }

    .CertificationBenefits .pull-right {
        height: 100px;
        float: left;
        width: 100%;
        border-left: 0px solid #ccc;
        padding: 20px 10px 0 5px;
    }
    .more_ul li{margin:30px auto;float: inherit;}
    .more_ul li:last-child{margin:30px auto;float: inherit;}
    .minhide{display: none}

}

@media (max-width: 500px) {
  .more_ul li{width: 375px}
}