* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background-color: #EEEEEE;
}

#bigbox {
    width: 1000px;
    margin: 0 auto;
}

#title {
    width: 100%;
    height: 375px;
    background-image: url(../imgs/bg.jpg);
    background-size: 100%;
}

nav {
    position: relative;
    width: 100%;
    height: 70px;
}

nav img {
    height: 70px;
}

nav ul {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    line-height: 70px;
}

nav ul li {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

nav ul li a {
    color: #ffff;
}

nav ul li a:hover {
    color: #990E15;
}

h1 {
    position: relative;
    color: #ffff;
    background-color: #2CB9CE;
    font-size: 20px;
    line-height: 60px;
    padding-left: 20px;
    display: flex;
}

h1 a {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    right: 20px;
    color: rgb(238, 238, 238);
}

#index_main {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    background-color: #fff;
}

#index_main_p {
    width: 360px;
    padding-left: 20px;
    text-indent: 28px;
    font-size: 14px;
    color: rgb(106, 104, 104);
    line-height: 26px;
}

#gengduo {
    width: 100%;
    display: flex;
    background-color: #fff;
    padding-bottom: 30px;
}

#gengduo_left {
    width: 480px;
}

#gengduo_right {
    width: 480px;
}

#index_juese {
    width: 440px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding: 20px 20px;
}

#index_juese li p {
    color: #1B2128;
    font-size: 14px;
    line-height: 40px;
}

#index_juese ul li {
    width: 90px;
}

#index_juese li:not(:first-child) {
    margin-left: 15px;
}

#index_juese li div {
    width: 100px;
    overflow: hidden;
    height: 100px;
    font-size: 0px;
}

#index_juese li div img {
    width: 100px;
}

#index_xinwen {
    width: 440px;
    margin: 0 auto;
    padding: 20px 20px;
}

#index_xinwen ul {
    width: 440px;
}

#index_xinwen ul li {
    position: relative;
    width: 440px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px #e0e2e2 solid;
}

#index_xinwen ul li:hover {
    color: #6388C5;
}

#index_xinwen ul li span {
    position: absolute;
    right: 0px;
    top: 0px;
}

footer {
    background-color: #E3E2E2;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}