﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, image, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th, section, b, input {
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-family: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
}

html, body {
    font-family: "微软雅黑", Arial;
    font-size: 14px;
    color: #666;
}
body {
    min-width: 1000px;
}

img {
    display: block;
}

ul, ol, li, dl {
    list-style: none;
}

a {
    text-decoration: none;
}

::selection {
    background: #e87717;
    color: white;
}

::-moz-selection {
    background: #e87717;
    color: white;
}

::-webkit-selection {
    background: #e87717;
    color: white;
}
/*登录部分*/
.login_body {
    background-color: #f2f2f2;
}

.headLine {
    height: 3px;
    background-color: #e87717;
}

.loginAll {
    width: 780px;
    height: 438px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -390px;
}

.loginCt {
    width: 780px;
    height: 438px;
    position: relative;
}

.login_group {
    margin: 0 auto;
}

.login_banner {
    width: 462px;
    height: 296px;
    position: absolute;
    top: 142px;
    left: 0;
}

.loginWrap {
    width: 318px;
    height: 296px;
    position: absolute;
    top: 142px;
    right: 0;
    background-color: #fff;
}

.loginName {
    font-size: 21px;
    font-weight: bold;
    color: #e87717;
    text-align: center;
    margin: 40px 0 10px;
}

.ic {
    float: left;
    width: 16px;
    height: 37px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}

.act {
    background-image: url(../images/user_icon.png);
}

.pas {
    background-image: url(../images/key_icon.png);
}

.loginWrap ul {
    padding: 0 20px;
}

    .loginWrap ul li {
        overflow: hidden;
        height: 34px;
        border-bottom: 1px solid #eceff1;
        margin-top: 24px;
    }

        .loginWrap ul li input {
            margin-left: 16px;
            float: left;
            font-size: 14px;
            width: 86%;
            height: 34px;
            line-height: 34px;
            border: none;
            color: #999;
            background: transparent !important;
            outline: none;
        }
    /*账号*/
    .loginWrap ul .account {
        margin-top: 2px;
    }

        .loginWrap ul .account input {
            *margin-top: 2px;
        }

.account input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*密码*/
.password {
    position: relative;
    list-style-type:none;
}

    .password input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }

    .password .key_word {
        font-size: 14px;
        position: absolute;
        left: 32px;
        top: 9px;
        color: #999;
    }
/*登录*/
.loginWrap ul .login_button {
    border: none;
    background-color: #ed7d1e;
    text-align: center;
}

.login_button a {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
}

.login_button :hover {
    background-color: #e87717;
}
/*登录提示*/
.loginTip {
    height: 20px;
}

.tipCt {
    display: none;
    line-height: 20px;
    border: 0 none;
    background-color: #eceff1;
    padding: 0 15px;
    border-radius: 2px;
}

    .tipCt span {
        font-size: 13px;
        color: red;
        background: url(../images/tip.png) left center no-repeat;
        padding-left: 20px;
        vertical-align: 2px;
    }
/*底部*/
.footer {
    overflow: hidden;
    width: 100%;
    height: 40px;
    background-color: #313131;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .footer p {
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        color: #7f7f7f;
    }

/*首页部分*/
/*首页底部修改*/
.footer_1 {
    position: static;
}

    .footer_1 p {
        width: 1000px;
        margin: 0 auto;
        text-align: left;
    }

.bk_body {
    background-color: #e8e7e7;
}

.secCt {
    position: relative;
    padding: 266px 0 0;
    overflow: hidden;
}


.bk_banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

    .bk_banner img {
        width: 100%;
    }

.mainCt {
    width: 1016px;
    margin: 0 auto;
    position: relative;
}

.logo {
	position: absolute;
	top: -250px;
	left: 6px;
	width: 100%;
	height: 76px;
	background: url(../images/ba_1.png) left top no-repeat;
	z-index: 2;
}
.banner_slogan {
	position: absolute;
	top: -140px;
	left: 8px;
	width: 100%;
	height: 84px;
	background: url(../images/ba_3.png) left top no-repeat;
	z-index: 0;
}
.banner_fly {
	position: absolute;
	top: -60px;
	right: 8px;
	width: 100%;
	height: 75px;
	background: url(../images/ba_15.png) right top no-repeat;
	z-index: 0;
}

.infoCt {
    padding: 8px;
    position: relative;
    z-index: 6;
}

.lt_info {
    width: 107px;
    float: left;
}

    .lt_info dt {
        height: 29px;
        line-height: 29px;
        background-color: #e87717;
        text-align: center;
    }

        .lt_info dt span {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            padding-left: 20px;
        }

.ico {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}

.ico_1 {
    background-image: url(../images/ba_4_01.png);
}

.ico_2 {
    background-image: url(../images/ba_4_02.png);
}

.lt_info dd {
    line-height: 39px;
    background-color: #fff;
    padding: 0 4px;
}

    .lt_info dd a {
        display: block;
        border-bottom: 1px dashed #e8e7e7;
    }

        .lt_info dd a span {
            color: #555;
            display: block;
            background: url(../images/ba_7.png) left center no-repeat;
            padding-left: 9px;
            margin-left: 12px;
        }

        .lt_info dd a:hover span {
            color: #e87717;
        }

.top_dl {
    margin-bottom: 26px;
}

.border_none {
    border: 0 none !important;
}

.margin_none {
    margin: 0 !important;
}

.rt_info {
    width: 863px;
    float: right;
    background-color: #fff;
    min-height: 400px;
}

.infoWrap {
}

.infoWrap_center {
    text-align: center;
}

.infoCase {
    *overflow: hidden;
    margin-top: 10px;
}

/*主页信息提示*/
.tipBox {
    text-align: center;
}

.infoTip {
    display: inline-block;
    overflow: hidden;
    margin-top: 40px;
}

.infoTip {
    *display: inline;
}

    .infoTip span {
        float: left;
        font-size: 13px;
        line-height: 1.4;
        color: #888;
        margin: 36px 4px 0 0;
        max-width: 630px;
        text-align: left;
    }

    .infoTip img {
        float: left;
    }

.info_title {
    position: relative;
    height: 29px;
    line-height: 29px;
    background-color: #4cb351;
    color: #fff;
}

    .info_title h3 {
        height: 29px;
        background: url(../images/ba_5.png) left center no-repeat;
    }

        .info_title h3 span {
            font-size: 15px;
            background: url(../images/ba_6.png) left center no-repeat;
            padding-left: 17px;
            margin-left: 12px;
        }

.position_lead {
    color: #cee7cf;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 12px;
}
.position_lead a{
    color: #cee7cf;
}

.color_888 {
    color: #888;
}

.color_ccc {
    color: #ccc;
}

.color_b2b2b2 {
    color: #999;
}

/*底部导航*/
.bottom_info {
    padding: 24px 0px 10px 0px;
    background-color: #f5f5f5;
    overflow: hidden;
    margin-top: 38px;
}

    .bottom_info ul {
        width: 1000px;
        margin: 0 auto;
    }

        .bottom_info ul li {
            width: 30%;
            float: left;
            margin-right: 50px;
        }

            .bottom_info ul li dt {
                color: #333;
            }

            .bottom_info ul li dd {
                font-size: 12px;
                margin-top: 8px;
            }

                .bottom_info ul li dd a {
                    color: #888;
                }

.contact_li dd {
    padding-left: 60px;
    position: relative;
}

.contact_li .title {
    position: absolute;
    top: 0;
    left: 0;
}

.contact_li .titleCt {
    color: #888;
}

.link_dd a {
    display: inline-block;
    width:140px;
}

    .link_dd a:hover {
        color: #777;
    }

.contact_ic {
    width: 21px;
    height: 16px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.weChat {
    background-image: url(../images/QRCode.jpg);
}

.microBlog {
    background-image: url(../images/ba_9_02.png);
}

.qq {
    background-image: url(../images/ba_9_03.png);
}

.infoBox {
    line-height: 1.6;
}

.lt_list {
    width: 50%;
    *width: 49%;
    float: left;
}

.rt_list {
    width: 50%;
    *width: 49%;
    float: right;
}

/*表单信息样式*/
.basic_list {
    *margin-bottom: 10px;
}

    .basic_list ul {
        *margin-top: 10px;
    }

        .basic_list ul li {
            margin-bottom: 10px;
            float: left;
            *overflow: hidden;
            *float: none;
            width: 100%;
        }

.basic_list_1 {
    margin-top: 20px;
}

    .basic_list_1 ul li {
        float: none;
        overflow: hidden;
    }

.text_ct {
    color: #777;
    line-height: 34px;
}

.infoLead {
    float: left;
    line-height: 34px;
    display: inline-block;
    margin-right: 12px;
    width: 100px;
    text-align: right;
    color: #545454;
    font-size:14px;
}

.infoLead_1 {
    line-height: 34px;
    display: inline-block;
    margin-right: 26px;
    width: auto;
    text-align: inherit;
}

.selectBox {
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.select_ct {
    display: inline-block;
    font-size: 14px;
    color: #777;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
    width: 140px;
    padding: 0 30px 0 12px;
    border-radius: 2px;
    cursor: pointer;
}

.pop_icon {
    display: inline-block;
    width: 38px;
    height: 30px;
    background: url(../images/ba_select.png) center center no-repeat;
    position: absolute;
    top: 2px;
    right: 2px;
}

.int_1 {
    font-size: 14px;
    color: #777;
    height: 32px;
    line-height: 32px;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 0 12px;
    outline: none;
    border: 1px solid #e7e7e7;
    width: 260px;
    border-radius: 2px;
}
 .int_1:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.int_2 {
    width: 226px;
}

.int_3 {
    width: 671px;
    *width: 680px;
}

.int_4 {
    width: 40px !important;
}

.int_5 {
    width: 225px;
}

.int_6 {
    width: 110px;
}

.int_7 {
    width: 158px;
}

.basic_list dl {
    float: left;
}

.basic_list .upload_li dl {
    float: none;
    *float: left;
}
.upload_li .imageDel {
    *top: 0!important;
}

.intWrap {
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 150px;
}

.text_int {
    width: 100%;
    border: 0 none;
    resize: none;
    outline: 0;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.sel_btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 76px;
    text-align: center;
    color: #fff;
    background-color: #e87717;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 10px;
}

.sel_btn_pass {
    margin-left: 112px;
}

.sel_btn:hover {
    background-color: #dc6e11;
}

.sel_btn_1 {
    background-color: #61bb85;
    margin-left: 0;
}

    .sel_btn_1:hover {
        background-color: #58b27c;
    }

.sel_btn_no {
    color: #333;
    background-color: #e9e8e8;
}

    .sel_btn_no:hover {
        background-color: #e2dfdf;
    }
/*文件上传样式*/
.form_xfile {
    display: inline-block;
    *display: inline;
}

.file_input {
    position: absolute;
    clip: rect(0 0 0 0);
}

.lt_tier {
    float: left;
}

.rt_tier {
    float: right;
}

.text_li {
    position: relative;
    padding-left: 127px;
}

    .text_li .infoLead {
        position: absolute;
        top: 0;
        left: 0;
    }

.setBtn {
    padding-top: 20px;
    clear: both;
    *overflow: hidden;
}

.setBtn_box {
    border-top: 1px solid #dfdfdf;
    padding: 20px 0 10px 0px;
	text-align: center;
}

.setBtn_box_1 .sel_btn {
    margin-left: 0;
    width: 116px;
    padding: 0;
}

.setBtn_box_1 .sel_btn_1 {
    margin-left: 30px;
}

.setBtn_1 {
    text-align: center;
}

    .setBtn_1 .setBtn_box {
        padding: 20px 0 10px;
    }

.shade {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

.int_1:focus {
    border: 1px solid #f1872d;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.imgSrc {
    display: block;
    width: 112px;
    height: 94px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-top: 10px;
}

    .imgSrc img {
        width: 100%;
    }

.dd_select {
    line-height: 34px;
}

.sel {
    color: #666;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.selected {
    background-image: url(../images/ba_10_02.png);
}

/*表格内容*/
.mainWrap {
    padding: 0 12px;
}

.nav-column {
    background-color: #e1d7ce;
}

    .nav-column th {
        font-size: 13px;
        color: #444;
        font-weight: 600;
        line-height: 28px;
        border-right: 1px solid #fff;
    }

    .nav-column .th_1 {
        width: 40px;
        text-align: center;
    }

.mainWrap table td {
    font-size: 13px;
    color: #555;
    line-height: 22px;
    padding: 10px 0;
    background-color: #f7f3ef;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #efe7df;
    text-align: center;
}

.mainWrap table .tr_border td {
    border-bottom: 0 none;
}

.mainWrap table .td_left {
    text-align: left;
    padding-left: 50px;
}

.push_btn {
    display: inline-block;
    padding: 0px 9px;
    border-radius: 4px;
    background-color: #fa8d30;
    color: #fff;
}

    .push_btn:hover {
        background-color: #e87717;
    }

.push_btn_1 {
    background-color: #61bb85;
}

    .push_btn_1:hover {
        background-color: #58b27c;
    }

.guide {
    position: relative;
    overflow: hidden;
    height: 34px;
    margin-bottom: 10px;
}

.cen_btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #efe7df;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px;
    color: #888;
}

    .cen_btn span {
        font-size: 13px;
        height: 30px;
        background: url(../images/ba_11.png) left center no-repeat;
        padding-left: 16px;
    }

/*遮罩层*/
.popuCover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.38;
    filter: alpha(opacity=38);
}
/*弹出链接层*/
.popuBox {
	z-index: 999;
	background-color: #fff;
}
.popuBox .popuWrap {
	position: relative;
	padding: 40px;
}
.popuWrap .close_btn1 {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
}
.popuWrap .close_btn1 a {
	display: block;
	width: 12px;
	height: 12px;
	background:url(../images/ba_12.png) center center no-repeat;
	opacity: 0.62;
	filter: alpha(opacity=62);
}
.popuWrap .close_btn1 a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.popuWrap .close_btn2 {
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.popuWrap .close_btn2 a {
	display: block;
	color: #005aaa;
	width: 86px;
	height: 32px;
	border: 1px solid #005aaa;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
}
.popuWrap .close_btn2 a:hover {
	opacity: 0.88;
	filter: alpha(opacity=88);
	background-color: #f3f8fc;
}
.popuCt {
	clear: both;
}
.popuBox_1 .setBtn {
    margin-top: 20px;
    *margin-top: 0;
}
/*首页密码提示*/
.passTip {
    display: none;
    margin-left: 8px;
    font-size: 13px;
    color: red;
}

/*入学通知书*/
.offer_letter {
    color: #000;
    font-family: "宋体",Arial;
    position: relative;
    padding: 0 40px;
    position: relative;
}

    .offer_letter a {
        color: #000;
    }

.border_line {
    padding: 0 3px 2px;
    border-bottom: 2px solid #000;
    margin: 0 3px;
}

.offer_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.office_notice {
    width: 200px;
    position: absolute;
    right: 20px;
    top: 100px;
}

    .office_notice p, .office_notice h3 {
        text-align: right;
    }

.office_tip {
    margin-top: 20px;
    width: 128px;
    margin-left: 70px;
}

.offer_name {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.textDetail {
    width: 450px;
}

.maiText {
    text-indent: 28px;
    line-height:25px;
}

.admTicket {
    margin: 40px 0 20px;
}

    .admTicket p {
        margin-bottom: 20px;
    }

.website {
    margin-top: 20px;
}

.admTicket img {
    width: 208px;
}

.more_attention img {
    margin-top: 4px;
}

.selDrop {
    color: #777;
    width: 160px;
    height: 25px;
    font-size: 14px;
    font-family: "inherit";
    font-weight: normal;
}
.infoTip .notice_text {
    line-height: 1.8;
	color: #404040;
}
.notice_tip {
	font-style: normal;
	color: #f0c8a6;
}
.contact_li_1 dd {
    padding-left: 86px;
}

.btn_frame {
    width:100%;
    height:280px;
}
