.blacksea {
    width: 100%;
    height: 44px;
    background: #333333;
}

.blacksea .blackseabox {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.blacksea .blackseabox .search {
    width: 268px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 18px;
    box-sizing: border-box;
    position: relative;
}

.blacksea .blackseabox .search .ipt {
    width: 268px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 18px;
    border: none;
    text-indent: 20px;
    padding: 0;
}

.blacksea .blackseabox .search .ipt:focus {
    outline: none;
}

.blacksea .blackseabox .search img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    right: 17px;
}

.logo {
    width: 1250px;
    margin: 0 auto;
    height: 80px;
    background: #FFFFFF;
}

.logo .logoimg {
    width: 180px;
}

.logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo a img {
    width: 180px;
    height: 42px;
}

.logo .logobox {
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo .logobox .navbox {
    width: 1050px;
    margin-left: 48px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo .logobox .navbox .toujiao {
    width: 32px;
    height: 32px;
}

.logo .logobox .navbox .toujiao img {
    height: 100%;
    width: 100%;
}

.logo .logobox .navbox .nav {
    margin-left: 80px;
    display: flex;
    align-items: center;
    width: 800px;
}

.logo .logobox .navbox .nav a {
    height: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 80px;
    text-align: justify;
    font-style: normal;
}

.top {
    position: fixed;
    bottom: 150px;
    right: 100px;
    width: 64px;
    height: 64px;
    z-index: 999;
}

.top img {
    width: 100%;
    height: 100%;
}

.hot {
    width: 100%;
}

.hot .hotname {
    height: 22px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot .hotname .change {
    height: 22px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 16px;
    color: #FF3233;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
        cursor: pointer;
}

.hot .hota {
    width: 100%;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

.hot .hota span {
    width: 14px;
    height: 22px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 20px;
    color: #999;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-left: 7px;
    display: inline-block;
}

.hot .hota p {
    width: 301px;
    height: 16px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: justify;
    font-style: normal;
    margin-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot .hota:nth-child(2) span {
    color: #D21900;
}

.hot .hota:nth-child(3) span {
    color: #FF3233;
}

.hot .hota:nth-child(4) span {
    color: #FF9A02;
}

/*脚部*/
.footer {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 20px 0px 60px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.footer-left {
    width: 830px;
    float: left;
}

.footer-left .title {
    font-size: 18px;
    line-height: 42px;
}

.footer-left ul {
    margin-top: 16px;
}

.footer-left ul li {
    display: inline;
    padding: 0 4px;
}

.footer-right li .appBtnBox {

    cursor: pointer;
    position: relative;
    background: url(../icon/footAppBG.png) no-repeat center top;
    width: 103px;
    height: 130px;
}

.footer-right li .appBtnBox1 {
    background: url(../icon/xxqgLink.png) no-repeat center top;
}

.footer-left ul.border1 li a {
    border-right: 1px solid #ccc;
    padding-right: 16px;
}

.footer-left a {
    color: #666666;
}

.footer-left a:hover {
    color: #3362AA;
    text-decoration: underline;
}

.footer-left .tip-off li {
    display: block;
    float: left;
    padding-left: 36px;
}

.footer-left .tip-off li.tip-off1 {
    background: url(../icon/xw_redBlue_20170219.png) no-repeat left center;
    margin-right: 36px;
}

.footer-left .tip-off li.tip-off2 {
    background: url(../icon/index_foot.png) no-repeat left center;
}

.footer-right {
    margin-top: 60px;
}

.footer-right li {
    float: left;
    width: 95px;
    height: 95px;
    padding-left: 28px;
}

.footer-right li img {
    width: 95px;
    height: 95px;
    overflow: hidden;
}

.footer-right p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}