*{
    margin: 0;
    padding: 0;
}
html,body{
    color:#333; 
    font-family: "Microsoft YaHei","微软雅黑","arial","MicrosoftJhengHei";
    background: url(../images/bg.png)no-repeat;
    background-size: cover;
    overflow-x: hidden;
}   
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.radio{
    position: relative;
}
.error{
    color: red;
}
#market-error{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* 头部 */
.top_head{
    width: 100%;
    height: 48px;
    background: rgb(88, 88, 88);
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    box-sizing: border-box;
}
.top_login span{
    margin: 0 6px;
}
.top_head a{
    color: #fff;
}
.header_logo{
    height: 384px;
    /* background: url(../img/header-logo.jpg)center top no-repeat; */
    background: url(../images/baoding6.jpg)center top no-repeat;
    background-size: cover;
}
.header_logo img{
    width: 100%;
    height: 100%;
}
.nav{
    width: 100%;
    height: 100px;
    background: #1575ce;
}
.nav_list{
    width: 1232px;
    margin:0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.nav_list>a{
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
}
.nav_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    padding: 0 48px;
    position: relative;
}
.nav_list li div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.nav_list li div span{
    color:#fff;
}
.nav_list li div img{
    margin-bottom: 3px;
    width: 40px;
}
.nav_list li div.down{
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100px;
    border: 1px solid #d8d8d8;
    color:#333;
    padding:10px 0;
    box-sizing: border-box;
    display: none;
    z-index: 999;
}
.nav_list li .down div{
    padding: 5px 0;
    line-height: 2;
}

.news_title{
    display: flex;
    justify-content: center;
    /* font-weight: 700; */
    margin-top: 30px;
    font-size: 30px;
}
.bot_tittle{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.down a{
    width: 100%;
    text-align: center;
}
.down div.active{
    background: #ebf3fa;
    color:#2d3aaa;
}
.down a div{
    display: block;
    font-size: 15px;
    color: #333;
    width: 100%;
}

/* 尾部 */
.footer{
    width: 100%;
    height: 180px;
    background-color: #333;
    margin-top: 100px;
    text-align: center;
    color: #fff;
    /* line-height: 60px; */
    font-size: 18px;
}
.footer_top{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #6d6d6d;
}
.footer_bottom{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.5;
}
.footer ul li{
    display: flex;
    color: #fff;
    align-items: center;
}
.footer ul li p{
    margin-left: 8px;
    font-size: 16px;
}
.footer ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.footer ul li img{
    width: 42px;
    height: 42px;
}

.header{
    border-bottom: 1px solid rgb(228, 228, 228);
    width: 100%;
    height: 76px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
    box-sizing: border-box;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}
.header_left{
    display: flex;
    align-items: center;
}
.header_left img{
    width: 35px;
}
.header_left p {
    font-size: 24px;
    /* font-weight: 700; */
    letter-spacing: 2px;
    color: #333;
}
.header_right ul{
    display: flex;
}
.header_right ul li a{
    padding: 0 20px;
    font-size: 15px;
    color: #333;
}
.header_right ul li a:hover{
    color: #1981f0;
}