*{
    margin: 0px;
    padding: 0px;
    
}

a {
    text-decoration: none;
    color: #777;
}

img {
    border: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}


/*公共方法*/

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cursor {
    cursor: pointer;
}

input {
    outline: none;
}

i,
cite {
    font-style: normal;
}


/* header开始 */

.nav {
    height: 50px;
    background: #1487F4;
}

.nav_list {
    display: flex;
}

.nav_list li {
    float: left;
    width: 90px;
    text-align: center;
}

.nav_list li a {
    line-height: 50px;
    color: #fff;
    display: block;
    font-size: 15px;
    cursor: pointer;
    transition: all .5s;
}

.nav_list .on a {
    background: #0A56BB;
}

.nav_list li a:hover {
    background: #0A56BB;
}

.logo .wrapper {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo .wrapper img{
}
.search{
    display: flex;
}
.search input {
    width: 350px;
    height: 38px;
    border: none;
    background: #F3F3F3;
    padding-left: 10px;
    box-sizing: border-box;
}

.search button {
    width: 80px;
    height: 38px;
    border: none;
    background: #1487F4;
    color: #fff;
}


/* header结束 */




/* footer */

#footer {
    padding-top: 20px;
    background: #333333;
    margin-top: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#footer::before {
    content: "";
    background: #1487F4;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .container {
    margin: 0px auto;
    width: 1180px;
    position: relative;
    margin-top: 10px;
}

#footer .container .friends {
    border-top: 1px solid #333;
    position: relative;
}

#footer .container .friends a {
    color: white;
}

#footer .container .friends .friends_list_ul li:hover {
    text-decoration: underline;
}

#footer .container .friends #link_menu {
    margin-bottom: 30px;
}

#footer .container .friends #link_896a3aee.links {
    text-align: left;
    font-size: 12px;
    padding: 1.5em 0;
}

#footer .container .friends #link_896a3aee.links ul {
    clear: both;
}

#footer .container .friends #link_896a3aee.links li {
    float: left;
    margin-right: 10px;
    line-height: 1.8em;
    list-style: none;
    padding: 0;
}

#footer .container .friends #link_896a3aee.links em {
    clear: both;
    display: block;
}

#footer .container .friends #link_896a3aee.links #link_menu li {
    font-size: 14px;
    line-height: 2.5em;
    cursor: pointer;
    width: 5em;
}

#footer .container .friends #link_896a3aee.links #link_menu i {
    font-size: 12px;
    line-height: 2.9em;
    float: right;
    font-style: normal;
    margin-right: 15px;
}

#footer .container .friends #link_896a3aee.links .on {
    font-weight: bold;
}

#footer .container .friendsLink {
    width: 1200px;
    margin: 10px auto;
    display: flex;
    align-items: baseline;
}

#footer .container .friendsLink h3 {
    color: white;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    width: 135px;
}

#footer .container .friendsLink ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 29px;
}

#footer .container .friendsLink ul li {
    font-size: 12px;
    float: left;
    margin-left: 15px;
    margin-bottom: 3px;
}

#footer .container .friendsLink ul li:hover {
    text-decoration: underline;
}

#footer .container .friendsLink ul li a {
    color: white;
}

#footer .container .banquan {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
}




.adversiment {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}
.adversiment a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.adversiment a img {
    width: 100%;
    height: 100%;
}
.adversiment a p {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    border-radius: 0 5px 0 0;
}
.closead {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    user-select: none;
}



.page_fenye {
    margin: 30px 0;
    overflow: hidden;
    border-radius: 3px;
    font-size: 0px;
    line-height: normal;
    text-align: center;
}
.page_fenye span {
    background-color: #1487F4;
    color: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    border-left: 1px solid #fff;
}
.page_fenye.bg_w a{
       background-color: white;
}
.page_fenye a {
    background-color: #F3F4F4;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #3c3e45;
    font-size: 14px;
    border-left: 1px solid #fff;
}
.page_fenye a:hover {
    background-color:#1487F4;
    color: white;
}