﻿#featured-slider .featured-slide{
    transform: perspective(600px) rotateY(45deg);
    -webkit-transform: perspective(600px) rotateY(45deg);
    border-radius: 20px;
    box-shadow: -4px 2px 12px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    opacity: 1;
}
#featured-slider .featured-slide-1{
    position: absolute;
    z-index: 99;
    left: 120px;
}
.copybg{color:#fff;margin-left:40px;}

.featured-slider{
    padding-bottom: 80px;
    padding-top: 200px;
    position: relative;
    width: 1200px;
    margin:0 auto;
}
.copybg h3{margin-top:30px;font-size:24px;}
.copybg ul{margin-top:20px;margin-left:0px;margin-bottom:30px;}
.copybg li {
    font-size: 13pt;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding-left: 10px;
    position: relative;
    float:left;width:50%;
}

.navbar-eden{
    z-index: 999999;
}
.navbar-brand img{
    height: 30px;
}
.navbar-eden .navbar-nav > li.active > a{
    color: #1BCEAD;
}
button.navbar-toggle{
    line-height: 33px;
    padding: 0;
    margin: 0;
}


#featured-slider-container {
    padding-top: 100px;
    background: linear-gradient(125deg, #1e755f, #145fa0, #b32486, #cd951a);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
@-webkit-keyframes AnimationName {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}
@keyframes AnimationName {
    0%{background-position:97% 0%}
    50%{background-position:4% 100%}
    100%{background-position:97% 0%}
}

#featured-slider .item{
    padding: 90px 0 200px 0;
}

#featured-slider .featured-slide-1{
    position: absolute;
    z-index: 99;
    left: 120px;
}
#featured-slider .featured-slide{
    transform: perspective(600px) rotateY(45deg);
    -webkit-transform: perspective(600px) rotateY(45deg);
    border-radius: 20px;
    box-shadow: -4px 2px 12px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    opacity: 1;
}

#featured-slider .carousel-caption *{
    color:  #ffffff;
}
#featured-slider .slide-cat{
    font-family: Montserrat, serif;
}
#featured-slider .carousel-caption{
    left: 40%;
    top: 18%;
    right: 0;
    text-align: left;
}
#featured-slider .carousel-caption span.lead{
    border: 2px solid rgba(255,255,255,0.8);
    padding: 5px 10px;
    font-weight: 800;
    font-size: 10pt;
    text-transform: uppercase;
    display: inline-block;
}
#featured-slider .carousel-caption h2{
    font-size: 18pt;
}

#featured-slider .slide-excerpt ul{
    margin-left: 0;
    padding-left: 0;
}
#featured-slider .slide-excerpt{
    margin-bottom: 20px;
}
#featured-slider .slide-excerpt li{
    font-size: 13pt;
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin: 0;
}
#featured-slider .slide-excerpt li:before{
    content: "\e64d";
    font-family: linecons;
    position: absolute;
    left: 0;

}

#featured-slider .carousel-indicators{
    right: 0;
    width: auto !important;
    left: auto !important;
    margin: 0;
    position: absolute;
    bottom: 100px;
}

#featured-slider .carousel-indicators li{
    height: 60px;
    width: 60px;
    text-indent:0;
    border: 0;
    border-radius: 50%;
    margin-left: 5px;
}

#featured-slider .carousel-indicators li img{
    border-radius: 50%;
    opacity: 0.8;
}
#featured-slider .carousel-indicators li.active img{
    border: 2px solid #ffffff;
    opacity: 1;
}

@media (max-width: 786px) {
    .navbar-eden{
        border-radius: 4px;
    }
    #featured-slider .item{
        padding-top: 20px;
    }
    #featured-slider .featured-slide{
        transform: none;
        -webkit-transform: none;
        border-radius: 4px;
        box-shadow: -4px 2px 12px rgba(0, 0, 0, 0.3);
        margin-left: 0px;
        opacity: 1;
        width: 100%;
    }
    #featured-slider .featured-slide-1{
        display: none;
    }

    #featured-slider .carousel-caption{
        left: 20px;
        right: 20px;
        bottom: auto;
        background: rgba(0, 0, 0, 0.4);
        padding: 20px;
        height: auto;
        border-radius: 4px;
    }
    #featured-slider .carousel-caption .slide-title{
        font-size: 13pt;
    }
    #featured-slider .slide-excerpt{
        display: none;
    }
    #featured-content-area .col-md-3:nth-child(n+2) .panel-featured-content{
        margin-top: 0;
    }
    .pricing-table-block .btn{
        margin-bottom: 10px;
    }
    #curious .contact-form{
        margin-bottom: 20px;
    }
}

.panel-featured-content {
    margin-top: -80px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background: #F3F7F8;
}
.panel-featured-content .panel-heading,
.panel-featured-content .panel-footer{
    border-radius: 0;
}
.panel-featured-content .panel-heading{
    font-weight: 900;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-size: 12pt;
    border: 0;
    color: #fff;
    line-height: 30px;
}
.panel-featured-content .panel-body{
    padding: 20px 30px;
}

.panel-featured-content .diamond.filled {
    margin: 40px auto 50px !important;
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.panel-featured-content .diamond.filled i.lineicon{
    font-size: 14pt;
}

.panel.panel-card.row2{
    margin-bottom: 0;
}
.bg-primary{
    background: #2C3E50;
}
.bg-success{
    background: #18BC9C;
}

.header-boxed{
    /*border: 2px solid #18BC9C;*/
    display: inline-block;
    margin: 70px auto 20px auto;
    font-size: 18pt;
    background: linear-gradient(125deg, #34cda5, #1a7ed4, #b32486, #cd951a);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}
.header-boxed span{
    display: block;
    background: #ffffff;
    padding: 10px 30px;
    margin: 1px;
}

.ico-lg{
    font-size: 24pt;
}

.highlight-boxes .featured-content-box{
    border: 0;
    padding: 50px;
}
.highlight-boxes{
    margin-right: 1px;
}
.highlight-boxes .col-md-4{
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}

.highlight-boxes .col-md-4:hover{
    border: 1px solid #18BC9C;
    z-index: 9999;
}

.highlight-boxes .featured-content-box h3{
    margin-bottom: 30px;
    position: relative;
}

.highlight-boxes .featured-content-box h3:after{
    content: "";
    position: absolute;
    width: 40px;
    border-bottom: 1px solid #aaaaaa;
    left: 50%;
    margin-left: -20px;
    margin-top: 35px;
}

.highlight-boxes .featured-content-box .btn{
    margin-top: 20px;
}

section .section-intro{
    margin-bottom: 10px;
    position: relative;
}

section .section-intro:after{
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-left: -40px;
    margin-bottom: 40px;
}

.speach
{
    position: relative;
    padding: 0px;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #eee solid 1px;
    padding: 20px;
    margin-bottom: 70px;
}

.speach:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 7%;
}

.speach:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #f6f6f6 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -11px;
    bottom: -12px;
    left: 7%;
}
.speach .person.media img{
    max-width: 50px;
}
.speach .person.media{
    position: absolute;
    bottom: -65px;
    left: 0px;
}

.pricing-table-block{
    border: 1px solid #F3F7F8;
    padding: 20px;
    margin-top: -1px;
    margin-right: -1px;
}

.pricing-table-block .tb-left{
    padding-top: 5px;padding-left: 0;padding-right: 20px;
}
.pricing-table-block .tb-right{
    margin: 0;
    padding: 0;
}
.pricing-table-block .tb-right .list-group{
    margin: 0;
    border-radius: 0;
}
.pricing-table-block .tb-right .list-group li{
    border-radius: 0;
    border-color: #ffffff;
    background: #F7F9F9;
}
.pricing-table-block .tb-right .list-group li i{
    margin-right: 10px;
    color: #3498DB;
}
.pricing-table-block p{
    color: #ccc;
}
p.pac-info{
    color: #444444;
    margin-bottom: 10px;
}
.pricing-table-block .tn-star.on{
    color: #18BC9C;
}
.curious .featured-content-box{
    border-radius: 0;
    padding: 10px;
}

.contact-form form{
    padding: 38px;background: rgba(255,255,255,0.89);
}
.contact-form *{
    border-radius: 0;
}

.btn-social.btn-sm i{
    line-height: 19px;
}

.featured-content-box i{font-size:30px;}
.out-team{}
.copybg h1{text-shadow:-5px 5px 0 rgba(0, 0, 0, 0.1);}
.copybg h1 i{margin-right:20px;}

.bg_sb_banner{background:#2ea673;1height:520px;margin-top:110px;}
.bg_sb_banner_2{
    background: #f2f2f1 url("../images/banner-sb2.jpg") no-repeat scroll left top;
    height: 438px;
    overflow: hidden;
    width: 100%;
}
.home-main_title {
    color: #fff;
    font-size: 62px;
    padding-top:100px;
    position: relative;
    text-align: center;
    text-shadow: -4px -1px 3px #1f8054;
    z-index: 1;
}

.u-icon-2 {
    background-image: url("../images/icon-2.jpg");
    height: 118px;
    width: 370px;
}
.u-icon {
    background-repeat: no-repeat;
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    vertical-align: middle;
}
.home-main_title span {
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.home-main_title i {
    bottom: 5px;
    position: absolute;
    right: 30%;
    z-index: 1;    
}
 .home-main_title-2 {
    margin: 35px auto 0;
    position: relative;
    width: 550px;
    z-index: 1;
}
.home-main_title-3 img {
    bottom: 0;
    left: -16px;
    position: absolute;
}
.home-main_title-3 {
    height: 180px;
    position: relative;
    z-index: 1;
}

.u-icon-5 {
    background-image: url("../images/icon-5.jpg");
    height: 441px;
    width: 392px;
}

.u-icon-6 {
    background-image: url("../images/icon-6.jpg");
    height: 130px;
    width: 130px;
}
 .home-main_title-2 form {
    background: #60c29a none repeat scroll 0 0;
    border: 1px solid #6fd2aa;
   	padding-bottom:50px;
    padding-left: 104px;
    padding-top: 40px;
    position: relative;
    z-index: 10;
}
.ul-input-text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 48px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 348px;
    z-index: 1;
}
.home-main_title-2 .u-icon-5 {
    position: absolute;
    right: -130px;
    top: -42px;
}
.home-main_title-2 .u-icon-6 {
    bottom: 10px;
    position: absolute;
    right: -160px;
}
.u-buttom {
    background: #fb5d18 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: block;
    height: 54px;
    width: 348px;
}
.ul-input-text input {
    border: 0 none;
    color: #7e7e7e;
    font-size: 14px;
    height: 100%;
    left: 0;
    outline: medium none;
    padding-left: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.u-icon-24 {
    background-image: url("../images/step-2.png");
    height: 16px;
    width: 16px;
}
.u-icon-7 {
    background-image: url("../images/icon-7.jpg");
    height: 21px;
    width: 16px;
}
.ul-input-text i {
    float: left;
    margin-left: 22px;
    margin-right: 11px;
    margin-top: 14px;
    position: relative;
    z-index: 2;
}
.u-buttom span {
    display: block;
    font-family: "微软雅黑";
    font-size: 20px;
    text-align: center;
}

.wuxing {
    background: #fff url("../images/ico2.png") no-repeat scroll -7px -216px;
    bottom: -6px;
    display: block;
    height: 12px;
    left: 50%;
    margin-left: -10px;
    overflow: hidden;
    position: absolute;
    width: 20px;
}
.zc-head {
    border-bottom: 1px solid #7b7b7b;
    color: #00445a;
    font-size: 45px;
    font-weight: bold;
    margin: 0 auto 50px;
    padding: 10px 0;
    position: relative;
    width: 360px;
    text-align:center;
}
.fu-list {
    float: left;
    margin: 0 40px 60px;
    width: 40%;
}
.fu-content i {
    background: url("../images/ico2.png") no-repeat scroll 0 0;
    display: block;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    width: 36px;
}

.fu-list i.chuangjian {
    background-position: 0 0;
}

.fu-list i.baohu {
    background-position: 0 -36px;
}

.fu-list i.zizhi {
    background-position: 0 -108px;
}

.fu-list i.zichan {
    background-position: 0 -144px;
}

.fu-content i.add {
    background-position: 0 -180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}

.fu-content {
    height: 408px;
    position: relative;
    width: 100%;
    text-align:center;
}
.fu-list h6 {
    color: #525252;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 42px;
}
.fu-list p {
    color: #838383;
    font-size: 15px;
    line-height: 30px;
}

.bg_fang{
    background: url("../images/banner-zc3.png") no-repeat scroll 54px bottom;
    height: 454px;
    margin: 0 auto;
    width: 1150px;
}
.home-main_title-3 i {
    background: url("../images/renwu.png") no-repeat scroll 0 0;
    height: 299px;
    left: 122px;
    position: absolute;
    top: -140px;
    width: 202px;
    z-index: 2;
}

.fv-rtcon {
    float: right;
    height: 310px;
    margin-top: 120px;
    overflow: hidden;
    width: 580px;
}
.fvico {
    background-color: #11637d;
}
.thread {
    background-color: #67cfff;
    float: left;
    height: 36px;
    overflow: hidden;
    width: 8px;
}

.fv-content h3 {
    margin-bottom: 40px;
}

.th-content h3, .fv-content h3 {
    color: #00445a;
    font-size: 35px;
    height: 46px;
    line-height: 32px;
}

.fv-content {
    float: right;
    overflow: hidden;
    width: 560px;
}
.fv-step span {
    background-color: #67cfff;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
    width: 72px;
}
.fv-step {
    margin-bottom: 26px;
    width: 100%;
}
.line {
    border-bottom: 1px solid #ccc;
    height: 0;
}
.fv-step p {
    color: #787878;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 8px;
}

.bg_sb_banner_3{background:#eee;}


.sx-content a, .sx-content span {
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    letter-spacing: 2px;
    line-height: 55px;
    margin-right: 14px;
    overflow: hidden;
    text-align: center;
    text-indent: -14px;
    width: 214px;
}

.sx-content span {
    color: #636363;
    font-weight: normal;
    margin-left: 21px;
    width: 210px;
}
.sx-content {
    background: url("../images/banner-sbzc5.jpg") no-repeat scroll 0 0;
    height: 460px;
    margin-top: 64px;
    overflow: hidden;
    width: 1224px;
}
.sx-main p {
    color: #939393;
    font-size: 16px;
    line-height: 34px;
    margin-top: -38px;
    text-align: center;
}


.sx-content span.changtop {
    margin: 212px 58px 80px 0;
}
.sx-content span.cgleft {
    margin-left: 152px;
}
.sx-content span.changleft {
    margin-left: 112px;
}

.sx-main {
    height: 682px;
    margin: 70px auto;
    overflow: hidden;
    width: 1184px;
}
.tenth-conlist p {
    line-height: 40px;
}
.tenth-conlist {
    color: #787878;
    font-size: 16px;
    margin-bottom: 50px;
    width: 100%;
}

.tenth-conlist h6 {
    height: 32px;
    font-size:22px;
}


.zhuzuo li:hover a,
.min-icon li:hover a,
.highlight-boxes li:hover a {
    background-color: #FF6600;
    color: #fff;
    border: none;
}

.highlight-boxes li,
.highlight-boxes p {
    float: left;
    width: 228px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.highlight-boxes p {
    border-right: 2px solid #fff;
    margin-top: 40px;
}

.highlight-boxes p:nth-child(odd) {
    background-color: #238fb2;
}

.highlight-boxes p:nth-child(even) {
    background-color: #32cece;
}

.highlight-boxes .p p:first-child {
    border-radius: 10px 0px 0px 0px;
}

.highlight-boxes .p p:last-child {
    border-radius: 0px 10px 0px 0px;
    border: none;
}

.highlight-boxes li {
    margin: 10px 0px;
    border-right: 2px solid #ddd;
    height: 182px;
    width: 227px;
}

.highlight-boxes ul li:last-child {
    border: none;
}

.highlight-boxes li h2 {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 30px;
}
.highlight-boxes  ul {
    width: 100%;
    height: 200px;
    border: 2px solid #ddd;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.highlight-boxes a,
.min-icon a,
.highlight-boxes a {
    width: 140px;
    height: 35px;
    border-radius: 25px;
    border: 1px solid #D0D0D0;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-left:50px;
}

.main55 {width:1000px;  background-color:#f6f6f6; overflow:hidden; margin:0 auto}
.main55 h6 {width:500px; padding:10px; background-color:#f6f6f6; font-size:30px; color:#555555; text-align:center; line-height:44px; font-weight: bold; margin:10px auto 0px;}

.section05 {height: 450px;background: #F6F6F6; padding-top:30px}
.section05 .content {width: 1000px;margin: 0 auto;padding-top: 18px;position: relative; }
.section05 .content .d_step {z-index: 2;position: relative; }
.section05 .content .d_step li {float: left;width: 122px;height: 122px;margin: 0 6px;text-align: center;font-size: 18px;line-height: 30px;background: url(../images/strp_li_bg.png) no-repeat center right;cursor: pointer;z-index: 2; }
.section05 .content .d_step li.li_f {margin-left: 35px; }
.section05 .content .d_step li .d_step_rate {position: relative;z-index: 2;cursor: pointer; }
.section05 .content .d_step li .d_step_rate .d_step_num {color: #fff;width: 100%;position: absolute;top: 16px;display: none;cursor: pointer;left: 50%;margin-left: -61px; }
.section05 .content .d_step li .d_step_rate .d_step_name {position: absolute;top: 32px;width: 100%;color: #fff;font-size: 20px;cursor: pointer;left: 50%;margin-left: -61px; }
.section05 .content .d_step li .d_step_detail {position: absolute;top: 160px;left: 0;width: 1000px;display: none; }
.section05 .content .d_step li .d_step_detail .step_detail_head {color: #333;text-align: left;padding-left: 24px;padding-bottom: 12px;border-bottom: 1px dashed #c9c9c9; }
.section05 .content .d_step li .d_step_detail .step_detail_content {padding: 24px 48px 0 24px;height: 72px; }
.section05 .content .d_step li .d_step_detail .step_detail_content p {text-align: left;font-size: 18px;line-height: 24px;color: #333; }
.section05 .content .d_step li .d_step_detail .step_detail_content .s_blue {color: #86161a; }
.section05 .content .d_step li.on {background: url(../images/strp_li_bg.png) no-repeat center left; }
.section05 .content .d_step li.on .d_step_rate .d_step_num {display: block; }
.section05 .content .d_step li.on .d_step_rate .d_step_name {position: absolute;top: 30px;color: #fff; }
.section05 .content .d_step li.on .d_step_detail {display: block; }
.section05 .content .step_rate {position: absolute;top: 69.5px;z-index: 1;left: 15px;width: 14px;height: 21px; }
.section05 .content .step_rate_line {height: 9px;width: 100%;background: url(../images/step_main_bg.png) no-repeat center center;position: absolute;top: 75.5px;z-index: 0; }

.main5{margin:60px 0px;}
.main5 h6 {width:240px; padding:10px; font-size:30px; color:#555555; text-align:center; line-height:44px; font-weight: bold; margin:0 auto 10px;}
.main5 h6 span {font-size:14px; font-family:Arial; color:#666666; font-weight:normal; background-color:#fff; padding:0px 20px; text-transform:uppercase}
.Clientbox {	position:relative;}
.Clientlist {	width:1100px;	margin:0px auto;	overflow:hidden;	position:relative;}
.Clientlist ul {	width:9999px;	position:relative;}
.Clientlist ul li {	float:left;	width:1160px;	overflow:hidden;}
.Clientlist ul li dl {	width:1160px;	margin:auto;}
.Clientlist ul li dl dd {	float:left;	width:185px;	height:263px;	display:inline;	margin:0px 18px 20px;}
.Clientlist ul li dl dd span {	float:left;	width:185px; text-align:center; padding-top:5px}
.Clientlist ul li dl dd img {	display:block;	width:185px;	height:253px;}
