/* Write your styles */

html,
body {
    position: relative;
    /* height:100%; */
    width: auto;
    overflow-y: auto;
}

a {
    text-decoration: none;
    color: #544e4c;
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    /* =14px */
    /* !important*/
    color: #333;
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+hr,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 0rem;
}

address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
    margin: 0 0 0rem 0;
}

ol,
ul {
    padding-left: 0em;
}

.px1200 {
    margin: 0 auto;
    width: 1200px;
}

#app {
    display: none;
}


/* 图标组 */

.icon-49 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组49.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-50 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组50.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-53 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组53.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-58 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组58.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-57 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组57.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-60 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组60.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-54 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组54.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-62 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组62.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-55 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组55.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}

.icon-66 {
    margin: 20px 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: center center;
    background: url(../images/icon/组66.png);
    background-size: 44px 44px;
    background-repeat: no-repeat;
}


/* 导航条 */

.toub_dh {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 76px;
    line-height: 45px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.95);
}

.toub_dh>div {
    overflow: hidden;
}

.toub_dh .navbar {
    display: none;
}

.toub_dh .nav-text {
    display: none;
}

.toub_dh ul {
    overflow: hidden;
    float: left;
    margin-left: 200px;
    margin-top: 11px;
    margin-bottom: 0px;
}

.toub_dh .logo {
    float: left;
    height: 76px;
}

.toub_dh .logo img {
    height: 76px;
}

.toub_dh ul li {
    float: left;
    margin: 0 25px;
}

.toub_dh ul li a {
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
}

.toub_dh ul li.no a {
    color: #489BFF;
}

.toub_dh ul li.no a::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #489BFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toub_dh ul li:hover a {
    color: #489BFF;
}

.toub_dh ul li:hover a::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #489BFF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toub_dh .dlzc {
    float: right;
}

.toub_dh .dlzc a {
    /* background: #489BFF; */
    padding: 12px 20px;
    border-radius: 3px;
    border: solid 1px #cccccc;
    margin-left: 14px;
}

.toub_dh .dlzc a:first-child {
    background: #489BFF;
    border: solid 1px #489BFF;
    color: #fff;
}

@media(max-width: 955px) {
    #nav {
        display: none;
    }
    .navbar {
        position: fixed;
        right: 40px;
        top: 20px;
        border-radius: 5px;
        background: #dadada url('../images/navBtn.png') no-repeat;
        background-size: 38px 38px;
        width: 40px;
        height: 40px;
    }
    .navbar:hover {
        cursor: pointer;
        background-color: #489BFF;
    }
}


/* 轮播图 */

.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
}

.slideBox .bd img {
    height: auto;
    width: 100%;
    display: block;
}


/* 简介 */

#support {
    margin-top: -110px;
}

@media (min-width: 1200px) {
    #container {
        width: 996px;
    }
}

.support .online {
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
    transition: all linear .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.support .online:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
}

.support .online i {
    color: #10AEFF;
    font-size: 45px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.support .online .text-center {
    margin: 0 auto;
    width: 80%;
    height: 130px;
    overflow: hidden;
}

.support .online .text-center h4 {
    font-weight: 800;
    font-size: 14px;
    color: #444444;
    padding-bottom: 10px;
}

.support .online .text-center span {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-bottom: 30px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -mos-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}

.support .online .text-center a i {
    padding-left: 5px;
}

.online .text-center a:hover {
    color: #fbaa33;
}


/* 关于我们 */

.section_block {
    margin-top: 100px;
    margin-bottom: 150px;
}

.block_title {
    width: 100%;
    text-align: center;
    padding-bottom: 2.5em;
}

.zh_tilte {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    /* border-bottom: 1px solid #666666 */
    ;
    position: relative;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #000000;
}

.subtitle {
    text-align: center;
}

.subtitle .title_slogen {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    letter-spacing: 3px;
    margin: 0 5px;
}

.subtitle .decorate {
    display: inline-block;
    width: 15px;
    height: 3px;
    margin-bottom: 2px;
    left: 50%;
    background-color: #489BFF;
    z-index: 2;
}

.company_profile {
    width: 100%;
    height: 500px;
    margin-top: -50px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.company_profile .text {
    display: none;
}

.company_profile .left_text {
    width: 50%;
    height: 400px;
    margin-right: 4%;
}

.company_profile .left_text .us-title {
    margin-bottom: 10px;
}

.company_profile .left_text .en_title {
    color: #f2f2f2;
    font-size: 52px;
    line-height: 80px;
    text-transform: uppercase;
}

.company_profile .left_text .zh_title {
    color: #010101;
    font-size: 20px;
    font-weight: 800;
    margin-top: -50px;
}

.company_profile .left_text .decorate {
    background-color: #010101;
    margin-top: 10px;
    width: 100px;
    height: 2px;
}

.company_profile .left_text .text_detail {
    color: #484848;
}

.company_profile .left_text .text_detail p {
    color: #999999;
    text-indent: 2em;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
}

.company_profile .right_img {
    margin-right: 5%;
    height: 360px;
    width: 480px;
    overflow: hidden;
}

.company_profile .right_img img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
}

.btn_more {
    display: inline-block;
    padding: 5px 20px;
    background-color: #489BFF;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}

.btn_more:hover {
    color: #ffffff;
}

.decorate_down img {
    width: 36px;
}


/* 针对客户案例适配性 */

.customer {
    margin-top: 100px;
    margin-bottom: 150px;
}

#customer_left_text {
    width: 50%;
    height: 300px;
    margin-right: 4%;
}

@media(max-width: 767px) {
    .customer {
        height: 2000px;
    }
    #customer_profile {
        height: 1000px;
    }
    #customer_right_img {
        padding-top: 0px;
    }
}

@media(max-width: 767px) {
    .section_block {
        margin-top: 100px;
        margin-bottom: 150px;
        height: 1000px;
    }
    .company_profile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .company_profile {
        margin-top: 24px;
    }
    .company_profile .left_text,
    .company_profile .right_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .company_profile .left_text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 14px;
    }
    .company_profile .left_text .text_detail {
        font-size: 14px;
        text-align: left;
    }
    .company_profile .left_text .title {
        display: none;
    }
    .btn_more {
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .company_profile {
        margin-top: 34px;
    }
    .company_profile .left_text .title {
        margin-bottom: 20px;
    }
    .company_profile .left_text .en_title {
        font-size: 50px;
        line-height: 60px;
    }
    .company_profile .left_text .zh_title {
        font-size: 24px;
        margin-top: -42px;
    }
    .company_profile .left_text .text_detail p {
        font-size: 14px;
        line-height: 24px;
    }
    .btn_more {
        padding: 8px 22px;
        font-size: 14px;
    }
    .company_profile .left_text {
        width: 52%;
    }
    .company_profile .right_img {
        width: 54%;
    }
}

@media (min-width: 1025px) and (max-width:1199px) {
    .company_profile .left_text .title {
        margin-bottom: 26px;
    }
    .company_profile .left_text .en_title {
        font-size: 56px;
        line-height: 60px;
    }
    .company_profile .left_text .zh_title {
        font-size: 26px;
        margin-top: -42px;
    }
    .company_profile .left_text .text_detail p {
        font-size: 15px;
    }
    .btn_more {
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (min-width: 1200px) and (max-width:1599px) {
    .freedemo_form .btn_submit {
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .freedemo_form .input_group input[type="text"] {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .company_profile .left_text .text_detail p {
        font-size: 15px;
    }
    .btn_more {
        font-size: 14px;
        padding: 6px 20px;
    }
}


/* 焦点图 */

.focus {
    display: none;
}

.wp {
    max-width: 90%;
    margin: 0 auto;
}

.index-sec3 {
    background: #396CEF url('../images/组200.png');
    background-size: 100% 100%;
    padding: 86px 0 124px;
    height: 850px;
}

.index-sec3 .item-swiper {
    margin: 0 -15px;
    position: relative;
}

.index-sec3 .item-swiper .swiper-slide {
    padding: 0 15px;
}

.index-sec3 .item-swiper .item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 528px;
    overflow: hidden;
    text-align: center;
}

#sw-box {
    border-radius: 4px;
    width: 280px;
    height: 460px;
    background: rgba(255, 255, 255, 0.80);
    filter: grayscale(100%);
    margin: auto auto;
}

#sw-box:hover {
    transition: 0.4s;
    background-color: rgba(255, 255, 255, 1);
    filter: grayscale(0%);
    width: 300px;
    height: 508px;
}

.index-sec3 .item-swiper .item-box .img {
    padding-top: 48px;
    overflow: hidden;
}

.index-sec3 .item-swiper .item-box .img span {
    padding: 0 10px;
    display: block;
    height: 150px;
    overflow: hidden;
}

.index-sec3 .item-swiper .item-box .img img {
    width: auto;
    height: 150px;
    transition: 0.6s;
}

.index-sec3 .item-swiper .item-box .text {
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.index-sec3 .item-swiper .item-box .text h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: rgba(51, 51, 51, 1);
    opacity: 0.8;
}

.index-sec3 .item-swiper .item-box .text p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: rgba(112, 112, 112, 1);
    opacity: 0.8;
    letter-spacing: 1px;
}

.index-sec3 .item-swiper .item-box:hover {
    filter: grayscale(0%);
    border-radius: 4px;
}

.index-sec3 .item-swiper .item-box:hover .img img {
    transition: 0.4s;
    transform: scale(1.1);
}

.index-sec3 .item-swiper .swiper-button-prev,
.index-sec3 .item-swiper .swiper-button-next {
    width: 24px;
    height: 36px;
    margin-top: -18px;
    outline: none;
}

.index-sec3 .item-swiper .swiper-button-prev {
    background: url('../images/prev.png');
    background-size: 100% 100%;
    left: -40px;
}

.index-sec3 .item-swiper .swiper-button-next {
    background: url('../images/next.png');
    background-size: 100% 100%;
    right: -40px;
}

@media screen and (max-width: 1320px) {
    .index-sec3 .item-swiper .swiper-button-prev {
        left: 0px;
    }
    .index-sec3 .item-swiper .swiper-button-next {
        right: 0px;
    }
}


/* 行业痛点 */

.Industry-pain-points {
    margin-top: 150px;
}

.bshadow {
    box-shadow: 0px 0px 40px #489bff55;
}

.Industry-pain-points .pading-20 {
    padding: 20px;
}

.Industry-pain-points .text-center {
    text-align: center;
}

.Industry-pain-points .text-center p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: rgba(112, 112, 112, 1);
    opacity: 1;
}

.Industry-pain-points .text-center .icon i {
    margin: 10px 0;
    font-size: 55px;
    color: #489BFF;
}


/*新闻资讯*/

.appnews {
    display: none;
}

.news {
    margin-top: 50px;
    padding-bottom: 25px;
    background: url('../images/pattern.png');
}

.margin-30 {
    margin: 50px 0 10px 0;
}

.box {
    margin-top: 20px;
    padding: 10px 5px;
    border-radius: 5px;
}

.box:hover {
    background-color: #091E3D50;
}

.right-title {
    margin: 15px 0;
    position: relative;
    right: 0px;
}

.news-tilte {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: Bold;
    color: #fff;
}

.news-subtitle {
    margin-top: 2px;
}

.news-slogen {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.6;
}

.news-btn {
    padding-top: 0.20rem;
    text-align: center;
    width: 80%;
    height: 24px;
    background-color: #C1C1C1;
    border-radius: 2px;
    margin: 25px auto;
}

.news-btn:hover {
    background-color: #3C8AD6;
    cursor: pointer;
}

.news-btn a {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.news-btn a:hover {
    text-decoration: none;
    color: #fff;
}

.news-pic {
    width: 390px;
    /*height: 175px;*/
    overflow: hidden;
}

.news-pic img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.fater {
    position: relative;
}

.info {
    width: 100%;
    height: 175px;
    padding-top: 1rem;
}

.info a {
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
}

.info a:hover {
    text-decoration: none;
    color: #fff;
}

.info p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.info .info-btn {
    position: absolute;
    bottom: 0px;
    padding-top: 5px;
    width: 80px;
    height: 30px;
    border-radius: 2px;
    background-color: #2A71D8;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.info .info-btn a {
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}


/* 联系我们 */

.contact {
    position: fixed;
    z-index: 99;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.80);
    overflow: hidden;
}

.contact .bar {
    text-align: center;
}

.contact .bar .bar-way {
    width: 32%;
    height: 40px;
    float: left;
    margin-top: 20px;
}

.contact .bar .bar-way i {
    padding: 0 20px;
    color: #489BFF;
    font-size: 20px;
    cursor: pointer;
}

.contact .bar .bar-way span {
    font-weight: 500;
    line-height: 0.33rem;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    opacity: 0.7;
    cursor: pointer;
}

@media all and (max-width:900px) {
    .contact {
        position: fixed;
        z-index: 99;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.80);
        overflow: hidden;
    }
    .contact .bar {
        text-align: center;
    }
    .contact .bar .bar-way {
        width: 32%;
        height: 50px;
        float: left;
        margin-top: 15px;
    }
    .contact .bar .bar-way i {
        padding: 0 20px;
        color: #489BFF;
        font-size: 18px;
    }
    .contact .bar .bar-way span {
        font-weight: 500;
        line-height: 0.33rem;
        font-size: 18px;
        margin-bottom: 5px;
    }
}


/* footer */


/*大于1024像素*/

@media all and (min-width:1200px) {
    .maxw {
        max-width: 1200px;
    }
    .ft {
        width: 100%;
        background-color: #000;
        padding: 10px 0;
    }
    footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 30px 0 0 0;
        background-color: #3C3C3C;
    }
    footer section {
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    footer section p {
        width: 100%;
        line-height: 22px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }
    footer section p a {
        text-decoration: none;
        width: 100%;
        line-height: 22px;
        font-size: 14px;
        color: #999;
        text-align: center;
    }
    footer .main {
        height: auto;
        overflow: hidden;
        margin: 8px auto 30px auto;
    }
    footer .main .left {
        width: 1000px;
        height: auto;
        overflow: hidden;
        float: left;
    }
    footer .main .left ul {
        height: auto;
        overflow: hidden;
        float: left;
    }
    footer .main .left ul h2 {
        display: block;
        width: 100%;
        height: 30px;
        text-align: left;
        line-height: 30px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 6px;
    }
    footer .main .left ul li {
        display: block;
        width: 100%;
        height: 30px;
    }
    footer .main .left ul li a {
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #D8D8D8;
        transition-duration: 0.2s;
    }
    footer .main .left ul li a:hover {
        color: #1175B3;
    }
    footer .main .right {
        width: 200px;
        height: auto;
        overflow: hidden;
        float: right;
    }
    footer .main .right .logo {
        display: none;
    }
    footer .main .right .ewm {
        width: 140px;
        height: 140px;
        background-color: #fff;
        margin: 10px auto 0 auto;
    }
    footer .main .right .ewm img {
        width: 100%;
    }
    footer .main .right .ewmtext {
        width: 140px;
        height: 26px;
        line-height: 30px;
        font-size: 14px;
        color: #999;
        text-align: center;
        margin: 0 auto;
    }
    footer .main .right .teltext {
        width: 100%;
        height: 26px;
        line-height: 30px;
        font-size: 14px;
        color: #999;
        text-align: center;
        margin: 10px auto 0 auto;
    }
    footer .main .right .tel {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        line-height: 30px;
        font-size: 22px;
        color: #fff;
        opacity: 0.5;
    }
}


/*小于1024像素*/

@media all and (max-width:1220px) {
    .maxw {
        max-width: 1000px;
    }
    .ft {
        width: 100%;
        background-color: #000;
        padding: 10px 0;
    }
    footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 10px 0 0 0;
        background-color: #3C3C3C;
    }
    footer section {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    footer section p {
        width: 100%;
        line-height: 18px;
        font-size: 12px;
        color: #999;
        text-align: center;
    }
    footer section p a {
        text-decoration: none;
        width: 100%;
        line-height: 18px;
        font-size: 12px;
        color: #999;
        text-align: center;
    }
    footer .main {
        height: auto;
        overflow: hidden;
        margin: 8px auto 30px auto;
    }
    footer .main .left {
        display: none;
    }
    footer .main .right {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    footer .main .right .logo {
        display: block;
        width: 220px;
        height: auto;
        overflow: hidden;
        margin: 10px auto 20px auto;
    }
    footer .main .right .logo img {
        width: 100%;
    }
    footer .main .right .ewm {
        width: 140px;
        height: 140px;
        background-color: #fff;
        margin: 10px auto 0 auto;
    }
    footer .main .right .ewm img {
        width: 100%;
    }
    footer .main .right .ewmtext {
        width: 140px;
        height: 26px;
        line-height: 30px;
        font-size: 14px;
        color: #999;
        text-align: center;
        margin: 0 auto;
    }
    footer .main .right .teltext {
        width: 100%;
        height: 26px;
        line-height: 30px;
        font-size: 14px;
        color: #999;
        text-align: center;
        margin: 10px auto 0 auto;
    }
    footer .main .right .tel {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        line-height: 30px;
        font-size: 22px;
        color: #fff;
        opacity: 0.5;
    }
}

@media (min-width: 751px) {
    .about-pic .slideBox .pic {
        display: none;
    }
}