/**
 * 本CSS文件主要负责控制在不同分辨率下样式的调整和覆盖 
 **/

@media only screen and (min-width: 960px) and (max-width: 1400px) {
    .index .banner {
        height: 360px;
    }

    .index .solution {
        margin: 36px auto;
    }
}

/* 手机适配 */
@media only screen and (min-width: 300px) and (max-width: 959px) {

    /* 公共 */
    .solution {
        min-width: 300px;
    }

    .header {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }

    .header .logo {
        width: 240px;
        height: 36px;
        background-size: 100% 100%;
        margin: 10px 4%
    }

    .header nav {
        float: right;
        width: 100%;
        height: 80px;
        line-height: 40px;
        background-color: #eef0f5;
    }

    .header nav section {
        float: left;
        width: 33.3%;
    }

    .index .banner {
        height: 140px;
    }

    /* 选中状态 */
    .header nav section .select {
        background-color: #00a6ff;
        color: #fff;
        border-bottom: none
    }

    .header nav section a {
        display: inline-block;
        width: 100%;
        margin: auto;
        text-align: center;
        font-size: 14px;
        color: #303741;
    }

    .index {
        min-width: 300px;
    }

    .index .solution {
        margin: 20px auto;
    }

    .index .solution>ul li {
        margin: 0;
    }

    .index .solution .heading {
        width: 95%;
        margin: auto;
    }

    .index .solution .heading ul li p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
    }

    .index .solution .heading ul li p:nth-child(2) {
        font-size: 12px;
    }

    .index .solution>ul {
        width: 95%;
        margin: auto;
    }

    .index .solution>ul li {
        width: 100%;
        margin: 10px 0;
        height: auto;
        overflow: hidden;
    }

    .index .solution>ul li p:nth-child(2) {
        margin-left: 0;
        font-size: 14px;
        text-align: center;
    }

    .index .solution>ul li p:nth-child(3) {
        margin-left: 0;
        font-size: 12px;
        text-align: center;
    }

    .index .solution>ul li a {
        margin-bottom: 10px;
        width: 114px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .index .dynamic {
        margin: 0;
        background-color: #eef0f5;
    }

    .dynamic {
        min-width: 300px;
    }

    .index .dynamic .heading>ul>li:nth-child(2) {
        display: none;
    }

    .index .dynamic>section {
        margin-top: 0
    }

    .index .dynamic .heading>ul>li {
        width: 95%;
        margin: 10px auto;
        float: none;
    }

    .index .dynamic .heading>ul>li p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
    }

    .index .dynamic .heading>ul>li p:nth-child(2) {
        font-size: 12px;
    }

    .index .dynamic>section ul li {
        width: 95%;
        margin: auto;
        height: auto;
    }

    .index .dynamic>section ul li:nth-child(1) {
        background-color: #fff;
    }

    .index .dynamic>section ul .li1 figure {
        position: relative;
    }

    .index .dynamic>section ul .li1 figure .date {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 20px;
    }

    .index .dynamic>section ul .li1 figure .briefly {
        width: 70%;
        font-size: 12px;
        height: 40px;
        line-height: 20px;
    }

    .index .dynamic>section ul .li1 figure .caption {
        font-size: 14px;
    }

    .index .dynamic>section ul .li2 section {
        width: 100%;
    }

    .index .dynamic>section ul .li2 section figure {
        margin: 10px auto;
    }

    .index .dynamic>section ul .li2 section figure .caption {
        font-size: 14px;
    }

    .index .dynamic>section ul .li2 section figure .briefly {
        font-size: 12px;
        height: 40px;
        line-height: 20px;
    }

    .index .dynamic>section ul .li2 section figure .date {
        font-size: 20px;
    }

    .aboutUs {
        min-width: 300px;
    }

    .index .aboutUs {
        margin-top: 0;
        height: auto;
        margin: 20px auto;
        box-shadow: none
    }

    .index .aboutUsBg {
        display: none;
    }

    .index .dynamic>section ul li:nth-child(2) {
        height: 270px;
    }

    .index .aboutUs ul li:nth-child(1) {
        width: 100%
    }

    .index .aboutUs ul li:nth-child(2) {
        display: none;
    }

    .index .aboutUs ul li {
        height: auto;
        float: none;
    }

    .index .aboutUs ul li:nth-child(1) figure p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
    }

    .index .aboutUs ul li:nth-child(1) figure p:nth-child(2) {
        font-size: 12px;
    }

    .index .aboutUs ul li:nth-child(1) figure p:nth-child(3) {
        margin-top: 5px;
    }

    .index .partner {
        width: 95%;
        margin: 20px auto;
    }

    .index .partner p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
    }

    .index .partner p:nth-child(2) {
        font-size: 12px;
    }

    .index .partner ul li {
        width: 48%;
        height: 64px;
    }

    .index_contactUs section {
        width: 80%;
        margin: 20px auto;
    }

    .index_contactUs section p:nth-child(1) {
        font-size: 18px;
    }

    .index_contactUs section p:nth-child(1) span {
        font-size: 12px;
        margin-left: 5px;
    }

    .index_contactUs section p:nth-child(2) {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .index_contactUs section pre {
        font-size: 12px;
    }

    .index_contactUs section p:nth-child(4) {
        margin-top: 10px;
        font-size: 10px;
    }

    /* 解决方案 */
    .solution .banner {
        display: none;
    }

    .solution .jiaYunBao {
        margin: 15px auto;
    }

    .solution .jiaYunBao .heading {
        padding-left: 15px;
        width: 80%;
        margin: auto;
    }

    .solution .jiaYunBao .heading p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
    }

    .solution .jiaYunBao .heading p:nth-child(2) {
        font-size: 12px;
    }

    .solution .jiaYunBao ul {
        width: 95%;
        margin: 0 auto;
    }

    .solution .jiaYunBao ul li {
        width: 48%;
        margin: 10px 0;
        background-color: #f4f7f9;
    }

    .solution .jiaYunBao ul li img {
        width: auto;
        height: 68px;
        margin: 20px auto;
    }

    .solution .jiaYunBao ul li p:nth-child(2) {
        font-size: 14px;
        padding: 10px 0;
    }

    .solution .jiaYunBao ul li p:nth-child(3) {
        font-size: 10px;
        width: 80%;
        margin: auto;
        margin-bottom: 15px;
    }

    .solution .jiaYunBao ul li p:nth-child(4) {
        margin: 10px 0
    }

    .solution .jiaYunBao ul li p:nth-child(4) a {
        font-size: 10px;
        color: #03a3ff;
    }

    .solution .McbileLnformationService {
        background-color: #fff;
    }

    .solution .McbileLnformationService .jiaYunBao ul li {
        width: 48%;
    }

    .solution .McbileLnformationService .jiaYunBao ul li img {
        margin-bottom: 20px;
    }

    .solution .McbileLnformationService .jiaYunBao ul li p:nth-child(3) {
        width: 80%;
    }

    .solution .NewMediaOperations {
        background-color: #fff;
    }

    /* 案例 */
    .case {
        min-width: 300px;
    }

    .case .banner {
        display: none;
    }

    .case #outer {
        margin: 20px 0;
    }

    .case #tab {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    .case #tab li {
        font-size: 14px;
        width: 33%;
        padding: 0;
    }

    .case #tab .current {
        background-color: #fff;
        color: #03a3ff;
    }

    .case #content section:nth-child(1) figure {
        right: -70px;
        top: 60px;
    }

    .case #content section:nth-child(1) figure>img {
        width: 187px;
        height: 340px;
    }

    .case #content section:nth-child(1)>p:nth-child(2) {
        width: 55%;
        margin-left: 5%;
        margin-top: 15px;
    }

    .case #content section:nth-child(1)>p:nth-child(1) {
        font-size: 16px;
        font-weight: 700;
        width: 90%;
        margin: auto;
        padding-bottom: 2px;
        margin-top: 10px;
    }

    .case #content section:nth-child(1)>p:nth-child(3) {
        width: 55%;
        margin-left: 5%;
        margin-top: 15px;
    }

    .case #content section:nth-child(1)>ul {
        margin: 20px 0;
    }

    .case #content section:nth-child(1)>ul li {
        width: 90%;
        margin: 20px auto;
    }

    .case #content section:nth-child(1) figure ul {
        display: none;
    }

    .case #content section:nth-child(2) ul:nth-child(1) li:nth-child(1) {
        width: 90%;
        margin: auto;
        float: none;
        height: auto;
    }

    .case #content section:nth-child(2) ul:nth-child(1) li:nth-child(1) img {
        height: auto;
    }

    .case #content section:nth-child(2) ul {
        margin: 20px auto;
    }

    .case #content section:nth-child(2) ul:nth-child(1) li:nth-child(2) {
        float: none;
        width: 90%;
        margin: auto
    }

    .case #content section:nth-child(2) ul:nth-child(1) li:nth-child(2) p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 5px;
        margin-top: 30px;
    }

    .case #content section:nth-child(2) ul:nth-child(1) li:nth-child(2) p:nth-child(2) {
        margin-top: 20px;
    }

    .case #content section:nth-child(2) ul:nth-child(1) li:nth-child(2) p:nth-child(3) {
        margin-top: 20px;
    }

    .case #content section:nth-child(2) ul:nth-child(2) {
        width: 95%;
        margin: auto
    }

    .case #content section:nth-child(2) ul:nth-child(2) li {
        margin-bottom: 10px;
        width: 48%;
        height: auto;
    }

    .case #content section:nth-child(2) ul:nth-child(2) li p:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
    }

    .case #content section:nth-child(2) ul:nth-child(2) li p:nth-child(2) {
        font-size: 10px;
        width: 95%;
        margin: 10px auto;
    }

    .case #content section:nth-child(3) ul {
        display: block;
    }

    .case #content section:nth-child(3)>ul li:nth-child(1) {
        width: 90%;
        margin: auto;
    }

    .case #content section:nth-child(3)>ul li:nth-child(1) p:nth-child(2) {
        font-size: 14px;
        margin-top: 10px;
    }

    .case #content section:nth-child(3)>ul li:nth-child(1) p:nth-child(3) {
        font-size: 14px;
        margin-top: 20px;
    }

    .case #content section:nth-child(3)>ul li:nth-child(2) {
        width: 65%;
        margin: auto
    }

    .case #content section:nth-child(3)>ul li:nth-child(1) p:nth-child(1) {
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .case .content_3 figure {
        width: 90%;
        margin: auto;
    }

    .case #content section:nth-child(3) figure>p:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
    }

    .case #content section:nth-child(3) figure>p:nth-child(2) {
        font-size: 14px;
        margin-top: 10px;
    }

    .case #content section:nth-child(3) figure ul li {
        width: 90%
    }

    .case #content section:nth-child(3) figure ul li p:nth-child(1) {
        font-size: 14px;
        padding-top: 10px;
    }

    /* 资讯动态 */
    .dynamic .banner {
        display: none;
    }

    .dynamic .news .heading {
        padding-left: 0;
        border-left: none;
    }

    .dynamic .news .heading p {
        text-align: center
    }

    .dynamic .news .heading p:nth-child(1) {
        font-size: 22px;
        font-weight: 700;
    }

    .dynamic .news .heading p:nth-child(2) {
        font-size: 14px;
    }

    .dynamic #tab li {
        width: 33.3%;
        font-size: 16px;
    }

    .dynamic #tab .current {
        border-bottom: none;
        color: #03a3ff;
    }

    .dynamic #content section .modular>li:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    .dynamic #content section .modular>li:nth-child(2) p:nth-child(1) {
        font-size: 16px;
    }

    .dynamic #content section .modular>li:nth-child(2) p:nth-child(2) {
        display: none;
    }

    .dynamic #content section .modular>li:nth-child(2) {
        border-left: none;
        background: none
    }

    .dynamic #content section .modular>li:nth-child(1) ul li:nth-child(1) {
        width: 28%
    }

    .dynamic #content section .modular>li:nth-child(1) ul li:nth-child(2) {
        width: 72%;
    }

    .dynamic #content section .modular>li:nth-child(1) ul li:nth-child(1) img {
        height: 90px;
    }

    .dynamic #content section .modular>li:nth-child(1) {
        height: 100px;
        padding-bottom: 15px;
        width: 100%;
    }

    .dynamic #content section .modular>li:nth-child(2) {
        height: auto;
    }

    .dynamic #content section .modular {
        border-bottom: 1px solid #e1e3e5;
    }

    .dynamic #content section .modular {
        margin: 30px 0;
        position: relative;
    }

    .dynamic #content .block {
        width: 95%;
        margin: auto;
    }

    .dynamic #content section .modular>li:nth-child(1) ul li:nth-child(2) p:nth-child(1) {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .dynamic #content section .modular>li:nth-child(1) ul li:nth-child(2) p:nth-child(2) {
        height: 40px;
        line-height: 20px;
        margin-top: 5px;
    }

    /* 关于我们 */
    .aboutUs .banner {
        height: 210px;
        background: url(../images/aboutUs_banner-2.jpg) no-repeat;
        background-size: cover;
    }

    .aboutUs article {
        margin: 40px auto;
    }

    .aboutUs article>p:nth-child(1) {
        font-size: 22px;
    }

    .aboutUs article>p:nth-child(2) {
        font-size: 14px;
    }

    .aboutUs article figure ul li {
        width: 100%;
    }

    .aboutUs article figure ul li:nth-child(2) {
        display: none;
    }

    .aboutUs article figure {
        width: 90%;
        margin: 40px auto;
    }

    .aboutUs article figure ul {
        height: auto;
        margin-bottom: 5px;
    }

    .aboutUs article figure p {
        margin-bottom: 20px;
    }


    /* 驾运宝 */
    .drivingTreasure {
        min-width: 300px;
    }

    .drivingTreasure .banner>ul li:nth-child(1) {
        width: 100%;
        display: block;
        height: 200px;
    }

    .drivingTreasure .banner ul li:nth-child(2) {
        margin-left: 0;
        width: 100%;
    }

    .drivingTreasure .banner ul li:nth-child(2) p:nth-child(1) {
        font-size: 42px;
        text-align: center;
        margin-top: 10px;
    }

    .drivingTreasure .banner ul li:nth-child(2) p:nth-child(2) {
        font-size: 20px;
        text-align: center;
    }

    .drivingTreasure .banner ul {
        min-width: 300px;
        height: 150px;
    }

    .drivingTreasure .banner ul li:nth-child(2) figure {
        margin-top: 30px;
    }

    .drivingTreasure section figure ul.menu {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .drivingTreasure section figure ul.menu li {
        width: 16.6%;
        height: 85px;
    }

    .drivingTreasure section figure ul.menu li img {
        display: block;
        width: 90%;
        margin: auto;
    }

    .drivingTreasure section figure .fudong {
        display: none;
    }

    .drivingTreasure section figure {
        width: 90%;
        margin: 30px auto;
    }

    .drivingTreasure section figure .introduction {
        width: 100%;
    }

    .drivingTreasure section figure .introduction1 {
        margin-bottom: 20px;
    }

    .drivingTreasure section figure .introduction2 {
        margin-bottom: 20px;
    }

    .drivingTreasure section figure .heading p:nth-child(1) {
        font-size: 24px;
        line-height: 30px;
        padding-left: 45px;
    }

    .drivingTreasure section figure .heading p:nth-child(2) {
        font-size: 10px;
        padding-left: 45px;
    }

    .drivingTreasure .bg-hui figure ul li:nth-child(1) img {
        width: 100%;
    }

    .drivingTreasure .bg-hui figure ul li {
        float: none;
        width: 100%;
        height: auto;
    }

    .drivingTreasure .bg-hui figure .introduction1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .drivingTreasure .jump {
        height: auto;
    }

    .drivingTreasure .jump p {
        margin-bottom: 15px;
    }
}