@charset "utf-8";

#bigbox {
    width: 100%;
    height: 100%;
    background-color: #0061d4;
    background-image: url(/static/images/web/teaSpace.png?version=2.0.2);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.spaceLogo {
    padding: 35px 0;
}
.spaceLogo img{
    max-height: 70px;
}

#box {
    width: 1092px;
    height: 491px;
    margin: auto;
}

#box>ul {
    float: left;
}

#box>ul li {
    box-shadow: 0 0 6px rgba(45, 63, 94, .3);
}

#box .box11 {
    width: 283px;
    height: 491px;
    margin-right: 18px;
}

#box .box22 {
    width: 790px;
    height: 491px;
}

#box .box22 li {
    float: left;
}

.a1 {
    width: 283px;
    height: 233px;
    background: #FFF;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    padding-top: .1px;
}

.a2 {
    width: 283px;
    height: 107px;
    background-image: url(/static/images/web/controller6.png?version=2.0.2);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-color: #fff;
}

.a3 {
    width: 283px;
    height: 106px;
    background-image: url(/static/images/web/controller7.png?version=2.0.2);
    background-repeat: no-repeat;
    background-color: #fff;
}

.b1 {
    width: 380px;
    height: 233px;
    background-image: url(/static/images/web/controller2.png?version=2.0.2);
    background-repeat: no-repeat;
    margin-bottom: 18px;
    margin-right: 18px;
}

.b2 {
    width: 380px;
    height: 233px;
    background-image: url(/static/images/web/controller3.png?version=2.0.2);
    background-repeat: no-repeat;
    margin-bottom: 18px;
}

.b3 {
    width: 380px;
    height: 233px;
    background-image: url(/static/images/web/controller4.png?version=2.0.2);
    background-repeat: no-repeat;
    margin-right: 18px;
}

.b4 {
    width: 380px;
    height: 233px;
    background-image: url(/static/images/web/controller5.png?version=2.0.2);
    background-repeat: no-repeat;
}

.name {
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    margin-top: 30px;
    height: 37px;
    line-height: 37px;
}

.listoo {
    width: 100%;
    min-height: 235px;
    text-align: center;
    margin: 0 auto 0;
    margin-top: 16px !important;
    background: white;
    position: relative;
}

.listoo>li {
    width: 200px;
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
    border-top: 1px solid #dcdcdc;
    box-shadow: none !important;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
}

.listoo>li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0d60ea;
    font-size: 22px;
}

.listoo>li a:hover {
    color: #f7772a;
}

.imgm {
    display: block;
    width: 100%;
    height: 100%;
}

.imgm>img {
    display: block;
    margin: auto auto;
}

.imgs {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.imgs>img {
    display: block;
    margin: auto;
}

.picture {
    display: block;
    width: 110px;
    height: 110px;
    background: white;
    border: 2px solid #dcdcdc;
    border-radius: 100%;
    margin: 0 auto 15px;
}

.pers_head {
    background: #00386f;
}

.pers_top a.active {
    background: none;
    color: #77ebff;
    opacity: 1;
}