

/*底部结束*/


/*底部获取演示，免费体验开始*/

.section-fixed-contact {
    position: fixed;
    z-index: 55;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: linear-gradient(-79deg, #FF4A1A, #E80B0B);
    transition: all 0.5s;
}

.section-fixed-contact.section-fixed-contact-display {
    bottom: -100px;
    transition: all 0.5s;
}

.section-fixed-contact .container {
    position: relative;
}

.section-fixed-contact .text {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

.section-fixed-contact .text i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/xitonggaishu/contact.png) no-repeat center;
    vertical-align: -6px;
    margin-right: 10px;
}

.section-fixed-contact .text .num {
    color: #F81528;
    font-size: 36px;
    vertical-align: top;
    margin: 0 10px;
}

.section-fixed-contact .btns {
    position: absolute;
    top: 27px;
    right: 0;
}

.section-fixed-contact .btns a {
    margin-left: 10px;
}

.section-fixed-contact .btns .btn-red-shadow {
    vertical-align: top;
}

.section-fixed-contact .btns .btn-red-line {
    vertical-align: top;
    height: 48px;
    line-height: 48px;
    width: 158px;
    margin-left: 10px;
}

.section-fixed-contact .close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -80px;
    top: 10px;
    background: url(../img/xitonggaishu/close.png) no-repeat center;
}

.section-fixed-contact .orange {
    color: #FB6703;
}

.section-fixed-contact .red-number {
    color: #FFE010;
    font-size: 17px;
    font-style: italic;
    font-weight: 700;
    margin: 0 10px;
}

.section-fixed-contact .form {
    padding-top: 15px;
    overflow: hidden;
}

.section-fixed-contact .form .input {
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px;
}

.section-fixed-contact .form .input input {
    padding: 8px 10px;
    height: 24px;
    border: 0;
    width: calc(100% - 20px);
    font-size: 16px;
    color: #888888;
}

.section-fixed-contact .form .btn {
    float: left;
    width: 150px;
    height: 40px;
    background: linear-gradient(-90deg, #FB8732, #F6C418);
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.section-fixed-contact .btns .btn-red-shadow2 {
    width: 180px;
    height: 54px;
    background: #ffffff;
    color: #F61E1E;
    display: block;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    font-weight: bold;
}

.section-fixed-contact .btns .btn-red-shadow2:hover {
    opacity: 0.9;
}

@media screen and (max-width: 1457px) {
    .section-fixed-contact .close {
        right: -30px;
        top: 5px;
    }
}


/*底部悬浮结束*/


/*底部获取演示，免费体验结束*/


/*左侧悬浮开始*/

.left_suspension {
    position: fixed;
    z-index: 99999;
    bottom: 40%;
    left: 50px;
}

.left_hide {
    width: 42px;
    height: 42px;
    position: absolute;
    right: -11px;
    top: -19px;
    cursor: pointer;
    background: url("../img/xitonggaishu/close3.png") no-repeat center;
}

.go_info {
    position: absolute;
    width: 175px;
    height: 50px;
    bottom: 20px;
    left: 23px;
}


/*左侧悬浮结束*/


/*右侧悬浮开始*/

.c_nav {
    position: fixed;
    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}

.c_nav li {
    float: right;
}

.c_nav li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #FF0000 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
}

.c_nav li a i {
    display: inline-block;
    width: 28px;
    height: 22px;
    padding: 11px 0 9px 0;
    transition: all 0.5s;
}

.c_nav li.li1 a {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #fff;
    transition: all 0.5s;
    height: 120px;
}

.c_nav li.li1 a p {
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 16px;
}

.c_nav li.li1 i {
    background: url('../img/xitonggaishu/side_icon_01.png') center no-repeat;
    width: 40px;
    height: 40px;
}

.c_nav li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li2 .hides {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(../img/xitonggaishu/side_tel_02.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    line-height: 1;
}

.c_nav li.li2 i {
    background: url('../img/xitonggaishu/side_tel_01.png') center no-repeat;
}

.c_nav li a:hover i {
    transform: rotate(360deg);
}

.c_nav li.li2 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
}

.c_nav li.li2 a:hover .hides {
    display: block;
}

.c_nav li.li2 a:hover .shows {
    display: none;
}

.c_nav li.li2 a:hover {
    width: 230px;
}

.c_nav li.li4 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
    background: url('../img/xitonggaishu/side_wx_02.png') center no-repeat;
}

.c_nav li.li4 i {
    background: url('../img/xitonggaishu/side_wx_01.png') center no-repeat;
}

.c_nav li.li4:hover .ewm_div {
    display: block;
}

.c_nav li.li4 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}

.c_nav li.li4 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../img/xitonggaishu/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li4 .ewm_div .img_div {
    background: url(../img/xitonggaishu/wx.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}

.c_nav li.li5 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li5 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li5 a:hover i {
    background: url('../img/xitonggaishu/side_ewm_02.png') center no-repeat;
}

.c_nav li.li5 i {
    background: url('../img/xitonggaishu/side_ewm_01.png') center no-repeat;
}

.c_nav li.li5 .img {
    width: 108px;
    padding: 15px;
    border-radius: 5px;
    background: #0cd579;
    position: absolute;
    left: 180px;
    top: -48px;
}

.c_nav li.li5 .img img {
    width: 108px;
    height: 108px;
    display: block;
}

.c_nav li.li5 .img p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.c_nav li.li5:hover .ewm_div {
    display: block;
}

.c_nav li.li5 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}

.c_nav li.li5 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../img/xitonggaishu/side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li5 .ewm_div .img_div {
    background: url(../img/xitonggaishu/ewm.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
}

.c_nav li.li6 .out {
    background: url(../img/xitonggaishu/side_icon_05.png) center no-repeat #FFFFFF;
}

.c_nav li.li6 .top_return {
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 30px;
    border-radius: 5px;
}

.c_nav li.li6 .over {
    display: none;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.c_nav li.li6:hover .over {
    display: block;
}

.c_nav li.li6:hover .out {
    display: none;
}

.c_nav li.li1 {
    -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}

.c_nav li.li2 {
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}

.c_nav li.li4 {
    position: relative;
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li5 {
    -webkit-animation: rotateInDownRight 1.5s 2.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 2.5s ease both;
    position: relative;
}

.c_nav li.li7 {
    -webkit-animation: rotateInDownLeft 1.5s 3s ease both;
    -moz-animation: rotateInDownLeft 1.5s 3s ease both;
    cursor: pointer;
}

.c_nav li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 3.5s ease both;
    cursor: pointer;
}

.c_nav .d {
    display: none;
    width: 320px;
    background: #fff;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
}

.c_nav .d .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(../img/xitonggaishu/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 190px;
}


/*新官网特效开始*/


/*kf-t-b从下到上250距离*/

@keyframes kf-t-b {
    from {
        transform: translateY(250px);
    }
    to {
        transform: translateY(0px);
    }
}


/*kf-t-b从上到下250距离*/

@keyframes kf-b-t {
    from {
        transform: translateY(-250px);
    }
    to {
        transform: translateY(0px);
    }
}


/*放大 pic_scale从小到大*/

@keyframes pic_scale {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes op {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*kl1从右到左50*/

@keyframes kf-l-r {
    from {
        transform: translateX(-200px);
    }
    to {
        transform: translateX(0px);
    }
}


/*kl1从左到右50*/

@keyframes kf-r-l {
    from {
        transform: translateX(200px);
    }
    to {
        transform: translateX(0px);
    }
}


/*kf-t-b从上到下250距离*/

.kf-t-b1 {
    animation: kf-t-b 0.4s;
}

.kf-t-b2 {
    animation: kf-t-b 0.5s;
}

.kf-t-b3 {
    animation: kf-t-b 0.6s;
}

.kf-t-b4 {
    animation: kf-t-b 0.7s;
}


/*kf-t-b从下到上250距离*/

.kf-b-t1 {
    animation: kf-b-t 0.4s;
}

.kf-b-t2 {
    animation: kf-b-t 0.5s;
}

.kf-b-t3 {
    animation: kf-b-t 0.6s;
}

.kf-b-t4 {
    animation: kf-b-t 0.7s;
}


/*放大 pic_scale从小到大*/

.pic_scale {
    animation: pic_scale 1s;
    opacity: 1 !important;
}

.pic_scale1 {
    animation: pic_scale 0.7s;
    opacity: 1 !important;
}


/*从隐藏到显示*/

.op {
    animation: op 0.1s;
    opacity: 1 !important;
}


/*kl1从左到右50*/

.kf-l-r1 {
    animation: kf-l-r 0.4s;
}

.kf-l-r2 {
    animation: kf-l-r 0.5s;
}

.kf-l-r3 {
    animation: kf-l-r 0.6s;
}

.kf-l-r4 {
    animation: kf-l-r 0.7s;
}

.kf-l-r5 {
    animation: kf-l-r 0.8s;
}

.kf-l-r6 {
    animation: kf-l-r 0.9s;
}


/* kr1从右到左50*/

.kf-r-l1 {
    animation: kf-r-l 0.4s;
}

.kf-r-l2 {
    animation: kf-r-l 0.5s;
}

.kf-r-l3 {
    animation: kf-r-l 0.6s;
}

.kf-r-l4 {
    animation: kf-r-l 0.7s;
}

.kf-r-l5 {
    animation: kf-r-l 0.8s;
}

.kf-r-l6 {
    animation: kf-r-l 0.9s;
}

#preview_img {
    display: none;
}

.el-image-viewer__wrapper {
    z-index: 99999 !important;
}


/* kr1从右到左50*/


/*kl1从左到右50*/


/*kt1从下到上100距离*/


/*kf-t-b1从下到上250距离*/


/*放大 pic_scale从小到大*/


/*新官网特效结束*/


/*2020-12-8新官网专题公共代码开始*/

.navigation.active {
    position: fixed;
    top: 0;
    z-index: 99999;
}

.navigation {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    background: #fff;
    text-align: center;
}

.navigation .tab-list div {
    width: 100px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

.navigation .tab-list div:last-child {
    padding: 0;
}

.navigation .tab-list div span {
    font-size: 15px;
    color: #000000;
    padding: 19px 10px;
    display: inline-block;
}

.navigation .tab-list div.active span {
    border-bottom: 2px solid #F20D23;
    color: #F20D23;
}

.product-img-list .el-image-viewer__canvas img {
    width: 900px !important;
}

.product-img-list .pic-div {
    width: 1036px;
    margin: 40px auto;
    box-shadow: 0px 5px 20px 0px #c7c7c773;
    border-radius: 10px;
    padding: 30px 0;
}

.product-img-list .pic-div .pic-title {
    margin-left: 59px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 250px;
    text-indent: 50px;
}

.product-img-list .pic-div .pic-title span {
    line-height: 100px;
    position: relative;
}

.product-img-list .pic-div .pic-title span:after {
    content: '';
    position: absolute;
    background: url("../img/xitonggaishu/00-icon1.png") no-repeat center;
    width: 33px;
    height: 33px;
    left: -50px;
    top: -3px;
}

.product-img-list .pic-div .pic-list {
    display: inline-block;
    width: 655px;
    position: relative;
}

.product-img-list .pic-div .pic-list .img-list {
    width: 540px;
    height: 100px;
}

.product-img-list .pic-div .pic-list .img-list .swiper-slide img {
    width: 165px;
    height: 100px;
    border-radius: 5px;
}

.product-img-list .pic-div .pic-list .img-list .swiper-slide div {
    border-radius: 5px;
    height: 100%;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.product-img-list .pic-div .pic-list .img-list .swiper-slide .swiper-lazy:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: -1px;
    top: -1px;
    background: #00000066;
}

.product-img-list .pic-div .pic-list .img-list .swiper-slide .swiper-lazy:hover .div-img {
    position: absolute;
    background: url("../img/xitonggaishu/but-ppt.png") no-repeat center top;
    width: 84px;
    height: 16px;
    z-index: 9;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    opacity: 0.7;
}

.product-img-list .pic-div .pic-list .img-list .swiper-slide .swiper-lazy:hover .div-img:hover {
    opacity: 1;
}

.product-img-list .pic-div .pic-list .img-list .swiper-slide .swiper-lazy.active:before {
    content: '';
    position: absolute;
    background: url("../img/xitonggaishu/00-icon2.png") no-repeat center top;
    width: 39px;
    height: 37px;
    left: -1px;
    top: -1px;
}

.product-img-list .pic-div .pic-list .pic-right {
    background: url("../img/xitonggaishu/right.png") no-repeat center;
    width: 12px;
    height: 28px;
    position: absolute;
    top: 18px;
    right: 1px;
    cursor: pointer;
    padding: 20px 10px;
}

.product-img-list .pic-div .pic-list .pic-left {
    background: url("../img/xitonggaishu/left.png") no-repeat center;
    width: 12px;
    height: 28px;
    position: absolute;
    top: 18px;
    left: 1px;
    cursor: pointer;
    padding: 20px 10px;
}

.product-img-list .demo-image-lazy {
    overflow-y: auto;
    width: 500px;
    height: 300px;
}

.product-img-list .demo-image-lazy .el-image {
    min-height: 200px;
}

.show_system table {
    width: 753px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #0000000f;
    border-radius: 5px;
    margin: 0 auto;
}

.show_system table tbody {
    display: inline-block;
    padding: 30px 40px;
    border-top: 4px solid #F20D23;
    border-radius: 5px;
}

.show_system table th {
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
}

.show_system table th:first-child {
    width: 232px;
}

.show_system table th:last-child {
    width: 445px;
}

.show_system table td {
    color: #888888;
    font-size: 14px;
    padding-top: 20px;
    text-align: left;
}

.show_system table td.hover {
    cursor: pointer;
}

.show_system table td.hover:hover {
    color: #F20D23;
}

.show_system table td span.hover {
    cursor: pointer;
}

.show_system table td span.hover:hover {
    color: #F20D23;
}

.show_system table td span.hover {
    cursor: pointer;
}

.show_system table td span.hover:hover {
    color: #F20D23;
}

.show_system .pic-list {
    text-align: center;
    margin-top: 70px;
}

.show_system .pic-list .img-div {
    display: inline-block;
    margin-right: 60px;
}

.show_system .pic-list .img-div:last-child {
    margin-right: 0;
}

.show_system .pic-list .img-div img {
    width: 163px;
    height: 186px;
}

.show_system .pic-list .img-div p {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

.anli-div .content-div {
    width: 285px;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px #52555a1a;
    transition: all ease 300ms;
    margin-right: 15px;
}

.anli-div .content-div:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    box-shadow: 0px 20px 40px 0px rgba(83, 86, 90, 0.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.anli-div .content-div:nth-child(4n) {
    margin-right: 0;
}

.anli-div .content-div .top {
    text-align: center;
    position: relative;
}

.anli-div .content-div .img-div img {
    width: 285px;
    height: 154px;
}

.anli-div .content-div .title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 15px 0 8px 0;
    overflow: hidden;
    height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anli-div .content-div .content {
    font-size: 13px;
    color: #888;
    line-height: 22px;
    margin: 0 20px;
}

.anli-div .content-div .content .desc {
    height: 45px;
    word-break: break-all;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.anli-div .content-div .content .region-div {
    margin-bottom: 20px;
}

.anli-div .content-div .content .region-div span:first-child {
    margin-right: 23px;
    position: relative;
}

.anli-div .content-div .content .region-div span:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #E6E6E6;
    right: -13px;
    top: 0;
}

.anli-div .content-div .content .zd-div {
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    height: 48px;
    overflow: hidden;
}

.anli-div .content-div .content .zd-div .terminal_name {
    color: #333333;
    font-size: 13px;
    margin-right: 5px;
}

.anli-div .content-div .content .zd-div .terminal_name:last-child {
    margin-right: 0;
}

.about-article {
    text-align: center;
}

.about-article .container {
    opacity: 0;
}

.about-article .content-div {
    display: inline-block;
    width: 500px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    transition: all ease 300ms;
    text-align: left;
    vertical-align: top
}

.about-article .content-div:hover {
    box-shadow: 0px 20px 40px 0px #53565a26;
    ;
    transform: translateY(-30px);
}

.about-article .content-div:nth-child(3) {
    margin-left: 30px;
}

.about-article .content-div:nth-child(4) {
    margin-left: 30px;
}

.about-article .content-div .top-img2 {
    background: url("../img/xitonggaishu/8f-img1.png") no-repeat center;
    width: 500px;
    height: 140px;
}

.about-article .content-div .top-img3 {
    background: url("../img/xitonggaishu/8f-img2.png") no-repeat center;
    width: 500px;
    height: 140px;
}

.about-article .content-div .cont-bottom {
    color: #888888;
    font-size: 15px;
    margin: 0 20px;
}

.about-article .content-div .cont-bottom div {
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
}

.about-article .content-div .cont-bottom div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 360px;
    font-size: 15px;
}

.about-article .content-div .cont-bottom div:first-child {
    margin-top: 25px;
}

.about-article .content-div .cont-bottom div:hover {
    color: #333333;
}

.about-article .content-div .cont-bottom .hov-div {
    position: relative;
    display: block;
    font-size: 0;
}

.about-article .content-div .cont-bottom .hov-div span {
    width: 400px;
}

.about-article .content-div .cont-bottom .hov-div:hover:after {
    content: '';
    position: absolute;
    background: url("../img/xitonggaishu/8f-index.png") no-repeat center;
    width: 15px;
    height: 12px;
    right: 0;
    top: 5px;
}

.about-article .content-div .cont-bottom .title {
    float: left;
}

.about-article .content-div .cont-bottom .data {
    float: right;
    width: auto !important;
}

.product-img-list .el-image-viewer__canvas {
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -253px;
}


/*2020-12-8新官网专题公共代码结束*/

.wx-open-div {
    position: fixed;
    bottom: 130px;
    left: 15px;
    z-index: 99;
    display: none;
}

@keyframes upAnimation {
    0% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    10% {
        transform: rotate(-12deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    20% {
        transform: rotate(12deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    28% {
        transform: rotate(-10deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    36% {
        transform: rotate(10deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }
    42% {
        transform: rotate(-8deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }
    48% {
        transform: rotate(8deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }
    52% {
        transform: rotate(-4deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }
    56% {
        transform: rotate(4deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }
    60% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }
    100% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
}

.wx-open-div .div-img {
   
    width: 120px;
    /*height: 63px;*/
    /*animation-name: upAnimation;*/
    transform-origin: center bottom;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: .5s;
    cursor: pointer;
}
.wx-open-div .div-img background{
    width: 70px;
    height: 63px;
}

.wx-open-div .close {
    background: url(../img/xitonggaishu/close1.png) no-repeat center center;
    width: 9px;
    height: 9px;
    position: absolute;
    right: -10px;
    top: -40px;
    padding: 10px;
    cursor: pointer;
}

.wx-div {
    position: fixed;
    bottom: 120px;
    left: -470px;
    z-index: 99;
    display: none;
}

.wx-div .div-img {

    width: 484px;
    height: 233px;
}

.wx-div .close {
    background: url(../img/xitonggaishu/wx-close.png) no-repeat center center;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 35px;
    top: 30px;
    padding: 10px;
    cursor: pointer;
}

.alert-wx-ewm-div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000000b3;
    display: none;
}

.alert-wx-ewm-div .p-div {
    position: relative;
    width: 520px;
    height: 480px;
    margin: 0 auto;
    top: 50%;
    margin-top: -260px;
}

.alert-wx-ewm-div .p-div .img-div {
    background: url("../img/xitonggaishu/pop-link.png") no-repeat center center;
    width: 520px;
    height: 480px;
}

.alert-wx-ewm-div .p-div .close {
    background: url("../img/xitonggaishu/pop-close-link.png") no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.big-pic-list {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

.big-pic-div {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.big-pic-list .dw-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 960px;
    height: 540px;
    z-index: 18;
}

.big-pic-list .swiper-slide .swiper-lazy {
    width: 960px;
    height: 540px;
}

.big-pic-list .el-icon-circle-close:before {
    content: '';
    background: url("../img/xitonggaishu/close-ppt.png") no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

.big-pic-list .control-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 124px;
    font-size: 24px;
    color: #fff;
    background-color: #0000004d;
    border-color: #fff;
    position: absolute;
    z-index: 9;
    font-family: element-icons !important;
    text-align: center;
    cursor: pointer;
}

.big-pic-list .pic-left:before {
    content: "\e6de";
    line-height: 124px;
}

.big-pic-list .pic-right:before {
    content: "\e6e0";
    line-height: 124px;
}

.big-pic-list .pic-right {
    right: 0;
}

.big-pic-list .swiper-pagination {
    left: 30px;
    bottom: -65px;
    margin: auto;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 2px;
    border-radius: 6px;
}

.big-pic-list .go-kf {
    right: 30px;
    bottom: -63px;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #fff6;
    cursor: pointer;
    box-sizing: content-box;
}

.big-pic-list .go-kf:hover {
    background: #ffffff4d;
    color: #fff;
    border: 1px solid #ffffff80;
}


/*右侧悬浮结束*/

@media screen and (max-width: 768px) {
    .p-t-0 {
        padding-top: 0 !important;
    }
    .p-t-2rem {
        padding-top: 2rem;
    }
    .p-t-3rem {
        padding-top: 3rem;
    }
    .p-b-4rem {
        padding-bottom: 4rem;
    }
    .p-b-2rem {
        padding-bottom: 2rem;
    }
    .m-t-1rem {
        margin-top: 1rem;
    }
    .m-t-2rem {
        margin-top: 2rem;
    }
    .look-all-icon {
        position: relative;
        text-indent: 50px;
    }
    .look-all-icon:after {
        position: absolute;
        content: '';
        background: url("../img/xitonggaishu/00-icon1.png") no-repeat center;
        width: 8rem;
        height: 8rem;
        left: 30px;
        top: -32px;
    }
    .mob-alert-div {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }
    .mob-alert-div .p-div {
        position: relative;
        height: 37rem;
        margin: 0 auto;
        top: 50%;
        margin-top: -18rem;
    }
    /*2020-12-8新官网专题公共代码开始H5*/
    /*客服*/
    #newBridge {
        z-index: 10 !important;
    }
    .mob-product-img .el-icon-circle-close:before {
        content: '';
        background: url("../img/xitonggaishu/alert-close.png") no-repeat center;
        width: 3rem;
        height: 3rem;
        display: inline-block;
    }
    .mob-product-img .swiper-container {
        height: 10rem;
        overflow: inherit;
    }
    .mob-product-img .swiper-container .swiper-wrapper .swiper-slide {
        width: 50%;
    }
    .mob-product-img .swiper-container .swiper-wrapper .swiper-slide div {
        background-size: cover;
        height: 10rem;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: absolute;
        box-shadow: 0px 10px 30px 0px #131e341a;
    }
    .mob-product-img .swiper-container .swiper-wrapper .swiper-slide-active {
        width: 100%;
        z-index: 2;
    }
    .mob-product-img .swiper-container .swiper-wrapper .swiper-slide-prev div {
        height: 6rem;
        top: 2rem;
        left: 120px;
    }
    .mob-product-img .swiper-container .swiper-wrapper .swiper-slide-active div {
        left: 15%;
        width: 70%;
        z-index: 2;
    }
    .mob-product-img .swiper-container .swiper-wrapper .swiper-slide-next div {
        height: 6rem;
        top: 2rem;
        right: 100px;
    }
    /*公共H5产品图片集合结束*/
    .mob-show-article .info {
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }
    .mob-show-article .swiper-pagination1 {
        height: 4rem;
        width: 100%;
        text-align: center;
        margin-top: 0.7rem;
    }
    .mob-show-article .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 8px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        text-indent: -140px;
        border-radius: 0;
        width: 26px;
        height: 4px;
        background: #CCCCCC;
        opacity: 1;
    }
    .mob-show-article .swiper-pagination-bullet-active {
        width: 36px !important;
        background: linear-gradient(-88deg, #FF601A, #F20600);
    }
    .mob-show-article .info .bg_div {
        border-radius: 10px;
        height: 26rem;
        position: relative;
        margin-top: 2rem;
    }
    .mob-show-article .info .bg_div .top {
        height: 15rem;
        width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .mob-show-article .info .bg_div .bottom {
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        top: 15rem;
        text-align: center;
    }
    .mob-show-article .info .bg_div .bottom .title {
        color: #333333;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .mob-show-article .info .bg_div .bottom .desc {
        color: #888888;
        font-size: 1.3rem;
        margin: 1rem 0 1.5rem;
        word-break: break-all;
        -webkit-line-clamp: 2;
        height: 4rem;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .mob-show-article .info .bg_div .bottom .region {
        color: #888888;
        font-size: 1.2rem;
    }
    .mob-show-article .info .bg_div .top .img_div img {
        width: 27rem;
        height: 14rem;
    }
    .mob-show-address table {
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px #0000000f;
        border-radius: 5px;
        margin: 0 auto;
    }
    .mob-show-address table tbody {
        display: inline-block;
        padding: 1.5rem;
        border-top: 4px solid #F20D23;
        border-radius: 5px;
    }
    .mob-show-address table th {
        font-size: 16px;
        color: #333333;
        text-align: left;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #EDEDED;
    }
    .mob-show-address table th:first-child {
        width: 7rem;
        display: inline-block;
    }
    .mob-show-address table td {
        color: #888888;
        font-size: 14px;
        padding-top: 1rem;
        word-break: break-all;
    }
    .mob-about-article .article-div {
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        padding: 2rem;
        margin-bottom: 1rem;
    }
    .mob-about-article .article-div .mob-btn-div {
        text-align: left;
        padding: 1.5rem 0 0rem;
    }
    .mob-about-article .article-div .mob-btn-div a {
        padding: 1rem 3.3rem;
    }
    .mob-about-article .article-div .title {
        color: #333333;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    .mob-about-article .article-div .article-title {
        color: #666666;
        font-size: 1.4rem;
        line-height: 3.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 3rem;
    }
    .mob-about-article .zx-div .article-title {
        overflow: hidden;
    }
    .mob-about-article .zx-div .article-title span:first-child {
        float: left;
        height: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 16rem;
    }
    .mob-about-article .zx-div .article-title span:last-child {
        float: right;
    }
    .mob-alert-wx {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }
    .mob-alert-wx .p-div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: fit-content;
        margin: 0 auto;
    }
    .mob-alert-wx .p-div img {
        width: 27rem;
    }
    .mob-alert-wx .p-div .close {
        background: url("../img/xitonggaishu/close2.png") no-repeat center center;
        background-size: contain;
        width: 2rem;
        height: 2rem;
        position: absolute;
        right: 0.8rem;
        top: 4.5rem;
        cursor: pointer;
    }
    .mob-alert-pub {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }
    .mob-alert-pub .p-div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: fit-content;
        margin: 0 auto;
    }
    .mob-alert-pub .p-div .close {
        background: url("../img/xitonggaishu/close2.png") no-repeat center center;
        background-size: contain;
        width: 2rem;
        height: 2rem;
        position: absolute;
        right: 0.8rem;
        top: 1rem;
        cursor: pointer;
    }
    /*2020-12-8新官网专题公共代码结束H5*/
    /*H5表单提交开始*/
    .mob-form {
        position: fixed;
        bottom: 4rem;
        background: #ffffffe6;
        box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 4rem;
        z-index: 99;
        line-height: 4rem;
        text-align: center;
        color: #E43D33;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .mob-form span {
        position: relative;
    }
    .mob-form span:after {
        content: '';
        position: absolute;
        border-left: 0.2rem solid red;
        border-bottom: 0.2rem solid red;
        width: 7px;
        height: 7px;
        transform: rotate( -134deg);
        top: 3px;
        right: -1.2rem;
    }
    #form-drawer .el-input {
        width: 48%;
    }
    #form-drawer .el-drawer__header {
        color: #000000;
        font-size: 1.5rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    #form-drawer .mob-btn-div {
        padding: 3rem 0;
    }
    #form-drawer .mob-btn-div .mob-btn-red {
        padding: 0.8rem 3.3rem;
        width: 15rem;
        margin: 0 auto;
    }
    /*H5表单提交结束*/
    .el-head-content {
        margin-bottom: 3.5rem;
    }
    .el-head-content .logo-div {
        overflow: hidden;
        margin-top: 1rem;
    }
    .el-head-content .logo-div .logo-img {
        width: 7.4rem;
        height: 2.4rem;
        background: url(../img/xitonggaishu/logo1.png) no-repeat top left;
        display: inline-block;
        background-size: 80%;
    }
    .el-head-content .logo-div .close {
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/xitonggaishu/close11.png) no-repeat top left;
        float: right;
        background-size: contain;
        margin-right: 2rem;
        margin-top: 0.2rem;
    }
    .el-head-content .tab-div {
        margin-top: 2rem;
    }
    .el-head-content .tab-div ul li {
        margin-top: 2rem;
    }
    .el-head-content .tab-div .tab-title {
        color: #1A1A1A;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .el-head-content .tab-div .show-div {
        transform: rotateX(90deg);
        transform-origin: top;
        opacity: 0;
        transition: all .2s;
        height: 0;
        overflow: hidden;
    }
    .el-head-content .tab-div .tab-title.more span {
        position: relative;
    }
    .el-head-content .tab-div .tab-title.more span:after {
        position: absolute;
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        border-bottom: 2px solid #A6A6A6;
        right: -2rem;
        transform: rotate(-45deg);
        border-left: 2px solid #A6A6A6;
        top: 0.4rem;
    }
    .el-head-content .tab-div .active .tab-title.more span:after {
        transform: rotate(135deg);
        top: 0.7rem;
    }
    .el-head-content .tab-div .active .show-div {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        opacity: 1;
        height: auto;
    }
    .el-head-content .tab-div .tab-content {
        margin-left: 1rem;
        padding-top: 1rem;
    }
    .el-head-content .tab-div .tab-content .content-title {
        color: #999999;
        font-size: 1.2rem;
        margin: 1rem 0;
    }
    .el-head-content .tab-div .tab-content .content-div .content {
        color: #666666;
        font-size: 1.2rem;
        line-height: 3rem;
    }
    .el-head-content .tab-div .tab-content .content-div span.content {
        width: 47%;
        display: inline-block;
    }
    .el-head-content .el-drawer__body {
        padding-top: 1rem;
        margin-left: 1rem;
        overflow-y: auto;
        padding-bottom: 2rem;
    }
}