@media screen and (max-width: 1417px) {
    .nav-wrap li:nth-of-type(6),
    .nav-wrap li:nth-of-type(7),
    .nav-wrap li:nth-of-type(8) {
        display: none;
    }
    
    .header-wrap {
        width: 1200px !important;
    }

    .header-wrap .nav-wrap .nav-list.nav-list-hide {
        display: block !important; 
    }
    .popover-box {
        width: 1200px !important;
        left: calc((100% - 1200px) / 2);
    }
}

.container {
  margin-top: 74px;
}

/* 头部 */
.header {
    width: 100%;
    height: 74px;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 0 40px;
    /* min-width: 1280px; */
    /* opacity: .96; */
}

.header-wrap {
    position: relative;
    height: 74px;
    /* display: inline-block; */
    margin: 0 auto;
    /* min-width: 1200x; */
    /* width: 1440px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container .header .header-wrap .left {
    display: flex;
    align-items: center;
}

.logo-wrap {
  display: inline-block;
    /* float: left;
    line-height: 74px; */
}

.container .header .header-wrap .left .logo-wrap .logo {
    /* vertical-align: middle; */
    width: 144px;
}

.container .header .header-wrap .left .wx-icon-wrap {
  width: 110px;
  margin-left: 8px;
}

.container .header .header-wrap .left .wx-icon-wrap > img {
  width: 100%;
}

.tel-wrap {
   display: flex;
   justify-content: flex-end;
   align-items: center;
}

.tel-wrap .concat-us {
    width: 259px;
    height: 21px;
    line-height: 21px;
    padding: 0 15px 0 14px;
    display: inline-block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.hot-dot {
    /* color: #fff;
    margin-left: 10px;
    background: #FC3933;
    font-style: italic;
    padding: 0px 8px 0px 5px;
    border-radius: 2px;
    font-size: 12px;
    position: absolute;
    top: 0; */

    width: 48px;
    height: 20px;
    background: linear-gradient(-90deg, rgba(231, 40, 40, 1), rgba(242, 96, 96, 1));
    border-radius: 0px 10px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 8px;
}

.tel-wrap .concat-us .icon {
    height: 16px;
    /* transform: translateY(10%); */
    position: relative;
    top: 0.5px;
    margin-right: 8px;
}

.tel-wrap-right {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 4px;
}

.tel-wrap-left {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 16px;
}

.tel-wrap-left::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 17px;
    background-color: #EBECF0;
}

.tel-wrap-left .toggle-zh {
    display: flex;
    align-items: center;
}

.tel-wrap-left .face-to-face img{
    width: 20px;
    margin-right: 24px;
}

.tel-wrap-left .toggle-zh>img {
    width: 10px;
    margin-left: 8px;
    
}


.tel-wrap .experience-btn {
    width: 95px;
    height: 29px;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
}

.tel-wrap .experience-btn .tel-try {
    background-image: linear-gradient(-90deg, #f26060, #e72828);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#f26060", endColorstr="#e72828");
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tel-wrap .experience-btn1 {
    width: 95px;
    height: 29px;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #e72828;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
}

.tel-wrap .experience-btn1 .tel-try1 {
    background-color: #fff;
    border-color: #e72828;
    color: #e72828;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#f26060", endColorstr="#e72828");
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tel-wrap .experience-btn .register-try {
    background: #fff;
    border-radius: 20px;
    border-color: #f26060;
    border: 1px solid;
    color: #e72828;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header-wrap .nav-wrap {
    vertical-align: middle;
    height: 74px;
    margin-left: 20px;
}

.header-wrap .nav-wrap .nav-list {
    float: left;
    margin-top: 25px;
    padding: 0 12px 10px;
    /* height: 46px; */
    display: flex;
    flex-direction: column;
}

.header-wrap .nav-wrap .nav-list.nav-list-hide {
    display: none;
}

.header-wrap .nav-wrap .nav-list.more {
    position: relative;
}

.header-wrap .nav-wrap .nav-list.more:hover {
    color: #E31F1D;
}

.header-wrap .nav-wrap .nav-list.more:hover .more-select {
    display: block;
}

.header-wrap .nav-wrap .nav-list.more .more-select a {
    color: #333 !important;
}

.header-wrap .nav-wrap .nav-list.more .more-select a:hover {
    color: #777 !important;
}

.header-wrap .nav-wrap .nav-list.more .more-select {
    position: absolute;
    display: none;
    top: 46px;
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 5px 5px;
    background-image: linear-gradient(0deg,#fff 0%,#f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(214, 214, 214);
    border-radius: 4px;
}



.header-wrap .nav-wrap .nav-list .nav-skip {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 12px;
    position: relative;
}

.header-wrap .nav-wrap .nav-list .is_act{
    color: #e31f1d
}

.hot-nav {
    width: 20px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 0;
}


/* 右侧固定栏我要咨询 */
.prefer {
    position: fixed;
    right: 50px;
    top: 200px;
}

.customer-service {
    position: fixed;
    right: 2px;
    top: 50%;
    margin-top: -34px;
}

@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

.float_bg_prefer {
    background: url(../images/img_float_bg.png) no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
}

.ballon {
    width: 150px;
    background-size: 150px 200px;
    -webkit-animation-name: scaleDraw;
    /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;
    /*动画播放的次数*/
    -webkit-animation-duration: 3s;
    /*动画所花费的时间*/
    margin: 10px auto 0;
    margin-top: -2px;
}


.customer-service .service-nav {
    text-align: center;
    width: 70px;
    height: 360px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e72828, #f36262);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#E72828", endColorstr="#F36262");
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
    line-height: 18px;
    color: #fff;
}

.customer-service .service-nav .way {
    width: 100%;
    height: 72px;
    cursor: pointer;
}

.way_line {
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, #d72424, #ea5e5e);
}

.customer-service .service-nav .way img {
    width: 26px;
    padding-top: 15px;
    padding-bottom: 3px;

}

.way-text {
    font-size: 12px;
}

.way-text:hover {
    color: #fff;
}

#call_content {
    position: absolute;
    left: -140px;
    top: 68px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: left;
    width: 140px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.community_content {
    position: absolute;
    left: -140px;
    top: 105px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 140px;
    height: 140px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.qywx_content {
    position: absolute;
    left: -140px;
    top: 0px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 140px;
    height: 130px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.list_text {
    font-weight: bolder;
}

.customer-service .content .list {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
}

.customer-service .content .list img {
    vertical-align: middle;
}

.customer-service .content .list span {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.list>img {
    margin-left: 10px;
}

.customer-service .content .list .margin-lt {
    line-height: 24px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.time {
    font-size: 12px;
    color: #808080;
    width: 100%;
    text-align: left;
    line-height: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.times {
    font-size: 12px;
    color: #808080;
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.list_title>img {
    vertical-align: middle;
}

.list_title {
    margin-left: 10px;
}

.list_title>span {
    color: #333;
    font-size: 13px;
    font-weight: bolder;
}

.button_java,
.button_php {
    width: 116px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #e72828;
    color: #e72828;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    margin: 10px 3px;
    cursor: pointer;
}

.button_java:hover {
    background-color: #e72828;
    color: #fff;
}

.button_php:hover {
    background-color: #e72828;
    color: #fff;
}

.customer-service .go-top {
    cursor: pointer;
    margin-top: 32px;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.customer-service .content .list .flock {
    color: #333;
    line-height: 40px;
    display: inline-block;
}


.question .phone-btn:hover,
.main-blue .down-btn:hover,
.java-block .main .down-btn:hover,
.java-block .main .down-btn:hover {
    box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.3) !important;
}

.more-appli:hover {
    box-shadow: 0px 1px 51px 3px rgba(152, 152, 152, 0.3) !important;
}

.carousel-btn-yellow:hover,
.carousel-btn-black:hover {
    box-shadow: 0px 4px 20px 1px rgba(180, 180, 180, 0.3) !important;
}

.price-wrapper .more-version:hover {
    box-shadow: 0px 1px 17px 1px rgb(216, 216, 216) !important;
}

.fun-app .now-use:hover {
    box-shadow: 0px 1px 51px 0px rgb(222, 219, 219);
}


/* 导航修改 */

.nav-wrap .slide-product-nav {
    position: relative;
    height: 52px !important;
}

.nav-wrap .slide-app-nav {
    position: relative;
    height: 52px !important;
}

.nav-wrap .slide-solution-nav {
    position: relative;
    height: 52px !important;
}

.release {
    width: 65px;
    background: linear-gradient(-90deg, #f8e1be, #faf5f1);
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #a56e22;
    display: inline-block;
}

.nav-wrap .nav-service {
    position: relative;
    height: 52px !important;
}

.header .slide-nav {
    /* width: 334px;
    position: fixed;
    top: 76px;
    left: 0; */
    /* transform: translateX(-50%); */
    /* margin-left: -50px; */
    border-radius: 4px;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, .07);
    font-size: 14px;
}

.float-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header .slide-product {
    /* width: 750px; */
    overflow: hidden;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* padding-top: 20px !important; */
    /* padding-bottom: 10px; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; */
}

.header .main-product {
    display: flex;
    /* width: 780px !important; */
    /* width: 1200px; */
    /* left: -375px; */
    /* left: 50%;
    transform: translateX(-50%); */
}

.header .main-product  .main-product-left{
    width: 260px;
    padding:20px 20px 20px;
    height: 100%;
    background-image: url(../images/pull-down-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header .main-product  .main-product-left .product-left-header{
    display: flex;
    align-items: center;
    height: 24px;
    /* color: #E31F1D; */
    font-size: 18px;
    font-weight: bold;
}

.header .main-product  .main-product-right .product-right-header{
    display: flex;
    align-items: center;
    height: 24px;
    color: #6B778C;
    font-size: 14px;
}

.header .main-product  .main-product-right .product-right-header .pic{
    width: 13px;
    margin-right: 11px;
}

.header .main-product  .main-product-left .product-left-header .pic{
    width: 21px;
    margin-right: 11px;
}

.header .main-product  .main-product-right{
    width: calc(100% - 260px);
    padding: 20px 20px 20px;
    padding-left: 40px;
}

.header .main-product  .main-product-right.total-solution .right-main-item-title{
    color: #E31F1D;
    font-weight: 600;
}

.header .main-product  .main-product-right.total-solution .product-right-main{
    display: block !important;
}

.header .main-product  .main-product-right.total-solution .product-right-main-item{
    display: flex;
}

.header .main-product  .main-product-right.total-solution .right-main-item-desc{
    flex: 0 0 25%;
    padding: 0 10px 10px 10px;
}

.header .main-product  .main-product-left .product-left-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.header .main-product  .main-product-left .product-left-main .product-left-main-item{
    flex: 0 0 45%;
    padding: 8px 0;
    cursor: pointer;
}

.header .main-product  .main-product-left .product-left-main .product-left-main-item span {
    position: relative;
}

.header .main-product  .main-product-left .product-left-main .product-left-main-item:hover {
    color: #E31F1D;
}

.header .main-product  .main-product-left .product-left-main .product-left-main-item:hover span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: #E31F1D;
}

.header .main-product  .main-product-right .product-right-main {
    display: flex;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #DFE1E6;
}

.header .main-product  .main-product-right .product-right-main {
    display: flex;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #DFE1E6;
}

.header .main-product  .main-product-right .product-right-main.no-search {
    display: flex;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.header .main-product  .main-product-right .product-right-main.no-search .right-main-item-desc {
    padding: 0;
}

.header .main-product  .main-product-left .product-left-main .product-left-main-desc{
    color: #333;
}

.header .main-product  .main-product-left .product-left-main .product-left-main-handle{
    color: #E31F1D;
    cursor: pointer;
    margin-top: 20px;
}

.header .product-right-main .right-main-column {
    flex: 0 0 25%;

    padding: 0 10px 10px 10px;
}

.header .product-right-main .product-right-main-item{
    padding-bottom: 30px;
}

.header .product-right-main .product-right-main-item .line{
    background-color: #DFE1E6;
    width: 100%;
    height: 1px;
    margin: 15px 0 7px 0;
}

.header .product-right-main .product-right-main-item .right-main-item-title{
    color: #E31F1D;
    font-weight: 600;
}

.header .product-right-main .product-right-main-item .right-main-item-desc-item{
    display: flex;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}

.header .product-right-main .product-right-main-item .pic{
    width: 20px;
    margin-right: 5px;
}

.hot {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #E31F1D;
    line-height: 1;
    border-radius: 10px 10px 10px 0px;
    color: #E31F1D;
    font-size: 12px;
    margin-left: 5px;
}

.new {
    color: #fff;
    background-color: #E31F1D;
}

.header .slide-app {
    width: 1300px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px;
    left: -360px !important;
}

/* 应用导航布局 */
.slide-app .left-nav {
    width: 228px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.slide-app .main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.slide-app .main .right-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.slide-app .main .right-content .right-item {
    width: 118px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slide-app .main .right-content .right-item .pic {
    width: 30px;
}

.slide-app .main .right-content .right-item .desc {
    color: #666666;
    font-size: 14px;
}

.slide-app .left-nav .list {
    width: 100%;
    margin-bottom: 180px;
}

.slide-app .left-nav .list .item {
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.slide-app .left-nav .all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-app .left-nav .all .txt {
    color: #666666;
    font-size: 16px;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
}

.navactive {
    color: #DD1313 !important;
    background: #F0F0F0;
}

.header .slide-solution {
    width: 920px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px !important;
    padding-bottom: 10px;
}

.header .slide-product>.nav-slide-item {
    float: left;
    padding: 15px 15px;
    margin-bottom: 10px;
    width: 35%;
}

.header .main-product > .nav-slide-item{
    /* width: 33%; */
    width: 25%;
}

.nav-slide-item:hover {
    color: #333;
}

.header .slide-solution>.nav-slide-item {
    float: left;
    padding: 15px 20px;
    margin-bottom: 10px;
    width: 294px;
}

.nav-slide-item {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    width: 294px;
}

.nav-slide-item .wrap {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 8px 0px rgba(200, 200, 200, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.nav-slide-item .arrow-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.arrow-item {
    width: 203px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-slide-item .right-tip,
.menu-more-solution .right-tip {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.menu-more-solution {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    /*background: rgb(240, 241, 245);*/
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    font-size:14px !important;
}

.block-app .nav-slide-item .nav-txt {
    width: 80px !important;
}

.block-wrap .nav-slide-item .nav-txt {
    width: 96px;
}

.nav-icon {
    width: 100%;
    height: 100%;
    display: inline-block;

}

.lf {
    float: left;
}

.rt {
    float: right;
}

.nav-stitle {
    color: #777777;
    font-size: 13px;
    margin-top: 10px;
}

.nav-btitle {
    line-height: 22px;
    font-size:14px;
    position: relative;
}

.nav-btitle .hot-top {
    /* position: absolute;
    top: 6px;
    right: -42px; */
    text-align: center;
    margin-left: 5px;
    width: 38px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background: linear-gradient(-90deg, rgba(239, 60, 60, 1), rgba(244, 112, 112, 1));
    border: 0px solid rgba(230, 230, 230, 1);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
}

.nav-box {
    display: flex;
    flex-direction: column;
    padding-left: 20px;

}

.nav-box img {
    width: 40px;
    height: 40px;
    margin-bottom:5px;
}

.nav-btitle-top{
    font-size:14px;
    font-weight: blod;
}
.nav-stitle-red{
    color:#E1575F;
}
.nav-slide-item-three{
    width:203px !important;
}
.nav-btitle-h:hover{
    color:#E1575F;
}
.nav-stitle-h:hover{
    color:#E1575F;
}
.nav-slide-item-two{
    width:221px !important;
}
.menu-more-solution:hover {
    color:#E1575F;
} 
.cursor{
    cursor: pointer;
}

.popover-box {
    width: calc(100% - 80px);
    position: fixed;
    top: 76px;
    left: 40px;
    background: transparent;
}

.content-body {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.app-container {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;    
}

.app-soft-down {
    width: 100%;
    margin-bottom: 5px;
}

.app-soft-title {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 22px;
    margin-bottom: 12px;
}

.app-soft {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.app-soft-item {
    width: 104px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DFE1E6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    cursor: pointer;
    margin-bottom: 8px;
}

.app-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.app-text {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
  