.section-bg-grey{
    background: #f7f9fd;
}

/* 广告位 */
.tt-banner-block{
    height: 500px;
    background: url("../images/tt_banner.jpg") center no-repeat;
}

/* 栏目 */
.section{
    padding: 100px 0;
}
.section-bar{
    text-align: center;
    position: relative;
    z-index: 99;
}
.section-bar__tit{
    font-size: 32px;
}
.section-bar__tit:before,
.section-bar__tit:after{
    content: "";
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url("../images/tt_group_icon.png") no-repeat;
}
.section-bar__tit:before{
    margin-right: 12px;
    background-position: 0 0;
}
.section-bar__tit:after{
    margin-left: 12px;
    background-position: 0 -31px;
}
.section-bar__sub{
    color: #888;
    line-height: 26px;
    padding-top: 20px;
    font-size: 16px;
}

.tt-pt-content{
    padding: 60px 0 100px;
    text-align: center;
    position: relative;
}

.wavewarp{
    height: 100px;
}
.wavewarp .canvas{
    vertical-align: middle;
}


.bg-scene-block{
    background: -moz-linear-gradient(top, #fff 0%, #f9faff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f9faff));
    background: -webkit-linear-gradient(top, #fff 0%,#f9faff 100%);
    background: -o-linear-gradient(top, #fff 0%,#f9faff 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f9faff 100%);
    background: linear-gradient(to bottom, #fff 0%,#f9faff 100%);
}
.bg-scene-block .tt-pt-content{
    padding-bottom: 0;
}

.section-second-bar{
    padding: 50px 0 0;
    text-align: center;
}
.section-second-bar .tit{
    color: #4dacff;
    font-size: 22px;
}
.section-second-bar .txt{
    color: #666;
    padding-top: 15px;
    font-size: 14px;
}

.tt-pt-content .link-btn{
    color: #2ebc56;
    display: inline-block;
    width: 148px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 410px;
    margin-left: 316px;
    border: 1px solid #2ebc56;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 14px;
}

.bg-flow-block{
    padding-bottom: 0;
    background: #f7faff;
}

.tt-column-group{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 20px;
}
.tt-column-group>li{
    width: 285px;
    padding: 40px 0;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow:  1px 1px 15px rgba(0, 132, 255, .2);
    -moz-box-shadow:  1px 1px 15px rgba(0, 132, 255, .2);
    box-shadow:  1px 1px 15px rgba(0, 132, 255, .2);
}
.tt-column-group>li:hover{
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}
.tt-column-group>li .icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("../images/tt_group_icon.png") no-repeat;
}
.tt-column-group>li:nth-child(1) .icon{
    background-position: 0 -132px;
}
.tt-column-group>li:nth-child(2) .icon{
    background-position: -90px -132px;
}
.tt-column-group>li:nth-child(3) .icon{
    background-position: -180px -132px;
}
.tt-column-group>li:nth-child(4) .icon{
    background-position: -270px -132px;
}
.tt-column-group>li .tit{
    margin-top: 16px;
    font-size: 18px;
}
.tt-column-group>li .txt{
    color: #999;
    line-height: 24px;
    margin-top: 24px;
    padding: 0 30px;
    text-align: left;
    font-size: 14px;
}

.tt-column-tools{
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}
.tt-column-tools>li{
    text-align: center;
}
.tt-column-tools>li .icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/tt_group_icon.png") no-repeat;
}
.tt-column-tools>li:nth-child(1) .icon{
    background-position: 0 -62px;
}
.tt-column-tools>li:nth-child(2) .icon{
    background-position: -70px -62px;
}
.tt-column-tools>li:nth-child(3) .icon{
    background-position: -140px -62px;
}
.tt-column-tools>li:nth-child(4) .icon{
    background-position: -210px -62px;
}
.tt-column-tools>li:nth-child(5) .icon{
    background-position: -280px -62px;
}
.tt-column-tools>li:nth-child(6) .icon{
    background-position: -350px -62px;
}
.tt-column-tools>li:nth-child(7) .icon{
    background-position: -420px -62px;
}
.tt-column-tools>li:nth-child(8) .icon{
    background-position: -490px -62px;
}
.tt-column-tools>li:nth-child(9) .icon{
    background-position: -560px -62px;
}
.tt-column-tools>li:nth-child(10) .icon{
    background-position: -630px -62px;
}
.tt-column-tools>li .label{
    font-size: 14px;
}

.tt-column-data{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.tt-column-data__dl{
    display: flex;
    width: 360px;
    align-items: center;
}
.tt-column-data__dt{
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    background: url("../images/tt_group_icon.png") no-repeat;
}
.tt-column-data__dl:nth-child(1) .tt-column-data__dt{
    background-position: 0 -222px;
}
.tt-column-data__dl:nth-child(2) .tt-column-data__dt{
    background-position: -100px -222px;
}
.tt-column-data__dl:nth-child(3) .tt-column-data__dt{
    background-position: -200px -222px;
}
.tt-column-data__dd{
    padding-left: 20px;
}
.tt-column-data__dd .tit{
    font-size: 18px;
}
.tt-column-data__dd .txt{
    color: #999;
    padding-top: 12px;
    font-size: 14px;
}


.show-entry-block{
    height: 200px;
    position: relative;
    background: url("../images/tt_makering_footer_img.jpg") center no-repeat;
}
.show-entry-block .label{
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -21px -600px 0 0;
    border: 1px solid #fff;
    font-size: 14px;
}
.show-entry-block .label:after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin: -3px 0 0 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}