.gray-bg {
    min-width: 1200px;
    background: linear-gradient(360deg, #fff 0, #f9faff 100%)
}

.bule-bg {
    min-width: 1200px;
    background-color: #00e27f
}

.whitebg {
    background-color: #fff
}

.bluebg {
    background-color: #66bb44;
}

.home-black {
    color: #374567
}

.home-gray {
    color: #7a8ba6
}

.home-font14 {
    font-size: 14px
}

.home-fr {
    float: right
}

body {
    -webkit-font-smoothing: antialiased
}

.indexbanner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    overflow: hidden;
    background-size: cover;
    z-index: 1
}

.indexbanner .bgcolors {
    position: absolute;
    width: 100%;
    height: 446px;
    z-index: -1
}

.indexbanner .bgcolors .bannerbg-pic {
    position: absolute;
    width: 100%;
    height: 720px
}

.inner-pic {
    width: 1200px;
    height: 656px;
    margin: 0 auto;
    padding-top: 150px;
    overflow: hidden;
    text-align: left;
    position: relative;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    color: #e1e1e1;
    line-height: 1;
    letter-spacing: 1px;
}

h2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #e1e1e1;
    line-height: 1;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.btns {
    margin-top: 48px;
}

.btn {
    width: 240px;
    height: 50px;
    background: #537ffa;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

/*.indexbanner .bgcolors .bannerbg-pic img {*/
/*    width: 100%*/
/*}*/

.indexbanner .bannerbgs {
    position: absolute;
    left: 50%;
    width: 1200px;
    margin-left: -600px
}

.indexbanner .bannerbgs .bannerbg-img {
    position: absolute;
    top: 96px;
    right: 20px;
    width: 550px;
    height: auto;
    z-index: 1
}

.indexbanner .banner-list-index {
    position: relative;
    min-width: 1200px
}

.indexbanner .banner-list-index li {
    position: absolute;
    top: 70px;
    width: 1200px;
    height: auto;
    left: 50%;
    margin-left: -600px;
    text-align: center
}

.indexbanner .banner-list-index li a {
    display: block;
    width: 100%
}

.indexbanner .banner-list-index li a .pc-banner {
    width: 1376px;
    position: absolute;
    top: 0;
    margin-left: -540px;
    margin-right: auto;
    display: block;
    left: 50%;
    right: auto;
    z-index: 2
}

.indexbanner .banner-list-index li.active {
    z-index: 5
}

@-webkit-keyframes bannermove {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.carousel-control {
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.carousel-control.left {
    left: 20px
}

.carousel-control.right {
    right: 20px
}

.home-main-blue {
    width: 100%;
    min-width: 1200px;
    background: #f9faff
}

.home-main {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 40px;
}

.home-main a {
    display: block;
    color: inherit;
    transition: all .25s ease-in-out
}

.home-main button {
    padding: 0 16px;
    height: 32px;
    background: linear-gradient(to left, #00e27f, #5f87f8);
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

/*.home-main button:hover {*/
/*    background: linear-gradient(to right, #537ffa, #3357df)*/
/*}*/

.home-index-h2 {
    color: #374567;
    font-size: 28px;
    line-height: 48px;
    font-weight: 700;
    padding-top: 0;
    background: 0 0;
    justify-content: space-around;
}

.home-index-h2 > .en5 {
    margin-left: 16px;
    font-size: 30px;
    line-height: 32px;
    color: #7a8ba6
}

.home-index-h2.white {
    color: #fff
}

.home-index-h2.white > .en5 {
    color: #fff
}

.home-h3 {
    color: #374567;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700
}

.home-activitys {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -68px auto 0 auto;
    width: 1080px;
    height: 154px;
    background: #fff;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    z-index: 2;
    font-size: 0;
    overflow: hidden
}

.home-activitys .home-activity {
    display: inline-block;
    width: 360px;
    box-sizing: border-box;
    vertical-align: top
}

.home-activitys .home-activity  {
    display: block;
    padding: 24px;
    height: 100%
}

.home-activitys .home-activity .simg {
    display: inline-block;
    margin: 0 16px 0 0;
    vertical-align: top
}

.home-activitys .home-activity .simg > img {
    width: 52px;
    height: 52px
}

.home-activitys .home-activity:last-child {
    border: 1px solid #94ede0;
    /*background-color: #2ebda1;*/
    transition: background-color .25s ease-in-out;
    background: linear-gradient(93deg, #2ebda1, #98efe2);
}

.home-activitys .home-activity:last-child:hover {
    /*background-color: #37ccae*/
    background: linear-gradient(93deg, #37ccae, #98efe2);
}

.home-activitys .home-activity:last-child > a {
    height: 106px
}

.home-activitys .home-activity:first-child {
    background-image: linear-gradient(270deg, #f7caa6 0, #ee7a69 100%, #fcd0ad 100%, #fa9889 200%);
    background-size: 200%;
    transition: background-position .25s ease-in-out
}

.home-activitys .home-activity:first-child:hover {
    background-position: 100% 0
}

.home-activitys .home-activity:nth-child(2) {
    margin-right: 0;
    background-image: linear-gradient(90deg, #252b56 0, #535ea7 100%, #31386d 100%, #5e6ab9 200%);
    background-size: 200%;
    transition: background-position .25s ease-in-out
}

.home-activitys .home-activity:nth-child(2):hover {
    background-position: 100% 0
}

.home-activitys .home-activity .home-activity-content {
    display: inline-block;
    width: 236px;
    line-height: 32px;
    font-size: 16px;
    vertical-align: top
}

.home-activitys .home-activity .home-activity-content .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #374567;
    line-height: 36px;
    transition: color .25s ease-in-out
}

.home-activitys .home-activity .home-activity-content .home-gray {
    height: 64px;
    color: #7a8ba6;
    overflow: hidden
}

.home-activitys .home-activity:first-child .home-activity-content .title, .home-activitys .home-activity:nth-child(2) .home-activity-content .title {
    color: #fff
}

.home-activitys .home-activity:first-child .home-activity-content .home-gray, .home-activitys .home-activity:nth-child(2) .home-activity-content .home-gray {
    color: rgba(255, 255, 255, .7)
}

.home-activitys .home-activity .button-circle-gray {
    margin: 40px 20px;
    vertical-align: top
}

.home-activitys .home-activity .button-circle-gray i {
    line-height: 20px
}

.home-product {
    position: relative;
    margin-top: 48px
}

.home-product .product-buttons {
    position: absolute;
    right: 0;
    top: -88px
}

.home-product .product-buttons a {
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #374567
}

.home-product .product-buttons a:hover {
    color: #00e27f
}

.home-product .product-buttons a .sicon {
    display: inline-block;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: right
}

.home-product .product-buttons a .sicon-new {
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    background-image: url(../images/index/b6f4696660e849cf8899bf7ff977b11c.png);
    background-size: cover
}

.home-product .product-buttons a .sicon-calc {
    width: 18px;
    height: 24px;
    vertical-align: -6px;
    background-image: url(../images/index/f80b36984ee6403a9f7716301634236d.png);
    background-size: contain
}

.home-product .product-hots {
    position: relative;
    height: 346px;
    margin-bottom: 1px;
    padding-bottom: 36px
}

.home-product .product-hots > li {
    position: absolute;
    left: 0;
    width: 252px;
    height: 346px;
    box-sizing: border-box;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    border: 1px solid #e1e6f0;
    background-color: #fff;
    transition: height .2s cubic-bezier(.87, 0, .13, 1) .1s
}

.home-product .product-hots > li:nth-child(2) {
    left: 276px
}

.home-product .product-hots > li:nth-child(3) {
    left: 552px
}

.home-product .product-hots > li:nth-child(4) {
    left: 828px
}

.home-product .product-hots > li > .prod-intro {
    position: relative;
    /*padding: 48px 24px 0 10px;*/
    padding:20px 10px;
    padding-top: 48px;
    height: 298px;
    opacity: 1;
    transition: all .25s ease-in-out
}

.home-product .product-hots > li > .prod-intro .card-line {
    position: absolute;
    top: 0;
    left: 24px;
    width: 60px;
    height: 4px;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.87, 0, .13, 1)
}

.home-product .product-hots > li > .prod-intro > img {
    display:block;
    margin: 0 auto;
    margin-bottom: 18px;
    width: 74px;
    height: 58px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .1s cubic-bezier(.87, 0, .13, 1), height .1s cubic-bezier(.87, 0, .13, 1), -webkit-transform .1s cubic-bezier(.87, 0, .13, 1);
    transition: transform .1s cubic-bezier(.87, 0, .13, 1), opacity .1s cubic-bezier(.87, 0, .13, 1), height .1s cubic-bezier(.87, 0, .13, 1);
    transition: transform .1s cubic-bezier(.87, 0, .13, 1), opacity .1s cubic-bezier(.87, 0, .13, 1), height .1s cubic-bezier(.87, 0, .13, 1), -webkit-transform .1s cubic-bezier(.87, 0, .13, 1)
}

.home-product .product-hots > li > .prod-intro > .title {
    /*margin-left: 14px;*/
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #374567;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .4s cubic-bezier(0, 1.04, .39, .89);
    transition: transform .4s cubic-bezier(0, 1.04, .39, .89);
    transition: transform .4s cubic-bezier(0, 1.04, .39, .89), -webkit-transform .4s cubic-bezier(0, 1.04, .39, .89)
}

.home-product .product-hots > li > .prod-intro > .des {
    /*padding: 8px 0 39px 14px;*/
    font-size: 16px;
    line-height: 32px;
    height: auto;
    max-height: 96px;
    overflow: hidden;
    color: #7a8ba6;
    text-align: justify;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .25s cubic-bezier(.8, -.29, .35, 1.07), -webkit-transform .25s cubic-bezier(.8, -.29, .35, 1.07);
    transition: transform .25s cubic-bezier(.8, -.29, .35, 1.07), opacity .25s cubic-bezier(.8, -.29, .35, 1.07);
    transition: transform .25s cubic-bezier(.8, -.29, .35, 1.07), opacity .25s cubic-bezier(.8, -.29, .35, 1.07), -webkit-transform .25s cubic-bezier(.8, -.29, .35, 1.07)
}

.home-product .product-hots > li > .prod-intro > .arrow {
    position: absolute;
    bottom: 40px;
    right: 24px;
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: rgba(55, 69, 103, .5);
    color: rgba(55, 69, 103, .5);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .1s cubic-bezier(.87, 0, .13, 1), -webkit-transform .1s cubic-bezier(.87, 0, .13, 1);
    transition: transform .1s cubic-bezier(.87, 0, .13, 1), opacity .1s cubic-bezier(.87, 0, .13, 1);
    transition: transform .1s cubic-bezier(.87, 0, .13, 1), opacity .1s cubic-bezier(.87, 0, .13, 1), -webkit-transform .1s cubic-bezier(.87, 0, .13, 1)
}

.home-product .product-hots > li > .prod-intro > .arrow .icon__right {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 12px
}

.home-product .product-hots > li > .prod-intro .card {
    position: absolute;
    top: 68px;
    left:7.5%;
    width: 85%;
    opacity: 0;
    transition: opacity .1s cubic-bezier(.87, 0, .13, 1)
}

.home-product .product-hots > li > .prod-intro .card > .desc {
    padding-bottom: 16px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 28px;
    color: #7a8ba6;
    border-bottom: 1px solid #ebf0fc
}

.home-product .product-hots > li > .prod-intro .card .links {
    color: #00e27f;
    vertical-align: 1px
}

.home-product .product-hots > li > .prod-intro .card .links i {
    font-size: 50px;
    line-height: 28px
}

.home-product .product-hots > li > .prod-intro .card .links:hover {
    color: #2a49b8
}

.home-product .product-hots > li > .prod-intro .card-content {
    /*padding: 16px 0 16px 0*/
    padding: 16px 5px;
}

.home-product .product-hots > li > .prod-intro .card-content .content-table {
    width: 100%;
    /*margin-bottom: 32px*/
}

.home-product .product-hots > li > .prod-intro .card-content .content-table tr {
    height: 48px;
    line-height: 32px
}

.home-product .product-hots > li > .prod-intro .card-content .content-table tr .label {
    position: relative;
    font-size: 14px;
    color: #374567
}

.home-product .product-hots > li > .prod-intro .card-content .content-table tr .label .tags {
    position: absolute;
    top: -4px;
    margin-left: 6px
}

.home-product .product-hots > li > .prod-intro .card-content .content-table tr .control {
    font-size: 14px;
    font-weight: 700;
    color: #374567
}

.home-product .product-hots > li > .prod-intro .card-content .content-table tr .control input {
    vertical-align: 0
}

.home-product .product-hots > li > .prod-intro .card-bottom {
    position: absolute;
    bottom: -86px;
    width: 202px
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap {
    height: 34px;
    padding: 24px 0 36px 0;
    border-top: 1px solid #ebf0fc;
    color: #fff
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap .price-detail {
    display: inline-block;
    font-size: 12px;
    color: #374567
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap .price-detail .font-num {
    font-size: 50px;
    color: #00e27f
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap .price-detail .font-desc {
    font-size: 30px;
    font-weight: 700
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap .price-detail .gray {
    color: #7a8ba6
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap .price-detail .desc {
    display: inline-block;
    line-height: 17px
}

.home-product .product-hots > li > .prod-intro .card-bottom .bottom-wrap .button-base {
    float: right
}

.home-product .product-hots > li > .smc-card {
    opacity: 0;
    transition: all .25s ease-in-out
}

.home-product .product-hots > li:hover {
    height: 365px
}

.home-product .product-hots > li:hover > .prod-intro .card-line {
    opacity: 1
}

.home-product .product-hots > li:hover > .prod-intro > img {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px)
}

.home-product .product-hots > li:hover > .prod-intro > .title {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.home-product .product-hots > li:hover > .prod-intro > .arrow {
    opacity: 0;
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px)
}

.home-product .product-hots > li:hover > .prod-intro > .des {
    opacity: 0;
    height: 0;
    padding: 0;
    max-height: 0;
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px)
}

.home-product .product-hots > li:hover > .prod-intro .card {
    opacity: 1;
    transition: opacity .4s cubic-bezier(.87, 0, .13, 1)
}

.home-product .product-hots > li:hover > .smc-card {
    opacity: 1;
    height: 365px
}

.home-product .product-types {
    margin-top: -1px;
    font-size: 0
}

.home-product .product-types > li {
    position: relative;
    display: inline-block;
    padding-top: 35px;
    padding-left: 24px;
    width: 191px;
    height: 93px;
    cursor: pointer;
    border-top: 1px solid #e1e6f0;
    border-bottom: 1px solid #e1e6f0;
    border-left: 1px solid #e1e6f0;
    vertical-align: top;
    transition: all .25s ease-in-out
}

.home-product .product-types > li:last-child {
    width: 190px;
    border-right: 1px solid #e1e6f0
}

.home-product .product-types > li.have-only {
    width: 191px
}

.home-product .product-types > li > .bgimg {
    display: block;
    width: 32px;
    height: 32px
}

.home-product .product-types > li > span {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #374567
}

.home-product .product-types > li:hover {
    background-color: rgba(235, 240, 252, .3)
}

.home-product .product-types > li.selected {
    background-color: #fff;
    border-color: #00e27f
}

.home-product .product-types > li.selected + li {
    border-left: 1px solid #00e27f
}

.home-product .product-list-box {
    position: relative;
    overflow: visible !important;
    opacity: 0;
    background-color: #f9faff
}

.home-product .product-list {
    width: 1016px;
    opacity: 0;
    position: absolute;
    padding: 50px 59px 20px 59px;
    font-size: 0
}

.home-product .product-list li {
    display: inline-block;
    vertical-align: top;
    width: 278px;
    margin-right: 64px;
    padding-bottom: 32px
}

.home-product .product-list li a i:first-child {
    display: inline-block;
    font-size: 16px;
    color: #abb4c3;
    vertical-align: middle
}

.home-product .product-list li a span {
    display: inline-block;
    margin-left: 16px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #374567;
    font-weight: 700;
    vertical-align: middle;
    transition: color .25s ease-in-out
}

.home-product .product-list li a p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
    color: #7a8ba6
}

.home-product .product-list li a .prod_tag {
    color: #fff
}

.home-product .product-list li a:hover i, .home-product .product-list li a:hover span {
    color: #00e27f
}

.home-product .product-list li a:hover p {
    color: #7a8ba6
}

.home-product .product-list li a:hover .prod_tag {
    color: #fff
}

.home-product .product-list li:nth-child(3n+3) {
    margin-right: 0
}

.home-product .product-try {
    width: 100%
}

.home-product .product-try a {
    margin-top: 32px;
    width: 1078px;
    height: 62px;
    background: url(../images/index/d609724e83ee41f792847e952cd2bc64.png);
    background-position: 0 -62px;
    background-size: cover;
    box-shadow: 0 2px 8px rgba(193, 205, 241, .42)
}

.home-product .product-try a span {
    margin-left: 415px;
    font-size: 16px;
    color: #374567;
    line-height: 62px
}

.home-product .product-try a i {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 70px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/index/358c332432a9451abb2a8afbe1681d3b.png);
    background-position: 0 0;
    background-size: 226%
}

.home-product .product-try a:hover {
    background-position: 0 0;
    box-shadow: 0 6px 18px rgba(215, 221, 237, .8)
}

.home-product .product-try a:hover span {
    color: #00e27f
}

.home-product .product-try a:hover i {
    background-position: 20px 0
}

.home-process {
    position: relative;
    margin-top: 48px
}

.home-process .process-buttons {
    position: absolute;
    right: 0;
    top: -88px
}

.home-process .process-buttons a {
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #374567
}

.home-process .process-buttons a:hover {
    color: #00e27f
}

.home-process .process-buttons a .sicon {
    display: inline-block;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: right
}

.home-process .process-buttons a .sicon-new {
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    background-image: url(../images/index/b6f4696660e849cf8899bf7ff977b11c.png);
    background-size: cover
}

.home-process .process-hots {
    position: relative;
    margin-bottom: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-process .process-hots > li {
    /*position: absolute;*/
    border-radius: 20px;
    left: 0;
    width: 216px;
    height: 280px;
    box-sizing: border-box;
    box-shadow: 1px 3px 18px 3px rgba(0,26,81,0.06);
    border: 1px solid #f7f9fd;
    background-color: #fff;
    transition: height .2s cubic-bezier(.87, 0, .13, 1) .1s;
    margin-top: 20px;
}

.home-process .process-hots > li > .prod-intro {
    position: relative;
    padding:20px 10px;
    padding-top: 38px;
    height: 208px;
    opacity: 1;
    transition: all .25s ease-in-out
}

.home-process .process-hots > li > .prod-intro > .title {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 30px;
    color: #374567;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .4s cubic-bezier(0, 1.04, .39, .89);
    transition: transform .4s cubic-bezier(0, 1.04, .39, .89);
    transition: transform .4s cubic-bezier(0, 1.04, .39, .89), -webkit-transform .4s cubic-bezier(0, 1.04, .39, .89)
}

.home-process .process-hots > li > .prod-intro > .des {
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    height: auto;
    max-height: 96px;
    overflow: hidden;
    color: #7a8ba6;
    /*text-align: justify;*/
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .25s cubic-bezier(.8, -.29, .35, 1.07), -webkit-transform .25s cubic-bezier(.8, -.29, .35, 1.07);
    transition: transform .25s cubic-bezier(.8, -.29, .35, 1.07), opacity .25s cubic-bezier(.8, -.29, .35, 1.07);
    transition: transform .25s cubic-bezier(.8, -.29, .35, 1.07), opacity .25s cubic-bezier(.8, -.29, .35, 1.07), -webkit-transform .25s cubic-bezier(.8, -.29, .35, 1.07)
}

.home-process .process-hots > li > .prod-intro .card-line {
    opacity: 1;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    margin-left: -25px;
    margin-top: -50px;
    background: #bbeebb;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;

}
.home-process .process-hots > li:hover > .prod-intro .card-line {
    opacity: 1
}

.home-process .process-hots > li:hover > .prod-intro > .title {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.home-softinfo {
    position: relative;
    margin-top: 48px
}
.home-softinfo img {
    width: 80%;
}
.home-softinfo .softinfo-hots {
    position: relative;
    margin-bottom: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 24px;*/
}

.home-softinfo .softinfo-hots > .softinfo {
    border-radius: 20px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-softinfo .softinfo-hots > .softinfo > .prod-intro {
    position: relative;
    padding: 30px 20px;
    height: 250px;
    opacity: 1;
    transition: all .25s ease-in-out;
    width: calc(20% - 35px);
    display: flex;
    align-items: center;
    flex-direction: column;
    background: white;
    margin-bottom: 50px;
    border: 1px solid #dddddd;
    border-top: 7px solid #66bb44;
}

.home-softinfo .softinfo-hots > .softinfo > .prod-intro > .title {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #374567;
    margin-bottom: 0;
    margin-top: 30px;
}

.home-softinfo .softinfo-hots > .softinfo > .prod-intro > .des {
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    height: auto;
    max-height: 96px;
    overflow: hidden;
    color: #999999;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 10px;
}

.home-softinfo .softinfo-hots > .softinfo > .prod-intro .card-line {
    width: 36px;
    height: 36px;
}

.card-line.icon1 {
    background-image: url(../images/index/icon/1.png);
    background-size: cover
}.card-line.icon2 {
    background-image: url(../images/index/icon/2.png);
    background-size: cover
}.card-line.icon3 {
    background-image: url(../images/index/icon/3.png);
    background-size: cover
}.card-line.icon4 {
    background-image: url(../images/index/icon/4.png);
    background-size: cover
}.card-line.icon5 {
    background-image: url(../images/index/icon/5.png);
    background-size: cover
}.card-line.icon6 {
    background-image: url(../images/index/icon/6.png);
    background-size: cover
}.card-line.icon7 {
    background-image: url(../images/index/icon/7.png);
    background-size: cover
}.card-line.icon8 {
    background-image: url(../images/index/icon/8.png);
    background-size: cover
}.card-line.icon9 {
    background-image: url(../images/index/icon/9.png);
    background-size: cover
}.card-line.icon10 {
    background-image: url(../images/index/icon/10.png);
    background-size: cover
}

@media(max-width: 768px) {
    .home-softinfo {
        margin-top: 18px;
    }
    .home-softinfo img {
        width: 100%;
    }
    .home-softinfo .softinfo-hots {
        padding: 8px 2px;
    }

    .home-softinfo .softinfo-hots > .softinfo > .prod-intro {
        padding:4px;
        height: 130px
    }

    .home-softinfo .softinfo-hots > .softinfo > .prod-intro > .title {
        font-size: 13px;
        line-height: 28px;
    }

    .home-softinfo .softinfo-hots > .softinfo > .prod-intro > .des {
        font-size: 10px;
        line-height: 20px;
    }

    .home-softinfo .softinfo-hots > .softinfo > .prod-intro .card-line {
        width: 26px;
        height: 26px;
    }
    .home-index-h2 {
        margin-top: 0!important;
    }

    .inner-pic h1{
        color: #595959!important;
        font-size: 30px!important;
    }
}

.smc-card {
    position: absolute;
    top: 0;
    margin: -1px;
    padding-bottom: 84px;
    width: 252px;
    height: 364px;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    border: 1px solid #e1e6f0;
    box-sizing: border-box;
    text-align: left
}

.smc-card .card-top {
    border-bottom: 1px solid #ebf0fc;
    margin: 0 24px;
    padding: 36px 0 16px 0
}

.smc-card .card-top .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #374567
}

.smc-card .card-top .desc {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 28px;
    color: #7a8ba6
}

.smc-card .card-top .links {
    color: #00e27f;
    vertical-align: 1px
}

.smc-card .card-top .links i {
    font-size: 50px;
    line-height: 28px
}

.smc-card .card-top .links:hover {
    color: #2a49b8
}

.smc-card .card-content {
    margin: 0 24px;
    padding: 16px 0 16px 0
}

.smc-card .card-content .content-table {
    width: 100%;
    margin-bottom: 32px
}

.smc-card .card-content .content-table tr {
    height: 48px;
    line-height: 32px
}

.smc-card .card-content .content-table tr .label {
    position: relative;
    font-size: 14px;
    color: #374567
}

.smc-card .card-content .content-table tr .label .tags {
    position: absolute;
    top: -4px;
    margin-left: 6px
}

.smc-card .card-content .content-table tr .control {
    font-size: 14px;
    font-weight: 700;
    color: #374567
}

.smc-card .card-content .content-table tr .control input {
    vertical-align: 0
}

.smc-card .card-bottom {
    position: absolute;
    bottom: 0;
    width: 100%
}

.smc-card .card-bottom .bottom-wrap {
    height: 34px;
    margin: 0 24px;
    padding: 24px 0 36px 0;
    border-top: 1px solid #ebf0fc;
    color: #fff
}

.smc-card .card-bottom .bottom-wrap .price-detail {
    display: inline-block;
    font-size: 12px;
    color: #374567
}

.smc-card .card-bottom .bottom-wrap .price-detail .font-num {
    font-size: 50px;
    color: #00e27f
}

.smc-card .card-bottom .bottom-wrap .price-detail .font-desc {
    font-size: 30px;
    font-weight: 700
}

.smc-card .card-bottom .bottom-wrap .price-detail .gray {
    color: #7a8ba6
}

.smc-card .card-bottom .bottom-wrap .price-detail .desc {
    display: inline-block;
    line-height: 17px
}

.smc-card .card-bottom .bottom-wrap .button-base {
    float: right
}

.smc-card:hover {
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .75);
    border: 1px solid #e1e6f0
}

.form-select {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer
}

.form-select > input {
    position: absolute;
    width: 120px;
    padding: 6px 12px;
    border: solid 1px #e1e6f0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #374567;
    line-height: 18px;
    cursor: pointer;
    box-sizing: border-box
}

.form-select > input:hover {
    border: 1px solid #00e27f
}

.form-select .icon__down {
    position: absolute;
    color: #e1e6f0;
    right: 10px;
    top: 8px;
    pointer-events: none
}

.form-select > ul {
    display: none;
    position: absolute;
    top: 30px;
    min-width: 100%;
    border: solid 1px #e1e6f0;
    background: #fff;
    box-sizing: border-box;
    z-index: 10
}

.form-select > ul > li {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    word-break: keep-all
}

.form-select > ul > li span {
    font-size: 12px;
    font-weight: 400;
    color: #7a8ba6
}

.form-select > ul > li:hover {
    background: #f9faff
}

.form-select > ul > li:hover span {
    color: #374567
}

.form-select.active > input {
    border: 1px solid #00e27f
}

.form-select.active .icon__down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.form-select.active > ul {
    display: block
}

.home-solutions {
    width: 130px;
    border-right: 1px solid #d2dbe8;
    position: relative;
    margin-top: 50px;
    padding-top: 20px
}

.home-solutions .home-solution {
    padding-bottom: 24px
}

.home-solutions .home-solution .solution-name {
    width: 100px;
    height: 30px;
    padding-right: 29px;
    font-size: 16px;
    color: #374567;
    line-height: 30px;
    text-align: right;
    cursor: pointer
}

.home-solutions .home-solution .solution-contain {
    display: none;
    position: absolute;
    left: 175px;
    top: 20px;
    width: 905px;
    font-size: 14px
}

.home-solutions .home-solution .solution-contain p {
    margin-top: 32px;
    margin-bottom: 40px;
    color: #7a8ba6;
    line-height: 24px
}

.home-solutions .home-solution .solution-contain .sicon {
    display: inline-block;
    margin-right: 15px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: cover
}

.home-solutions .home-solution .solution-contain .sicon-tag1 {
    background-image: url(../images/index/d261752890fd42b5a190a31fcdb15c5c.png)
}

.home-solutions .home-solution .solution-contain .sicon-tag2 {
    background-image: url(../images/index/427161cabf6c493b95bf475490430c37.png)
}

.home-solutions .home-solution .solution-contain .sicon-tag3 {
    background-image: url(../images/index/a2beddf0ffe4423391c87ea5fe7f7164.png)
}

.home-solutions .home-solution .solution-contain .solution-tag {
    display: inline-block;
    margin: 0 12px 32px 0;
    padding: 0 10px;
    border: 1px solid #dcdee3;
    border-radius: 4px
}

.home-solutions .home-solution .solution-contain .solution-imgs {
    margin-top: 64px;
    height: 60px
}

.home-solutions .home-solution .solution-contain .solution-imgs a {
    display: inline-block;
    vertical-align: middle
}

.home-solutions .home-solution .solution-contain .simg {
    width: auto;
    height: 60px;
    margin-right: 22px
}

.home-solutions .home-solution .solution-contain .more {
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    color: #00e27f
}

.home-solutions .home-solution.selected .solution-name {
    color: #00e27f;
    border-right: 3px solid
}

.home-solutions .home-solution.selected .solution-contain {
    display: block
}

.home-solutions .home-solution:hover .solution-name {
    color: #00e27f;
    border-right: 3px solid
}

.home-solutions-new {
    position: relative;
    margin-top: 42px
}

.home-solutions-new .solution-tabs {
    position: relative;
    width: 268px;
    height: 32px;
    background: linear-gradient(to left, #00e27f, #5f87f8);
    border-radius: 16px
}

.home-solutions-new .solution-tabs .line1 {
    position: absolute;
    left: 133px;
    top: 9px;
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: .2
}

.home-solutions-new .solution-tabs > button {
    float: left;
    width: 134px;
    height: 32px;
    color: #fff;
    background: 0 0;
    border-radius: 0
}

.home-solutions-new .solution-tabs > button:first-child {
    width: 135px;
    margin-left: -1px;
    border-radius: 16px 0 0 16px
}

.home-solutions-new .solution-tabs > button:last-child {
    width: 135px;
    margin-right: -1px;
    border-radius: 0 16px 16px 0
}

.home-solutions-new .solution-tabs > button:hover {
    background: linear-gradient(to right, #537ffa, #3357df)
}

.home-solutions-new .solution-tabs > button.selected {
    background: linear-gradient(to right, #ffcf87, #ffbc76);
    color: #4e342e
}

.home-solutions-new .solution-contain {
    position: relative
}

.home-solutions-new .solution-contain > a > button {
    position: absolute;
    right: 0;
    top: -80px
}

.home-solutions-new .solution-contain ul {
    margin-top: 48px;
    font-size: 0
}

.home-solutions-new .solution-contain ul li {
    position: relative;
    display: inline-block;
    margin: 0 24px 24px 0;
    padding: 38px 32px 74px 32px;
    width: 278px;
    height: 160px;
    background: #fff;
    vertical-align: top;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    border: 1px solid #e1e6f0
}

.home-solutions-new .solution-contain ul li p {
    margin: 8px 0 24px 0;
    font-size: 16px;
    color: #7a8ba6;
    line-height: 32px;
    text-align: justify
}

.home-solutions-new .solution-contain ul li .button-base {
    position: absolute;
    bottom: 40px;
    left: 32px;
    color: #00e27f
}

.home-solutions-new .solution-contain ul li .simg {
    display: inline-block;
    margin-right: 12px;
    margin-top: 4px;
    width: 24px;
    height: 24px;
    vertical-align: top
}

.home-solutions-new .solution-contain ul li:nth-child(3n) {
    margin-right: 0
}

.home-solutions-new .solution-contain ul li .more-img {
    width: 343px;
    margin-top: -33px;
    margin-left: -33px
}

.home-region {
    margin-top: 48px
}

.home-region .region-tabs {
    position: relative;
    width: 360px;
    height: 32px;
    background: linear-gradient(to left, #00e27f, #5f87f8);
    border-radius: 16px
}

.home-region .region-tabs .line1 {
    position: absolute;
    left: 119px;
    top: 9px;
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: .2
}

.home-region .region-tabs .line2 {
    position: absolute;
    left: 240px;
    top: 9px;
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: .2
}

.home-region .region-tabs button {
    float: left;
    width: 120px;
    height: 32px;
    color: #fff;
    background: 0 0;
    border-radius: 0
}

.home-region .region-tabs button:first-child {
    width: 121px;
    margin-left: -1px;
    border-radius: 16px 0 0 16px
}

.home-region .region-tabs button:nth-child(2) {
    border-radius: 0
}

.home-region .region-tabs button:last-child {
    width: 121px;
    margin-right: -1px;
    border-radius: 0 16px 16px 0
}

.home-region .region-tabs button:hover {
    background: linear-gradient(to right, #537ffa, #3357df)
}

.home-region .region-tabs button.selected {
    background: linear-gradient(to right, #ffcf87, #ffbc76);
    color: #4e342e
}

.home-region .region-contain {
    position: relative;
    height: 442px
}

.home-region .region-contain button {
    position: absolute;
    right: 0;
    top: -32px
}

.home-region .region-contain .region-table {
    float: right;
    margin-top: 64px;
    width: 690px;
    padding: 0 15px;
    border: 1px solid #ebf0fc;
    border-radius: 4px
}

.home-region .region-contain table {
    margin-bottom: -1px
}

.home-region .region-contain tr {
    border-bottom: 1px solid #ebf0fc;
    line-height: 50px;
    color: #374567
}

.home-region .region-contain td, .home-region .region-contain th {
    padding: 0 20px;
    text-align: left
}

.home-region .region-contain th {
    font-size: 14px
}

.home-region .region-contain .even-tr {
    background: #f7f8fa
}

.home-region .region-contain .last-td {
    width: 270px;
    border-left: 1px solid #ebf0fc;
    background: #fff;
    word-break: break-all;
    line-height: 24px;
    vertical-align: middle
}

.home-region .region-contain .magnifier {
    position: absolute;
    top: 36px;
    right: 29px;
    z-index: 10;
    width: 256px;
    height: 117px;
    background: url(../images/index/9fcaf158e1dd4aea9888e2f0bf106930.png);
    background-size: 256px 117px;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.home-region .region-contain .magnifier:hover {
    opacity: 1
}

.home-region .region-contain .region-lists {
    display: inline-block;
    padding: 24px 0 0 0;
    background-color: rgba(116, 144, 247, .3);
    border: 1px solid rgba(225, 230, 240, .3);
    font-size: 0;
    text-align: center
}

.home-region .region-contain .region-lists > li {
    position: relative;
    font-size: 0;
    line-height: 48px;
    color: #fff
}

.home-region .region-contain .region-lists > li:last-child {
    padding-bottom: 16px
}

.home-region .region-contain .region-lists > li > span {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    border-bottom: 1px solid #ebf0fc;
    text-align: left
}

.home-region .region-contain .region-lists > li:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 100%)
}

.home-region .region-contain .region-lists > li:hover > .zonetips {
    display: inline-block
}

.home-region .region-contain .region-lists > li:last-child > span {
    border-bottom: none
}

.home-region .region-contain .region-lists > li .zonetips {
    position: absolute;
    display: none;
    right: -32px;
    top: -88px;
    background-color: #fff;
    width: 290px;
    padding: 16px 32px;
    font-size: 14px;
    line-height: 28px;
    color: #7a8ba6;
    text-align: left
}

.home-region .region-contain .region-lists > li .zonetips::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    -ms-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg)
}

.home-region .region-contain .region-lists > li .zonetips.thin {
    top: -60px
}

.home-region .region-contain .region-lists.right {
    position: absolute;
    right: 0;
    top: 68px;
    width: 252px
}

.home-region .region-contain .region-lists.right > li .region {
    width: 80px
}

.home-region .region-contain .region-lists.right > li .zone {
    width: 124px
}

.home-region .region-contain .region-lists.left {
    position: absolute;
    left: 0;
    top: 68px;
    width: 480px
}

.home-region .region-contain .region-lists.left > li .region {
    width: 142px
}

.home-region .region-contain .region-lists.left > li .zone {
    width: 290px
}

.home-learn {
    position: relative;
    margin-top: 64px;
    overflow: hidden
}

.home-learn .learn-steps {
    padding-left: 56px;
    width: 100%
}

.home-learn .learn-steps .learn-step {
    display: inline-block;
    width: 105px;
    height: 100px;
    margin-right: 90px;
    text-align: center;
    cursor: pointer
}

.home-learn .learn-steps .learn-step .sicon {
    display: block;
    margin: 0 30px 16px 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f9faff;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .25s ease-in-out
}

.home-learn .learn-steps .learn-step .sicon-step1 {
    background-image: url(../images/icon/1.png)
}

.home-learn .learn-steps .learn-step .sicon-step2 {
    background-image: url(../images/icon/2.png)
}

.home-learn .learn-steps .learn-step .sicon-step3 {
    background-image: url(../images/icon/3.png)
}

.home-learn .learn-steps .learn-step .sicon-step4 {
    background-image: url(../images/icon/4.png)
}

.home-learn .learn-steps .learn-step .sicon-step5 {
    background-image: url(../images/icon/5.png)
}

.home-learn .learn-steps .learn-step .step-arrow {
    float: right;
    display: inline-block;
    margin: -46px -90px 0 0;
    width: 90px;
    height: 1px;
    background-color: #e1e6f0
}
.home-assure .assure-service p{
    color: #ffffff;
    line-height: 36px;
    text-indent: 2em;

}
.home-learn .learn-steps .learn-step span {
    display: inline-block;
    font-size: 18px;
    color: #374567;
    line-height: 32px;
    font-weight: 700
}

.home-learn .learn-steps .learn-step:hover .sicon {
    box-shadow: 0 8px 10px 0 rgba(229, 234, 255, .82);
    background-color: #fff;
    border: 1px solid #fff
}

.home-learn .learn-steps .learn-step.selected .sicon {
    box-shadow: 0 8px 10px 0 rgba(229, 234, 255, .82);
    background-color: #fff;
    border: 1px solid #00e27f
}

.home-learn .pre-step {
    position: absolute;
    left: 4px;
    top: 270px;
    z-index: 10
}

.home-learn .pre-step .icon__arrow-left {
    line-height: 24px;
    font-size: 12px;
    vertical-align: top
}

.home-learn .next-step {
    position: absolute;
    right: 4px;
    top: 270px;
    z-index: 10
}

.home-learn .next-step .icon__arrow-right {
    line-height: 24px;
    font-size: 12px;
    vertical-align: top
}

.home-learn .learn-contain {
    position: absolute;
    top: 0;
    font-size: 0;
    width: 1080px;
    padding: 60px 56px;
    vertical-align: top;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.home-learn .learn-contain.active {
    opacity: 1
}

.home-learn .learn-contain img {
    display: inline-block;
    width: 400px;
    margin-top: 10px;
    vertical-align: middle
}

.home-learn .learn-contain .learn-context {
    display: inline-block;
    width: 470px;
    width: 520px;
    margin-left: 48px;
    vertical-align: middle
}

.home-learn .learn-contain .learn-context span {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #374567
}

.home-learn .learn-contain .learn-context p {
    font-size: 16px;
    color: #7a8ba6;
    line-height: 32px;
    margin-bottom: 8px
}

.home-learn .learn-contain .learn-context b {
    color: #374567;
    font-weight: 700
}

.home-learn .learn-contain .learn-context a:hover {
    color: #00e27f
}

.home-learn .learn-contain .learn-context .word-link {
    color: #00e27f;
    transition: all .25s ease-in-out
}

.home-learn .learn-contain .learn-context .word-link:hover {
    color: #2a49b8
}

.home-assure-button {
    margin-top: 28px
}

.home-assure-button a {
    display: inline-block;
    color: #00e27f;
    vertical-align: top
}

.home-assure-button .button-bluegradient {
    background: linear-gradient(to right, #5f87f8, #00e27f);
    color: #fff
}

.home-assure-button .button-bluegradient:hover {
    background: linear-gradient(to right, #537ffa, #3357df);
    color: #fff
}

.home-assure-button .button-yellowgradient {
    background: linear-gradient(to right, #ffcf87, #ffbc76);
    color: #4e342e
}

.home-assure-button .button-yellowgradient:hover {
    background: linear-gradient(to right, #fec672, #f6ad61);
    color: #4e342e
}

.home-assure {
    margin-top: 48px
}

.home-assure .assure-service {
    width: 100%;

    /*padding: 40px 0 0 23px;*/
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    /*border: 1px solid #e1e6f0*/
}

.home-assure .assure-service li {
    display: inline-block;
    padding-bottom: 12px;
    width: 192px;
    height: 32px;
    line-height: 32px
}

.home-assure .assure-service li span {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    color: #374567;
    font-weight: 700
}

.home-assure .assure-service li .sicon {
    display: inline-block;
    margin: 0 12px 0 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    vertical-align: -6px;
    background-size: cover
}

.home-assure .assure-service li .sicon-service1 {
    background-image: url(../images/index/dcb886dcd67141629fe9e45042e9ef63.png)
}

.home-assure .assure-service li .sicon-service2 {
    background-image: url(../images/index/d0f04780feea4fefb4811c917e5615a4.png)
}

.home-assure .assure-service li .sicon-service3 {
    background-image: url(../images/index/6325d94b2a99498c8ad82913c22c1a7e.png)
}

.home-assure .assure-service li .sicon-service4 {
    background-image: url(../images/index/543a9371a03942299df4833a6d998fce.png)
}

.home-assure .assure-security {
    float: right;
    margin-left: -56px
}

.home-assure .assure-security .security-protect {
    position: relative;
    width: 526px;
    height: 304px;
    background-image: url(../images/index/index5.png);
    background-size: cover
}

.home-assure .assure-security .security-protect .first, .home-assure .assure-security .security-protect .second {
    position: absolute;
    top: 66px;
    left: 109px;
    color: #7a8ba6;
    font-size: 0;
    line-height: 22px
}

.home-assure .assure-security .security-protect .first > span, .home-assure .assure-security .security-protect .second > span {
    vertical-align: middle
}

.home-assure .assure-security .security-protect .first > .title, .home-assure .assure-security .security-protect .second > .title {
    margin-right: 30px;
    font-size: 16px
}

.home-assure .assure-security .security-protect .first > .symbol, .home-assure .assure-security .security-protect .second > .symbol {
    font-size: 12px
}

.home-assure .assure-security .security-protect .first > .en3, .home-assure .assure-security .security-protect .second > .en3 {
    margin: 0 10px;
    color: #374567;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 1px
}

.home-assure .assure-security .security-protect .second {
    top: 174px;
    color: #fff
}

.home-assure .assure-security .security-protect .second > .en3 {
    color: #fff
}

.assure-aptitude {
    position: relative;
    margin-top: 46px
}

.assure-aptitude::before {
    content: '';
    position: absolute;
    top: 44px;
    width: 100%;
    height: 1px;
    background-color: #e1e6f0;
    z-index: -1
}

.assure-aptitude .assure-aptitude-list {
    margin: 0 auto;
    width: 1080px;
    height: 133px;
    background-image: url(../images/icon/6.png);
    background-size: 1000px 37px;
    background-position: 40px 71px;
    background-repeat: no-repeat;
    font-size: 0
}

.assure-aptitude .assure-aptitude-list > li {
    display: inline-block;
    padding-bottom: 70px;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.assure-aptitude .assure-aptitude-list > li > div {
    padding: 8px 16px;
    border: 1px solid #e1e6f0;
    font-size: 16px;
    line-height: 22px;
    color: #7a8ba6;
    text-align: center;
    background-color: #fff
}

.assure-aptitude .assure-aptitude-list > li:first-child {
    margin-left: -4px
}

.assure-aptitude .assure-aptitude-list > li:nth-child(2) {
    margin-left: 4px
}

.assure-aptitude .assure-aptitude-list > li:nth-child(4) {
    margin-left: 6px
}

.assure-aptitude .assure-aptitude-list > li:nth-child(5) {
    margin-left: 18px
}

.assure-aptitude .assure-aptitude-list > li:nth-child(6) {
    margin-left: 32px
}

.assure-aptitude .assure-aptitude-list > li:nth-child(7) {
    margin-left: 32px
}

.assure-aptitude .assure-aptitude-list > li.assureseleted {
    opacity: 1
}

.lastone {
    margin-right: 0 !important
}

.lastline {
    margin-bottom: 0 !important
}

.home-product .product-try a span.button-circle-gray {
    margin-bottom: 5px;
    margin-left: 70px
}

.home-product .product-try a span.button-circle-gray i {
    line-height: 20px;
    color: #a7b3cc;
    font-size: 13px;
    background: 0 0;
    margin: 0;
    width: 13px
}

.home-product .product-try a span.button-circle-gray:hover i {
    color: #00e27f
}

.home-product .product-try a:hover span.button-circle-gray {
    color: #00e27f;
    border-color: #00e27f
}

.home-product .product-try a:hover span.button-circle-gray i {
    color: #00e27f
}

.mobile-wrapper .btn {
    background: #ffea02;
    border-radius: 20px;
    line-height: 50px !important;
    height: 50px;
    padding: 0px !important;
    color: #010101;
    font-weight: bold;
    font-size: 22px;
    box-shadow: 0px 10px 20px 0px rgba(0,26,81,0.04), inset -2px 2px 5px 0px rgba(255,243,205,0.83), inset 2px -2px 5px 0px rgba(131,80,0,0.5);
}

@media(max-width: 992px) {
    .page-header, .navbar-expand-lg, .container-fluid, .indexbanner, .bgcolors, .bannerbg-pic,
    .inner-pic, .inner-pic div, .inner-pic h1, .inner-pic h2, .btns, .gray-bg, .home-main-blue,
    .home-main-blue, .assure-aptitude-list, .home-activitys, .home-learn .learn-contain {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .mobile-wrapper .btn {
        width: 200px !important;
        height: 50px;
        font-weight: 500;
        font-size: 16px;
    }
    .home-activitys {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .home-activitys .home-activity {
        margin: 10px auto !important;
        border-radius: 10px;
        width: 80vw !important;
        display: flex;
        justify-content: center;
    }
    .indexbanner .bgcolors .bannerbg-pic {
        padding: 0 15px;
    }
    .indexbanner .bannerbgs {
        position: relative;
        left: 0;
        width: 100vw !important;
        margin-left: 0;
    }
    .indexbanner .bannerbgs .bannerbg-img {
        width: 50%;
        top: 130px !important;
    }
    .indexbanner {
        height: 620px;
    }
    .inner-pic h1 {
        font-size: 30px;
    }
    .home-main {
        padding: 0;
    }
    .home-index-h2 {
        font-size: 24px;
        margin-top: 40px;
    }
    .button-square-white {
        display: none;
    }
    .home-learn .learn-steps .learn-step {
        margin-right: 0;
    }
    .home-learn .learn-steps .learn-step .step-arrow {
        margin: -46px -13px 0 0;
        width: 20px;
    }
    .home-learn .learn-contain img {
        width: 100px;
    }
    .home-learn .learn-contain .learn-context {
        margin-left: 10px;
    }
    .home-learn .learn-contain.active {
        display: flex;
        flex-wrap: nowrap;
    }
    .home-product .product-hots {
        display: flex;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 0;
    }
    .home-product .product-hots > li {
        position: static;
        width: 45%;
        margin: 5px 0;
        border-radius: 10px;
    }

    .home-process .process-hots {
        display: flex;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 0;
    }
    .home-process .process-hots > li {
        position: static;
        width: 45%;
        margin: 5px 0;
        border-radius: 10px;
    }

    .home-main .clearfix {
        display: flex;
        flex-direction: column;
    }
    .home-assure .assure-service {
        float: left;
        margin: 0 auto;
        padding: 20px 15px;
        width: 85vw;
        height: auto;
        border-radius: 10px;
    }
    .home-assure .assure-security {
        margin: 20px auto 0;
    }
    .assure-aptitude-list {
        display: none;
    }
    .page-footer-main .foot-nav-left > .basic-infor {
        text-align: center;
    }
    .home-product .product-hots > li > .prod-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-product {
        margin-top: 0;
    }
}
@media(max-width: 768px) {
    .security-protect {
        display: none;
    }
    .home-learn .learn-contain img {
        display: none;
    }
    .home-index-h2 > .en5 {
        font-size: 20px;
    }
    .home-learn .learn-steps .learn-step {
        width: 27%;
    }
    .home-learn .learn-steps {
        padding-left: 0;
        text-align: center;
    }
}
@media(max-width: 576px) {
    .inner-pic h1 {
        font-size: 34px !important;
        width: 80% !important;
        line-height: 40px !important;
        color: #67b44c !important;
        text-shadow:
                -1px -1px 0 #ffffe8,
                1px -1px 0 #ffffe8,
                -1px 1px 0 #ffffe8,
                1px 1px 0 #ffffe8 !important; /* 调整偏移量和颜色以实现不同的描边宽度和颜色 */
    }
    .inner-pic h2 {
        font-size: 16px;
    }
    .indexbanner .bannerbgs .bannerbg-img {
        top: 118px !important;
    }
    .indexbanner {
        height: 350px;
    }
    .home-learn .learn-steps .learn-step span {
        font-size: 16px;
    }

    .home-learn .learn-steps .learn-step .step-arrow {
        display: none;
    }
    .inner-pic {
        height: auto;
        margin: -75px auto;
        margin-left: 15px;
    }
    .home-product .product-hots > li > .prod-intro > .arrow {
        display: none;
    }
    .mobile-wrapper .btn{
        width: 160px !important;
        height: 40px;
        border-radius: 30px;
        line-height: 36px !important;
        font-weight: bold;
    }
    .home-activitys .home-activity:first-child{
        margin-top: 20px !important;
    }
    .home-index-h2{
        padding-top: 20px;
        font-size: 20px;
    }
    .home-assure .assure-service p{
        color: #ffffff;
        margin-bottom: 0px;
    }

}



























