html,body,p,ul,li,div,input,button,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.overflow{
	overflow:hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.txt_none{
	display: none;
}
input,select{
    outline:0;
}
input:focus{
    outline:0;
}
.color_blue{
    color: #01a2ff;
}
.color_yellow{
    color: #ff9600;
}
.color_red{
    color: #fd2a2a;
}
/*提示框 start*/
.prompt_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 65;
}
.prompt_box>div{
    width: 80%;
    margin: 20% 10%;
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
}
.prompt_box>div>h4{
    font-size: 4vw;
    color:#333;
    text-align: center;
    margin: 15px 0;
}
.prompt_box>div>button{
    color: #2e2e2e;
    background: #ffdc02;
    line-height: 40px;
    width: 80%;
    margin: 10px 10%;
    border-radius: 5px;
    border:none;
    outline: none;
}
.prompt_box>div>button:active{
	background: #d2b70c;
}
/*提示框 end*/
.txt_none{
    display: none;
}
.active{
    display: inline-block;
}
/*导航 start*/
#nav_menu{
    width: 100%;
    height: 70px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #01A1FF;
}
#nav_menu .menu_part{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    position: relative;
}
#nav_menu .menu_part>div{
    display: inline-block;
    line-height: 70px;
    float: left;
    height: 70px;
    color: #fff;
}
#nav_menu .menu_part .logo>h3{
    height: 70px;
    display: inline-block;
    font-size: 36px;
    line-height: 70px;
}
#nav_menu .menu_part .menu_area{
    position: absolute;
    right: 220px;
}
#nav_menu .menu_part .menu_area>.nav_ul>li{
    line-height: 70px;
    display: inline-block;
    margin-right: 40px;
    padding: 0 5px;
}
#nav_menu .menu_part .menu_area>.nav_ul>li>a{
    color: #fff;
    display: block;
}
#nav_menu .menu_part .menu_area>.nav_ul>li:hover,
#nav_menu .menu_part .menu_area>.nav_ul>li.active
{
    cursor: pointer;
    border-bottom: 2px solid;
}
#nav_menu .menu_part .menu_btn{
    position: absolute;
    right: 145px;
}
#nav_menu .menu_part .menu_btn>div{
    display: inline-block;
}
#nav_menu .menu_part .menu_btn>div>a{
    color: #fff;
}
#nav_menu .menu_part .menu_btn>div:hover{
    cursor: pointer;
}
#nav_menu .menu_part .menu_btn>.avator{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 60px;
}
#nav_menu .menu_part .menu_btn>.avator>img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
#nav_menu .menu_part .menu_btn>.avator:hover~.mine,
#nav_menu .menu_part .menu_btn>.mine:hover
{
    display: block;
}
#nav_menu .menu_part .menu_btn>.mine{
    display: none;
    position: absolute;
    width: 131px;
    height: 146px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 48px;
    top: 70px;
}
#nav_menu .menu_part .menu_btn>.mine>p{
    border-bottom: 1px solid #ccc;
    padding: 0 8px;
}
#nav_menu .menu_part .menu_btn>.mine>p>a{
    font-size: 16px;
    color: #666;
    display: block;
}
#nav_menu .menu_part .menu_btn>.mine>p:last-child{
    border: 0;
}
#nav_menu .menu_part .menu_btn>.mine>p:hover a{
    cursor: pointer;
    color: #01a2ff;
}
/*导航 end*/
/*底部 start*/
#bottom.bottom{
    width: 100%;
    background: #333333;
    padding: 35px 0 0;
}
#bottom .bottom_div{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 235px;
}
#bottom .bottom_div>div{
    display: inline-block;
    position: absolute;
}
#bottom .bottom_div>.bottom_link{
    width: 45%;
    top:0;
    left:0;
}
#bottom .bottom_div>.bottom_link>ul{
    width: 32%;
    display: inline-block;
    float: left;
}
#bottom .bottom_div>.bottom_link>ul>li{
    line-height: 35px;
}
#bottom .bottom_div>.bottom_link>ul>li>a{
    font-size: 14px;
    color: #eee;
    display: inline-block;
    width: 60px;
    border-bottom: 1px solid #333;
}
#bottom .bottom_div>.bottom_link>ul>li>a:hover{
    color: #01a2ff;
    border-bottom: 1px solid;
}
#bottom .bottom_div>.bottom_core{
    top: 0;
    left:45%;
    width: 100px;
}
#bottom .bottom_div>.bottom_core>img{
    width: 100%;
    margin-bottom: 8px;
}
#bottom .bottom_div>.bottom_core>p{
    font-size: 14px;
    color: #eee;
    text-align: center;
}
#bottom .bottom_div>.bottom_desc{
    left:60%;
    color: #eee;
}
#bottom .bottom_div>.bottom_desc>h3{
    font-size: 20px;
    margin-bottom: 10px;
}
#bottom .bottom_div>.bottom_desc>p{
    font-size: 14px;
}
#bottom .bottom_div>.bottom_desc>p>a{
    color: #eee;
}
#bottom .bottom_div>.bottom_bottom{
    font-size: 12px;
    color: #aaa;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
#bottom .bottom_div>.bottom_bottom>div{
    width: fit-content;
    margin: 0 auto;
    padding-top: 15px;
    border-top: 1px solid;
}
#bottom .bottom_div>.bottom_bottom>div>span,
#bottom .bottom_div>.bottom_bottom>div>a
{
    margin: 10px;
    color: #aaa;
}
/*底部 end*/
/*个人中心头部 start*/
#header{
    width: 100%;
    height: 70px;
}
#header .top{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
#header .top>div{
    display: inline-block;
}
#header .top>.logo{
    line-height: 70px;
    font-size: 36px;
    color: #fff;
}
#header .top>.build{
    display: none;
    width: 120px;
    background-color: #01a2ff;
    color: #fff;
    line-height: 38px;
    text-align: center;
    vertical-align: super;
    margin-left: 10px;
    cursor: pointer;
}
#header .top>.menu{
    float: right;
    line-height: 70px;
    position: relative;
}
#header .top>.menu>.show_menu,
#header .top>.menu>.avator
{
    display: inline-block;
    margin: 0 7px;
    cursor: pointer;
}
#header .top>.menu>.avator>img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#header .top>.menu>.show_menu:hover~.menu_list,
#header .top>.menu>.avator:hover~.mine,
#header .top>.menu>.menu_list:hover,
#header .top>.menu>.mine:hover
{
    display: block;
}

#header .top>.menu>.menu_list{
    display: none;
    position: absolute;
    width: 250px;
    height: 350px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 20px;
    z-index: 111;
}
#header .top>.menu>.menu_list>.office{
    padding: 2px 15px;
}
#header .top>.menu>.menu_list>.office>li:hover a{
    color: #01a2ff;
    cursor: pointer;
}
#header .top>.menu>.menu_list>.office>li:first-child{
    display: block;
}
#header .top>.menu>.menu_list>.office>li:first-child a{
    font-size: 16px;
    color: #333;
}
#header .top>.menu>.menu_list>.office>li{
    display: inline-block;
    width: 40%;
    margin: 5px 0;
}
#header .top>.menu>.menu_list>.office>li>a{
    font-size: 14px;
    color: #666;
}
#header .top>.menu>.mine{
    display: none;
    position: absolute;
    left: 60px;
    width: 131px;
    height: 146px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 48px;
    z-index: 111;
}
#header .top>.menu>.mine>p{
    border-bottom: 1px solid #ccc;
    padding: 0 8px;
}
#header .top>.menu>.mine>p>a{
    font-size: 16px;
    color: #666;
    display: block;
}
#header .top>.menu>.mine>p:last-child{
    border: 0;
}
#header .top>.menu>.mine>p:hover a{
    cursor: pointer;
    color: #01a2ff;
}
/*个人中心头部 end*/
