*{
                padding: 0;
                margin: 0;
            }
            /*.frist{
                position: relative;
            }*/
            .nav{
                position: fixed;
                top: 200px;
                left: 2px;
                width: 120px;   
                box-sizing: border-box;
                background: #ffffff;
            }
            .nav a{
                text-decoration: none;
                outline: none;
                text-align: center;
                display: block;
                width: 100%;
                height: 100%;   
                color: #a4a4a4;         
            }
            .nav ul li{
                text-decoration: none;
                list-style: none;
                width: 100%;
                height: 40px;
                line-height: 40px;                  
            }
            .nav ul a:hover{
                background: #E60012;
                color: #FFFFFF ;
            }
            .navtop{
                width: 120px;
                height: 70px;
                overflow: hidden;
            }
            .navtop img{
                vertical-align: middle;
                width: 100%;                
            }
            .listbox{
                margin-top:20px;
            }
            .href{
                text-decoration: none;
                outline: none;
                display: block;
                margin: 0 auto;
                height: 30px;
                color: #3A3A3A;
                line-height: 30px;
                font-size: 18px;
                width: 100px;
                text-align: center;
                border-radius: 15px;
                border: 1px solid #ccc;
                margin: 10px auto;
            }
            .active{
                color: #FFFFFF !important;
                background: #e60012;
            }
            .href:hover{
                color: #e60012;
                border: 1px solid #e60012;
            }
            .title{
                text-align: center;
                font-size: 28px;
                font-weight: 700;
                color: #3a3a3a;
            }
            .title i{
                display:block;
                width: 50px;
                margin:10px auto;
                border-bottom: 2px solid #d7c696;
            }
            .ftitle{
                text-align: center;
                font-size: 18px;
                color: #3a3a3a;
                margin: 10px auto;
            }
            .boximg{
            	position: relative;
                width: 100%;
                margin: 20px auto;
            }
            .boximg img{
                width: 100%;
                height: auto;
            }
            .down{
                width:60px;
                margin:0px auto;
            }
            .down img{
                width: 100%;
                height: auto;
            }