
.walsite{ width: 1380px; margin: 0 auto; }
.title{ overflow: hidden; }
.title .h6{ font-size: 36px; color: #333333; text-align: center; position: relative; padding: 70px 0 16px; margin-bottom: 52px; }
.title .h6:before{ content: ''; display: block; width: 30px; height: 1px; background: #6e8e7d; position: absolute; left: 50%; margin-left: -15px; bottom: 0;}

    /*webmap*/
.webmap{  }
.webmap ul{ overflow: hidden; }
.webmap li{ float: left; margin-right: 56px;}
.webmap li:last-child{ margin-right: 0;}
.webmap li a{ display: block; width: 175px; height: 41px; border: 1px solid #cccccc; border-radius: 8px; text-align: center; line-height: 41px; }
.webmap li .h6{ margin-bottom: 40px; background: #FFFFFF; }
.webmap li a.p{ margin-bottom: 21px; color: #FFFFFF; background: #002b80  no-repeat calc(100% - 14px) center; border-color: #002b80; }
.webmap li a.p:hover{ animation: aad 0.2s linear forwards; }



/*webmap*/

@media screen and (max-width: 1004px)
{
    .title .h6{ font-size: 26px; padding: 24px 0 8px; margin-bottom: 26px; }
    .walsite
    {
       width:100%;
    }
    .webmap li
    {
        width: 100%;
        background: none;
        border-bottom: 1px solid #ccc;
    }
    .webmap ul
    {
        margin:15px
    }
        .webmap li a
        {
            width: auto;
            height: auto;
            border: none;
            line-height: 28px;
        }

        .webmap li .h6
        {
            overflow: hidden;
            margin: 10px 0;
        }

            .webmap li .h6 a
            {
                float: left;
                font-size: 18px;
                color: #002b80;
                font-weight: bold;
            }

        .webmap li .box
        {
            overflow: hidden;
        }

        .webmap li a.p
        {
            float: left;
            margin-right: 20px;
            background: none;
            color: #666666;
            margin-bottom: 0;
        }

        .webmap li div:last-child
        {
            margin-bottom: 20px;
        }
}