* {
    margin: 0;
    padding: 0;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
table,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/24px Arial, 'Microsoft Yahei', "宋体", sans-serif;
}

address,
cite,
em,
i {
    font-style: normal;
}

small {
    font-size: 12px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

iframe {
    display: block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

#wrap {
    /* width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
    width: 70%;
    float: right;
    /* overflow: hidden; */
    /*margin-right: 6%;*/
}

#wrap>ul {
    width: 100%;
    height: 100px;
    /*overflow: inherit;*/
}

#wrap>ul>li {
    position: relative;
    float: left;
    width: 10%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    font-family: "微软雅黑";
    text-align: center;
    /* background: url("../images/bg1.png") no-repeat right center; */
    cursor: pointer;
    user-select: none;
}

#wrap>ul>li>a {
    color: #000000;
    text-decoration: none;
}

#wrap span {
    display: block;
    font-size: 20px;
}

#wrap>ul>li.on {
    background: linear-gradient(180deg, #174B9B 0%, #276FCA 100%);
}

#wrap>ul>li.on>a {
    color: #fff;
}

#wrap>ul>li.on>a>span {
    color: #fff;
}

#wrap>ul>li:not(:first-of-type):hover {
    background: linear-gradient(180deg, #174B9B 0%, #276FCA 100%);
}

#wrap>ul>li:not(:first-of-type):hover>a {
    color: #fff;
}

#wrap>ul>li:not(:first-of-type):hover>a>span {
    color: #fff;
}

#wrap .submenu {
    position: fixed;
    display: none;
    top: 100px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background: url(../images/t1.png);
    background-size: 100%;
    padding-left: 2%;
}

.navShow {
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    /* background: #1B54A7; */
    float: left;
    border-radius: 42px;
    color: #333;
    font-size: 20px;
    margin-right: 28px;
    margin-top: 36px;
}

.navShow:hover {
    background: #1B54A7 linear-gradient(180deg, #174B9B 0%, #276FCA 100%);
    color: #fff;
}

.navShowBox {
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}