
body {
    font-family: "Roboto", Microsoft YaHei, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #616a73;
    height: 100%;
    position: relative;
}

.suspend {
    width: 40px;
    height: 198px;
    position: fixed;
    bottom: 130px;
    right: 0;
    z-index:9999;
    overflow: hidden;
}

.suspend dl {
    width: 40px;
    height: 198px;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 0 5px #e4e8ec;
}

.suspend dl dt {
    width: 40px;
    height: 198px;
    background: url(../images/zixun.png);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/*.suspend dl dt:hover{ opacity:0.8;filter(alpha=10)}*/
.pm-welcome {
    padding-top: 2em;
}

.pm-welcome p {
    text-indent: 2em;
}

.pm-tb {
    padding-top: 2em;
    background: #f7f7f7;
}

.pm-coop {
    padding-top: 2em;
}

.pm-contact {
    margin-top: 10em
}

header {
    text-align: center;
    color: #fff;
    /*   background: url(../images/download1.jpg) no-repeat scroll center center; */
    background-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 900px;
}

header img {
    display: block;
    margin: 200px auto 50px auto;
}

header .intro-text .intro-heading {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 40px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: bold;
    font-size: 40px;
}

@media (min-width: 635px) {
    header .intro-text {
        padding-bottom: 30px;
    }
}

@media (max-width: 420px) {
    header .intro-text .intro-heading {
        font-size: 18px;
    }

    header .intro-text .intro-lead-in {
        font-size: 22px;
    }

    header .intro-text {
        padding-bottom: 40px;
    }
}

.business {
    text-align: center;
    color: #fff;
    background: url(../images/download1.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 400px;
    padding-top: 170px
}

.business img {
    display: block;
    margin: 200px auto 50px auto;
}

.business .intro-text .intro-heading {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.business .intro-text .intro-lead-in {
    margin-bottom: 30px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: bold;
    font-size: 40px;
}

@media (min-width: 635px) {
    .business .intro-text {
        padding-bottom: 80px;
    }
}

@media (max-width: 420px) {
    .business .intro-text .intro-heading {
        font-size: 18px;
    }

    .business .intro-text .intro-lead-in {
        font-size: 22px;
    }

    .business .intro-text {
        padding-bottom: 40px;
    }
}

.business-project {
    background: #f8f8f8;
    padding: 3em;
}

.business-project .text p {
    text-indent: 2em;
    color: #000000
}

.text-colored {
    color: #55acee;
}

a {
    color: #55acee;
}

a:hover {
    color: #339BEB;
}

a:focus,
a:active {
    outline: none;
}

.large {
    font-size: 18px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.list-unstyled li {
    padding: 5px 0;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.list-horizontal {
    padding: 15px 0;
}

.list-horizontal-item img {
    display: block;
    margin: 0 auto;
}

.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
}

.list-icons li {
    padding: 0 0 15px 0;
}

blockquote {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}

.title {
    margin-top: 0;
}

.isotope-item {
    margin-top: 2em;
}

/* Buttons
---------------------------------- */
.section {
    padding: 3em
}

.btna {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    color: #55acee;
    border: 1px solid #cccccc;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #339BEB;
    border-color: #339BEB;
}

/* Modals
---------------------------------- */
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-body p {
    font-size: 16px;
    color: #3c3c3c;
    text-indent: 2em;
}

.modal-body h5 {

}

.modal-body ul {
    font-size: 14px;
    color: #3c3c3c;
}

.modal-body span {
    font-size: 14px;
    color: #1e1e1e;
}

.modal-header {
    background-color: #55acee;
    color: #ffffff;
}

.modal-header h4 {
    color: #ffffff;
}

.modal-header .close {
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .modal-lg {
        width: 1140px;
    }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(85, 172, 238, 0.9);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay:hover {
    text-decoration: none;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    line-height: 1px;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center;
}

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top {
    padding-top: 200px
}

.mox2 {
    /* position: absolute; */
    /*top: 140px;*/
    /*left: 530px;*/
    padding: 10px 10px 2px 10px;
    border-radius: 8px;
    background-color: #fff;
    width: 212px;
}

@media screen and (max-width: 768px) {
    .btnb {
        display: none;
    }

}

@media screen and (min-width: 768px) {
    .btnc {
        display: none
    }

}

.err_msg {
    display: none;
    color: #ff385f;
    top: 3px;
}