.worksans {
    font-family: 'Work Sans', sans-serif;
}
.wrap960 {
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .wrap960 {
        width: 100%;
   }
}
.service {
    padding: 100px 0 170px 0;
    margin-top: 115px;
}
@media only screen and (max-width: 1475px) {
    .service {
        margin-top: 68px;
   }
}
.service .mainTitle {
    margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
    .service .mainTitle {
        margin-bottom: 20px;
   }
}
.service .mainTitle h1 {
    font-size: 30px;
    color: #103861;
    font-weight: 400;
    margin: 0;
}
@media only screen and (max-width: 960px) {
    .service .wrap960 {
        width: calc(80%);
   }
}
.service h4 {
    text-align: center;
    font-size: 30px;
}
.service #map {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 640px) {
    .service #map {
        display: none;
   }
}
.service .office {
    float: left;
    margin-right: 10px;
    margin-bottom: 50px;
    width: calc(24%);
    cursor: pointer;
}
.service .office.last {
    margin-right: 0;
}
@media only screen and (max-width: 640px) {
    .service .office {
        width: 100%;
        float: none;
        margin-bottom: 0;
   }
}
.service .office h5 {
    display: block;
    background: #103861;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    padding: 15px 10px;
    position: relative;
    margin: 30px 0 0 0;
}
.service .office h5:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #103861 transparent;
    top: 0;
    left: 50%;
    margin-left: -20px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.service .office .info {
    background: #efefef;
    -webkit-transition: .5s;
    transition: .5s;
}
.service .office .info ul {
    padding: 20px 10px;
    margin: 0;
}
.service .office .info ul li {
    margin: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.service .office .info ul li a {
    color: #222327;
}
.service .office .info ul li .addWrap {
    width: calc(65%);
    height: auto;
    background: 0 0;
    border-radius: 0;
}
.service .office .info ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b0b0b0;
    -webkit-transition: .5s;
    transition: .5s;
}
.service .office .info ul li span i {
    display: block;
    margin: 5px 0 0 5px;
    width: 20px;
    height: 20px;
    background-image: url(../images/contact_icon.png);
    background-repeat: no-repeat;
}
.service .office .info ul li span i.add {
    background-position: 0 0;
}
.service .office .info ul li span i.tel {
    background-position: -20px 0;
}
.service .office .info ul li span i.fax {
    background-position: -40px 0;
}
@media screen and (min-width: 641px) {
    .service .office.active h5:before {
        top: -20px;
   }
    .service .office.active .info {
        background: #29a7de;
        color: #fff;
   }
    .service .office.active .info a {
        color: #fff;
   }
    .service .office.active .info span {
        background: #0071b9;
   }
}
.service hr {
    border: 0;
    border-bottom: 1px #e3e3e3 solid;
    clear: both;
    margin: 50px 0;
}
.service .contactIcon {
    text-align: center;
    margin: 50px auto;
}
.service .contactIcon a {
    display: inline-block;
    text-align: center;
}
.service .contactIcon a .circle {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #0079ba;
    margin: 0 auto 10px;
    padding: 10px;
}
.service .contactIcon a .circle i {
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(../images/contact_icon2.png);
    background-repeat: no-repeat;
}
.service .contactIcon a h6 {
    font-size: 20px;
    color: #0079ba;
    margin: 0 0 15px 0;
}
.service .contactIcon a .tel {
    font-size: 20px;
    color: grey;
}
.service .contactIcon a:nth-child(1) {
    margin-right: 135px;
}
.service .contactIcon a:nth-child(1) .circle i {
    background-position: 0 0;
}
.service .contactIcon a:nth-child(2) {
    margin-right: 135px;
}
.service .contactIcon a:nth-child(2) .circle i {
    background-position: -70px 0;
}
.service .contactIcon a:nth-child(3) .circle i {
    background-position: -140px 0;
}
@media screen and (max-width: 700px) {
    .service .contactIcon a:nth-child(1), .service .contactIcon a:nth-child(2) {
        margin-right: 20px;
   }
    .service .contactIcon a .tel, .service .contactIcon a h6 {
        font-size: 16px;
   }
}
@media only screen and (max-width: 640px) {
    .service .contactIcon a {
        cursor: pointer;
   }
}
@media only screen and (max-width: 420px) {
    .service .contactIcon a {
        display: block;
        text-align: left;
        clear: both;
        width: 240px;
        margin: 0 auto;
   }
    .service .contactIcon a .circle {
        float: left;
        margin-right: 20px;
   }
    .service .contactIcon a .tel, .service .contactIcon a h6 {
        font-size: 18px;
        padding-top: 10px;
   }
    .service .contactIcon a:nth-child(1), .service .contactIcon a:nth-child(2) {
        margin-right: auto;
   }
}
.ad #adSlide {
    top: -140px;
}
.contactForm {
    padding-top: 0;
}
