.tabs1 .tab1 .pic,
.tabs1 .tab2 .pic {
    width: 600px;
    height: auto;
}

.tabs1 .tab1 .pic {
    float: left;
    margin-right: 30px;
}

.tabs1 .tab2 .pic {
    float: right;
    margin-left: 30px;
}

.tabs1 .tab1 .txt,
.tabs1 .tab2 .txt {
    margin-left: 200px;
    font-size: 20px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .tabs1 .tab1 .txt,
    .tabs1 .tab2 .txt {
        margin-left: 10px;
        font-size: 20px;
        text-align: left;
    }
}

.tabs1 .txt p {
    margin-top: 25px;
}

.tabs1 .txt p.p {
    margin-top: 0px;
}

.tabs1 .txt p b {
    font-size: 23px;
}

.tabs1 .txt p b.b {
    font-size: 38px;
}

.header .tel h3 em a:link,
.header .tel h3 em a:visited,
.header .tel h3 em a:hover,
.header .tel h3 em a:active {
    color: #FFE400;
}

.brand .pic img {
    float: left;
    margin: 15px 10px;
    width: 220px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1200px) {
    .tabs1 .tab1 .pic,
    .tabs1 .tab2 .pic {
        width: 480px;
    }

    .tabs1 .txt p b.b {
        font-size: 23px;
    }

    .header .tel {
        float: left;
        padding-top: 18px;
        padding-left: 25px;
        display: block;
    }

    .header.fixed .tel {
        padding-top: 18px;
    }

    .header .tel i,
    .header .tel p {
        display: none;
    }

    .brand .pic img {
        width: 180px;
    }
}

@media only screen and (max-width: 960px) {
    .tabs1 .tab1 .pic,
    .tabs1 .tab2 .pic {
        width: 60%;
    }

    .tabs1 .tab1 .pic {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .tabs1 .tab2 .pic {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .tabs1 .tab1 .txt,
    .tabs1 .tab2 .txt {
        margin-top: 0;
        font-size: 16px;
    }

    .tabs1 .txt p {
        margin-top: 0;
    }

    .tabs1 .txt p b,
    .tabs1 .txt p b.b {
        font-size: 14px;
    }

    .brand .pic img {
        width: 155px;
    }
}

@media only screen and (max-width: 768px) {
    .tabs1 .tab1 .pic,
    .tabs1 .tab2 .pic {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .tabs1 .tab1 .pic,
    .tabs1 .tab2 .pic {
        width: auto;
    }

    .tabs1 .tab1 .txt,
    .tabs1 .tab2 .txt {
        font-size: 14px;
    }

    .header .tel {
        padding-top: 8px;
    }

    .header.fixed .tel {
        padding-top: 8px;
    }
}