@charset "utf-8";


body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: "Microsoft YaHei", Arial;
    color: #000;
    -webkit-text-size-adjust: none;
    /*font-family: PingFangSC-Regular;*/
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    /*vertical-align: bottom;*/
}

ul, li {
    list-style: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

a {
    text-decoration: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #666;
    font-size: 13px;
    font-family: Arial;
    min-width: 1200px;
}

/* 导航栏  start */
.layout-center .container {
    width: 1200px;
    margin: 0 auto;
}

.baby-header {
    background: #fff;
}

.baby-header .baby-menu {
    height: 45px;
    background: #63A431; /*#CF000D CF000D;  006fd8 */
    position: relative;
    line-height: 45px;
}

.baby-header .baby-menu a {
    color: #fff;
    font-size: 18px;
}

.baby-header .baby-menu a:hover {
    text-decoration: none;
}

.baby-header .baby-menu .menu {
    font-size: 0;
    height: 45px;
}

.baby-header .baby-menu .menu li {
    display: inline-block;
    width: 120px;
    height: 45px;
    text-align: center;
}

.baby-header .baby-menu .menu li a {
    display: block;
}

.baby-header .baby-menu .menu li a:hover {
    background-color: #5b941b;
}

.baby-header .baby-menu .menu li a.cur {
    background-color: #5b941b;
}

.baby-header .baby-menu .menu li .baby-menu-second {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    left: 0;
    z-index: 9999;
    height: 40px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    width: 100%;
}

.baby-header .baby-menu .menu li .baby-menu-second ul {
    width: 720px;
    margin: 0 auto;
    background: #f2f2f2;
    height: 40px;
    text-align: justify;
}

.baby-header .baby-menu .menu li .baby-menu-second ul li {
    display: inline-block;
    background-color: #f2f2f2;
    text-align: center;
    width: 100px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.baby-header .baby-menu .menu li .baby-menu-second ul li a {
    display: block;
    font-size: 16px;
    color: #333;
}

.baby-header .baby-menu .menu li .baby-menu-second ul li a:hover {
    height: 40px;
    color: #008d49;
    background-color: #fff;
}

.baby-header .baby-menu .menu li:nth-child(3):hover .baby-menu-second {
    display: block;
}

.baby-header .baby-menu .menu li:first-child + li + li:hover .baby-menu-second {
    display: block;
}


.baby-header .baby-menu .aside {
    position: absolute;
    left: 74.576%;
    top: 0;
    height: 45px;
    line-height: 45px;
}

.baby-header .baby-menu .aside .icon-mobile {
    display: inline-block;
    width: 15px;
    height: 23px;
    background: url(../images/icon-mobile.png) no-repeat;
    margin: 0 10px 0 0;
    position: relative;
    top: 5px;
}

/* ----------------------------------------导航栏     end */

/* 登陆后 弹出层  开始*/
.userCenter {
    position: absolute;
    top: 0px;
    left: 0px;
}

.userCenter .header2-info1-ydl {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: text;
}

.userCenter ._header2-info1-ydl {
    position: absolute;
    top: 40px;
    left: 5px;
    z-index: 1000;
    padding-top: 10px;
    width: 282px;
}

.userCenter .header2-info1-ydl-h {
    height: 46px;
    width: 280px;
    line-height: 46px;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
}

.userCenter .header2-info1-ydl-c {
    width: 280px;
    padding: 17px 15px;
    overflow: hidden;
}

.userCenter .header2-info1-ydl-c11 {
    float: left;
    width: 123px;
    line-height: 25px;
}

.userCenter .header2-info1-ydl-c11 a {
    font-size: 13px;
    color: #333333;
    margin-left: 18px;
}

.userCenter .header2-info1-ydl-c11 a:hover {
    text-decoration: underline;
}

.userCenter .header2-info1-ydl-c12 {
    float: left;
    width: 123px;
    line-height: 25px;
}

.userCenter .header2-info1-ydl-c12 a {
    font-size: 13px;
    color: #333333;
    margin-left: 18px;
}

.userCenter .header2-info1-ydl-c12 a:hover {
    text-decoration: underline;
}

.userCenter .header2-info1-ydl-f1 {
    float: left;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background-color: #f5f5f5;
}

.userCenter .header2-info1-ydl-f1 a {
    margin-left: 30px;
    font-size: 12px;
    color: #bbbbbb;
    font-weight: bold;
}

.userCenter .header2-info1-ydl-f1 a:hover {
    text-decoration: underline;
}

.userCenter .header2-info1-ydl-f2 {
    float: left;
}

.userCenter .header2-info1-ydl-f2 a {
    display: inline-block;
    width: 130px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #03a9f4;
}

.userCenter .header2-info1-ydl-jt {
    position: absolute;
    left: 212px;
    top: 0px;
    background: url(../../img/03.png) no-repeat left top;
    width: 23px;
    height: 11px;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.header-nav {
    position: relative;
    background: #fff;
    width: 100%;
}

.header-content {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.header-logo {
    float: left;
}

.header-logo a {
    display: block;
    padding: 16px 0;
    color: #1ec67a;
    text-decoration: none;
}

.header-logo a img {
    display: block;
    border: none;
}

.header-nav-list {
    float: left;
    margin-right: 45px;
}

.header-nav-list ul {
    float: left;
}

.header-nav-list ul li {
    position: relative;
    display: block;
    float: left;
}

.header-nav-list ul li a {
    color: #616161;
    padding: 26px 20px;
    font-size: 18px;
    line-height: 28px;
    background: none;
    position: relative;
    display: block;
}

.header-nav-list ul li a:hover {
    color: #1ec67a;
}

.header-nav-list ul li .cur {
    color: #1ec67a;
}


.aui-dow-box {
    position: absolute;
    top: 200%;
    left: 50%;
    width: 140px;
    padding: 30px 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.aui-dow-box-list {
    width: 720px;
    left: 310px;
    height: 365px;
    padding: 30px 10px 30px 10px;
}

.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui-down-menu {
    padding: 0 24px;
    width: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
}

.aui-down-menu-title {
    padding-bottom: 10px;
    color: #313131;
    font-size: 18px;
    line-height: 1;
    border-bottom: 0;
    margin-bottom: 0;
}


.aui-down-menu-list {
    float: left;
    font-size: 0;
}

.aui-down-menu-list-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 239px;
    line-height: 1;
    padding-top: 0;
}

.aui-top-border {
    border-top: 1px solid #f5f5f5;
}

.header-nav-list ul .aui-down-menu-list-item a {
    padding: 0;
    line-height: inherit;
}


.header-nav-right {
    float: right !important;
    width:240px;
}

.header-nav-right-en {
    position: relative;
    margin-top: 6px;
    float: right !important;
}

.icon-location {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('../img/location.png');
}

.icon-tel {
    float: left;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    display: block;
    background-size: 19px;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-image: url('../../img/login.png');
}

.header-nav-tel {
    margin-top: 23px;
    margin-right: 14px;
    position: relative;
    float: right !important;
}

.header-nav-tel a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0 !important;
    color: #313131;
}

.header-nav-tel a:hover {
    color: #1ec67a;
}

.aui-header-nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

/* 登陆后 弹出层  结束*/

/* -----------------------------查学校 -----------------*/
.yumingsousuo {
    position: relative;
    z-index: 999;
    background-color: #333333;
}

.yumingsousuo-content {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    position: relative;
}

.yumingsousuo-content > ul {
    width: 1050px;
    margin: 0 auto;
}

.yumingsousuo-b1, .yumingsousuo-b2, .yumingsousuo-b3 {
    float: left;
    height: 110px;
}

.yumingsousuo-b1 p {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}

.yumingsousuo-b1 p em {
    color: #FC3F3F;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.yumingsousuo-b2 {
    margin-left: 25px;
}

.yumingsousuo-b21-yumingjiage {
    float: left;
    width: 500px;
    height: 21px;
}

.yumingsousuo-b21-yumingjiageCon {
    width: 500px;
    float: left;
    overflow: hidden;
}

.yumingsousuo-b21-yumingjiage a {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

.yumingsousuo-b21-yumingjiage span {
    font-size: 12px;
    color: #ccc;
    margin-right: 16px;
}

.yumingsousuo-b21-yumingjiage a:hover {
    color: #fff;
}

.yumingsousuo-b21-op {
    float: left;
}

.yumingsousuo-b21-op a {
    font-size: 12px;
    color: #ccc;
    margin-left: 14px;
}

.yumingsousuo-b21-op a:hover {
    color: #fff;
}

.yumingsousuo-b21 {
    margin-top: 10px;
    overflow: hidden;
}

.yumingsousuo-b22 {
    margin-top: 2px;
    position: relative;
}

.yumingsousuo-b22 div {
    float: left;
}

.yumingsousuo-b22 input {
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 728px;
    border: 0;
    padding: 12px;
    font-size: 16px;
    color: #333333;
    height: 50px;
    background-color: #fff;
}

.yumingsousuo-b22 a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 124px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background-color: #e50012;
    font-weight: bold;
}

.yumingsousuo-content .yumingsousuo-b3 {
    padding-top: 32px;
    height: 78px;
    margin-left: 30px;
    width: 165px;
}

.yumingsousuo-b3 img {
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.yumingsousuo-b3-t {
    margin-top: 7px;
    font-size: 16px;
    color: #fff;
}

.yumingsousuo-b3-ykj {
    font-size: 12px;
    color: #fff;
}

.yumingsousuo-b22 a:hover {
    color: #fff;
}

.yumingsousuo-b22-ymxl {
    position: absolute;
    top: 82px;
    _top: 80px;
    left: 747px;
    border: 1px solid #cbcbcb;
    height: 240px;
    overflow-y: auto;
    background-color: #fff;
    overflow-x: hidden;
    z-index: 999;
}

.yumingsousuo-b22-ymxl li {
    width: 101px;
    width: 83px \0;
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
    cursor: pointer;
}

.yumingsousuo-r1, .yumingsousuo-r2, .yumingsousuo-r3 {
    color: #fffc00;
    float: left;
    font-size: 20px;
    height: 20px;
    text-align: center;
    *position: relative;
    *top: -5px;
    *overflow: hidden;
    *height: 22px;
    font-weight: bold;
}

.yumingsousuo-b22-srym {
}

.yumingsousuo-b22-cym {
}

.yumingsousuo-b21-yumingjiageCon1 {
    width: 1500px;
}

.yumingsousuo-b21-op .marl235 {
    margin-left: 235px;
}


/* -----------------------------查学校 结束 -----------------*/
/* 导航下方 面包屑  开始*/
.breadcrumbs-wrap {
    color: #848c99;
    background: #f5f5f5;
    height: 42px;
    line-height: 42px;
}

.breadcrumbs-wrap .breadcrumbs {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumbs-wrap .breadcrumbs a {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* 导航下方 面包屑  结束*/

/*头部区域*/
.min { /*min-width:1060px;*/
    min-width: 1200px;
}

.nr {
    width: 1200px;
    margin: 0 auto;
}

.header {
    padding: 15px 4%;
}

.header1 {
    padding: 12px 0;
}

.header_r {
    float: right;
    padding: 15px 0 0 0;
    font-size: 18px;
    color: #646464;
    line-height: 24px;
}

.header_my {
    background: url(../images/icon70.png) no-repeat left center;
    padding: 0 0 0 36px;
    float: right;
    margin: 0 0 0 30px;
}

.header_my_login {
    background: url(../images/icon70.png) no-repeat left center;
    padding: 0 0 0 36px;
    float: right;
    margin: 0 0 0 30px;
}

.header_icon {
    /*background: url(../images/icon6.png) no-repeat left center;*/
    padding: 0 0 0 36px;
    float: right;
    margin: 0 0 0 30px;
}

.header_r a {
    color: #646464;
}

.nav {
    background: #CF000D;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.nav_nr {
    width: 1060px;
    position: absolute;
    left: 50%;
    margin-left: -530px;
    top: 0;
    z-index: 999;
}

.nav a {
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 15px;
    height: 40px;
    line-height: 40px;
}

.nav a:hover {
    color: #fff;
    background: #A20000;
    font-weight: bold;
}

.nav a.current {
    color: #fff;
    background: #A20000;
}

.ban_text {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -80px;
    color: #fff;
    font-size: 45px;
    line-height: 70px;
}

.ban_text1 {
    font-size: 77px;
    line-height: 77px;
}

.login_nr {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -156px;
    z-index: 999;
}

.login {
    width: 300px;
    height: 312px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 4px;
    margin: 0 50px 0 0;
    float: right;
}

.login_title {
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    text-align: center;
    padding: 30px 0 20px;
}

.login_list {
    width: 230px;
    margin: 0 auto;
}

.login_list li {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: #464646;
}

.login_list li a {
    color: #464646;
}

.login_input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    padding: 0 0 0 10px;
}

.login_btn {
    width: 100%;
    height: 40px;
    background: #CF000D;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 16px;
}

#swiper0 .swiper-slide {
    height: 360px;
}

/*中间区域*/

.gkbk_title {
    padding: 60px 0;
    text-align: center;
}

.gkbk_text1 {
    font-size: 30px;
    color: #CF000D;
    line-height: 30px;
    font-weight: bold;
}

.gkbk_text2 {
    font-size: 12px;
    color: #787878;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin: 6px 0 14px 0;
}

.gkbk_text2::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #c8c8c8;
    position: absolute;
    left: -30px;
    top: 10px;
    line-height: 0;
}

.gkbk_text2::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #c8c8c8;
    position: absolute;
    right: -30px;
    top: 10px;
    line-height: 0;
}

.gkbk_text3 {
    font-size: 15px;
    color: #787878;
}

.gkbk_list > li {
    width: 580px;
    float: left;
    padding: 0 0 60px 0;
}

.gkbk_list > li:nth-child(2n-1) {
    margin-right: 40px;
}

.gkbk_list_pic {
    height: 260px;
    position: relative;
}

.gkbk_list_pbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; /*background:rgba(0,0,0,0.4);*/
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.gkbk_list_p_text1 {
    padding: 77px 0 0 0;
}

.gkbk_list_p_text2 {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 23px 0;
    font-family: FZYaoti;
}

.gkbk_list_nr {
    border: solid 1px rgba(207, 0, 13, 0.40);
    min-height: 210px;
    border-top: none;
}

.gkbk_list_nr ul {
    padding: 29px 26px 0 26px
}

.gkbk_list_nr li {
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    padding: 0 0 0 26px;
    position: relative;
    margin: 0 0 20px 0;
    height: 40px;
    overflow: hidden;
}

.gkbk_list_nr li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background: #CF000D;
}

.gkbk_list_more {
    width: 100%;
    height: 50px;
    background: rgba(207, 0, 13, 0.60);
    line-height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.kjrk_bg {
    background: #f2f2f2;
}

.kjrk_list li {
    width: 140px;
    float: left;
    margin: 0 0 70px 90px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 50px;
}

.kjrk_list li:nth-child(1) {
    margin-left: 0;
}

.kjrk_list li a {
    color: #000;
}

.bkxt_list > li {
    width: 370px;
    float: left;
    margin: 0 0 100px 45px;
}

.bkxt_list > li:nth-child(1) {
    margin-left: 0;
}

.bkxt_pic {
    height: 163px;
    position: relative;
}

.bkxt_pbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; /*background:rgba(0,0,0,0.4);*/
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.bkxt_text1 {
    padding: 55px 0 0 0;
}

.bkxt_list_nr {
    border: solid 1px rgba(207, 0, 13, 0.40);
    min-height: 345px;
    border-top: none;
}

.bkxt_list_nr ul {
    padding: 29px 26px 0 26px
}

.bkxt_list_nr li {
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    padding: 0 0 0 26px;
    position: relative;
    margin: 0 0 10px 0;
    height: 40px;
    overflow: hidden;
}

.bkxt_list_nr li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background: #CF000D;
}

.bkxt_list_nr li a {
    color: #646464;
}

.bkxt_list_nr li a:hover {
    color: #CF000D;
}

.bkxt_list_nr1 {
    border: solid 1px rgba(207, 0, 13, 0.40);
    min-height: 345px;
    border-top: none;
}

.bkxt_list_nr1 ul {
    padding: 29px 22px 0 22px
}

.bkxt_list_nr1 li {
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    padding: 0 0 0 26px;
    position: relative;
    margin: 0 0 10px 0;
    min-height: 40px;
}

.bkxt_list_nr1 li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background: #CF000D;
}

.bkxt_list_nr1 li a {
    color: #646464;
}

.bkxt_more {
    color: #fff;
    font-size: 16px;
}

#swiper1 {
    padding: 55px 0 60px 0;
}

#swiper1 .swiper-slide {
    width: 280px;
    height: 318px;
    background: #fef4f4;
    border: 1px solid rgba(207, 0, 13, 0.40);;
    border-radius: 4px;
    text-align: center;
    position: relative;
}

#swiper1 .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon12.png);
    background-size: 36px 36px;
    left: 10px;
    margin-top: -45px;
}

#swiper1 .swiper-button-next {
    width: 36px;
    height: 36px;
    background-image: url(../images/icon11.png);
    background-size: 36px 36px;
    right: 10px;
    margin-top: -45px;
}

.zyt_text1 {
    font-size: 18px;
    color: #646464;
    padding: 112px 30px 35px 30px;
    font-weight: bold;
}

.zyt_text2 {
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    height: 84px;
    overflow: hidden;
    padding: 0 30px;
}

.zyt_text3 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: rgba(207, 0, 13, 0.60);;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.zyt_pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -55px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.6
}

/*底部*/
.copyright {
    background: #e6e6e6;
    font-size: 15px;
    color: #464646;
    text-align: center;
    line-height: 28px;
    padding: 60px 0;
}

/*二级页*/
.nr1 { /*width:1120px;*/
    width: 1200px;
    margin: 0 auto;
}

.tbs_title {
    border-bottom: solid 1px rgba(207, 0, 13, 0.40);
    padding: 50px 0 0 0;
    text-align: center;
}

.tbs_title a {
    font-size: 18px;
    color: #969696;
    line-height: 25px;
    padding: 0 0 15px 0;
    margin: 0 36px;
    display: inline-block;
    position: relative;
}

.tbs_title a.current {
    font-weight: bold;
    color: #CF000D;
}

.tbs_line {
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tbs_title a.current .tbs_line {
    background: #CF000D;
}

.tbs_list li {
    padding: 40px 0;
    border-bottom: 1px solid #DCDCDC;
}

.tbs_list_pic {
    width: 162px;
    height: 200px;
    float: left;
}

.tbs_list_r {
    width: 860px;
    float: left;
    margin: 0 0 0 50px;
}

.tbs_list_text1 {
    font-size: 26px;
    color: #CF000D;
    line-height: 26px;
    float: left;
}

.tbs_list_text2 {
    font-size: 14px;
    color: #1E1E1E;
    line-height: 14px;
    float: left;
    padding: 12px 0 0 6px;
}

.tbs_list_text3 {
    height: 41px;
    font-size: 12px;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 0 0 0;
}

.tbs_list_bq span {
    min-width: 88px;
    text-align: center;
    height: 20px;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 7px 0;
    color: #1E1E1E;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #B4B4B4;
    border-radius: 2px;
}

.tbs_list_yy {
    width: 220px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    float: left;
    background: #CF000D;
    border-radius: 2px;
    font-size: 18px;
    color: #FFFFFF;
    margin: 5px 0 0 40px;
}

.tbs_list_text4 {
    font-size: 26px;
    color: rgba(207, 0, 13, 0.4);
    line-height: 26px;
    float: left;
    font-weight: bold;
}

.tbs_list_text5 {
    font-size: 14px;
    color: rgba(207, 0, 13, 0.6);
    line-height: 14px;
    padding: 10px 0 0 0;
    float: left;
}

.tbs_list_text6 {
    font-size: 12px;
    color: #282828;
    line-height: 13px;
    padding: 10px 0 0 0;
}

.tbs_list_text6 span {
    color: #FF7643;
}

.page {
    padding: 80px 0;
    text-align: center;
}

.page a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #EEEEEE;
    border-radius: 2px;
    margin: 0 10px;
    padding: 0 8px;
    font-size: 14px;
    color: #323232;
}

.page a:hover {
    background: #CF000D;
    color: #fff;
}

.tbs_show_title {
    background: #ffffff;
    font-size: 18px;
    color: #464646;
    line-height: 18px;
    padding: 40px 0;
    font-weight: bold;
}

.tbs_show_list li {
    font-size: 16px;
    color: #282828;
    line-height: 28px;
    padding: 0 0 0 33px;
    position: relative;
    margin: 30px 0 0 0;
}

.tbs_show_list li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #CF000D;
    line-height: 0;
}

.tbs_show_text1 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
}

.tbs_show_text2 {
    padding: 5px 0 0 0;
}

.tbs_pqb {
    border-bottom: solid 1px #DCDCDC;
    padding: 20px 0 30px 0;
}

.tbs_pqb_icon1 {
    height: 22px;
    float: left;
    margin: 0 20px 0 0;
    background: url(../images/icon9.png) no-repeat left center;
    padding: 0 0 0 32px;
    line-height: 22px;
    font-size: 12px;
    color: #646464;
}

.tbs_pqb_icon2 {
    height: 22px;
    float: left;
    margin: 0 20px 0 0;
    background: url(../images/icon8.png) no-repeat left center;
    padding: 0 0 0 32px;
    line-height: 22px;
    font-size: 12px;
    color: #646464;
}

.tbs_table {
    width: 100%;
    margin-bottom: 96px;
}

.tbs_table_title {
    width: 178px;
    text-align: center;
    font-weight: bold;
}

.tbs_kc {
    width: 178px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(207, 0, 13, 0.40);
    border-radius: 4px;
    font-size: 18px;
    color: rgba(207, 0, 13, 0.60);
    text-align: center;
}

.tbs_kc.current {
    background: rgba(207, 0, 13, 0.60);
    border: solid 1px rgba(207, 0, 13, 0.60);
    color: #fff;
}

/*专业库*/
.profess_bg {
    height: 360px;
    background: url(../images/bg1.png) no-repeat center top;
    color: #fff;
    padding-top: 79px;
    background-size: cover;
}

.profess_top_text1 {
    font-size: 64px;
    line-height: 90px;
}

.profess_top_text2 {
    font-size: 36px;
    line-height: 50px;
}

.profess_top_text3 {
    width: 220px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 18px;
    color: #F0F0F0;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
}

.profess_top_text3:hover {
    border: 1px solid rgba(251, 199, 0, 0.6);
    color: rgba(251, 199, 0, 1)
}

.profess_title1 {
    background: rgba(226, 26, 33, 0.60);
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    padding: 7px 0 11px 0;
}

.profess_title_t {
    float: right;
    font-size: 14px;
    color: #343434;
}

.profess_title2 {
    font-size: 18px;
    color: #313131;
    line-height: 25px;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #DCDCDC;
}

.profess_list {
    padding: 10px 0;
}

.profess_list li {
    width: 33%;
    float: left;
    font-size: 15px;
    color: #343434;
    line-height: 40px;
}

.profess_list li a {
    color: black;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.profess_list a:hover {
    text-decoration: underline;
    color: red;
}

.profess_top {
    padding: 28px 0 20px 0;
}

.profess_input {
    width: 824px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CF000D;
    padding: 0 0 0 10px;
    line-height: 38px;
    font-size: 14px;
    color: #CACACA;
}

.profess_search_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 790px;
    top: 50%;
    margin-top: -12px;
}

.profess_search a {
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    height: 34px;
    font-size: 16px;
    color: #343434;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 7px 10px 0;
    display: inline-block;
}

.profess_search a:hover {
    color: #03a9f4;
    border: 1px solid #03a9f4;
}

.profess_search a.current {
    color: #03a9f4;
    border: 1px solid #03a9f4;
}

.profess_danger {
    font-size: 14px;
    color: #E21A21;
}

.profess_xg {
    position: relative;
    height: 44px;
    background: #F2F2F2;
    line-height: 44px;
    border-left: solid 4px #fe9904;
    padding: 0 32px 0 15px;
    font-size: 22px;
    color: #313131;
    margin: 0 auto 20px auto;
}

.profess_xg::before {
    width: 0;
    height: 0;
    border-right: solid 2px #fff;
    border-top: solid 2px transparent;
    border-bottom: solid 1px transparent;
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -2px;
}

.profess_l {
    width: 900px;
    float: left;
}

.profess_r {
    width: 274px;
    float: right;
}

.profess_num {
    width: 18px;
    height: 18px;
    background: #DCDCDC;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
    float: left;
    margin: 0 12px 0 0;
    text-align: center;
}

.profess_r_news li {
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #343434;
    line-height: 18px;
}

.profess_r_news li a {
    color: #343434;
    width: 230px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.profess_r_news li:nth-child(1) .profess_num {
    background: #E21A21;
}

.profess_r_news li:nth-child(2) .profess_num {
    background: #E94708;
}

.profess_r_news li:nth-child(3) .profess_num {
    background: #FBC700;
}

/*院校检索*/
.school {
    padding: 40px 0 40px 0;
    background: #fff;
}

.school_table {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F9D2D3;
    margin: 0 0 40px 0;
    text-align: center;
    border-collapse: collapse;
}

.school_table th {
    background: rgba(207, 0, 13, 0.10);
    height: 46px;
    font-size: 16px;
}

.school_table td {
    width: 25%;
    border: 1px solid #F9D2D3;
    height: 40px;
    line-height: 22px;
    padding: 10px 0;
    font-size: 16px;
    color: #323232;
}

.school_table a {
    color: #323232;
}

.school_table1 {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F3A4A7;
    margin: 0 0 40px 0;
    text-align: center;
    border-collapse: collapse;
}

.school_table1 th {
    background: rgba(207, 0, 13, 0.10);
    font-size: 16px;
    padding: 8px 0;
    text-align: left;
    font-weight: normal;
}

.school_table1 td {
    width: 33.33%;
    border: 1px solid #F3A4A7;
    height: 40px;
    line-height: 22px;
    padding: 10px 10px;
    font-size: 14px;
    color: #323232;
    text-align: right;
}

.school_table1 th div {
    float: left;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    background: rgba(207, 0, 13, 0.60);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 16px;
    margin: 0 0 0 10px;
}

.school_table1 td span {
    margin-left: 5px;
}

.school_again {
    width: 123px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    background: #F04D22;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin: 5px 0 0 0;
}

.school_top {
    padding: 40px 0;
}

.school_top_l {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #323232;
}

.school_text {
    font-size: 20px;
    color: #323232;
    line-height: 20px;
    font-weight: bold;
    padding: 0 0 8px 0;
}

/*模拟填报*/
.mntb_title {
    font-size: 24px;
    color: #343434;
    line-height: 30px;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
}

.mntb_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    color: #343434;
    line-height: 30px;
}

.mntb_table th {
    border: 1px solid #F2F2F2;
    background: #F2F2F2;
    padding: 7px 0;
    font-weight: normal;
    font-size: 16px;
}

.mntb_table td {
    border: 1px solid #F2F2F2;
    padding: 6px 0;
}

.mntb_btn {
    width: 220px;
    height: 40px;
    display: block;
    margin: 97px auto;
    line-height: 40px;
    background: url(../images/icon10.png) no-repeat 69px center rgba(226, 26, 33, 0.80);
    padding: 0 0 0 95px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.mntb_zdf {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #343434;
    border: none;
}

.mntb_school span {
    font-size: 14px;
    color: #343434;
    padding: 0 0 0 30px;
}

.mntb_fc input {
    margin: 0 8px;
}

.mntb_bot {
    text-align: center;
}

.mntb_bot a {
    min-width: 220px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin: 100px 50px;
}

.mntb_bot_bg1 {
    background: rgba(254, 194, 16, 0.60);
}

.mntb_bot_bg2 {
    background: rgba(235, 60, 60, 0.60);
}

.mntb_tk {
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.mntb_tk_nr {
    width: 900px;
    height: 500px;
    overflow: auto;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -400px;
    padding: 0 24px 14px 24px;
}

.mntb_tk_title {
    font-size: 20px;
    color: #E21A21;
    line-height: 20px;
    padding: 20px 0;
    font-weight: bold;
}

.mntb_tk_table1 {
    width: 100%;
    font-size: 14px;
    color: #343434;
    line-height: 22px;
    text-align: center;
    border-collapse: collapse;
}

.mntb_tk_table1 th {
    padding: 11px 0;
    background: #F2F2F2;
}

.mntb_tk_table1 td {
    padding: 11px 0;
    border: solid 1px #f2f2f2;
}

.mntb_tk_table1 a {
    color: #343434;
}

.mntb_tk_table2 {
    width: 100%;
    background: #F2F2F2;
    font-size: 14px;
    color: #343434;
    line-height: 22px;
    text-align: center;
    background: rgba(226, 26, 33, 0.2);
}

.mntb_tk_table2 td {
    padding: 11px 0;
}

.mntb_tk_table2 tr td:first-child {
    text-align: left;
    padding: 0 0 0 10px;
    position: relative;
}

.mntb_tk_table2 a {
    color: #343434;
}

.mntb_tk_table3 {
    width: 100%;
    background: #F2F2F2;
    font-size: 14px;
    color: #343434;
    line-height: 22px;
    text-align: center;
    background: rgba(254, 194, 16, 0.2);
}

.mntb_tk_table3 td {
    padding: 11px 0;
}

.mntb_tk_table3 tr td:first-child {
    text-align: left;
    padding: 0 0 0 10px;
    position: relative;
}

.mntb_tk_table3 a {
    color: #343434;
}

.mntb_tk_dw {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.mntb_tk_dw span {
    padding: 0 8px 0 0;
}

.mntb_tk_close {
    float: right;
    font-size: 30px;
    color: #666;
    font-weight: normal;
}

.nr2 { /*width:1230px;*/
    width: 1200px;
    margin: 0 auto;
}

.zytx_title {
    font-size: 24px;
    color: #343434;
    line-height: 33px;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
}

.zytb_input {
    width: 566px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E21A21;
    float: left;
    margin: 0 30px 0 0;
    padding: 0 0 0 10px;
}

.zytb_btn {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    background: rgba(207, 0, 13, 0.60);
    border-radius: 4px;
    float: left;
}

/*志愿通*/
.zyt_top {
    padding: 40px 0;
}

.zyt_l {
    width: 885px;
    float: left;
}

.zyt_l_top {
    display: inline-block;
    border-radius: 2px;
    height: 20px;
    padding: 0 10px;
    color: #fff;
    line-height: 19px;
    margin: 0 10px 0 0;
    font-size: 12px;
}

.zyt_l_top_bg1 {
    background: #CF000D;
}

.zyt_l_top_bg2 {
    background: #E94708;
}

.zyt_l_top_bg3 {
    background: #F68B1F;
}

.zyt_l_chose {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0 10px 0;
}

.zyt_l_chose_l {
    width: 80px;
    float: left;
    font-size: 16px;
    color: #464646;
    line-height: 20px;
}

.zyt_l_chose_r {
    width: 800px;
    float: right;
}

.zyt_l_chose_r a {
    display: inline-block;
    border-radius: 2px;
    height: 20px;
    padding: 0 10px;
    color: #464646;
    line-height: 19px;
    margin: 0 10px 10px 0;
    font-size: 14px;
}

.zyt_l_chose_r a:hover {
    background: #E94708;
    border-radius: 2px;
    color: #fff;
}

.zyt_l_chose_r a.current {
    background: #E94708;
    border-radius: 2px;
    color: #fff;
}

.zyt_l_table {
    width: 100%;
    background: #FFFFFF;
    margin: 20px 0;
    border-collapse: collapse;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
}

.zyt_l_table th {
    border: 1px solid #F3A4A7;
    color: #1E1E1E;
    padding: 12px 0;
    background: #F9D2D3;
}

.zyt_l_table td {
    border: 1px solid #F3A4A7;
    color: #646464;
    padding: 12px 0;
    position: relative;
}

.zyt_l_table tr:nth-child(2) td {
    border-top: none;
}

.zyt_l_table tr:nth-child(1) th {
    border-bottom: none;
}

.zyt_l_table tr td:nth-child(1) {
    border-top: none;
    font-size: 14px;
    color: #323232;
    font-weight: bold;
}

.zyt_l_table_yj {
    color: #FEC210 !important;
}

.zyt_l_table_tj {
    color: #F04D22 !important;
}

.zyt_l_table_icon1 {
    width: 16px;
    height: 16px;
    line-height: 15px;
    background: #CF000D;
    border-radius: 50%;
    float: left;
    margin: 0 7px;
    font-size: 11px;
    color: #fff;
}

.zyt_l_table_icon2 {
    width: 16px;
    height: 16px;
    line-height: 15px;
    background: #F68B1F;
    border-radius: 50%;
    float: left;
    margin: 0 7px;
    font-size: 11px;
    color: #fff;
}

.zyt_l_table_icon3 {
    width: 16px;
    height: 16px;
    line-height: 15px;
    border: solid 1px #F68B1F;
    border-radius: 50%;
    float: left;
    margin: 0 7px;
    font-size: 11px;
    color: #F68B1F;
}

.zyt_l_table_text1 {
    float: left;
    color: #323232;
}

.zyt_l_table_text2 {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transform: scale(0.8);
    text-align: right;
}

.zyt_l_table_text2 span {
    padding: 0 7px 0 0;
    font-weight: normal;
}

.zyt_r {
    width: 280px;
    float: right;
}

.zyt_r_title {
    font-size: 18px;
    color: #464646;
    border-bottom: 1px solid #E6E6E6;
    line-height: 18px;
    padding: 0 0 20px 0;
    font-weight: bold;
}

/*职业测评*/
.qy_test {
    font-size: 24px;
    color: #343434;
    padding: 30px 0;
    text-align: center;
    font-weight: bold;
}

.qy_test_nr p {
    font-size: 14px;
    color: #282828;
    line-height: 32px;
    padding: 0 0 0 25px;
    position: relative;;
}

.qy_test_nr p::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #CF000D;
    line-height: 0;
}

.qy_test_table {
    width: 100%;
    font-size: 16px;
    color: #343434;
    text-align: center;
    line-height: 22px;
    margin: 12px 0;
    border-collapse: collapse;
}

.qy_test_table td {
    border: 1px solid rgba(226, 26, 33, 0.2);
    padding: 10px 0;
}

.qy_test_table th {
    border: 1px solid rgba(226, 26, 33, 0.2);
    background: rgba(226, 26, 33, 0.4);
    padding: 11px 0;
}

.qy_test_btn {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(226, 26, 33, 0.80);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 110px auto;
    display: block;
}

.qy_test_bg1 {
    height: 4px;
    background: #F2F2F2;
    margin: 70px 0 0 0;
}

.qy_test_bg2 {
    width: 15.6%;
    height: 4px;
    background: #CF000D;
    float: left;
    margin: 0 1% 0 0;
}

/*预约填报*/
.yytb_input {
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(207, 0, 13, 0.40);
    border-radius: 4px;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #969696;
}

.yytb_list {
    width: 380px;
    margin: 0 auto;
    padding: 0;
}

.yytb_list li {
    padding: 0 0 30px 0;
}

.yytb_list_btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #CF000D;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

.yytb_text1 {
    font-size: 18px;
    color: #464646;
    line-height: 22px;
    padding: 15px 40px;
    position: relative;
    display: inline-block;
}

.yytb_text1::before {
    width: 220px;
    height: 1px;
    background: rgba(207, 0, 13, 0.4);
    position: absolute;
    left: -220px;
    top: 50%;
    content: "";
}

.yytb_text1::after {
    width: 220px;
    height: 1px;
    background: rgba(207, 0, 13, 0.4);
    position: absolute;
    right: -220px;
    top: 50%;
    content: "";
}

.yytb_text2 {
    font-size: 14px;
    color: #464646;
    line-height: 35px;
    text-align: center;
    padding: 15px 0;
}

/*个人中心*/
.my_title {
    font-size: 16px;
    border-bottom: 1px solid #DCDCDC;
    padding: 40px 0 10px 0;
}

.my_list li {
    padding: 30px 0 0 0;
}

.my_list_text1 {
    font-size: 14px;
    color: #1E1E1E;
    line-height: 30px;
    float: left;
}

.my_list_select {
    width: 195px;
    height: 40px;
    line-height: 38px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    float: left;
    margin: 0 0 0 8px;
    padding: 0 20px 0 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url(../images/icon13.png) no-repeat 95% center;
}

.my_list_select::-ms-expand {
    display: none;
}

.my_list_input {
    width: 140px;
    height: 30px;
    line-height: 28px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    float: left;
    margin: 0 0 0 8px;
    padding: 0 20px 0 5px;
}

.my_list_line {
    border-bottom: 1px solid #DCDCDC;
    margin: 30px 0;
}

.my_list_btn {
    width: 220px;
    height: 40px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    background: #CF000D;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
}

.my_list input[type='radio'] {
    opacity: 0;
}

.my_list li label {
    line-height: 14px;
    float: left;
}

.my_list li label span {
    float: left;
    padding: 0 20px 0 0;
}

.my_list .radio_bg {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #979797;
    border-radius: 50%;
    float: left;
    margin: 0 8px 0 10px;
}

.my_list .radio_bg_check {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #CF000D;
    border-radius: 50%;
    position: relative;
}

.my_list .radio_bg_check::before {
    width: 8px;
    height: 8px;
    position: absolute;
    background: #CF000D;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -4px;
    content: "";
    border-radius: 50%;
}

.qy_test_table label {
    width: 100%;
    height: 22px;
    display: block;
    position: relative;
}

.qy_test_table .radio_bg {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #f68b1f;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
}

.qy_test_table .radio_bg_check {
    border: 4px solid #f68b1f;
}

.qy_test_table input[type='radio'] {
    opacity: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
}

#zytx_table label {
    width: 50%;
    display: block;
    float: left;
    padding: 0 0 0 15px;
}

#zytx_table .radio_bg {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #f68b1f;
    border-radius: 50%;
    float: left;
    margin: 3px 0 0 0; /*position:absolute;left:50%;top:50%;margin-top:-5px;margin-left:-5px;*/
}

#zytx_table .radio_bg_check {
    border: 4px solid #E21A21;
}

#zytx_table input[type='radio'] {
    opacity: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
}

#zytx_table label span {
    float: left;
    line-height: 14px;
    padding: 0 0 0 10px;
    font-size: 16px;
}

/*使用说明*/
.instruction {
    font-size: 30px;
    color: #CF000D;
    line-height: 30px;
    border-bottom: 1px solid #C8C8C8;
    padding: 0 0 40px 0;
    text-align: center;
    margin: 0 0 40px 0;
}

.inst_l {
    width: 830px;
    float: left;
}

.inst_l_text p {
    font-size: 18px;
    color: #323232;
    line-height: 28px;
    padding: 0 0 0 25px;
    position: relative;
    font-weight: bold;
}

.inst_l_text p::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #CF000D;
    line-height: 0;
}

.inst_l_text img {
    margin: 20px 0;
}

.inst_r {
    width: 340px;
    float: right;
}


/*  顶部  */
.f18 {
    font-size: 18px !important
}

.uzy-top-wrap {
    width: 100%;
    background: #f2f2f2;
    height: 30px;
    position: relative;
    z-index: 1039
}

.uzy-top {
    width: 1200px;
    height: 30px;
    margin: 0 auto
}

.uzy-top-hotline {
    width: 400px;
    height: 30px;
    float: left;
    line-height: 30px;
    color: #666;
    font-size: 12px
}

.uzy-top-hotline b {
    color: #f66;
    font-size: 14px
}

.uzy-top-link {
    width: 800px;
    height: 18px;
    float: right;
    padding-top: 6px
}

.uzy-top-link ul {
    height: auto;
    *zoom: 1
}

.uzy-top-link ul:before, .uzy-top-link ul:after {
    display: table;
    content: "";
    line-height: 0
}

.uzy-top-link ul:after {
    clear: both
}

.uzy-top-link ul:before, .uzy-top-link ul:after {
    display: table;
    content: "";
    line-height: 0
}

.uzy-top-link ul:after {
    clear: both
}

.uzy-top-link ul:before, .uzy-top-link ul:after {
    display: table;
    content: "";
    line-height: 0
}

.uzy-top-link ul:after {
    clear: both
}

.uzy-top-link ul:before, .uzy-top-link ul:after {
    display: table;
    content: "";
    line-height: 0
}

.uzy-top-link ul:after {
    clear: both
}

.uzy-top-link ul li {
    width: 60px;
    height: 18px;
    display: inline-block;
    float: right;
    position: relative
}

.uzy-top-link ul li i {
    /*background-image: ulrl(/images/header/header_icon.png);*/
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 3px
}

.uzy-top-link ul li a {
    display: inline-block;
    color: #999 !important;
    font-size: 12px
}

.uzy-top-link ul li a:hover {
    color: #333 !important
}

.uzy-top-link ul li.line {
    width: 1px;
    height: 18px;
    float: right;
    font-size: 10px;
    color: #ccc;
    margin-right: 10px
}

.uzy-top-link ul li.weibo {
    margin-right: 5px;
    width: 50px;
    margin-left: 5px
}

.uzy-top-link ul li.weibo a i {
    background-position: 0 -18px
}

.uzy-top-link ul li.weibo a:hover i {
    background-position: -20px -18px
}

.uzy-top-link ul li.tieba {
    margin-right: 5px;
    width: 50px
}

.uzy-top-link ul li.tieba a i {
    background-position: 0 -100px
}

.uzy-top-link ul li.tieba a:hover i {
    background-position: -20px -100px
}

.uzy-top-link ul li.jiameng {
    margin-right: 5px;
    width: 85px !important
}

.uzy-top-link ul li.jiameng a i {
    background-position: 0 -122px
}

.uzy-top-link ul li.jiameng a:hover i {
    background-position: 0 -122px
}

.uzy-top-link ul li.weixin {
    margin-left: 5px
}

.uzy-top-link ul li.weixin a i {
    background-position: 0 2px
}

.uzy-top-link ul li.weixin a:hover i {
    background-position: -20px 2px
}

.uzy-top-link ul li.app {
    width: 85px
}

.uzy-top-link ul li.app a {
    color: #f66 !important
}

.uzy-top-link ul li.app a i {
    background-position: 2px -39px
}

.uzy-top-link ul li.qq {
    width: 150px
}

.uzy-top-link ul li.qq a i {
    background-position: 0 -60px
}

.uzy-top-link ul li.qq a:hover i {
    background-position: -20px -60px
}

.uzy-top-link ul li.help {
    width: 80px
}

.uzy-top-link ul li.help a i {
    background-position: 0 -79px
}

.uzy-top-link ul li.help a:hover i {
    background-position: -20px -79px
}

.uzy-top-link .weixin-ewm {
    position: absolute;
    top: 30px;
    left: -80px;
    width: 180px;
    height: 220px;
    z-index: 1039;
    /*background: url(/images/header/header_icon.png) -460px 0 no-repeat;*/
    display: none
}


.uzy-top-wrap.v3 .uzy-top-link ul li {
    line-height: 18px
}

.uzy-top-wrap.v3 .uzy-top-link ul li i {
    background-image: none;
    background-position: 0 0 !important;
    margin-right: 5px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.jiameng a i {
    background: url(//staticv2.youzy.cn/images/header/jiameng.png) no-repeat;
    width: 17px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.weixin a i {
    background: url(../../images/weixin.png) no-repeat;
    width: 22px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.help a i {
    background: url(../../images/help.png) no-repeat;
    width: 16px;
    float: right
}

.uzy-top-wrap.v3 .uzy-top-link ul li.help {
    width: 50px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.line {
    margin: 0 18px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.weixin {
    width: 51px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.jiameng {
    width: 95px !important
}

.uzy-top-wrap.v3 .uzy-top-link ul li.chengxu {
    width: 75px
}

.uzy-top-wrap.v3 .uzy-top-link ul li.jiameng .icon {
    color: #EC9E22
}

.uzy-top-wrap.v3 .uzy-top-link ul li.weixin .icon, .uzy-top-wrap.v3 .uzy-top-link ul li.app .icon {
    color: #a5a5a5
}

.uzy-top-wrap.v3 .uzy-top-link ul li.help .icon {
    color: #c5c5c5
}

.uzy-top-wrap.v3 .uzy-top-link ul li.chengxu:hover .chengxu-ewm {
    display: block
}

.uzy-top-wrap.v3 .uzy-top-link .chengxu-ewm {
    position: absolute;
    top: 30px;
    left: -62px;
    width: 182px;
    height: 220px;
    z-index: 1039;
    background: url(../../images/wxgzh.png) no-repeat;
    display: none
}

.uzy-top-wrap.v3 .uzy-top-link ul li.chengxu .icon {
    color: #27A345
}

.uzy-top-wrap.v3 .uzy-top-link ul li.jiameng:hover .chengxu-ewm {
    display: block
}

/*       */
.uzy-top-wrap.v3 .uzy-top-link ul li.weixin:hover .weixin-ewm {
    display: block
}

.uzy-top-wrap.v3 .uzy-top-link .weixin-ewm {
    position: absolute;
    top: 30px;
    left: -62px;
    width: 182px;
    height: 220px;
    z-index: 1039;
    background: url(../../images/wxzx.png) no-repeat;
    display: none
}

.uzy-top-wrap.v3 .uzy-top-link ul li.weixin .icon {
    color: #27A345
}

.uzy-top-wrap.v3 .uzy-top-link ul li.jiameng:hover .weixin-ewm {
    display: block
}

/*        */

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.uzy-top-wrap.v3 .uzy-top-link ul li.chengxu a i {
    background: url(../../images/favicon32f740.ico) no-repeat;
    width: 22px;
    height: 22px;
}

/* 顶部 end*/

.select-box {
    border: 1px solid #fff;
    float: left;
    line-height: 30px;
    width: 90px;
    margin-top: 15px;
}

.select-box span {
    font-size: 14px;
}

.section_college {
    height: 526px;
    background: url(../../images/pages/banner_college.jpg) no-repeat 50% 0%;
    position: relative;
}

.section_zy {
    height: 526px;
    background: url(../../images/pages/banner_zy.jpg) no-repeat 50% 0%;
    position: relative;
}

.section_zytb {
    height: 526px;
    background: url(../../images/pages/banner_zytb.jpg) no-repeat 50% 0%;
    position: relative;
}


.errmsg {
    width: 98%;
    height: 20px;
    color: red;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.changeuser-table {
    width: 100%;
}

.changeuser-table thead, tfoot {
    background-color: #f8f8f8;
}

.changeuser-table td, .changeuser-table th {
    text-align: center;
    padding: .7em .5em;
}

.changeuser_input {
    height: 44px;
    border-radius: 5px;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #dfdcdc;
    margin-top: 30px;
    text-indent: 12px;
    width: 300px;
}

.customer_input:hover {
    cursor: pointer;
    border-color: #9c9c9c !important;
}

#changeuser-table .t_category {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    color: black;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 6em;
    border: 1px solid #dfdcdc;
    margin-left: 20px;
}

#changeuser-table .t_category:hover {
    background: #e9e9e9;
    color: #6d6d6d;
    cursor: pointer;
}

#changeuser-table .t_category.active {
    background: #e84c33;
    color: #fff
}

#changeuser-table .enter {
    display: inline-block;
    zoom: 1;
    background-color: #fff;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 12em;
    border: 1px solid #dfdcdc;
    border-radius: 3px;
    background: #f94856;
    cursor: pointer;
    margin-top: 50px;
}


/************导航栏 开始*************/
.m-head {
    position: relative;
    z-index: 999;
    width: 100%;
    min-width: 1200px
}

.m-head a {
    color: inherit;
    text-decoration: none
}

.m-head .m-head-nav {
    width: 100%;
    height: 95px;
    color: #fff;
    font-size: 14px;
}

.m-head .m-head-nav ul {
    padding-right: 50px;
    overflow: hidden
}

.m-head .m-head-nav ul a {
    display: block;
}

.m-head .m-head-nav ul li {
    float: left;
    height: 72px;
    line-height: 72px;
}

.m-head .m-head-nav ul .m-head-nav-logo {
    margin-right: 30px;
}

.m-head .m-head-nav ul .m-head-nav-logo img {
    position: relative;
    margin-top: 13px;
}

.m-head .m-head-nav ul .m-head-nav-item {
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.m-head .m-head-nav ul .m-head-nav-right {
    border-bottom: 0px solid transparent;
}

.m-head .m-head-nav ul .m-head-nav-item a {
    padding: 0 20px;
}

.kbd_bar:hover {
    color: #fff;
}

.m-head .m-head-nav ul .m-head-nav-item.active {
    border-bottom: 2px solid #fff;
}

.m-head .m-head-nav ul .m-head-nav-item:hover {
    border-bottom-color: #fff;
}

.m-head .m-head-nav ul .m-head-nav-right {
    float: right;
}


.index-top {
    position: relative;
    width: 100%;
    color: #fff;
    background: #000;
    margin-top: -95px;
}

.index-top a {
    color: inherit;
    text-decoration: none
}

.index-top .index-top-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    padding: 29px 0;
}

.m-carousel {
    position: relative;
    overflow: hidden
}

.m-carousel-list {
    overflow-y: hidden;
    width: 100%;
    height: 680px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.m-carousel-list li {
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%
}

.m-carousel-list li a {
    display: block;
    height: 100%;
}

.m-carousel-list li a:hover {
    color: #fff;
}

.c-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.c-line-clamp {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-carousel-list .m-carousel-title {
    font-size: 56px;
    font-weight: 700;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.m-carousel-list .m-carousel-title1 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 220px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.m-carousel-list .m-carousel-note {
    color: hsla(0, 0%, 100%, .8);
    font-size: 24px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.header2-info1-ydl .content a:hover {
    background: #e9e9e9;
    color: #6d6d6d
}

.header2-info1-ydl .content a.active {
    background: #e84c33;
    color: #fff
}

/************导航栏 结束*************/


/***************major.html添加样式***************/
.profess_list_spanw {
    float: right;
    border: 1px solid #fe9904;
    height: 20px;
    font-size: 14px;
    color: #fe9904;
    line-height: 20px;
    padding: 0 10px;
    margin: 9px 20px 0 0;
    display: inline-block;
    border-radius: 6px;
    width: 65px;
    text-align: center;
}

.profess_list_spanl {
    float: right;
    border: 1px solid #03a9f4;
    height: 20px;
    font-size: 14px;
    color: #03a9f4;
    line-height: 20px;
    padding: 0 10px;
    margin: 9px 7px 0 0;
    display: inline-block;
    border-radius: 6px;
    width: 65px;
    text-align: center;
}


/**************major.html添加样式  结束****************/


/************* majorlist.html添加样式*********************/
.header2-info1-ydl-jt {
    position: absolute;
    left: 112px;
    background: url(../images/031.png) no-repeat left top;
    width: 23px;
    height: 11px;
}

.alertmsg {
    width: 300px;
    position: absolute;
    display: none;
    border: 1px solid #cccccc;
}

.major-list {
    height: auto;
    border-bottom: 1px #e2e2e2 solid;
    *zoom: 1;
    padding: 20px 0
}

.major-list:before, .major-list:after {
    display: table;
    content: "";
    line-height: 0
}

.major-list:after {
    clear: both
}

.major-list h2 {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}

.major-list h2 .btn {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 4px 24px;
    font-size: 14px;
    color: #333333;
    width: 80px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #E4E4E4;
    text-align: center;
    transition: all .1s;
    cursor: pointer;
}

.major-list h2 .btn:hover {
    background: #F96A69;
    border-color: #F96A69;
    color: #fff;
}

.major-list h2 a:hover {
    color: red;
}

.major-list p {
    font-size: 14px;
    line-height: 22px;
    color: #666
}

#mList h1 {
    color: #000000;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
}

#mList h1 span {
    color: red;
}

/**************majorlist.html添加样式 结束********************/
/*专业筛选页面css*/


.register_con_div_a2:hover {
    background-color: #03a9f4;
    color: #ffffff;
}

.ydc-menu-item2 {
    margin: 0 auto;
}

.ydc-menu-item2 a {
    display: block;
    position: relative;
}

.tips {
    padding: 5px 10px;
    border: 1px solid #fecb9c;
    margin-top: 20px;
    background: #fffcf0;
    color: #666;
}

.tips a {
    margin: 0 5px;
    color: #5990d5;
}

.width1000 {
    width: 1000px;
    margin: 0 auto;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.header .width1000 {
    height: 60px;
    background: #568fd5;
}

.width1000 h3 {
    font-size: 14px;
    font-weight: 700;
}

.header .width1200 {
    height: 60px;
    background: #568fd5;
}

.width1200 h3 {
    font-size: 14px;
    font-weight: 700;
}

.bgwhite {
    overflow: hidden;
    height: 100%;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
}

.padding20 {
    padding: 20px;
}

.cp-title {
    border-bottom: 1px solid #eaeaea;
    margin: 50px 0 20px;
    line-height: 45px;
    padding-bottom: 2px;
}

.cp-title h2 {
    float: left;
    max-width: 700px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp-title .subject {
    float: right;
}

.clearfix:after {
    content: '\0020';
    display: block;
    clear: both;
    height: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '\0020';
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.subject .subject-num {
    float: left;
    margin-right: 10px;
    color: #666;
}

.subject .subject-num .red {
    color: #d10101;
    margin: 0 5px;
}

.main-content_yxzy {
    zoom:1;
}
.main-content {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #cfcfcf;
    border-bottom: 1px dotted #cfcfcf;
}

.main-content p {
    line-height: 28px;
    color: #666;
}

.main-content p.guide {
    text-indent: 0;
}

/*.main-content img {*/
/*    display: block;*/
/*    max-width: 960px;*/
/*    margin: 0 auto;*/
/*}*/

.main-content .con-img {
    text-align: center;
}

.fontgrey {
    color: #666;
}

.zycontent {
    margin-bottom: 20px;
    padding: 0;
}

.zycontent li.firstli {
    padding: 0 25px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 16px;
}

.zycontent li {
    padding-left: 40px;
    line-height: 35px;
}

.zycontent li label {
    font-weight: 400;
}

.site-table {
    width: 100%;
    margin: 10px 0;
}

.site-table thead {
    background-color: #f2f2f2;
}

.site-table th, .site-table td {
    padding: 11px 15px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
}

.site-table a {
    text-decoration: none;
    color: blue;
}

.site-table a:link {
    text-decoration: none;
    color: blue;
}

.site-table a:active {
    text-decoration: blink;
}

.site-table a:hover {
    text-decoration: underline;
    color: red;
}

.site-table a:visited {
    text-decoration: none;
    color: green;
}

.c_input {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    padding: 0 0 0 34px;
    margin: 10px 0px 0px 10px;
    transition: background 0.3s ease-in-out;
    width: 90%;
}

.c_input:focus {
    outline: none;
    border-color: #019A0D;
    box-shadow: 0 0 0px #019A0D;
}

.bardiv {
    float: right;
    margin: 3px 3px;
}

.ydc-menu-item3 a
{
    display: block;
    width: 300px;
    padding: 13px 0 13px 0px;
    line-height: 20px;
    position: relative;
    font-size: 20px;
    border: 1px solid #CCC;
    text-align: center;
    float:left;
    margin-left:30px;
    margin-top:70px;
}
.ydc-menu-item3 a:hover {
    background: #03a9f4;
    color: #fff;
}
.ydc-menu-item3 .active
{
    background: #ff6565;
    color: #fff;
}

.ydc-menu-item2 a {
    display: block;
    padding: 13px;
    line-height: 20px;
    position: relative;
    font-size: 20px;
    border: 1px solid #CCC;
    text-align: center;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
}

.ydc-menu-item2 a:hover {
    background: #03a9f4;
    color: #fff;
}

.ydc-menu-item2 .active {
    background: #ff6565;
    color: #fff;
}
.site-table {
    width: 100%;
    margin: 10px 0;
}

.site-table thead {
    background-color: #f2f2f2;
}

.site-table th, .site-table td {
    padding: 11px 15px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
}

.site-table a {
    text-decoration: none;
    color: blue;
}

.site-table a:link {
    text-decoration: none;
    color: blue;
}

.site-table a:active {
    text-decoration: blink;
}

.site-table a:hover {
    text-decoration: underline;
    color: red;
}

.site-table a:visited {
    text-decoration: none;
    color: green;
}

.sound {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
    transition: all .2s;
    cursor: default;
}

.sound:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.mntb_button5 {
    display: block;
    background-color: #CF000D;
    width: 160px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    border-radius: 6px;
    background: url(../img/icon10.png) no-repeat 19px center rgba(226,26,33,0.80);
}

.mntb_button5:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.result-table {
    border-top: 1px solid #eceded;
    border-left: 1px solid #eceded;
    width: 100%;
}

.result-table thead, tfoot {
    background-color: #f8f8f8;
}

.result-table td, .result-table th {
    border-right: 1px solid #eceded;
    border-bottom: 1px solid #eceded;
    padding: .7em .5em;
}

.result-table input {
    margin-left: 10px;
    height: 30px;
    border-radius: 5px;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #dfdcdc;
    background-color: #f9f9f9;
    text-indent: 12px;
    width: 55px;
}

.result-table input:hover {
    cursor: pointer;
    border-color: #9c9c9c !important;
}

.result-table .register_con_div_a2 {
    display: block;
    background-color: #03a9f4;
    width: 220px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
}

.result-table .register_con_div_a2:hover {
    background-color: #03a9f4;
    color: #ffffff;
}

.result-table .red {
    border: 1px solid red;
}

.pull-left {
    padding-right: 10px;
}

.pull-left {
    float: left !important;
}

.pull-left {
    float: left;
}

.graph {
    position: relative; /* IE is dumb */
    width: 250px;
    border: 1px solid #B1D632;
    padding: 2px;
    margin-bottom: .5em;
}

.graph2 {
    position: relative; /* IE is dumb */
    width: 250px;
    border: 1px solid #B1D632;
    padding: 2px;
    margin-bottom: .5em;
}

.graph .bar {
    display: block;
    position: relative;
    background: #B1D632;
    text-align: right;
    color: #333;
    height: 2em;
    line-height: 2em;
    float: left
}

.graph2 .bar {
    display: block;
    position: relative;
    background: #B1D632;
    text-align: left;
    color: #333;
    height: 2em;
    line-height: 2em;
    float: right
}

.graph .bar span {
    position: relative;
    font-size: 12px
}

.graph2 .bar span {
    position: relative;
    font-size: 12px
}

#one, #two {
    margin: 2px;
    padding: 2px;
    float: left;
    line-height: 22px;
}

/*report_x.html页面 终选专业 添加按钮*/
.screen-box {
    height: auto;
    *zoom: 1;
    margin-top: 0px;
    font-family: 'Microsoft YaHei',SimSun,Arial,sans-serif
}

.screen-box:before, .screen-box:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box:after {
    clear: both
}

.screen-box .title {
    width: 80px;
    float: left;
    height: auto;
    *zoom: 1;
    line-height: 25px;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 4px;
}

.screen-box .title:before, .screen-box .title:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box .title:after {
    clear: both
}

.screen-box .list {
    width: 900px;
    float: left;
    height: auto;
    *zoom: 1;
}

.screen-box .list:before, .screen-box .list:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box .list:after {
    clear: both
}

.screen-box .list ul {
    margin-left: -5px;
    *zoom: 1;
}

.screen-box .list ul:before, .screen-box .list ul:after {
    display: table;
    content: "";
    line-height: 0
}

.screen-box .list ul:after {
    clear: both
}

.screen-box .list ul li {
    font-size: 14px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px
}

.screen-box .list ul li a {
    padding: 7px 8px;
    color: #444;
    display: inline-block;
}

.screen-box .list ul li a:hover {
    color: #e84c33
}

.screen-box .list ul li a.all {
    display: block;
    padding: 4px 8px;
    color: #444;
    background: #eee
}

.screen-box .list ul li a.all:hover {
    color: black;
}

.screen-box .list ul li a.active {
    display: block;
    float: left;
    padding: 6px 8px;
    border: 1px solid #ccc;
    background: 0;
    color: #555;
    width: 220px;
}

.screen-box .list ul li a.active:hover {
    border: 1px solid #999;
    color: #444
}

.register_con_div_a2 {
    display: none;
    background-color: #03a9f4;
    width: 220px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
    display: inline-block;
}

.infoaddButton {
    display: none;
    background-color: #03a9f4;
    width: 220px;
    height: 44px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}


/*report_x.html页面 终选专业 添加按钮  结束*/
.Ctable {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.Ctable thead tr th {
    font-weight: 400
}

.Ctable tr th {
    font-size: 16px !important;
    background: #f0f0f0;
    vertical-align: middle;
    text-align: center;
    color: #666;
    border-color: #d7d7d7;
    font-weight: 400 !important
}

.Ctable tr.activate td {
    background: #faeded
}

.Ctable tr td {
    font-size: 14px !important;
    vertical-align: middle;
    text-align: center;
    color: black;
    background: #fefefe;
}

.Ctable th, .Ctable td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.Ctable tbody tr:hover > td, .Ctable tbody tr:hover > th {
    background-color: #f5f5f5
}
