        /* 通用样式表 */
        /* 全局样式 */
        
        * {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
        /* 顶部logo块样式 */
        
        #topbox {
            position: relative;
            width: 1340px;
            margin: 0 auto;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        
        #inputright {
            position: absolute;
            width: 300px;
            height: 35px;
            background-color: #F0F0F0;
            border-radius: 35px;
            right: 0px;
            top: 55px;
        }
        
        #inputright img {
            position: absolute;
            right: 10px;
            top: 4px;
        }
        
        #inputright input {
            height: 25px;
            margin-top: 5px;
            border: 0px;
            margin-left: 10px;
            width: 255px;
            background-color: #F0F0F0;
            font-size: 14px;
            outline: none;
        }
        /* 导航栏样式 */
        
        #title {
            width: 100%;
            height: 44px;
            background-color: #F7561E;
        }
        
        #title ul {
            width: 1340px;
            margin: 0 auto;
            display: flex;
        }
        
        #title ul li {
            height: 44px;
            line-height: 44px;
            width: 111px;
            text-align: center;
        }
        
        #title ul li a {
            text-decoration: none;
            color: #ffff;
        }