body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2f2e2e;
}

.thumbnail {
    border: 0;
}

.container {
    max-width: 1000px;
}

.scrollimation.fade-in {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.scrollimation.fade-in.in {
    opacity: 1;
}

.scrollimation.scale-in {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17, .89, .67, 1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scrollimation.fade-right {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: -webkit-transform .6s ease-out, opacity .6s ease-out;
    transition: transform .6s ease-out, opacity .6s ease-out;
}

.scrollimation.fade-right.in {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.scrollimation.fade-left {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: -webkit-transform .6s ease-out, opacity .6s ease-out;
    transition: transform .6s ease-out, opacity .6s ease-out;
}

.scrollimation.fade-left.in {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.scrollimation.fade-up {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .6s ease-out, opacity .6s ease-in;
    transition: transform .6s ease-out, opacity .6s ease-in-out;
}

.scrollimation.fade-up.in {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.scrollimation.d1 {
    transition-delay: .3s;
}

.scrollimation.d2 {
    transition-delay: .6s;
}

.scrollimation.d3 {
    transition-delay: .9s;
}

.scrollimation.d4 {
    transition-delay: 1.2s;
}

.touch .scrollimation.fade-in {
    opacity: 1;
}

.touch .scrollimation.scale-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.touch .scrollimation.fade-right {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.touch .scrollimation.fade-left {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.touch .scrollimation.fade-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-default {
    background: rgba(0,0,0,0.5);
    min-height: 60px;
    margin-bottom: 0;
    padding-top: 3px;
    position: fixed;
    width: 100%;
}

.navbar-default
.navbar-brand {
    font-family: "Microsoft YaHei", "宋体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #2f2e2e;
    letter-spacing: 5px;
    height: 63px;
    margin-top: -3px;
}

.navbar-default
.navbar-brand img {
    height: 56px;
    margin-top: -10px;
    display: inline;
}

.navbar-default
.navbar-nav > li > a {
rgba(255,255,255,.7)
}

.navbar-default
.navbar-nav > li > a:hover {
    color: #FFFFFF;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2f2e2e;
}

.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.navbar-collapse {
    overflow: hidden;
}

footer {
    background-color: #2f2e2e;
    color: #878787;
    padding: 20px 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    body, html {
        height: 100%;
    }

    .navbar-default {
        padding: 12px 0 10px 0;
        background-color: rgba(255, 255, 255, 1);
    }

    .navbar-default .navbar-collapse {
        margin-top: 11px;
    }

    .navbar-default .navbar-brand {
        font-size: 19px;
        line-height: 1.3;
        letter-spacing: 4px;
    }

    .navbar-default .navbar-brand img {
        height: 30px;
        margin-top: -6px;
    }

    .navbar-toggle .icon-bar {
        width: 26px;
        height: 3px;
    }

    footer .container div {
        text-align: center;
    }

    footer .container span {
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-right {
        margin-right: 5px;
        max-height: 60px;
    }

    .collapsing {
        -webkit-transition-duration: .25s;
        -o-transition-duration: .25s;
        transition-duration: .25s;
    }
}


.fade.modal {
    overflow-x: hidden;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}

.modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-header .close {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 1;
    color: #f8f8f8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.modal-header .close:hover {
    color: #ccc;
    opacity: 1;
}

.modal-body {
    padding: 0;
}

.modal-body .loader {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 27%;
    margin-left: -10px;
    width: 30px;
    height: 30px;
    background: url(../rails/active_storage/blobs/loader.gif) no-repeat 50% 50%;
}

.modal-body .owl-controls {
    margin-top: 20px;
}

.modal-body .owl-carousel .owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #000;
}

.modal-body .owl-carousel .owl-controls .owl-page span {
    background: #000;
}

#cover {
    height: 685px;
    cursor: pointer;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

#cover_server {
    height: 400px;
    background: url(../rails/active_storage/blobs/server_banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

#about_me_banner {
    height: 709px;
    background: url(../rails/active_storage/about_me/about_me_banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}



#new_case_banner {
    height: 400px;
    background: url(../rails/active_storage/new_case/new_case_bannber.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.new-case .container{
    min-width: 1139px;
}


.new-case .new-case-left{
    padding-bottom: 50px;
}


.new-case .new-case-left .nav{
    padding: 50px 0;
    width: 300px;
}

.new-case .new-case-left .nav-item{
    width: 260px;
    height: 78px;
    display: block;
    padding: 17px;
    border: 2px solid #ffffff;
}

.new-case .new-case-left .nav-item.active{
    display: block;
    background: #0193de;
}

.new-case .new-case-left .nav-item.active>a .nav-title{
    color: #ffffff;
}

.new-case .new-case-left .nav-item.active>a .nav-description{
    color: #ffffff;
}

.new-case .new-case-left .nav-item.active>a:after{
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #0193de;
    position: absolute;
    right: -28px;
    top: 10px;
}

.new-case .new-case-left .nav-item:hover{
    border: 2px solid #0193de;
}

.new-case .new-case-left .nav-item a{
    text-decoration: none;
    out-line: none;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.new-case .new-case-left .nav-item .nav-icon{
    border: 1px solid #DDD;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    margin-left: 17px;
    margin-right: 17px;
}

.new-case .new-case-left .nav-item .nav-icon img{
    width: 100%;
    height: 100%;
}

.new-case .new-case-left .nav-item .nav-content{
    width: 260px;
    height: 60px;
    display: block;
}

.new-case .new-case-left .nav-item .nav-content .nav-title{
    font-size: 16px;
    color: #333;
}

.new-case .new-case-left .nav-item .nav-content .nav-description{
    font-size: 12px;
    color: #999;
}

.new-case .new-case-right{
    padding-bottom: 50px;
}

.new-case .new-case-right .article{
    padding: 50px 0;
}

.new-case .new-case-right .article .article-title{
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.new-case .new-case-right .article .article-content{
    width: 690px;
}

.new-case .new-case-right .article .section{
    padding: 30px 0 20px 30px;
}

.new-case .new-case-right .article .section .section-title{
    color: #484848;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.new-case .new-case-right .article .section .section-content{
    color: #8e8e8e;
    font-size: 16px;
    line-height: 1.8;
}

.new-case .new-case-right .article .section .thumbnail{
    width: 660px;
}



#cover_server_detailed {
    height: 360px;
    background: url(../rails/active_storage/blobs/server_banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

#join_us_banner {
    height: 400px;
    background: url(../rails/active_storage/join_us/join_us_banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.card {
    width: 360px;
    height: 365px;
    margin: 170px auto;
    background-color: #fff;
    padding: 70px 60px;
    box-shadow: 0px 0px 16px #322424;
}

.card p {
    font-family: "Arial black", "宋体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
}

.card a {
    color: #2f2e2e;
}

.card i {
    font-size: 60px;
    line-height: 0.5;
}

.card:hover [class*=fa] {
    -webkit-transform: scale(1.3);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.title h4 {
    font-family: "Microsoft YaHei", "宋体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    text-indent: 6px;
    color: #2f2e2e;
}

.title div {
    height: 3px;
    width: 40px;
    background-color: #f7931d;
    margin: 20px auto 35px auto;
}

#services {
    padding: 160px 0 60px 0;
}

#services .container {
    max-width: 950px;
}

.service-item {
    padding: 35px;
    text-align: center;
}

.service-item h4 {
    margin-top: -50px;
    margin-bottom: 40px;
}

.service-item p {
    margin: auto;;
    max-width: 160px;
    line-height: 1.6;
    text-align: center;
}

.service-item p i {
    font-size: 20px;
}

.service-icon {
    position: relative;
    display: block;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto;
    font-size: 56px;
    line-height: 1.4;
    color: #2F2E2E;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.service-icon [class*=fa] {
    -webkit-transform: scale(1);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: none;
}

.service-item:hover [class*=fa] {
    -webkit-transform: scale(1.3);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


#portfolio .section-title {
    font-weight: 300;
    margin-bottom: 60px;
}

#portfolio .section-title [class*=fa] {
    color: #fff;
}

#portfolio-header {
    padding: 80px 0;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#portfolio .thumbnail{
    margin-bottom: 0px;
    background: rgba(255,255,255,.4);
    border-radius: 50%;
}

#portfolio .col-sm-12{
    height: 110px;
    line-height: 110px;
}

#filter-works ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#filter-works ul li {
    display: inline-block;
    padding: 0;
    line-height: 24px;
    background: transparent;
    margin: 0 0 0 10px;
}

.masonry-wrapper {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#projects-container {
    margin: 0 auto;
    visibility: hidden;
}

#projects-container .project-item {
    display: block;
    position: relative;
    margin: 5px;
    width: 360px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
}


.project-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.project-item:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.project-item .hover-mask {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.project-item:hover .hover-mask {
    opacity: 0.8;
    filter: alpha(opacity=100);
    padding: 20px;
}

.no-csstransitions .project-item:hover .hover-mask {
    opacity: 0;
    filter: alpha(opacity=0);
}

.project-item .hover-mask:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
}

.project-item .hover-mask:hover:after {
    border-width: 20px;
}

.project-item .hover-mask .project-title {
    color: #fff;
    margin: 0;
    padding: 16px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 300;
}

.project-item .hover-mask p {
    color: #fff;
    margin: 0;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.project-item .hover-mask:hover p {
    bottom: 20px;
    right: 20px;
}

.no-opacity .project-item .hover-mask p {
    visibility: hidden;
}

.no-opacity .project-item .hover-mask:hover p {
    visibility: visible;
}

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;

    transition-timing-function: ease-in-out;
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top, -webkit-transform, opacity;
    -moz-transition-property: left, right, top, -moz-transform, opacity;
    -ms-transition-property: left, right, top, -ms-transform, opacity;
    -o-transition-property: left, right, top, -o-transform, opacity;
    transition-property: left, right, top, transform, opacity;
}

#project-modal .project-title {
    margin: 40px 0 10px;
    font-size: 30px;
}

#project-modal .project-descr {
    padding-bottom: 40px;
}

#about {
    padding: 40px 0 80px 0;
}

#about .container {
    max-width: 900px;
}

#about .logo {
    margin-top: 40px;
}

#about .logo h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
    padding: 0;
    margin: 0;
    font-size: 60px;
    line-height: 0.87;
    font-weight: bold;
}

#about .logo h1 span {
    display: block;
}

#about .logo h4 {
    font-family: "Microsoft YaHei", "宋体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    text-indent: 4px;
}

#about .slogon {
    margin-top: 40px;
    padding-left: 0;
    letter-spacing: 1px;
}

#about .city img {
    width: 100%;
    max-height: 70px;
    margin-top: 0px;
}

#about .addr address {
    margin: 15px 0 0 4px;
    letter-spacing: 2px;
}

#about .users {
    margin-top: 120px;
}

#about .users img {
    height: 160px;
    width: 160px;
    margin-bottom: 15px;
}

#about p {
    font-size: 17px;
}

#about .owl-carousel .owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #000;
}

#about .owl-carousel .owl-controls .owl-page span {
    background: #000;
}

#contact_me {
    height: 300px;
    background: url(../rails/active_storage/blobs/contact_me_01.jpg) center no-repeat;
    background-size:cover;
    -webkit-background-size: cover; /*兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover;
}

#contact_me h4 {
    color: white;
}


#contact {
    background: url(../rails/active_storage/blobs/footer-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#contact .dark-bg {
    padding: 90px 0 90px 0;
    background-color: rgba(47, 46, 46, 0.7);
    color: #fff;
}

#contact .dark-bg p {
    margin: 25px 100px;
    font-size: 15px;
    line-height: 1.8;
}

#contact .dark-bg h4 {
    font-size: 16px;
}

#contact .container-icon {
    margin-top: 10px;
    font-size: 38px;
}

#contact .owl-controls {
    margin-top: 10px;
}

#contact .contact-btn img {
    margin: 50px 0 20px 0;
    width: 180px;
    height: 180px;
}

#contact .contact-btn h4 {
    font-size: 16px;
    line-height: 1.5;
}

#contact .contact-btn p {
    font-size: 16px;
    margin: 5px;
}

#contact .clients {
    margin-bottom: 50px;
}

#contact .clients img {
    width: 130px;
}

#contact-modal .wechat {
    width: 260px;
    height: 260px;
}

#contact-modal .contact-descr {
    margin: 35px;
}

@media (max-width: 768px) {
    .modal-body .owl-controls {
        margin-top: 10px;
    }

    .modal-header .close {
        margin-top: 20px;
    }

    #services, #about {
        padding: 100px 0;
    }

    .service-item {
        padding: 20px;
    }

    .card {
        width: 220px;
        height: 284px;
        margin: 50px auto;
        background-color: rgba(255, 255, 255, 1);
        padding: 40px 40px;
    }

    .card p {
        font-size: 60px;
        line-height: 0.92;
        margin-bottom: 10px;
    }

    .card i {
        font-size: 70px;
        line-height: 0.5;
    }

    .service-item {
        margin-top: 30px;
    }

    .service-item p {
        max-width: 300px;
        text-align: center;
    }

    .service-icon {
        font-size: 70px;
        line-height: 1;
    }

    #services, #about {
        padding-bottom: 90px;
    }

    #projects-container .project-item {
        margin: 0;
        width: 100%;
    }

    #projects-container .project-item img {
        width: 100%;
    }

    #project-modal .project-title {
        margin: 20px 0 5px;
        font-size: 20px;
    }

    #project-modal .project-descr {
        padding-bottom: 25px;
    }

    #about .logo {
        margin-top: 50px;
    }

    #about .logo h1 {
        font-size: 26px;
        text-align: center;
        letter-spacing: 1px;
    }

    #about .logo h1 span {
        display: inline;
    }

    #about .logo h4 {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
    }

    #about .slogon {
        margin-top: 20px;
        padding: 0 20px;
        text-align: center;
    }

    #about .slogon p {
        margin: 20px;
    }

    #about .addr {
        margin-top: 40px;
        font-weight: bold;
        text-align: center;
    }

    #about .addr address {
        font-weight: bold;
    }

    #about .city {
        padding: 0;
        text-align: center;
    }

    #about .city img {
        margin: 20px 0 0;
        width: 65%;
    }

    #contact .dark-bg p {
        margin: 25px 0px;
    }

    #contact {
        background: url(../rails/active_storage/blobs/slide2.jpg) center top no-repeat;
    }

    #contact .dark-bg {
        padding: 70px 0 70px 0;
    }

    #contact .dark-bg p {
        font-size: 15px;
    }

    #contact .dark-bg h4 {
        font-size: 16px;
    }

    #contact .container-icon {
        margin-top: 0;
        font-size: 36px;
    }

    #contact .contact-descr h4 {
        line-height: 1.6;
    }

    #contact .contact-btn h4 {
        margin: 15px 20px;
        font-size: 15px;
    }

    #contact .contact-btn p {
        margin: 5px;
        font-size: 15px;
    }

    #contact .contact-btn img {
        width: 150px;
        height: 150px;
    }

    #contact .clients {
        padding: 0;
    }

    #contact .clients img {
        width: 100px;
        margin: 0;
    }

    #contact .quotes {
        padding: 0 30px;
    }
}


.navli, a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*.navli:hover {*/

    /*background: #75bcfe;*/

/*}*/

.navli:hover a {
    color: #FFFFFF;
}

li {
    list-style: none;
}

footer .list-me h4 {
    margin-top: 12px;
    line-height: 20px;
}

footer .erweima .right {
    padding-right: 20px;
}


.footer-nav-li {
    height: 20px;
    border-right: 2px solid #868686;
    margin-bottom: 10px;
}

.footer-nav-li:last-child {
    border: 0;
}

.footer-nav-li a {

    color: #878787;
    height: 20px;
    line-height: 20px;
}

.scrollto {
    display: block;
    line-height: 30px;

}

#content {
    padding-left: 0px;
    margin-bottom: 0px;

}


#server_intro {
    padding: 100px 0;
}

#server_intro .social_networks a {
    text-decoration: none;
    color: #555454;
}

#server_intro1 .network_media a {
    text-decoration: none;
    color: #555454;
}

#server_intro2 .kol a {
    text-decoration: none;
    color: #555454;
}

.service-item {
    padding: 20px;
}

.card {
    width: 300px;
    height: 284px;
    margin: 150px auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 40px 40px;
}

.server_intro_item {
    margin-top: 30px;
}

.server_intro_item p {
    max-width: 300px;
    text-align: center;
}

.server_intro_icon {
    font-size: 70px;
    line-height: 1;
}

#server_intro {
    padding-bottom: 90px;
}

#server_intro1 {
    padding-bottom: 90px;
}

#server_intro2 {
    padding-bottom: 90px;
}


#server_intro3 {
    padding-bottom: 90px;
}

#server_intro3 .click_bespoke {
    height: 50px;
    width: 300px;
    background: #ff9a00;
    color: #ffffff;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    letter-spacing: 15px;
    box-shadow: 0px 0px 8px #514f4d;
    margin: auto;
    cursor: pointer;
}

#about_me .click_bespoke {
    height: 50px;
    width: 300px;
    background: #f7931d;
    color: #ffffff;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    letter-spacing: 15px;
    box-shadow: 0px 0px 8px #514f4d;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 100;
}

#about_me .click_bespoke:hover {
    text-decoration: none;
    cursor: pointer;
}

.card_close {
    border: 1px solid;
    width: 243px;
    height: 140px;
    margin: 50px auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 40px 40px;
}

.server_detailed_item {
    width: 980px;
    margin-right: 15px;
    margin-left: 15px;
    height: 140px;
}

.server_detailed_item .service-item-list {
    height: 70px;
    padding: 0;
    cursor: pointer;
}

.server_detailed_ex {
    width: 100%;
}

.server_detailed_ex .container {
    width: 960px;
    height: 220px;
    margin: auto;
    padding: 20px 0;
}

.server_detailed_ex .panel-body, .module-header {
    line-height: 50px;
    font-size: 32px;
    padding: 20px 0;
    color: #747171;
}

.server_detailed_ex .panel-body, .module-content p {
    width: 800px;
    color: #747171;
    font-size: 17px;
    margin: 10px 0;
}

.weibo_keyword_serch {
    margin: 40px 0 80px;
}

.weibo_keyword_serch .caption {
    padding: 0;
}

.weibo_keyword_serch .caption p {
    margin-bottom: 0;
    font-size: 16px;
}

.weibo_keyword_serch p {
    color: #8f8f8f;
}


.weibo_keyword_serch .text-color {
    color: #0193de;
}

.weibo_keyword_serch .module-title {
    font-size: 32px;
    line-height: 52px;
}

.weibo_keyword_serch .module-body .module-list-header {
    font-size: 23px;
    line-height: 40px;
    margin-top: 60px;
}

.weibo_keyword_serch .module-body .module-list-body {
    margin-left: 40px;
}

.weibo_keyword_serch .module-body .module-list-body .p_top {
    margin-top: 40px;
}

.weibo_keyword_serch .module-body .module-list-body .module-list-item-header {
    font-size: 18px;
    line-height: 32px;
}

.weibo_keyword_serch .module-body .module-list-body .module-list-item-body .list-item-header {
    font-size: 16px;
    color: #0193de;
}

.weibo_keyword_serch .module-body .module-list-body .module-list-item-body .list-item-body {
    font-size: 16px;
}

.weibo_keyword_serch .module-body .module-list-body .weibo_keyword_product_features i {
    color: #0193de;
    font-size: 12px;
    padding-right: 7px;
}

.weibo_keyword_serch .module-body .module-list-body .module-list-item-footer .p_top {
    margin-top: 150px;
}

.weibo_keyword_serch .module-body .module-list-body .module-list-item-footer p {
    font-size: 18px;
    text-align: center;
}

.detail2 {
    height: 300px;
}

.detail2 .module-content > .module-ul {
    width: 100%;
    height: 280px;
}

.detail2 .module-content > .module-ul li {
    height: 30px;
    width: 50%;
    padding: 30px 50px;
    color: #747171;
    font-size: 15px;
}

.detail2 .module-content > .module-ul li > i {
    color: #0193de;
    font-size: 12px;
    margin-right: 10px;
}

.detail3 {
    background: #ffffff;
}

.detail3 .module-content > .module-ul {
    width: 100%;
    margin-left: 30px;
    height: 380px;
}

.detail3 .module-content > .module-ul li {
    line-height: 46px;
    color: #747171;
}

.detail3 .module-content > .module-ul li > i {
    color: #0193de;
    font-size: 12px;
    margin-right: 10px;
}

.detail4 {
    padding: 10px 0;
    height: 700px;
}

.detail4 .col-sm-7 .header {
    font-size: 32px;
    margin: 40px 0;
}

.detail4 .col-sm-7 .body h3 {
    font-size: 26px;
    margin: 60px 0 20px;
}

.detail4 .col-sm-7 .body p {
    width: 528px;
    font-size: 20px;
    line-height: 1.6;
    color: #8e8e8e;
}

.detail4 .thumbnail{
    margin-top: 70px;
}

.detail4 .thumbnail img {
    display: block;
    width: 250px;
}


.detail5 {
    height: 620px;
}


.detail5 .col-sm-6 .body h3 {
    font-size: 26px;
    margin-top: 120px
}

.detail5 .col-sm-6 .body p {
    width: 528px;
    font-size: 20px;
    line-height: 1.6;
    color: #8e8e8e;
}

.detail5 .thumbnail{
    margin-top: 70px;
}

.detail5 .thumbnail  img {
    display: block;
    width: 250px;
}

.detail6{
    background: #ededed;
}

.b_station_presentation_form i {
    color: #0193de;
    font-size: 12px;
    margin-right: 10px;
}



#about_me {
    padding: 0;
}

#about_me p {
    font-size: 18px;
    line-height: 24px;
}

#about_me .top {
    margin-top: 30px;
}

#about_me .about .thumbnail img {
    width: 12em;
}

#about_me .col-top {
    margin-top: 100px;
}

.service-item {
    padding: 20px;
}

#company_advantage {
    padding-bottom: 90px;
}

#company_advantage .title {
    color: #0193de;
}

#company_advantage .top {
    margin-top: 30px;
}

#company_advantage p {
    font-size: 18px;
    line-height: 26px;
}

#join_us_contact {
    padding: 40px 0;
}

#join_us_contact p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px;
    text-align: center;
    color: #848484;
}

#join_us_contact .top {
    margin-top: 1em;
}

#join_us_contact a {
    background: rgba(224,38,41,1);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: none;
    width: 260px;
}


#join_us_contact .thumbnail{
    cursor: pointer;
}
#in_weizhi {
    padding-bottom: 90px;
}

#in_weizhi h2 {
    font-size: 20px;
    line-height: 24px;
    color: #848484;
    margin: 13px 0;
    padding-left: 10px;
    border-left: 3px solid #f7931d;
}

#in_weizhi p{
    margin-left: 14px;
    margin-top: -5px;
    color: #848484;
}

#in_weizhi .title p {
    font-size: 35px;
    line-height: 70px;
    margin: 0;
    padding-left: 0;
    border-left: 0;
}

#floatPanel .ctrolPanel {
    width: 36px;
    height: 166px;
    background: #fff url(../rails/active_storage/global-info/panel_bg.png) no-repeat left top;
    border: solid 1px #ddd;
    position: fixed;
    right: 25px;
    top: 300px;
    overflow: hidden;
    z-index: 10000;
}

#floatPanel .ctrolPanel a {
    width: 34px;
    font-size: 12px;
    color: #ff6429;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
}

#floatPanel .ctrolPanel .arrow {
    height: 29px;
    line-height: 28px;
    display: block;
    margin: 1px auto;
}

#floatPanel .ctrolPanel .arrow span {
    display: none;
}

#floatPanel .ctrolPanel .arrow:hover {
    background: #f4f4f4;
}

#floatPanel .ctrolPanel .arrow:hover span {
    display: block;
}

#floatPanel .ctrolPanel .contact {
    height: 50px;
    display: block;
    margin: 2px auto;
}

#floatPanel .ctrolPanel .contact span {
    display: none;
}

#floatPanel .ctrolPanel .qrcode {
    height: 50px;
    display: block;
    margin: 2px auto;
}

#floatPanel .ctrolPanel .qrcode span {
    display: none;
}

.b_station{
    padding: 50px 0;
}

.b_station .row-top {
    margin-top: 20px;
}

.b_station .panel-body, .module-header {
    line-height: 50px;
    font-size: 32px;
    padding: 20px 0;
    color: #747171;
}

.b_station .panel-body, .module-content p {
    color: #747171;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}


.b_station_product_feature {
    height: 1600px;
    margin: 40px 0;
    background: #f4f4f4;
}



.b_station_presentation_form {
    padding: 40px 0px;
}

.b_station_presentation_form .header {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 10px;
}


.b_station_presentation_form .header-top {
    padding-top: 100px;
}

.b_station_presentation_form .sort-header-top {
    padding-top: 50px;
}

.b-station-list2 {
    margin-bottom: 20px;
}

.b-station-list2 h2 {
    margin-top: 40px;
}

.b-station-list2 .fa-circle {
    color: #0193de;
    margin-right: 5px;
}

.b-station-list2 p{
    font-size: 15px;
    line-height: 1.8;
}

#content {
    width: 100%;
}

h5 {
    width: 55%;
    margin: 1.5em auto;
    line-height: 1.5em;
    text-align: center;
}

#server_detailed_intro {
    margin-left: -40px;
}

#server_detailed_intro a {
    display: block;
    text-decoration: none;
    color: #adadad;
}

#server_detailed_intro a:hover .card {
    text-decoration: none;
}

#server_detailed_intro, .card {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 10px;
}
#server_detailed_intro, .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    padding: 20px auto;
}

#server_detailed_intro .card .card-value {
    font-size: 1em;
    margin-top: 10px;
}

#server_detailed_intro .card .card-body h3 {
    margin-bottom: 0;
    text-align: center;
}

#server_detailed_intro .card .card-body .card-value{
    margin-top: 30px;
}

#server_detailed_intro .triangle {
    margin-left: 10px;
    width: 1000px;
}


#server_detailed_intro .marketing_resources .service-item-list i {
    margin-right: 7px;
}

#server_detailed_intro .marketing_resources .service-item-list {
    margin: 2px;
    line-height: 68px;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid white;
}

#server_detailed_intro .thumbnail {
    background: rgba(00, 00, 00, 0);
    margin-bottom: 0;
    opacity: 0;
}

.qrcodePanel a {
    text-decoration: none;
    color: #f4612e;
}


/* 请广告主来电介绍 */
.tel-intro1 {
    height: 684px;
    background: url("../rails/active_storage/blobs/telbg.png") center center no-repeat;
    color: #fff;
}

#users .owl-pagination{
    margin-top: -100px;
}


#contact_me .form-right{

}

.foot .scrollimation h4{
    font-size: 16px;
}

.foot .scrollimation i{
    width: 20px;
}

.foot .footer-nav .navbar-nav{
    margin-left:2.6em;
}

.foot .footer-nav-li a{
    padding-top: 0px;
    padding-bottom: 0px;
}

.foot p{
    font-size: 1.2em;
}

/* 图标 */
.tel-grey-icon{width:28px;height:28px;background-position: -56px 0;}
.qq-grey-icon{width:22px;height: 25px;background-position: -94px 0;}

/*顶图*/
.top-img{width: 100%;text-align:center;height:460px;overflow: hidden;position: relative;}
.top-img img{height:460px;position: absolute;left:50%;top:0;margin-left: -960px;}

/*服务悬浮框-初始化*/
.suspension-box div,.suspension-box a,.suspension-box img,.suspension-box p{margin:0;padding:0;border:0;background: transparent;outline:none;}
.suspension-box a{outline: none;/* for Forefox */cursor: pointer;}
.suspension-box a{star: expression(this.onFocus=this.blur());/* for Ie*/}
.suspension-box a{color: #303030;text-decoration:none;}
.suspension-box img{ border:none; }
.suspension-box{font:12px/1.3 "Microsoft YaHei","微软雅黑"; color:#2b2e2b; line-height:18px;color: #303030;}
.suspension-box p{word-break: break-all;word-wrap: break-word;line-height: 1em;}
/*服务悬浮框*/
.suspension-box{position:fixed;right:0;bottom:50px;width:72px;z-index: 100;padding-bottom: 35px;}
/*.suspension-box .suspension-img{position: absolute;left:0;top:-40px;width:80px;height:68px;background-position: 0 0;}*/
.suspension-box .suspension-btn{width:72px;background-color:#333;margin:0 auto -20px;text-align:center;font-size:14px;}
.suspension-box .suspension-btn-items{width:100%;height:auto;display: block;padding: 25px 0;}
.suspension-box .suspension-btn-items.suspension-btn-top{padding-top:0;}
.suspension-box .suspension-btn-items .suspension-btn-line{width:40px;margin:0 auto 24px;border-top:1px dotted #7a7a7a;}
.suspension-box .suspensionbg{background: url("../rails/active_storage/blobs/suspensionbg.png") 0 0 no-repeat;display:inline-block;}
.suspension-box  .suspension-btn  .suspensionbg{margin-bottom: 7px;}
.suspension-box .ask{width: 21px;height:23px;background-position: -6px -75px;}
.suspension-box .top{width: 25px;height:13px;background-position: -46px -78px;}
.suspension-box .suspension-btn-wd{color:#fff;line-height:26px;font-size: 12px;line-height: 12px;}


header .navbar-default a{
    color: rgba(255,255,255,.7);
    display: block;
}

.w-modal {
    background: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.w-modal-dialog {
    background: #fff;
    border-radius: 8px;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
    width: 600px;
}

.w-modal-dialog .w-close {
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    border: 0;
    font-size: 20px;
    line-height: 1;
    outline: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.w-modal-dialog .w-modal-body {
    padding: 0 30px 40px;
}

.w-modal .w-modal-dialog .w-modal-body .description {
    color: #8c8c8c;
    line-height: 2;
    height: 300px;
    overflow-y: scroll;
}

.w-modal .w-modal-dialog .w-modal-body .description .title{
    font-size: 18px;
}

.w-modal .w-modal-dialog .w-modal-body .description p{
    margin-bottom: 0;
}

.w-modal .w-modal-dialog .w-modal-body .description span{
    font-size: 15px;
}


.page_content .kol_page{
    padding: 40px 0;
}

.page_content .kol_page h2{
    color: #747171;
}

.page_content .kol_page .body{
    margin-top: 30px;
}

.page_content .kol_page h3{
    font-size: 28px;
    line-height: 36px;
    color: #747171;
}

.page_content .kol_page h4{
    line-height: 30px;
    font-size: 20px;
    color: #747171;
}

.page_content .kol_page ul li{
    line-height: 30px;
    padding: 5px 0;
    color: #747171;
    font-size: 15px;
}

.kol_page ul li>i{
    color: #0193de;
    font-size: 12px;
    margin-right: 10px;
}

.page_content .kol_page .thumbnail{
    width: 300px;
}