﻿@media (min-width: 768px) {
    .banner {
        width: 100%;
        height: 600px;
        background: url(../image/info_bg.png) no-repeat center center;
        background-size: cover;
    }

    .banner .info {
        padding-top: 75px;
        padding-left: 63px;
    }

    .banner .info .title {
        height: 51px;
        line-height: 51px;
        font-size: 52px;
        font-weight: bold;
        color: #333333;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
        color: #333333;
        line-height: 60px;
    }

    .main {
        /*width: 100%;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 100px !important;
        /*padding-left: 180px;*/
        /*padding-right: 180px;*/
        margin-top: 70px;
    }

    .main .contain {
        width: 48%;
        height: 184px;
        background: #F9FAFF;
        border: 1px solid #EEEEEE;
        display: flex;
        flex-direction: row;

        margin-top: 49px;
    }

    .main .picture {
        width: 237px;
        height: 139px;
        display: block;
        margin-top: 23px;
        margin-left: 25px;
    }

    .main .picture img {
        width: 237px;
        height: 139px;
        vertical-align: middle;
    }

    .main .texts {
        display: flex;
        flex-direction: column;
        margin-left: 37px;
    }

    .main .texts .name {
        width: 360px;
        height: 24px;
        font-size: 24px;
        color: #333333;
        margin-top: 27px;
    }

    .main .texts .address {
        width: 340px;
        height: 16px;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        margin-top: 22px;
    }

    .main .texts .tel {
        width: 340px;
        height: 16px;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        margin-top: 40px;
    }

    .message {
        width: 100%;

        height: 90px;
        margin-bottom: 80px;
    }

    .message .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .message .service {
        height: 80px;
        width: 295px;
        display: flex;
        flex-direction: row;
    }

    .message .service1 {
        height: 80px;
        width: 295px;
        display: flex;
        flex-direction: row;
    }

    .message .picture1 {
        width: 54px;
        height: 54px;
        display: block;
    }

    .message .picture1 img {
        width: 54px;
        height: 54px;
        vertical-align: middle;
    }

    .message .detail {
        display: flex;
        flex-direction: column;
        margin-left: 21px;
    }

    .message .name1 {
        width: 72px;
        height: 17px;
        font-size: 18px;
        color: #333333;
    }

    .message .tel1 {
        width: 250px;
        height: 14px;
        font-size: 14px;
        color: #333333;
        margin-top: 19px;
    }

    .message .email {
        width: 250px;
        height: 14px;
        font-size: 14px;
        color: #333333;
        margin-top: 15px;
    }

    .message .email1 {
        width: 250px;
        height: 14px;
        font-size: 14px;
        color: #333333;
        margin-top: 19px;
    }
}

@media (max-width: 767px) {

    .banner .info {
        padding-top: 75px;
        padding-left: 63px;
    }

    .banner .info .title {
        height: 30px;
        font-size: 26px;
        font-weight: bold;
        color: #333333;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
        color: #333333;
        line-height: 60px;
    }

    .main {
        /*width:100%;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
        color: #333;
    }

    .main .contain {
        background: #F9FAFF;
        border: 1px solid #EEEEEE;
        width: 100%;
        margin: 15px 0;

    }

    .main .picture {
        width: 100%;
        display: block;
        padding:15px 15px 0 15px;
    }
.main .picture img{
    border-radius:10px;
}

    .main .texts {
        padding: 15px;
    }

    .main .texts .name {
        font-size: 16px;
    }

    .main .texts .address {
        font-size: 16px;
        margin: 10px 0;
    }

    .main .texts .tel {
        color: #666666;
    }

    .message {
        width: 100%;
        margin-bottom: 80px;
    }

    .message .service1, .message .service {
        margin: 15px 0;
        display: flex;
        flex-direction: row;
    }

    .message .service1 {
        margin: 25px 0;
    }

    .message .picture1 {
        width: 54px;
        height: 54px;
        display: block;
    }

    .message .picture1 img {
        width: 54px;
        height: 54px;
        vertical-align: middle;
    }

    .message .detail {
        display: flex;
        flex-direction: column;
        margin-left: 21px;
    }

    .message .name1 {
        width: 72px;
        height: 17px;
        font-size: 18px;
        color: #333333;
    }

    .message .tel1 {
        width: 250px;
        height: 14px;
        font-size: 14px;
        color: #333333;
        margin-top: 19px;
    }

    .message .email {
        width: 250px;
        height: 14px;
        font-size: 14px;
        color: #333333;
        margin-top: 15px;
    }

    .message .email1 {
        width: 250px;
        height: 14px;
        font-size: 14px;
        color: #333333;
        margin-top: 19px;
    }
}

@media (min-width: 1200px) {
    .banner {
        width: 100%;
        height: 0;
        padding-bottom: 31.25%;
    }

    .main {
        justify-content: flex-start;
    }

    .main .contain {
        padding: 20px 23px;
        height: auto;
        margin-right: 2%;
        align-items: center;
    }

    .main .picture {
        width: 32%;
        height: auto;
        margin: 0;
    }

    .main .picture img {
        width: 100%;
        height: auto;
    }

    .main .texts {
        margin-left: 5%;
    }

    .main .texts .name {
        margin-top: 0;
    }


    .banner .info .title {
        font-size: 35px;
    }

    .banner .info .child {
        margin-top: 50px;
    }

    .banner .info .child ul li {
        font-size: 14px;
    }

    .main .texts .name {
        font-size: 18px;
    }

}

@media (min-width: 1600px) {
    .banner .info .title {
        font-size: 43px;
    }

    .banner .info .child {
        margin-top: 70px;
    }

    .banner .info .child ul li {
        font-size: 17px;
    }

    .main .texts .name {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .banner .info .title {
        font-size: 52px;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
    }

    .main .texts .name {
        font-size: 20px;
    }
}
