.w1200 {
    width: 1400px;
    margin: auto;
}

.fl {
    float: left;
}

i {
    font-style: normal;
}


/* 顶部信息 */

.head-box {
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #eaeaea;
}

.head-text {
    display: flex;
    width: 1400px;
    margin: auto;
    justify-content: space-between;
}

.head-name {
    padding: 0 10px;
}

.head-name:hover {
    height: 31px;
    background-color: #fff;
    z-index: 999;
}

.land-box {
    /*display: flex;*/
    justify-content: space-between;
    /*width: 65px;*/
}

.land-box a:hover {
    color: red;
    cursor: pointer;
}


/* end */


/* 头部内容 */

.head-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.head-logo {
    width: 300px;
    height: 120px;
}

.head-search {
    display: flex;
    align-items: center;
    height: 38px;
    border: 1px solid #0050B1;
}

.search-text {
    width: 84px;
    height: 36px;
    padding: 0;
    background-color: #f4f4f4;
    border: none;
    outline: none;
    color: #9e9e9e;
}

.search-input {
    width: 300px;
    height: 22px;
    font-size: 14px;
    padding: 8px;
    border: none;
    outline: none;
}

.search-btn {
    width: 84px;
    height: 38px;
    line-height: 16px;
    text-align: center;
    background-color: #0050B1;
    color: #fff;
}


/* end */


/* 类型选择 模块  */

.choiceContent {
    width: 100%;
    height: 40px;
}

.choice-nav {
    height: 50px;
    margin: auto;
    color: #fff;
    line-height: 50px;
    border-bottom: 1px solid #004FB1;
}

.choice-nav ul li {
    float: left;
}

.choice-nav li a {
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    color: #6B6C6D;
}

.choice-nav-itemize {
    display: flex;
}

.choice-nav-itemize-hear {
    position: absolute;
    width: 220px;
    text-align: center;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-left: 13px;
    margin-top: -160px;
    line-height: 50px;
    background: #004FB1;
    cursor: pointer;
}

.choice-nav-itemize:hover .nav-itemize-box {
    display: block;
}

.classifyItme {
    display: flex;
    margin: auto;
}

.nav-itemize-box {
    position: absolute;
    display: none;
    width: 233px;
    height: 400px;
    margin-top: -109.6px;
    padding-top: 1px;
}

.nav-itemize-box li {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    background: rgba(55, 54, 54, 0.3);
    border-bottom: .5px dashed rgb(201, 200, 200);
    height: 45px;
}

.itemize-box-product {
    position: absolute;
    height: 45px;
    width: 100%;
}

.product-icon {
    width: 11%;
}

.product-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 5px;
    width: 100%;
    color: #fff;
    z-index: 99;
    height: 43px;
}

.itemize-box-product a:hover {
    color: #fff;
}

.product-text-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
    line-height: 25px;
    font-size: 18px;
}

.product-text:hover {
    color: red;
}

.icon-right {
    position: relative;
    text-align: right;
}

.nav-itemize-box li:hover {
    color: red;
    background-color: #fff;
}

.itaisd {
    margin: 5px 5px;
}

.choice-nav ul {
    margin-left: 230px;
}


/* end  */