﻿@charset "utf-8";
/* 焦点图-广告 */
.banner {
    text-align: center;
    height: 502px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner .hd {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 19px;
    width: 100%;
    height: 26px;
    margin: 0 auto;
    text-align: center;
}
.banner .hd ul {
    display: inline-block;
    *display: inline;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    z-index: 2;
}
.banner .hd ul li {
    width: 16px;
    height: 16px;
    line-height: 16px;
    float: left;
    margin: 0 4px;
    background-color: white;
    border-radius: 8px;
}
.banner .hd ul li span {
    display: none;
}
.banner .hd ul li.on {
    width: 36px;
}
.banner .bd {}
.banner .bd ul li {
    width: 100%;
    height: 502px;
    position: relative;
    z-index: 1;
}
.banner .bd .pic {}
.banner .bd .pic img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 502px;
    float: left;
}
.banner .bd .con {
    display: none;
}
.banner .prev,
.banner .next {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 208px;
    display: block;
    width: 68px;
    height: 68px;
    float: left;
    background: url(../../base/img/bannerbtn.png) center top no-repeat;
}
.banner .next {
    margin-left: 600px;
    background-position: center -72px;
}
.banner .prev {
    margin-left: -668px;
}
/* 校园动态 */
.indXydt {
    width: 1160px;
    padding: 18px;
    margin: 42px auto 0;
    overflow: hidden;
    border: 2px dotted #99d9d1;
    border-radius: 24px;
}
/* 焦点图 */
#indFocus {
    width: 480px;
    height: 360px;
    float: left;
    margin-right: 20px;
}
#indFocus .bd .pic img {
    width: 480px;
    height: 360px;
}
/* 校园动态 */
.boxXydt {
    overflow: hidden;
    text-align: left;
}
.boxXydt .hd {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background-color: #2db9a7;
    border-radius: 21px;
}
.boxXydt .hd h3 {
    padding-left: 22px;
    font-size: 18px;
    color: white;
}
.boxXydt .hd h3 a {
    color: white;
}
.boxXydt .hd .more {
    float: right;
    font-size: 14px;
    margin-right: 22px;
    color: white;
}
.boxXydt .hd h3 a:hover,
.boxXydt .hd .more:hover {
    color: #ddd;
}
.boxXydt .bd {
    padding-top: 12px;
    overflow: hidden;
}
.boxXydt .bd .infoList li {
    height: 34px;
    line-height: 34px;
}
/* 关于我们 */
.boxGywm {
    height: 258px;
    overflow: hidden;
    margin: 40px auto 0;
    background: url(../../base/img/indgywmbg.png) left top repeat-x;
}
.boxGywm .nodeList {
    width: 1200px;
    margin: 49px auto 0;
    overflow: hidden;
}
.boxGywm .nodeList li {
    width: 130px;
    float: left;
    margin: 0 34px 0 66px;
}
.boxGywm .nodeList li .pic {
    overflow: hidden;
}
.boxGywm .nodeList li .pic img {
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.boxGywm .nodeList li:hover .pic img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.boxGywm .nodeList li .tit {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
}
/* 园务公开 & 共育沙龙 */
.loopBox {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}
/* 通用框 */
.indBox {
    width: 542px;
    float: left;
    text-align: left;
    padding: 18px;
    border: 2px dotted #efd1b6;
    border-radius: 24px;
}
.indBox .hd {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    background-color: #eda631;
    border-radius: 21px;
}
.indBox .hd h3 {
    padding-left: 22px;
    font-size: 18px;
    color: white;
}
.indBox .hd h3 a {
    color: white;
}
.indBox .hd .more {
    float: right;
    font-size: 14px;
    margin-right: 20px;
    color: white;
}
.indBox .hd h3 a:hover,
.indBox .hd .more:hover {
    color: #ddd;
}
.indBox .bd {
    padding: 20px 0 0;
    overflow: hidden;
}
#boxGysl {
    float: right;
    border-color: #7fdbf6;
}
#boxGysl .hd {
    background-color: #46b1e3;
}
/* 我的班级 */
#boxWdbj {
    width: 1160px;
    padding: 18px;
    margin: 0 auto 40px;
    overflow: hidden;
    border: 2px dotted #99d9d1;
    border-radius: 24px;
}
#boxWdbj .wHd {
    height: 33px;
    margin: 0 auto 50px;
    text-align: center;
    zoom: 1;
    border-bottom: 1px solid #eaeaea;
}
#boxWdbj .wHd h3 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 18px auto 0;
    text-align: center;
}
#boxWdbj .wHd h3 .center {
    display: inline-block;
    *display: inline;
    height: 30px;
    line-height: 30px;
    padding: 0 36px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
#boxWdbj .wHd h3 p {
    *width: auto;
    *float: left;
    padding: 0 6px;
    background-color: #fff;
}
#boxWdbj .wHd h3 p.nodeName {
    margin: -18px auto 0;
    position: relative;
    z-index: 1;
    height: 38px;
    line-height: 38px;
    font-size: 26px;
    color: #0b9f8c;
}
#boxWdbj .wHd h3 p.nodeName a {
    color: #0b9f8c;
}
#boxWdbj .wHd h3 p.moreBox {
    *clear: both;
    height: 19px;
    line-height: 19px;
    margin: 0 20px;
    position: relative;
    z-index: 1;
}
#boxWdbj .wHd h3 p.moreBox a {
    display: inline-block;
    *display: inline;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    font-size: 14px;
    color: white;
    background-color: #0b9f8c;
}
#wdbjList .hd {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}
#wdbjList .hd li {
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#wdbjList .hd li a {
    display: block;
    padding: 10px 30px;
    line-height: 25px;
    background-color: #eda631;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
}
#wdbjList .hd li.on a {
    background-color: #0b9f8c;
}
#wdbjList .bd ul {
    margin: 0 0 20px;
    overflow: hidden;
}
#wdbjList .bd li {
    float: left;
    width: 19.99%;
    margin-bottom: 20px;
}
#wdbjList .bd li a {
    display: block;
    padding: 10px 5px;
    margin: 0 10px;
    background-color: #eee;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
#wdbjList .bd li a:hover {
    background-color: #0b9f8c;
    color: #fff;
}