* {
    padding: 0;
    margin: 0;
}

html,
body {
    min-width: 1366px;
    height: 100%;
    font-family: Microsoft Yahei;
}


/* 顶部导航样式 */

.header {
    /* position: relative; */
    width: 100%;
    height: 104px;
    /* background-color: #000000; */
    background-color: #fff;
    /* text-align: center; */
    /* display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(204, 204, 204);
    z-index: 2; */
}

.header .outer .outerList {
    display: inline-block;
    list-style: none;
}

.outerList {
    /* height: 50px; */
    line-height: 97px;
    text-align: center;
    width: 95px;
    /* height: 97px; */
    height: 110px;
    /* border: 1px solid black; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    color: #212020;
    font-size: 15px;
    /* cursor: pointer; */
}

.active-block {
    /* border-bottom: 7px solid #e78428; */
    border-bottom: 3px solid #e78428;
    color: #e78428 !important;
}

.outerList .link {
    display: block;
    /* padding: 0 15px; */
    /* color: #fff; */
    color: #212020;
    text-decoration: none;
}

.outerList:hover a {
    /* color: #EDECEC; */
}


/* .outerList .link span {
    display: block;
    height: 0;
    width: 100%;
    position: relative;
    top: -10px;
    left: 0;
    background-color: #fff;

} */


/* .outerList:hover .link span {
    height: 1px;
} */

.outerList .inter {
    position: absolute;
    left: 0;
    height: 0;
    overflow: hidden;
    top: 104px;
    right: 0;
    z-index: 2;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* background-color: black; */
}

.outerList .inter li {
    /* margin-top: 30px; */
    /* width: 2440px; */
    /* height: 585px; */
    /* background-color:red; */
}

.outerList .inter strong {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
}


/* .link :hover{
    border-bottom: 7px solid #e78428;

} */

.outerList a:hover {
    /* border-bottom: 7px solid #e78428; */
    border-bottom: 3px solid #e78428;
}


/* 在线购买导航样式 */

.menu {
    /* width: 550px;
    height: 40px;
   
   
    
    margin: 0 auto; */
    line-height: 94px;
    text-align: center;
    width: 95px;
    height: 94px;
    color: #212020;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
}

.menu li {
    position: relative;
    /* float: left;
    list-style-type: none;
    height: 40px; */
    line-height: 94px;
    text-align: center;
    width: 95px;
    height: 94px;
    color: #212020;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    text-decoration: none;
    line-height: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    border-right: 1px solid #35b558;
}

.menu li:last-child a {
    border-right: none;
}

.menu li:hover a {
    color: #28b54e;
}


/* 二级菜单样式： */

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #35b558;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border: 1px solid #fff;
    display: none;
}

.menu li:hover ul {
    display: block;
}

.menu li:hover ul li {
    display: block;
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 100px;
    padding: 4px 0 4px 40px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #fff;
}

.menu li:hover ul a {
    color: #fff;
}

.menu li:hover ul a:hover {
    color: #35b558;
}