/* 悬浮窗 */
.suspension {
    width: 120px;
    /* height: 295px; */
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 11px 11px 0px 0px;
    position: fixed;
    right: 0px;
    top: 250px;
    z-index: 2600;
}

.suspension_list {
    width: 100%;
    font-size: 17px;
    color: #101010;
    line-height: 22px;
    z-index: 3000;
}

.suspension_item {
    display: inline-block;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #eeeeee;
    line-height: 52px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.suspension_item a {
    color: #000000;
}

.suspension_item img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -3px;
}

.suspension_phone {
    width: 120px;
    height: 65px;
    color: #ffffff;
    text-align: center;
    /* background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%); */
    background: #0289ff;
}

.free_phone {
    padding-top: 11px;
    font-size: 11px;
    line-height: 16px;
}

.phone_num {
    padding-top: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.fixed_img {
    width: 112px;
    height: 137px;
    position: absolute;
    top: -137px;
    left: 4px;
}

.return_top {
    display: none;
    width: 100%;
    height: 56px;
    font-size: 14px;
    color: #101010;
    line-height: 56px;
    text-align: center;
}

.authentication {
    background: url("../img/background_ce_auth.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 441px;
}

.authentication-body {
    margin: 0 auto;

}

.authentication-text {
    margin: 0 auto;
    font-size: 48px;
    color: #0953F7;
    width: 1200px;
    line-height: 65px;
    font-weight: bold;
    padding-top: 145px;
}
/* 指令服务范围 */
.command-service-scope{
    background: url("../img/background_command_service_scope.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 931px;
}

.command-service-scope-title {
    width: 476px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    padding-top: 71px;
}

.command-service-scope-body {
    width: 1235px;
    margin: 0 auto;
    height: 571px;
    background: linear-gradient(180deg, #ebf2f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    inset 10px 10px 30px 0px #dfebff;
    border-radius: 0px 9px 9px 0px;
    margin-top: 28px;
    display: flex;
    overflow: hidden;
}

.command-service-scope-left {
    width: 190px;
    height: 571px;
    background: linear-gradient(180deg, #ebf2f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1);
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    padding-top: 22px;
}

.command-service-scope-left > a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2A364D;
    line-height: 20px;
    padding-left: 12px;
    margin-bottom: 15px;
    text-shadow: 0px 5px 10px rgba(9, 83, 247, 0.1);
    border-left: solid 4px transparent;
}
.command-service-scope-left-active {
    color: #0953f7 !important;
    border-left: solid 4px blue !important;
}

.command-service-scope-right {
    width: 100%;
    height: 571px;
    background: linear-gradient(180deg, #ebf2f9 0%, #ffffff 100%);
    box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1),
    inset 10px 10px 30px 0px #dfebff;
    border-radius: 0px 9px 9px 0px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.command-service-scope-right-container{
    margin: 0 auto;
    height: 571px;
    width: 78%;
}

.command-service-scope-right-content{
    display: flex;
}

.command-service-scope-right-img-tip{
    font-size: 12px;
    font-weight: 400;
    color: #596680;
    margin-top: 6px;
    margin-left: 60px;
    line-height: 24px;
}
.command-service-scope-right-content-img1{
    width: 208px;
    height: 295px;
    margin-left: 79px;
    background: url("../img/img_command_service_1.png") no-repeat;
    margin-top: 90px;
}

.command-service-scope-right-content-img2{
    width: 208px;
    height: 295px;
    margin-left: 79px;
    background: url("../img/img_command_service_2.png") no-repeat;
    margin-top: 90px;
}

.command-service-scope-right-content-img3{
    width: 208px;
    height: 295px;
    margin-left: 79px;
    background: url("../img/img_command_service_3.png") no-repeat;
    margin-top: 90px;
}

.command-service-scope-right-content-img4{
    width: 210px;
    height: 299px;
    margin-left: 79px;
    background: url("../img/img_command_service_4.png") no-repeat;
    margin-top: 90px;
}

.command-service-scope-right-content-img5{
    width: 207px;
    height: 288px;
    margin-left: 79px;
    background: url("../img/img_command_service_5.png") no-repeat;
    margin-top: 90px;
}

.command-service-scope-content-title{
    font-size: 24px;
    color: #0953F7;
    font-weight: bold;
    margin-top: 106px;
}

.command-service-scope-content-desc-title{
    width: 86px;
    font-size: 16px;
    color: #596680;
    font-weight: 400;
    line-height: 24px;
}

.command-service-scope-content-desc{
    width: 760px;
    font-size: 16px;
    color: #596680;
    font-weight: 400;
    line-height: 24px;
}

.command-service-scope-content-desc-text{
    display: flex;
    margin-top: 31px;
}

.command-service-scope-content-link {
    display: block;
    width: 245px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    margin: 59px auto 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

.ce-care-about{
    width: 100%;
    height: 919px;
    background: url("../img/background_ce_care.png") no-repeat;
    background-size: 100% 100%;
    margin-top: -170px;
}

.ce-care-about-title {
    width: 515px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    padding-top: 173px;
}


.ce-care-about-body {
    width: 1200px;
    height: 380px;
    display: flex;
    margin: 42px auto 0;
}

.ce-care-about-container{
    width: 290px;
    height: 380px;
    background: linear-gradient(135deg, #F4F5F7 0%, #FFFFFF 60%, #FFFFFF 100%);
    box-shadow: 5px 5px 20px 0px rgba(9,93,254,0.25);
    border-radius: 5px;
    border: 3px solid #FFFFFF;
    margin-left: 14px;
}

.ce-care-about-content-head{
    display: flex;
    width: 150px;
    margin: 33px auto 0;
}

.ce-care-about-content-head-line{
    width: 45px;
    height: 1px;
    align-self: center;
    background: #cccccc;
}

.ce-care-about-content-head-text{
   font-size: 16px;
    color: #0953F7;
    font-weight: 600;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.ce-care-about-content-title{
    font-size: 18px;
    color: #000000;
    min-height: 75px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 25px;
    word-break: break-word;
    padding-left: 30px;
    padding-right: 30px;
}

.ce-care-about-content-text{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
    word-break: break-word;
    padding-left: 30px;
    padding-right: 30px;
}

.ce-care-about-link {
    display: block;
    width: 245px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    margin: 50px auto 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

.overseas-certification{
    width: 100%;
    height: 649px;
    background: #FFFFFF;
}

.overseas-certification-title{
    width: 500px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    padding-top: 43px;
}

.overseas-certification-body{
    width: 1200px;
    height: 450px;
    background: #E5ECFE;
    border-radius: 10px;
    margin: 32px auto 0;
}

.overseas-certification-img{
    background: url("../img/img_overseas_certification.png") no-repeat;
    width: 1141px;
    height: 374px;
    margin-left: 46px;
}


/* 我们如何帮助您成功获证 */
.successfulCertification {
    width: 100%;
    height: 600px;
    background: #f7f7f7;
}
.successfulCertification_line_bg{
    background: linear-gradient(to bottom,white,#f7f7f7);
}

.successfulCertification_content {
    width: 1200px;
    height: 390px;
    margin: 0 auto;
    margin-top: 48px;
}
.successfulCertification_title {
    margin: 0 auto;
    padding-top: 65px;
    display: flex;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    width: 500px;
}
.successfulCertification_tab {
    width: 910px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    /* display: flex; */
    background: url("../img/successfulCertification_tab_bac.png") center center
    no-repeat no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.successfulCertification_tab > div {
    width: 193px;
    height: 55px;
    font-size: 18px;
    color: #0a7dff;
    line-height: 55px;
    text-align: center;
}
.successfulCertification_tab > div:nth-child(1) {
    width: 197px;
    position: absolute;
    left: 0;
    top: 0;
}
.successfulCertification_tab > div:nth-child(2) {
    width: 194px;
    position: absolute;
    left: 185px;
    top: 1;
}
.successfulCertification_tab > div:nth-child(3) {
    width: 194px;
    position: absolute;
    left: 368px;
    top: 1;
}
.successfulCertification_tab > div:nth-child(4) {
    width: 196px;
    position: absolute;
    left: 550px;
    top: 1;
}

.successfulCertification_tab > div:last-child {
    width: 185px;
    position: absolute;
    left: 732px;
    top: -1px;
}
.successfulCertification_tab_active1 {
    color: #ffffff !important;
    background: url("../img/successfulCertification_tab_active1.png") no-repeat;
    background-size: 197px 55px;
    background-position: 0 0;
}
.successfulCertification_tab_active5 {
    color: #ffffff !important;
    background: url("../img/successfulCertification_tab_active3.png") no-repeat;
    background-size: 100%;
}
.successfulCertification_tab_active {
    color: #ffffff !important;
    background: url("../img/successfulCertification_tab_active2.png") no-repeat;
    background-size: 100%;
    /* background-size: 255px 46px;
      background-position: 0 0; */
}
.successfulCertification_body {
    width: 1190px;
    height: 308px;
    background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%, #ffffff 100%);
    box-shadow: 5px 5px 20px 0px rgba(9, 93, 254, 0.09);
    border: 3px solid #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.successfulCertification_body > div {
    display: none;
}
.successfulCertification_body_active {
    display: block !important;
}
.successfulCertification_body_item_1 {
    box-sizing: border-box;
    padding: 31px 56px;
}
.successfulCertification_body_item_1_title {
    font-size: 16px;
    color: #a6a6a6;
    line-height: 24px;
    font-weight: 600;
}
.successfulCertification_body_item_1_center {
    height: 120px;
    box-sizing: border-box;
    padding: 30px 0px;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}
.successfulCertification_body_item_1_center > div {
    display: flex;
    width: 25%;
    border-right: 1px solid #e6e6e6;
    margin-left: 15px;
    box-sizing: border-box;
    padding-top: 5px;
}
.successfulCertification_body_item_1_center > div:last-child {
    border: none;
}
.successfulCertification_body_item_1_center img {
    width: 38px;
    height: 35px;
    margin-right: 10px;
    margin-top: 7px;
}
.successfulCertification_body_item_1_center p {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    color: #000000;
    line-height: 24px;
}
.successfulCertification_body_item_1_question {
    font-size: 16px;
    color: #a6a6a6;
    line-height: 24px;
    font-weight: 600;
    margin-top: 21px;
}
.successfulCertification_body_item_1_question_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.successfulCertification_body_item_1_question_item > p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.successfulCertification_body_item_1_question_item > p span {
    font-size: 16px;
    color: #0a7dff;
    line-height: 28px;
}
.successfulCertification_body_item_1_question_item > p a {
    font-size: 16px;
    color: #fa6401;
    line-height: 28px;
    border-bottom: 1px solid #fa6401;
    margin-left: 10px;
}
.successfulCertification_body_item_2 {
}
.successfulCertification_body_item_2_left {
    width: 461px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.successfulCertification_body_item_2_left > img {
    position: absolute;
    bottom: 0;
    display: none;
}
.successfulCertification_body_item_2_left_active {
    display: block !important;
}
.successfulCertification_body_item_2_right {
    /* width: 644px; */
    float: left;
    /* margin-left: 5%; */
}
.successfulCertification_body_item_2_right_title {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding-top: 80px;
    font-weight: 600;
}
.successfulCertification_body_item_2_right_title_content {
    margin-top: 35px;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
}
.successfulCertification_body_item_2_right_title_content p {
    width: 50%;
    margin: 10px 0;
    cursor: pointer;
    display: flex;
}
.successfulCertification_body_item_2_right_title_content p img {
    width: 17px;
    height: 17px;
    margin: 2px 5px 0 0;
}
.successfulCertification_body_item_2_right_title_content p > img:nth-child(2) {
    display: none;
}
.successfulCertification_body_item_2_right_title_content_active
> img:nth-child(1) {
    display: none;
}
.successfulCertification_body_item_2_right_title_content_active
> img:nth-child(2) {
    display: block !important;
}
.successfulCertification_body_item_2_right_title_content
p:hover
> img:nth-child(1) {
    display: none !important;
}
.successfulCertification_body_item_2_right_title_content
p:hover
> img:nth-child(2) {
    display: block !important;
}
.successfulCertification_body_item_2_right_title_content:hover
.successfulCertification_body_item_2_right_title_content_active
> img:nth-child(1) {
    display: block !important;
}
.successfulCertification_body_item_2_right_title_content:hover
.successfulCertification_body_item_2_right_title_content_active
> img:nth-child(2) {
    display: none !important;
}
.successfulCertification_body_item_2_right_title_content
p:nth-child(1):hover
img:first-child {
    display: none !important;
}
.successfulCertification_body_item_2_right_title_content
p:nth-child(1):hover
img:last-child {
    display: block !important;
}

.successfulCertification_body_item_2_left2 {
    width: 461px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 90px;
}

.successfulCertification_body_item_2_left2 > img {
    position: absolute;
    bottom: 0;
    display: none;
}

.successfulCertification_body_item_2_right_title_content2 {
    margin-top: 35px;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}

.successfulCertification_body_item_2_right_title_content2 p {
    width: 70%;
    margin: 10px 0;
    cursor: pointer;
    display: flex;
}

.successfulCertification_body_item_2_right_title_content2 p img {
    width: 17px;
    height: 17px;
    margin: 2px 5px 0 0;
}

.successfulCertification_body_item_2_right_title_content2 p > img:nth-child(2) {
    display: none;
}

.successfulCertification_body_item_2_right_title_content_active2
> img:nth-child(1) {
    display: none;
}

.successfulCertification_body_item_2_right_title_content_active2
> img:nth-child(2) {
    display: block !important;
}

.successfulCertification_body_item_2_right_title_content2
p:hover
> img:nth-child(1) {
    display: none !important;
}

.successfulCertification_body_item_2_right_title_content2
p:hover
> img:nth-child(2) {
    display: block !important;
}

.successfulCertification_body_item_2_right_title_content2:hover
.successfulCertification_body_item_2_right_title_content_active2
> img:nth-child(1) {
    display: block !important;
}

.successfulCertification_body_item_2_right_title_content2:hover
.successfulCertification_body_item_2_right_title_content_active2
> img:nth-child(2) {
    display: none !important;
}

.successfulCertification_body_item_2_right_title_content2
p:nth-child(1):hover
img:first-child {
    display: none !important;
}

.successfulCertification_body_item_2_right_title_content2
p:nth-child(1):hover
img:last-child {
    display: block !important;
}

/* 证优客精心打磨每个认证细节，值得您的信赖 */
.trustChoice {
    height: 710px;
    background: #f7f7f7;
}
.trustChoice_title {
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    width: 826px;
}

.trustChoice_tab {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.trustChoice_tab div {
    width: 95px;
    min-height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    /* border: solid; */
}
.trustChoice_tab_active {
    color: #0953f7;
    border-bottom: 5px solid #0953f7;
}
.trustChoice_content {
    width: 100%;
    height: 507px;
    background: #ffffff;
    box-shadow: inset 0px 10px 50px 0px rgba(9, 83, 247, 0.15);
}

.trustChoice_tab_body {
    width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 116px;
}
.trustChoice_tab_body > div {
    display: none;
}
.trustChoice_tab_body_active {
    display: block !important;
}
.trustChoice_tab_body_active2 {
    display: flex !important;
}
.trustChoice_tab1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.trustChoice_tab1 a {
    position: absolute;
    left: 50%;
    bottom: -81px;
    transform: translate(-50%);
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}
.trustChoice_tab1 > div:nth-child(1) {
    margin-right: 48px;
}
.trustChoice_tab1_content > p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
}
.trustChoice_tab1_content > p:first-child {
    margin: 0;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trustChoice_tab2_content {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}

.trustChoice_tab2_model {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
}
.trustChoice_tab2_model > div {
    display: flex;
}
.trustChoice_tab2_model_item_text {
    margin-left: 18px;
}
.trustChoice_tab2_model_item_text > p:nth-child(1) {
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
}
.trustChoice_tab2_model_item_text > p:nth-child(2) {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-top: 10px;
}
.trustChoice_tab2 a {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 59px;
}
.trustChoice_tab3 {
    position: relative;
}
.trustChoice_tab3 > div {
    display: flex;
}
.trustChoice_tab3 a {
    position: absolute;
    left: 50%;
    bottom: -81px;
    transform: translate(-50%);
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}
.trustChoice_tab3 > div > div:nth-child(1) {
    margin-right: 48px;
}
.trustChoice_tab3_content > p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
}
.trustChoice_tab3_content > p:first-child {
    margin: 0;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 31px;
}
.trustChoice_tab4 {
}
.trustChoice_tab4_title {
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    margin-top: -50px;
}
.trustChoice_tab4_content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin: 16px 0 31px 0;
}
.trustChoice_tab5_center {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    text-align: center;
}
.trustChoice_tab5_center img {
    margin-bottom: 19px;
}
.trustChoice_tab5_content {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin-top: -30px;
}
.trustChoice_tab5_center_title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: 600;
}
.trustChoice_tab5_text {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 6px;
}
.trustChoice_tab5 a {
    display: block;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 41px;
}
/* 笃行致远，我们用服务感动每一位客户 */
.devoted {
    width: 100%;
    background: url(../img/devoted_bac.png) center no-repeat no-repeat;
    background-size: cover;
    /* height: 770px; */
}
.devoted_title {
    width: 665px;
    margin: 0 auto;
    padding-top: 70px;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    line-height: 45px;
    text-align: center;
    display: flex;
    margin-bottom: 34px;
}
.devoted_content {
    width: 1050px;
    margin: 0 auto;
}
.devoted_content img {
    width: 1048px;
    height: 324px;
    margin-top: 25px;
    margin-bottom: 74px;
}
.devoted_content_text {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}
/* 回访视频 */
.service_home {
    width: 100%;
    height: 657px;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/service_bac.png) center no-repeat
      no-repeat;
    background-size: cover;
  }
  .service_home_title {
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #fff;
    line-height: 44px;
    width: 480px;
  }
  .service_home_content {
    height: 100%;
    margin: 0 auto;
  }
  .play_window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .close-window {
    position: absolute;
    top: 0px;
    right: -43px;
    z-index: 1000;
    font-size: 40px;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
  }
  .play_window .play_model {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .service_home_bac {
    width: 1084px;
    height: 700px;
    margin: 0 auto;
  }
  .service_home_content > p {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    line-height: 46px;
    padding-top: 75px;
    font-weight: 500;
    text-align: center;
  }
  #certify {
    position: relative;
    height: 400px;
    width: 1114px;
    margin: 40px auto;
    background: url(/static/indexstyle/img/service_content_bac.png) center
      no-repeat no-repeat;
      overflow: hidden;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 14px;
  }

  #certify .swiper-container {
    padding-bottom: 60px;
    overflow: hidden;
  }

  #certify .swiper-slide {
    width: 1110px !important;
    height: 374px;
    /* background: #fff; */
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
  }

  #certify .swiper-slide div {
    width: 1050px;
    height: 297px;
  }

  #certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
    position: relative;
    top: -40px;
  }

  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 60px;
    height: 3px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    background-color: rgba(155, 155, 155, 0.759);
  }

  #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 60px;
    height: 3px;
    opacity: 1;
    border-radius: 5px;
    background-color: #FA6401 !important;
  }
  #certify .swiper-button-prev {
    width: 57px !important;
    height: 47px !important;
    background: url(/static/indexstyle/img/curr_prev.png) no-repeat center center;
    position: absolute;
    left: 150px;
    cursor: pointer;
  }
  #certify .swiper-button-prev:hover {
    background-image: url(/static/indexstyle/img/curr_next_hover.png);
    transform: rotate(180deg);
  }
  #certify .swiper-button-prev:after {
    display: none;
  }
  #certify .swiper-button-next:after {
    display: none;
  }
  #certify .swiper-button-next {
    width: 57px !important;
    height: 47px !important;
    background: url(/static/indexstyle/img/curr_next.png) no-repeat center center;
    position: absolute;
    right: 150px;
    cursor: pointer;
  }
  #certify .swiper-button-next:hover {
    background-image: url(/static/indexstyle/img/curr_next_hover.png);
    /* transform: rotate(180deg); */
  }
  .vedio_content {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    overflow: hidden;
  }
  .vedio_content .maske {
    position: absolute !important;
    width: 900px !important;
    height: 398px;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.567); */
  }
  .vedio_title_message {
    width: 100%;
    height: 68px;
  }
  .vedio_title_message img {
    width: 68px;
    height: 68px;
  }
  .vedio_content > div:first-child {
    width: 475px !important;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
  }
  .vedio_content > div:first-child a {
    display: inline-block;
    width: 475px;
    height: 300px;
  }
  .vedio_content > div:first-child img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .vedio_content > div:nth-child(2) {
    width: 480px !important;
    box-sizing: border-box;
    /* padding: 50px 40px; */
    /* background-color: #1C2029; */
  }
  .vedio_content > div:nth-child(2) > img {
    display: none;
  }
  .vedio_content > div:nth-child(2) > p:nth-child(3) {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 90px;
  }
  /* .vedio_content>div:nth-child(2)>p:nth-child(2){
      font-size: 24px;
      font-weight: 400;
      color: #131415;
      line-height: 33px;
      padding: 15px 0;
      display: none;
  } */

  /* 中间展示的内容 */
  #certify .swiper-slide-active div:nth-child(2) {
    box-sizing: border-box !important;
    /* padding:20px 35px 30px !important; */
    background-color: #ffffff !important;
    margin-left: 52px;
    margin-top: 24px;
  }
  .service_company_icon {
    display: inline-block;
  }
  .service_company_name {
    display: inline-block;
    margin-left: 27px;
    font-size: 23px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 68px;
  }
  .video_btn {
    position: relative;
  }
  .video_btn_img {
    width: 136px;
    height: 48px;
    margin-top: 46px;
  }
  #certify .video_play_butn {
    display: none;
  }
  /* #certify .swiper-slide-active div:nth-child(2)>p:nth-child(2){
      font-size: 17px !important;
      font-weight: 400 !important;
      color: #131415 !important;
      line-height: 30px !important;
      margin-top: 0px !important;
      color: red;
  } */
  #certify .swiper-slide-active div:nth-child(2) > p:nth-child(2) {
    font-size: 18px !important;
    color: #646a73 !important;
    line-height: 27px !important;
    letter-spacing: 1px !important ;
    margin-top: 23px;
    font-weight: 400;
  }
  #certify .swiper-slide-active .video_play_butn {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: block;
  }
  #certify .swiper-slide-active .maske {
    display: none;
  }


/* 高级筛选 */
.serch_window{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1112;
    background: #101010ad;
    display: none;
}
.serch_model{
    width: 901px;
    height: 412px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.serch_model_title{
    height: 75px;
    width: 100%;
    line-height: 75px;
    box-sizing: border-box;
    padding: 0 40px;
    border: 2px solid #F4F3F4;
    display: flex;
    justify-content: space-between;
}
.serch_model_title_text{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 75px;
    letter-spacing: 1px;
}
.search_model_content{
    height: 325px;
    width: 100%;
    display: flex;
}
/* 高级筛选 */
/* 客户案例 */
.customer_case{
    display: flex;
    height: 40px;
    margin-bottom: 33px;
    position: relative;
}
.customer_case_industry{
    font-size: 24px;
    font-weight: 500;
    color: #101010;
    line-height: 33px;
}
.customer_case li{
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 17px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
}
.customer_case li:hover{
    background: #1677FE;
    color: #ffffff;
}
/* .case_content_title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
    padding-bottom: 41px;
} */
#caseList li{
    width: 385px;
    height: 266px !important;
    box-sizing: border-box;
    padding: 42px 31px 20px 29px;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    border: 3px solid #FFFFFF;
}
.customer_serch{
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #1577FF;
    box-sizing: border-box;
    padding:0px 15px;
    font-size: 16px;
    line-height: 39px;
    position: absolute;
    right: 0;
    color: #1577FF;
    cursor: pointer;
}
.customer_serch_img{
    width: 20px;
    height: 20px;
    line-height: 40px;
    position: relative;
    top: 5px;
}
.customer_serch_img_hover{
    width: 20px;
    height: 20px;
    line-height: 40px;
    position: relative;
    top: 5px;
    display: none;
}
.customer_serch:hover{
    background: #1577FF;
    border: none;
    color: #ffffff;
}
.customer_serch:hover .customer_serch_img{
    display: none;
}
.customer_serch:hover .customer_serch_img_hover{
    display: inline-block;
}
.case_content_title{
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
    width: 240px !important;
}

