@import url("./gaode_main.css");/*¸ßµÂµØÍ¼*/

.contact-container{
    width: 1400px;
    height: 400px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 75px;
}
    .contact-bigbox{
        width: 1320px;
        height: 400px;
        margin: auto;
        /* border: 1px solid yellowgreen; */
    }
    .contact-bigbox .items{
        display: inline-block;
       width: 24.8%;
       height: 100%;
       border: 1px solid #caccc6;
       background: #eaeaea;
       text-align: center;
       margin: 0px;
       margin-left: -4px;
    }
        .contact-bigbox .items .items-mark{
            /*border: 1px solid red;
            */width: 343px;
            height: 415px;
            position: relative;
            top: -10px;
            left: -10px;
            overflow: hidden;
}
            .contact-bigbox .items .items-img1{
                display: inline-block;
                margin-top: 95px;
                margin-bottom: 30px;
            }
            .contact-bigbox .items .items-img2{
                margin-top: 95px;
                margin-bottom: 30px;
                display: none;
            }
            .contact-bigbox .items .items-title{
                font-size: 22px;
                line-height: 22px;
                margin-bottom: 25px;
                color: #666;
            }
            .contact-bigbox .items .items-text{
                width: 235px;
                margin: 0 auto;
                color: #666;
                line-height: 25px;
            }
            .contact-bigbox .items .items-text.text-height{
                line-height: 50px;
            }
            .contact-bigbox .items.items-border{
                border-left: none;
            }

    .contact-bigbox .items:hover .items-mark{
        background: #df8f4f;
        box-shadow: 0 0 16px rgba(30, 43, 1, .38);
    }
    .contact-bigbox .items:hover .items-text,.contact-bigbox .items:hover .items-title{
        color: #4e1300;
    }
    .contact-bigbox .items:hover .items-img1{
        display: none;
    }
    .contact-bigbox .items:hover .items-img2{
        display: inline-block;
    }