@charset "utf-8";
html {
	margin: 0px; padding: 0px;width:100%;height:100%;font-family: "微软雅黑", "黑体";
}
body {
	background:#effaff; margin: 0px; padding: 0px; color:#333; font-family: "微软雅黑", "黑体","Arial"; font-size: 14px;
}
.header{
	width:100%;height:900px;background:#effaff url("/inc/contest/focus2019/images/bg.jpg") no-repeat center top;background-size:auto 100%;margin:0 auto;display:flex;flex-direction:row;justify-content:center;align-items:flex-end; 
}
.header a{display:block;}
a.guoji{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/guoji.png") no-repeat;margin:0 0 20px 0;cursor:pointer;}
a.guoji:hover{background:url("/inc/contest/focus2019/images/guoji_1.png") no-repeat;}
a.daxue{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/daxue.png") no-repeat;margin:0 10px 20px 0;cursor:pointer;}
a.daxue:hover{background:url("/inc/contest/focus2019/images/daxue_1.png") no-repeat;}
a.gaozhong{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/gaozhong.png") no-repeat;margin:0 10px 20px 0;cursor:pointer;
}
a.gaozhong:hover{background:url("/inc/contest/focus2019/images/gaozhong_1.png") no-repeat;}
a.chuzhong{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/chuzhong.png") no-repeat;margin:0 10px 20px 0;cursor:pointer;
}
a.chuzhong:hover{background:url("/inc/contest/focus2019/images/chuzhong_1.png") no-repeat;}
a.xiaoxue{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/xiaoxue.png") no-repeat;margin:0 10px 20px 0;cursor:pointer;
}
a.xiaoxue:hover{background:url("/inc/contest/focus2019/images/xiaoxue_1.png") no-repeat;}
a.shaoer{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/shaoer.png") no-repeat;margin:0 10px 20px 0;cursor:pointer;
}
a.shaoer:hover{background:url("/inc/contest/focus2019/images/shaoer_1.png") no-repeat;}
a.qingnian{	width:120px;height:140px;background:url("/inc/contest/focus2019/images/qingnian.png") no-repeat;margin:0 10px 20px 0;cursor:pointer;
}
a.qingnian:hover{background:url("/inc/contest/focus2019/images/qingnian_1.png") no-repeat;}

.daohang{width:140px;height:224px;background:#b7de7f;position:absolute;top:0;left:68%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:5px; }
.daohang a{width:140px;height:56px;font-size:18px;color:#047d73;margin:0 auto;line-height:55px;text-align:center;cursor:pointer;text-decoration:none;}
.daohang a:hover{color:#ffffff;cursor:pointer;}
.border{width:80px;height:1px;margin:0 auto;background:#047d73;}