/*home_top*/
#home_top{width:100%;height:150px;margin:0px auto;background-size:100%;background-repeat:no-repeat;position:relative;
  -webkit-filter: blur(3px);-moz-filter: blur(3px);-o-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);}

#home_top_style{width:100%;height:150px;margin:0px auto;background-size:100%;background-repeat:no-repeat;position:absolute;top:0px;}

#home_top_left{float:left;width:30%;height:100%;position:relative;}
.home_top_left_avatar{width:80px;height:80px;background-color:#FFF;border-radius:50%;
-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);
position:absolute;top:20px;left:50%;z-index:100;}
.home_top_left_pic{width:76px;height:76px;margin:2px auto;border-radius:50%;}
.home_top_left_pic img{width:100%;height:100%;border-radius:50%;}

.home_top_left_p{width:80%;height:30px;background-color:#EEE;border-radius:4px;
position:absolute;bottom:10px;left:50%;z-index:100;
-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);
text-align:center;line-height:30px;font-size:16px;color:#999;overflow:hidden;}

#home_top_right{float:right;width:70%;height:100%;}
.home_top_right_p{width:80%;height:102px;margin:24px auto;background-color:rgba(255,255,255,0.8);}
.home_top_right_p_1{width:80%;height:30px;margin:0px auto;text-align:left;line-height:30px;font-size:14px;color:#000;overflow:hidden;}
.home_top_right_p_2{width:80%;height:24px;margin:0px auto;text-align:left;line-height:24px;font-size:14px;color:#999;overflow:hidden;}

/*home_banner*/
#home_banner{width:100%;height:50px;margin:0px auto;border-top:10px solid #eff3f7;}
.home_banner_style{float:left;width:25%;height:100%;border-bottom:1px solid #EEE;
text-align:center;line-height:50px;font-size:16px;color:#000;overflow:hidden;}

.home_banner_new{float:left;width:25%;height:100%;border-bottom:1px solid #27b6ff;
text-align:center;line-height:50px;font-size:16px;color:#27b6ff;overflow:hidden;}

/*home_one*/
#home_one{float:left;width:100%;height:auto;margin:0px auto;}

/*home_two*/
#home_two{float:left;width:100%;height:auto;margin:0px auto;display:none;}

/*home_three*/
#home_three{float:left;width:100%;height:auto;margin:0px auto;display:none;}

/*home_four*/
#home_four{float:left;width:100%;height:auto;margin:0px auto;display:none;}

/*home_view*/
#home_view{float:left;width:100%;height:auto;margin:0px auto;}
#home_view_style{width:100%;height:50px;margin:0px auto;border-bottom:1px solid #EEE;}
.home_view_left{float:left;width:25%;height:100%;}
.home_view_pic{width:30px;height:30px;margin:10px auto;border-radius:50%;}
.home_view_pic img{width:100%;height:100%;border-radius:50%;}
.home_view_center{float:left;width:50%;height:100%;
text-align:left;line-height:50px;font-size:16px;color:#000;overflow:hidden;}

.home_view_right{float:left;width:25%;height:100%;}
.home_view_time{width:80%;height:100%;margin:0px auto;
text-align:right;line-height:50px;font-size:12px;color:#999;overflow:hidden;}


/**/
@media screen and (min-width:750px){
html,body{font-size:20px;}


#home_top{width:750px;float:none;}
#home_top_style{width:750px;float:none;
left:50%;
-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
#home_banner{width:750px;float:none;}
#home_one{width:750px;float:none;}
#home_two{width:750px;float:none;}
#home_three{width:750px;float:none;}
}