﻿/* 手机端优化样式 */
@media (max-width: 980px) {

    /* 通用重置 */
    body {
        font-size: 14px;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
    }

    /* 顶部栏 */
    .top {
        font-size: 12px;
        padding: 5px 0;
    }

    .top .fl {
        float: none;
        text-align: center;
        padding-left: 5%;
    }
    .top .fr {
        float: none;
        text-align: center;
        padding-left: 25%;
    }

    /* Logo区域 */
    #logo .container {
        text-align: center;
    }
    #logo .company {
        height: 100%;
        float: left;
        padding: 0 0 0 15px;
    }
    #logo .tel{
        float: right;
        margin: 27px 0 0 13px;
        background: url(../img/tel.png) no-repeat left center;
        padding-left: 10px;
        background-size: 18%;
        height: 100%;
        width:35%;
    }
    #logo .tel p{
        margin-top: 0;
        margin-left: 0;
    }
    #logo .tel p span {
        font-size: 0.8rem;
        display: block;
        font-weight: bold;
        color: #ee7316;
    }


    .company h1 {
        /*font-size: 1.5rem !important;
        margin: 10px 0;*/
        font-size: 1.1rem !important;
        color: #223244;
    }

    .tel p {
        font-size: 14px;
    }

    .tel p span {
        font-size: 1.2rem;
    }

    /* 导航栏 */
    .nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav ul li.m {
        width: 14%;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .nav ul li a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 49px;
        font-size: 0.8rem;
        position: relative;
        z-index: 2;
        background: url(../img/navbg.jpg) no-repeat right center;
    }

    .nav ul li.m dl {
        position: static;
        display: none;
    }

    .nav ul li.m:hover dl,
    .nav ul li.m:focus-within dl {
        display: block;
    }

    /* 轮播图 */
    .mio-banner img {
        max-height: 200px;
        object-fit: cover;
    }

    /* 服务项目 */

    .index-pro .hd {
        display: inline-block;
        width: 100%;
        height: auto;
        background: #27227b;
    }
    .index-pro .contact{
        display: none;
    }
    .index-pro .bd {
        float: right;
        width:100%;
    }
    .index-pro .hd ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-pro .hd ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .contact {
        text-align: center;
        margin-top: 20px;
    }

    /* 产品展示滚动区域 */
    #deno {
        height: 300px !important;
    }

    .pro ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .pro ul li {
        flex: 0 0 auto;
        width: 150px;
        margin-right: 10px;
    }

    /* 服务优势 */
    .index-case{
        display: none;
    }
    .adv01 h3 {
        font-size: 2rem;
    }
    /* 合作流程 */

    .liucheng {
        display: none;
    }
    .liucheng .content ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .liucheng .content ul li {
        float: left;
        display: inline-block;
        width: 15%;
        height: auto;
        margin-right: 15%;
        font-size: 16px;
        position: relative;
        margin-bottom: 10%;
    }
    .liucheng .content ul li span {
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        transition-duration: 0.5s;
        background: url(../img/lc01.png) no-repeat top center;
    }
    .liucheng .content ul li p {
        margin-top: 5px;
        font-size: 0.8rem;
    }
    .liucheng .tel span {
        display: inline-block;
        font-size: 1.5rem;
        color: #333333;
        font-weight: bold;
        position: relative;
    }
    .liucheng .content ul li:after {
        content: '';
        background: url(../img/ico-05.png) no-repeat;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -30%;
        top: 20%;
    }

    /* 关于我们 */
    .index-about {
        margin-top: 10%;
    }
    .index-about .content .fl,
    .index-about .content .fr {
        float: none;
        width: 100%;
        text-align: center;
    }

    .index-about .content .fl img {
        max-width: 100%;
        height: auto;
    }
    .index-about .fr h3 {
        font-size:1.5rem;
        line-height: 50px;
        border-bottom: 1px solid #3f3a82;
        font-weight: bold;
    }
    .index-about .fr p {
        line-height: 20px;
        padding-top: 20px;
    }
    .index-about .more{
        display: none;
    }
    /*客户案例*/
    .honor {
        margin-top: 5%;
        height: auto;
        overflow: hidden;
    }
    .honor .hd ul li.on a {
        width: 100%;
        height: 100%;
        display: block;
        background: #ee7316;
        color: #fff;
    }
    .honor .bd {
        padding-top: 2%;
    }


    /* 新闻中心 */
    .index-news .hd {
        width: 100%;
    }
    .index-news .content .fl{
        display: none;
    }

    .index-news .content .fl,
    .index-news .content .fr {
        float: none;
        width: 100%;
    }
    .index-news .hd ul li {
        height: 100%;
        width: 40%;
        font-size: 16px;
        line-height: 90px;
        float: left;
        margin-left: 6%;
    }
    .index-news .hd ul li a {
        color: #333333;
        height: 89px;
        width: 100%;
        text-align: center;
        display: block;
        border: 1px solid #ebebeb;
    }
    .index-news .bd .info {
        margin-bottom: 20px;
    }

    .index-news .bd .info dl {
        flex-direction: column;
    }

    .index-news .bd .info .fl dl dt img {
        width: 100%;
        height: 350px;
    }
    .index-news .bd .info .fl dl {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }
    .index-news .bd .info .fl dl dt {
        width: 100%;
        height: 100%;
        margin-top: 2%;
    }
    .index-news .bd .info .fr dl dd {
        float: right;
        width: 42%;
        white-space: nowrap;
        overflow: hidden; /* 隐藏溢出的内容 */
        text-overflow: ellipsis; /* 显示省略号 */
    }
    .index-news .bd .info .fr dl dd h4{
        float: right;
        width: 100%;
        white-space: nowrap;
        overflow: hidden; /* 隐藏溢出的内容 */
        text-overflow: ellipsis; /* 显示省略号 */
    }
    .index-news .bd .info .fr dl dd p{
        width: 100%;
        height: 5rem;
        white-space: normal; /* 防止文本换行 */
        text-overflow: ellipsis; /* 显示省略号 */
    }


    /* 底部 */
    .footer {
        padding-bottom: 45px;
    }
    .footer .fnav {
        text-align: center;
        font-size: 13px;
    }

    .footer .fnav a {
        display: inline-block;
        margin: 5px;
    }

    .footer .copyright {
        text-align: center;
        width: 9rem;
        margin-top:5.9rem;
    }
    .footer .copyright .fl{
        display:none;
    }
    .footer .copyright .fr {
        margin-top:5rem;
    }

    .footer .copyright .fl,
    .footer .copyright .fr {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer .copyright .text {
        font-size: 14px;
    }

    .footer .ftext {
        text-align: center;
        font-size: 12px;
    }

    /* 链接区域 */
    .links {
        text-align: center;
        font-size: 12px;
    }

    .links a {
        display: inline-block;
        margin: 5px;
    }
    .copyright .fl h1{
        font-size: 1rem;
        font-weight: 800;
        color: #ee7316;
        font-style: italic;
        letter-spacing: 8px;
    }
}