html,body{
    height: 100%;
    margin: 0px;
}
.tf-wrapper .tf-top{
    margin-top: 0px;
}
.tf-banner-inner h3{
    color: #fff;
}
*{
    box-sizing: border-box;
}
a{
    color: inherit;
    transition: all .3s ease-out;
}

ul,li{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.tf-wrapper{
    position: relative;
}
/*.tf-wrapper .tf-top{*/
    /*background: #d0ddf0 url(../images/img900010_y.jpg) no-repeat center center;*/
    /*height: 230px;*/
    /*position: relative;*/
/*}*/
.tf-top-wrapper {
    text-align: center;
    padding-top: 100px;
}
.tf-top-wrapper .tf-title-en{
	color: #4B4B4B;
	font-size: 12px;
}
.tf-top-wrapper .tf-title-ch {
    font-size: 22px;
    color: #4B4B4B;
}
.tf-top-wrapper .tf-top-des {
    margin-top: 10px;
    color: #6B6B6B;
}
/****************伞树深知**********************/
.tf-notice-wrap .tf-title-1{
    margin-top: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #525252;
    margin-bottom: 25px;
}
.tf-notice-wrap .tf-des-1{
    font-size: 12px;
    color: #999;
    line-height: 25px;
    margin-bottom: 20px;
}
.tf-train-list .tf-train-item{
    height: 200px;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 10px;
}
.tf-train-list .tf-train-item .tf-left{
    width: 300px;
    height: 100%;
    float: left;
    background: url(../images/site_train_001_y.png)0px 0px
}
.tf-train-list .tf-train-item.item2 .tf-left{
    background-position: 0px -220px;
}
.tf-train-list .tf-train-item.item3 .tf-left{
    background-position: 0px -440px;
}
.tf-train-list .tf-train-item .tf-left .tf-bottom{
    height: 70px;
    background-color: #3f4e81;
    position: absolute;
    bottom: 0px;
    width: 300px;
    padding-top: 17px;
    padding-left: 22px;
}
.tf-train-list .tf-train-item.item2 .tf-left .tf-bottom{
background-color: #8c6736;
}
.tf-train-list .tf-train-item.item3 .tf-left .tf-bottom{
    background-color: #294a56;
}
.tf-train-list .tf-train-item .tf-title-2{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.tf-train-list .tf-train-item .tf-en-name{
    font-size: 12px;
    color: #d4d4d4;
    margin-top: 6px;
}
.tf-train-list .tf-train-item.item3 .tf-en-name{
    color: #716958;
}
.tf-train-list .tf-train-item .tf-right{
    width: 900px;
    float: left;
    padding-top: 35px;
    padding-left: 30px;
    font-size: 12px;
    color: #828080;
    line-height: 23px;
}
.tf-train-list .tf-train-item .tf-right>.tf-link-more{
    display: block;
    margin-top: 64px;
    color: #f5a100;
    position: absolute;
    bottom: 12px;
    transition: all .3s ease-out;
}
.tf-train-list .tf-train-item .tf-right>.tf-link-more:hover{
    color: red;
}