/*公有样式开始*/
.w1000 {
    width: 1000px;
    margin: 0px auto;

}

.floor .title {
    text-align: center;
}

.floor .title .main-title {
    font-size: 34px;
    font-weight: bolder;
    color: #333333;
    line-height: 100%;
    margin-top: 95px;
    margin-bottom: 55px;
}

.floor .title .subtitle {
    font-size: 24px;
    color: #666666;
    line-height: 100%;
}

/* 改变输入框placeholder的颜色值*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #333333;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333333;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333333;
}

input:focus::-webkit-input-placeholder {
    color: #333333;
}

/*公有样式结束*/



/*广告栏开始*/
.adv {
    background: url(../img/adv-bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 427px;
    padding-top: 38px;
    box-sizing: border-box;
}

.adv img {
    width: 100%;
    height: 100%;
}

/*广告栏结束*/

/*国家开放大学开始*/
.open-university .content {
    padding-bottom: 61px;
}

.open-university .content .ou-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 944px;
    margin: 0px auto;
}

.open-university .content .ou-item li {
    width: 31%;
    height: 361px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.open-university .content .ou-item li {
    background: url(../img/ou-list1.jpg) no-repeat;
    background-size: 100% 100%;
}

.open-university .content .ou-item li:nth-child(2) {
    background-image: url("../img/ou-list2.jpg");
}

.open-university .content .ou-item li:nth-child(3) {
    background-image: url("../img/ou-list3.jpg");
}

.open-university .content .ou-item.f2 li:nth-child(1) {
    background-image: url("../img/ou-list4.jpg");
}

.open-university .content .ou-item.f2 li:nth-child(2) {
    background-image: url("../img/ou-list5.jpg");
}

.open-university .content .ou-item.f2 li:nth-child(3) {
    background-image: url("../img/ou-list6.png");
}

.open-university .content .ou-item li h2 {
    font-size: 28px;
    font-weight: bolder;
    line-height: 100%;
    margin-top: 138px;
}

.open-university .content .ou-item li .oi-info p {
    font-size: 14px;
    color: #666666;
    line-height: 100%;
    margin-bottom: 13px;
}

.open-university .content .ou-item li .oi-info p:last-child {
    margin-bottom: 0px;
}

.open-university .content .ou-item li .consult {
    width: 178px;
    height: 47px;
    line-height: 47px;
    display: block;
    font-size: 18px;
    color: white;
    background: #e03231;
    margin: 0px auto;
    margin-bottom: 35px;
    border-radius: 26px;
}

.open-university .content .ou-item.f2 {
    margin-top: 51px;
}

/*国家开放大学结束*/

/*福建学子福音开始*/
.floor-bg {
    background: #eeeeee;
    overflow: hidden;
}

.floor-bg .gospel {
    overflow: hidden;
}

.floor-bg .gospel .content {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding-left: 144px;
}

.floor-bg .gospel .content .right {
    width: 502px;
}

.floor-bg .gospel .content .right h2 {
    font-weight: bolder;
    font-size: 26px;
    color: #df3230;
    line-height: 100%;
    line-height: 33px;
    margin-top: 2px;
    margin-bottom: 11px;
}

.floor-bg .gospel .content .right .info p {
    font-size: 16px;
    color: #333333;
    text-indent: 32px;
    margin-bottom: 8px;
    line-height: 24px;
    text-align: justify;
}

.floor-bg .gospel .content .right .info p:last-child {
    margin-bottom: 0px;
}

.move {
    width: 280px;
    height: 65px;
    line-height: 61px;
    color: white !important;
    font-size: 25px;
    text-align: center;
    margin: 0px auto;
    display: block;
    background: url(../img/btn-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 14px;
    margin-bottom: 11px;
}

.floor-bg .gospel .content .left {
    width: 310px;
    height: 310px;
    display: block;
}

/*福建学子福音结束*/

/*课程优势开始*/
.tea-advantage .list li {
    width: 260px;
    height: 260px;
    background: white;
    padding-top: 32px;
    padding-bottom: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    border: 1px solid red;
    border-radius: 50%;
    overflow: hidden;
}

.tea-advantage .list li h2 {
    font-size: 24px;
    font-weight: bolder;
    color: white;
    text-align: center;
    line-height: 100%;
    height: 60px;
    line-height: 60px;
    background: #df3634;
}

.tea-advantage .list li .content p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 8px;
}

.tea-advantage .list li .content p:last-child {
    margin-bottom: 0px;
}

.tea-advantage .list li .consult {
    width: 126px;
    height: 40px;
    line-height: 37px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #df3230;
    font-size: 17px;
    color: #df3230;
    text-align: center;
    margin: 0px auto;
}

.tea-advantage .list {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 908px;
    margin: 0px auto;
    margin-bottom: 45px;
}

.tea-advantage .list:last-child {
    margin-bottom: 0px;
}

/*课程优势结束*/

/*校园环境开始*/
.campus-env {
    margin-bottom: 80px;
}

.campus-env .content {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.campus-env .content img {
    width: 310px;
    height: 186px;
    display: inline-block;
}

/*校园环境结束*/

/*热门专业开始*/
.popular-major table {
    margin: 0px auto;
}

.popular-major table tr th, .popular-major table tr td {
    width: 192px;
    height: 60px;
    text-align: center;
    border: 1px solid #202c5c;
}

.popular-major table tr td {
    font-size: 14px;
    color: #202c5c;
}

.popular-major table thead tr th {
    font-size: 22px;
    color: white;
    background: #202c5c;
    border: 1px solid #202c5c;
    font-weight: normal;
}

.popular-major table tfoot {
    border: 0px;
}

.popular-major table tfoot tr td {
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
}

.popular-major table tfoot tr td a {
    font-size: 14px;
    color: #202c5c;
}

.popular-major .list ul li {
    width: 494px;
    height: 275px;
    position: relative;
    overflow: hidden;
}

.popular-major .list ul li img {
    width: 100%;
    height: 100%;
}

.popular-major .list {
    margin-top: 11px;
    margin-bottom: 70px;
}

.popular-major .list ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.popular-major .list ul li span {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    padding-left: 20px;
    bottom: 0px;
    font-size: 21px;
    color: white;
}

/*热门专业结束*/

/*报名流程开始*/
.su-bg {
    background: #eeeeee;
    overflow: hidden;
}

.sign-up img {
    width: 100%;
    height: 153px;
    display: block;
    margin: 0px auto;
    margin-bottom: 109px;
}

.sign-up.floor .title .main-title {
    margin-top: 44px;
    margin-bottom: 81px;
}

/*报名流程结束*/

/*在线测评开始*/
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 11px !important;
    background: rgba(255, 255, 255, 0.88) !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #70706e transparent transparent transparent !important;
    border-width: 9px 6px 0 6px !important;
    margin-left: -21px !important;
    margin-top: 9px !important;
}

.select2-container {
    width: 600px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
}

.select2-container--default .select2-selection--single {
    border: 0px solid #aaa !important;
}

.online-bg {
    background: url("../img/online-bg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.online-bg .online.floor .title .main-title {
    color: white;
}

.online-bg .online form {
    width: 810px;
    margin: 0px auto;
}

.online-bg .online form > label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.online-bg .online form label span.txt {
    font-size: 20px;
    font-weight: bolder;
    color: white;
    margin-right: 28px;
}

.online-bg .online form label span {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.online-bg .online form label input[type="text"] {
    width: 240px;
    height: 50px;
    background: rgba(255, 255, 255, 0.88);
    border: 0px;
    border-radius: 11px;
    font-size: 18px;
    text-indent: 20px;
}

.online-bg .online form .info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.online-bg .online form .info label:first-child {
    margin-right: 17px;
}

.online-bg .online form .info label:last-child span.txt {
    margin-right: 18px;
}

.online.floor .title .main-title {
    margin-top: 77px;
    margin-bottom: 66px;
    margin-left: 109px;
}

.online-bg .online form input[type="submit"] {
    border: 0px;
    width: 400px;
    height: 78px;
    margin-left: 260px;
    margin-top: 54px;
    margin-bottom: 33px;
    cursor: pointer;
}

/*在线测评结束*/

/*最新测评结果开始*/
.le-bg {
    background: #eeeeee;
    overflow: hidden;
}

.floor .title .main-title span {
    color: #dd312f;
}

.le-bg .latest-evaluation .content {

}

.le-bg .latest-evaluation .le-list {
    width: 830px;
    height: 498px;
    margin: auto;
    box-shadow: 0px 0px 14px 4px #e4e4e4;
    overflow: hidden;
    margin-bottom: 57px;
}

.le-bg .latest-evaluation .content li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 71px;
    line-height: 71px;
    padding-left: 27px;
    padding-right: 44px;
    box-sizing: border-box;
}

.le-bg .latest-evaluation .content li:nth-child(2n) a {
    background: white;
}

.le-bg .latest-evaluation .content li:nth-child(2n-1) a {
    background: #f5f5f5;
}

.le-bg .latest-evaluation .content li a span,
.le-bg .latest-evaluation .content li a small {
    font-size: 28px;
    color: #333333;
}

.le-bg .latest-evaluation .content li a span:last-child {
    color: #e13432;
    text-align: right;
}

.le-bg .latest-evaluation .content li a span {
    flex: 1;
}

/*最新测评结果结束*/

/*学历提升开始*/
.degree-ascension .content ul {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.degree-ascension .content ul li {
    width: 225px;
    height: 298px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.degree-ascension .content ul li img {
    height: 149px;
    width: 100%;
    display: block;
    flex: 1;
}

.degree-ascension .content ul li .info {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    flex: 1;
}

.degree-ascension .content ul li .info h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #333333;
    line-height: 100%;
    margin-bottom: 25px;
}

.degree-ascension .content ul li .info .detail {
    width: 178px;
    height: 47px;
    line-height: 47px;
    display: block;
    background: #df3230;
    font-size: 18px;
    color: white;
    text-align: center;
    margin: 0px auto;
    border-radius: 24px;
}

.degree-ascension .content:nth-child(2) {
    margin-top: 74px;
    margin-bottom: 50px;
}

.degree-ascension .content:last-child {
    margin-bottom: 55px;
}

/*学历提升结束*/

/*学历证书开始*/
.dc-bg {
    background: #eeeeee;
    overflow: hidden;
    padding-bottom: 2px;
}

.dc-bg .degree-certificate .title .main-title {
    margin-top: 65px;
    margin-bottom: 84px;
}

.dc-bg .degree-certificate .content {
    display: flex;
}

.dc-bg .degree-certificate .content img {
    width: 528px;
    height: auto;
    display: block;
    margin-right: 62px;
}

.dc-bg .degree-certificate .content ul li {
    font-size: 23px;
    color: #333333;
    line-height: 100%;
    margin-bottom: 16px;
}

.dc-bg .degree-certificate .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*学历证书结束*/

/*真题题库开始*/
.question-bank {
    position: relative;
    padding-top: 101px;
    display: flex;
    justify-content: center;
}

.question-bank .content {
    border: 4px solid #3b66ab;
    width: 530px;
    height: 372px;
    overflow: hidden;
    padding: 0px 18px;
    padding-top: 60px;
    box-sizing: border-box;
}

.question-bank .content .info li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.question-bank .content .info li:last-child {
    margin-bottom: 0px;
}

.question-bank .content .info li p {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 340px;
}

.question-bank .content .info li .download {
    font-size: 16px;
    color: #df3230;
}

.question-bank .content .qb-title {
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 92px;
    left: 6.5%;
    background: white;
    padding: 0px 20px;
}

.question-bank .content::before {
    content: "国家开发大学考试历年真题题库";
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
    background: white;
    padding: 0px 20px;
    position: absolute;
    top: 92px;
    left: 4.5%;
}

.question-bank .content:nth-child(1) {
    margin-right: 26px;
}

.question-bank .content:nth-child(2)::before {
    content: "2018年国家开放大学考试模拟题";
    left: 58.5%;
}

/*真题题库结束*/
/*名校学历开始*/
.school-edu .content {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    background: url(../img/se-item.png) no-repeat;
    background-size: 100%;
}

.school-edu .content ul li {
    height: 105px;
    margin-bottom: 60px;
}

.school-edu .content ul li h3 {
    font-weight: bolder;
    font-size: 16px;
    color: #a9080c;
    line-height: 100%;
    margin-bottom: 17px;
}

.school-edu .content ul li p {
    font-size: 12px;
    color: #333333;
}

.school-edu .content .list:nth-child(1) {
    text-align: right;
    position: relative;
    left: 0px;
    top: -8px;
}

.school-edu .content .list li {
    width: 100%;
    position: relative;
}

.school-edu .content .list:nth-child(1) li:nth-child(1) {
    top: 3px;
    right: -10px;
}

.school-edu .content .list:nth-child(1) li:nth-child(2) {
    right: 55px;
    top: -43px;
}

.school-edu .content .list:nth-child(1) li:nth-child(3) {
    right: 55px;
    top: -33px;
}

.school-edu .content .list:nth-child(1) li:nth-child(4) {
    right: 12px;
    top: -72px;
}

.school-edu .content .list:nth-child(3) li:nth-child(1) {
    top: -23px;
    right: -10px;
}

.school-edu .content .list:nth-child(2) {
    position: relative;
    left: 125px;
    top: -13px;
}

.school-edu .content .list:nth-child(2) li:nth-child(1) {
    position: relative;
    left: -129px;
    top: 25px;
}

.school-edu .content .list:nth-child(2) li:nth-child(2) {
    position: relative;
    left: -62px;
    top: -22px;
}

.school-edu .content .list:nth-child(2) li:nth-child(3) {
    position: relative;
    left: -63px;
    top: -26px;
}

.school-edu .content .list:nth-child(2) li:nth-child(4) {
    position: relative;
    left: -116px;
    top: -69px;
}

.btn-ascension {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 57px;
    left: 383px;
}

.btn-ascension a {
    width: 150px;
    height: 150px;
    display: block;
}

.btn-ascension a img {
    width: 100%;
    height: 100%
}

.school-edu {
    position: relative;
    height: 760px;
}

.school-edu .title .main-title {
    margin-bottom: 26px;
}

.school-edu .title .subtitle {
    font-weight: normal;
}

/*名校学历结束*/

/*无法拒绝开始*/
.cannot-reject .content ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cannot-reject .content ul li {
    width: 210px;
    height: 280px;
    background: #eeeeee;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cannot-reject .content ul li img {
    width: 98px;
    height: 98px;
    display: block;
}

.cannot-reject .content ul li .info {
    font-size: 15px;
    color: #666666;
    text-align: center;
}

.cannot-reject .content ul li .info h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 13px;
}

.cannot-reject .jump-btn {
    margin-top: 42px;
    margin-bottom: 51px;
}

.cannot-reject .jump-btn a .jump-btn-bg {
    width: 340px;
    height: 78px;
}

.cannot-reject.floor .title .main-title {
    margin-bottom: 21px;
}

.cannot-reject.floor .content {
    margin-top: 46px;
}

/*无法拒绝结束*/

/*底部表单样式开始*/
.ff-bg {
    background: url(../img/ff-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    z-index: 1000;
}

.ff-bg .footer-form {
    text-align: center;
    padding-bottom: 17px;
}

.ff-bg .footer-form h2 {
    font-size: 28px;
    color: white;
    line-height: 100%;
    margin-top: 17px;
    margin-bottom: 25px;
}

.ff-bg .footer-form form label {
    margin-right: 27px;
}

.ff-bg .footer-form form label span {
    font-size: 16px;
    color: white;
    margin-right: 18px;
}

.ff-bg .footer-form form label input[type="text"] {
    font-size: 16px;
    color: black;
    text-indent: 13px;
    background: #d2d0cd;
    border: 0px;
    width: 156px;
    height: 40px;
}

.ff-bg .footer-form form input[type="submit"] {
    width: 230px;
    height: 40px;
    border: 0px;
    background: #e33533;
    font-size: 16px;
    color: white;
    cursor: pointer;
    float: right;
}

.ff-bg .footer-form .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.ff-bg .footer-form .contact a {
    font-size: 22px;
    color: white;
}

.ff-bg .footer-form .contact .line {
    width: 2.14px;
    height: 18px;
    background: white;
    display: block;
    margin: auto 19px;
    position: relative;
    top: 2px;
}

/* 改变输入框placeholder的颜色值*/
.ff-bg ::-webkit-input-placeholder { /* WebKit browsers */
    color: #919191;
}

.ff-bg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #919191;
}

.ff-bg ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #919191;
}

.ff-bg :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #919191;
}

.ff-bg input:focus::-webkit-input-placeholder {
    color: #919191;
}

/*左侧悬浮导航开始*/
.suspension {
    position: fixed;
    left: 15px;
    top: 25%;
    text-align: center;
    color: white;
    z-index: 1000;
    width: 116px;
}

.suspension a {
    color: white;
}

.suspension dl dt {
    height: 100px;
    background: url(../img/book.png) no-repeat;
    background-size: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.suspension dl dt h2 {
    /* padding: 0px 0 5px; */
    font-size: 24px;
    padding-bottom: 10px;
    padding: 4px 0 5px;
}
.suspension dl dt p {
    background-color: white;
    width: auto;
    margin: 0 auto;
    border-radius: 50px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.suspension dl dt p a {
    color: #df3230;
}

.suspension dl dd {
    background-color: #df3230;
    margin: 10px 0;
    padding: 5px 0;
}

.suspension dl dd:nth-child(odd) {
    background-color: #666;
}

.suspension div {
    position: absolute;
    height: 80%;
    width: 5px;
    background-color: red;
    z-index: -1;
}

.suspension .leftwire {
    top: 70px;
    left: 20px;
}

.suspension .rightwire {
    top: 70px;
    right: 20px;
}

/*左侧悬浮导航结束*/

/*底部开始*/
.footer {
    background: url(../img/scheme.jpg) no-repeat;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 100%;
    margin-bottom: 126px;
}

.footer span a {
    margin-right: 20px;
    font-size: 20px;
    color: white;
}

.footer_cover {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0,0,0,.8);
    overflow: hidden;
}
.footer p {
    margin: 0;
    padding: 0;
    line-height: 100%;
    margin-top: 15px;
}
.footer p, .footer p a {
    font-size: 20px;
    color: white;
}
/*底部结束*/