
/*头部*/
.header {width: 100%;height: 168px;background-color: #ffffff;}
.header .container {position: relative;}
.header .headerImg_set {width: 1200px;height: 168px;overflow: hidden;position: relative;}
.header .headerImg {width: 1200px;display: block;margin: 0 auto;}
.header .headerImg_set .headerL{position: absolute;left: 0;top: 0;}
.header .headerImg_set .headerR{position: absolute;right: 0;top: 0;}
.header .headerImg_set .schoolName_Set{position: absolute;left: 150px;top: 20px;color: red;font-size: 40px;font-weight: bold;font-family: "STXingkai","microsoft yahei";}

/*导航栏*/

.navi {width: 100%;height: 47px;background: url(../res/portalUn/dh_bg.png);}
.navi .navi_wrapper {width: 100%;padding-top: 8px;padding-left: 14px;position: relative;}
.navi .navi_item {width: 85px;height: 31px;color: #ffffff;text-align: center;line-height: 29px;font-size: 14px;float: left;cursor: pointer;margin-right: 4px;}
.navi .navi_item:hover {color: #0095f8;background-color: #ffffff;border-radius: 20px;}
.navi .navi_item.active {color: #0095f8;background-color: #ffffff;border-radius: 20px;}
.navi .navi_itemChoosed {color: #0095f8;background-color: #ffffff;}
.navi .btn-login {width: 75px;height: 34px;background: url(../res/portalUn/btn-login.png);position: absolute;right: 7px;top: 7px;color: white;text-align: center;line-height: 30px;cursor: pointer;font-size: 14px;}
.navi .btn-login:hover {background: url(../res/portalUn/btn-login-hover.png);}