@charset "utf-8";
/********************************************CSS Document*/
body {
    font-family: Muli, 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.f-blue {
    color: #03a4ed !important;
}

.bg-gray {
    background: #f3f3f3;
}

.bg-white {
    background: #ffffff;
}

.bg-whitetogray {
    background: -ms-linear-gradient(top, #fff, #f3f3f3);
    background: -moz-linear-gradient(top, #ffffff, #f3f3f3);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f3f3));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f3f3f3));
    background: -webkit-linear-gradient(top, #fff, #f3f3f3);
    background: -o-linear-gradient(top, #fff, #f3f3f3);
}

@media (max-width: 415px) {
    .bg-whitetogray {
        padding-top: 50px;
    }
}

.mb15 {
    margin-bottom: 15px;
}

.f18 {
    font-size: 18px;
}

.container-form {
    margin-top: 66px;
    background: -ms-linear-gradient(top, #f3f3f3, #ffffff);
    background: -moz-linear-gradient(top, #f3f3f3, #ffffff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#ffffff));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#ffffff));
    background: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
    background: -o-linear-gradient(top, #f3f3f3, #ffffff);
}

.panel-ygc {
    margin-top: 20px;
}

.panel-ygc .panel-heading {
    font-size: 18px;
    border-bottom: 2px solid #02a8f4;
}

.panel-ygc .panel-body {
    padding: 50px 15px;
}

.progress {
    margin-top: 10px;
    margin-bottom: 0px;
}

/********************************************home*/
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-brand {
    height: auto;
}

.navbar-nav {
    font-size: 16px;
}

.btn-link-blue {
    border-color: #03a4ed;
    color: #03a4ed !important;
    margin: 10px 15px;
}

.btn-link-purple {
    border-color: #914188;
    color: #914188 !important;
    margin: 10px 15px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 5px 15px;
        margin: 20px 10px 0 0;
    }
}

.navbar-toggle {
    margin-top: 16px;
}

.banner {
    color: #fff;
    height: 600px;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #45474d;
    -webkit-transition: height 1s;
    transition: height 1s;
    padding-top: 0px;
}

.banner-wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.banner-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
}

.banner-title {
    color: #000;
}

.banner-title h1 {
    font-size: 40px;
    margin-bottom: 60px;
}

.banner-title h2 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.banner-title h3 {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.banner-title .btn {
    font-size: 16px;
    padding: 15px 35px;
}

.banner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: -600px 50px;
    background-image: url(../images/index/bg-home.jpg);
}

.join-box .banner-title h1 {
    color: #fff;
}

@media (min-width: 415px) {
    .banner-title h1 {
        font-size: 48px;
    }

    .banner {
        padding-top: 140px;
    }

    .banner-image {
        background-size: cover;
        background-position: center top;
        background-image: url(../images/index/bg-home.jpg);
    }
}

.hm-box {
    text-align: center;
}

.hm-box h2 {
    font-size: 36px;
    margin: 100px auto 30px;
}

.hm-box p {
    font-size: 16px;
    color: #888888;
}

.product-image {
    background: url(../images/index/pr-02.png) no-repeat center center;
    height: 346px;
    margin: 30px 0 50px;
}

@media (min-width: 1000px) {
    .product-image {
        margin: 60px auto 100px;
    }

    .product-image {
        background: url(../images/index/pr-01.png) no-repeat center center;
        height: 314px;
    }
}

.workflow-box table {
    max-width: 880px;
    margin: 30px auto 50px;
}

.workflow-box table p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;
}

.workflow-box table span {
    color: #999999;
}

.workflow-box table td {
    width: 14%;
    padding-bottom: 30px;
    vertical-align: top;
}

.workflow-box table td img {
    width: 100%;
    margin-bottom: 15px;
}

.workflow-box table td.arrow {
    width: 8%;
}

.workflow-box table td.arrow img {
    width: 80%;
    margin-top: 80%;
}

@media (min-width: 520px) {
    .workflow-box table td img {
        width: auto;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .workflow-box table {
        margin: 60px auto 100px;
    }

    .workflow-box table p, .workflow-box table span {
        font-size: 16px;
    }

    .workflow-box table td.arrow img {
        width: 80%;
        margin-top: 40%;
    }
}

.customer-box {
    margin: 30px auto 50px;
}

.say-box {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 15px;
}

.say-box .img-box {
    overflow: hidden;
}

.say-box .img-box img {
    width: 100%;
}

.free-box {
    background: #ffffff;
    border-radius: 3px;
    padding: 15px;
    max-width: 680px;
    margin: 30px auto 50px;
}

.free-box .btn {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .customer-box, .free-box {
        margin: 60px auto 100px;
    }

    .free-box .form-group {
        margin-bottom: 30px;
    }

    .free-box {
        padding: 40px;
    }
}

.footer {
    background: #3b3b3b;
    color: #ffffff;
    padding-top: 40px;
}

.footer dt {
    font-size: 18px;
    color: #ffffff;
    line-height: 2.4em;
    font-weight: normal;
}

.footer dd, .footer dd a {
    color: #a0a0a0;
    line-height: 2.4em;
}

.footer-sub {
    line-height: 2.0em;
    padding: 20px 0;
    background: #333333;
    text-align: center
}

.footer dl {
    text-align: center;
    border-bottom: 1px dashed #aaa;
    height: 209px;
}

.erweima {
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 375px) {
    .footer .col-xs-6 {
        padding: 0px;
    }

    .footer dd {
        font-size: 12px;
    }
}

@media (max-width: 768px) and (min-width: 415px) {
    .footer .col-sm-10 {
        width: 77%;
    }

    .footer .col-sm-6 {
        width: 40%;
    }

    .footer .col-sm-2 {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .footer-sub {
        text-align: left;
    }

    .footer dl {
        text-align: left;
        border: 0px;
        height: auto;
    }

    .erweima {
        text-align: right;
        padding: 0px;
    }
}

/*for phone*/
@media (max-width: 580px) {
    .banner-title h3 {
        font-size: 14px;
    }

    .hm-box h2 {
        font-size: 28px;
        margin-top: 50px;
        line-height: 1.6em;
    }

    .hm-box p {
        font-size: 14px;
    }

    .product-image {
        background-size: 100% auto;
        margin: 0px;
    }
}

/********************************************yuncaigou*/
.development-box, .business-box, .forhotel-box, .caigou-box {
    margin: 30px 0 50px;
}

.development-box .title {
    line-height: 50px;
    font-size: 18px;
    background: #1eb5ea;
    color: #ffffff;
}

.development-box .con {
    background: #e8f7fc;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding: 15px;
}

.development-box .color02 .title {
    background: #686d88;
}

.development-box .color02 .con {
    background: #eaedf8;
}

.development-box .color03 .title {
    background: #9e4c9d;
}

.development-box .color03 .con {
    background: #fcedfc;
}

.development-box .color01, .development-box .color02, .development-box .color03 {
    margin-bottom: 15px;
}

.business-box {
    text-align: center;
}

.business-box table {
    width: 100%;
}

.business-box table td {
    font-size: 12px;
}

.business-box table img {
    margin-bottom: 15px;
    width: 60px;
}

.business-box .arrow img {
    margin-top: -15px;
    width: auto;
}

.white-box {
    background: #ffffff;
    border: 2px solid #e9e9e9;
    margin-bottom: 15px;
    padding: 15px 0;
}

.white-box .number {
    font-size: 60px;
    color: #1eb5ea;
}

.white-box .number span {
    font-size: 24px;
}

.nav-tabs-moshi {
    width: 400px;
    margin: 0px auto 20px;
}

.nav-tabs-moshi li {
    float: left;
    width: 50%;
    font-size: 16px;
}

.nav-tabs-moshi li a {
    color: #888888;
    font-size: 18px;
}

.nav-tabs-moshi li a:hover {
    color: #555555;
    background: none;
}

.nav-tabs-moshi li.active a {
    color: #1eb5ea;
    background: none;
    background: url(../images/arrow04.gif) no-repeat center bottom;
}

@media (min-width: 768px) {
    .development-box, .business-box, .forhotel-box, .caigou-box {
        margin: 60px 0 100px;
    }

    .development-box .color01, .development-box .color02, .development-box .color03 {
        margin-bottom: 0px;
    }

    .white-box {
        margin-bottom: 0px;
    }

    .business-box table img {
        width: auto;
    }

    .business-box table td {
        font-size: 16px;
    }
}

@media (max-width: 415px) {
    .caigou-box img {
        width: 100%;
    }

    .nav-tabs-moshi li a {
        font-size: 14px;
    }

    .nav-tabs-moshi {
        width: 100%;
    }

    .case-box {
        padding-top: 105px;
    }
}

/********************************************case*/
.case-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/index/bg-case.jpg);
}

.case-box {
    height: auto;
    padding-bottom: 60px;
}

.case-box .container {
    text-align: left !important;
    font-size: 16px;
}

.case-box h3 {
    font-size: 24px;
    margin: 20px 0 15px;
}

.case-box p {
    margin-bottom: 5px;
    font-size: 12px;
}

.case-box .tc img {
    width: 100%;
}

.case-box .p-pl {
    padding-left: 60px;
}

.tujia-image {
    margin: 30px auto 50px;
}

.tujia-image img {
    width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 1000px) {
    .case-box .p-pl {
        padding-left: 80px;
    }

    .case-box {
        padding: 0px;
        height: 600px;
    }

    .case-box .tc img {
        width: auto;
    }

    .case-box p {
        font-size: 16px;
    }

    .tujia-image {
        margin: 60px auto 100px;
    }
}

/********************************************join*/
.join-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/index/bg-join.jpg);
}

.join-box {
    height: 430px;
}

.work-image {
    margin: 30px 0 50px; /*background:url(../images/join02.jpg) no-repeat center top; height:487px; background-size:100%*/
}

.work-image img {
    width: 100%;
    max-width: 939px;
}

.team-box {
    margin: 30px 0 50px;
}

.job-box {
    margin: 30px 0 50px;
}

.job-box .panel-title a {
    display: block;
}

.job-box .panel-title span {
    display: inline-block;
    width: 20%;
}

.job-box .panel-title span b {
    font-size: 12px;
}

.job-box .panel-title span:first-child {
    width: 60%;
    text-align: left;
}

.job-box .panel-body {
    background: #fdfdfd;
    text-align: left;
    font-size: 14px;
}

.job-box .panel-default > .panel-heading {
    background: #ffffff;
}

.job-box .panel-group .panel + .panel {
    margin-top: 0px;
    border-top: 0px;
}

.job-box .panel-heading {
    padding: 0px;
}

.job-box .panel-heading a {
    padding: 10px 15px;
}

.avatar-box {
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #b3e7ff;
    margin-bottom: 15px;
}

.avatar-box img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .work-image, .job-box, .team-box {
        margin: 60px 0 100px;
    }
}

.job-box .panel-title span {
    width: 25% !important;
}

.job-box .panel-title span b {
    font-size: 16px;
}

}

@media (min-width: 1000px) {
    .work-image {
        margin: 60px 0 100px;
    }

    /********************************************replace*/
    .btn-primary {
        color: #fff;
        background-color: #03a9f4;
        border-color: #03a9f4
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #03a9f4;
        border-color: #03a9f4
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0ab1fc;
        border-color: #0ab1fc
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #0ab1fc;
        border-color: #0ab1fc
    }

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #0ab1fc;
        border-color: #0ab1fc
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: #ffffff;
        color: #03a9f4;
    }