﻿@charset "utf-8";
/* CSS Document */

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, a, i, b, em, strong, span, img {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: '微软雅黑','黑体','宋体';
}

a {
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

li {
    list-style: none;
}

em, i {
    font-style: normal;
}

b, strong {
    font-weight: normal;
}

img {
    vertical-align: top;
}

a img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    *zoom: 1
}

a {
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}

    a:hover {
        color: #58c9b9;
        -webkit-transition: color .5s;
        -moz-transition: color .5s;
        -ms-transition: color .5s;
        transition: color .5s;
    }

body {
    min-width: 1203px;
}
/* header */
.header {
    height: 82px;
    background-color: #FFF;
}

    .header .h_bg {
        width: 40%;
        background: #265aaf;
        height: 63px;
        position: absolute;
        right: 0;
        top: 19px;
        z-index: 0;
    }

.top_box {
    width: 1203px;
    margin: 0 auto;
    background-color: #FFF;
}

    .top_box .logo {
        display: block;
        width: 383px;
        height: 82px;
        background: url(../../img/defaultPage/logo.png) no-repeat left center;
        margin-right: 74px;
    }

    .top_box .nav {
        background: #fff url(../../img/defaultPage/nav_bg1.png) no-repeat left bottom;
        padding-left: 20px;
        position: relative;
        z-index: 9;
    }

        .top_box .nav > li {
            position: relative;
            float: left;
            padding: 0 20px;
            margin-top: 20px;
            height: 62px;
            line-height: 62px;
            border-right: 1px solid #477cc6;
        }

            .top_box .nav > li > a {
                color: #fff;
                font-size: 18px;
            }

            .top_box .nav > li i {
                position: relative;
                top: -4px;
                left: 2px;
                display: inline-block;
                width: 8px;
                height: 4px;
                background: url("../../img/defaultPage/icon1.png") no-repeat center;
                transform: rotate(0deg);
                -ms-transform: rotate(0deg); /* IE 9 */
                -webkit-transform: rotate(0deg); /* Safari and Chrome */
                -o-transform: rotate(0deg); /* Opera */
                -moz-transform: rotate(0deg);
                transition: transform .5s;
                -moz-transition: transform .5s; /* Firefox 4 */
                -webkit-transition: transform .5s; /* Safari éœï¿½ Chrome */
                -o-transition: transform .5s;
            }

.nav .sub_nav {
    left: 0px;
    width: 100%;
    position: absolute;
    top: 62px;
    padding-top: 10px;
    z-index: 99;
    background-color: #fff;
    display: none;
}

.nav > li:hover .sub_nav {
    display: block;
}

.nav .sub_nav li {
    width: 100%;
    text-align: center;
    line-height: 30px;
}

    .nav .sub_nav li a {
        color: #333;
    }

.nav > li:hover i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
    -moz-transform: rotate(180deg);
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari éœï¿½ Chrome */
    -o-transition: transform .5s;
}

.nav .sub_nav li a:hover {
    color: #223b73;
}
/* banner */
.case_container {
    position: relative;
    width: 100%;
    height: 254px;
    background: #e9f3fc;
}

    .case_container .box {
        width: 100%;
        height: 254px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .case_container ul {
        overflow: hidden;
    }

        .case_container ul li {
            float: left;
            width: 100%;
            height: 254px;
            position: relative;
        }

            .case_container ul li img {
                width: 100%;
                height: 254px;
                background: #000;
            }

            .case_container ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

    .case_container .next, .case_container .prev {
        position: absolute;
        display: inline-block;
        width: 52px;
        height: 90px;
        background: url("../../img/defaultPage/banner_btn.png") no-repeat 0 0;
        top: 50%;
        margin-top: -45px;
        cursor: pointer;
        z-index: 99;
    }

    .case_container .next {
        right: 20px;
        background-position: -64px 0px;
    }

    .case_container .prev {
        left: 20px;
    }

.tempWrap {
    margin: 0 auto;
}

.wrap {
    position: relative;
    width: 100%;
    height: 254px;
    margin: 0 auto;
}

.wrap ul {
    overflow: hidden;
}

.wrap ul li a {
    display: block;
    height: 254px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.centered-btns_nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 90px;
    margin-top: -40px;
    line-height: 200px;
    background-image: url("../../img/defaultPage/banner_btn.png");
    overflow: hidden;
    opacity: .7;
}

.wrap .prev {
    left: 20px;
}

.wrap .next {
    right: 20px;
    background-position: -64px 0px;
}

.centered-btns_nav:active {
    opacity: 1;
}

.centered-btns_tabs {
    display: none;
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    list-style-type: none;
}

    .centered-btns_tabs li {
        display: inline-block;
        margin: 0 3px;
        *display: inline;
        *zoom: 1;
    }

    .centered-btns_tabs a {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        line-height: 20px;
        background-color: rgba(0, 0, 0, .3);
        background-color: #ccc\9;
        *display: inline;
        *zoom: 1;
        overflow: hidden;
    }

    .centered-btns_tabs .centered-btns_here a {
        background-color: rgba(0, 0, 0, .8);
        background-color: #666\9;
    }

.wrap ul li img, .wrap ul, .wrap ul li {
    width: 100%;
    height: 254px;
}
.wrap ul li a {
    display: block;
    width: 100%;
    height: 254px;
}

.img_container {
    position: relative;
    width: 300px;
    height: 180px;
    background: #e9f3fc;
}

    .img_container .box {
        width: 300px;
        height: 180px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .img_container ul {
        overflow: hidden;
    }

        .img_container ul li {
            float: left;
            width: 300px;
            height: 180px;
            position: relative;
        }

            .img_container ul li .d_detail {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 42px;
                width: 266px;
                margin-left: 15px;
                line-height: 42px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fff;
                font-size: 14px;
            }

            .img_container ul li .opcity {
                position: absolute;
                width: 100%;
                bottom: 0;
                left: 0;
                height: 42px;
                background: #000;
                opacity: .5;
                filter: Alpha(opcity=50);
            }
/* login */
.login_box {
    width: 100%;
    height: 76px;
    background-color: #517bbf;
}

.login {
    width: 1203px;
    margin: 0 auto;
    padding-top: 15px;
}

.filedBox {
    position: relative;
    float: left;
    width: 270px;
    height: 42px;
    border: 1px solid #badefc;
    border-radius: 5px;
    margin-right: 18px;
    background-color:#fff;
}

    .filedBox .tipBox {
        position: absolute;
        left: 46px;
        color: #86aeec;
        height: 40px;
        line-height: 40px;
    }

    .filedBox input {
        width: 213px;
        height: 36px;
        line-height: 36px;
        outline: none;
        border: none;
        background-color: #517bbf;
        margin-top: 2px;
        padding-left: 46px;
        color: #86aeec;
        font-size: 14px;
    }

.codeBox {
    float: left;
    width: 200px;
    margin-right: 30px;
    height: 43px;
    background: #fff;
    border-radius: 6px;
    margin-top: 1px;
}

    .codeBox input {
        width: 88px;
        height: 34px;
        margin-left: 7px;
        margin-top: 3px;
        border: 1px solid #badefc;
        border-radius: 5px;
        padding-left: 10px;
        background: #fff;
    }

    .codeBox .tipBox {
        left: 17px;
        display: block;
        height: 36px;
        line-height: 43px;
        color: #ccc;
    }

    .codeBox img {
        width: 80px;
        height: 37px;
        margin-top: 3px;
        cursor: pointer;
    }

.subBox, .subBox input {
    float: left;
    margin-right: 14px;
    width: 156px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background-color: #86aeec;
    border-radius: 5px;
}

    .subBox input {
        border: none;
        outline: none;
        cursor: pointer;
    }

.filedTool {
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

    .filedTool input {
        position: relative;
        top: 5px;
        width: 20px;
        height: 20px;
        border: 1px solid #86aeec;
        border-radius: 5px;
        background-color: #517bbf;
    }

#userName {
    background: url("../../img/defaultPage/login_bg.png") no-repeat 15px center;
}

#pwd {
    background: url("../../img/defaultPage/login1.png") no-repeat 15px center;
}

.login .forget {
    float: left;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.login .forget > a, .dingcode > a {
    color: #fff;
    font-size: 14px;
}

.login .dingcode {
    float: left;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    margin-left:10px;
}

.regist_box {
    position: relative;
    display: inline-block;
}

.login .regist {
    height: 45px;
    line-height: 45px;
}

.regist_type, .forget_type {
    position: absolute;
    background-color: #e8e8e8;
    width: 188px;
    height: 46px;
    padding: 2px 10px;
    border-radius: 4px;
    z-index: 99;
    display: none;
}

    .regist_type:after, .forget_type:after {
        content: ' ';
        position: absolute;
        margin-left: 8px;
        vertical-align: middle;
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
        border-width: 10px;
        cursor: pointer;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #e8e8e8 transparent;
        border-top: none;
        top: -6px;
        left: 10px;
    }

    .regist_type a, .forget_type a {
        display: block;
        font-size: 14px;
        color: #6a6a6a;
        line-height: 24px;
    }

        .regist_type a:hover, .forget_type a:hover {
            color: #1E50A2;
        }

.login .regist span, .login .forget_type span {
    color: #badefc;
    font-size: 14px;
    margin: 0 3px;
    cursor: pointer;
}

.login .regist_type span, .login .forget_type span {
    color: #0069b7;
}

::-webkit-input-placeholder {
    color: #86aeec;
}

:-moz-placeholder {
    color: #86aeec;
}

::-moz-placeholder {
    color: #86aeec;
}

:-ms-input-placeholder {
    color: #86aeec;
}

.statistics {
    width: 100%;
    height: 603px;
    background: url(../../img/defaultPage/statistics.jpg) no-repeat center;
    overflow: hidden;
    position: relative;
}

.statis {
    width: 1203px;
    margin: 0px auto 0;
    padding-top: 54px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    margin-left: -601px;
}

.stat_bg img {
    width: 100%;
}

.statis .bar {
    width: 670px;
    margin-top: 24px;
}

    .statis .bar .title {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

.statis .title span {
    font-size: 30px;
    font-weight: normal;
    color: #ff8355;
    position: relative;
    top: 5px;
    font-style: italic;
}

.statis .map {
    position: relative;
    width: 515px;
}

#map_tips {
    position: absolute;
    top: 330px;
    left: 354px;
    display: none;
}

    #map_tips p {
        font-size: 12px;
        margin: 0 0 3px -5px;
        color: #333333;
    }

.statis .map .data {
    width: 240px;
    height: 211px;
    position: absolute;
    background: url("../../img/defaultPage/map_bg.png") no-repeat center;
}

.statis .data h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.statis .data label {
    display: inline-block;
    width: 80px;
    margin-left: 22px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
    text-align: right;
    margin-right: 14px;
}

.statis .data span {
    display: inline-block;
    width: 80px;
    padding-left: 16px;
    height: 18px;
    line-height: 18px;
    background: #1687e7;
    color: #aed6fc;
}

#share_loading img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.chart_loading {
    left: 312px;
    bottom: 197px;
    margin: auto;
    position: absolute;
}

.part1_box {
    background-color: #fff;
    padding: 50px 0 30px;
}

.part1 {
    width: 1203px;
    margin: 0 auto;
}

    .part1 .information {
        width: 787px;
    }

.common_title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    color: #999999;
    background-repeat: no-repeat;
}

    .common_title a {
        color: #999999;
    }

        .common_title a:hover {
            color: #265aaf;
        }

.part1 .infor_box {
    margin-top: 30px;
}

.infor_box .img {
    width: 300px;
}

.infor_box .detail {
    width: 458px;
}

    .infor_box .detail li {
        margin-bottom: 18px;
    }

.infor_box .normal .icon_infor {
    display: inline-block;
    position: relative;
    top: -6px;
    width: 5px;
    height: 5px;
    background: #c9d4dd;
    margin-right: 12px;
}

.infor_box .normal a {
    display: inline-block;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5d5d5d;
    font-size: 14px;
}

.infor_box .normal span {
    display: inline-block;
    position: relative;
    top: -5px;
    font-size: 12px;
    color: #9da6b3;
    width: 82px;
    text-align: right;
}

.infor_box .hover .date {
    width: 50px;
    height: 53px;
    background: #fff;
    border: 1px solid #265aaf;
    padding: 0 3px 3px;
    margin-right: 15px;
}

    .infor_box .hover .date h2 {
        font-size: 32px;
        text-align: center;
        color: #265aaf;
        border-bottom: 1px solid #265aaf;
        margin-top: -5px;
    }

    .infor_box .hover .date span {
        font-size: 12px;
        color: #333;
    }

.infor_box .hover .text_detail h2 {
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    margin: 5px 0 10px;
}

.infor_box .hover .text_detail a {
    display: block;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #9da6b3;
}

.infor_box .hover {
    display: none;
}

.infor_box .detail li.on .hover {
    display: block;
}

.infor_box .detail li.on .normal {
    display: none;
}

.part1 .notice {
    width: 383px;
}

    .part1 .notice ul {
        margin-top: 30px;
    }

    .part1 .notice li i {
        display: inline-block;
        position: relative;
        top: -15px;
        width: 5px;
        height: 5px;
        background: #c9d4dd;
        margin-right: 10px;
    }

    .part1 .notice li a {
        display: inline-block;
        width: 363px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #5d5d5d;
        font-size: 14px;
        line-height: 34px;
    }

        .part1 .notice li a:hover {
            color: #265aaf;
        }

.part2_box {
    padding: 40px;
    background: #f4f4f4;
}

.part2 {
    width: 1203px;
    margin: 0 auto;
}

.region1, .c_box {
    position: relative;
    width: 1203px;
    overflow: hidden;
}

.c_box {
    width: 1088px;
    margin: 0 auto;
}

.region1 ul li {
    position: relative;
    float: left;
    width: 100px;
    margin: 26px 18px 0;
}

    .region1 ul li img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .region1 ul li .zhezhao {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: none;
    }

        .region1 ul li .zhezhao .opcity {
            position: absolute;
            top: 0;
            width: 100px;
            height: 100px;          
            background-color: #000;
            opacity: .5;
            filter: Alpha(opacity=50);
            border-radius: 50%;
        }

        .region1 ul li .zhezhao .p_btn {
            display: block;
            position: absolute;
            width: 76px;
            height: 30px;
            color: #fff;
            z-index: 9;
            text-align: center;
            background: #265aaf;
            border-radius: 5px;
            line-height: 30px;
            left: 12px;
            top: 50%;
            margin-top: -15px;
        }
    .region1 ul li:hover .zhezhao {
        display: block;
    }
    .region1 ul li p {
        font-size: 16px;
        text-align: center;
        color: #333333;
        margin-bottom: 5px;
    }

.region1 .next, .region1 .prev {
    position: absolute;
    top: 56px;
    right: 0px;
    cursor: pointer;
    z-index: 11;
}

.region1 .prev {
    left: 0;
}

.region1 .c_box_ul > li.on .city {
    color: #265aaf;
    font-weight: bold;
}

.region1 .c_box_ul i {
    display: block;
    width: 20px;
    height: 15px;
    margin: 0 auto;
    background: url("../../img/defaultPage/icon2.png") no-repeat center;
    display: none;
}

.region1 li.on i {
    display: block;
}

.region2 {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding-bottom: 18px;
}

.region2, .c_box {
    position: relative;
    width: 1203px;
    overflow: hidden;
}

    .region2 ul li {
        float: left;
        width: 100px;
        margin: 26px 18px 0;
        position: relative;
    }

        .region2 ul li img {
            width: 100px;
            height: 100px;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .region2 ul li p {
            font-size: 16px;
            text-align: center;
            color: #333333;
            -webkit-transition: color .5s;
            -moz-transition: color .5s;
            -ms-transition: color .5s;
            transition: color .5s;
        }

    .region2 .next, .region2 .prev {
        position: absolute;
        top: 56px;
        right: 20px;
        cursor: pointer;
        z-index:99;
    }

    .region2 .prev {
        left: 20px;
    }

    .region2 ul li:hover p {
        color: #265aaf;
        font-weight: bold;
        -webkit-transition: color .5s;
        -moz-transition: color .5s;
        -ms-transition: color .5s;
        transition: color .5s;
    }

.sub_box {
    position: relative;
    top: -160px;
}

.sub_box.slide {
    top: 0px;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    transition: top .5s;
}

.sub_box .opcity {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 24px;
    background-color: #000;
    border-radius: 5px;
    opacity: .5;
    filter: Alpha(opacity=50);
    transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
    -moz-transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    transition: transform .5s;
}

.sub_box .text {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    z-index: 99;
    transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
    -moz-transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    transition: transform .5s;
}

    .sub_box .text span {
        display: block;
        font-size: 12px;
        line-height: 22px;
    }

    .sub_box .text .num {
        margin-top: 10px;
    }
    .sub_box .text a {
        display: block;
        position: relative;
        width: 76px;
        height: 22px;
        color: #fff;
        text-align: center;
        background: #265aaf;
        border-radius: 5px;
        line-height: 22px;
        left: 12px;
        top: 10px;
        font-size: 12px;
    }

    .sub_box li:hover .opcity {
        transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        -o-transform: scale3d(1,1,1);
        -webkit-transition: transform .5s;
        -moz-transition: transform .5s;
        -ms-transition: transform .5s;
        transition: transform .5s;
    }

.sub_box li:hover .text {
    transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    transition: transform .5s;
}

.part3_box {
    background: #fff;
    padding: 50px 0;
}

.part3 {
    width: 1203px;
    margin: 0 auto;
}

    .part3 .space {
        width: 787px;
    }

.space_list li {
    float: left;
    width: 118px;
    margin: 56px 46px 0 30px;
}

    .space_list li img {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .space_list li .school {
        display: block;
        width: 118px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 18px 0 10px 0;
        text-align: center;
        font-size: 16px;
        color: #333;
    }

    .space_list li .count {
        display: block;
        width: 118px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        color: #a9a9a9;
    }

    .space_list li:hover .school {
        color: #265aaf;
    }

.e_space {
    width: 383px;
    overflow: hidden;
}

.e_count li {
    float: left;
    padding: 6px 18px 18px;
    text-align: center;
    background: url("../../img/defaultPage/e_space.png") no-repeat right center;
}

    .e_count li .e_num {
        font-size: 17px;
        color: #265aaf;
        margin-bottom: 6px;
        /*font-style: italic;*/
    }

    .e_count li .e_title {
        font-size: 14px;
        color: #999;
    }

.e_space .common_title {
    height: 100px;
    position: relative;
}

.e_space_btn {
    position: absolute;
    right: 3px;
    bottom: 14px;
    width: 100px;
    border: 1px solid #265aaf;
    border-radius: 5px;
}

    .e_space_btn li {
        display: block;
        width: 50px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        float: left;
        color: #666;
        font-size: 14px;
        cursor: pointer;
    }

        .e_space_btn li.on {
            background: #265aaf;
            color: #fff;
        }

.e_space_list ul {
    width: 450px;
    display: none;
}

    .e_space_list ul li {
        float: left;
        width: 180px;
        margin: 20px 20px 0 0;
        overflow: hidden;
    }

        .e_space_list ul li img {
            width: 90px;
            height: 90px;
            float: left;
            border-radius: 8px;
            margin-right: 5px;
        }

        .e_space_list ul li .infor {
            float: left;
            font-size: 14px;
            line-height: 30px;
            color: #999;
        }

        .e_space_list ul li .name {
            display: block;
            font-size: 16px;
            color: #333;
        }

        .e_space_list ul li:hover .name {
            color: #265aaf;
        }

        .e_space_list ul li .name, .e_space_list ul li p {
            width: 85px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.part4_box {
    padding: 46px;
    background: #f4f4f4;
}

.part4 {
    width: 1203px;
    margin: 0 auto;
}

.c_group {
    width: 790px;
    overflow: hidden;
}

.c_group_list {
    width: 900px;
    margin-top: 15px;
}

    .c_group_list li {
        float: left;
        width: 250px;
        height: 280px;
        margin: 6px;
        background: #fff;
        box-shadow: 0 0 20px #e1eaf1;
    }

        .c_group_list li img {
            display: block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin: 50px auto 20px;
        }

        .c_group_list li .title {
            display: block;
            width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #333;
            font-size: 16px;
            text-align: center;
        }

.operate {
    /*width: 170px;*/
    margin: 15px auto;
    text-align:center;
    display:table;
}

    .operate span {
        display: block;
        float: left;
        padding-left: 20px;
        color: #b8b8b8;
        font-size: 12px;
        background: url("../../img/defaultPage/icon3.png") no-repeat left top;
        margin: 0 5px;
    }

    .operate .praise {
        background-position-y: -30px;
    }

    .operate .comment {
        background-position-y: -64px;
    }

    .operate .sort {
        background-position-y: -96px;
    }

.c_group_list li:hover {
    background: url("../../img/defaultPage/sbg.png") no-repeat center top;
}

    .c_group_list li:hover .title {
        font-size: 16px;
        color: #265aaf;
        font-weight: bold;
    }

.studio {
    width: 383px;
}

.studio_container {
    position: relative;
    width: 380px;
    height: 550px;
    padding: 25px 0px 0px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 20px #e1eaf1;
}

    .studio_container .box {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .studio_container ul {
        overflow: hidden;
    }

        .studio_container ul li {
            position: relative;
        }

    .studio_container .studio_list {
        padding: 10px 0px 10px 30px;
    }

        .studio_container .studio_list img {
            width: 90px;
            height: 90px;
            float: left;
            margin-right: 20px;
            border-radius: 8px;
        }

        .studio_container .studio_list .s_infor {
            float: left;
        }

        .studio_container .studio_list .title {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #333;
            font-size: 16px;
            margin: 7px 0 12px;
            cursor: default;
        }

        .studio_container .studio_list .grade {
            font-size: 14px;
            color: #999;
        }

.studio_list .operate {
    width: 240px;
    margin-top: 10px;
}

.studio_container .studio_list:hover {
    background: url("../../img/defaultPage/sbg1.png") no-repeat left top;
}
/*.studio_container .studio_list:hover .title {
	font-size: 16px;
	color: #265aaf;
	font-weight: bold;
}*/
.studio_container .hd {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

    .studio_container .hd li {
        float: left;
        color: #fff;
        margin: 0 12px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #b4b4b4;
        line-height: 100px;
        cursor: pointer;
    }

    .studio_container .hd ul {
        height: 20px;
        /*width: 140px;*/
        margin: 0 auto;
        padding-top: 5px;
        display:table;
    }

    .studio_container .hd li.on {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #59a5e5;
        position: relative;
        top: -5px;
    }

.part5_box {
    padding: 40px 0 26px;
    background: #fff;
}

.part5 {
    width: 1203px;
    margin: 0 auto;
}

.app_center, .c_box {
    position: relative;
    width: 1209px;
    margin-top: 16px;
}

.c_box {
    margin: 0 auto;
    overflow: hidden;
}

.app_center .c_box {
    margin-left: -9px;
}

.app_center ul li {
    float: left;
    width: 162px;
    height: 187px;
    margin: 16px 6px;
}

    .app_center ul li a {
        display: block;
        width: 135px;
        height: 167px;
        background: #f4f4f4;
        border: 1px solid #eaeaea;
        margin: 5px auto;
    }

.app_center li .name {
    font-size: 16px;
    color: #000;
}

.app_center ul li img {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin: 0 auto 10px;
    padding-top: 27px;
}

.app_center ul li:hover a {
    width: 155px;
    height: 187px;
    box-shadow: 0 0 20px #e1eaf1;
    margin-top: -5px;
    /*transition: all .5s;
    -webkit-transition: all .5s;*/
}

.app_center ul li:hover .name {
    color: #2d5fe6;
    font-weight: bold;
}

.app_center ul li:hover img {
    padding-top: 34px;
}

.app_center ul li p {
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-bottom: 5px;
}

.app_center .next, .app_center .prev {
    position: absolute;
    top: 92px;
    right: -9px;
    cursor: pointer;
    z-index: 11;
}

.app_center .prev {
    left: -17px;
}

.app_center .score {
    background: url(../../img/defaultPage/star.png) no-repeat left 3px;
    width: 74px;
    margin: 0 auto;
    text-align: left;
}

    .app_center .score span {
        display: inline-block;
        width: 30px;
        background: url("../../img/defaultPage/star.png") no-repeat left -27px;
        height: 14px;
    }

.part6_box {
    padding: 40px 0;
    background: #f4f4f4;
}

.part6 {
    width: 1203px;
    margin: 0 auto;
    overflow: hidden;
}

    .part6 .link {
        width: 1300px;
        margin-top: 30px;
        margin-bottom: 60px;
    }

        .part6 .link a {
            display: inline-block;
            width: 232px;
            margin-right: 12px;
        }

    .part6 .down a {
        float: left;
        margin-top: 16px;
    }

    .part6 .down .cumpter {
        float: right;
        width: 150px;
        height: 104px;
        background: url("../../img/defaultPage/compter.png") no-repeat left center;
        padding-left: 153px;
        margin-left: 98px;
    }

    .part6 .down .phone {
        float: left;
        height: 104px;
        background: url("../../img/defaultPage/phone.png") no-repeat left center;
        padding-left: 92px;
        margin-left: 50px;
    }

.cumpter h2, .phone h2 {
    font-size: 28px;
    margin-top: 8px;
    color: #0376d8;
    font-weight: normal;
}

.cumpter a, .phone a {
    display: block;
    padding: 0 16px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-top: 15px;
    color: #0376d8;
    border: 1px solid #0376d8;
    border-radius: 6px;
}

.part6 .code {
    float: right;
    width: 120px;
    height: 120px;
    margin-left: 16px;
}

.footer_box {
    background: #265aaf;
    padding: 32px 0 12px;
}

.footer {
    width: 1203px;
    margin: 0 auto;
    color: #fff;
}

.footer_box a {
    color: #fff;
}

.f_code {
    height: 117px;
    padding-left: 138px;
    background: url("../../img/lib/userZone/renren-code.png") no-repeat left center;
}

    .f_code h2 {
        font-size: 24px;
        font-weight: normal;
        margin: 24px 0 10px;
    }

    .f_code p {
        font-size: 14px;
    }

.footer .f_infor {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}

.share {
    width: 56px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
}

    .share a {
        display: block;
        width: 56px;
        height: 56px;
        margin-bottom: 15px;
        background: url("../../img/defaultPage/share.png") no-repeat center 0px;
    }

@media screen and (max-width: 1920px) {
    .stat_bg {
        display: none;
    }
}

@media screen and (min-width: 2200px) {
    .header .h_bg {
        height: 62px;
        top: 20px;
    }
}

.fixed-tool {
    display: none;
    position: fixed;
    width: 45px;
    right: 30px;
    bottom: 5%;
}

    .fixed-tool > div {
        position: relative;
        background-color: #89bde2;
        border-radius: 50%;
        color: #fff;
        margin-top: 5px;
        cursor: pointer;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }

    .fixed-tool p {
        position: relative;
        display: none;
        top: 6px;
        line-height: 16px;
    }

    .fixed-tool a {
        display: block;
        color: #fff;
    }

    .fixed-tool img {
        position: relative;
        top: -1px;
        vertical-align: middle;
    }

.active-btn {
    padding-top: 30px;
    text-align: center;
}

    .active-btn li {
        display: inline-block;
        margin: 0 10px;
        vertical-align: top;
    }

    .active-btn a {
        display: inline-block;
        width: 190px;
        height: 80px;
        line-height: 80px;
        background-color: #2682d8;
        border-radius: 4px;
    }

    .active-btn .name {
        font-size: 22px;
        color: #fff;
        vertical-align: middle;
    }

    .active-btn .intro {
        display: block;
        color: #fff;
        font-size: 12px;
        margin-top: -53px;
        height: 22px;
    }

    .active-btn i {
        display: inline-block;
        margin-right: 12px;
        vertical-align: middle;
    }

    .active-btn .icon-yj {
        width: 34px;
        height: 34px;
        background: url(../../Extend/img/v1.3/icon-yj.png) center center no-repeat;
    }

    .active-btn .icon-jc {
        width: 34px;
        height: 34px;
        background: url(../../Extend/img/v1.3/icon-jc.png) center center no-repeat;
    }

    .active-btn .icon-zzj {
        width: 38px;
        height: 27px;
        background: url(../../Extend/img/v1.3/icon-zzj.png) center center no-repeat;
    }

.promptIco {
    background-image: url(../../img/lib/sprite.png);
    background-position: -0px -200px;
    background-repeat: no-repeat;
}

.prompt {
    padding: 20px 10px 0 60px;
    font-size: 14px;
    color: #000;
    position: relative;
}

.promptIco {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.pm {
    padding: 5px 0 0 10px;
    line-height: 20px;
}

.pc4 {
    background-position: -97px -326px;
}

.f-tac {
    text-align: center;
}

.f-tac img {
    font-size: 12px;
    vertical-align: middle;
    outline: none;
    resize: none;
    font-family: 'Microsoft YaHei';
}

.f-fs14 {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #333;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.fl {
    float: left;
}
