html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
table{width: 100%;}

tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li,
div,
img,
p {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    font-family: "微软雅黑";
}

.menu {
    clear: both;
    position: relative;
    /* top: 125px; */
    background-color: #4bb5ac;
    z-index: 999999;
}

.menu * {
    box-sizing: border-box;
}

.menu .center {
    max-width: 1500px;
    margin: 0px auto;
}

.menu .ul-list {
    display: flex;
    text-align: center;
}

.menu .ul-list>li {
    flex: 1;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.menu .ul-list>li:last-child {
    border-right: none;
}

.menu .ul-list>li>a {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    height: 35px;
    font-weight: bold;
}

.menu .ul-list>li>a:hover {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.menu .ul-list>li>span {
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4bb5ac;
}

.menu .ul-list>li:hover .ol-list {
    display: block;
    z-index: 999;
}

.menu .ol-list {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    background: #4bb5ac;
    width: 100%;
    top: 50px;
    /* border-radius: 10px; */
}

.menu .ol-list>li>a {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #a4d8f9;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .ol-list>li>a:hover {
    background: #8fd2cc;
    color: #fff;
    font-size: 17px;
}

.footer2 {
    position: relative;
    overflow: hidden;
    background: url(../images/dbg.jpg) no-repeat center;
    clear: both;
}


/*选项卡*/

#top {
    width: 10%;
    float: right;
}

.endleft {
    width: 40%;
    float: left;
}

.endright {
    width: 17%;
    float: right;
    text-align: right;
    background: url(../images/wic.png) no-repeat;
    background-position: 1px;
    text-indent: 20px;
}

.end {
    color: #333!important;
    font-size: 14px;
    clear: both;
    height: 35px;
    line-height: 35px;
    background-color: #f2f2f2;
}

@media screen and (max-width: 998px) {
    #top {
        display: none;
    }
    .endleft {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 15px;
    }
    .endright {
        float: none;
        width: 68%;
        margin: 0px auto;
        text-align: center;
    }
    .footleft {
        display: none;
    }
    .footcenter {
        width: 100%;
    }
    .footright {
        display: none;
    }
    .endright {
        display: none;
    }
    .footcenter {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
}