* {
    letter-spacing: 0.5px;
}

body.fixed {
    height: 100%;
    overflow: hidden;
}

.service--video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    margin: auto;
    display: none;
}

.modal--mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.modal--close {
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer;
}

.modal--close .iconfont {
    color: #fff;
    font-size: 40px;
}

.service--video {
    position: absolute;
    width: 800px;
    left: 50%;
    top: 50%;
    margin: -256px 0 0 -400px;
    background: #fff;
}

.modal--video-inner {
    width: 100%;
    height: 496px;
}

.modal--video-des {
    padding: 16px 24px;
}

.video--play {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 64px;
    height: 64px;
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
}

.video--play span {
    position: absolute;
    top: 0;
    left: 0;
}

.video--play .iconfont {
    font-size: 64px;
}

.play--circle1 .iconfont {
    color: #fff;
    opacity: 0.8;
    text-shadow: rgba(0, 0, 0, 0.36) 0 1px 4px;
}

.play--circle2 .iconfont {
    color: #000;
    opacity: 0.16;
}

.play--arrow .iconfont {
    color: #fff;
    opacity: 0.8;
}

.video--play:hover .iconfont {
    opacity: 1;
}

.video--play:hover .play--circle1 {
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 8px;
}

.video--play:hover .play--circle2 .iconfont {
    opacity: 0.24;
}

.contain {
    position: relative;
    width: 100%;
    min-width: 1180px;
    padding-bottom: 100px;
    text-align: center;
    overflow-x: hidden;
    background-color: #f6f6f6;
}

.contain--center {
    position: relative;
    width: 1180px;
    margin: auto;
    text-align: left;
    height: auto;
}

.news {
    position: relative;
    z-index: 1;
}

.news--title {
    font-size: 20px;
    color: #333333;
    margin: 0 0 25px 0;
    display: block;
    height: 25px;
}

.news--coll {
    position: absolute;
    right: 0;
    top: -15px;
    text-align: center;
    cursor: pointer;
}

.news--coll .iconfont {
    font-size: 23px;
    color: #999;
}

.add--one {
    position: absolute;
    top: 0;
    right: 3px;
    color: #fdd33b;
    font-size: 12px;
    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.news--coll.added .add--one {
    animation: addOneUp 0.5s ease;
    -webkit-animation: addOneUp 0.5s ease;
}

@keyframes addOneUp {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    20% {
        opacity: 1;
        transform: translate(0, -4px);
    }
    80% {
        opacity: 1;
        transform: translate(0, -16px);
    }
    100% {
        opacity: 0;
        transform: translate(0, -20px);
    }
}

@-webkit-keyframes addOneUp {
    0% {
        opacity: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    20% {
        opacity: 1;
        transform: translate(0, -4px);
        -webkit-transform: translate(0, -4px);
    }
    80% {
        opacity: 1;
        transform: translate(0, -16px);
        -webkit-transform: translate(0, -16px);
    }
    100% {
        opacity: 0;
        transform: translate(0, -20px);
        -webkit-transform: translate(0, -20px);
    }
}

.add {
    display: none;
    position: relative;
    margin-bottom: 2px;
    top: -2px;
}

.service--nav-icon .add {
    margin-left: 0;
    top: 0;
}

.hasCollect .add {
    display: inline;
}

.hasCollect .normal {
    display: none;
}

.add .iconfont {
    color: #fdd33b;
    font-size: 20px;
}

.news--coll-txt {
    font-size: 16px;
    color: #4d4b4b;
}

/*row-1 left*/
.cover {
    position: relative;
}

.img {
    display: block;
    height: 480px;
    width: 880px;
    background-repeat: no-repeat;
}

/*row-1 right*/
.consult {
    position: relative;
    width: 280px;
    height: 480px;
    background-color: #fff;
}

.consult--price-box {
    margin: 0 15px 20px 25px;
    padding-top: 30px;
}

.consult--price {
    font-size: 20px;
    color: #ff7385;
}

.consult--price-num {
    font-size: 28px;
}

.consult--price-old {
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
    margin-left: 15px;
}

.consult--line {
    width: 260px;
    height: 1px;
    background-color: #e3e3e3;
    margin: 0 auto;
}

.consult--info {

}

.consult--info-item {

}

.consult--info-title {
    font-size: 15px;
    color: #4d4b4b;
    margin: 15px 0 3px 25px;
}

.consult--info-content {
    font-size: 14px;
    color: #999999;
    width: 230px;
    margin-left: 25px;
}

.service--bi-cate {
    position: relative;
    top: -1px;
    margin: 10px 5px 0px 0;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #979797;
    font-size: 14px;
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
}

/*.service--bi-cate:hover {*/
    /*border: solid 1px #ff7385;*/
    /*color: #ff7385;*/
/*}*/

.service--bi-color {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 10px 5px 0 0;
    width: 70px;
    height: 28px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
}
.service--bi-color.black {
    color: #2f2f2f;
    border: 1px solid #c5c5c5;
}
.service--bi-color:last-of-type {
    margin-right: 0;
}
.service--bi-color-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.service--bi-color:before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}

/*.service--bi-color:hover:before {
    display: block;
}*/


.no--border {
    border: 0px solid #fff;
}


.consult--link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 280px;
    height: 48px;
    background-color: #ff7287;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

/*row-2 left*/
.row-2 {
    margin-top: 40px;
}

.service {
    background-color: #fff;
    padding-bottom: 90px;
}

.service--nav {
    padding-left: 30px;
    height: 48px;
    display: block;
    line-height: 50px;
    text-align: center;
    border-bottom: solid 1px #e3e3e3;
}

.service--nav-item {
    float: left;
    width: 75px;
    height: 47px;
    font-size: 16px;
    color: #4d4b4b;
    margin-right: 44px;
    cursor: pointer;
}

.service--nav-item:hover,
.service--nav-item.active {
    border-bottom: solid 2px #ff7385;
}

.service--inner {

}

.service--inner-box {

}

.service--inner-title {
    font-size: 20px;
    color: #4d4b4b;
    margin: 40px 0 30px 40px;
}

.service--inner-title:before {
    margin-right: 8px;
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #ff7385;
    content: '';
    margin-bottom: -3px;
}

.service--inner-content {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin: 0 40px 0 60px;
}

.service--desc-box {
    margin: 0 40px 0 60px;
    clear: left;
}

.service--desc-title {
    margin-bottom: 8px;
}

.service--desc-title-icon {

}

.service--desc-title-icon .iconfont {
    font-size: 20px;
    color: #666;
}

.service--desc-title-txt {
    margin-left: 10px;
}

.service--desc-row {
    overflow: hidden;
    padding-bottom: 44px;
    padding-top: 10px;
}

.service--desc-col {
    font-size: 14px;
    color: #999999;
    width: 370px;
    float: left;
    margin-right: 20px;
    line-height: 32px;
}

.service--desc-col-left {
    float: left;
    width: 120px;
}

.service--desc-col-right {
    float: left;
    width: 250px;
}

.service--desc-left-item {
    margin-top: 12px;
}

.service--desc-content {
    margin: 20px 0 30px 0;
    height: auto;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.service--inner-video,
.service--inner-images {
    padding: 0 40px;
}

.service--inner-video embed {
    position: relative;
    z-index: 0;
}

.inner--video-des {
    padding: 20px 0 0;
    font-size: 14px;
    line-height: 2.0;
    color: #808080;
}

.service--inner-image {
    display: block;
    width: 800px;
    margin-top: 20px;
}

/*row-2 right*/
.cover--portf {
    padding: 15px 10px;
    width: 280px;
    height: 409px;
    background-color: #ffffff;
}

.cover--right-title {
    font-size: 16px;
    color: #4d4b4b;
    margin-left: 10px;
}

.title-line {
    height: 1px;
    display: block;
    border: 1px;
    background-color: #e3e3e3;
    margin: 12px 0 25px;
}

.portf--head {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}

.portf--name {
    font-size: 16px;
    color: #4d4b4b;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.portf--prof {
    font-size: 14px;
    color: #808080;
    margin: 10px auto 30px;
    text-align: center;
}

.portf--num {
    position: relative;
}

.portf--num-item {
    width: 50%;
    float: left;
    text-align: center;
}

.portf--num-work-num {
    font-size: 22px;
    color: #4d4b4b;
}

.portf--num-work-text {
    font-size: 14px;
    color: #808080
}

.portf--num-line {
    position: absolute;
    width: 1px;
    height: 48px;
    background-color: #d8d8d8;
    border: 1px;
    left: 50%;
}

.portf--btn {
    float: left;
    text-align: center;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #ff7287;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    left: 50%;
    margin-top: 30px;
    margin-left: -100px;
}

.cover--recom {
    margin-top: 40px;
    padding: 20px 10px;
}

.recom--text {
    margin: 10px 0;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recom--item {
    margin-top: 20px;
}

.recom--img {

}

.recom--text {
    font-size: 14px;
    color: #4d4b4b;
}

.recom--price {
    font-size: 14px;
    color: #f69;
}

.recom--price-old {
    font-size: 12px;
    color: #666666;
    text-decoration: line-through;
}

.row-2-right-bgcolor {
    background-color: #fff;
    margin-bottom: 40px;
}

/* topFix */
.topFix {
    /*display: none;*/
    /*display: block;*/
    height: 48px;
    width: 100%;
    position: fixed;
    top: -48px;
    background-color: #fff;
    border-bottom: solid 1px #E3E3E3;
    z-index: 1;
}

.topFix.true {
    top: 0;
}

.top--center {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.service--nav-icon {
    top: 0;
    width: 60px;
    margin-right: 280px;

}

.service--nav-icon .iconfont {
    font-size: 28px;
}

.service--nav-icon .add .iconfont {
    position: relative;
    top: -2px;
    font-size: 24px;
}

.top--link {
    top: 0;
}

.end {
    margin: 63px auto 0;
}

.end .font {
    width: 56px;
    height: 18px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 10px;
    z-index: 1;
    font-size: 13px;
    color: #3d3d3d;
}

.end .line {
    width: 184px;
    margin: 0 auto;
    border: 1px dashed #979797;
}

/*新增全局样式*/
.clearFix {
    *zoom: 1;
}

.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
}

.clearFix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    padding: 0;
    margin: 0;
}

.service--team {
    width: 780px;
    min-height: 284px;
    background-color: #F6F6F6;
    border: 1px solid #E3E3E3;
    margin: 73px auto 0;
    position: relative;
    padding: 61px 0 19px 30px;
}

.circle--big {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
}

.circle--small {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #feb9c2;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 24px;
}

.service--team .box--title-img img {
    width: 240px;
    height: 160px;
    margin: 0 10px 24px 0;
}

.service--style {
    margin-bottom: 13px;
}

.service--team-name,
.service--team-num,
.service--team-text {
    color: #2f2f2f;
    font-size: 14px;
}

.service--team-name {
    margin-right: 20px;
}

.service--team-text {
    width: 270px;
    min-height: 38px;
    color: #999;
}

.service--team-line {
    width: 2px;
    height: 201px;
    border: 1px solid #E3E3E3;
    margin: 0 24px;
}

.service--area {
    width: 780px;
    margin: 40px auto 0;

}

.area--name {
    width: 160px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.area--name p {
    color: #4d4d4b;
    font-size: 24px;
    font-weight: bold;
}

.area--name span {
    color: #999;
    font-size: 13px;
}

.area--line {
    width: 780px;
    height: 2px;
    border: 1px solid #c5c5c5;
    margin: 0 auto;
    position: relative;
    top: -30px;
}

.area--img-box {
    width: 800px;
    margin-top: 15px;
}

.area--img-box img {
    width: 380px;
    height: 210px;
    margin-right: 20px;
}

.area--text-box {
    width: 780px;
    min-height: 120px;
    background-color: #F6F6F6;
    margin-top: 15px;
    padding: 13px 0 13px 44px;
}

.text--content-left, .text--content-right {
    width: 316px;
    margin-top: 8px;
    line-height: 20px;
    color: #4d4b4b;
    font-size: 13px;
}

.text--content-line {
    width: 1px;
    height: 60px;
    background-color: #e1e1e1;
    margin: 8px 34px 0 30px;
}

.stage {
    padding-left: 25px;
}

.stage .circle--small {
    background-color: #a5e3d5;
}

.stage .title {
    text-align: center;
    color: #3d3d3d;
    font-size: 13px;
    margin-bottom: 9px;
}

.light {
    padding: 65px 0 0 20px;
}

.light .light--desc,
.props .props--desc {
    width: 740px;
    font-size: 14px;
    color: #666;
    padding-bottom: 40px;
}

.light--bg {
    background-color: #fdd594;
}

.props {
    padding: 65px 0 0 20px;
}

.light .box--title-img,
.props .box--title-img {
    width: 240px;
    height: 186px;
    margin: 0 10px 24px 0;
}

.light .box--title-img .title,
.props .box--title-img .title {
    text-align: center;
    color: #3d3d3d;
    font-size: 13px;
    margin-bottom: 9px;
}