

        .tl-fdh-02 {
            height: 55px;
            background: #fff;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .tl-fdh-02 li {
            width: 17.5%;
            height: 50px;border-radius: 25px;
            margin: 0 0 0 2.8%;
            font-size: 18px;
            line-height: 50px;
            text-align: center;
            float: left;
            margin-right: -1px;
			border: 1px solid #dbdbdb;
			background: #f4f4f4;
            cursor: pointer;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .tl-fdh-02 ul li:first-child {margin:0;}
        .tl-fdh-02 li a {
            display: block;
            height: 50px;
            color: #164782;
        }
        
        .tl-fdh-02 li.sidenavcur,
        .tl-fdh-02 li:hover {
            background: url(../image/p16-icon6.png) no-repeat bottom center #164782;
            
        }
        
        .tl-fdh-02 li.sidenavcur a,
        .tl-fdh-02 li:hover a {
            color: #fff;
        }
    
		
		.tit {
		    margin: 30px 0;
		    text-align: center;
		    position: relative;
		    clear: both;
		}
		
		.tit i {
		    font-style: normal;
		    font-size: 16px;
		    color: #666;
		    line-height: 30px;
		    display: block;
		    height: 30px;
		    text-transform: uppercase;
		    font-family: Times New Roman;
		}
		
		.tit h3 {
		    display: block;
		    font-size: 32px;
		    color: #333333;
		    margin-top: 2px;
		    padding-top: 10px;
		    letter-spacing: 2px;
		    line-height: 30px;
		}
		
		