body {
    line-height: normal;
    overflow: visible;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}

.box-inline {
    display: inline-block;
    vertical-align: top;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}
.font-size-22 {
    font-size: 20px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.grayscale-level75 {
    opacity: .75;
}

.grayscale-level8 {
    opacity: .8;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}




.banner {
    width: 100%;
    height: 465px;
    position: relative;
}

.banner-center-con {
    width: 395px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    color: #061828;
    font-weight: 400;
    text-align: left;
}

.banner-title {
    font-size: 42px;
}

.banner-slogan {
    margin: 15px 0;
    font-size: 16px;
    line-height: 32px;
}

.banner-btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #0086F1;
    color: #fff;
    text-align: center;
}

.con1-nav {
    width: 100%;
    height: 60px;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.con1-nav-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

.section-nav {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    color: #061828;
    background-color: #fff;
}

.section-nav-con {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    text-align: left;
}

.section-nav-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

.nav-item-active {
    color: #0086F1;
    border-bottom: 3px solid rgb(0, 134, 241);
}

.section {
    width: 100%;
    padding: 70px 0;
    color: #061828;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: .75;
}

.con1-cont {
    width: 100%;
    margin: 10px 0;
}

.con1-box {
    margin: 40px 0 6px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con1-box-item {
    width: 393px;
    height: 273px;
    background-color: #fff;
    padding: 40px 50px;
    margin-bottom: 10px;
    overflow: hidden;
}

.con1-box-item:hover {
    transition: all 0.3s;
    box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);
}

.con1-box-img {
    height: 58px;
    width: auto;
}

.con1-box-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 5px;
}

.con1-box-content {
    font-size: 14px;
    font-weight: 300;
    opacity: .75;
    line-height: 28px;
    text-align: left;
}

.con2-box {
    margin: 35px 0;
}

.con2-box-item {
    width: 100%;
    height: 230px;
    background-color: #fff;
    margin-bottom: 10px;  
    border: 1px solid #E6E6E6;
    overflow: hidden;
    display: flex;
}

.con2-item-cont {
    width: 303px;
    height: 100%;
    padding: 30px 36px 30px 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.con2-item-cont:hover > .con2-item-cont-title {
    transition: all 0.3s;
    color: #0086F1;
}

.con2-item-cont:hover > .con2-item-cont-img {
    transition: all 0.3s;
    background-image: url(../images/consultant-accreditation/icon-arrow-a.png);
}

.con2-item-cont-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.con2-item-cont-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.75;
    margin: 19px 0 29px 0;
}

.con2-item-cont-img {
    width: 22px;
    height: 10px;
    background-image: url(../images/consultant-accreditation/icon-arrow.png);
    background-size: 22px 10px;
}

.con2-item-list {
    flex: 1;
    height: 100%;
    border-left: 1px solid #E6E6E6;
}

.con2-item-list-top {
    height: 62%;
    background: url(../images/consultant-accreditation/con2-cont-bg.png);
    font-size: 18px;
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2-item-list-bottom {
    height: 38%;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con2-item-list-bottom-title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.con2-item-list-bottom-text {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}

.con2-item-list-bottom-text .left {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.75;
}

.con2-item-list-bottom-text .right {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 5px;
    background-color: #FB9F35;
    border-radius: 2px;
}



.con3-box {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E7E4E4;
}

.con3-box-item {
    flex: 1;
}

.con3-item-number {
    padding: 25px;
    font-size: 42px;
    font-weight: 800;
    color: #1882F0;
    background: url(../images/consultant-accreditation/con3-item-bg.png) center no-repeat;
}

.con3-item-text {
    margin: 10px 0 40px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0.75;
}

.con3-item-vector {
    width: 14px;
    height: 14px;
    background: #1882F0;
    margin: auto;
    transform: rotate(45deg);
    position: relative;
    top: 7.9px;
}




.con4-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box-two-col {
    width: 595px;
    overflow: hidden;
}

.box-header-banner {
    width: 100%;
    height: 100px;
    padding: 0 30px;
}

.box-header-banner-title {
    line-height: 100px;
    font-size: 32px;
    font-weight: 500;
    text-align: left;
}

.box-body-con {
    height: 405px;
    padding: 0 30px;
    border: 2px solid;
    border-color: transparent #F7F7F7 #F7F7F7;
    overflow-y: auto;
    overflow-x: hidden;
}

/*滚动条整体样式*/
.box-body-con::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
/*滚动条滑块*/
.box-body-con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #1882F0;
}
/*滚动条轨道*/
.box-body-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 2px;
    background: rgba(0,0,0,0.06);
}

.body-con-row {
    cursor: pointer;
    height: 80px;
    line-height: 75px;
    text-align: justify;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.body-con-row-cont {
    display: none;
    padding: 20px 10px 30px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    opacity: 0.85;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.question-list.active .body-con-row-cont {
    display: block;
}

.box-body-con > a:last-child > .body-con-row {
    border: none;
}

.box-body-con > .body-con-row:last-child {
    border: none;
}

.body-con-row:hover > .float-left {
    transition: all 0.3s;
    color: #1882F0;
}

.body-con-row p {
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
}

.body-con-row img {
    width: 18px;
    height: 10px;
    margin: 34px 0;
}

.announcement {
    text-align: left;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    opacity: .85;
}
