/* 首页banner */
.main-banner {
    background-color: #3498db;
}

.main-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 300px;
}

.main-banner .text {
    color: #fff !important;
}

.main-banner .text h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

.main-banner .text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.main-banner .text .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 53px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #fff;
}

.main-banner .text .btn-more:hover {
    color: #3498db;
    background-color: #fff;
}

.main-banner img {
    max-width: 100%;
    vertical-align: top;
}

.main-banner a {
    color: inherit;
    text-decoration: none;
}
/*banner结束*/

/* 服务开始 */
.services-item {
    margin: 30px 0;
    text-align: center;
}

.services-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.services-item p {
    padding: 0 10px;
}

.services-pic {
    max-width: 120px;
    border-radius: 50%;
}
/*服务结束/

/* 数据展示 */

.data-presentation-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.data-presentation-box {
    float: left;
    width: 25%;
    padding-top: 15px;
}

.data-presentation-title {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    font-style: italic;
}

.data-presentation-title span {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
}

.data-presentation-box span {
    font-size: 24px;
    line-height: 36px;
    color: #3498db;
}
/*数据展示结束*/

/*覆盖行业*/
.icon-pic {
    max-height: 72px;
}
/*覆盖行业结束*/

/* 精彩案例 */
.popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.popup-gallery {
    display: inline-block;
    position: relative;
}

.first-gallery {
    margin-bottom: 15px;
}

.popup-gallery img {
    position: relative;
    z-index: 10;
    width: 320px;
    height: 300px;
    object-fit: cover;
}

.popup-gallery:hover img {
    opacity: 0.25;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
    background-color: #000;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 2;
    height: 100% !important;
    top: 0%;
    margin-top: 0px;
    left: 0%;
    right: 0%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper2 i {
    margin-top: 46%;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
    position: absolute;
    display: inline-block;
    font-size: 38px;
    z-index: 3;
    top: 50% !important;
    margin-top: -19px !important;
    left: 0%;
    right: 0%;
}

.popup-gallery a:hover span {
    opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.showcase-sorting {
    margin-bottom: 50px;
}

.showcase-sorting li a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #7c8595;
}

.showcase-sorting li a:hover,
.showcase-sorting li a.active {
    color: #3498db;
}


.showcase-item,
.gallery-item {
    display: inline-block;
}

.gallery-item img {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.showcase-box,
.showcase-box-grey {
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 1px 20px 12px 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.showcase-box-grey {
    margin-bottom: 30px;
    background-color: #f6f7f8;
    border-bottom: 2px solid #e0e0e0;
}

.showcase-box h3,
.showcase-box-grey h3 {
    margin: 10px 0 1px 0 !important;
    line-height: 20px;
}

.showcase-box h3 a,
.showcase-box-grey h3 a {
    color: #454545;
    font-size: 18px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.showcase-item h3 a:hover {
    color: #3498db;
}

.showcase-box p.showcase-info {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px;
}

.showcase-item img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.carousel.carousel1 .carousel-indicators {
    position: inherit;
    right: 0px;
}

.carousel.carousel1 .item .lead {
    font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
    background-color: #e0e0e0;
    width: 16px;
    height: 16px;
}

.carousel.carousel1 .carousel-indicators li.active {
    background-color: #3498db;
}

.carousel.carousel3 .carousel-indicators {
    position: inherit;
    right: 0px;
}

.carousel.carousel3 .item .lead {
    font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
    background-color: #f9f9f9;
    width: 16px;
    height: 16px;
}

.carousel.carousel3 .carousel-indicators li.active {
    background-color: #3498db;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    right: 16px;
    top: 16px;
    width: auto;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.carousel-indicators li {
    vertical-align: top;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 0 0 6px;
    background-color: #2c3e50;
    background-color: rgba(44, 62, 80, 0.5);
}

.carousel-indicators li.active {
    background-color: #fff;
    width: 8px;
    height: 8px;
    margin: 0 0 0 6px;
}
/*精彩案例结束*/

/*问题列表*/
.panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.panel .panel-heading {
    background: none;
}

.panel-icon {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: #656565;
}

.panel-group .panel {
    margin-bottom: 0;
}

.panel-body {
    padding: 20px 10px 10px 10px;
}

.panel-heading {
    padding: 8px 10px 16px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-default>.panel-heading {
    color: #959595;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 3px solid #3498db;
    border-bottom: 1px solid #e7e7e7;
}
/*问题列表结束*/

/*客户评价*/
.customer-reviews-item {
    position: relative;
    z-index: 100;
    margin: 30px 0;
    padding-bottom: 0;
    width: 100%;
}

.customer-reviews-box {
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    position: relative;
    z-index: 100;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.customer-reviews-box .customer-reviews-arrow {
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 12px;
    height: 12px;
    left: 60px;
    bottom: -6px;
    position: absolute;
    z-index: 50;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: none\9;
    /* IE9 and below */
}

.customer-reviews-box p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

img.autor_pic {
    float: left;
    margin: 15px 15px 0 25px;
    padding: 4px 4px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 44px 44px;
    -moz-border-radius: 44px 44px;
    border-radius: 44px 44px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

p.autor {
    display: block;
    margin-top: 36px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

p.autor span {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.customer-reviews-item2 {
    position: relative;
    z-index: 100;
    margin: 10px 0 60px 0;
    padding-bottom: 0;
    width: 100%;
}

.customer-reviews-box2 {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    position: relative;
    z-index: 100;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.customer-reviews-box2 .customer-reviews-arrow {
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    display: block;
    width: 12px;
    height: 12px;
    left: 60px;
    bottom: -6px;
    position: absolute;
    z-index: 50;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: none\9;
}

.customer-reviews-box2 p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
/*客户评价结束*/

/*团队介绍*/
.team-item,
.team-item-white {
    text-align: center;
    margin: 20px 0;
    padding: 1px 30px 15px 30px;
}

.team-item h3,
.team-item-white h3 {
    margin: 20px 0 1px 0 !important;
    color: #ddd;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.team-item-white h3 {
    color: #454545;
}

.team-item p {
    color: #ccc;
}

.team-info {
    display: block;
    margin-bottom: 0;
}

.team-info p {
    color: #ccc;
    font-style: italic;
}

.team-info-white p {
    font-style: italic;
}

.team-info::after,
.team-info-white::after {
    background-color: #3498db;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 50px;
    height: 3px;
    margin-top: -20px;
}

.team-img {
    max-width: 125px;
    padding: 6px 6px;
    background-color: #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

ul.team-icon {
    margin-top: 15px;
}

ul.team-icon li {
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.team-icon li a {
    margin: 0;
    display: inline-block;
    padding: 8px 8px;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 18px;
    background-color: #fff;
    border-radius: 50%;
    color: #fff;
}

ul.team-icon li a.twitter {
    background-color: #4099ff;
}

ul.team-icon li a.pinterest {
    background-color: #C92228;
}

ul.team-icon li a.facebook {
    background-color: #3b5998;
}

ul.team-icon li a.dribble {
    background-color: #ea4c89;
}

.team-icon li a:hover {
    color: #dedede;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/*团队介绍结束*/

/*合作流程*/
.process-wrapper {
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.process-wrapper .process-inner .process {
    display: inline-block;
    text-align: center;
}

.process-wrapper .process-inner .process p.process-title {
    font-size: 18px;
    font-weight: 700;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

.process-wrapper .process-inner .process .process-circle {
    padding: 15px;
    border-radius: 100%;
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border: 2px dashed #cecece;
    transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon {
    width: 165px;
    height: 165px;
    line-height: 175px;
    border-radius: 50%;
    background: #f4f6f7;
    margin: -10px;
    position: relative;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon .process-description {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 50px;
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process .process-circle .process-circle-icon img {
    margin-top: -10px;
    display: inline-block;
    border-radius: 50%;
    transition: all 300ms ease-in-out 0s;
}

.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon img {
    opacity: 0.07;
}

.process-wrapper .process-inner .process:hover .process-circle .process-circle-icon .process-description {
    opacity: 1;
}
/*合作流程结束*/

/*移动端适配*/
@media (max-width: 768px) {

    .main-banner .text p {
        font-size: 15px !important;
    }

    .main-banner .text h1 {
        font-size: 24px !important;
    }

    .nav-title,
    .nav-subtitle {
        display: none;
    }

    .nav>li {
        text-align: left;
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 28px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-nav>li>.dropdown-menu {
        margin-bottom: 12px;
    }

    .navbar-default .navbar-nav>li>a.contact {
        font-family: 'Roboto', sans-serif;
        position: relative;
        color: #3498db;
        background-color: transparent;
        border: none;
        margin-left: 15px;
        margin-right: 0 !important;
        margin-top: 0;
        padding: 0;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500 !important;
        text-transform: none;
        webkit-border-radius: 5px 5px;
        -moz-border-radius: 5px 5px;
        border-radius: 5px 5px;
    }

    .navbar-default .navbar-nav>li>a.contact:hover {
        color: #ffffff !important;
        background-color: #3498db !important;
        border: none;
    }

    #navbar-collapse-02 .current a.contact {
        color: #3498db !important;
        background-color: transparent !important;
        border: none;
    }

    .customer-reviews-info {
        border-right: none;
        padding: 0;
        width: 100%;
    }

    p.customer-reviews-text {
        padding: 10px 0 0 0;
        font-size: 18px;
        line-height: 28px;
    }

    .process-wrapper .process-inner {
        background: none;
    }

}

@media handheld,
only screen and (max-width: 800px) {

    .data-presentation-box {
        width: 50%;
    }

    .team-item {
        margin-bottom: 30px;
    }

    .wrapper-inner {
        max-width: none;
        padding: 40px 0 80px 35px;
    }

    .partners-item {
        padding: 10px 0;
        border-right: none;
        border-bottom: none;
    }

    .col-md-4.small-padding-right,
    .col-md-6.small-padding-right {
        padding-right: 15px !important;
    }

}

@media (max-width: 768px) {

    .hidden-nav-item {
        display: block !important;
    }
}