#wrap2 {
    text-align: center;
    width: 100%;
    position: relative;
}

#wrap2 img {
    width: 100%;
    max-height: 300px;
}

/* 
#wrap2 .inner {
    padding-top: 100px;
} */

/* #wrap2 .inner h1 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 11px;
    text-align: left;
    font-weight: 100;
}

#wrap2 .inner p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
    width: 776px;
} */


.main {
    margin-bottom: 114px;
}

.main:after {
    content: '';
    display: block;
    clear: both;
}

.main div.breadcrumb {
    border-bottom: 2px solid #eaedf0;
    height: 17px;
    padding: 22px 0 29px 1px;
    margin-bottom: 12px;
}

.main div.breadcrumb ul li {
    float: left;
    height: 17px;
}

.main div.breadcrumb ul {
    height: 17px;
}

.main div.breadcrumb ul li a {
    color: #b2b2b2;
    display: block;
    font-size: 17px;
}

.main div.server-detail ul {
    margin-left: -32px;
}

.main div.server-detail ul li {
    margin: 12px 0 12px 32px;
    float: left;
    background: #fafafa;
    box-shadow: 0 2px 5px 0 #c6d1ea;
    width: 485px;
    height: 369px;
    padding: 0 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main div.server-detail ul li:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.main div.server-detail ul li>a {
    display: block;
    width: 485px;
    height: 234px;
    position: relative;
    overflow: hidden;
}

.main div.server-detail ul li img {
    width: 728px;
    transform: scale(0.9);
    position: absolute;
    transition: 0.5s transform;
    top: -58px;
    ;
    left: -121px;
}

.main div.server-detail ul li img:hover {
    transform: scale(1);
    transition: 0.5s transform;
}

.main div.server-detail ul li p {
    width: 429px;
    font-size: 14px;
    color: #979797;
    line-height: 22px;
    text-align: left;
}

.main div.server-detail ul li h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 100;
}

.main div.server-detail ul li h3 a {
    color: #4a4a4a;
}

.main div.server-detail ul li div.essay {
    margin: 19px 39px 0 21px;
}

.main div.server-detail ul li div.essay div.yellow-line {
    border: 2px solid #f5a623;
    width: 46px;
    height: 0;
    margin: 9px 0;
}