@font-face {
    font-family: 'd-Alternate';
    src: url('../css/fonts/Alternate.ttf');
}
.free-happy {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 888;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3067FF;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.free-happy:hover {
    background: #0E33C2;
}
.font-d {
    font-family: d-Alternate;
}
.sub-ctx {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sub-ctx p {
    position: absolute;
    color: #ffffff!important;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    bottom: 30px;
}

.my-iframe {
    width: 0;
    height: 0;
    position: fixed;
    top: -200px;
}
.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.body_home {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.s-banner {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 40px;
    overflow: hidden;
}
.s-banner .banner {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: auto;
    border-radius: 0;
    font-size: 22px;
    height: 26px;
    background: none;
    color: #ffffff;
    opacity: 1;
    display: flex;
    align-items: baseline;
    margin-right: 10px!important;
}
.swiper-pagination-bullet:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background: #ffffff;
    margin-left: 5px;
    transition: all .3s;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
    right: 50px;
    text-align: right;
    width: 500px;
    left: auto;
    padding-right: 66px;
    display: flex;
    justify-content: flex-end;
    height: 26px;
}
#b04 .next-arrow {
    display: block;
    position: absolute;
    background: url(../images/siteHome/banner-arrow.png) no-repeat center right;
    background-position: 100% 6px;
    bottom: 60px;
    right: 50px;
    width: 50px;
    height: 26px;
    z-index: 66;
    cursor: pointer;
}
.swiper-pagination-bullet-active:after {
    width: 56px;
}
.s-banner .banner .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.s-banner .banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.s-banner .banner .swiper-slide a img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: all 6s;
}
.s-banner .banner .swiper-slide-active a img {
    transform: none;
}

.body_home .header {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 1;
    width: 100%;
    height: 1.2rem;
    transition: all 0.7s ease-out 0s;
    opacity: 0;
    transform: translateY(-100%);
}
.body_home .header .mask {
    width: 14.4rem;
    margin: 0 auto;
    height: 100%;
}
.body_home.showdiv .header {
    transform: none;
    opacity: 1;
    z-index: 32;
}
.header .h-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: linear-gradient(90deg, #0E33C2, #3067FF);
    box-shadow: 1px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.h-top .h-top-main {
    width: 14.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.h-top .logo {
    width: auto;
    height: .5rem;
}
.h-top .logo img {
    height: 100%;
}
.h-top .login {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.rp-text {
    background: url(../images/siteHome/sao-ma.png) no-repeat center;
    width: 22px;
    height: 22px;
    background-size: contain;
    margin-right: 5px;
}
.evalution-text {
    background: url(../images/siteHome/evalution.png) no-repeat center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: contain;
    margin-right: 5px;
}

.tr-phone {
    display: flex;
    align-items: center;
    margin-right: 12px;
    cursor: pointer;
    font-size: 14px;
}

.h-top .login .search {
    width: 202px;
    height: 26px;
    position: relative;
    margin-right: 18px;
}
.h-top .login .search input {
    -webkit-appearance: none;
    border-radius: 15px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    height: 26px;
    line-height: 26px;
    outline: none;
    padding: 0 15px;
    padding-right: 30px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.h-top .login .search .bh-search {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 26px;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 15px;
}
.h-top .login .search .bh-search:after {
    content: '';
    display: block;
    background: url(../images/siteHome/search-icon2.svg) no-repeat;
    width: 22px;
    height: 24px;
}
.h-top .login .btn {
    display: flex;
    height: 18px;
}
.h-top .login .btn span {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*width: 90px;*/
    /*padding: 0 12px;*/
    font-size: 14px;
    cursor: pointer;
    margin-right: 12px;
}
.h-top .login .btn span:before {
    content: '';
    background: url(../images/siteHome/login-ma.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.h-top .login .btn .login-ris:before {
    content: '';
    background: url(../images/siteHome/register-ma.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.h-top .login .user {
    display: none;
    /*margin-left: 20px;*/
    align-items: center;
}
.h-top .login .user > div {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    height: 32px;
}
.h-top .login .user .user-photo {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    /*margin-left: 30px;*/
    border: 2px solid #f2f2f2;
    cursor: pointer;
}
.h-top .login .user .user-photo:hover {
    border-color: #3C77F9;
    border-width: 1px;
}
.h-top .login .user .user-name {
    margin-left: 7px;
    color: #ffffff;
    font-size: 14px;
}
.h-top .login .user .user-photo img {
    width: 100%;
    height: 100%;
}
.h-top .login .user .person_info {
    display: flex;
    align-items: end;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
}
.h-top .login .user .person_info > i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/siteHome/user-down.png) no-repeat;
    margin-left: 5px;
    background-size: 8px 8px;
    background-position: left;
}
.hd_user_pl li {
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.hd_user_pl li:hover {
    cursor: pointer;
    color: #498bff;
}
.hd_user_pl .hd_logout {
    position: relative;
}

.hd_user_pl .hd_logout img {
    position: absolute;
    top: 13px;
    left: 26px;
}
.hd_selec {
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateY(10px) translateX(5px);
    transform: translateY(10px) translateX(5px);
    width: 156px;
}
.body_home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-main {
    height: .9rem;
    background: linear-gradient(180deg, #006AD2 0%, rgba(71, 141, 222, 0.4) 62%, rgba(91, 174, 255, 0.03) 100%);
    box-shadow: 0px 1px 16px 2px rgba(119, 119, 119, 0.1);
}
.h-main .hm-box {
    width: 14.4rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.h-main .hm-box .logo {
    height: 56px;
    margin-right: 70px;
}
.h-main .hm-box .logo img {
    width: auto;
    height: 100%;
}
.h-main ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 12rem;
    height: 100%;
}
.h-main ul li {
    height: 100%;
    align-items: center;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
}

.h-main ul li .pointer {
    height: 100%;
    display: flex;
    align-items: center;
}
.h-main ul li .pointer > svg {
    width: 8px;
    color: #ffffff;
    margin-right: 5px;
}

.h-main ul li a {
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: .18rem;
    height: 100%;
}
.h-main ul li .hm-down-menu {
    position: absolute;
    left: 50%;
    top: .9rem;
    display: none;
    overflow: hidden;
    width: auto;
    min-height: 70px;
    background: #f6f6f6;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    z-index: 99;
}

.h-main ul li:hover a {
    /*background: #3C77F9;*/
    /*color: #FF3600;*/
}
.h-main ul li:hover svg {
    /*color: #FF3600;*/
}
.hm-down-menu > div {
    /*margin-right: 60px;*/
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.hm-down-menu > div a {
    width: 100%;
    min-width: 160px;
    color: #818285!important;
    font-size: 16px!important;
    padding: 8px 20px!important;
    display: block!important;
    text-align: center;
}
.hm-down-menu > div:hover {
    background: #3C77F9;
}
.hm-down-menu > div:hover a {
    color: #ffffff!important;
}
.hm-down-menu > div span {
    display: none;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E6E8E9;
    margin-right: 14px;
    transition: all 0.3s ease-out;
}
.hm-down-menu > div:hover span {
    background: #3C77F9;
}
.hm-down-menu > div:hover {
    color: #3C77F9;
}
.h-main ul li:hover .hm-down-menu {
    display: flex;
    flex-direction: column;
}
.body_home .bb {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translateX(-50%);
    color: #3C77F9;
    font-size: 42px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;
    z-index: 1;
}
.body_home .bb:hover {
    animation-play-state: paused;
    color: #fff;
}

.bn-swiper-prev:after {
    content: none;
}
.bn-swiper-next:after {
    content: none;
}
.bn-swiper-prev {
    cursor: pointer;
    left: 100px;
    top: 50%;
    width: 72px;
    height: 72px;
    transition: all .4s;
}
.bn-swiper-next {
    cursor: pointer;
    top: 50%;
    transform: rotate(180deg);
    right: 100px;
    width: 72px;
    height: 72px;
    transition: all .4s;
}


.bn-swiper-prev .mask, .bn-swiper-next .mask  {
    width: 72px;
    height: 72px;
    background: url(../images/siteHome/banner-arrow.svg) no-repeat center center;
    background-size: 80%;
}
.bn-swiper-prev .mask:before, .bn-swiper-next .mask:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    display: block;
    background: url(../images/siteHome/banner-arrow-hover.svg) no-repeat center center;
    background-size: 80%;
}
.bn-swiper-prev .mask:hover::before, .bn-swiper-next .mask:hover::before {
    opacity: 1;
}


.bn-swiper-next.swiper-button-disabled, .bn-swiper-prev.swiper-button-disabled {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}
.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
    /*padding-top: 100px;*/
}
.body_b.showdiv {
    top: 120px;
}
.body_b.no-top {
    top: 80px;
}
.body_b .header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    min-width: 14.4rem;
    background: #FFFFFF;
    box-shadow: 2px 5px 13px 5px rgba(119, 119, 119, 0.1);
    opacity: 0;
    transform: translateY(-100%);
}
.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}
.header2 .hd-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}
.hd-main .logo {
    /*width: 260px;*/
    height: 50px;
}
.hd-main .logo img {
    width: 100%;
    height: 100%;
}
.s-his {
    position: absolute;
    width: 202px;
    max-height: 370px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    padding: 10px 0;
    z-index: 167;
    overflow: auto;
    top: 33px;
}
.his-item {
    height: 50px;
    text-indent: 36px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.his-item:hover {
    background: #E8F3FE;
    color: #0D6CDD;
}
.hd-nav {
    display: flex;
    align-items: center;
    height: 80px;
    background: #ffffff;
}
.hd-nav .hn-box {
    width: 14.4rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.hd-nav .hn-box .logo {
    height: 56px;
    margin-right: 70px;
}
.hd-nav .hn-box .logo img {
    width: 100%;
    height: 100%;
}

.hd-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 12rem;
    margin: 0 auto;
    height: 100%;
}
.hd-nav ul li {
    height: 100%;
    z-index: 33;
    align-items: center;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
}
.hd-nav ul li .pointer {
    height: 100%;
    display: flex;
    align-items: center;
}
.hd-nav ul li .pointer > svg {
    width: 8px;
    color: #333333;
    margin-right: 5px;
}

.hd-nav ul li a {
    padding: 0 10px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 18px;
    height: 100%;
}

.hd-main ul li:hover a{
    /*background: #3C77F9;*/
    color: #3C77F9;
}
.hd-main ul li:hover svg {
    color: #3C77F9;
}

.hd-main ul li .hm-down-menu {
    position: absolute;
    left: 50%;
    top: 80px;
    display: none;
    overflow: hidden;
    width: auto;
    min-height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.hd-main ul li:hover .hm-down-menu {
    display: flex;
    flex-direction: column;
}
.hd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: linear-gradient(90deg, #0E33C2, #3067FF);
    box-shadow: 1px 20px 20px 0px rgba(0, 0, 0, 0.2);
    transition: all .2s;
    overflow: hidden;
}
.hd-top.is-hide {
    height: 0;
}
.hd-top-main {
    width: 14.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hd-top .login {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.hd-top .login .search {
    width: 202px;
    height: 26px;
    position: relative;
    margin-right: 18px;
}
.hd-top .login .search input {
    -webkit-appearance: none;
    border-radius: 15px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    height: 26px;
    line-height: 26px;
    outline: none;
    padding: 0 15px;
    padding-right: 30px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.hd-top .login .search > span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 26px;
    right: 0;
    top: 0;
    cursor: pointer;
    border-radius: 15px;
}
.hd-top .login .search > span:after {
    content: '';
    display: block;
    background: url(../images/siteHome/search-icon2.svg) no-repeat;
    width: 22px;
    height: 24px;
}
.hd-top .login .btn-two {
    display: flex;
    height: 18px;
}
.hd-top .login .btn-two span {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*width: 90px;*/
    /*padding: 0 12px;*/
    font-size: 14px;
    cursor: pointer;
    margin-right: 12px;
}
.hd-top .login .btn-two span:before {
    content: '';
    background: url(../images/siteHome/login-ma.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.hd-top .login .btn-two .login-ris:before {
    content: '';
    background: url(../images/siteHome/register-ma.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.hd-top .login .user-two {
    display: none;
    /*margin-left: 20px;*/
    align-items: center;
}
.hd-top .login .user-two > div {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    height: 30px;
}
.hd-top .login .user-two .user-photo-two {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    /*margin-left: 30px;*/
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.hd-top .login .user-two .user-photo-two:hover {
    border-color: #3C77F9;
    border-width: 1px;
}
.hd-top .login .user-two .user-name-two {
    margin-left: 7px;
    color: #333333;
    font-size: 14px;
}
.hd-top .login .user-two .user-photo-two img {
    width: 100%;
    height: 100%;
}
.hd-top .login .user-two .person_info {
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: end;
}
.hd-top .login .user-two .person_info > i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/siteHome/user-down.png) no-repeat;
    margin-left: 5px;
    background-size: 8px 8px;
    background-position: left;
}

    /* 注册 dialog */
.zc_mark {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 300;
    display: none;
}
.zc_dialog {
    width: 860px;
    height: 560px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.zc_close {
    position: absolute;
    top: 18px;
    right: 26px;
    font-size: 26px;
    color: #999999;
    cursor: pointer;
}
.zc_tp {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    height: 62px;
    line-height: 62px;
    display: flex;
    background-color: #F2F4F5;
    justify-content: space-between;
    align-items: center;
}
.zc_tp_l {
    display: flex;
    align-items: center;
}
.zc_tp_l > span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.zc_tp_l > img {
    height: 100%;
    width: 274px;
    background: #F2F4F5;
    border-radius: 4px 4px 0px 0px;
    margin-left: 18px;
}
.zc_ct {
    padding: 0 34px;
    box-sizing: border-box;
    width: 100%;
}
.zc_ct ul {
    margin-top: 30px;
    width: 100%;
}
.zc_ct li {
    width: 242px;
    height: 128px;
    background: linear-gradient(90deg, #46a5fd 0%, #72bbff 100%);
    border-radius: 9px 9px 0px 0px;
    position: relative;
    display: inline-block;
    margin-right: 33px;
    margin-bottom: 44px;
    cursor: pointer;
}
.zc_ct li:nth-child(3n) {
    margin-right: 0px;
}
.zc_ct li:hover {
    box-shadow: 0px 0px 8px #7cbbf7;
}
.zc_ct li:hover .zc_radio {
    display: block;
}
.zc_ct li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 16px;
    right: 16px;
    background: #B3DAFF;
    height: 9px;
    z-index: 6;
    opacity: 0.4;
}
.mid_hid {
    background: linear-gradient(90deg, #5D8CF5 0%, #6EA5FF 100%) !important;
}
.zc_ct li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    left: 30px;
    right: 30px;
    background: #B3DAFF;
    height: 9px;
    z-index: 6;
    opacity: 0.2;
}
.zc_ct .type {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    padding: 20px 0 0 20px;
}
.zc_ct .type_e {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.2;
    margin-left: 20px;
}
.zc_ct img {
    position: absolute;
    right: 12px;
    bottom: 0;
}
.zc_memo {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}
.zc_radio {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    display: none;
}
.zc_radio_active {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 19px;
    border-radius: 50%;
    background-color: #fff;
    color: #4285F5;
    cursor: pointer;
}
.zc_bt {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zc_btn {
    width: 96px;
    height: 40px;
    line-height: 40px;
    background: #4285F5;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}
.zc_confirm {
    background-color: #4285F5;
    color: #fff;
}
.zc_cancle {
    background-color: #fff;
    border: 1px solid #4285F5;
    color: #4285F5;
    margin-left: 26px;
}

.scroll {
    width: 100%;
    min-width: 14.4rem;
}
.scroll h3 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 2px;
    /*background: url(../images/siteHome/title-line.png) no-repeat center center;*/
    position: relative;
    height: 78px;
}
.scroll h3 p {
    width: 100%;
    color: #697B8A;
    font-size: 14px;
    position: absolute;
    top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll h3 p span {
    margin: 0 20px;
}
.scroll h3 p:before, .scroll h3 p:after {
    content: '';
    display: block;
    background: url(../images/siteHome/title-sub-line.png) no-repeat;
    width: 100px;
    height: 12px;
}
.scroll h3 a {
    color: #333333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.scroll h3 a:after {
    content: '';
    display: block;
    width: 52px;
    height: 4px;
    background: #FF3600;
    position: absolute;
    top: 54px;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: width .3s;
}
.scroll h3 a:hover::after {
    /*color: #3C77F9;*/
    width: 100%;
}
.title-tab {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.title-tab .tab-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    cursor: pointer;
    border-radius: 31px;
    border: 1px solid #F1F1F1;
    padding: 0 5px;
    position: relative;
    background: #FFFFFF;
}
.title-tab .tab-box-no, .title-tab .tab-box-res, .title-tab .tab-box-space {
    border: none;
    background: none;
}
.title-tab .tab-box .tab-move {
    position: absolute;
    top: 7px;
    left: 5px;
    display: block;
    width: 180px;
    height: 46px;
    background: linear-gradient(97deg, #378FF7 0%, #4063FB 100%);
    box-shadow: 0px 6px 8px 0px rgba(58, 120, 249, 0.4);
    border-radius: 31px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.title-tab .tab-box .title-tab-item {
    font-size: 22px;
    color: #333333;
    padding: 0 46px;
    height: 60px;
    line-height: 60px;
    z-index: 2;
}
.title-tab .tab-box-no .title-tab-item {
    width: 346px;
    margin: 0 10px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(0deg, #E5E5E5, #F3F3F3);
    /*box-shadow: 1px 5px 0px 0px rgba(78, 78, 78, 0.2);*/
    border-radius: 23px;
    text-align: center;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}
.title-tab .tab-box-no .title-tab-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #907EDE, #3F67FA);
    position: absolute;
    left: 0;
    top: -110%;
    z-index: -1;
    border-radius: 23px;
    transition: top .3s;
}
.title-tab .tab-box .title-tab-item.active {
    color: #ffffff;
}
.title-tab .tab-box-no .title-tab-item.active:before {
    top: 0;
}
.title-tab .tab-box-cg .title-tab-item {
    width: 238px;
}
.title-tab .tab-box-res {
    width: 14.4rem;
    height: 1rem;
    background: #0D74C5;
    border-radius: inherit;
    padding: 0;
}
.title-tab .tab-box-res .title-tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 0;
    position: relative;
    font-size: 25px;
    color: #ffffff;
}
.title-tab .tab-box-res .title-tab-item img {
    margin-right: 13px;
}
.title-tab .tab-box-res .title-tab-item.active {
    background: url(../images/siteHome/resource/res-title-bg.png) no-repeat;
    background-size: contain;
}
.title-tab .tab-box-res .title-tab-item:after {
    content: '';
    display: block;
    width: 1px;
    height: .6rem;
    background: #FFFFFF;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: .2rem;
}

.title-tab .tab-box-space {
    width: 14.4rem;
    height: 75px;
    padding: 0;
}
.title-tab .tab-box-space .title-tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 286px;
    height: 100%;
    padding: 0;
    position: relative;
    font-size: 25px;
    color: #ffffff;
    background: url(../images/siteHome/space-title-bg.png) no-repeat;
    padding-right: 30px;
}
.title-tab .tab-box-space .title-tab-item.active {
    background: url(../images/siteHome/space-title-bg1.png) no-repeat;
    background-size: contain;
}
.home1 {
    position: relative;
    width: 100%;
    padding-top: 50px;
    margin: 0 auto;
    height: 980px;
    background: #f4faff;
    background-size: cover;
}

.home1-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: 50px;
    z-index: 3;
}
.home1-content {
    display: flex;
    width: 100%;
    height: 730px;
    border-radius: 12px;
    margin-top: 50px;
}
.home1-content h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 40px;
}
.home1-content h6:before {
    width: 25px;
    height: 14px;
    display: block;
    content: '';
    background: url(../images/siteHome/shujutongji/mao-icon.png)no-repeat;
    margin-right: 8px;
}
.home1-content h6:after {
    width: 25px;
    height: 14px;
    display: block;
    content: '';
    background: url(../images/siteHome/shujutongji/mao-icon.png)no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 8px;
}
.h1m-left {
    width: 5.9rem;
    height: 100%;
    padding: 30px;
    border-right: 1px dashed #D7DFE5;
}
.h1m-left .left-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    width: 5.2rem;
    height: 74px;
    color: #333333;
    font-size: 36px;
    margin-bottom: 30px;
}

.h1m-left .last-left-item {
    margin-bottom: 60px
}
.left-item .lt-box {
    display: flex;
    align-items: center;
}
.left-item .message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 74px;
}
.left-item .title {
    font-size: 20px;
    color: #626669;
}
.left-item .font-d {
    font-size: 32px;
}
.left-item .img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.left-item .img img {
    width: 100%;
    height: 100%;
}

.left-chart h6 {
    margin-bottom: 0;
}
#leftChart {
    width: 5.8rem;
    height: 300px;
    transform: translateX(-26px) translateY(-14px);
    overflow: hidden;
}
.h1m-right {
    width: 8.5rem;
    height: 100%;
    padding: 20px;
    min-width: 785px;
}

.mr-top {
    display: flex;
    width: 100%;
    height: 420px;
}
.mr-top .mr-top-left {
    width: 350px;
    height: 430px;
}
.mr-top-left .mr-chart{
    position: relative;
    overflow: hidden;
}
.mr-chart {
    display: flex;
    color: #465162;
    font-size: 14px;
}
.mr-chart .message {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mr-chart .message p {
    display: flex;
    align-items: center;
    line-height: 2;
}
.mr-chart .message span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}
.mr-chart .tip {
    position: absolute;
    right: 108px;
    top: 96px;
    color: #6B7481;
    text-align: center;
    font-size: 14px;
}
#rightChart1, #rightChart2 {
    width: 280px;
    height: 220px;
    transform: translateX(76px);
}
.mr-top .mr-top-right {
    width: calc(100% - 350px);
    height: 430px;
}
.mr-tr-item {
    height: 220px;
    font-size: 15px;
}
.mr-tr-item h6 {
    text-align: left;
    margin-bottom: 20px;
}
.h1m-right-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 120px;
}
.h1m-right-mid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.h1r-item, .h1r-item-top {
    width: 2.1rem;
    height: 56px;
    margin-bottom: 10px;
    background: #3C77F9;
    border-radius: 7px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}
.last-h1r-item {
    background: #50BDFD;
}
.h1r-item .font-d {
    font-size: 32px;
    font-weight: bold;
}
.h1r-item-top {
    width: 100%;
}
.h1r-item-top span:last-child {
    font-size: 32px;
    font-weight: bold;
}
.h1r-item-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}
.h1r-item-btm .rt-item {
    display: flex;
    flex-direction: column;
    color: #3E4C62;
    font-size: 16px;
}
.rt-item span:last-child {
    font-size: 32px;
    font-weight: bold;
}

.mr-bottom {
    margin-top: 20px;
}
.mr-bottom h6 {
    width: calc(100% - 350px);
    margin-left: 350px;
}
.mr-bottom .h1m-right-bottom {
    display: flex;
    height: 152px;
}
.h1m-right-bottom .rb-left {
    width: 318px;
    height: 100%;
}
.rb-left .rb-left-item {
    position: relative;
    height: 52px;
    overflow: hidden;
}
.rb-left-item .message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3E4C62;
    font-size: 16px;
    height: 100%;
}
.rb-left-item .message span:last-child {
    font-size: 32px;
    font-weight: bold;
}
.rb-left-item .rb-left-line {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #8d95a75c;
    -webkit-transition: all 2.6s;
    -moz-transition: all 2.6s;
    -ms-transition: all 2.6s;
    -o-transition: all 2.6s;
    transition: all 2.6s;
}
.rb-right {
    position: relative;
    width: calc(100% - 318px);
}
.rb-right p {
    position: absolute;
    width: 100%;
    top: -22px;
    font-size: 16px;
    text-align: center;
}
#rightChart3 {
    width: 4.4rem;
    height: 242px;
    transform: translateY(-34px) translateX(33px);
    overflow: hidden;
}
.home1.showdiv .rb-left-item .rb-left-line {
    left: 0;
}

.home2 {
    position: relative;
    width: 100%;
    height: 470px;
    padding-top: 50px;
    margin: 0 auto;
    /*background: url(../images/siteHome/sub-banner3.png) no-repeat;*/
    background-size: cover;
}
.home2-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: 50px;
    z-index: 3;
}
.h2m-content {
    margin-top: 42px;
}
#appCenterSwiper {
    padding-left: 6px;
    height: 200px;
    padding-top: 20px;
}
.h2m-content .title-tab .tab-box {
    background: #F2F4F7;
}

.h2m-box {
    width: 100%;
    height: 540px;
    margin-top: 50px;
    position: relative;
}
.h2m-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.h2m-main.active {
    opacity: 1;
    z-index: 4;
}
.h2m-item {
    width: 4.6rem;
    height: 160px;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    transition: 0.6s all;
    cursor: pointer;
}
.h2m-item > a {
    display: flex;
}
.h2m-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.4);
}
.h2m-item .img {
    position: relative;
    width: 110px;
    height: 110px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.h2m-item .img img {
    width: 100%;
    height: 100%;
}
.h2m-item .info {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
    width: calc(100% - 130px);
}
.h2m-item .info .message {
    /*margin-top: 20px;*/
}
.h2m-item .message p {
    margin-top: 4px;
}
.h2m-item h5 {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    transition: 0.6s all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.h2m-item p {
    color: #666666;
    font-size: 16px;
    transition: 0.6s all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
.h2m-item:hover h5, .h2m-item:hover p {
    color: #3C77F9;
}

.home3 {
    position: relative;
    width: 100%;
    height: 8.3rem;
    padding-top: .5rem;
    margin: 0 auto;
    background: #ECF0F8;
}
.home3 > .mask {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    overflow: hidden;
    z-index: 2;
    background: url(../images/siteHome/chengguo/cg-bg.png) no-repeat;
    background-size: cover;
}
.home3-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: .5rem;
    z-index: 3;
}
.h3m-content .title-tab .tab-box .tab-move {
    width: 224px;
}
.h3m-content .sr-content {
    width: 100%;
}
.h3m-content .rc-content {
    width: 100%;
    margin-top: 5px;
    position: relative;
    display: none;
}
.h3m-content .rc-content .swiper-container {
    height: 4.75rem;
    padding-top: .2rem;
    padding-left: 5px;
}
.h3m-content .is-show {
    display: block;
}
.h3m-content .lunbo .swiper-container {
    width: 14.4rem;
    height: 4.75rem;
    padding-top: .2rem;
}
.h3m-content .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.h3m-content .sl-item {
    width: 3.4rem;
    height: 4.4rem;
    padding: .2rem;
    background: #FFFFFF;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.h3m-content .sl-item a {
    display: block;
}
.h3m-content .sl-item img{
    width: 3rem;
    height: 2rem;
    transition: all 0.3s ease-out;
}
.h3m-content .sl-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.h3m-content .sl-item h4 {
    height: .6rem;
}
.h3m-content .sl-item h4, .h3m-content .sl-item .rc-desc {
    color: #333333;
    line-height: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .2rem;
    font-size: .2rem;
}
.h3m-content .sl-item .rc-desc {
    color: #737373;
    line-height: .24rem;
    font-size: .16rem;
}
.h3m-content .sl-item .rc-time {
    color: #737373;
    width: 93px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
}

.h3m-content .up {
    transition: all 1s ease-out 0s;
    transform: translateY(-50px);
    opacity: 0;
}
.h3m-content .down {
    transition: all 1s ease-out 0s;
    transform: translateY(50px);
    opacity: 0;
}

.home3.showdiv .sl-item {
    opacity: 1;
    transform: none;
}

.cg-swiper-prev:after {
    content: none;
}
.cg-swiper-next:after {
    content: none;
}
.cg-swiper-prev {
    cursor: pointer;
    left: -3%;
}
.cg-swiper-next {
    cursor: pointer;
    right: -3%;
}
.cg-swiper-prev .mask, .cg-swiper-next .mask  {
    width: 48px;
    height: 48px;
    background: #ffffff;
    font-size: .14px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
}
.cg-swiper-prev .arrow, .cg-swiper-next .arrow {
    color: #FFFFFF;
    z-index: 2;
}
.cg-swiper-prev .arrow {
    margin-left: -5px;
}
.cg-swiper-next .arrow {
    margin-right: -5px;
}



.home4 {
    position: relative;
    width: 100%;
    height: 948px;
    padding-top: 53px;
    margin: 0 auto;
    /*background: url(../images/siteHome/sub-banner5.png) no-repeat;*/
    background-size: cover;
}
.home4-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: 50px;
    z-index: 3;
}
.h4m-box {
    width: 100%;
    height: 540px;
    margin-top: 50px;
    position: relative;
}
.h4m-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.h4m-main .el-carousel .el-carousel__item {
    overflow: visible;
}
.h4m-main .el-carousel .el-carousel__container{
    transform: translateX(-10px);
}
.h4m-main .el-carousel {
    width: 100%;
    padding: 0 20px;
}
.h4m-main.active {
    opacity: 1;
    z-index: 4;
}
.h4m-item {
    background: #ffffff;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}
.h4m-item.is-active {
    background: #3590F9;
    border-radius: 5px;
    padding-bottom: 40px;
}
.h4m-item-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 13px;
}
.h4m-item-box > a {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    padding: 4px;
}
.h4m-item-box .img {
    width: 100%;
    height: 346px;
    overflow: hidden;
}
.h4m-item-box .img img {
    width: 100%;
    height: 100%;
}
.h4m-item-box h4 {
    text-align: center;
    font-size: 25px;
    color: #333333;
    margin-top: 50px;
}

.home5 {
    position: relative;
    width: 100%;
    height: 11rem;
    padding-top: .5rem;
    margin: 0 auto;
    /*background: url(../images/siteHome/resource/sub-banner2.png)no-repeat;*/
    background-size: cover;
}

.home5-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: .5rem;
    z-index: 3;
}

.h5m-box {
    width: 100%;
    height: 6.74rem;
    margin-top: .5rem;
    position: relative;
}
.h5m-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.h5m-main.active {
    opacity: 1;
    z-index: 4;
}
.h5m-res-main {
    /*padding: 20px;*/
}
.h5m-res-box {
    width: 32%;
}
.h5m-res-box .res-item {
    display: flex;
    position: relative;
    cursor: pointer;
    height: .56rem;
    transition: all .6s;
}
.h5m-res-box .res-item .res-il {
    background: #ffffff;
    opacity: 0;
    transform: scale(0);
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.05);
    transition: all .6s;
}
.h5m-res-box .res-item .res-ir {
    width: 100%;
    position: absolute;
    left: 0;
    transition: all .6s;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 104px;
}
.h5m-res-box .res-item .res-ir p {
    width: 100%;
    position: relative;
    color: #333333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 20px;
}
.h5m-res-box .res-item .res-ir span {
    opacity: 0;
    transition: all .6s;
}
.h5m-res-box .res-item .res-ir p:before {
    content: '';
    display: block;
    background-color: #d2d4d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
.h5m-res-box h4 {
    font-size: 22px;
    color: #333333;
    text-indent: 50px;
    height: 50px;
}
.h5m-res-box .res-item.active .res-il {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 104px;
    opacity: 1;
    transform: none;
}
.h5m-res-box .res-item.active {
    height: 138px;
    padding: 16px 20px;
    background: #f4f8ff;
    width: 100%;
}
.h5m-res-box .res-item.active .res-ir {
    left: 124px;
    width: calc(100% - 144px);
}
.h5m-res-box .res-item.active .res-ir p {
    font-size: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 0;
}
.h5m-res-box .res-item.active .res-ir p::before {
    display: none;
}
.h5m-res-box .res-item.active .res-ir span {
    display: block;
    opacity: 1;
    color: #666666;
}
.h5m-item {
    position: relative;
    width: 2.7rem;
    height: 3.12rem;
    background: #FFFFFF;
    border-radius: 10px;
    padding: .16rem;
    border: 1px solid #E3E3E3;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    transition: 0.6s all;
}
.h5m-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.4);
}
.h5m-item .img {
    width: 2.36rem;
    height: 1.62rem;
    margin-bottom: 8px;
    overflow: hidden;
}
.h5m-item .img img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.h5m-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.h5m-item h5 {
    font-size: 17px;
    color: #333333;
    transition: all .6s;
    padding-top: .3rem;
    position: relative;
    overflow: hidden;
}
.h5m-item h5:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #3C77F9;
    top: 10px;
    left: -90%;
    transition: all .6s;
}
.h5m-item:hover h5::before {
    left: 0;
}
.h5m-item:hover h5 {
    color: #3C77F9;
}
.h5m-item p {
    position: absolute;
    bottom: 16px;
    font-size: 14px;
    color: #999999;
    transition: all .6s;
}
.h5m-item:hover p {
    color: #3C77F9;
}

.home8 {
    position: relative;
    width: 100%;
    /*height: 3.6rem;*/
    padding-top: .5rem;
    margin: 0 auto;
    /*background: url(../images/siteHome/dongtai/sub-banner1.png)no-repeat;*/
    background-size: cover;
}

.home8-main {
    margin: 0 auto;
    width: 14.4rem;
    height: 100%;
    padding-top: .5rem;
    z-index: 3;
}
.h8m-content {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.h8m-item {
    width: 6rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    transition: 0.6s all;
    cursor: pointer;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}
.h8m-item > a {
    width: 100%;
    height: 100%;
}
.h8m-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.4);
}
.h8m-item .img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: .2rem;
}
.h8m-item .img img {
    width: 100%;
    height: 100%;
}
.home6 {
    position: relative;
    width: 100%;
    height: 9rem;
    padding-top: .5rem;
    margin: 0 auto;
    /*background: url(../images/siteHome/dongtai/sub-banner1.png)no-repeat;*/
    background-size: cover;
}

.home6-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: .5rem;
    z-index: 3;
}
.h6m-box {
    width: 100%;
    height: 5rem;
    margin-top: .5rem;
    position: relative;
}
.h6m-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.h6m-main.active {
    opacity: 1;
    z-index: 4;
}
.m6-l {
    width: 6rem;
    height: 100%;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
}
.home6.showdiv .m6-l {
    /*opacity: 1;*/
    /*transform: none;*/
}
.m6-l .img {
    width: 6rem;
    height: 3.36rem;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.m6-l .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, .38);
    height: 48px;
    line-height: 48px;
    text-indent: 24px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.m6-l .title:hover {
    color: #3C77F9;
}
.m6-l img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.m6-l:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.m6-l h5 {
    height: 30px;
    margin-top: 20px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 18px;
}
.m6-l p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    height: 64px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 0 18px;
    text-indent: 20px;
}
.m6-l:hover h5,
.m6-l:hover p {
    color: #3C77F9;
}
.m6-l-1 {
    width: 5.6rem;
    height: 4.62rem;
}
.m6-l-1 ul {
    width: 100%;
}
.m6-l-1 ul li {
    height: 77px;
    font-size: 20px;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.m6-l-1 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.m6-l-1 ul li a p {
    width: 4.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m6-l-1 ul li.m6l-item-4 a, .m6-l-1 ul li.m6l-item-5 a {
    color: #3C77F9;
}
.m6-l-1 ul li:hover a{
    color: #3C77F9;
}
.m6-l-1 ul li span{
    font-size: 18px;
}

.m6-r-1 {
    width: 8.4rem;
    height: 4.62rem;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.m6r-item-1 {
    display: flex;
    width: 4rem;
    height: 1.96rem;
    cursor: pointer;
    margin-right: .2rem;
    margin-bottom: 42px;
    background: #FFFFFF;
    border-bottom: 3px solid #3C77F9;
    box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
    transition: 0.6s all;
}
.m6r-item-1:hover {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.4);
}
.item-date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 1rem;
}
.item-date h4 {
    color: #333333;
    font-size: 44px;
    font-weight: bold;
}
.item-date p {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}
.item-main {
    width: 2.8rem;
    padding-top: .6rem;
    position: relative;
    overflow: hidden;
}
.item-main:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #3C77F9;
    top: 30px;
    left: -90%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.m6r-item-1:hover .item-main::before {
    left: 0;
}
.item-main h5 {
    color: #333333;
    font-size: 20px;
    line-height: .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.item-main p {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 26px;
    right: 0;
    color: #666666;
    font-size: 18px;
}
.item-main p:before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/siteHome/dongtai/time-icon.png);
}

.m6-r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 7.9rem;
    height: 5rem;
}
.m6r-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: calc(2.5rem - 20px);
    padding: 0 20px;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.m6r-item .img {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.m6r-item img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.m6r-item .img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.m6r-item .info {
    width: 5.3rem;
}
.m6r-item .info h5 {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
    transition: all .6s;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m6r-item .info h5:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #3C77F9;
    top: 0;
    left: -90%;
    transition: all .6s;
}
.m6r-item:hover h5::before {
    left: -20px;
}
.m6r-item .info p {
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.m6r-item .info .message {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    height: 64px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.m6r-item:hover p,
.m6r-item:hover h5,
.m6r-item:hover .info .message {
    color: #3C77F9;
}
.home6-main .check-more {
    display: none;
}
.home6-main .check-more.is-show {
    display: flex;
}


.home7 {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background: url(../images/siteHome/sub-banner6.png) no-repeat;
}

.home7-main h4 {
    width: 503px;
    height: 78px;
    background: url(../images/siteHome/title-bg.png) no-repeat;
    margin: 0 auto;
}

.home7-main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4rem;
    height: 100%;
    padding-top: 50px;
    z-index: 3;
}
.home-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
}
.home-footer .footer {
    margin-top: 0;
    background: none;
    height: 240px;
}
.home-footer .footer:before {
    /*display: block;*/
}
.h7m-content .sp-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.h7m-content .sp-tab ul {
    display: flex;
}
.h7m-content .sp-tab ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .22rem;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding: 12px 40px;
}
.h7m-content .sp-tab ul li.active:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .5;
    border-radius: 10px 10px 0 0;
}
.h7m-main {
    height: 200px;
    padding: 40px 20px;
    position: relative;
}
.h7m-main:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .5;
    border-radius: 5px;
}
.h7m-main .pc-content {
    display: none;
}
.h7m-main .is-show {
    display: block;
}
/*.pc-main-item {*/
/*    margin-right: 30px;*/
/*}*/
.pc-main-item a {
    display: block;
    width: 2.3rem;
    color: #333333;
    padding-right: 20px;
    font-size: 14px;
    line-height: .3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc-main {
    display: flex;
    flex-wrap: wrap;
}




.check-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: .4rem;
    font-size: 16px;
    cursor: pointer;
}
.check-more div {
    width: 200px;
    height: 43px;
    box-shadow: rgba(78, 78, 78, 0.2) 0px 2px 0px 0px;
    display: flex;
    background: linear-gradient(0deg, rgb(229, 229, 229), rgb(243, 243, 243));
    border-radius: 22px;
}
.check-more div a {
    width: 100%;
    display: flex;
    color: #3C77F9;
    justify-content: center;
    align-items: center;
}
.check-more i {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 13px;
    background: url(../images/siteHome/check-more.svg) no-repeat;
}
.check-more i:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    display: block;
    background-size: contain;
    background: url(../images/siteHome/check-more1.svg) no-repeat;
}
.check-more div:hover i:before {
    opacity: 1;
}


.st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}
.site_righelp {
    position: fixed;
    right: 15px;
    bottom: 194px;
    width: 44px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    z-index: 40;
}
.site_righelp a {
    display: block;
    font-size: 14px;
    padding: 40px 15px 10px;
    color: #309aeb;
    background: #fff url(../images/siteHome/helpico.png) no-repeat center 8px;
    background-size: 28px 29px;
}
@keyframes bb{
    0%{transform:translate(-50%,0);opacity:0;}
    20%{transform:translate(-50%,3px);opacity:1;}
    80%{transform:translate(-50%,10px);opacity:1;}
    90%{transform:translate(-50%,10px);opacity:0;}
    100%{transform:translate(-50%,10px);opacity:0;}
}
