@font-face {
    font-family: "Century Gothic";
    src: local("Century Gothic"),
    url("../Fonts/GOTHIC.TTF")format("trueType");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    font-family: "Century Gothic", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

body {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}

ul {
    list-style: none;
}

.wrapper {
    position: relative;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.specialty {
    background: url(../img/pc.jpg);
    background-size: cover;
    /* padding-bottom: 50px; */
    height: 100vh;
}

.support-title {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

.support-title h1 {
    font-size: 36px;
    color: #252B3A;
    line-height: 48px;
}

.specialty-slide:before,.specialty-slide:after {
    content: " ";
    display: table;
}

.specialty-slide:after {
    clear: both;
}

.specialty-slide li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 45px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.specialty-slide li a.list {
    display: inline-block;
    width: 100%;
}

.specialty-slide li:after {
    content: "";
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 35%;
    bottom: 35%;
}

.specialty-slide li:nth-child(4n):after {
    width: 0;
}

/* .specialty-slide li:last-child {
    cursor: auto;
}

.specialty-slide li:last-child h1 {
    color: #A0A2A8;
} */

.specialty-slide li i {
    width: 47px;
    height: 47px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
}

.specialty-slide li h1 {
    font-size: 16px;
    color: #252B3A;
    text-align: center;
    line-height: 22px;
}

/* .specialty-slide .specialty-content {
    position: absolute;
    top: 100%;
    left: -1px;
    background: #FFFFFF url(../img/hover.png) no-repeat;
    background-position: right bottom;
    border-radius: 2px;
    padding: 0 30px;
    overflow: hidden;
    line-height: 190px;
    transition: all 0.5s,border 0s;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    height: 0;
} */

/* .specialty-slide .specialty-content a {
    display: inline-block;
    line-height: 190px;
    vertical-align: middle;
} */

/* .specialty-slide .specialty-content h1 {
    font-size: 16px;
    color: #252B3A;
    text-align: center;
    line-height: 22px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.specialty-slide .specialty-content h1:hover {
    color: #f66f6a;
}

.specialty-slide .specialty-content p {
    font-size: 12px;
    color: #666A75;
    text-align: center;
    line-height: 20px;
} */

/* li:hover:after {
    opacity: 0;
} */

/* li:hover .specialty-content {
    height: 190px;
    top: 0;
    border-top: 4px solid #F7A655;
} */

/* li:last-child:hover .specialty-content {
    top: 100%;
    height: 0;
    border: none;
} */