/*header中间文字样式--begin*/
.banner-text
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 80%;
    height: 25%;
    margin: auto;

    text-align: center;
}
.banner .banner-text h1
{
    font-weight: normal;

    margin-top: 10px;
}
.banner .carousel-caption
{
    top: 40%;
    cursor:pointer;
}
.banner .carousel-caption a
{
    width:100%;
    height:100%;
    display: inline-block;
}
.banner .banner-h1,
.banner h1
{
    font-size: 50px;
    font-weight: bold;

    text-align: center;

    color: #fff;
}
/*首页轮播图文字隐藏*/
.carousel .carousel-inner  .banner-p,
.carousel .carousel-inner  .banner-h1
{
    transition: opacity .8s ease 0s;
    -webkit-transition:  opacity .8s ease 0s;
    -moz-transition: opacity .8s ease 0s;
    -o-animation: opacity .8s ease 0s;

    opacity: 0;
}

.banner .banner-p
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;

    margin-top: 26px;

    text-align: center;

    color: #fff;
    text-shadow: 0 0 35px #000;
}

.banner .banner_img
{
    width: 100%;
}
.banner_maxheight
{
    overflow: hidden;

    max-height: 840px;
}
/*header部分--end*/
/*首页内容部分--start*/
.index-content{
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 120px;
}
.insight_card {
    width: 1280px;
    margin: 0 auto;
    margin-top: 80px;
}
.card_title {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(19, 20, 28, 0.9);
    line-height: 48px;
    margin-bottom: 48px;
    text-align: center;
}
.research_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
}
.research_item {
    padding-bottom: 32px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}

.research_item .cover {
    width: 296px;
    height: 168px;
}
.research_item .content {
    padding: 16px 16px 32px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    border-top: none;
}

.research_item .title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(19, 20, 28, 0.9);
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.research_item .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(19, 20, 28, 0.6);
    line-height: 22px;
    margin-top: 16px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.research_item .item_btn {
    text-align: center;
    height: 48px;
    background: #f5630b;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 48px;
    margin-top: 40px;
    cursor: pointer;
}

.introduce {
    display: flex;
    justify-content: space-between;
}

.introduce_content {
    width: 502px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduce_content .title {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #f5630b;
    line-height: 30px;
}
.introduce_content .introduce_list {
    /* margin-top: 40px; */
}
.introduce_item {
    margin-top: 46px;
    display: flex;
}
.introduce_item img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    transform: translateY(4px);
}
.introduce_item .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(19, 20, 28, 0.9);
    line-height: 22px;
}
.introduce_pic {
    width: 699px;
}
.download_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
}
.visible {
    display: flex !important;
}

.download_modal {
    display: flex;
    padding: 48px 0 40px 48px;
    /* width: 800px; */
    background: #ffffff;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    position: relative;
    display: none;
}

.modal_right {
    border-right: 1px solid rgba(138, 145, 157, 0.24);
    padding-right: 64px;
    width: 416px;
}

.modal_title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(19, 20, 28, 0.9);
    line-height: 28px;
}

.modal_right .modal_inputs {
    margin-top: 32px;
}

.modal_input {
    width: 100%;
    margin-bottom: 24px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    box-sizing: border-box;
    padding-left: 12px;
    outline: none;
    font-size: 14px;
    color: rgba(19,20,28,0.9);
    line-height: 22px
}
.certify_box {
    display: flex;
    justify-content: space-between;
}

.certify_box input {
    width: 216px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    margin-right: 16px;
    box-sizing: border-box;
    padding-left: 12px;
    outline: none;
    font-size: 14px;
    color: rgba(19,20,28,0.9);
    line-height: 22px
}
.certify_box button {
    width: 120px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    cursor: pointer;
    font-size: 14px;
    color: rgba(19,20,28,0.9);
    line-height: 22px;
}

.footer_btn {
    width: 352px;
    height: 40px;
    background: #f5630b;
    border-radius: 2px;
    color: #ffffff;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.modal_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
}

.modal_qrcode {
    width: 144px;
    height: 144px;
    margin-bottom: 16px;
}

.modal_left .tip {
    color: rgba(19, 20, 28, 0.6);
    line-height: 22px;
    width: 204px;
    text-align: center;
}

.close_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.index_demand_modal{
    width: 400px;
    height: 222px;
    background: #FFFFFF;
    display: none;
    flex-direction: column;
}
.index_demand_modal .index_demand_modal_close{
    display: flex;
    justify-content: flex-end;
}
.index_demand_modal .index_demand_modal_close >img{
    width: 24px;
    height: 24px;
    margin: 8px 8px 0 0 ;
    cursor: pointer;
}
.index_demand_modal .demand_modal_text{
    font-size: 16px;
    color: rgba(19,20,28,0.9);
    line-height: 28px;
    padding: 32px 48px 16px;
}
.index_demand_modal .demand_modal_btn{
    font-size: 14px;
    color: rgba(19,20,28,0.6);
    line-height: 22px;
    padding-left: 48px;
}
.index_demand_modal .demand_modal_btn >a{
    color: #F5630B;
    text-decoration:underline
}
.index-viewpoint-wrap{
    padding-top: 88px;
}
.index-content-title{
    font-size: 40px;
    color: rgba(19,20,28,0.9);
    line-height: 48px;
    text-align: center;
    margin-bottom: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
}
.index-viewpoint-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-viewpoint-content-card{
    border-radius: 4px;
    width: 296px;
    margin-bottom: 32px;
    overflow: hidden;
}
.index-viewpoint-content-card >img{
    width: 296px;
    height: 168px;
}
.index-viewpoint-content-card-text{
    border: 1px solid rgba(138,145,157,0.24);
    border-top: none;
    border-radius:0 0 4px 4px;
    padding: 16px 16px 24px;
}
.index-viewpoint-content-card-text1{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(19,20,28,0.9);
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.index-viewpoint-content-card-text2{
    height: 66px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(19,20,28,0.6);
    line-height: 22px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.index-customer-wrap{
    margin-top: 88px;
}
.index-customer-wrap >img{
    width: 100%;
}
/*首页成功案例部分--start*/
.index-case-content {
    display: flex;
}

.index-case-content-left {
    flex: 1;
}

.index-case-content-left-content {
    border-radius: 4px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    padding: 30px 10px 20px;
}

.index-case-content-left-content-title {
    display: flex;
    align-items: center;
    color: rgba(19, 20, 28, 0.9);
    padding-left: 14px;
}

.index-case-content-left-content-title1 {
    font-size: 24px;
    line-height: 26px;
    margin-right: 16px;
}

.index-case-content-left-content-title2 {
    font-size: 18px;
    line-height: 26px;
}

.index-case-content-left-content-img {
    width: 998px;
    height: 546px;
    margin-top: 32px;
    position: relative;
}

.index-case-content-left-content-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case-content-left-content-login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 20, 28, 0.8);
    border-radius: 4px 4px 0px 0px;
    color: #FF9C00;
    font-size: 18px;
    line-height: 26px;
}

.index-case-content-left-content-login-hidden {
    display: none;
}

.index-case-content-left-content-login-top {
    display: flex;
    padding: 96px 72px 56px;
}

.index-case-content-left-content-login-bottom {
    display: flex;
    padding-left: 90px;
}

.index-case-content-left-content-login-card-item {
    margin-right: 20px;
    width: 197px;
    height: 241px;
}

.index-case-content-left-content-login-card-item>img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    margin-top: 12px;
}

.index-case-content-left-content-login-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 470px;
}

.index-case-content-left-content-login-title>p:first-child {
    margin-bottom: 20px;
}

.index-case-content-left-content-login-form {
    flex: 1
}

.index-case-content-left-content-login-form-iphone {
    width: 352px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    font-size: 14px;
    color: rgba(19, 20, 28, 0.9);
    line-height: 22px;
    margin-bottom: 24px;
    padding-left: 12px;
}

.index-case-content-left-content-login-form-code {
    display: flex;
    margin-bottom: 24px;
}

.index-case-content-left-content-login-form-code>input {
    width: 228px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    font-size: 14px;
    color: rgba(19, 20, 28, 0.9);
    line-height: 22px;
    padding-left: 12px;
}

.index-case-content-left-content-login-form-code-block {
    width: 120px;
    height: 40px;
    background: #F5630B;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    margin-left: 1px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.index-case-content-left-content-login-form-submit {
    display: flex;
    align-items: flex-end;
    margin-top: 24px;
}

.index-case-content-left-content-login-form-submit>button {
    width: 272px;
    height: 40px;
    background: #F5630B;
    border-radius: 2px;
    outline: none;
    margin-right: 8px;
    border: none;
}

.index-case-content-left-content-login-form-submit>span {
    cursor: pointer;
}

.index-case-content-left-content-login-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 14px;
    margin-top: 28px;
}

.index-case-content-left-content-login-step>div {
    margin-bottom: 28px;
    width: 50%;
}

.index-case-content-left-img-list {
    display: flex;
    margin-top: 12px;
}

.index-case-content-left-img-item {
    width: 190px;
    height: 120px;
    border-radius: 4px;
    margin-right: 14px;
    cursor: pointer;
    position: relative;
}

.index-case-content-left-img-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case-content-left-img-item-float {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19, 20, 28, 0.6);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-case-content-left-img-item-text {
    width: 120px;
    height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}

.index-case-content-left-img-item-float-svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.index-case-content-right {
    margin-left: 28px;
}

.index-case-content-right-img-list {
    display: flex;
    flex-direction: column;
}

.index-case-content-right-img-list>img {
    width: 230px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 14px;
}

.index-case-content-right-button {
    width: 232px;
    height: 48px;
    border: 1px solid #979797;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: rgba(19, 20, 28, 0.9);
    line-height: 22px;
    outline: none;
    background-color: transparent;
}

.index_case_el_dialog_dialog_form .index_case_el_dialog_input_default {
    width: 352px;
}

.index_case_el_dialog_dialog_form .index_case_el_dialog_input_small {
    width: 200px;
}

.index_case_el_dialog_register_submit {
    width: 352px;
    height: 40px;
    margin-top: 24px;
    min-width: 120px;
    padding: 5px 13px;
    background: #F5630B;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
}

.index_case_el_dialog_input_btn {
    width: 136px;
    height: 38px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid rgba(138, 145, 157, 0.24);
    line-height: 38px;
    text-align: center;
    color: rgba(19, 20, 28, 0.9);
    font-size: 14px;
    display: inline-block;
    margin-left: 9px;
    cursor: pointer;
}

.index_case_el_dialog_form_sex {
    margin-bottom: 15px;
    margin-top: -15px;
}

.index_case_el_dialog_dialog_body .el-dialog__close {
    font-size: 20px;
}

.index_case_el_dialog_register_dialog_content {
    margin-top: 24px;
}

.index_case_el_dialog_register_dialog_title {
    margin-left: 80px;
    font-size: 16px;
    color: rgba(19, 20, 28, 0.9);
    line-height: 22px;
}

.index_case_el_dialog_register_submit {
    width: 352px;
    height: 40px;
    margin-top: 24px;
}

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
    font-family: PingFangSC-Regular, PingFang SC;
}

.el-dialog {
    margin-top: 8vh !important;
}

.dialog_content {
    /* height: calc(80vh - 50px); */
    display: flex;
    flex-direction: column;
}

.dialog_content_list {
    flex: 1;
    overflow-y: scroll;
}

.dialog_content .dialog_content_footer {
    height: 72px;
    flex: none;
}
.el-button--primary {
    color: #fff;
    background-color: #f5630b;
    border-color: #f5630b
}
.el-button--primary:focus,.el-button--primary:hover {
  background: #f7823c;
  border-color: #f7823c;
  color: #fff
}

.el-button--primary:active {
  background: #dd590a;
  border-color: #dd590a;
  color: #fff;
  outline: 0
}

.el-button--primary.is-active {
  background: #dd590a;
  border-color: #dd590a;
  color: #fff
}
[v-cloak]{
    display: none;
}
.el-input__inner{
    border-radius: 2px;
}
.zZindex{
   z-index:500000 !important;
}
/*首页成功案例部分--end*/
/*首页内容部分--end*/
.wrapper .jcarousel .contont
{
    position: relative;

    overflow: hidden;

    text-align: center;
}

.wrapper .jcarousel .contont .ct_width
{
    width: 100%;

    -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
    transition: transform 1s ease 0s, opacity 1s ease 0s;
    -moz-transition: transform 2s ease 0s,opacity 1s ease 0s;
    -o-animation: transform 2s ease 0s,opacity 1s ease 0s;
}

.wrapper .jcarousel .contont h4
{
    font-size: 28px;

    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 70px;
    margin: auto;

    color: #fff;
    text-shadow: 0 0 25px #000;
}

.wrapper .jcarousel .contont p
{
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 16%;
    left: 0;

    width: 44px;
    margin: auto;

    color: #fff;
}

.wrapper .jcarousel .mask
{
    position: absolute;
    z-index: 5;

    width: 100%;
    height: 100%;

    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    background-color: transparent;
}

/*鼠标划过轮播图上部图片*/
.wrapper .jcarousel .contont:hover .ct_width
{
    transition: transform .5s ease 0s, opacity .5s ease 0s;
    -webkit-transition:  transform .5s ease 0s, opacity .5s ease 0s;
    -moz-transition: transform .5s ease 0s, opacity .5s ease 0s;
    -o-animation: transform .5s ease 0s, opacity .5s ease 0s;
    -webkit-transform: scale(1.3, 1.3); /* Safari */
    -ms-transform: scale(1.3, 1.3); /* IE 9 */
    transform: scale(1.3, 1.3); /* 标准语法 */
}

/*轮播图wrapper部分--end*/
/*合作伙伴--begin*/
.partner .contont_bt
{
    overflow: hidden;

    text-align: center;
}

.partner .contont_bt p
{
    font-size: 14px;
    line-height: 30px;

    margin-top: 20px;

    color: #fff;
}

.partner .contont_bt .contont_img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.partner .contont_bt .contont_bg_color
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.partner .contont_bt .partner_hidden
{
    z-index: 2;

    padding-top: 24%;
    padding-bottom: 13.3%;
}


.partner .contont_bt .contont_hidden
{
    position: relative;

    width: 100%;
    height: 100%;

    text-align: left;
}
/*文字和内容垂直居中*/
.partner .contont_bt .contont_hidden .contont_hidden_text
{
    position: absolute;
    top: 50%;
    left: 25%;

    -webkit-transform: translate(-25%,-50%);
    -moz-transform: translate(-25%,-50%);
    -ms-transform: translate(-25%,-50%);
    transform: translate(-25%,-50%);
}
.partner .contont_bt .contont_hidden p
{
    font-size: 14px;
    line-height: 22px;
}

.partner .contont_bt .contont_hidden p span
{
    font-size: 30px;
    font-weight: bold;
}

/*col-lg-3 产生的间距*/
.partner .alcon,
.partner .rejoice,
.partner .crest,
.partner .olay
{
    margin: 0;
    padding: 0;
}

/*图片下面的颜色*/
.partner .alcon .contont_bt .contont_bg_color
{
    background-color: #de5411;
}

.partner .rejoice .contont_bt .contont_bg_color
{
    background-color: #595757;
}

.partner .crest .contont_bt .contont_bg_color
{
    background-color: #2ea7e0;
}

.partner .olay .contont_bt .contont_bg_color
{
    background-color: #e61673;
}

/*鼠标划过轮播图logo模块*/

.partner .contont_bt .contont_hidden
{
    position: absolute;
    z-index: 3;

    display: none;
}

.partner .contont_bt .logo_hidden
{
    z-index: 3;

    -webkit-transition: transform .8s ease 0s, opacity .8s ease 0s;
    transition: transform .8s ease 0s, opacity .8s ease 0s;
    -webkit-transform: translateX(0px) scale(1, 1) rotateY(0deg);
    transform: translateX(0px) scale(1, 1) rotateY(0deg);

    opacity: 1;
}
.partner .contont_bt img.logo_hidden
{
    width: 45%;
}

.partner .contont_bt:hover .contont_bg_color
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    mix-blend-mode: multiply;
}

.partner .contont_bt:hover .contont_img
{
    -webkit-transition: opacity 2s ease 0s;
    transition: opacity 2s ease 0s;
    -moz-transition: opacity 2s ease 0s;
    -o-animation: opacity 2s ease 0s;

    opacity: 1;
}

.partner .contont_bt:hover .logo_hidden
{
    -webkit-transition: transform .8s ease 0s, opacity .8s ease 0s;
    transition: transform .8s ease 0s, opacity .8s ease 0s;
    -webkit-transform: translateX(200px) scale(.1, .1) rotateY(360deg);
    transform: translateX(200px) scale(.1, .1) rotateY(360deg);

    opacity: 0;
}

.partner .contont_bt:hover .contont_hidden
{
    display: block;
}

@media (max-width: 1850px)
{
    .partner .contont_bt .contont_hidden
    {
        padding-left: 65px;
    }
}

@media (max-width: 1600px)
{
    .partner .contont_bt .contont_hidden
    {
        padding-left: 45px;
    }
}

@media (max-width: 1400px)
{
    .partner .contont_bt .contont_hidden
    {
        padding-left: 30px;
    }
}

@media (max-width: 1300px)
{
    .partner .contont_bt .contont_hidden
    {
        padding-left: 10px;
    }
}
@media (max-width: 767px)
{
    /*首页轮播图文字--begin*/
    .wrapper .jcarousel .contont h4 {
        font-size: 20px;
    }
    /*首页轮播图文字--end*/
    /*首页案例--begin*/
    .partner .contont_bt:hover .contont_bg_color
    {
        z-index: -2;
    }
    .partner .contont_bt:hover .contont_img
    {
        -webkit-transition: opacity 0s ease 0s;
        transition: opacity 0s ease 0s;
        -moz-transition: opacity 0s ease 0s;
        -o-animation: opacity 0s ease 0s;

        opacity: 0;
    }
    .partner .contont_bt:hover .logo_hidden
    {
        -webkit-transition: transform 0s ease 0s, opacity 0s ease 0s;
        transition: transform 0s ease 0s, opacity 0s ease 0s;
        -webkit-transform: translateX(0px) scale(1, 1) rotateY(0deg);
        transform: translateX(0px) scale(1, 1) rotateY(0deg);

        opacity: 1;
        z-index: 99;
    }

    .partner .contont_bt:hover .contont_hidden
    {
        display: none;
    }

    .partner .contont_bt .partner_hidden {
        padding-top: 8%;
    }
    .partner .contont_bt p {
        font-size: 12px;
        padding: 0 5%;
        line-height: 20px;
    }
    /*首页案例--end*/
}

/*合作伙伴--end*/
/*code部分--begin*/
.index-footer-wrap{
    border-top: 1px solid rgba(138,145,157,0.24);
}
.index-footer-content{
    width: 1280px;
    margin: 0 auto;
    padding: 63px 0 56px;
    height: 296px;
    display: flex;
    justify-content: space-between;
}
.index-footer-link{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.index-footer-link-title{
    font-size: 18px;
    color: rgba(19,20,28,0.9);
    line-height: 26px;
    margin-bottom: 23px;
}
.index-footer-link-list{
    display: flex;
}
.index-footer-link-list >a{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(19,20,28,0.9);
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-right: 56px;
}
.index-footer-link-list >a >img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.index-footer-link-copyright{
    flex: 1;
    display: flex;
    align-items: flex-end;
}
.index-footer-link-copyright-text1{
    font-size: 12px;
    color: rgba(19,20,28,0.6);
    line-height: 20px;
}
.index-footer-link-copyright-text2{
    font-size: 12px;
    color: rgba(19,20,28,0.6);
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-left: 42px;
}
.index-footer-link-copyright-text2 >img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.index-footer-qrcode{
    display: flex;
    margin-left: 144px;
    justify-content: space-between;
    flex: 1;
}
.index-footer-qrcode >div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(19,20,28,0.6);
    line-height: 22px;
}
.index-footer-qrcode >div >img{
    width: 144px;
    height: 144px;
    margin-bottom: 12px;
}
/* .footer-code
{
    padding: 30px 75px 37px;
    position: relative;
}

.footer-code .code-two
{
    float: left;

    margin-left: 2%;
    width:90px;
}
.footer-code-p
{
    position: absolute;
    right:75px;
    bottom:14%;
    font-size: 12px;
    line-height: 18px;
}
.footer-code-p a.footer-file
{
   display: block;
    text-align: right;

}
.footer-code-p a.footer-file:hover
{
   color: #333;
    text-decoration: underline;
}
.footer-code-p a.footer-file:focus
{
   color: #333;
}
.footer-file .footer-code-language-ch {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 100% 100%;
    margin-right: 2px;
    vertical-align: middle;
}
.footer-code-language a.footer-file:hover{
    color: #fff;
    text-decoration: underline;
}
.footer-code-language a.footer-file:focus{
    color: #fff;
}
.footer-code-language-ch{
    background-image: url("../images/viewfile.png");
    background-position:bottom left;
}
.footer-code-language-us{
    background-image: url("../images/language.jpg");
    background-position:bottom right;
}
.footer-code-language-ch.active{
    background-position:top left;
}
.footer-code-language-us.active{
    background-position:top right;
} */

/*code部分--end*/
/*marquee部分--begin*/

#marquee
{
    position: relative;

    overflow: hidden;

    width: 100%;

    cursor: pointer;

    background-color: #3d4352;
}

#marquee ul
{
    position: relative;

    width: 100%;
    height: 63px;
    margin: 0;
}

#marquee ul li
{
    float: left;

    padding: 20px;

    list-style: none;
}
/*#marquee ul li a{*/
/*padding:0 35px;*/
/*}*/
#marquee ul li img
{
    display: inline-block;
}
/*marquee部分--end*/
