*{
    margin: 0;
    padding: 0; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif!important;
}
html{font-size: 100%;}
body {
    color:#434343;
    line-height: 1.6em;
    font-size: 14px;
    width:100%;
    max-width: 100%;
    min-width: 1280px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,STHeiti,SimSun,sans-serif!important;

}
fieldset, img { border:0; }/*解决链接图片出现的边框bug和表单外部大边框的bug*/
img{ display:block;}/*解决img父盒无高度而出现的父盒高度略大于图片高度的问题*/
ol, ul { list-style:none;margin-bottom: 0;}
h1, h2, h3, h4, h5, h6{ margin: 0;}
em { font-style:normal; }
input, button, select, textarea,input:focus, button:focus, select:focus, textarea:focus{ outline:none; } /*解决文本框出现的边框bug*/
textarea { resize:none; } /*禁用了文本的拖拉，尤其在谷歌下*/
a { text-decoration:none;color:#434343;}
a:active ,a:hover,a:focus {text-decoration:none;color:#434343;outline: none;}
input:focus { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}/*安卓手机上input，button按钮outline问题*/
input[type=button],button { cursor: pointer; -webkit-appearance: none; } /*苹果手机上input的button按钮颜色显示问题*/
p{margin: 0;}
i{font-style:normal;}

.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #fff;
    width: 21px;
    border-radius: 4px;
    transition:  all .3s ease-in-out;
}
.swiper-pagination-bullet{background-color: #fff;opacity: 1;transition:  all .3s ease-in-out;}
.swiper-pagination {
    line-height: 20px;
}
.container{padding:0;}
.row{margin: 0;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

.m-t-lg{margin-top: 20px;}
.m-t-lgx{margin-top: 60px;}
.m-t-xs{margin-top: 10px;}
.m-t-s{margin-top: 5px;}
.m-b-md{margin-bottom: 15px;}
.m-b-lg{margin-bottom: 50px;}
.m-r-md{margin-right: 15px;}
.p-l-lgx{padding-left: 60px;}
.p-l-xs{padding-left: 10px;}
.f-size-xs{font-size: 14px !important;}
.f-size-md{font-size: 16px !important;}
.f-size-24{font-size: 24px !important;}
.f-size-30{font-size: 30px!important;}
.f-size-34{font-size: 34px!important;}
.x_c_9{color: #999;}
.color-w{
    color: #fff!important;
}
.border-solid-1px{
    position: relative;
}
.border-solid-1px::after{
    content: ' ';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #f0f0f0;
}

.xiaohongdian-icon{color: #ff1616; font-size: 40px!important;}

.visible-xs{display: none;}
.x_fadeInUp{ -webkit-animation:fadeInUp .7s; animation: fadeInUp .7s; -moz-animation:fadeInUp .7s; -o-animation:fadeInUp .7s; }
.x_fadeInDown{ -webkit-animation:fadeInDown .7s; animation: fadeInDown .7s; -moz-animation:fadeInDown .7s; -o-animation:fadeInDown .7s;}
.x_tada,.x_Tada:hover { -webkit-animation:tada 1s; animation: tada 1s; -moz-animation:tada 1s; -o-animation:tada 1s;}
.x_fadeOutUp{ -webkit-animation:fadeOutUp 1s; animation: fadeOutUp 1s; -moz-animation:fadeOutUp 1s; -o-animation:fadeOutUp 1s; }
.x_fadeOutDown{ -webkit-animation:fadeOutDown 1s; animation: fadeOutDown 1s; -moz-animation:fadeOutDown 1s; -o-animation:fadeOutDown 1s; }
.x_slideInLeft{ -webkit-animation:slideInLeft .3s; animation: slideInLeft .3s; -moz-animation:slideInLeft .3s; -o-animation:slideInLeft .3s; }
.x_slideOutLeft{ -webkit-animation:slideOutLeft 1s; animation: slideOutLeft 1s; -moz-animation:slideOutLeft 1s; -o-animation:slideOutLeft 1s; }
.x_fadeIn{ -webkit-animation:fadeIn .7s; animation: fadeIn .7s; -moz-animation:fadeIn .7s; -o-animation:fadeIn .7s; }

.min-height{min-height: 700px;}

/*   滚动条样式  */
.scrollbar::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #ccc;
}
.scrollbar::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 0.625rem;;
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #555;
}
.scrollbar::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    border-radius: 0.625rem;;
    background-color: #ccc;
}

/*-----------------------------登录Css---------------------------*/
.form_list{width: 300px;}
.form_list li:not(:last-child){ margin-bottom: 30px;}
.form_list li.register,.register1{display: none;}
.form_list li>input,.bg_int{ background-color: #DDE3ED;outline: none;box-shadow: none;border-color:#DDE3ED;}
.form_title{margin-bottom: 30px;font-weight: 600;}
.errerModel{
    position: absolute;
    display: inline-block;
    background-color: rgba(0,0,0,.7);
    color: #fff;top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:6px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    z-index: 9999;
}

/*-----------------------------扫码登录Css---------------------------*/
.wechat{
        width: 330px;
        position:fixed;
        top: 50%;
        left: 50%;
        margin-left:-195px;
        margin-top:-200px;
        background-color: #fff;
        z-index: 4500;
        padding: 0 15px 0 15px;
        border-radius: 15px;
        display: none;
    }
    .wechat hr{
        margin: 0;
        color: #e5e5e5;
    }
    .wechat_header{
        margin: 20px 0;
        position:relative;
    }
    .wechat_header p{
        line-height: 21px;
        color: #434343;
        font-size: 16px;
    }
    .wechat_mains ul{
        margin: 10px 0;
        height: 230px;
        overflow:auto;
        overflow-x:hidden;
    }
    .wechat_mains ul li{
        height: 50px;
        margin: 20px;
        padding: 5px;
        cursor: pointer;
        border-radius: 5px;
    }
    .wechat_mains ul li img{
        margin: 0;
        padding: 0;
        height: 100%;
        border-radius: 5px;
        display: inline-block;
    }
    .wechat_mains ul li span{
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        text-align: left;
        margin-left: 20px;
    }
    .wechat_mains ul li:hover{
        background: #e5e5e5;
    }
    .wechat_header .wechat_close{
        position: absolute;
        top: 0;
        right: 0;
    }
    .wechat_main{
        margin-top: 15px;
    }
    .wechat_main img{
        text-align: center;
        padding:40px;
        margin: 0 auto;
    }
    .wechat_main p{
        text-align: center;
        margin: 0 auto;

    }
    .wechat_footer{
        margin: 20px 0;
    }
    .wechat_footer p{
        color: #0b96e5;
        text-align: right;
        line-height: 21px;
        cursor: pointer;
        font-size: 16px;
    }
    .mask{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 100;
        display: none;
    }

/*-----------------------------首页Css---------------------------*/
.tip_word{ background-color: #2c3a46;color: #fff;height: 40px;line-height: 40px;}
.leftSlide{background-color: #fff;width: 300px;height: 100%;}
.openFixed{position: fixed;width: 100%;top: 0;}
.icon-menu,.leftSlide .icon-guanbi{ font-size: 24px;color: #000;}
.x_header{
    margin:0 auto;
    min-width: 1200px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 200;
    height: 3.65vw;
    min-height: 68px;
}
.x_fixed{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
}
.x_header_box{
    width: 84.5vw;
    margin: 0 6.25vw 0 7.29vw;
    min-width: 1200px;
    height: 100%;
}
.x_logo{
    height: 100%;
    display: flex;
    align-items: center;
}
.x_logo p{font-size: 15px;color: #646566;line-height: 26px;}
.x_logo b{font-size: 19px;color: #323233;}
.x_nav>li{
    display: inline-block;
    height: 68px;
    line-height: 68px;
    padding-right: 3rem;
    cursor:pointer;
    font-size: 16px;
    color: #323233;
}
.x_nav>li>a:not(.btn):hover{color: #4A8BF2; }
.x_nav_li_login {
    height: 1.67vw;
    padding: 0 1.125rem 0 0.875rem;
    border-right: 1px solid #DCDEE0;
}
.x_nav_li_register {
    width: 100px;
    height: 40px;
    background: #386FFA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
}
.x_nav_login{
    position: relative;
    padding-right: 0 !important;
    border-left: 1px solid #eeeeee;
    margin: 15px 0;
    height: 40px !important;
    line-height: 40px !important;
}
.x_nav_login i{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #ff1616;
}
.x_nav>li>a.btn-sm{
    width:80px;
    font-size: 14px;
}
.x_btn-red_out {
    color: #E60012;
    background-color: #fff;
    border-color: #E60012;
}
.x_btn-red_out:hover,.x_btn-red_out:focus{
    background-color:#E60012;
    color: #fff;
}
.x_btn-red {
    color: #fff;
    background-color: #E60012;
    border-color: transparent;
}
.x_btn-red:hover,.x_btn-red:focus{
    background-color:rgba(230,0,18,.7);
    color: #fff;
}
.x_btn-blue_out {
    width: 11.25rem;
    height: 3.125rem;
    border: 1px solid #4A8BF2;
    border-radius: 1.625rem;
    color: #4a8bf2;
    font-size: 1.25rem;
    color: #4A8BF2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6.25rem auto 7.875rem auto;
}
.x_btn-blue_out:hover,.x_btn-blue_out:focus{
    background-color:rgba(74,139,242,.7);
    color: #fff;
}
.x_btn-blue {
    color: #fff;
    background-color: #4a8bf2;
    border-color: transparent;
}
.x_btn-blue:hover,.x_btn-blue:focus,.bg-blue{
    background-color:#4a8bf2;
    color: #fff;
}
.x_nav_toggle{
    position: absolute;
    top: 110px;
    left:0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 5px #ddd;
    -moz-box-shadow:0 2px 5px #ddd;
    -webkit-box-shadow:0 2px 5px #ddd;
}
.x_nav_toggle>h6{
    margin-bottom: 12px;
    color: #959595;
    font-size: 12px;
}
.x_nav_toggle_b{
    width: 1170px;
    margin: 30px auto;
}
.x_one{background-color: #fff;}
.x_two{background-color: #f7faff;}
.x_three{background-color: #313131;}
.x_five{background-color: #f7f7f7;}
.x_media-show{
    padding: 60px 0;
}
.x_media-show-box{
    width:970px;
    height: 420px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.x_media-show h3{
    font-size: 28px;
    color: #313131;
    line-height: 40px;
}
.x_media-show p{
    font-size: 16px;
    color: #626262;
    line-height: 28px;
}
.x_present{
    margin: 30px 70px 70px 0;
    color: #626262;
    line-height: 30px;
}
.x_present p{font-size: 14px;}
.btn-wid{width: 100px !important;}
.x_qrcode{margin-top: 18px;font-weight: 500;letter-spacing: 3px;color: #fff;line-height: 1.5;font-size: 16px !important;opacity: .5;}
.x_left li{ letter-spacing: 2px;margin-bottom: 20px;color: #fff;opacity: .8;}
.x_left li a{ color: #fff;}
.x_left li a:hover{color:#ccc;}

.x_fixed_btn{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 57px;
    background-color: rgba(230,0,18,.8);
    text-align: center;
    color: #fff;
    transition: all .5s ease-out;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08), 0 4px 6px 0 rgba(0,0,0,.1);
    overflow: hidden;
}
.x_fixed_btn i{
    font-size: 30px;
}
.x_fixed_btn:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.x_fixed_btn:active {
    background-color: rgba(230,0,18,.5);
}

.x_model{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 4000;
    display: none;
}
.x_model_box{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    padding: 55px 45px 40px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 4500;

}
.x_model_colse{
    position: absolute;
    top: 16px;
    right: 20px;
    color: rgba(72,84,109,.5);
    font-size: 24px;
    cursor: pointer;
}
.x_model_alert{margin-right: 35px;font-size: 16px;letter-spacing: .4px;line-height: 1.75;}
.x_product li{
    margin-bottom: 10px;
    line-height: 20px;
    padding: 10px;
    height: 63px;
}
.x_nav_toggle_b h4{padding-left: 10px;}
.x_product>li:hover{
    background-color: #f8f8f8;
}
.x_product li i{font-size: 30px;width: 30px;}
.icon-integral,.icon-mianfei,.icon-xiaoxi{ color: #F5C81E;}
.icon-renwu{color: #4cae4c }
.icon-jicai,.icon-yundong{ color: #308DE5}
.icon-duanxinqunfa,.icon-choujiang1,.icon-yiyuanmiaosha,.icon-shouhou{ color: #E8A635}
.icon-qunfaxiaoxi-copy{ color: #1296DB;}
.icon-kanjia{ color: #F68A01;}
.icon-pintuandingdan{color: #D8063F;}
.icon-woyaozhongchou,.icon-yingxiaohuodong-yiwuyima{ color: #F16379}
.icon-yuyin,.icon-qiangda01,.icon-koulinghongbao,.icon-erweimahongbao,.icon-attention,.icon-attention,.icon-guanjianci,.icon-yaoyiyao{color: #D81E06}

.allow{height: calc(100% - 60px);overflow-y: auto;padding-bottom: 50px;}
.allow p{margin-top: 25px;font-weight: 600;padding: 0 15px;}
.menu_list{padding: 0 15px;display: none;}
.menu_list li{
    margin-bottom: 15px;
}
.menu_list li a{display: block;}
.menu_list li i{font-size: 24px;width: 30px;}
.slideTitle{font-size: 14px;padding-left: 15px;color: #999;margin: 15px 0;}

.x_fiexdBtn:hover, .returnTop:hover {
    transform: scale(1.1);
    border: 1px solid #386FFA;
    border-radius: 8px;
    display: block;
}
.x_circle{
    width: 56px;height: 56px;border-radius: 100%;background-color: rgb(230,0,18);text-align: center;line-height: 57px;color: #fff;
}
.x_circle i{font-size: 30px;}
.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    text-align: center;
}
.ribbon-inner {
    position: absolute;
    top: 48px;
    left: 10px;
    display: inline-block;
    width: 36px;
    padding: 10px 0;
    color: #fff;
    background-color: rgb(230,0,18);
}
.ribbon-inner:before {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 18px solid rgb(230,0,18);
    margin-top: -15px;
    border-right: 18px solid rgb(230,0,18);
    border-bottom: 10px solid transparent;
}
/*-----------------------------购买Css---------------------------*/
.partner_img img{ width: 60%;}
.x_tabList li{
    background-color: #fff;
    padding: 15px;
}
.x_tabList li:not(:last-child){
    border-bottom: 1px solid #f4f4f4;
}
.x_tabList li:first-child{color: #4993FF;}
.x_tabList li:not(:first-child){ cursor: pointer;}
.x_tabList li:not(:first-child):hover,.x_tabList li.active{ background-color: #4993FF;color: #fff; border-color: #4993FF;}

.x_tab_show li{width:31.33%;float: left;background-color: #fff;margin-bottom: 30px;cursor: pointer;}
.x_tab_show li:not(:nth-child(3n)){
    margin-right: 3%;
}
.x_tab_t{ font-size: 14px;text-align: center;}
.x_tab_tl{font-size: 12px !important;text-align: center;}

.x_tab_show li figcaption {padding: 2em;color: #fff;text-transform: uppercase;font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.x_tab_show li figcaption::before,
.x_tab_show li figcaption::after { pointer-events: none;}
.x_tab_show li figcaption,
.x_tab_show li figcaption > a { position: absolute; top: 0;left: 0;width: 100%;height: 100%;}
.x_tab_show li figcaption > a {z-index: 1000;text-indent: 200%; white-space: nowrap;font-size: 0;opacity: 0;}

.qrcode_model{
    position: absolute;
    width: 100%;
    bottom: 0;left: 0;
    background-color: rgba(255,255,255,.6);
    padding: 0 30px 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    filter:alpha(opacity=0);
}
.x_b_box{
    padding: 40px 15px 100px;
    position: relative;
}
.x_tab_show li:hover .x_b_box .qrcode_model{ opacity: 1;filter:alpha(opacity=100);}


/*-----------------------------关于我们Css---------------------------*/
.ia_container{
    width: 1200px;
    height: 615px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: -76px auto 0 auto;
    position: relative;
    z-index: 2;
}
.ia_container_title {
    font-size: 30px;
    color: #323233;
    padding: 42px 0 50px 0;
    text-align: center;
}
.ia_container_introduce {
    text-indent: 2rem;
    width: 1000px;
    margin: 0 auto;
    line-height: 48px;
    color: #323233;
    font-size: 18px;
}
.ia_container2 {
    width: 1200px;
    margin: 0 auto;
}
.timelinenav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    color: #323233;
}
.timelinenav li{
    cursor: pointer;
    position: relative;
}
.timelinenav li:after {
    content: '';
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #D8D7D7;
    position: absolute;
    right: -90%;
    top: 13px;
} 
.timelinenav li:last-child::after {
    display: none;
} 

.timeactive{
    position: relative;
    font-weight: bold;
    color: #000;
}
.timeactive:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #4A8BF2;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -32px;
    transform: rotate(180deg);
    border-radius: 4px;
}

.ia_container2_box {
    width: 1200px;
    border-radius: 4px;
    background: #fff;
    margin: 70px auto 0 auto;
}
.ia_container2_box_title {
    width: 170px;
    height: 70px;
    background: #D2E3FC;
    border-radius:0 0 996px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 43px;
    font-weight: bold;
    color: #4A8BF2;
}
.x_timeline{display: none;margin: 48px 0  0 68px; }
.x_timeline li{
    position: relative;
    padding:0 0 60px 25px;
    cursor: pointer;
}
.x_timeline li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.x_timeline li:before {
    width: 12px;
    height: 12px;
    background: #4A8BF2;
    border-radius: 50%;
    top: 6px;
}
.x_timeline li span{
    color: #0E62E7;
}
.timeline li span {
    display: block;
    line-height: 1.2;
}
.x_timeline_tip{
    background-color: #f4f4f4;position: absolute;top: 0;left:20%;padding: 18px;
    border-radius: 4px;
    -webkit-animation:fadeInRight 1s; animation: fadeInRight 1s; -moz-animation:fadeInRight 1s; -o-animation:fadeInRight 1s;
}
.x_timeline_tip>.tooltip-arrow {
    top: 16px;
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #f4f4f4;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.toggleBtn{
    cursor: pointer;margin: 0.10px 0 ;display: inline-block;width: 100%;
}



/*-----------------------------案例Css---------------------------*/
.x_case {
    width: 80vw;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 4.125rem;
}
.x_case_li{
    background-color: #fff;
    width: 22.5vw;
    min-width: 320px;
    cursor: pointer;
    margin-bottom: 6rem;
    padding: 0;
}
.x_cases_img {
    width: 100%;
}
.x_cases_box{
    width: 100%;
    min-width: 270px;
    height: auto;
    background-color: #fff;
    position: relative;
}
.cases_h {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.05);
    position: absolute;
    top:  -3rem;
    left: 1.625rem;
}
.case_text {
    width: 100%;
    font-size: 1.625rem;
    color: #000000;
    text-align: center;
}
.case_button {
    width: 11.25rem;
    height: 3.125rem;
    border: 1px solid #4A8BF2;
    border-radius: 1.625rem;
    margin: 3.125rem auto 0 auto;
    font-size: 1.125rem;
    color: #4A8BF2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_button:hover {
    background: #4A8BF2;
    color: #fff;
}

/*-----------------------------product Css---------------------------*/
.x_content p{font-size: 14px !important;margin-bottom: 5px;}
.x_content p.x_p1{font-size: 16px !important;margin: 15px 0 10px;}
.x_content img{margin-top: 30px;margin-bottom: 30px;width:100%!important;}
/*.txt-indent{text-indent: 30px;}*/
.x_intTitle{margin: 20px 0;}

.jf_list{margin-top: 50px;}
.jf_list li{ width: 12.5%;float: left;text-align: center;}
.jf_list li img{ width: 80%;}
.jf_list li h4{color: #000;}
.int_word{font-size: 18px;line-height: 30px;letter-spacing:2px}
.int_four img{width: 90%;}
.int_four p{text-align: center;color: #F74447;width: 90%;}

/*群发应用 Css*/
.relay_box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 150px 0;
}
.c_relay_box{
    position: absolute;
    top: 70%;
    text-align: center;
    width: 100%;
}
.c_relay_box h3{
    font-size: 26px;
    color: #fff;
}
.c_relay_box a{
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #fff;
    color: #4a8bf2;
    border-radius: 30px;
    margin-top: 2%;
}
.relay_tab li{
    position: relative;
    padding: 45px 20px 45px 40px;
    cursor: pointer;
    color: #959595;
}
.relay_tab li:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #959595;
    top: 28%;
    left: 15px;
}
.relay_tab li.active, .relay_tab li:hover{
    background-color: #F0F5FF;
    color: #000;
}
.relay_tab li.active:before{
    background-color: #38f;
}
.relay_tab li h3{margin-bottom: 15px;}
.relay_tab_show li:not(:first-child){display: none;}
.m-b-l{margin-bottom: 30px;}
.m-b-x{margin-bottom: 70px;}
.p-t-b{padding: 70px 0;}
.p-t{padding-top: 70px;}
.x_four{background-color: #F0F5FF;}
.usually li{margin-bottom:70px;}
.usually li h4{ font-size: 16px;color: #000;}
.usually li p{ color: #999;}

/*任务宝 Css*/
.c_task_box{
    position: absolute;
    top: 30%;
    left: 20%;
    text-align: left;
    width: 50%;
}
.c_task_box h3{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.c_task_box p{
    font-size: 17px;
    line-height: 28px;
    width: 60%;
    margin-top: 30px;
    color: #fff;
}
.c_task_box a{
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #fff;
    color: #4a8bf2;
    border-radius: 30px;

}

/*join Css*/
.join_list li h4{ color: #000;margin: 10px auto;font-weight: bold;}
.join_list li p{ color: #959595;}
.join_qrc{ padding: 10px;border-radius: 0.625rem;;box-shadow: rgb(221, 221, 221) 0 0 8px; -webkit-box-shadow: rgb(221, 221, 221) 0 0 8px;}
.join_l{padding-left: 30px;}
.join_l h4{font-size: 16px;color: #000;}
.m-2-1{ margin: 20px 0 10px;}
.join_l p{color: #999;}

.share_list li img{ width: 70%;height: 460px !important;}
.share_div{width: 75%;height: 390px !important;}
/*help Css*/
.c-left-pannel{
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.help_title{
    padding: 0 15px;
    color: #1b1b1b;
    font-size: 16px;
    /*font-weight: bold;*/
    position: relative;
    margin-bottom: 15px;
}
.help_title:before{
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #f55050;
}.help_nav>li{
    border-radius: 3px;
    margin-bottom: 6px;
}
.help_nav>li a{padding: 6px 15px;display: block;color: #959595;}
.help_nav>li a:hover{color: #ff1616;}
.help_nav_show{background-color: #fff;padding: 20px;margin-left: 20px;border-radius: 5px;}
.help_nav_show>li:not(:first-child){display: none;}
.x_p2{font-weight: bold;color: #000 !important;margin: 15px 0 10px;}

.goods_wid{width: 50%;}
input[type=button].x_btn-red{
    border: none;outline: none;color: #fff;
}

/*新官网添加样式*/
.goods{
    padding:30px 0;
}
.goods-title{
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
}
.goods-title::after{
    content: '';
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
    margin-left: 15px;
    border-right: 1px solid #4a8bf2;
    background-color: #4a8bf2;
    transform: rotate(25deg);
}
.goods-list{
    margin-top: 15px;
    overflow: hidden;
}
.goods-list li img{
    width: 100%;
}
.g-info,.g-info-show{
    color: #434343;
}
.g-item-title{
    height: 72px;
    text-align: center;
    width: 100%;
    line-height: 60px;
}
.g-item-title{
    /*padding: 40px 25px;*/
    font-size: 16px;
}
.g-item-desc{
    background: #4789f1;
    text-align: center;
    font-size: 14px;
    width: 136px;
    height: 36px;
    line-height: 36px;
    margin:0 auto;
    color: #fff;
}
.g-info-show{
    position: absolute;
    display: none;
    top: 0;
    width:100%;
    background-color: #fff;
    /*height: 284px;*/
    overflow: hidden;
}
.g-icon{
    height: 85px;
    line-height: 85px;
    padding:15px;
}
.g-icon i{
    font-size: 50px;
}
.g-more{
    position: absolute;
    background-color: #4a8bf2;
    width: 150px;
    height: 150px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    bottom: -90px;
    left: 50%;
    margin-left: -75px;
}
.g-more a{
    color: #fff; 
}
.x-c{
    position: fixed;
    width:100%;
    top: 111px;
    left: 0;
    display: none;
    background-color: #fff;
    z-index: 999;
}
.t-img{
    height: 100px;
    margin-top: 20px;
}
.t-img img{
    width: 90px;
    margin:0 auto;
}
.t-desc,.t-title{
    text-align: center;
}
.t-title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
.t-desc{
    margin-top: 10px;
    padding: 0 40px;
    color: #7d7d7d;
}

.b-title{
    font-size: 18px;
}

.line-blue{
    margin: 15px 0;
    border: 1px solid #4a8bf2;
    width: 80px;
}


.c-model-box{
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 4500;
}

.c-model-close{
    position: absolute;
    top: 15px;
    right: 20px;
    color: rgba(72,84,109,.5);
    font-size: 24px;
    cursor: pointer;
}
.c-form-title{
    color: #4a8bf2;
    padding-bottom: 30px;
    font-size: 22px;
}
.c-input label{
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-weight: 100;
    font-size: 13px;
    color: #444;
}
.c-input label select{
    border: none;
    background-color: #fff;
}
.c-input input{
    box-shadow: 0 0 0px 1000px white inset !important;
    width: 65%;
    border: none;
    background: unset!important;
    background-color: #fff!important;
    line-height: 30px;
    padding-left: 5px;
}

.show-kf{
    display: none;
    position: absolute;
    padding: 15px;
    top: 50%;
    left: 50%;
    width: 200px;
    padding: 15px;
    background-color: #fff;
    margin-left: -100px;
    margin-top: -130px;
    border-radius: 5px;
    box-shadow: 0 0 10px #999;
}
.hide-kf{
    padding-top: 15px;
    cursor: pointer;
}
.bottom-phone{
    padding-left: 30px;
}
.bottom-nav{
    overflow: hidden;
}
.bottom-nav li{
    float: left;
    text-align: left;
    padding-right: 50px;
}
.bottom-nav li a{
    color: #fff;
}

/* 底部黑色小红点栏 */
.containers {
    display: flex;
    padding: 0 0 8.75rem 15.125rem;
}
.x_code {
    width: 16.125rem;
    text-align: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-top: 4.06rem;
}
.x_code_img {
    width: 16.125rem;
    height: 16.125rem;
    background-color: #fff;
    margin-bottom: 2.25rem;
}
.containers_right {
    padding: 5.5rem 0 0 11.875rem;
    font-size: 1.125rem;
    color: #FFFFFF;
}

.containers_right_nav_item {
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-right: 4.5rem;
}
.containers_right_nav_item:hover {
    color: #4A8BF2;
}




.c-goods-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.c-goods-btn{
    padding: 20px 0;
}
.c-goods-price{
    font-size: 20px;
    font-weight: bold;
    color: #ff1616;
    line-height: 34px;
}
.c-s-box{
    margin: 60px auto;
    padding: 40px;
    width: 350px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(43, 115, 229, 0.16);
    background-color: #fff;
}
.c-icon-b{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.c-icon-b i:first-child{
    line-height: 100px;
    font-size: 100px;
    color: #7d7d7d;
}
.c-icon-b i:last-child{
    position: absolute;
    font-size: 34px;
    color: #4a8bf2;
    background-color: #fff;
    right: 0;
    bottom: 0;
}
.c-title-b{
    line-height: 78px;
    color: #4a8bf2;
    font-size: 26px;
    text-align: center;
}
.c-b-box{
    width: 880px;
    height: 650px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -440px;
    top: -250px;
}
.c-b-box-imgs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100000px;
}
.c-b-box img{
    width: 880px;
    float: left;
}
.c-b-nav{
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.c-b-nav li{
    float: left;
    padding: 0 10px;
    font-size: 15px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
}
.c-b-nav-active{
    color: #4a8bf2;
}
.c-b-nav-active:before{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #4a8bf2;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.c-liucheng{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 0;
}
.c-liucheng:after{
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    background-color: #4a8bf2;
    position: absolute;
    top: 50px;
    z-index: -1;
}
.c-liucheng li{
    padding: 0 30px;
}
.c-liucheng li i{
    font-size: 40px;
    color: #4a8bf2;
    line-height: 100px;
    border: 5px solid #f6f9ff;
    background-color: #f6f9ff;
    border-radius: 50%;
}
.c-liucheng li p{
    color: #434343;
    font-size: 14px;
}
.returnTop, .x_fiexdBtn{
    width: 6rem;
    position: fixed;
    bottom: 2.4rem;
    right: 3rem;
    z-index: 999;
    cursor: pointer;
}
.x_fiexdBtn {
    bottom: 9rem;
}
.returnTop img, .x_fiexdBtn img{
    width: 100%;
    
}
.function-desc{
    display: flex;
    justify-content: space-between;
    margin: 64px 0 103px;
}
.function-desc-item{
    flex-basis: 18%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.function-desc-item_img{
    width: 75px;
    height: 75px;
}
.function-desc-item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.function-desc-item h3 {
    font-size: 24px;
    margin-top: 18px;
}
.function-desc-item p {
    font-size: 18px;
}
.x_present_flex{
    display: flex;
    justify-content: flex-start;
}
.x_present_flex p{
    line-height: 18px;
    margin-bottom: 10px;
}
.blue-block{
    background-color: #386ffa;
    width: 6px;
    height: 16px;
    margin-right: 16px;
}
/*index/index.html, 主页*/
.ii_backFirst{
    width: 100%;
    height: 37.5rem;
    position: relative;
}
.ii_backFirst_gif {
    width: 35%;
    position: absolute;
    top: 2rem;
    left: 66rem;
}
.ii_backFirst_title {
    font-size: 29px;
    color: #fff;
    position: absolute;
    top: 13rem;
    left: 19.5rem;
    letter-spacing: 1px;
}
.ii_backFirst_desc {
    font-size: 1.5rem;
    color: #f0f5fe;
    position: absolute;
    top: 16.5rem;
    left: 19.5rem;
    letter-spacing: 1px;
}
.ii_backFirst_button {
    width: 11.2rem;
    min-width: 134px;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    background: #4F67FE;
    color: #fff;
    position: absolute;
    top: 22rem;
    left: 19.5rem;
    letter-spacing: 2px;
    cursor: pointer;
}
.ii_backFirst_button:hover {
    background: #fff;
    color: #0A52E1;
    letter-spacing: 1px;
}
.ii_backFirst_phone {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 26rem;
    left: 19.5rem;
}



.ii_artice {
    width: 82.24vw;
    min-width: 1000px;
    height: 12vw;
    min-height: 160px;
    background: #FFFFFF;
    border-radius: 0.625rem;;
    margin: 0 auto;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    position: relative;
    z-index: 9;
    top: -4rem;
    padding: 0 2px;
    display: flex;
}
.ii_artice_item:hover .ii_artice_item_top_title{
    text-decoration: underline;
}
.ii_artice .ii_artice_item {
    width: 23.75rem;
    padding: 3.125rem 0 0 4rem;
    display: block;
}
.ii_artice .ii_artice_item_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.ii_artice .ii_artice_item_top img{
    width: 5.625rem;
    height: 3.75rem;
    border-radius: 0.625rem;;
}
.ii_artice .ii_artice_item_top_title{
    width: 195px;
    line-height: 1.875rem;
    font-size: 1rem;
    color: #323233;
    margin-top: -0.3rem;
    margin-left: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ii_artice .ii_artice_item_description {
    width: 19.375rem;
    font-size: 0.875rem;
    color: #969799;
    line-height: 1.875rem;
}
.ii_contain {
    width: 100%;
    position: relative;
}
.ii_contain_title {
    width: 100%;
    font-size: 2.25rem;
    color: #323233;
    text-align: center;
}
.ii_contain_box1 {
    margin-top: 6.0625rem;
    margin-left: 21.875rem;
    height: 42vw;
    min-height: 600px;
    transition: all .2s;
}
.ii_contain_box1 .itemX {
    border: 1px solid #1260FC;
    color: #0A52E1;
    height: 7.5rem;
    padding: 2rem 0 0 1.375rem;

}
.ii_contain_box1_left {
    width: 37.5rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
}
.ii_contain_box1_left_item {
    width: 37.5rem;
    height: 5rem;
    min-height: 97.5px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 1rem 0 0 1.375rem;
    margin-bottom: 2rem;
    cursor: pointer;
    
}
.ii_contain_box1_left_item_title {
    font-size: 1.5rem;
}
.ii_contain_box1_left_item_desc {
    padding-top: 1.375rem;
    font-size: 1.125rem;
}
.ii_contain_box_left_button {
    width: 13.875rem;
    height: 3.75rem;
    background: #4A8BF2;;
    font-size: 1.25rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.5rem;
    cursor: pointer;
    transition: all .2s;
    margin-top: 50px;
}
.ii_contain_box_left_button3 {
    margin-top: 100px;
}
.ii_contain_box_left_button:hover, .rg_contain_button:hover, .rg_banner_button:hover, .rg_contain_box_left_button:hover {
    background: #1d68e0;
    transform: scale(1.1);
    border-radius: 0!important;
    display: flex!important;
}
.ii_contain_box1_right {
    width: 30rem;
    min-width: 330px;
    min-height: 600px;
    display: inline-block;
    margin-left: 12rem;
    overflow: hidden;
    transform: translateY(-10px);
}
.pagination2 .swiper-pagination-bullet-active {
    background: #386FFA!important;
    width: 28px!important;;
    border-radius: 11px!important;
}

.pagination2 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #DDE6FC;
    border-radius: 50%;
}
.pagination2 {
    width: 70px;
    height: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    transform: translateY(-10px);
    position: relative;
    z-index: 10;
}
.ii_contain2 {
    padding-bottom: 1.875rem;
    position: relative;
}
.ii_contain_box2 {
    width: 100%;
    margin-top: 6.25rem;
    position: relative;
    text-align: center;
    z-index: 2;
}
.ii_contain_box2_item {
    width: 16.04vw;
    min-width: 193px;
    text-align: center;
    font-size: 1.125rem;
    color: #323233;
    display: inline-block;
    margin: 0 70px;
    
}
.ii_contain_box2_item img, .rg_contain2_box1_item img, .rg_contain5_box1_item img {
    transition: all .3s;
}
.ii_contain_box2_item:hover img, .rg_contain2_box1_item:hover img, .rg_contain5_box1_item:hover img{
    transform: scale(1.1);
}
.ii_contain_box2_item_title {
    font-size: 1.5rem;
    color: #000000;
    padding: 2.875rem 0 1.25rem 0;
}
.ii_contain_box2_button {
    margin: 4.375rem auto 3rem auto;
}
.ii_contain_box2_back {
    width: 92vw;
    min-width: 1125px;
    height: 44.8vw;
    min-height: 538px;
    display: block;
    position: absolute;
    top: 2.75rem;
    left: 4vw;
    z-index: 1;
}

.ii_contain_box3 {
    width: 100%;
    margin-top: 2.8rem;
    text-align: center;
    transform: translateX(-3.125rem);
}
.ii_contain_box3_left {
    width: 30vw;
    min-width: 350px;
    padding-top:8rem;
    color: #323233;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.ii_contain_box3_left_title{
    font-size: 1.5rem;
    
}
.ii_contain_box3_left_desc {
    font-size: 1.125rem;
    margin: 1.25rem 0 5rem 0;
}

.ii_contain_box3_right {
    width: 28vw;
    min-width: 350px;
    overflow: hidden;
    display: inline-block;
}
.pagination3 {
    width: 80px!important;
    padding-top: 2rem;
    transform: translateX(1.25rem);
}


.ii_contain_box4 {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
}
.ii_contain_box4_left {
    width: 34.5vw;
    min-width: 435px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 3.125rem;
}
.item4X{
    background: #edf5ff;
}
.ii_contain_box4_left_item {
    width: 16vw;
    min-width: 210px;
    height: 5.73vw;
    min-height: 68.75px;
    margin-bottom: 3.5rem;
    margin-left: -10px;
    cursor: pointer;
    padding-left: 10px;
}
.ii_contain_box4_left_item_title {
    font-size: 1.375rem;
    color: #000000;
    padding-top: 1.375rem;
}
.ii_contain_box4_left_item_desc {
    font-size: 1.125rem;
    color: #323233;
    padding: 1rem 0 2.125rem 0;
}
.ii_contain_box4_right {
    width: 23.54vw;
    min-width: 282.5px;
    margin-left: 6.875rem;
    transform: translateX(2.5rem);
    overflow: hidden;
}
.ii_contain_box_left_button4 {
    margin-top: 0;
}
.pagination4,  .pagination5{
    width: 130px!important;
}


.ii_contain_desc {
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    color: #323233;
    padding-top: 2.1rem;
}

.ii_contain_box5_right {
    margin-left: 0;
    margin-right: 7.2rem;
    transform: translateX(-2.5rem);
}
.ii_contain_box5_left {
    width: 36.5vw;
    min-width: 450px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 3.125rem;
}
.ii_contain_box5_left_item {
    width: 17.5vw;
    min-width: 226px;
    height: 5.73vw;
    min-height: 68.75px;
    cursor: pointer;
    margin-left: -10px;
    padding-left: 10px;
}

.ii_contain_box6 {
    display: flex;
    justify-content: center;
    padding-top: 6.625rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 2;
}
.ii_contain_box6_item {
    width: 20.1vw;
    min-width: 242px;
    height: 9.43vw;
    min-height: 112px;
    background: #000;
    border-radius: 0.75rem;
    margin: 0 1.875rem;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-align: center;
    padding-top: 1.75rem;
    transition: all .5s;
}
.ii_contain_box6_item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.ii_contain_box6_item_title {
    font-size: 1.125rem;
    padding: 1.875rem 0 1rem 0;
}
.li_youzanImg {
    width: 17.6vw;
    min-width: 212px;
    left: 11.875rem;
    top: 11.875rem;
    position: absolute;
    z-index: 1;
}
.li_weimengImg {
    width: 31.67vw;
    min-width: 380px;
    right: 3.25rem;
    top: 15rem;
    position: absolute;
    z-index: 1;
}

.ii_contain7 {
    background-color: #f8fbff;
    padding: 5rem 0; 
    margin-top: 5rem;
}
.ii_contain_box7 {
    display: flex;
    justify-content: center;
    padding-top: 6.125rem;
}
@keyframes key7 {
    0% {
        margin-left: -500px;
        opacity: 0;
    }
    60% {
        margin-left: 0;
        opacity: 1;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}
.ii_contain_box7_item {
    width: 12vw;
    min-width: 145px;
    text-align: center;
    font-size: 1.125rem;
    color: #646566;
    line-height: 1.57rem;
    margin: 0 1.25rem;
}
.ii_contain_box7_icon {
    width: 3.75rem;
    height: 3.75rem;
    display: block;
    margin: 0 auto;
}
.ii_contain_box7_item_title {
    padding: 1rem 0;
    font-size: 1.5rem;
    color: #323233;
}
.ii_contain_box7_containers {
    width: 60vw;
    min-width: 700px;
    display: flex;
    justify-content: space-between;
    color: #000;
    padding-top: 6.125rem;
    margin: 0 auto;
}
.ii_contain_box7_containers_num {
    font-size: 2.5rem;
    font-family: Alibaba PuHuiTi;
    font-style: italic;
    color: #175FD0;
    padding-bottom: 1.875rem;
}
.li_middleImg {
    width: 32.3vw;
    min-width: 388px;
    position: absolute;
    top: 10rem;
    left: 50%;
    margin-left: -16.15vw;
}
.ii_contain_box7_containers_item {
    font-size: 1.5rem;
    color: #646566;
    text-align: center;
}
.ii_contain_box8 {
    width: 66vw;
    min-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4.125rem;
}
.ii_contain_box8_li {
    width: 18.96vw;
    min-width: 227.5px;
    margin-bottom: 5.5rem;
    border: 1px solid #EEEEEF;
    position: relative;
    color: #323233;
    text-align: left;
    overflow: hidden;
}
.ii_contain_box8_img {
    width: 22.75rem;
    height: 10.875rem;
}
.ii_contain_box8_logo {
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 50%;
    position: absolute;
    top: 8.5rem;
    left: 1.69rem;
}
.ii_contain_box8_title {
    color: #323233;
    font-size: 1.375rem;
    padding: 3.25rem 0 0 1.625rem;
}
.ii_contain_box8_desc {
    height: 5.125rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0.75rem 0.875rem 0 1.69rem;
    color: #646566;
}
.ii_contain_box8_tag {
    font-size: 1rem;
    color: #646566;
    padding: 1.875rem 0 1rem 1.69rem;
}
@media screen and (min-width:1200px) and (max-width:1450px){
    html {
        font-size: 1.1vw;
    }
    .containers_right {
        padding: 5.5rem 0 0 5rem!important;
    }
    .xiaohongdian-icon {
        font-size: 34px!important;
    }
    .pull-left {
        transform: translateY(0)!important;
    }
    .x_logo b {
        font-size: 14px;
    }
    .x_logo p {
        font-size: 12px;
    }
    .x_logo {
        height: 68px;
    }
    .x_nav_li_register {
        width: 90px;
        height: 35px;
        font-size: 14px;
    }
    .x_nav>li {
        font-size: 14px;
        text-decoration: none;
    }
    .ii_artice  {
        width: 1200px;
        height: auto;
        min-height: auto;
        padding: 0;
    }
    .ii_artice .ii_artice_item {
        width: 282px;
        box-sizing: border-box;
        margin-right: 24px;
        padding: 16px;
    }
    .ii_artice .ii_artice_item_top_title {
        width: 160px;
        font-size: 14px;
    }
    .ii_artice .ii_artice_item_description {
        width: 100%;
    }
    .ii_backFirst {
        max-height: 450px;
    }
    .ii_backFirst_title{
        top: 7rem;
        left: 7rem;
        font-size: 30px;
    }
    .ii_backFirst_desc {
        top: 11rem;
        left: 7rem;
        font-size: 30px;
    }
    .ii_backFirst_button {
        top: 16rem;
        left: 7rem;
        cursor: pointer;
    }
    .ii_backFirst_phone {
        font-size: 16px;
        top: 19.8rem;
        left: 7rem;
    }
    .ii_backFirst_gif {
        top: 3rem;
        left: 50rem;
    }
    .ii_contain_title {
        margin-top: 1rem!important;
    }
  
    .ii_contain_box1 {
        width: 1200px;
        margin: 60px auto 0 auto;
        height: 550px;
        min-height: 550px;
    }
    .ii_contain_box1_right  {
        width: 350px;
    }
    .ii_contain_box1_left {
        padding-top: 0;
    }
    .ii_contain_box2_button {
        margin-bottom: 0;
    }
    .rg_contain_button4 {
        transform: scale(.7)!important;
        margin-top: 60px;
        margin-bottom: 40px!important;
    }
    .ii_contain_box_left_button {
        transform: scale(.7)!important;
    }
    .ii_contain_box_left_button:hover {
        transform: scale(.9)!important;
    }
    .ii_contain_box_left_button1 {
        margin-left: -10px;
    }
    .ii_contain_box3_left {
        padding-top: 100px;
    }
    .ii_contain_box3, .ii_contain_box5 {
        transform: translateX(0);
    }
    .pagination3 {
        width: 80px;
        padding-top: 1rem;
        transform: none;
        margin-bottom: 0;
    }
    .ii_contain_titl3, .ii_contain_title4, .ii_contain_title6, .ii_contain_title7, .ii_contain_title8 {
        padding-top: 40px!important;
    }
    .ii_contain_box4, .ii_contain_box6, .ii_contain_box7,  .ii_contain_box8, .ii_contain_box7_containers{
        margin: 0 auto;
        padding-bottom: 0;
        width: 1200px;
    }
    .ii_contain_box4_left, .ii_contain_box5_left {
        width: 670px;
    }
    .ii_contain_box4_left_item, .ii_contain_box5_left_item {
        min-width: 330px;
        min-height: 86px;
        padding: 14px 16px;
        margin-bottom: 20px;
    }
    .ii_contain_box4_left_item_title {
        padding: 0;
    }
    .ii_contain_box4_left_item_desc {
        padding: 10px 0 0 0;
        font-size: 16px;
    }
    .ii_contain_box_left_button4 {
        margin: 30px 0 90px 16px!important;
    }
    .pagination4, .pagination5 {
        width: 110px!important;
    }
    .ii_contain_box5_right {
        margin-right: 7rem;
    }
    .ii_contain_box6_item {
        width: 340px;
        min-height: 165px;
        margin-bottom: 70px;
    }
    .ii_contain7 {
        padding: 1.5rem 0!important;
        margin-top:  0!important;
    }
    .ii_contain_box7_item {
        width: 200px;
        font-size: 16px;
        margin-bottom: 70px;
    }
    .ii_contain_box7_item_title {
        font-size: 18px;
    }
    .ii_contain_box7_containers  {
        padding-top: 60px;
        margin-bottom: 32px;
    }
    .ii_contain_box7_containers_num {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 40px;
        padding-bottom: 0;
    }
    .ii_contain_box7_containers_item {
        font-size: 16px;
        margin-top: 4px;
        text-align: left;
    }
    .ii_contain_box8_li {
        width: 340px;
    }
    .ii_contain_box8_img {
        width: 100%!important;
        height: auto;
    }
    .ii_contain_box8_title {
        padding-top: 60px;
        padding-left: 20px;
        font-size: 18px;
    }
    .ii_contain_box8_desc {
        font-size: 14px;
        color: #646566;
        margin-left: 20px;
    }
    .ii_contain_box8_tag {
        padding-top: 24px;
        font-size: 14px;
        color: #969799;
        padding-left: 20px;
    }
    .ii_contain_box8_li {
        margin-bottom: 40px;
    }
    .containers  {
        padding-left: 9rem;
    }
    .li_youzanImg {
        left: 60px;
        top: 70px;
    }
    .li_weimengImg {
        right: 20px;
        top: 145px;
    }
    .li_middleImg {
        width: 660px;
        top: 236px;
        margin-left: -330px;
    }
    /* 产品css  ----------------------------------*/
    .rg_contain1_box {
        padding-bottom: 60px!important;
    }
    .rg_contain1_left {
        width: 360px!important;
        height: auto!important;
    }

    .rg_contain2_box1_item {
        width: 200px!important;
    }
    .rg_contain_box3_left  {
        width: 470px!important;
    }
    .rg_contain5_box1 {
        width: 1000px!important;
        min-width: 1000px!important;
        padding-top: 30px!important;
    }
    .rg_contain5_box1_item {
        width: 250px!important;
        min-width: 250px!important;
        font-size: 18px!important;
        line-height: 24px!important;
    }
    .rg_contain4_box {
        width: 996px!important;
    }
    .rg_contain4_box_item{
        width: 204px!important;
    }
    .productBack {
        bottom: 200px!important;
    }



}


/* 产品css   媒体查询在上面 remain_goods.html*/
.rg_banner {
    width: 100%;
    height: 500px;
    text-align: center;
}
.rg_banner_p1 {
    padding-top: 200px;
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    position: relative;
}
.rg_banner_p2 {
    margin: 16px 0 23px;
    font-size: 25px;
    line-height: 28px;
    color: #fff;
}
.rg_banner_box_button {
    width: 420px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 30px;
}
.rg_contain_title {
    width: 100%;
    height: auto;
    font-size: 36px;
    color: #323233;
    text-align: center;
    padding-top: 88px;
    padding-bottom: 55px;
}
.rg_banner_button {
    width: 180px;
    height: 60px;
    background: #4A8BF2;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: none!important;
}
.rg_contain1_box {
    display: flex;
    justify-content: center;
    padding-bottom: 160px;
}
.rg_contain1 {
    width: 400px;
    height: 80px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.re_item1{
    padding: 10px;
    background: #edf5ff;
}
.rg_contain1_img {
    width: 56px;
    height: 56px;
    display: block;
    margin-right: 16px;
}
.rg_contain1_title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.rg_contain1_desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.rg_contain1_right {
    width: 810px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    transform: translateX(10px);
}
.rg_contain1_left {
    width: 420px;
    height: 576px;
    overflow: hidden;
    margin-right: 64px;
    transform: translateX(10px);
}
.rg_contain_button {
    width: 222px;
    height: 60px;
    background: #4A8BF2;
    transform: scale(.85);
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: -10px 0 0 -5px;
    transition: all .2s;
}

.rg_contain_box3 {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.rg_contain_box3_left {
    width: 660px;
    padding-top:128px;
    color: #323233;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.rg_contain_box3_left_title{
    font-size: 24px;
}
.rg_contain_box3_left_desc {
    font-size: 18px;
    margin: 20px 0 80px 0;
}
.rg_contain_box3_right {
    width: 538px;
    overflow: hidden;
    display: inline-block;
}
.rg_contain_desc {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #323233;
    margin-top: -20px;
}
.rg_contain4_box {
    width: 1280px;
    margin: 41px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.rg_contain4_board {
    padding: 70px 20px 0 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}
.productBack {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
}
.rg_contain4_box_item{
    width: 300px;
    display: flex;
    margin-bottom: 56px;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .3s;
}
.rg_contain4_box_item:hover {
    transform: scale(1.1);
}
.rg_contain4_box_item span {
    width: 100%;
    padding-top: 12.8px;
    text-align: center;
}
.rg_contain4_img {
    width: 72px;
    height: 72px;
}
.rg_contain4_title {
    padding-top: 2px;
    font-size: 22px;
    color: #000000;
}
.rg_contain4_desc {
    width: 100%;
    font-size: 16px;;
    color: #323233;
    padding-top: 10px;
    height: 55px;
}
.rg_contain_button4 {
    margin: 30px auto 70px auto;
}
.rg_contain5_box1 {
    width: 63vw;
    min-width: 1210px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.rg_contain5_box1_item {
    width: 19rem;
    min-width: 304px;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-align: center;
    color: #323233;
    position: relative;
    z-index: 99;
}
.rg_contain_box_left_button {
    width: 222px;
    height: 60px;
    background: #4A8BF2;
    transform: scale(.85);
    margin: 50px auto 0 auto;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    z-index: 2;
}
.rg_contain5_box1_item_title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000000;
    margin-top: 30px;
}
.re_contain_footer {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #323233;
    line-height: 46px;
    padding: 50px 0 70px 0;
}




/*-----------------------------Mobile Css---------------------------*/
.pc_wid{width: 75% !important;}

.product_ul li{margin-bottom: 10px;}


.tabs{
    height: 40px;
    width: 100%;
    color: #434343;
    font-size: 16px;
}
.tabs>div{
    height: 40px;
    line-height: 40px;
    float: left;
}
.tab2{
    margin-left: 40px;
}
.tabsCheck{
    border-bottom: 2px solid #ff1616;
    font-weight: bold;
    color: #1e1e1e;
}

