@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

* html body {
    overflow: visible;
}

* html iframe, * html frame {
    overflow: auto;
}

* html frameset {
    overflow: hidden;
}

body {
    color: #000;
    background: #FFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    width: 1370px;
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
    margin: 0 auto;
    padding: 0;
    font-family: Microsoft YaHei! important;
}

input, select {
    font-size: 12px;
    vertical-align: middle;
    font-family: Microsoft YaHei! important;
    /*text-align: center;*/
}

body div {
    text-align: left;
}

html {
    overflow-y: scroll;
}

ul, ol {
    list-style-type: none;
}
li {
    list-style-type: none;
}

img {
    border: 0 none;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #628828;
}

/*a:link,a:visited{text-decoration:none;color:#333;}?*/
/*a:hover,a:active{text-decoration:underline;color:#f60;}*/
.clear {
    clear: both;
}

.hide {
    display: none;
}

.block {
    display: block
}

.font_white {
    color: #ffffff;
}

.font_duckblue {
    color: #337ab7;
}

.font_gray {
    color: #bbbbbb;
}

.font_red {
    color: #e3303e;
}

.font_bold {
    font-weight: bold;
}

.font_bolder {
    font-weight: bolder;
}

.font_12 {
    font-size: 12px;
}

.font_16 {
    font-size: 16px;
}

.font_20 {
    font-size: 20px;
}

.font_24 {
    font-size: 24px;
}

.font_30 {
    font-size: 30px;
}

.font_40 {
    font-size: 40px;
}

.font_italic {
    font-style: italic;
}

.bg_duckblue {
    background: #1488db;
}

.bg_lightgreen {
    background: #39e5ea;
}

.bg_grayblue {
    background: #22accc;
}

.bg_gray {
    background: #f6f6f6;
}

.bg_img {
    background-size: 1370px auto;
    background-repeat: no-repeat;
    background-image: url("../../images/home/stu_Background2.png");
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.TL {
    text-align: left;
}

.TC {
    text-align: center;
}

.TR {
    text-align: right;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.nav_li {
    display: inline-block;
    background: #1488db;
    color: #fff;
    padding: 6px 8px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 3px;
    cursor: pointer;
}
.nav_li:hover {
    background: #22accc;
}

.tab_head {
    vertical-align: middle;
    background: #39e5ea;
    border-radius: 1px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 4px 6px;
}

.btn{}
.btn-info{}
.mod_head_style{
    background-color:#138adb;
    height: 40px;
    text-align: center;
    font-size: 40px;
    color: #FFF;
    letter-spacing: 20px;
    padding-top: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tab_common {
    width: 700px;
    margin: 20px 10px;
    border-collapse: collapse;
}
.tab_common label{
    background-color: #0880d7;
    color: #ffffff;
    padding: 8px 25px;
    letter-spacing: 6px;
}
.tab_common th {
    height:45px;
    border: 1px solid #C6C6C6;
    text-align: center;
}
.tab_common td {
    height: 45px;
    border: 1px solid #C6C6C6;
    text-align: center;
}
.tab_common tr th:nth-child(odd){
    background: #138adb;
}
.tab_common tr th:nth-child(even){
    background: #22accc;
}
.tab_common tr td:nth-child(odd){
    background: #138adb;
}
.tab_common tr td:nth-child(even){
    background: #22accc;
}
.required_logo{
    color: red;
    font-size: 16px;
    margin: 10px 10px;
    padding-top: 10px;
}