@charset "utf-8";
/* CSS Document */
html, body {
    font-family: '微软雅黑','Microsoft YaHei','Microsoft JhengHei','华文细黑',STHeiti,MingLiu,Montserrat,Arial, sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    overflow-x: hidden;
}
/*
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #F5F5F5;
}*/
.i, a, img, input, textarea, .course_nr li, .branch h1, .news_tab li, .qy_ll li .ico, .pro_box1, .hr_lb2 {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.log_box {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.log_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -275px;
    width: 860px;
    height: 550px;
    background: #fff url(../img/log/log_bgline.jpg) repeat-y 429px 0;
    z-index: 1002;
    overflow: hidden;
}
.log_left {
    width: 550px;
    float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.log_left .warning_box {
    padding: 0px 10px 20px 40px;
    margin-right: 0;
    height: 420px;
    overflow-y: scroll;
    margin-top: 50px;
}
.warning_box {
    padding: 0px 10px 20px 60px;
    margin-right: 50px;
    height: 370px;
    overflow-y: scroll;
    margin-top: 50px;
}
.warning_box .title_1 {
    font-size: 22px;
    color: #2b2b2b;
    text-align: center;
    padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.checkboxFive {
    width: 16px;
    position: relative;
}
.mr_10 {
    margin-right: 10px;
}
.left {
    float: left;
}
.checkboxFive input {
    margin-bottom: 0;
}
.checkboxFive label {
    display: none\9;
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
    background: #d9d9d9;
    border: 1px solid #bfbfbf;
}
.rund_3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.checkboxFive label:after {
    opacity: .8;
    content: '';
    position: absolute;
    width: 8px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.log_right {
    width: 300px;
    float: left;
}
.log_right .log {
    padding: 25px 24px;
    overflow: hidden;
}
#log-fixed-box div, .log {
    padding: 25px 34px;
    overflow: hidden;
}
.log_right .title_2 h2 {
    text-align: center;
    font-size: 22px;
    color: #2b2b2b;
    margin-top: 50px;
}
.log_right .title_2 h2 a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #f28006 url(../images/log/close_a.png) no-repeat center center;
}
.log_right a {
    color: #666;
    text-decoration: none;
    outline: none;
}
#log-fixed-box div input[type="text"], .log input[type="text"] {
    padding: 11px 10px 11px 46px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    width: 250px;
    background: url(../images/log/log01.png) no-repeat 5px center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.log input, textarea {
    font-family: "Microsoft yahei";
    font-size: 12px;
    color: #888;
    border: none;
    outline: medium none;
}
#log-fixed-box div input[type="password"], .log input[type="password"] {
    padding: 11px 10px 11px 46px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    width: 250px;
    background: url(../images/log/log02.png) no-repeat 5px center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#log-fixed-box div p, .log p {
    overflow: hidden;
}
#log-fixed-box div input[type="button"], .log input[type="button"] {
    margin-top: 20px;
    font-size: 16px;
    border: 0;
    background: #f28006;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 240px;
}
.log input[type=button] {
    cursor: pointer;
}
#log-fixed-box div .p1, .log .p1 {
    font-size: 12px;
    padding-bottom: 25px;
}
#log-fixed-box div p, .log p {
    overflow: hidden;
}
.black_overlay {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 2000px;
    background-color: black;
    z-index: 99;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}