.main-section {
    padding: 0;
}

.main-section .service-title {
    text-align: center;
    font-size: 36px;
    color: #333333;
    margin-top: 40px;
    font-weight: 500;
}

.main-section .text {
    width: 1000px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.main-section .product-box {
    margin-top: 45px;
    padding-bottom: 25px;
}

.main-section .product-box .product-lists {
    margin-left: -70px;
}

.product-lists .item {
    float: left;
    width: 355px;
    height: 460px;
    margin: 0 0 35px 68px;
    background-color: #2c3134;
    position: relative;
    text-align: center;
    transition: all .3s;
}

.product-lists .item:hover {
    box-shadow: 1px 4px 4px rgba(0, 0, 0, .2);
    transform: translateY(-8px);
}

.product-lists .item .tag {
    height: 10px;
}

.product-lists .item .team-logo {
    margin: 12px auto 0px;
}

.product-lists .item .color1 {
    background-color: #129243;
}

.product-lists .item .color2 {
    background-color: #efb21e;
}

.product-lists .item .color3 {
    background-color: #0c71b7;
}

.product-lists .item .item-title {
    font-size: 25px;
    color: #ffffff;
    max-width: 340px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

.product-lists .item .des {
    font-size: 16px;
    margin-top: 2px;
    color: #ffffff;
}

.product-lists .item .des img {
    margin-top: 10px;
}

.product-lists .item .des-box {
    width: 260px;
    margin: 15px auto 0;
    min-height: 200px;
    padding: 30px 0;
    border-top: 1px solid #878b8d;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
}

.product-lists .item .learn-more {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    background-color: #0c71b7;
    position: relative;
    transition: all .3s ease-in;
}

.product-lists .item .learn-more:hover {
    color: #ffffff;
    background-color: #0097ff;
}


/* service providers detail*/
.provider-banner {
    height: 530px;
    min-width: 1200px;
    background: url("../images/layout/ring1.png") no-repeat right center #000000;
}

.provider-banner .banner-box {
    width: 1200px;
    margin: 0 auto;
}

.provider-banner .banner-box .banner-left {
    float: left;
    width: 670px;
    overflow: hidden;
    margin-top: 70px;
    padding-left: 45px;
}

.provider-banner .banner-box .banner-left .provider-name {
    font-size: 46px;
    color: #f9b819;
    margin-top: 40px;
}

.provider-banner .banner-box .banner-left .provider-title {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    height: 70px;
    overflow: hidden;
}

.provider-banner .banner-box .banner-left .provider-text {
    width: 550px;
    font-size: 16px;
    color: #afafaf;
    line-height: 22px;
    height: 115px;
    overflow: hidden;
}

.provider-banner .banner-box .banner-left .consult-btn {
    display: inline-block;
    padding: 0 25px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all .3s;
}

.provider-banner .banner-box .banner-left .consult-btn:hover {
    border: 1px solid #0c71b7;
    background: #0c71b7;
    color: #ffffff;
}

.provider-banner .banner-box .banner-right {
    height: 530px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.provider-banner .banner-box .banner-right img {
    max-width: 530px;
}

.main-section .vision-box {
    border-top: 10px solid #efb21e;
    background: url("../images/layout/vision-bg.png") no-repeat left 38px #1e2020;
    padding-bottom: 40px;
    min-width: 1200px;
}

.vision-content {
    width: 1200px;
    margin: 0 auto;
}

.vision-content .vision-title {
    font-size: 30px;
    color: #ffffff;
    margin-top: 35px;
    font-weight: 500;
}

.vision-content .vision-title img {
    margin-left: 20px;
}

.vision-text-box .text-box-left {
    width: 800px;
    text-align: left;
    float: left;
}

.vision-text-box .text-box-left h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 35px;
}

.vision-text-box .text-box-left .list-text {
    font-size: 16px;
    color: #afafaf;
    line-height: 22px;
    margin-top: 20px;
    max-width: 750px;
}

.vision-text-box .text-box-right {
    width: 400px;
    height: auto;
    text-align: center;
    float: left;
    overflow: hidden;
}

.vision-text-box .text-box-right img {
    max-width: 98%;
    margin: 40px auto 0;
}

.vision-content .get-box {
    margin-top: 30px;
}

.vision-content .get-box li {
    float: left;
    margin-left: 33px;
    border-top: 4px solid #2a74ff;
    width: 378px;
    height: 140px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s ease-in;
    cursor: pointer;
}

.vision-content .get-box li:hover {
    transform: skew(6deg);
}

.vision-content .get-box li:first-child {
    margin-left: 0;
}

.vision-content .get-box li .name {
    font-size: 18px;
    color: #333333;
}

.vision-content .get-box li .content {
    font-size: 14px;
    height: 48px;
    color: #999999;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.services-box {
    background: url("../images/layout/services-bg.png") no-repeat right top #000000;
    min-height: 600px;
    min-width: 1200px;
}

.services-box .service-center {
    width: 1200px;
    margin: 0 auto;
}

.services-box .services-left {
    width: 240px;
    height: auto;
    padding-top: 100px;
    overflow: hidden;
    float: left;
}

.services-left img {
    max-width: 98%;
}

.services-box .services-right {
    float: left;
    margin-left: 40px;
    width: 900px;
}

.services-box .services-right .title {
    font-size: 30px;
    color: #ffffff;
    margin-top: 30px;
    font-weight: 500;
}

.services-box .services-right .tips {
    font-size: 16px;
    color: #afafaf;
    margin-top: 35px;
    line-height: 22px;
}

.services-box .services-right .tips span {
    color: #ffffff;
}

.services-box .services-right .rules-box {
    margin-top: 40px;
    margin-left: -58px;
}

.services-box .services-right .rules-box .item {
    width: 420px;
    float: left;
    margin: 0 0 40px 58px;
}

.services-right .rules-box .item .name {
    font-size: 20px;
    border-bottom: 2px solid #129243;
    display: inline-block;
    color: #ffffff;
    padding-bottom: 8px;
}

.services-right .rules-box .item .des {
    font-size: 16px;
    color: #afafaf;
    height: 110px;
    margin-top: 15px;
    line-height: 22px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
}

.example-project {
    background-color: #1e2020;
    min-height: 300px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 1200px;
}

.example-project .example-name {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
}

.example-project .example-attr {
    margin-top: 20px;
    color: #afafaf;
    max-width: 1000px;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
}

.example-project .example-des {
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #afafaf;
    line-height: 22px;
    text-align: center;

}

.example-project .example-img {
    margin-top: 30px;
}

.example-project .example-line {
    margin-top: 50px;
    position: relative;
}

.example-project .example-line .lines {
    display: inline-block;
    float: left;
    width: 25%;
    height: 4px;
    background-color: #0c71b7;
}

.example-project .example-line .lines:first-child + .lines {
    background-color: #d82d40;
}

.example-project .example-line .lines:first-child + .lines + .lines {
    background-color: #efb21e;
}

.example-project .example-line .lines:last-child {
    background-color: #129243;
}

.example-project .the-clues {
    margin-top: 48px;
    font-size: 24px;
    color: #ffffff;
}

.example-project .them-link-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 40px;
    padding: 0 20px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #0c71b7;
    position: relative;
    transition: all .3s ease-in;
}

.example-project .them-link-btn:hover {
    color: #ffffff;
    background-color: #0097ff;
}

.info_img {
    padding: 0;
    margin: 30px auto 0;
}