#canvas {
    display: none;
}

body {
    min-width: 1180px;
}


/* header */

.crv-header {
    background: #000;
    height: 64px;
}

.crv-header-logo-main {
    padding-top: 14px;
    float: left;
}

.crv-header-logo {
    width: 136px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}

.crv-header-logo img {
    max-width: 100%;
}

.crv-header-nav {
    float: right;
}

.crv-header-nav-list {
    float: left;
}

.crv-header-nav-list li {
    display: inline-block;
    margin-right: 50px;
}

.crv-header-nav-list li a {
    display: inline-block;
    font-size: 16px;
    height: 64px;
    line-height: 64px;
    position: relative;
    color: #DBDBDB;
}

.crv-header-nav-list li a.active {
    color: #fff;
}

.crv-header-nav-list li a.active::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 4px;
    background: #4DA660;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -15px;
    border-radius: 2px;
}

.crv-header-nav-btn {
    float: left;
}

.crv-header-nav-btn a {
    width: 88px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border: 1px solid #64DC8E;
    border-radius: 14px;
    border-radius: 14px;
    color: #64DC8E;
    margin-top: 18px;
}

.crv-header-home {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}

.crv-header-in {
    width: 90%;
    margin: 0 auto;
    position: relative;
}


/* footer */

.crv-footer {
    color: #DBDBDB;
    border-top: 4px solid #64DC8E;
    background: #20222A;
}

.crv-footer .crv-in {
    position: relative;
    height: 520px;
}

.crv-footer-main-l {
    float: left;
}

.crv-footer-logo {
    width: 200px;
}

.crv-footer-logo img {
    max-width: 100%;
}

.crv-footer-main-r {
    float: right;
    margin-top: 99px;
}

.crv-footer-main-r-code {
    width: 108px;
    height: 108px;
    border-radius: 4px;
}

.crv-footer-main-r-code img {
    width: 100%;
    height: 100%;
}

.crv-footer-tech {
    padding: 30px 0;
    border-top: 1px solid #45474D;
    color: #797B84;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.crv-footer-tech a {
    color: #797B84;
    font-size: 14px;
}

.crv-footer-nav-item {
    float: left;
}

.crv-footer-nav-item:not(:last-child) {
    margin-right: 50px;
}

.crv-footer-nav-item-title {
    color: #eee;
    font-size: 16px;
    margin-bottom: 30px;
}

.crv-footer-nav-item-list a {
    display: block;
    color: #CCC;
}

.crv-footer-nav-item-list a:hover {
    color: #fff;
}

.crv-footer-nav {
    margin-top: 30px;
}

.crv-footer-main {
    padding: 70px 0 20px;
}

.crv-footer-main-r-font {
    width: 70px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    margin-top: 6px;
}

.crv-index-footer-section {
    background: #20222A;
}

.crv-index-footer-section .crv-footer {
    border: none;
}

.crv-index-footer-section .crv-footer {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.crv-gotop {
    width: 64px;
    height: 64px;
    background: url(../image/icon_hh_top.png) center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    cursor: pointer;
}


/* index banner */

.crv-index-banner {
    height: 100%;
}

.crv-index-banner-font {
    padding-top: 20vh;
    padding-bottom: 33vh;
    padding-left: 33px;
}

.crv-index-banner-font-cn {
    font-size: 40px;
    letter-spacing: 30px;
}

.crv-index-banner-font-en {
    font-size: 26px;
}

.crv-index-banner-block-item {
    background: #FFFFFF;
    border-radius: 20px;
    width: 350px;
    height: 270px;
    float: left;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.crv-index-banner-block-item:hover {
    cursor: pointer;
    transition: All 0.4s ease-in-out;
}

.crv-index-banner-block-item:not(:last-child) {
    margin-right: 32px;
}

.crv-index-banner-block-item-list-icon {
    width: 164px;
    height: 160px;
    background: url(../image/icon_index_box_normal.png) top center no-repeat;
    background-size: 100% 100%;
    float: right;
    position: relative;
}

.crv-index-banner-block-item:hover .crv-index-banner-block-item-list-icon {
    background: url(../image/icon_index_box_hover.png) top center no-repeat;
    background-size: 100% 100%;
}

.crv-index-banner-block-item-list-icon-d,
.crv-index-banner-block-item-list-icon-h {
    position: absolute;
    left: 50%;
    margin-left: -47px;
    bottom: 0;
}

.crv-index-banner-block-item-list-icon-h {
    display: none;
}

.crv-index-banner-block-item-t {
    height: 70px;
    line-height: 70px;
    background: #EFEFEF;
    border-radius: 20px 20px 0 0;
    color: #333;
    font-size: 24px;
    padding: 0 30px;
}

.crv-index-banner-block-item-list {
    color: #333;
    font-size: 20px;
    float: left;
    width: 140px;
}

.crv-index-banner-block-item-list>div {
    margin-bottom: 10px;
    margin-top: 10px;
}

.crv-index-banner-block-item-list-main {
    padding: 16px 0 30px 30px;
}

.crv-index-banner-block {
    padding: 0 33px;
}


/* num */

.crv-index-num-section {
    background: #000;
}

.crv-num {
    padding-top: 64px;
    background: #000;
    height: 100%;
}

.crv-num-item {
    width: 50%;
    height: calc((100vh - 64px) / 2);
    text-align: center;
    float: left;
    padding: 70px 0;
    line-height: 1.4;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.crv-num-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.crv-num-bg img {
    width: 100%;
    height: 100%;
    transition: all 750ms;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
}

.crv-num-item:hover .crv-num-bg img {
    transform: scale(1.1);
    transition: All 0.4s ease-in-out;
}

.crv-num-item:nth-child(3) .crv-num-total,
.crv-num-item:nth-child(4) .crv-num-total {
    color: #FF829B;
}

.crv-num-item:nth-child(3) .crv-num-dw,
.crv-num-item:nth-child(4) .crv-num-dw {
    color: #FF829B;
}

.crv-num-total {
    font-size: 64px;
    color: #64DC8E;
    font-weight: 600;
}

.crv-num-desc {
    font-size: 24px;
    color: #FFFFFF;
}

.crv-num-dw {
    color: #64DC8E;
}

.crv-num-state {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.crv-index-exp-section {
    background: #20222A;
}

.crv-exp {
    padding-top: 64px;
    background: #20222A;
    height: 100%;
}

.crv-exp>div {
    height: 100%;
}

.crv-exp-l {
    float: left;
    position: relative;
    width: 40%;
    height: 100%;
}

.crv-exp-l-main {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.crv-exp-l-item {
    background: #444F63;
    border-radius: 12px;
    width: 374px;
    height: 172px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.crv-exp-l-item:not(:last-child) {
    margin-bottom: 28px;
}

.crv-exp-l-item-main {
    padding: 34px 30px 0 27px;
}

.crv-exp-l-item-main.hover {
    position: absolute;
    width: 448px;
    background: #BECADE;
    border-radius: 12px;
    height: 172px;
    border-left: 40px solid #4DA660;
}

.crv-exp-l-item-main.hover .crv-exp-l-item-icon2 {
    display: block;
}

.crv-exp-l-item-main.hover .crv-exp-l-item-icon1 {
    display: none;
}

.crv-exp-l-item-main.hover .crv-exp-l-item-font>div {
    color: #222;
}

.crv-exp-l-item-font {
    width: 240px;
    float: left;
}

.crv-exp-l-item-font>div:first-child {
    font-size: 20px;
    width: 244px;
}

.crv-exp-l-item-font>div:last-child {
    font-size: 14px;
    color: #FFFFFF;
    width: 168px;
}

.crv-exp-l-item-icon {
    float: right;
    margin-top: 30px;
    width: 60px;
    height: 60px;
}

.crv-exp-l-item-icon img {
    max-width: 100%;
    max-height: 100%;
}

.crv-exp-l-item-icon2 {
    display: none;
}

.crv-exp-r {
    height: 100%;
    width: 60%;
    float: right;
    background: url(../image/bg_index_tx.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.crv-exp-r-main {
    width: 570px;
    margin-left: 10%;
    height: 570px;
    overflow: hidden;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    padding-top: 60px;
}

.crv-exp-r-item-title {
    font-size: 28px;
    color: #FFFFFF;
}

.crv-exp-r-item-desc {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 40px;
    max-height: 80px;
}

.crv-exp-r-item-pic {
    width: 560px;
    height: 176px;
}

.crv-exp-r-item-pic img {
    width: 100%;
    height: 100%;
}

.crv-exp-r-item-btn {
    text-align: right;
    margin-top: 60px;
}

.crv-exp-r-item-btn a {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #4FC051;
    border-radius: 20px;
    margin-left: 36px;
    font-size: 16px;
}

.crv-exp-r-item-btn a:first-child {
    color: #64DC8E;
}

.crv-exp-r-item-btn a:last-child {
    background: #4DA660;
    color: #fff;
}

.crv-exp-r-item:not(:first-child) {
    display: none;
}

.crv-exp-l-item.active {
    background: #ABB6C7;
    width: 447px;
    border-left: 40px solid #4DA660;
    color: #333;
    position: absolute;
}

.crv-exp-l-item.active .crv-exp-l-item-font>div:last-child {
    color: #333;
}


/* index service */

.crv-index-srv-section {
    background: url(../image/bg_index_hz.jpg) center center no-repeat;
    background-size: cover;
}

.crv-srv {
    padding-top: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.crv-tab-title {
    text-align: center;
}

.crv-tab-title li {
    display: inline-block;
    font-size: 32px;
    color: #aaa;
    position: relative;
}

.crv-tab-title-en {
    color: #fff;
    opacity: .06;
    font-size: 54px;
    position: absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    font-weight: 600;
    display: none;
}

.crv-tab-title li:last-child {
    margin-left: 322px;
}

.crv-tab-title li.active::after {
    content: "";
    display: inline-block;
    width: 112px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56px;
}

.crv-tab-title li.active::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 3px;
    background: #63DB8D;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -16px;
    z-index: 2;
}

.crv-tab-title li.active .crv-tab-title-cn {
    color: #fff;
}

.crv-tab-title li.active .crv-tab-title-en {
    display: block;
}

.crv-tab-title li:hover {
    cursor: pointer;
}

.crv-srv-main {
    height: 500px;
    margin-top: 50px;
}

.crv-srv-main-item {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.crv-srv-main-item:not(:first-child) {
    display: none;
}

.crv-srv-main-item li {
    width: 360px;
    display: inline-block;
    cursor: pointer;
}

.crv-srv-main-item li img {
    max-width: 100%;
}


/* pic轮播 */

.crv-index-honor-section {
    background: url(../image/bg_index_honor.jpg) center center no-repeat;
    background-size: cover;
}

.crv-honor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.crv-honor-main-item-container {
    padding: 38px 0;
}

.crv-honor-main {
    margin-top: 60px;
    height: 416px;
    background: rgba(68, 79, 99, .3);
    position: relative;
    width: 1536px;
    border-radius: 20px;
}

.crv-honor-main-item {
    height: 440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1180px;
    top: -13px;
    display: none;
    border-radius: 20px;
}

.crv-honor-main-item-container-desc {
    position: absolute;
    z-index: 6;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(46, 53, 70, .6);
    display: none;
}

.crv-honor-main-item-container .swiper-slide-active .crv-honor-main-item-container-desc {
    display: block;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.crv-honor-main-item-container .swiper-slide .crv-honor-main-item-container-pic {}

.crv-honor-main-item-container .swiper-slide.swiper-slide-active .crv-honor-main-item-container-pic img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    border-radius: 0;
}

.crv-honor-main-item-container .swiper-slide-active .crv-honor-main-item-container-pic {
    width: 696px;
    position: absolute;
    z-index: 15;
    left: 50%;
    margin-left: -348px;
    background: #444F63;
    border-radius: 20px;
    height: 440px;
    top: 50%;
    margin-top: -38px;
    text-align: center;
    padding: 14px 0;
}

.crv-honor-main-item-prev {
    width: 60px;
    height: 60px;
    background: url(../image/btn_z_n.png) center center no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.crv-honor-main-item-next {
    width: 60px;
    height: 60px;
    background: url(../image/btn_y_n.png) center center no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.crv-honor-main-item-container-pic {
    width: 274px;
    height: 364px;
    margin: 0 auto;
}

.crv-honor-main-item-container .swiper-slide.swiper-slide-prev .crv-honor-main-item-container-pic img {
    opacity: .5;
}

.crv-honor-main-item-container .swiper-slide.swiper-slide-next .crv-honor-main-item-container-pic img {
    opacity: .5;
}

.crv-honor-main-item-container .swiper-slide-active,
.crv-honor-main-item-container .swiper-slide-duplicate-active {
    /* transform: scale(1);
        z-index: 15; */
}

.crv-honor-main-item:first-child {
    display: block;
}

.crv-honor-main-item-pag {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #535656;
    margin-left: 10px;
}

.swiper-pagination-bullet-active {
    width: 35px;
    height: 12px;
    background: #45B147;
    border-radius: 6px;
}


/* index form */

.crv-form-section {
    background: #2A2C38;
}

.crv-form-l {
    width: 40%;
    height: calc(100vh - 64px);
    margin-top: 64px;
    padding-right: 6%;
    text-align: left;
    position: relative;
}

.crv-form-l-font {
    width: 280px;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translateY(-50%);
}

.crv-form-r {
    width: 60%;
    height: calc(100vh - 64px);
    background: url(../image/bg_wyhz.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 64px;
}

.crv-form-r::before {
    /* content: '';
    width: 30px;
    height: 110px;
    background: url(../image/triangle.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -55px; */
}

.crv-form-l-font1 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 600;
}

.crv-form-l-font2 {
    font-size: 30px;
    color: #FFFFFF;
    opacity: .18;
    margin-top: -18px;
}

.crv-form-l-font3 {
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
}

.crv-form-l-font4 {
    width: 36px;
    height: 20px;
    background: url(../image/indexicon_gnyy_selected.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.crv-form-l-font5 {
    color: #fff;
    margin-bottom: 22px;
}

.crv-form-l-font5>div:first-child {
    font-size: 18px;
}

.crv-form-l-font5>div:last-child {
    font-size: 16px;
}

.crv-form-r-main {
    background: rgba(42, 44, 56, .8);
    box-shadow: 0 5px 30px 0 rgba(109, 109, 109, 0.24);
    border-radius: 32px;
    position: absolute;
    width: 656px;
    height: 568px;
    left: 50%;
    padding: 50px 0 0 80px;
    margin-left: -328px;
    top: 50%;
    margin-top: -284px;
}

.crv-form-r-main .crv-mask-form {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.crv-form-r-main .crv-maskForm-main {
    text-align: left;
}

.crv-form-r-main .crv-btn {
    left: 366px;
}

.crv-form-r-main .crv-maskForm-title-cn {
    color: #fff;
    text-align: left;
}

.crv-form-r-main .crv-maskForm-title-en {
    color: #fff;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}

.crv-form-r-main .crv-tips {
    bottom: -28px;
}

.crv-form-r-main .yzm-font {
    color: #dbdbdb;
}

.crv-form-r-main .crv-fail,
.crv-form-r-main .crv-suc {
    color: #fff;
    padding-left: 132px;
    text-align: left;
}


/* 联系数科 */

.crv-lxsk {
    margin-top: 64px;
    background: #323440;
    border-bottom: 2px solid #64DC8E
}

.crv-single-main {
    padding: 70px 0;
}

.crv-single-title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 50px;
    border-bottom: 1px solid #DBDBDB;
}

.crv-single-main-l {
    width: 413px;
    height: 576px;
    margin-right: 180px
}

.crv-single-main-l img {
    max-width: 100%;
    max-height: 100%;
}

.crv-lxsk-icon {
    width: 36px;
    height: 20px;
    background: url(../image/indexicon_gnyy_selected.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.crv-single-main-r {
    width: 560px;
}

.crv-lxsk-title {
    font-size: 24px;
    color: #fff;
}

.crv-lxsk-state {
    margin-bottom: 20px;
}

.crv-lxsk-state>div:first-child {
    font-size: 20px;
    color: #FFFFFF;
}

.crv-lxsk-state>div:last-child {
    font-size: 16px;
    color: #FFFFFF;
}


/* 数科火花 */

.crv-hh {
    background: #323440;
}

.crv-hh-banner {
    height: 750px;
    width: 100%;
}

.crv-hh-banner-font {
    padding-top: 260px;
}

.crv-hh-banner-font .crv-in>div:first-child {
    font-size: 40px;
    color: #FFFFFF;
    width: 500px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.crv-hh-banner-font .crv-in>div:last-child {
    font-size: 18px;
    color: #FFFFFF;
    width: 600px;
    line-height: 1.8;
}

.crv-hh-content {
    padding: 116px 0;
}

.crv-hh-content-list-l {
    width: 500px;
    height: 312px;
    background: url(../image/bg_z_n.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.crv-hh-content-list-l-pic {
    width: 500px;
    height: 300px;
    position: absolute;
    left: 54px;
    top: -24px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

.crv-hh-content-list-l-pic img {
    width: 100%;
    height: 100%;
    transition: all 750ms;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
}

.crv-hh-content-list-l-pic img:hover {
    transform: scale(1.1);
    transition: All 0.4s ease-in-out;
}

.crv-hh-content-list-l img:hover {
    transform: scale(1.1);
    transition: All 0.4s ease-in-out;
}

.crv-hh-content-list-r {
    width: 560px;
}

.crv-zxform {
    width: 128px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background: #4DA660;
    color: #fff;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 22.4px;
    cursor: pointer;
}

.crv-details-btn {
    font-size: 16px;
    color: #64DC8E;
    position: relative;
    margin-left: 44px;
}

.crv-details-btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../image/icon_jt_n.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: 4px;
}

.crv-hh-content-list-r-t a {
    font-size: 28px;
    color: #FFFFFF;
}

.crv-hh-content-list-r-t:hover a {
    color: #64DC8E;
}

.crv-hh-content-list-r-d {
    width: 452px;
    height: 150px;
    font-size: 16px;
    color: #DBDBDB;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 28px;
}

.crv-hh-content-list:not(:last-child) {
    margin-bottom: 72px;
}

.crv-hh-content-list:nth-child(2n) .crv-hh-content-list-l {
    float: right;
    background: url(../image/bg_y_n.png) center center no-repeat;
    background-size: 100% 100%;
}

.crv-hh-content-list:nth-child(2n) .crv-hh-content-list-l .crv-hh-content-list-l-pic {
    right: 50px;
    left: auto;
}

.crv-hh-content-list:nth-child(2n) .crv-hh-content-list-r {
    float: left;
}


/* 花火列表 */

.crv-hhDetail-tab-in {
    position: relative;
}

.crv-hhDetail {
    background: #323440;
    padding-top: 64px;
}

.crv-hhDetail-tab {
    height: 68px;
    background: #20222A;
    box-shadow: 0 4px 16px 0 rgba(30, 30, 33, 0.70);
    position: fixed;
    width: 100%;
    z-index: 2;
}

.crv-hhDetail-tab-container {
    height: 68px;
    width: 1100px;
}

.crv-hhDetail-tab-container-title {
    cursor: pointer;
    margin-top: 26px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.crv-hhDetail-tab-container-title.active::before {
    content: "";
    height: 1px;
    width: 112px;
    bottom: -8px;
    background: #A1ACC4;
    position: absolute;
    left: 50%;
    margin-left: -56px;
}

.crv-hhDetail-tab-container-title.active::after {
    content: "";
    height: 3px;
    width: 32px;
    bottom: -9px;
    background: #63DB8D;
    border-radius: 1.5px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
}

.crv-hhDetail-tab-container-title.active {
    color: #63DB8D;
}

.crv-hhDetail-tab-container .swiper-slide {
    text-align: center;
}

.crv-hhDetail-tab-container-prev {
    width: 35px;
    height: 50px;
    background: url(../image/icon_left.png) center center no-repeat;
    background-size: 8px 10px;
    top: 40px;
    left: 0;
    display: none;
}

.crv-hhDetail-tab-container-next {
    width: 35px;
    height: 50px;
    background: url(../image/icon_right.png) center center no-repeat;
    background-size: 8px 10px;
    top: 40px;
    right: 0;
    display: none;
}

.crv-hhDetail-main {
    padding-top: 120px;
}

.crv-hhDetail-main-item {
    /* display: none; */
}

.crv-hhDetail-main-item1 img {
    max-width: 100%;
}

.crv-hhDetail-main-item1>div:nth-child(1) {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}

.crv-hhDetail-main-item1>div:nth-child(2) {
    font-size: 18px;
    color: #ccc;
    text-align: center;
    margin-bottom: 28px;
}

.crv-hhDetail-main-item1>div:nth-child(3) {
    width: 100%;
    /* height: 180px; */
    font-size: 16px;
    color: #fff;
    text-align: left;
    background: #20222A;
    border-radius: 20px;
    margin: 0 auto;
    padding: 64px 162px;
    position: relative;
}

.crv-hhDetail-main-item1>div:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 30px;
    position: absolute;
    background: url(../image/icon_hh_dec.png) center center no-repeat;
    background-size: 100% 100%;
    top: -6px;
    left: 50%;
    margin-left: -30px;
}

.crv-hhDetail-main-item2 {
    margin-top: 84px;
    margin-bottom: 100px
}

.crv-hhDetail-main-item2-t {
    position: relative;
    height: 110px;
}

.crv-hhDetail-main-item2-t>div:first-child {
    font-size: 60px;
    opacity: 0.06;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
}

.crv-hhDetail-main-item2-t>div:last-child {
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%)
}

.crv-hhDetail-main-item2-block {
    margin-top: 70px;
    text-align: center;
}

.crv-hhDetail-main-item2-block-list {
    background: #20222A;
    border-radius: 20px;
    width: 372px;
    height: 280px;
    display: inline-block;
    text-align: center;
    padding: 44px 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.crv-hhDetail-main-item2-block-list .crv-hhDetail-main-item2-block-list-t {
    font-size: 22px;
    color: #FFFFFF;
    position: relative;
}

.crv-hhDetail-main-item2-block-list-pic {
    margin-top: 20px;
}

.crv-hhDetail-main-item2-block-list-pic img {
    width: 136px;
    height: 136px;
}

.crv-hhDetail-main-item2-block-list-desc {
    font-size: 16px;
    color: #FFFFFF;
    display: none;
    position: relative;
    margin-top: 30px;
    padding: 0 10px;
    text-align: left;
}

.crv-hhDetail-main-item2-block-list.active3 {
    width: 372px;
}

.crv-hhDetail-main-item2-block-list.active3:not(:last-child) {
    margin-right: 27px;
}

.crv-hhDetail-main-item2-block-list.active4 {
    width: 272px;
}

.crv-hhDetail-main-item2-block-list.active4:not(:last-child) {
    margin-right: 26px;
}

.crv-hhDetail-main-item2-block-list.active5 {
    width: 272px;
}

.crv-hhDetail-main-item2-block-list.active5 {
    margin-right: 27px;
}

.crv-hhDetail-main-item2-block-list.active5:last-child {
    margin-right: 0;
}

.crv-hhDetail-main-item2-block-list.active5:nth-child(3n) {
    margin-right: 0;
}

.crv-hhDetail-main-item2-block-list.active7 {
    width: 272px;
    margin-right: 19px;
}

.crv-hhDetail-main-item2-block-list.active7:nth-child(4n) {
    margin-right: 0;
}

.crv-hhDetail-main-item2-block-list.active7:last-child {
    margin-right: 0;
}

.crv-hhDetail-main-item2-block-list.active9 {
    width: 372px;
    margin-right: 19px;
}

.crv-hhDetail-main-item2-block-list.active9:nth-child(3n) {
    margin-right: 0;
}

.crv-hhDetail-main-item2-block-list.active9:last-child {
    margin-right: 0;
}

.crv-hhDetail-main-item2-block-list:hover {
    background: #4DA660;
    cursor: pointer;
}

.crv-hhDetail-main-item2-block-list:hover .crv-hhDetail-main-item2-block-list-pic {
    display: none;
}

.crv-hhDetail-main-item2-block-list:hover .crv-hhDetail-main-item2-block-list-desc {
    transition: All 0.5s ease-in-out;
    display: block;
}

.crv-hhDetail-main-item2-block-list:hover .crv-hhDetail-main-item2-block-list-t::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 16px;
    background: url(../image/icon_cpts_hover.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 40px;
}

.crv-hhDetail-main-item3 {
    height: 856px;
    padding-top: 84px;
    padding-bottom: 100px;
    background: url(../image/bg_hh_function.png) center center no-repeat;
    background-size: cover;
}

.crv-hhDetail-main-item4 {
    padding-top: 84px;
    padding-bottom: 100px;
}


/* 产品特色 */

.crv-hhDetail-main-item4-content {
    margin-top: 70px;
    text-align: center;
}

.crv-hhDetail-main-item4-content-item {
    text-align: center;
    height: 240px;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    display: inline-block;
    margin-bottom: 20px;
}

.crv-hhDetail-main-item4-content-item-t {
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 92px;
}

.crv-hhDetail-main-item4-content-item-line {
    width: 34px;
    height: 8px;
    margin: 10px auto 20px;
    background: #63DB8D;
}

.crv-hhDetail-main-item4-content-item-d {
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 34px;
    line-height: 24px;
    display: none;
}

.crv-hhDetail-main-item4-content-pop {
    position: absolute;
    background: rgba(32, 34, 42, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
}

.crv-hhDetail-main-item4-content-item:hover .crv-hhDetail-main-item4-content-item-t {
    margin-top: 40px;
}

.crv-hhDetail-main-item4-content-item:hover .crv-hhDetail-main-item4-content-item-d {
    display: block;
}

.crv-hhDetail-main-item4-content-item-d {
    text-align: left;
    height: 100px;
    overflow: hidden;
}

.crv-hhDetail-main-item4-content-item.active3 {
    width: 376px;
}

.crv-hhDetail-main-item4-content-item.active3:not(:last-child) {
    margin-right: 21px;
}

.crv-hhDetail-main-item4-content-item.active4 {
    width: 275px;
}

.crv-hhDetail-main-item4-content-item.active4:not(:last-child) {
    margin-right: 22px;
}

.crv-hhDetail-main-item4-content-item.active5 {
    width: 376px;
    margin-right: 21px;
}

.crv-hhDetail-main-item4-content-item.active5:not(:last-child) {
    margin-right: 0;
}

.crv-hhDetail-main-item4-content-item.active5:nth-child(3n) {
    margin-right: 0;
}

.crv-hhDetail-main-item4-content-item.active7 {
    width: 275px;
}

.crv-hhDetail-main-item4-content-item.active7:not(:last-child) {
    margin-right: 22px;
}

.crv-hhDetail-main-item4-content-item.active7:nth-child(4n) {
    margin-right: 0;
}

.crv-hhDetail-main-item4-content-item.active9 {
    width: 376px;
}

.crv-hhDetail-main-item4-content-item.active9:not(:nth-child(3n)) {
    margin-right: 21px;
}

.crv-hhDetail-main-item3-content-block {
    text-align: center;
}

.crv-hhDetail-main-item3-content-block img {
    width: 900px;
    height: 368px;
}

.crv-hhDetail-main-item3-content-tab {
    height: 40px;
    font-size: 0;
    margin: 56px 0 44px;
    border-bottom: 1px solid #31343E;
    text-align: center;
}

.crv-hhDetail-main-item3-content-tab li {
    display: inline-block;
    font-size: 18px;
    color: #dbdbdb;
    width: calc(100% / 6);
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.crv-hhDetail-main-item3-content-tab li.active::after {
    width: 32px;
    height: 20px;
    content: "";
    display: inline-block;
    background: url(../image/icon_gnyy_selected.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    top: 28px;
}

.crv-hhDetail-main-item3-content-tab li.active {
    color: #64DC8E;
}

.crv-hhDetail-main-item3-content-block p {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 30px;
}

.crv-hhDetail-main-item3-content-block:not(:first-child) {
    display: none;
}


/* 数科案例 */

.crv-case {
    background: #323440;
}

.swiper-container-caseBanner {
    width: 100%;
}

.crv-case-banner {
    height: 750px;
}

.crv-case-banner-t {
    font-size: 40px;
    color: #FFFFFF;
    padding-top: 244px;
    width: 500px;
    line-height: 1.4;
}

.crv-case-banner-d {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.8;
    margin-top: 27px;
    margin-bottom: 57px;
    width: 600px;
    overflow: hidden;
}

.crv-case-banner-btn {
    width: 160px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 28px;
    font-size: 20px;
    color: #FFFFFF;
    background: #4DA660;
    cursor: pointer;
}

.swiper-pagination-caseBanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #535656;
    opacity: 1;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-caseBanner {
    bottom: 40px;
}

.swiper-pagination-caseBanner .swiper-pagination-bullet-active {
    width: 35px;
    height: 12px;
    background: #45B147;
    border-radius: 20px;
}

.crv-case-list-main {
    margin-bottom: 90px;
}

.crv-case-logo {
    background: #2A2C38;
}

.crv-case-list-title {
    padding-top: 40px;
    margin-bottom: 52px;
    text-align: center;
}

.crv-case-list-title>div:first-child {
    font-size: 60px;
    color: #FFFFFF;
    opacity: 0.06;
    font-weight: 600;
}

.crv-case-list-title>div:last-child {
    font-size: 32px;
    color: #FFFFFF;
    margin-top: -74px;
    position: relative;
}

.crv-case-list-title>div:last-child::before {
    content: "";
    width: 112px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -56px;
}

.crv-case-list-title>div:last-child::after {
    content: "";
    width: 32px;
    height: 3px;
    background: #63DB8D;
    border-radius: 1.5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -16px;
}

.crv-case-list-main-item {
    width: 570px;
    height: 418px;
    background: #111111;
    border-radius: 20px 20px 0 0;
    margin-bottom: 40px;
}

.crv-case-list-main-item:nth-child(2n) {
    margin-left: 40px;
}

.crv-case-list-main-item-font-l>div:nth-child(1) {
    font-size: 20px;
    color: #FFFFFF;
}

.crv-case-list-main-item-font-l>div:nth-child(1):hover a {
    color: #4DA660;
}

.crv-case-list-main-item-font-l>div:nth-child(2) {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    color: #ccc;
}

.crv-case-list-main-item-pic {
    width: 570px;
    height: 328px;
    background: #444F63;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.crv-case-list-main-item-pic img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 750ms;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
}

.crv-case-list-main-item-pic img:hover {
    transform: scale(1.1);
    transition: All 0.4s ease-in-out;
}

.crv-case-list-main-item-font {
    height: 90px;
    padding: 0 30px;
    padding-top: 10px;
    background: #20222a;
}

.crv-case-list-main-item-font-r-btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: #4DA660;
    border-radius: 20px;
    margin-top: 10px;
}

.crv-case-list-main-item-font-r-btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}

.crv-case-list-main-item-font-r-num {
    font-size: 14px;
    color: #999999;
    text-align: right;
    /* width: 80px; */
    text-align: center;
    margin-top: 4px;
}

.crv-case-logo .crv-in {
    width: 1200px;
}


/* 星海 */

.crv-xh {
    margin-top: 64px;
    background: #323440;
}

.crv-xh-banner {
    width: 100%;
    height: 686px;
    position: relative;
}

.crv-xh-banner-main,
.crv-xh-banner-bg {
    width: 100%;
    height: 100%;
}

.crv-xh-banner-bg-font-t {
    padding-top: 238px;
    margin-bottom: 94px;
    font-size: 40px;
    color: #FFFFFF;
    width: 528px;
    line-height: 1.5;
}

.crv-xh-banner-bg-font-btn {
    border-radius: 28px;
    width: 160px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #4DA660;
}

.crv-xh-banner-bg-font-btn a {
    font-size: 20px;
}

.crv-xh-banner-tab {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
}

.crv-xh-banner-tab-item {
    width: 100%;
    height: calc(686px / 4);
    padding-left: 36px;
    padding-top: 34px;
    background: rgba(20, 21, 27, .5);
    cursor: pointer;
    transition: all 750ms;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
}

.crv-xh-banner-tab-item>div:nth-child(1) {
    font-size: 22px;
    color: #FFFFFF;
    width: 348px;
}

.crv-xh-banner-tab-item>div:nth-child(2) {
    font-size: 16px;
    color: #CCCCCC;
    width: 348px;
}

.crv-xh-banner-bg:not(:first-child) {
    display: none;
}

.crv-xh-banner-tab-item.active {
    transition: All 0.5s ease-in-out;
    background: rgba(20, 21, 27, .8);
    position: relative;
}

.crv-xh-banner-tab-item.active::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 68px;
    background: url(../image/icon_banner_selected.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -34px;
}

.crv-xh-main-tab {
    font-size: 0;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.crv-xh-main-tab li {
    display: inline-block;
    font-size: 28px;
    color: #aaa;
    width: calc(100% / 4);
    text-align: center;
    position: relative;
    cursor: pointer;
}

.crv-xh-main-tab li:nth-child(1)::after {
    content: "VANGUARD";
    display: inline-block;
    opacity: 0.06;
    font-size: 60px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    display: none;
}

.crv-xh-main-tab li:nth-child(2)::after {
    content: "DTECH";
    display: inline-block;
    opacity: 0.06;
    font-size: 60px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    display: none;
}

.crv-xh-main-tab li:nth-child(3)::after {
    content: "EXPLORE";
    display: inline-block;
    opacity: 0.06;
    font-size: 60px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    display: none;
}

.crv-xh-main-tab li:nth-child(4)::after {
    content: "MASTERVIEW";
    display: inline-block;
    opacity: 0.06;
    font-size: 60px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    display: none;
}

.crv-xh-main-tab li.active {
    color: #fff;
}

.crv-xh-main-tab li.active:nth-child(4)::after {
    display: block;
}

.crv-xh-main-tab li.active:nth-child(3)::after {
    display: block;
}

.crv-xh-main-tab li.active:nth-child(2)::after {
    display: block;
}

.crv-xh-main-tab li.active:nth-child(1)::after {
    display: block;
}

.crv-xh-main-tab li.active {
    position: relative;
}

.crv-xh-main-tab li.active::before {
    content: "";
    height: 1px;
    width: 112px;
    bottom: -8px;
    background: #A1ACC4;
    position: absolute;
    left: 50%;
    margin-left: -56px;
}

.crv-xh-main-tab li.active .line {
    height: 3px;
    width: 32px;
    bottom: -9px;
    background: #63DB8D;
    border-radius: 1.5px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
}

.crv-xh-main-block-item:not(:first-child) {
    display: none;
}

.crv-xh-main-block-item-pic {
    width: 570px;
    height: 416px;
    border-radius: 20px 20px 0 0;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.crv-xh-main-block-item-pic1 {
    width: 100%;
    height: 326px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.crv-xh-main-block-item-pic1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    transition: all 750ms;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
}

.crv-xh-main-block-item-pic1:hover img {
    transform: scale(1.1);
    transition: All 0.4s ease-in-out;
}

.crv-xh-main-block-item-pic:nth-child(2n) {
    margin-left: 40px;
}

.crv-xh-main-block-pic-pop {
    width: 100%;
    height: 90px;
    background: #20222a;
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
}

.crv-xh-main-block-pic-pop-title {
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
}

.crv-xh-main-block-pic-pop-title:hover a {
    color: #64DC8E;
}

.crv-xh-main-block-pic-pop-title::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 8px;
    background: url(../image/icon_skxh_dec.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: 0;
}

.crv-xh-main-block-pic-pop-time {
    font-size: 16px;
    color: #999999;
}

.crv-xh-more {
    width: 150px;
    height: 44px;
    border: 1px solid #657188;
    border-radius: 22px;
    line-height: 44px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
}

.crv-xh-more:hover {
    background: #4DA660;
    border: none;
}

.crv-xh-more a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    padding-left: 35px;
}

.crv-xh-more span {
    position: absolute;
    left: 102px;
    font-size: 20px;
}


/* bread */

.crv-bread {
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB;
}

.crv-bread li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.crv-bread li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: -8px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}


/* 数科之家 */

.crv-houseList,
.crv-house,
.crv-houseDetail {
    margin-top: 64px;
}

.crv-house-banner {
    height: 750px;
}

.crv-house-banner-cn {
    padding-top: 26%;
    font-size: 38px;
    letter-spacing: 22px;
}

.crv-house-banner-en {
    font-size: 30px;
}

.crv-house-rssk {
    height: 1080px;
}

.crv-house-rssk .crv-in {
    height: 100%;
}

.crv-house-rssk-l {
    width: 50%;
    height: 100%;
    position: relative;
    border-bottom: 4px solid #64DC8E;
    background: #323440;
}

.crv-house-rssk-r {
    width: 50%;
    height: 100%;
    padding-left: 40px;
    padding-top: 50px;
}

.crv-house-rssk-l-content {
    width: 532px;
    position: absolute;
    right: 60px;
}

.crv-house-rssk-title-en {
    opacity: .06;
    font-size: 60px;
    color: #FFFFFF;
    margin-top: 240px;
}

.crv-house-rssk-title-cn {
    font-size: 32px;
    color: #fff;
    margin-top: -60px;
    position: relative;
}

.crv-house-rssk-title-cn::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #63DB8D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.crv-house-rssk-num-item {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    line-height: 30px;
    margin-top: 50px;
}

.crv-house-rssk-num-item>span {
    display: block;
}

.crv-house-rssk-num-item>span:nth-child(1) {
    font-size: 50px;
    color: #64DC8E;
    font-weight: 600;
}

.crv-house-rssk-num-item>span:nth-child(2) {
    font-size: 16px;
    color: #fff;
    margin-top: 14px;
}

.crv-house-rssk-desc {
    margin-top: 36px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.crv-house-rssk-pic {
    width: 562px;
    height: 526px;
}

.crv-house-rssk-pic img {
    width: 100%;
    height: 100%;
}

.crv-house-rssk-r-title {
    text-align: right;
}

.crv-house-rssk-r-title .crv-house-rssk-title-en {
    line-height: 60px;
}

.crv-house-rssk-r-title .crv-house-rssk-title-cn {
    margin-top: -85px;
}

.crv-house-rssk-r-title .crv-house-rssk-title-en {
    margin-top: 77px;
}

.crv-house-rssk-r-title .crv-house-rssk-title-cn::before {
    right: 0;
    left: auto;
}

.crv-house-rssk-r-desc-icon-item {
    font-size: 16px;
    color: #fff;
    float: left;
    width: calc(100% / 4);
    text-align: center;
    position: relative;
}

.crv-house-rssk-r-desc-icon-item:not(:last-child):after {
    content: "";
    opacity: 0.34;
    width: 2px;
    height: 32px;
    display: inline-block;
    background: #EEEEEE;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
}

.crv-house-rssk-r-desc-icon-item img {
    width: 48px;
    height: 48px;
}

.crv-house-rssk-r-content {
    width: 562px;
}

.crv-house-rssk-r-desc {
    margin-top: 50px;
}

.crv-house-rssk-r-desc-icon {
    margin-right: -49px;
}

.crv-house-rssk-desc-font {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 30px;
    text-align: right;
    margin-top: 30px;
}

.crv-house-rssk-r-desc-icon-item>div {
    margin-top: -4px;
}

.crv-house-sxsk {
    padding-top: 100px;
    padding-bottom: 60px;
}

.crv-house-sxsk-l {
    width: 40%;
    height: 515px;
    position: relative;
}

.crv-house-sxsk-r {
    width: 60%;
    height: 515px;
    border-radius: 20px 0 0 20px;
    background: #323440;
    padding: 30px;
}

.crv-house-sxsk-r img {
    width: 758px;
    height: 450px;
}

.crv-house-sxsk-r-content {
    width: 356px;
    position: absolute;
    right: 50px;
}

.rv-house-sxsk-r-content-pic {
    width: 228px;
    height: 198px;
    margin: 0 auto;
}

.crv-house-sxsk-r-content .crv-house-rssk-title-en {
    margin-top: 0;
    line-height: 64px;
}

.crv-house-sxsk-r-content .crv-house-rssk-title-cn {
    margin-top: -30px;
}

.crv-house-sxsk-r-content-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 30px;
    margin-bottom: 30px;
}

.crv-house-team {
    height: 682px;
    width: 100%;
    background: #2A2C38;
}

.crv-house-team-title {
    text-align: center;
}

.crv-house-team-title {
    padding-top: 50px;
}

.crv-house-team-title .crv-house-rssk-title-en {
    margin-top: 0;
}

.crv-house-team-title .crv-house-rssk-title-cn::before {
    content: "";
    width: 112px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -56px;
    bottom: 0;
}

.crv-house-team-title .crv-house-rssk-title-cn::after {
    content: "";
    width: 32px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    background: #63DB8D;
    bottom: -1px;
}

.crv-house-team-main-item {
    float: left;
    transition: All 0.4s ease-in-out;
}

.crv-house-team-main {
    margin-top: 56px;
}

.crv-house-team-main .tempWrap {
    width: 100%!important;
}

.crv-house-team-main-item>div {
    width: 300px;
    height: 175px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.crv-house-team-main-item>div {
    background: #444F63;
}

.crv-house-team-main-item .crv-house-team-main-item-font>div:nth-child(1) {
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    padding-top: 40px;
    line-height: 26px;
}

.crv-house-team-main-item .crv-house-team-main-item-font>div:nth-child(1)::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 2px;
    background: #DBDBDB;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -18px;
}

.crv-house-team-main-item .crv-house-team-main-item-font>div:nth-child(2) {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 20px;
}

.crv-house-team-main-item:hover .crv-house-team-main-item-pic {
    opacity: .5;
}

.crv-house-team-main-item:hover .crv-house-team-main-item-font {
    background: #4DA660;
}

.crv-house-team-main-item:hover .crv-house-team-main-item-font>div:nth-child(2) {
    color: #fff;
}

.crv-house-join {
    height: 652px;
    width: 100%;
}

.crv-house-join-l {
    width: 55%;
    height: 490px;
    margin-top: 37px;
    border-radius: 0 20px 20px 0;
}

.crv-house-join-r {
    width: 40%;
    height: 100%;
}

.crv-house-join-main {
    width: 450px;
    text-align: right;
}

.crv-house-join-main .crv-house-rssk-title-en {
    line-height: 58px;
    margin-top: 80px;
}

.crv-house-join-main .crv-house-rssk-title-cn::before {
    right: 0;
    left: auto;
}

.crv-house-join-main .crv-house-rssk-title-cn {
    margin-top: -68px;
}

.crv-house-rssk-join-desc {
    padding-left: 110px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-align: right;
    margin-top: 60px;
}

.crv-house-rssk-btn {
    margin-top: 30px;
}

.crv-house-rssk-btn a {
    display: inline-block;
    border-radius: 20px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4DA660;
}

.crv-houseList-main-tab-list {
    position: relative;
    padding: 30px 150px 30px 30px;
}

.crv-houseList-main-tab-more {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 16px;
    color: #fff;
}

.crv-houseList-main-tab-moreK,
.crv-houseList-main-tab-moreS {
    display: none;
    cursor: pointer;
}

.crv-houseList-main-tab-moreK img,
.crv-houseList-main-tab-moreS img {
    margin-left: 4px;
}

.crv-houseList-main-tab {
    font-size: 16px;
    color: #AAAAAA;
    float: left;
}

.crv-houseList-main-tab-num {
    width: 1020px;
}

.crv-houseList-main-tab li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.crv-houseList-main-tab li a {
    font-size: 16px;
    color: #AAAAAA;
}

.crv-houseList-main-tab li.active a {
    color: #fff;
}

.crv-houseList-main-tab li.active::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #3C864B;
    border-radius: 2px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -15px;
}

.crv-houseList-main {
    margin-bottom: 120px;
}

.crv-houseList-main-list {
    background: #444F63;
    border-radius: 20px;
    padding: 0 26px 30px;
}

.crv-houseList-main-item-block-title {
    text-align: center;
    padding: 40px 0 44px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
}

.crv-houseList-main-item-block-title span {
    margin: 0 20px;
}

.crv-houseList-main-item-block-item-num {
    background: #CDD6E7;
    border-radius: 10px;
    width: 550px;
    height: 230px;
    padding: 20px 35px;
    float: left;
    margin-bottom: 27px;
    position: relative;
}

.crv-houseList-main-item-block-item-num:nth-child(2n) {
    margin-left: 26px;
}

.crv-houseList-zp-gw {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.crv-houseList-zp-gs,
.crv-houseList-zp-ads,
.crv-houseList-zp-time {
    font-size: 16px;
    color: #333333;
    position: relative;
}

.crv-houseList-zp-gsd,
.crv-houseList-zp-ads,
.crv-houseList-zp-time {
    display: inline-block;
    width: 370px;
}

.crv-houseList-zp-btn {
    position: absolute;
    right: 35px;
    bottom: 20px;
}

.crv-houseList-zp-btn a {
    width: 128px;
    height: 45px;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 22.4px;
    background: #4DA660;
}

.crv-houseList-zp-gs-num {
    position: absolute;
    right: 0;
}

.crv-houseList-zp-name {
    margin-right: 10px;
}

.crv-houseDetail-content {
    padding: 30px;
}

.crv-houseDetail-content-desc-l-title {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.crv-houseDetail-content-desc-l-gs,
.crv-houseDetail-content-desc-l-add,
.crv-houseDetail-content-desc-l-num {
    font-size: 16px;
    color: #FFFFFF;
}

.crv-houseDetail-content-main {
    margin-top: 40px;
    line-height: 24px;
    font-size: 14px
}

.crv-houseDetail-content-desc-r {
    margin-right: 80px;
}

.crv-share {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #64DC8E;
    border-radius: 20px;
    font-size: 16px;
    color: #64DC8E;
    margin: 80px auto;
    cursor: pointer;
}


/* 信息公开 */

.crv-news {
    margin-top: 64px;
    background: #323440;
    padding-top: 40px;
}

.crv-news-nav {
    width: 200px;
}

.crv-news-nav-list {
    margin: 20px 0;
}

.crv-news-nav-title {
    font-size: 24px;
    color: #64DC8E;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}

.crv-news-nav-list>li {}

.crv-news-nav-list>li>a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 4px 0;
    padding-left: 30px;
}

.crv-news-nav-list>li>a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
    background: #fff;
    border-radius: 50%;
}

.crv-news-nav-list>li>ul>li {}

.crv-news-nav-list>li>ul>li a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 4px 0;
    padding-left: 40px;
    font-size: 14px;
}

.crv-news-nav-list>li>ul>li a::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -1px;
    background: #fff;
    border-radius: 50%;
}

.crv-news-content {
    width: 900px;
    min-height: 700px;
}

.crv-news-content-title {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
}

.crv-news-content-mian {
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.crv-news-content-mian img {
    max-width: 100%;
}

.crv-news-nav-list a:hover {
    color: #4DA660;
}

.crv-news-nav-list a.active {
    background: #4DA660;
    color: #fff;
}

.crv-news-list-time {
    width: 80px;
    text-align: center;
    font-size: #fff;
    margin-right: 20px;
}

.crv-news-list-time-day {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #444F63;
    font-size: 32px;
    font-weight: 600;
}

.crv-news-list-pic {
    width: 100%;
    height: 50px;
    background: #444F63;
}

.crv-news-list-pic img {
    width: 100%;
    height: 100%;
}

.crv-news-list-time-year {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #444F63;
    margin-top: 4px;
}

.crv-news-list-font {
    color: #FFFFFF;
}

.crv-news-list-font-title {
    font-size: 18px;
    line-height: 24px;
}

.crv-news-list-font-desc {
    font-size: 14px;
    width: 800px;
    line-height: 24px;
    margin-top: 10px;
}

.crv-news-list {
    border-bottom: 1px solid #444F63;
    padding-bottom: 30px;
    padding-top: 30px;
}

.crv-news-list:first-child {
    padding-top: 0;
}

.crv-news-list-font-desc img {
    margin-left: 10px
}

.crv-news-list-font-title:hover a {
    color: #64DC8E;
}

.crv-newsDetail {
    background: #323440;
    padding-top: 50px;
    margin-top: 64px;
}

.crv-newsDetail-title {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #444F63;
    border-top: 1px solid #444F63;
    margin-bottom: 10px;
    font-size: 20px;
}

.crv-newsDetal-content-num {
    margin-bottom: 20px;
    font-size: 14px;
    color: #ccc;
}

.crv-newsDetail-content-main img {
    max-width: 100%;
}

.crv-newsDetail-content {
    padding-bottom: 40px;
}


/* share */

.crv-share-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(42, 44, 56, .68);
    z-index: 3;
    display: none;
}

.crv-share-main {
    width: 720px;
    height: 300px;
    background: #CDD6E7;
    border-radius: 20px;
    margin: 0 auto;
    padding: 60px 40px 0;
    margin-top: 12%;
    position: relative;
}

.crv-share-main-font {
    width: 640px;
    height: 140px;
    resize: none;
    background: #FFFFFF;
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 20px;
}

.crv-share-btn {
    width: 110px;
    height: 39px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    border-radius: 20px;
    background: #4DA660;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.crv-share-close {
    width: 45px;
    height: 45px;
    background: url(../image/icon_dl_n.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


/* 案例详情 */

.crv-caseDetail {
    padding-top: 64px;
    background: #323440;
}

.crv-caseDetail-content-l {
    width: 800px;
}

.crv-caseDetail-content-r {
    width: 280px;
    margin-top: 61px;
    border-top: 4px solid #64DC8E;
    padding-top: 16px;
}

.crv-caseDetail .crv-bread {
    border-bottom: none;
}

.crv-caseDetail-content {
    padding: 20px 0;
}

.crv-caseDetail-title {
    font-size: 24px;
    border-bottom: 1px solid #7d7e81;
    padding-bottom: 20px;
}

.crv-caseDetail-desc {
    font-size: 14px;
    margin-top: 10px;
    color: #ccc;
}

.crv-caseDetail-content-r-more {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.crv-caseDetail-btn .crv-form {
    margin: 80px auto;
    background: #2a2c38;
    margin-left: 30px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #4B985B;
}

.crv-caseDetail-btn {
    width: 800px;
    padding-left: 270px;
}

.crv-caseDetail-content-main {
    padding-top: 40px;
    font-size: 16px;
    color: #dbdbdb;
    line-height: 1.8;
}

.crv-caseDetail-content-main ul {
    padding-left: 20px;
}

.crv-caseDetail-content-main p {
    font-size: 16px;
    color: #dbdbdb;
    line-height: 1.8;
}

.crv-caseDetail-content-main img {
    max-width: 100%;
}

.crv-caseDetail-tj-pic {
    width: 280px;
    height: 165px;
    border-radius: 15px;
    background: #444F63;
    margin-bottom: 10px;
}

.crv-caseDetail-tj-pic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.crv-caseDetail-tj-title {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.crv-caseDetail-tj-title:hover {
    color: #64DC8E;
}

.crv-caseDetail-tj-item {
    margin-bottom: 20px;
}


/* 表单弹窗 */

.crv-mask {
    background: rgba(42, 44, 56, .68);
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.crv-mask-form {
    width: 732px;
    height: 542px;
    margin: 0 auto;
    margin-top: 10%;
    background: #CDD6E7;
    box-shadow: 0 5px 30px 0 rgba(109, 109, 109, 0.24);
    border-radius: 20px;
    padding: 44px 126px 0;
    position: relative;
}

input,
textarea {
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 13px;
    font-family: 微软雅黑;
}

input:focus,
textarea:focus {
    border: 2px solid #64DC8E;
}

.crv-maskForm-main input[name=companyName] {
    width: 480px;
    height: 44px;
    border-radius: 8px;
}

.crv-maskForm-main input[name=name] {
    width: 204px;
    height: 44px;
    border-radius: 8px;
}

.crv-maskForm-main input[name=tel] {
    width: 256px;
    height: 44px;
    border-radius: 8px;
}

.crv-maskForm-main textarea[name=content] {
    width: 480px;
    height: 88px;
    padding: 10px 10px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.crv-maskForm-main input[name=yzm] {
    width: 130px;
    height: 44px;
    border-radius: 8px;
}

.yzm-font {
    font-size: 12px;
    color: #666666;
    text-decoration: revert;
}

.crv-maskForm-submit {
    border-radius: 20px;
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #4B985B;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.crv-maskForm-title-cn {
    font-size: 28px;
    color: #333333;
}

.crv-maskForm-title-en {
    font-size: 30px;
    color: #333333;
    opacity: 0.18;
    margin-top: -16px;
    font-weight: 600
}

.crv-lab {
    margin-bottom: 32px;
    position: relative;
}

.crv-lab:nth-child(2) {
    float: left;
}

.crv-lab:nth-child(3) {
    float: left;
    margin-left: 20px;
}

.crv-lab:nth-child(4) {
    clear: both;
}

.yzm {
    vertical-align: middle;
    width: 100px;
    margin-right: 6px;
    margin-left: 10px;
}

.crv-maskForm-main {
    position: relative;
}

.crv-btn {
    position: absolute;
    right: 0;
    bottom: 2px;
}

.crv-tips {
    position: absolute;
    left: 0;
    bottom: -26px;
    color: #FF829B;
    display: none;
}

.crv-suc,
.crv-fail {
    position: relative;
    padding-left: 130px;
    margin-top: 28px;
    font-size: 16px;
    color: #333333;
}

.crv-suc::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../image/icon_success.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -11px;
}

.crv-fail:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../image/icon_failed.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -11px;
}

.crv-maskForm-close {
    width: 52px;
    height: 52px;
    background: url(../image/icon_dl_n.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.crv-form-section {}

.crv-srv-main-item-list {
    height: 160px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.crv-srv-main-item-list:nth-child(1) li {
    margin-right: 72px;
}

.crv-srv-main-item-list:nth-child(2) li {
    margin-right: 100px;
}

.crv-srv-main-item-list:nth-child(3) li {
    margin-right: 120px;
}

.crv-num-total4,
.crv-num-total3,
.crv-num-total2,
.crv-num-total1 {
    display: none;
}

.crv-pph-ie-hover {
    display: none;
    background: #4DA660;
    width: 100%;
    height: 200px;
    padding: 16px;
}

.crv-pph-ie-hover img {
    width: 100%;
    height: 100%;
}

.crv-pph-ie-def {
    background-color: #2A2C38;
    border: 1px solid #51535a;
    height: 200px;
    padding: 16px;
}

.crv-pph-ie-def img {
    width: 100%;
    height: 100%;
}

.crv-pph-ie>li {
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    float: left;
    width: 200px;
    list-style: none;
    height: 200px;
}

.crv-pph-ie {
    display: none;
    margin-bottom: 90px
}

.crv-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important;
}

.crv-share-suc {
    color: #323440;
    font-size: 16px;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.crv-footer-link {
    margin-bottom: 8px;
}

.crv-footer-link>a {
    margin-right: 12px;
}

.crv-footer-link>a:hover {
    color: #fff;
}

.crv-search {
    width: 200px;
    height: 32px;
    border-radius: 18px;
    background: #20222a;
    margin-top: 15px;
}

.crv-search>a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../image/icon_search_normal.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.crv-search>a:hover {
    background: url(../image/icon_search_hover.png) center center no-repeat;
    background-size: 100% 100%;
}

.crv-search>input {
    height: 32px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    outline: none;
    border: none;
    font-size: 14px;
    color: #fff;
    width: 164px;
    background: #20222A;
}

.crv-search>input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #63646A;
}

.crv-search>input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #63646A;
}

.crv-search>input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #63646A;
}

.crv-search>input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #63646A;
}