﻿/*响应式样式文件 author:lifang date:2016.6.22 */

/*@media (max-width: 1024px){ //<= 1024px 的设备 }
@media (max-width: 767px){ //<= 768px 的设备 }
@media (max-width: 479px){ //<= 480px 的设备 }*/
body {
}

/* 平板设备 (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .effectivewidth {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .xwrap {
        padding: 0px 10px;
    }

    .banner {
        height: auto;
    }

        .banner ul {
            height: 360px;
        }

            .banner ul li > a {
                background-size: cover;
            }

    .introduction-banner-main {
        width: 50% !important;
    }

    .introduction-banner {
        width: 100% !important;
    }

}
/* 手机设备 (小于768px) */
@media screen and (max-width: 768px) {

    .banner ul {
        height: 250px;
    }

    .nav-bar {
        display: none;
    }

    .btn-getaquote {
        display: none;
    }

    .mobile-nav-toggle {
        display: flex;
        position: absolute;
        right: 15px;
        top: 30px;
    }
    /* footer */
    .dulinkfooter-main {
        flex-direction: column-reverse;
        padding: 20px 0px 20px;
    }

    .dulinkfooter-getaquote {
        width: 90%;
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }

}
/* 小屏手机 (小于480px) */
@media screen and (max-width: 479px) {
    .effectivewidth {
        min-width: auto;
    }

    .introduction-banner-main {
        width: 100% !important;
    }

    .introduction-main {
        display: flex;
        flex-direction: column;
    }

    .introduction-text-main {
        margin-top: 10px;
        margin-left: 0px;
    }

    .top-warp {
        height: auto;
    }

    .top-warp-contactme li:first-child {
        display: none;
    }

    .top-warp-contactme li strong {
        display: inline;
        font-size: 12px;
        color:white!important;
    }

    .banner ul {
        height: 160px;
    }

    .categorylist {
        margin-top: 0.8rem;
    }
    .categorylist-main{
    }
    .categorylist-main ul li {
        width: 30%;
        margin-top: inherit;
        margin-right: 5%;
    }

    .category-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
        .category-item > a {
            line-height: normal;
            font-size: 0.8rem;
            height:auto;
        }
    /*index*/
    .chooseus-down ul li {
        height: 200px;
    }

    .chooseus-down-item > b {
        height: 50px;
        line-height: normal;
        font-size: 1.2rem;
    }

    .chooseus-down-item > span {
        margin-top: 10px;
        width: 90%;
    }

    .introduction {
        margin-top: 1rem;
    }

    .introduction-text-up h3 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .introduction-text-up strong {
        font-size: 0.8rem;
        margin-top: 5px;
    }

    .introduction-text-down ul li b {
        font-size: 1.4rem;
    }

    .mgt70 {
        margin-top: 2rem !important;
    }

    .introduction-banner {
        height: auto;
    }

        .introduction-banner ul {
            height: 200px;
        }

    .introduction-banner-main {
        height: auto;
    }

        .introduction-banner-main li img {
        }
    .introduction-image {
        background-size: cover;
        background-repeat: round;
    }
    
    /*products*/
    .qxnews-wrap {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .qxnews-left {
        width: 100% !important;
    }

        .qxnews-left ul {
            width: auto;
        }

    .qxnews-right {
        margin-left: auto;
    }

    .qxnews {
        margin-bottom: 20px;
    }

    /*productdetail*/
    .productdetail-picmain {
        flex-direction: column;
    }

    .productdetail-text {
        margin-left: auto;
    }

    .productdetail-main .btn-getaquote {
        margin-top: 30px;
        display: block;
    }

    /*remmendproduct*/
    .product-image {
        width: 100%;
        height: 150px;
    }

    .product-content {
        padding: 0px;
    }

    .product-title {
        font-size: 12px;
    }

    .section-title {
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    /*about*/
    .dulinkaboutus {
        flex-direction: column;
    }

    .dulinkaboutus-text {
        width: 100%;
    }

    .dulinkaboutus-img {
        width: 100%;
        margin: 10px 0px;
    }
    /*detail*/
    .dulink-qxnews-crumbs {
        margin: 20px 0px;
    }

        .dulink-qxnews-crumbs a {
            line-height: normal;
        }

    .learnpackage-title {
        font-size: 1.2rem;
    }

    .learnpackage-infromation img {
        margin: 5px auto;
    }

    .learnpackage-infromation p {
        font-size: 0.8rem;
        line-height: 1.6rem;
        padding: 5px 0px;
    }

    .learnpackage-infromation h2 {
        font-size: 1.0rem;
    }

    /*learnpackage-main  list*/
    .learnpackage-main {
    }

    .learnpackage-up > b, .chooseus-up > b, .team-up > b {
        margin-top: 10px;
        font-size: 1.6rem;
    }

    .learnpackage-up > span, .chooseus-up > span, .team-up > span {
        font-size: 1rem;
        width: 90%;
        margin: 5px;
    }

    .learnpackage-down-item-ah {
        font-size: 0.8rem;
        height: 1.8rem;
        line-height: 1.8rem;
        padding: 0px 5px;
    }

    .learnpackage-down-item-bg {
        height: 1.8rem;
    }
}
