/* 版心的宽度 */
.pageheart {
    width: 1200px;
    margin: 0 auto;
}

/* header样式开始 */
.heads {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.header {
    position: relative;
    height: 53px;
    padding: 10px 0;
}

.head_log {
    width: 147px;
    height: 52px;
}

.head_log img {
    width: 100%;
    height: 100%;
}

.head_nav {
    margin-left: 50px;
    width: 810px;
}

.head_nav li {
    float: left;
    margin-right: 30px;
    font-size: 20px;
    color: #101010;
    line-height: 55px;
}

.head_nav li a {
    font-size: 20px;
    color: #333;
}

.head_nav .current {
    color: #C8161E;
}

.head_nav li a:hover {
    color: #C8161E;
}

.head_tel {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
}

.head_tel img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

/*分校的下拉菜单*/
.head_nav .branch-school {
    position: relative;
}

.head_nav .branch-school .allschool {
    position: absolute;
    top: 54px;
    left: -26px;
    width: 316px;
    /*height: 194px;*/
    height: auto;
    border-radius: 8px;
    background: #ffffff;
    -webkit-boxshadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, .32);
    z-index: 999;
    padding-bottom:15px;
    box-sizing: border-box;
    display: none;
}

.head_nav .branch-school .allschool img {
    position: absolute;
    width: 16px;
    height: 7px;
    top: -6px;
    left: 18%;
}

.head_nav .branch-school .allschool .school-ol {
    width: 100%;
    height: 100%;
}

.head_nav .branch-school .allschool .school-ol li.school-list {
    float: left;
    width: 79px;
    height: 20px;
    margin-top: 10px;
    margin-right: 0;
    font-size: 0;
    color: #222222;
    line-height: 20px;
    text-align: center;
}

.head_nav .branch-school .allschool .school-ol li.school-list a {
    font-size: 14px;
    color: #222222;
}

.head_nav .branch-school .allschool .school-ol li.school-list a:hover {
    color: #C8161E;
}

.head_nav .branch-school:hover .allschool {
    display: block;
}

/* header样式结束 */

/*footer开始*/
.footer {
    min-width: 1200px;
    width: 100%;
    height: auto;
    background: #333333;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}
.footer a:hover {
    color: #252687 !important;
}
.footer-top {
    display: flex;
    box-sizing: border-box;
    padding: 40px 0 12px 40px;
    width: 1200px;
    margin: 0 auto;
}
.footer-top .footer-top-l {
    width: 816px;
}
.footer-top .detail {
    display: flex;
    box-sizing: border-box;
    padding-bottom: 34px;
    position: relative;
}
.footer-top .detail::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 516px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}
.footer-top .detail .logo {

    margin-right: 20px;
    width: 60px;
	height:60px;
   
}
.footer-top .detail .detail-box p {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 37px;
    line-height: 37px;
}
.footer-top .detail .detail-box p img {
    margin-left: 10px;
    margin-top: 6px;
    display: block;
    width: 148px;
    height: 22px;
}
.footer-top .detail .detail-box ul {
    margin-top: 2px;
    display: flex;
    
}
.footer-top .detail .detail-box ul a {
    font-size: 15px;
    color: #FFFFFF;
}
.footer-top .detail .detail-box ul li {
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
}
.footer-top .address {
    box-sizing: border-box;
    padding-top: 24px;
}
.footer-top .address .footer-campus {
    margin-top: 10px;
    display: flex;
}
.footer-top .address .footer-campus dd {
    display: flex;
    width: 438px;
    flex-wrap: wrap;
}
.footer-top .address .footer-campus dd a {
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.footer-top .footer-top-r {
    height: auto;
}
.footer-top .footer-top-r .call-box {
    display: flex;
    width: 256px;
    height: 38px;
    background: #252687;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
}
.footer-top .footer-top-r .call-box img {
    width: 24px;
    height: 24px;
}
.footer-top .footer-top-r .call-box .call-tel {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}
.footer-top .footer-top-r .code {
    width: 238px;
    margin: 22px auto 0;
}
.footer-top .footer-top-r .code img {
    width: 238px;
    height: 100px;
    display: block;
}
.footer-top .footer-top-r .wechat-icon {
    margin-top: 5px;
    display: flex;
}
.footer-top .footer-top-r .wechat-icon-left {
    display: flex;
    width: 100px;
    justify-content: center;
    color: #FFFFFF;
}
.footer-top .footer-top-r .wechat-icon-left:nth-child(1) {
    margin-right: 30px;
}
.footer-top .footer-top-r .wechat-icon-left img {
    width: 20px;
    height: 20px;
}
.footer-top .footer-top-r .statement {
    margin-top: 14px;
    width: 256px;
    text-align: center;
    opacity: 0.4;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: 400;
}
.footer-bottom {
    background: #1B1B1B;
}
.footer-bottom-box {
    box-sizing: border-box;
    padding-left: 40px;
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}
.footer-bottom-box .p1 {
    margin-left: 280px;
}
.footer-bottom-box .p1 a {
    color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-box .p2 a {
    margin-left: 24px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-box .p2 img {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.footer-bottom-box .footer-bottom-nav a {
    color: rgba(255, 255, 255, 0.5);
}

/* .footer {
    min-width: 1200px;
    width: 100%;
    height: auto;
    background: #333;
}

.footer .footer_c {
    margin: 0 auto;
    padding: 45px 0;
    width: 1200px;
    height: auto;
    font-size: 12px;
    color: #bbb;
}

.footer .footer_c .footer-top .footer-t-left {
    float: left;
    width: 740px;
    height: auto;
    color: #c8c8c8;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dt {
    margin: 10px 0 12px;
    font-size: 14px;
    padding-left: 25px;
    background: url('//a.guixue.com/images/home.png') no-repeat 0 center;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dd {
    padding-left: 25px;
    width: 713px;
    height: auto;

}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dd a {
    margin: 0 25px 5px 0;
    display: inline-block;
    color: #c8c8c8;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dd a:hover {
    color: #c8161e;
}


.footer .footer_c .footer-top .footer-t-right {
    float: right;
    margin-left: 60 px;
    margin-top: 30px;
    width: 176px;
    height: auto;

}

.footer .footer_c .footer-top .footer-t-right .call-box {
    width: 176px;
    height: 50px;
}

.footer .footer_c .footer-top .footer-t-right .call-box img {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.footer .footer_c .footer-top .footer-t-right .call-box .call-tel {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
    color: #C8C8C8;
}

.footer .footer_c .footer-bottom .footer-b-top {
    margin: 28px auto 10px;
    width: 910px;
    height: auto;
    text-align: center;
}

.footer .footer_c .footer-bottom a {
    color: #bbb;
}

.footer .footer_c .footer-bottom a:hover {
    color: #c8161e;
}

.footer .footer_c .footer-bottom .footer-b-top span {
    margin: 0 3px;
}

.footer .footer_c .footer-bottom .footer-b-bottom {
    margin: 0 auto;
    margin-top: 28px;
    width: 1200px;
    height: auto;
    text-align: center;
    border-top: 1px solid #3c3c3c;
}

.footer .footer_c .footer-bottom .footer-b-bottom p {
    padding-top: 15px;
}


.footer .floatL {
    float: left;
}

.footer .floatR {
    float: right;
} */

/*footer结束*/