@charset "utf-8";
/* CSS Document */
.hot-box{
    width: 1100px;
    margin: 0 auto 50px auto;
}
.hot-box .left{
    width: 735px;
    float: left;
}
.hot-box .left .title{
    font-size: 16px;
    text-indent: 40px;
    background: url(img/hot-tit-icon.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.hot-box .left .title span{
    font-size: 30px;
    color: #28a997;
}
.hot-box .left .content{
    width: 100%;
    padding: 35px 0;
}

.hot-tabbox{
	width:100%;
}
.hot-tabbox .hot-tab{
	width: 100%;
}
.hot-tabbox .hot-tab p{
	display:inline-block;
    width: 365px;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
	color:#a6a6a6;
	text-indent: 150px;
	background: #f2f2f2;
}
.hot-tabbox .hot-tab p:nth-child(1){
    background: url(img/fm-b.png) #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 110px;
}
.hot-tabbox .hot-tab p.hot-on:nth-child(1){
    background: url(img/fm-w.png) #28a997;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 110px;
}
.hot-tabbox .hot-tab p:nth-child(2){
    background: url(img/m-b.png) #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 110px;
}
.hot-tabbox .hot-tab p.hot-on:nth-child(2){
    background: url(img/m-w.png) #28a997;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 110px;
}
.hot-tabbox .hot-tab p.hot-on{
    cursor: pointer;
	color:#fff;
	background: #28a997;
}
.hot-tabbox .hot-content{
	width: 100%;
	overflow:hidden;
}
.hot-tabbox .hot-content .hot-content-list{
	display:none;
}
.hot-tabbox .hot-content .hot-content-list ul{
    margin: 0px 0 0 -30px;
}
.hot-tabbox .hot-content .hot-content-list ul li{
    width: 300px;
    height: 264px;
    padding: 30px 25px;
    border: 1px solid #eaeaea;
    margin: 30px 0 0 30px;
    float: left;
}
.hot-tabbox .hot-content .hot-content-list ul li:hover{
    border: 1px solid #28a997;
    box-shadow: 0px 0px 9px #e5e5e5;
}
.hot-tabbox .hot-content .hot-content-list ul li .tit{
    position: relative;
    font-size: 22px;
    height: 40px;;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
}
.hot-tabbox .hot-content .hot-content-list ul li .tit .line{
    width: 55px;
    height: 3px;
    background: #2b9485;
    position: absolute;
    bottom: -2px;
    display: none;
}
.hot-tabbox .hot-content .hot-content-list ul li:hover .tit .line{
    display: block;
}
.hot-tabbox .hot-content .hot-content-list ul li .list{
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    text-indent: 30px;
}
.hot-tabbox .hot-content .hot-content-list ul li .fm-list{
    background: url(img/fm-list-icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 3px; 
}
.hot-tabbox .hot-content .hot-content-list ul li .list:hover{
    color: #de653a;
}
.hot-tabbox .hot-content .hot-content-list ul li .m-list{
    background: url(img/m-list-icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 3px; 
}
.all-right .expert ul li:nth-child(3) .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(img/blue-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}
.all-right .expert ul li:nth-child(4) .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(img/blue-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}