﻿body {
}


.body  {
    background-color: #ededed;
    max-width: 1227px;
    margin: auto;
}

a {
    text-decoration: none;
    color: #fd6000;
}

.box {
    display: flex;
    justify-content: stretch;
    /*min-height: 500px;
            line-height: 200px;*/
    /*background-color: red;*/
    padding: 20px 0;
}

    .box .cell {
        margin-left: 10px;
        margin-right: 10px;
        flex-grow: 1;
    }

.logo-intro {
    background-color: #ffffff;
}

    .logo-intro img.logo {
        width: 344px;
        height: 118px;
    }

    .logo-intro .top-server-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-left: 20px;
        height: 60px;
    }

        .logo-intro .top-server-box .icon {
            width: 60px;
            height: 60px;
            margin-right: -24px;
        }


        .logo-intro .top-server-box .text {
            width: 48px;
            font-size: 24px;
            color: #666;
            line-height: 28px;
        }

        .logo-intro .top-server-box .phone {
            width: 320px;
            font-size: 42px;
            color: #fd6000;
            line-height: 21px;
            text-wrap: none;
        }

            .logo-intro .top-server-box .phone a {
                color: #fd6000;
            }

        .logo-intro .top-server-box span {
            line-height: 60px;
            font-size: 34px;
            height: 60px;
        }

.banner {
    width: 100%;
    height: 400%;
}


.main-box {
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 20px;
    padding: 20px;
    color: #666;
    font-size: 24px;
    line-height: 46px;
}




.footer {
    padding-bottom: 30px;
}

    .footer .call-phone {
        background-color: #fd6000;
        color: #fff;
        height: 100px;
        line-height: 100px;
        font-size: 50px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }

.wx-code {
    margin: 20px;
    border-radius: 20px;
    text-align: center;
}

.contact .wx-code .imageWx {
    width: 640px;
    height: 640px;
    margin-top: 40px;
}

.info .contactus {
    color: #fd6000;
}