html,
body,
a,
ul,
li,
p,
span,
div,
aside,
main,
article,
img,
main,
footer,
section,
h3{
    margin: 0px;
    padding: 0px;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

a,
a:visited,
a:hover,
a::after,
a:active {
    color: black;
    text-decoration: none;
}


/*头和尾部的样式*/
body {
    background-color: white;
}

header {
    /* width: 1920px; */
    height: 86px;
}

header #logo {
    margin-left: 250px;
    margin-top: 10px;
}

header #menu
{
    position: relative;
    left: 100px;
}

header #menu ul {
    /* height: 20px;
    width: 120px;
    background-color: red; */
    list-style: none;
    float: right;
    margin-top: -35px;
    margin-right: 335px;
}

header #menu ul li {
    /* height: 20px;
    width: 120px;
    background-color: red; */
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    color: #474747;
}

header #menu ul li a {
    color: #474747;
    font-size: 18px;
    font-weight: 600;
}

header #menu ul li a:hover {
    color: #ff8444;
}


footer {
    /* width: 1920px; */
    height: 177px;
    background-color: #28292b;
    /* background-image: url("../images/footer.png"); */
}

footer #logo2 {
    margin-top: 60px;
    margin-left: 250px;
    margin-right: 50px;
}

footer #footer_content {
    float: right;
    margin-top: 60px;
    margin-right: 400px;
    width: 900px;
    /* border: 1px red solid; */

    text-align: start;
}

footer #footer_content #splitLine {
    margin-right: 40px;
}

footer #footer_content span,
footer #footer_content a {
    color: white;
    font-size: 13px;
}

footer #footer_content span {
    position: relative;
    bottom: 60px;
}

footer #footer_content span a:hover {
    color: #337bb6;
}


/*其它文字样式*/
.title {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    margin-bottom: 10px;
    color: #2a2e37;
    letter-spacing: 3px;
}

.titleTip {
    display: block;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 40px;
    color: #ff8444;
    letter-spacing: 2px;
}

.titleTip_b583c8 {
    display: block;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 40px;
    color: #b583c8;
    letter-spacing: 2px;
}

.titleTip_8bcbe7 {
    display: block;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 40px;
    color: #8bcbe7;
    letter-spacing: 2px;
}

#wwwIcon {
    position: relative;
    top: 5px;
}