﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

ul,
li {
    list-style: none;
}

input {
    text-decoration: none;
    border: 0;
    outline: none;
}

a,
textarea,
select {
    text-decoration: none;
    border: 0;
    outline: none;
    cursor: pointer;
}

img {
    border: 0;
    display: block;
    margin: 0 auto;
}

a {
    cursor: pointer;
}

#nor_bt {
    display: block;
    width: 280px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background: #304f86;
    font-size: 20px;
    color: #ffffff;
    border-radius: 35px;
    text-align: center;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
}

#nor_bt:hover {
    background: #d01337;
    color: white;
    transition: all 0.5s linear;
}

.clearfix {
    clear: both;
}


/*header*/

.header {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.header ul {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
}

.header ul li {
    width: 200px;
    height: 100px;
    float: left;
}


/*公共样式表结束*/


/*顶部*/

.top {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.top-header {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.top-a {
    width: 107px;
    height: 77px;
    float: left;
    margin-top: 6px;
    margin-right: 23px;
}

.top-l {
    float: left;
    height: 86px;
    position: relative;
    padding-top: 23px;
}

.top_cen {
    width: 350px;
    height: 62px;
    float: left;
    margin-top: 20px;
    margin-left: 50px;
}

.top-l h3 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.top-l p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 24px;
    margin-top: 4px;
}

.top-right {
    width: 258px;
    height: 70px;
    float: right;
    margin-top: 15px;
    color: #D12020;
    position: relative;
}

.top-right img {
    float: right;
}

.top-right .top_con {
    float: right;
    margin-left: 10px;
}

.top-right p {
    color: #1a1a1a;
    top: 10px;
    font-size: 15px;
    height: 40px;
    line-height: 18px;
}

.top-right a {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f34334;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.top-right a:hover {
    background: #d01337;
    text-decoration: underline;
    transition: all 0.35s linear;
}


/*xueli*/

.xueli .title {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-top: 0px;
}

.xueli .title b {
    color: #f34334;
}

.xueli .sub_ti {
    font-size: 20px;
    text-align: center;
}

.xueli ul {
    width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    height: 310px;
}

.xueli ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.xueli ul li .xl_con {
    width: 200px;
    height: 266px;
    background: #f0f4fc;
    box-shadow: 2px 2px 8px #ccc;
}

.xueli ul li .xl_con span {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #304f87;
    color: #fff600;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.xueli ul li .xl_con .line2 {
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 1px;
    background: #6698e9;
    color: #333333;
    margin-bottom: 15px;
}

.xueli ul li .xl_con img {
    display: block;
    width: 156px;
    height: 115px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    box-shadow: 2px 3px 6px #b3b3b3;
}

.xueli ul li .xl_con p {
    width: 100%;
    height: 70px;
    line-height: 30px;
    font-size: 18px;
    color: #14141a;
    margin: 0 auto;
    text-align: center;
}

.xueli ul li .xl_con a {
    display: block;
    width: 156px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    background: #304f87;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
}

.xueli ul li .xl_con a:hover {
    background: #d01337;
    color: #ffffff;
    transition: all 0.35s linear;
}


/*导航css*/

.dhbg {
    width: 100%;
    height: 50px;
    background: #2a2a2a;
}

.dhnr {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

img {
    display: block;
    margin: 0 auto;
}

.nav2 {
    width: 1200px;
    height: 50px;
    float: left;
}

.navUl {
    width: 100%;
}

.navUl a {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.navUl li.navli {
    float: left;
    height: 50px;
    padding: 0 38px;
    line-height: 50px;
    position: relative;
    z-index: 6;
}

.navUl li:hover {
    text-decoration: underline;
    background: #3e3d4d;
}

.navUl li a:hover {
    color: #f13547;
}

.slideDown {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 2;
    background: rgba(31, 35, 46, 0.9);
    overflow: hidden;
    width: 80px;
}

.slideDown ul li {
    border-bottom: #272636 dashed 1px;
}

.slideDown ul li a {
    padding: 0 5px;
    font-size: 12px;
}

.slideDown ul li:hover {
    background: #272636;
    text-decoration: underline;
}

.slideDown ul li {
    height: 36px;
    line-height: 36px;
}

.lino1 .slideDown {
    width: 145px;
}

.lino2 .slideDown {
    width: 145px;
}

.lino3 .slideDown {
    width: 128px;
}

.lino4 .slideDown {
    width: 152px;
}

.lino5 .slideDown {
    width: 176px;
}

.lino6 .slideDown {
    width: 145px;
}


/*导航css结束*/

.list img {
    width: 1100px;
    height: 600px;
    margin: 0 auto;
}

.box {
    width: 100%;
    /*height:600px;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/*.list{width:800%;height:600px;position: absolute;left: 0;top: 0;transition: all .5s;}*/

.list li {
    float: left;
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
}

.box span {
    display: inline-block;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background-color: rgba(51, 51, 51, 0.5);
    cursor: pointer;
}

.l {
    left: 4%;
}

.r {
    right: 4%;
}

.point {
    position: absolute;
    bottom: 20px;
    right: 100px;
}

.point li {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #000;
    margin-left: 20px;
}

.point .active {
    background-color: #01ffff;
}

banner .fullSlide {
    width: 100%;
    position: relative;
    height: 450px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
    height: 450px;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 450px;
}

.fullSlide .hd {
    width: 100%;
    position: relative;
    z-index: 3;
    bottom: 50px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 360px;
    margin-top: -30px;
    left: 15%;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

.fullSlide .click {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background: #d65156;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 320px;
    margin-left: -150px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px
}

.que_box {
    width: 100%;
    height: 70px;
    background: #333333;
    margin: 0 auto;
    text-align: center;
}

.que {
    width: 800px;
    margin: 0 auto;
    height: 62px;
    margin-top: -1px;
}

.que .laba {
    width: 40px;
    height: 36px;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.que .askfor {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #304f86;
    color: #ffffff;
    font-size: 16px;
    float: right;
    text-align: center;
    margin-top: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.que .askfor:hover {
    background: #dd4d57;
    transition: all 0.35s linear;
}

.login_panel {
    margin-top: 0px;
}

.login_panel .ti {
    width: 500px;
    height: 34px;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
}

.login_panel {
    width: 500px;
    height: 70px;
    overflow: hidden;
    float: left;
}

.login_panel .panel_center {
    margin: 0px auto;
    width: 500px;
    height: 34px;
    overflow: hidden;
}

#scroll_question {
    overflow: hidden;
    height: 34px;
    float: left;
    width: 600px;
}

#scroll_question ul li {
    font-weight: normal;
    line-height: 34px;
    width: 640px;
    text-align: left;
}

#scroll_question ul li a {
    font-size: 16px;
    display: block;
    text-align: left;
    color: #ffffff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.con1s {
    width: 100%;
    background: #f1f1f1;
    margin: 0 auto;
    overflow: hidden;
}

.con1 {
    width: 1000px;
    height: 650px;
    margin: 0 auto;
}

.con1_t h2 {
    font-size: 36px;
    color: #313b56;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 14px;
}

.con1_c {
    width: 1000px;
    overflow: hidden;
    margin-top: 25px;
}

.con1_f {
    width: 1000px;
    height: 55px;
    margin-top: 25px;
}

.con1_c_t {
    width: 244px;
    height: 403px;
    background: #fff;
    float: left;
}

.con1_c_tt img {
    width: 58px;
    height: 57px;
    display: block;
    margin: 20px auto 0;
}

.con1_c_tt h2 {
    font-size: 24px;
    color: #51bbf2;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
}

.con1_c_tc {
    width: 220px;
    overflow: hidden;
    height: 184px;
    margin: 10px auto 0;
}

.con1_c_tc a {
    width: 220px;
    font-size: 15px;
    color: #666666;
    float: left;
    line-height: 36px;
    border-bottom: 1px dashed #c3c3c3;
}

.con1_c_tc a:hover {
    color: #51bbf2;
}

.con1_c_tc a span {
    width: 5px;
    height: 5px;
    background: #c3c3c3;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
}

.con1_c_tf {
    width: 180px;
    line-height: 36px;
    border: 1px solid #51bbf2;
    border-radius: 5px;
    color: #51bbf2;
    text-align: center;
    margin: 15px auto 0;
}

.con1_c_tf a {
    color: #51bbf2;
    width: 180px;
    line-height: 36px;
    display: block;
}

.con1_c_tf a:hover {
    border: 1px solid #51bbf2;
    background: #51bbf2;
    color: #fff;
    border-radius: 5px;
}

.con1_c_t1 {
    margin-left: 7px;
}

.con1_c_tt1 h2 {
    color: #e73f3f;
}

.con1_c_tt2 h2 {
    color: #f37213;
}

.con1_c_tt3 h2 {
    color: #4382e4;
}

.con1_f a {
    width: 496px;
    height: 55px;
    background: #f37213;
    font-size: 24px;
    color: #ffffff;
    border-radius: 5px;
    background: #f37213;
    color: #fff;
    text-align: right;
    display: block;
    line-height: 55px;
}

.con1_f a span {
    margin-top: 14px;
    float: right;
    margin-right: 150px;
    margin-left: 10px;
}

.con1_f a:hover {
    background: #dd2a2a;
}

.con3s {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.con3 {
    width: 1100px;
    height: 610px;
    margin: 0 auto;
}

.con3_t h2 {
    font-size: 36px;
    color: #313b56;
    text-align: center;
    padding-top: 43px;
    font-weight: bold;
    margin-bottom: 14px;
}

.con3_c {
    width: 1100px;
    overflow: hidden;
    margin-top: 12px;
    height: 421px;
}

.con3_c_t {
    width: 242px;
    height: 195px;
    background: #fff;
    border: 1px dashed #aaaaaa;
    float: left;
    margin-top: 13px;
}

.con3_c_t:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.con3_c_t_t {
    width: 211px;
    height: 94px;
    background: url(../images/bai.png) no-repeat;
    margin: 24px auto 0;
}

.con3_c_t_t p {
    font-size: 14px;
    color: #464646;
    text-align: center;
    padding-top: 32px;
}

.con3_c_t_t h2 {
    font-size: 24px;
    color: #e10000;
    text-align: center;
    padding-top: 5px;
}

.con3_c_t_c {
    width: 169px;
    height: 35px;
    margin: 20px auto 0;
}

.con3_c_t_c a {
    width: 169px;
    line-height: 35px;
    background: #e10000;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
}

.con3_c_t_c a:hover {
    background: none;
    border: 1px solid #e10000;
    color: #e10000;
    border-radius: 5px;
}

.con3_c_t1 {
    margin-left: 10px;
}


/*2017年学历报考资讯查询*/

.xlzx {
    width: 100%;
    height: 150px;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.xlzx .title {
    width: 200px;
    text-align: left;
    height: 34px;
    color: #333333;
    font-size: 18px;
}

.xlzx img {
    display: inline-block;
}

.ht_01 {
    text-align: center;
    width: 1000px;
    height: 140px;
    margin: 0 auto;
}

.ht_01_t {
    width: 300px;
    overflow: hidden;
    display: block;
    margin-left: 10px;
    float: left;
    border-right: 1px dashed #ccc;
}

.ht_01_t a {
    width: 100px;
    float: left;
    display: block;
    color: #333;
    text-align: left;
    height: 30px;
    font-size: 14px;
}

.ht_01_t a:hover {
    color: #f34334;
    text-decoration: underline;
}

.ht_02_t {
    width: 300px;
    overflow: hidden;
    display: block;
    margin-left: 50px;
    float: left;
    border-right: 1px dashed #ccc;
}

.ht_02_t a {
    width: 100px;
    float: left;
    display: block;
    color: #333;
    text-align: left;
    font-size: 14px;
    height: 30px;
}

.ht_02_t a:hover {
    color: #f34334;
    text-decoration: underline;
}

.ht_01 span {
    color: #d65156;
}

.ht_r {
    width: 290px;
    height: 100px;
    float: left;
    margin-top: 15px;
    color: #D12020;
    position: relative;
}

.ht_r img {
    float: right;
    margin-left: 15px;
}

.ht_r .top_con {
    float: right;
    margin-left: 20px;
    text-align: left;
}

.ht_r p {
    color: #333333;
    top: 10px;
    font-size: 16px;
    height: 50px;
    line-height: 24px;
}

.ht_r a {
    display: block;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #304f86;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.ht_r a:hover {
    background: #d01337;
    text-decoration: underline;
    transition: all 0.35s linear;
}


/*信息发布*/

.con2 {
    width: 1100px;
    height: 630px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
}

.con2_t h2 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.con2_c {
    width: 1100px;
    height: 160px;
    margin-top: 25px;
}

.con2_cl {
    float: left;
    width: 280px;
    height: 180px;
}

.con2_cl span {
    font-size: 24px;
    color: #ffffff;
    background: #dd4d57;
    height: 40px;
    width: 280px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.entrance {
    width: 280px;
    overflow: hidden;
}

.entrance a {
    display: inline-block;
    width: 135px;
    height: 54px;
    padding-top: 4px;
    line-height: 26px;
    border: 1px solid #898989;
    color: #36507d;
    background: #fff;
    float: left;
    margin-right: 6px;
    margin-top: 7px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
}

.entrance a:hover {
    color: #ffffff;
    background: #dd4d57;
    border: 1px solid #dd4d57;
}

.entrance a:nth-child(2) {
    margin-right: 0px;
    float: right;
}

.entrance a:nth-child(4) {
    margin-right: 0px;
    float: right;
}

.con2_cc {
    float: left;
    width: 500px;
    height: 180px;
    margin-left: 30px;
}

.con2_cc h3 {
    font-size: 24px;
    color: #353535;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e9e9e9;
}

.con2_cc a {
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 12px;
    display: block
}

.con2_cc a:hover {
    color: #cc1d36;
    text-decoration: underline;
}

.con2_cc a span {
    margin-left: 10px;
    display: inline-block;
}

.con2_cr {
    float: right;
    width: 260px;
    height: 180px;
    width: 260px;
    height: 180px;
    background: url(../images/img1.jpg) no-repeat;
}

.con2_cr p {
    width: 92%;
    margin: 0 auto;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.con2_cr span {
    display: block;
    width: 92%;
    margin: 0 auto;
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.con2_crt a {
    font-size: 14px;
    color: #333333;
    background: #f2cb2f;
    height: 36px;
    width: 170px;
    text-align: center;
    line-height: 36px;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
}

.con2_crt a:hover {
    color: #ffffff;
    background: #dd4d57;
    transition: all 0.35s linear;
}

.box_list {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}

.box_list a {
    display: block;
    width: 156px;
    height: 150px;
    float: left;
    border-right: 1px solid #ccc;
}

.box_list a:hover {
    background: #304f86;
}

.box_list a:hover i {
    background: url(../images/img_icon02.png)
}

.box_list a:hover p {
    color: #ffffff;
}

.box_list a i {
    display: block;
    width: 70px;
    margin: 0 auto;
    height: 70px;
    margin-top: 10px;
    background: url(../images/img_icon.png) center center no-repeat;
}

.box_list a:nth-child(1) {
    border-bottom: 1px solid #ccc;
}

.box_list a:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.box_list a:nth-child(3) {
    border-bottom: 1px solid #ccc;
}

.box_list a:nth-child(4) {
    border-bottom: 1px solid #ccc;
}

.box_list a:nth-child(5) {
    border-bottom: 1px solid #ccc;
}

.box_list a:nth-child(6) {
    border-bottom: 1px solid #ccc;
}

.box_list a:nth-child(7) {
    border-bottom: 1px solid #ccc;
    border-right: none;
}

.box_list a:nth-child(14) {
    border-right: none;
}

.box_list a:nth-child(1) i {
    background-position: -20px -208px;
}

.box_list a:nth-child(2) i {
    background-position: -20px -10px;
}

.box_list a:nth-child(3) i {
    background-position: -20px -112px;
}

.box_list a:nth-child(4) i {
    background-position: -20px -292px;
}

.box_list a:nth-child(5) i {
    background-position: -242px -108px;
}

.box_list a:nth-child(6) i {
    background-position: -241px -10px;
}

.box_list a:nth-child(7) i {
    background-position: -20px -556px;
}

.box_list a:nth-child(8) i {
    background-position: -20px -630px;
}

.box_list a:nth-child(9) i {
    background-position: -20px -780px;
}

.box_list a:nth-child(10) i {
    background-position: -20px -708px;
}

.box_list a:nth-child(11) i {
    background-position: -20px -850px;
}

.box_list a:nth-child(12) i {
    background-position: -20px -920px;
}

.box_list a:nth-child(13) i {
    background-position: -20px -376px;
}

.box_list a:nth-child(14) i {
    background-position: -20px -464px;
}

.box_list a p {
    width: 80%;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #333333;
}

.school {
    width: 100%;
    margin: 0 auto;
    text-align: Center;
    color: #333333;
    background: #f7f7f7;
    height: 700px;
    padding-top: 40px;
}

.school h1 {
    font-size: 36px;
    color: #333333;
    text-algin: center;
    margin: 0 auto;
}

.school h2 {
    font-size: 20px;
    color: #333333;
    text-algin: center;
    margin: 0 auto;
    font-weight: normal;
    margin-top: 10px;
}

.school h2 span {
    color: #fb4738;
}

.school ul {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

.school ul li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

.school ul li .sch {
    width: 330px;
    height: 220px;
    background-repeat: no-repeat;
    backgroung-position: center center;
    position: relative;
    overflow: hidden;
}

.school ul li .sch img {
    width: 330px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.40s linear;
}

.school ul li:hover img {
    transform: scale(1.2);
}

.school ul li span {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: 90px;
    z-index: 3;
    left: 20px;
}

.school ul li p {
    color: #ffffff;
    width: 84%;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    left: 20px;
}

.school ul li .sch:hover {
    scale: 1.2;
    transition: all 0.35 linear;
}

.school .bt {
    width: 760px;
    margin: 0 auto;
    height: auto;
}

.school .bt a {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background: #304f86;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
}

.school .bt a:hover {
    background: #d01337;
    transition: all 0.35s linear;
}

.five {
    width: 1100px;
    margin: 0 auto;
    text-align: Center;
    color: #333333;
    height: auto;
    margin-top: 40px;
}

.five h2 {
    font-size: 36px;
    color: #333333;
    text-algin: center;
    margin: 0 auto;
}

.five h2 span {
    color: #fb4738;
}


/*分类*/

.five .fenlei {
    width: 1100px;
    margin: 0 auto;
    margin-top: 26px;
    height: 150px;
}

.five .fenlei li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 190px;
}

.five .fen_box {
    width: 190px;
    height: 90px;
    text-align: center;
    border-radius: 8px;
    border: 1px #ccc solid;
    margin-bottom: 30px;
}

.five .fen_box img {
    padding-top: 30px;
}

.five .fen_box p {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    padding-top: 30px;
}

.five .fen_box a {
    display: block;
    width: 150px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 999;
    margin-top: 15px;
    background: #304f86;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

.five .fen_box a:hover {
    background: #d01337;
    transition: all 0.35s linear;
}


/*分类*/

.ad {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../images/bg04.jpg) center center no-repeat;
    padding-top: 30px;
}

.ad p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.ad p span {
    color: #fff600;
    font-size: 24px;
}

.zcjdbg {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background: #fff;
}

.zcjdnr {
    width: 1000px;
    height: 780px;
    margin: auto;
}

.zcjdnr h1 {
    font-size: 36px;
    color: #333333;
    padding: 40px 0;
    text-align: center;
}

.zcjdnr p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.ksdg {
    width: 1000px;
    height: 195px;
    margin: 0 auto;
}

#ksdga {
    width: 283px;
    height: 183px;
    float: left;
    background: #304f86;
    display: block;
    text-align: center;
}

#ksdga:hover {
    background: #d01337;
    transition: all 0.5s linear;
}

#ksdga h2 {
    font-size: 26px;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-weight: normal;
    line-height: 50px;
    padding-top: 40px;
}

#ksdga h5 {
    font-size: 15px;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-weight: normal;
}

#ksdga h5:hover {
    text-decoration: underline;
    color: #ff0;
}

.ksdgb {
    width: 348px;
    height: 183px;
    float: left;
    padding-left: 30px;
}

.xxfbk {
    width: 348px;
    height: 47px;
    float: left;
}

.xxfb {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    float: left;
}

.xxfba {
    font-size: 12px;
    font-family: "Microsoft YaHei", Arial;
    float: left;
}

.ksdgb h4 {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    padding-bottom: 10px;
}

.ksdgb h4 span {
    color: #f34334;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

.ksdgb ul {
    margin: 0;
    padding: 0;
}

.ksdgb ul li {
    float: left;
    width: 348px;
}

.ksdgb ul li a {
    font-size: 13px;
    color: #555555;
    line-height: 25px;
    font-family: "Microsoft YaHei", Arial;
}

.ksdgb ul li a:hover {
    color: #d65156;
    text-decoration: underline;
}

.ksdgc {
    width: 338px;
    height: 183px;
    float: left;
}

.xxfbck {
    width: 330px;
    height: 40px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
}

.ksdgc ul {
    margin: 0;
    padding: 0;
    width: 338px;
    height: 183px;
}

.ksdgc ul li {
    font-family: "Microsoft YaHei", Arial;
    float: left;
    width: 338px;
    height: 150px;
    background: url(../images/jzzbg.jpg) no-repeat;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

#jiushifen {
    background: #ffec48;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 10px;
}

.ksdgcentern {
    width: 1000px;
    height: 183px;
    float: left;
    border-bottom: 1px #d65156 dashed;
}

.ksdgcena {
    width: 283px;
    height: 183px;
    float: left;
}

.ksdgcena h4 {
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-family: "Microsoft YaHei", Arial;
}

.ksdgcena ul {
    margin: 0;
    padding: 0;
}

.ksdgcena ul li {
    float: left;
    margin-right: 21px;
    margin-bottom: 10px;
}

.ksdgcena ul li a {
    width: 80px;
    height: 30px;
    display: block;
    background: #dd4d57;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}

.ksdgcena ul li a:hover {
    background: #d65156;
    text-decoration: underline;
    transition: all 0.3s linear;
    color: #fff;
}

.ksdgrig {
    width: 338px;
    height: 183px;
    float: left;
}

.ksdgrig ul {
    margin: 0;
    padding: 0;
}

.ksdgrig ul li {
    float: left;
    width: 74px;
    font-size: 14px;
    color: #555;
    line-height: 25px;
    background: #f2f2f2;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    color: #4c3a1c;
    font-weight: bold;
    cursor: pointer;
}

.ksdgrig ul li.ksdrigaa {
    padding-top: 7px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 2px;
    line-height: 16px;
    background: #304f87;
    color: #fff;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ksdran {
    width: 150px;
    height: 40px;
    background: #dd4d57;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
}

#ksdran:hover {
    transition: all 0.3s linear;
    background: #3e2f30;
    text-decoration: underline;
}

#ksdran1 {
    width: 150px;
    height: 40px;
    background: #f2cb2f;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
}

#ksdran1:hover {
    transition: all 0.3s linear;
    background: #3e2f30;
    text-decoration: underline;
}

.ksdgbot {
    width: 1000px;
    height: 250px;
    float: left;
    padding-top: 20px;
}

.ksdgbota {
    width: 488px;
    height: 240px;
    float: left;
}

.ksdgbota h4 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-family: "Microsoft YaHei", Arial;
}

.ksdgbotb {
    width: 456px;
    height: 150px;
    float: left;
    border: #bfbfbf solid 1px;
    padding: 15px;
}

.ksdgbotb ul {
    margin: 0;
    padding: 0;
    width: 456px;
    height: 150px;
}

.ksdgbotb ul li {
    width: 370px;
    line-height: 30px;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    color: #555555;
    float: left;
}

.ksdgbotb ul li a {
    background: #304f86;
    border-radius: 2px;
    width: 80px;
    height: 22px;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 22px;
}

.ksdgbotb ul li a:hover {
    background: #d01337;
    text-decoration: underline;
    transition: all 0.3s linear;
}

.ksdgan {
    width: 1000px;
    height: 55px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}

.zybg {
    width: 100%;
    height: 510px;
    margin: 0 auto;
    text-align: center;
    background: #f1f1f1;
    margin-top: 10px;
    position: relative;
}

.zynr {
    width: 1100px;
    height: 430px;
    margin: 0 auto;
}

.zynr h1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
}

.zynr h2 {
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
    height: 40px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

#zynra1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#zynra2 {
    font-size: 16px;
}

#zynra3 {
    color: #ffffff;
    font-size: 18px;
}

#zynra2:hover {
    text-decoration: underline;
    color: #304f86;
    cursor: pointer;
}

#zynra3:hover {
    text-decoration: underline;
    color: #fff000;
    cursor: pointer;
}

.zybg table td {
    width: 157px;
}

.ad02 {
    width: 100%;
    height: 260px;
    margin: 0 auto;
    background: url(../images/bg05.jpg) center center no-repeat;
    padding-top: 40px;
}

.ad02 p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.ad02 p span {
    color: #fff600;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
}

.button24 {
    width: 258px;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.button24 a {
    font-size: 28px;
    color: white;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
}

.button24 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button24::before,
.button24::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-transform: translate(0, -105%);
    transform: translate(0, -105%);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.button24::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.button24:hover::before,
.button24:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*part03*/

.jxhcs {
    width: 100%;
    background: url(../images/jxhcsbg.jpg) no-repeat center;
    position: relative;
    margin-bottom: 50px;
}

.jxhcs-con {
    width: 1200px;
    background: url(../images/jxhcs00.jpg) no-repeat center;
    margin: 0 auto;
    text-align: center;
}

.jxhcs-con p {
    font-size: 18px;
    line-height: 28px;
    color: #404646;
    margin-top: 35px;
}

.mfcety {
    position: relative;
    z-index: 2;
    width: 810px;
    background: #ddcebe;
    padding: 28px 68px 28px 256px;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: content-box;
}

.mfcety img {
    position: absolute;
    left: 20px;
    top: -42px;
    ;
}

.cs-con {
    width: 806px;
    height: 380px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

.cs-con a {
    width: 81px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: 30px;
    top: 90px;
}

#next {
    top: 392px;
}

#div1 {
    position: absolute;
    width: 774px;
    height: 254px;
    margin: 0 auto;
    overflow: hidden;
    left: 50%;
    margin-left: -293px;
    top: 105px;
}

.div2 {
    position: absolute;
    left: 0;
    top: 0;
}

.problem {
    width: 734px;
    height: 260px;
    text-align: left;
    padding-top: 4px;
}

.problem p {
    font-size: 26px;
    color: #000;
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
}

.problem span {
    font-size: 28px;
    color: #f34334;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    padding-left: 80px;
}

.problem ul {
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
    padding-left: 74px;
    margin-top: 48px;
}

.problem ul li {
    float: left;
    margin-bottom: 10px;
    width: 300px;
    height: 50px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 35px;
    color: #f34334;
    list-style: none;
}

#da {
    width: 118px;
    height: 40px;
    background: #f34334;
    position: absolute;
    color: #fff;
    line-height: 40px;
    left: 50%;
    margin-left: 28px;
    top: 290px;
    display: none;
}

.answer {
    padding: 12px 80px;
    margin-top: 12px;
    width: 647px;
    background: #F6F6F6;
    overflow: hidden;
    display: none;
    box-sizing: content-box;
}

.answer h1 {
    margin: 0 auto;
    font-size: 30px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 10px;
}

.answer p {
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    text-align: left;
}

.answer span {
    color: #F00;
}

.closei {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 2px;
    right: 90px;
    background: #000;
    cursor: pointer;
}


/*国家教育部认可*/

.part-9 {
    width: 100%;
    height: 482px;
    background: #f2f2f2;
    overflow: hidden;
}

.part-9 h1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: 50px;
}

.part-9 .biao {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.rk {
    width: 1100px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.shou {
    width: 500px;
    height: 370px;
    background: url(../images/shou.png);
    margin-top: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}

.sy {
    width: 550px;
    height: 300px;
    float: right;
    margin-top: 30px;
}

.sy p {
    width: 550px;
    height: 150px;
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 50px;
    line-height: 30px;
}

.ss {
    width: 280px;
    height: 60px;
    background: #f2cb2f;
    border-radius: 30px;
    font-size: 20px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ss:hover {
    background: #d01337;
    color: white;
    transition: all 0.35s linear;
}


/*名校直通班报名即将截止*/

.part-10 {
    width: 100%;
    height: 370px;
    background: url(../images/bg06.jpg) center center no-repeat;
}

.part-10nei {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.pleft {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.pleft h1 {
    font-size: 36px;
    color: white;
    padding-top: 35px;
    text-align: center;
}

.pleft h1 span {
    color: #ffcc00;
}

.zx {
    font-size: 60px;
    color: #ffcc00;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.zx span {
    font-size: 32px;
    color: #ffcc00;
    font-weight: 600;
    text-align: center;
}

.xe {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 100;
    text-align: center;
}

.yy {
    display: block;
    width: 280px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background: #ffcc00;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 20px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.yy:hover {
    background: #d01337;
    color: white;
    transition: all 0.5s linear;
}


/*省心的学历服务*/

.part-11 {
    width: 100%;
    height: 840px;
    background: #ffffff;
    overflow: hidden;
}

.part-11 h1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.part-11 .biao {
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 12px;
}

.fw {
    width: 1100px;
    height: 620px;
    margin: 0 auto;
    margin-top: 20px;
}

.fw1 {
    width: 250px;
    height: 300px;
    background: #f2f2f2;
    float: left;
    margin: 10px 12px;
}

.fw1:hover {
    -moz-box-shadow: 2px 2px 8px #808080;
    -webkit-box-shadow: 2px 2px 8px #808080;
    box-shadow: 2px 2px 8px #808080;
    transition: all 0.1s linear;
    cursor: pointer;
}

.diannao {
    width: 250px;
    height: 120px;
    background: url(../images/pic1.jpg);
}

.diannao2 {
    width: 250px;
    height: 120px;
    background: url(../images/pic2.jpg);
}

.diannao3 {
    width: 250px;
    height: 120px;
    background: url(../images/pic3.jpg);
}

.diannao4 {
    width: 250px;
    height: 120px;
    background: url(../images/pic4.jpg);
}

.diannao5 {
    width: 250px;
    height: 120px;
    background: url(../images/pic5.jpg);
}

.diannao6 {
    width: 250px;
    height: 120px;
    background: url(../images/pic6.jpg);
}

.diannao7 {
    width: 250px;
    height: 120px;
    background: url(../images/pic7.jpg);
}

.diannao8 {
    width: 250px;
    height: 120px;
    background: url(../images/pic8.jpg);
}

.fw b {
    font-size: 24px;
    color: #304f86;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.fw p {
    font-size: 16px;
    color: #888888;
    margin-top: 8px;
    text-align: center;
    line-height: 25px;
}

.kkl {
    width: 200px;
    height: 50px;
    background: #304f86;
    border-radius: 23px;
    margin: 0 auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 12px;
    line-height: 50px;
}

.kkl:hover {
    background: #d01337;
    transition: all 0.5s linear;
}


/*模块公共部分*/

.interpret {
    background-color: #f2f2f2;
    width: 100%;
    padding: 40px 0;
}

.interpret h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #333333;
}

.interpret h4 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #4d4d4d;
    font-weight: 100;
    margin-top: 10px;
}

.interpret_content {
    width: 1000px;
    margin: 0 auto;
}

.interpretLis li {
    width: 998px;
    height: 250px;
    padding-top: 120px;
    margin-bottom: 10px;
}

.interpretLis li.part1 {
    background: url(../images/part1img.png) no-repeat center;
}

.interpretLis li.part2 {
    background: url(../images/part2img.png) no-repeat center;
}

.interpretLis li.part3 {
    background: url(../images/part3img.png) no-repeat center;
}

.interpretLis li.part4 {
    background: url(../images/part4img.png) no-repeat center;
}

.interpretLis li.part5 {
    background: url(../images/part5img.png) no-repeat center;
}

.interpretLis li.part6 {
    background: url(../images/part6img.png) no-repeat center;
}

.interpretLis li.part7 {
    background: url(../images/part7img.png) no-repeat center;
}

.interpretLis li.part8 {
    background: url(../images/part8img.png) no-repeat center;
}

.interpretLis li.part1 h6,
.interpretLis li.part3 h6,
.interpretLis li.part5 h6,
.interpretLis li.part7 h6 {
    font-size: 24px;
    color: #304f86;
    padding-left: 120px;
    margin-bottom: 20px;
}

.interpretLis li.part1 p,
.interpretLis li.part3 p,
.interpretLis li.part5 p,
.interpretLis li.part7 p {
    width: 520px;
    height: 80px;
    font-size: 18px;
    color: #4d4d4d;
    padding-left: 120px;
    line-height: 30px;
}

.interpretLis li.part1 a,
.interpretLis li.part3 a,
.interpretLis li.part5 a,
.interpretLis li.part7 a {
    display: block;
    width: 230px;
    height: 50px;
    font-size: 18px;
    color: #4d4d4d;
    margin-left: 120px;
    line-height: 50px;
    border-radius: 25px;
    background: #304f86;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
}

.interpretLis li.part2 a,
.interpretLis li.part4 a,
.interpretLis li.part6 a,
.interpretLis li.part8 a {
    display: block;
    width: 230px;
    height: 50px;
    font-size: 18px;
    color: #4d4d4d;
    margin-left: 390px;
    line-height: 50px;
    border-radius: 25px;
    background: #304f86;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
}

.interpretLis li.part2 h6,
.interpretLis li.part4 h6,
.interpretLis li.part6 h6,
.interpretLis li.part8 h6 {
    font-size: 24px;
    color: #304f86;
    padding-left: 390px;
    margin-bottom: 20px;
}

.interpretLis li.part2 p,
.interpretLis li.part4 p,
.interpretLis li.part6 p,
.interpretLis li.part8 p {
    width: 520px;
    height: 80px;
    font-size: 18px;
    color: #4d4d4d;
    padding-left: 390px;
    line-height: 30px;
}

.interpretLis li a:hover {
    background: #d01337;
    color: white;
    transition: all 0.5s linear;
}

.last {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    height: 450px;
}

.last h1 {
    font-size: 36px;
    color: #333333;
    width: 1100px;
    height: 100px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
}

.last h1 span {
    font-size: 36px;
    color: #304f86;
}

.arrow {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.last ul {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.last ul li {
    float: left;
    dispaly: block;
    margin-left: 20px;
    margin-right: 20px;
}

.last ul li .circle {
    width: 231px;
    height: 231px;
    overflow: hidden;
    border-radius: 50%;
    background: none;
    text-align: center;
    border: 2px solid #f9d468;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.square {
    width: 100%;
    height: 120px;
    background: #f9d468
}

.square p {
    width: 100%;
    height: 36px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    padding-top: 40px;
    font-weight: bold;
}

.square span {
    dispaly: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    line-height: 30px;
}

.last a {
    display: block;
    width: 140px;
    height: 40px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    border: 1px solid #999999;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

.last a:hover {
    background: #304f86;
    color: #ffffff;
    border: none;
}

.bg11 {
    background: #ffffff;
    height: 640px;
}

.bg11 h2 {
    font-size: 36px;
    font-family: "微软雅黑";
    font-weight: bold;
    text-align: center;
    color: #333333;
    padding-top: 40px;
    margin-bottom: 15px;
}

.bg11 h2 span {
    color: #304f86;
}

.bg11 ul {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 18px;
}

.bg11 ul li {
    float: left;
    margin: 12px 30px;
    border: 1px solid #f2f2f2;
}

.bg11 ul li:hover {
    box-shadow: 3px 3px 8px #ccc;
}

.box05 {
    width: 100%;
    height: 470px;
    background: #f2f2f2;
    margin: 0 auto;
    text-align: left;
}

.box05 h2 {
    color: #f34334;
    font-size: 36px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-top: 30px;
    margin-bottom: 14px;
}

.box05 h3 {
    color: #f34334;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-weight: 100;
}

.box05 h4 {
    color: #4d4d4d;
    font-size: 28px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    font-weight: 100;
}

.box05 .sub_ti {
    color: #333333;
    font-size: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.date {
    width: 400px;
    height: 120px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}

.date1 {
    width: 108px;
    height: 108px;
    line-height: 108px;
    background: #fbd158;
    font-size: 60px;
    color: white;
    border-radius: 10px;
    text-align: center;
    color: #333333;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.date2 {
    width: 90px;
    height: 70px;
    text-align: center;
    color: #333333;
    font-size: 36px;
    margin-top: 60px;
}

.box05 b {
    display: block;
    width: 1100px;
    height: 30px;
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 200;
}

.box05 ul {
    width: 1100px;
    height: 120px;
    margin: 0 auto;
}

.box05 ul li {
    float: left;
    width: 130px;
    height: 36px;
    background: #304f86;
    border-radius: 20px;
    color: #fff;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
}

.box05 ul .li_2 {
    margin-left: 120px;
}

.box05 ul li a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    display: block;
}

.box05 ul li:hover {
    background: #d01337;
    color: white;
    transition: all 0.5s linear;
}

.box05 span {
    display: block;
    width: 1100px;
    height: 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #f34334;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 11px;
}


/*学历提升九大作用*/

.part-8 {
    width: 100%;
    height: 1230px;
    overflow: hidden;
}

.part-8 h1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.zuoyong {
    width: 1140px;
    height: 1170px;
    margin: 0 auto;
    margin-top: 25px;
}

.zy1 {
    width: 320px;
    height: 370px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

.yuan {
    width: 100px;
    height: 100px;
    border: 1px solid #304f86;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px
}

.kuang1 {
    width: 318px;
    height: 300px;
    border: 1px solid #999999;
    margin-top: -65px;
    z-index: -1;
}

.kuang1 b {
    font-size: 30px;
    text-align: center;
    margin-top: 75px;
    display: block;
    color: #4c5164;
}

.pp {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    height: 95px;
    color: #888888;
}

.kk {
    width: 230px;
    height: 50px;
    background: #304f86;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 20px;
    color: white;
}

.kk p {
    text-align: center;
    line-height: 50px;
}

.kk:hover {
    background: #d01337;
    color: white;
    transition: all 0.5s linear;
}

.copyright {
    width: 100%;
    /* height: 60px; */
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #ffffff;
    background: #333333;
    padding: 10px 0;
}


/*左悬浮*/

.rightzuo {
    width: 135px;
    height: 556px;
    background: url(../images/left.png) center center no-repeat;
    position: fixed;
    right: 0;
    top: 50px;
    padding-top: 40px;
    z-index: 9999;
    border-radius: 3px;
    font-family: "Microsoft YaHei", Arial;
}

.rightzuo p {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 110px;
    padding-top: 24px;
}

.rightzuo h4 {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
}

.rightts {
    font-size: 13px;
    color: #fff;
    width: 135px;
    height: 40px;
    margin-top: 10px;
    text-align: center;
}

.rightts span {
    background: #272636;
    padding: 3px 6px;
    font-size: 24px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.rightzuo ul.uls li {
    height: 30px;
    line-height: 30px;
    width: 130px;
    padding-left: 3px;
    position: relative;
    font-family: "微软雅黑";
}

.rightzuo ul.uls li span {
    color: #ffffff;
    font-weight: bolder;
}

.rightzuo ul.uls li a {
    display: block;
    height: 32px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
}

#scoolzuo {
    width: 26px;
    height: 110px;
    background: #3fb3f9;
    color: #fff;
    font-size: 14px;
    position: fixed;
    left: 0px;
    top: 30%;
    cursor: pointer;
    display: none;
    z-index: 999;
    padding-top: 10px;
    text-align: center;
    z-index: 9999;
}


/*右侧悬浮*/

.leftFix {
    width: 130px;
    height: 540px;
    position: fixed;
    top: 88px;
    right: 0;
    z-index: 9999;
}

.leftFix .co {
    width: 130px;
    height: 540px;
    margin-top: 0px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    cursor: pointer;
}

.leftFix .close {
    width: 30px;
    height: 30px;
    line-height: 22px;
    display: block;
    position: absolute;
    z-index: 4;
    left: 4px;
    top: 5px;
}

#rightbtn {
    width: 24px;
    height: 100px;
    background: #ee2929;
    color: #fff;
    font-size: 14px;
    position: fixed;
    right: 0px;
    top: 30%;
    padding: 10px 0 0 0px;
    cursor: pointer;
    display: none;
    z-index: 998;
    text-align: center;
    z-index: 9999;
}

#box {
    width: 330px;
    height: 194px;
    background: url(../images/news.png) center center no-repeat;
    position: fixed;
    right: -330px;
    bottom: 0;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    transition: 1s;
    overflow: hidden;
    z-index: 9999;
}

#box span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #acbedb;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 16px;
    z-index: 999;
}

#box a {
    display: block;
    width: 300px;
    height: 38px;
    position: relative;
    top: 146px;
    margin: 0 auto;
}

#foot_zx_con {
    display: none;
    width: 100%;
    height: 109px;
    background: #2a3657;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    min-width: 1200px;
    padding-top: 0;
}

#foot_zx_con .foot_zx {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#foot_zx_con img {
    position: absolute;
    display: block;
    width: 234px;
    height: 50px;
    bottom: 6px;
    right: 38px;
    *bottom: 4px;
}

#foot_zx_con .foot_zx p {
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    letter-spacing: 1px;
}

#foot_zx_con .foot_zx p span {
    font-size: 24px;
    color: #1bd1ff;
    font-weight: 700;
}

#foot_zx_con .fw {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#foot_zx_con .foot_form {
    width: 100%;
}

#foot_zx_con .foot_form .input_text {
    width: 150px;
    padding: 5px 20px;
    line-height: 27px;
    height: 27px;
    border: 1px solid #eee;
    font-size: 14px;
    float: left;
    margin-right: 24px;
}

#foot_zx_con .form_select {
    width: 100px;
    padding-left: 19px;
    height: 36px;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 36px;
    margin-right: 24px;
    float: left;
    background: url(../images/select_bg01.png) 99px 15px no-repeat #fff;
    position: relative;
}

#foot_zx_con .form_btn {
    cursor: pointer;
    width: 124px;
    height: 36px;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #f0552f;
    border: none;
    color: #fff;
}

#foot_zx_con .foot_close {
    width: 20px;
    height: 20px;
    background: url(../images/xx.png) center center no-repeat;
    position: absolute;
    right: 6px;
    top: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    z-index: 99999;
    cursor: pointer;
}

#foot_zx_con .foot_close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#foot_zx_con .form_scroll {
    width: 90px;
    height: 156px;
    padding: 5px 8px 3px 21px;
    border: 1px solid #ddd;
    position: absolute;
    left: -1px;
    top: -167px;
    background: #fff;
    display: none;
}

#foot_zx_con .form_scroll_con {
    width: 70px;
    height: 156px;
    position: relative;
    overflow: hidden;
}

#foot_zx_con .form_scrollbar {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#foot_zx_con .form_scrollbar li {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}

#foot_zx_con .form_scrollbar li:hover {
    color: #f0552f;
}

#foot_zx_con .form_scrollbar_track {
    width: 9px;
    height: 87px;
    background: #ddd;
    position: absolute;
    right: 8px;
    top: 9px;
}

#foot_zx_con .form_scrollbar_thumb {
    width: 9px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/form_scrollbar_thumb.png);
}

#foot_zx_con select.ding {
    height: 39px;
    line-height: 39px;
}

#foot_zx_con .foot_zx p span {
    color: #fad746;
}

#foot_zx_con .form_btn {
    background: #f45353;
    font-weight: bold;
}


/*form*/

.phone-inner {
    height: 709px;
}

.cheshi0 {
    text-align: center;
    padding-top: 90px;
}

.ceshi {
    font-weight: normal;
    font-weight: bold;
    -webkit-box-reflect: below 5px -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.2, transparent), to(rgba(255, 255, 255, 0.3)));
    font-size: 44px;
    color: #F58512;
}

.phone-inner form {
    padding: 3em 0;
    width: 50%;
    max-width: 980px;
    margin: 0 auto;
}

.phone-details {
    padding-top: 15px;
}

.phone-but {
    width: 346px;
    margin: 0 auto;
}

.phone-but input {
    font-family: 微软雅黑;
    display: inline-block;
    width: 16em;
    height: 2.3em;
    background: #F58512;
    color: #FFF;
    border: 0;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2.3em;
}

.WW {
    width: 200px;
    text-align: right;
    float: right;
    font-size: 18px;
    color: #F58512;
    /* font-weight: 600; */
    height: 45px;
    line-height: 54px;
}

.xx {
    /* margin: 5px; */
    padding: 0 5em;
    padding-left: 15px;
}

details select {
    /* width: 400px; */
    background-size: 1em;
    cursor: pointer;
}

.phone-details input,
.phone-details select {
    font-size: 14px;
    width: 60%;
    background: #FFF;
    border: 1px solid;
    border-radius: 5px;
    border-color: #FDD099;
    padding-left: 10px;
    color: #7e7e7e;
    height: 2.5em;
    line-height: 2.5em;
    box-sizing: border-box;
}


/*banner 增加*/

.submenu_box {
    z-index: 4;
    position: absolute;
    left: 50%;
    margin-left: -730px;
    padding: 3px 7px;
    width: 198px;
    background: rgba(0, 0, 0, 0.6);
}

.submenu>.title {
    border-bottom: 1px dashed #b6b5b5;
    padding-bottom: 6px;
    margin-left: 6px;
    margin-top: 10px;
}

.submenu>.title h3 {
    color: #EBB805;
    font-size: 12px;
    border-left: 2px solid #EBB805;
    padding-left: 8px;
    font-weight: bold;
}

.submenu>.link {
    padding: 5px 0 0 6px;
    display: table;
}

.submenu>.link a {
    color: #fff;
    font-size: 12px;
    min-width: 95px;
    display: block;
    float: left;
    line-height: 28px;
}


/*box1*/

.box_1 a:hover {
    text-decoration: underline;
}

.more {
    color: #ff8089 !important;
}

.box_1 {
    background: #fff;
    width: 1205px;
    margin: 0 auto;
    margin-top: 25px;
    height: 240px;
}

.box_1>.box {
    display: table;
    padding-bottom: 20px;
}

.box_1_left {
    width: 540px;
    float: left;
}

.box_1_left>div {
    display: table;
}

.box_1_left>div>h3 {
    font-size: 14px;
    font-weight: bold;
    background: url(../images/hot.jpg) no-repeat;
    padding-left: 25px;
}

.box_1_left>div>.main {
    margin-top: 15px;
    padding-left: 18px;
    display: table;
    padding-bottom: 12px;
}

.box_1_left>div>.main>a {
    color: #454545;
    font-size: 12px;
    width: 60px;
    display: block;
    float: left;
    margin-right: 35px;
    line-height: 30px;
}

.box_1_right {
    float: left;
    width: 665px;
}

.box_1_right>div {
    border-left: 1px solid #d3d3d3;
    padding-left: 18px;
    padding-top: 8px;
    display: table;
}

.box_1_right>h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
}

.box_1_right>div>a {
    margin-left: 9px;
    margin-bottom: 5px;
    line-height: 28px;
    background: #f7f3f2;
    text-align: center;
    color: #454545;
    font-size: 14px;
    width: 118px;
    height: 28px;
    display: block;
    border: 1px solid #efefef;
    float: left;
}

.box_1>a {
    width: 100%;
    height: 122px;
    display: block;
    background: url(../images/banner_1.jpg) no-repeat;
    background-size: 1920px 122px;
    background-position: center center;
}


/*box3*/

.box_3 {
    background: #e33e4b;
    padding-top: 55px;
    padding-bottom: 52px;
}

.time_box>h3 {
    font-size: 16px;
    color: #fff;
    width: 155px;
    height: 36px;
    text-align: center;
    display: block;
    background: #901d22;
    line-height: 36px;
    margin: 0 auto
}

.time_box>h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.time_box>div>p {
    color: #f2b2b6;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.time_show {
    width: 350px;
    height: 215px;
    margin: 20px auto 26px auto;
}

.time_show>ul {
    height: 135px;
}

.time_show>ul>li {
    width: 135px;
    height: 135px;
    background: #901d22;
    float: left;
}

.time_show>ul>li>p {
    font-size: 72px;
    color: #fff;
    text-align: center;
}

.time_show>ul>li>span {
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: block;
}

.time_show>a {
    color: #4f4f4f;
    font-size: 22px;
    text-align: center;
    width: 204px;
    height: 48px;
    display: block;
    background: #f8b62c;
    line-height: 48px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 30px;
}

.tongzhi {
    width: 805px;
    height: 70px;
    margin: 0 auto;
}

.tongzhi>div {
    background: #fff;
    width: 800px;
    height: 70px;
    float: left;
}

.tongzhi>div>div {
    width: 86px;
    height: 70px;
    background: #901d22;
    float: left;
}

.tongzhi>div>div>img {
    display: block;
}

.tongzhi>div>div>span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.tongzhi>div>p {
    color: #747474;
    float: left;
    width: 670px;
    padding: 18px 20px;
}

.tongzhi>p.tel {
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    width: 135px;
    display: block;
    float: left;
    font-weight: 500;
    margin-top: 4px;
}


/*box4*/

.box_4 {
    background: #fff;
}

.box_4_main {
    padding: 50px 0 40px 0;
}

.title img {
    display: block;
    margin: 0 auto;
}

.zcjx_main {
    width: 1010px;
    margin: 18px auto 0 auto;
}

.zcjx_main a {
    display: block;
    display: inline-block;
}

.zcjx_main {
    display: table;
}

.zcjx_main1 {
    width: 292px;
    float: left;
}

.zcjx_main1_bottom_nav {
    height: 58px;
    line-height: 58px;
    font-size: 12px;
}

.zcjx_main1_bottom_nav p {
    color: #606060;
    float: left;
    margin-left: 30px;
}

.zcjx_main1_bottom_nav a {
    color: #fd5061;
    float: right;
}

.zcjx_main1_bottom>.list {
    border: 2px solid #f4f4f4;
    padding: 0px 8px;
}

.zcjx_main1_bottom>.list>a {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 26px;
    border-bottom: 1px dashed #d2d2d2;
    margin-top: 10px;
    display: block;
    height: 30px;
}

.zcjx_main1_bottom>.list>a.last-child {
    border: none;
}

.zcjx_main1_bottom>.list>a>strong {
    color: #fd5061;
    font-weight: normal;
}

.zcjx_main2 {
    margin-left: 20px;
    float: left;
}

.zcjx_main2>.one {
    border-bottom: 1px solid #d0d0d0;
    width: 410px;
}

.zcjx_main2>.one>h3 {
    color: #fd5061;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.zcjx_main2>.one>ul>li {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.zcjx_main2>.one>ul>li>span {
    color: #e3e3e3;
}

.zcjx_main2>.one>ul>li>a {
    color: #848383;
}

.center2-cen-bot {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 27px;
}

.center2-cen-bot p {
    width: 67px;
    height: 26px;
    border: 1px solid #ccc;
    border-bottom: none;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    float: left;
}

.center2-cen-bot p a {
    color: #585858;
}

.center2-cen-bot ul {
    float: left;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
}

.center2-cen-bot ul li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.center2-cen-bot ul li a {
    color: #585858;
}

.center2-cen-bot span {
    float: left;
    line-height: 26px;
    height: 26px;
    display: block;
}

.center2-cen-bot span a {
    margin-left: 40px;
    color: #585858;
    cursor: pointer;
}

.center_list ul li {
    background: url(../images/list_icon.jpg) no-repeat 0px 10px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    padding-left: 14px;
}

.center_list ul li a {
    color: #7d7d7d;
    float: left;
}

.center_list ul li span {
    color: #e01f1f;
    margin-left: 26px;
}

.center_list ul li i {
    color: #e56c69;
    float: right;
    font-style: normal;
}

.center_list ul li em {
    color: #505050;
    float: right;
    font-style: normal;
}

.center2-right {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    width: 210px;
    height: 434px;
}

.center2-right-top p {
    text-align: center;
    color: #4a4a4a;
    margin-top: 5px;
}

.center2-right-top ul {
    width: 208px;
    height: 170px;
    border: 1px solid #ccc;
    margin-top: 20px;
    overflow: hidden;
}

.center2-right-top ul li {
    width: 92px;
    height: 24px;
    border: 1px solid #ccc;
    float: left;
    line-height: 24px;
    text-align: center;
    margin-left: 6px;
    margin-top: 6px;
    background: #f8f8f8;
}

.center2-right-top ul li a {
    color: #7d7d7d;
    font-size: 12px;
}

.center2-right-bot {
    margin-top: 10px;
    width: 210px;
    height: 220px;
    clear: both;
}

.center2-right-bot p {
    text-align: center;
    color: #4a4a4a;
    margin-top: 5px;
}

.center2-right-bot ul {
    width: 208px;
    height: 185px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.center2-right-bot ul li {
    width: 192px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    margin-left: 5px;
    margin-top: 7px;
    background: #f8f8f8;
}

.center2-right-bot ul li a {
    margin-left: 15px;
    color: #7d7d7d;
    font-size: 12px;
}

.box_4_main>.click {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 18px;
}

.box_4_main>.click a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: left;
    background: #ff9243;
    padding: 0 20px;
}

.box_4_main>.click p {
    color: #ff9243;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    border: 2px solid #e9b690;
    border-left: 0;
    float: left;
    width: 196px;
    height: 46px;
    display: block;
}


/*box10*/

.box_10 {
    background: #cad3d7;
    clear: both;
    overflow: hidden;
}

.box_10_mian .fangan {
    padding-bottom: 28px;
}

.box_10_mian .fangan>h4 {
    padding: 34px 0 0 0;
}

.box_10_mian .fangan img {
    display: block;
    margin: 30px auto 0 auto;
}

.click {
    width: 242px;
    margin: 0 auto;
}

.click .click_main>a {
    margin: 50px 0 20px 0;
    float: right;
    font-size: 18px;
    color: #737373;
    width: 214px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: 800;
    display: block;
    background: #ffdd21;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.click1 {
    width: 440px;
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.click1 .bt1 {
    padding: 0 13px;
    background: #B41430;
    border-radius: 40px;
    line-height: 43px;
    height: 43px;
    font-size: 19px;
    color: #ffffff;
    outline: none;
    margin: 0;
    width: auto;
    display: inline-block;
    float: left;
}

.click1 .bt2 {
    padding: 0 13px;
    background: #B41430;
    border-radius: 40px;
    line-height: 43px;
    height: 43px;
    font-size: 19px;
    color: #ffffff;
    outline: none;
    margin: 0;
    width: auto;
    display: inline-block;
    float: right;
}

.bt3 {
    position: absolute;
    width: 224px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    padding: 0 13px;
    background: #B41430;
    border-radius: 40px;
    line-height: 43px;
    height: 43px;
    font-size: 19px;
    color: #ffffff;
    outline: none;
}

.con06 {
    width: 100%;
    height: 600px;
    position: relative;
}

.con06 .list1 {
    width: 1100px;
    margin: 40px auto 0;
}

.con06 .list1 ul li {
    float: left;
    width: 250px;
    margin-left: 33px;
    position: relative;
    text-align: center;
}

.con06 .list1 ul li:first-child {
    margin-left: 0;
}

.con06 .list1 ul li .box {
    position: absolute;
    width: 100%;
    top: 185px;
    left: 0;
    *top: 190px;
}

.con06 .list1 ul li .box h2 {
    font-size: 18px;
    color: #226ebb;
}

.con06 .list1 ul li .box p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: left;
    width: 222px;
    margin: 21px auto 0;
}

.con06 .list1 ul li .box a {
    display: inline-block;
    width: 178px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #B41430;
    border-radius: 2px;
    font-size: 18px;
    color: #B41430;
    margin-top: 14px;
}

.con06 .list1 ul li .box a:hover {
    background-color: #B41430;
    color: #fff;
}

.con06 .list1 ul.displayed li.li1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.con06 .list1 ul.displayed li.li2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.con06 .list1 ul.displayed li.li3 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.con06 .list1 ul.displayed li.li4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2.4s;
    animation-duration: 2.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.con06 .btn a {
    margin-top: 40px;
}

.title_div {
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333333;
    font-family: "microsoft yahei";
    background: url(../images/red.png) no-repeat center bottom;
    padding-bottom: 14px;
    margin-top: 45px;
}

.title_div span {
    /* color: #226ebb; */
}

.click2 {
    text-align: center;
    position: absolute;
    bottom: 33px;
    height: 43px;
    width: 100%;
    font-size: 0;
}

.click2 button {
    padding: 0 30px;
    box-sizing: border-box;
    background: #B41430;
    border-radius: 40px;
    line-height: 43px;
    height: 43px;
    border: 1px solid #ffffff;
    font-size: 19px;
    color: #ffffff;
    outline: none;
    margin: 0;
    width: auto;
    display: inline-block;
}

.click2 button.middle {
    margin: 0 60px;
}

.click3 {
    text-align: center;
    position: absolute;
    bottom: 33px;
    height: 43px;
    width: 540px;
    font-size: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.click3 button {
    padding: 0 30px;
    box-sizing: border-box;
    background: #B41430;
    border-radius: 40px;
    line-height: 43px;
    height: 43px;
    border: 1px solid #ffffff;
    font-size: 19px;
    color: #ffffff;
    outline: none;
    margin: 0;
    width: auto;
    display: inline-block;
}