@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    vertical-align: middle;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input,
textarea,
select {
    font: inherit;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.hidden {
    overflow: hidden;
}

.wrap_box {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 28px;
    font-size: 16px;
    background: #fff;
    color: #333;
}

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

.content {
    width: 81.25%;
    margin: 0 auto;
}

.mar_t20 {
    margin-top: 20px;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bor_b {
    border-bottom: solid 1px #d9d9d9;
}

.red {
    color: #e5322d !important;
}

.white {
    color: #fff !important;
}


/*header*/

.h100 {
    height: 100px;
}

.head {
    width: 93.07291667%;
    margin: 0 auto;
}

.w1560 {
    width: 82%;
    margin: 0 auto;
}

.top {
    background: #fff;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.logo {
    width: 370px;
    float: left;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.logo img {
    width: 100%;
}

.nav {
    width: 62.95467264%;
    margin-right: 7%;
}

.nav ul li {
    width: 10%;
    float: left;
    line-height: 97px;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.nav ul li::after {
    width: 76px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 6px;
    background: #34498f;
    content: "";
    display: block;
    position: absolute;
    transform: scale(0, 0);
    transition: all 0.6s;
}

.nav ul li:hover {
    color: #34498f;
}

.nav ul li:hover::after {
    transform: scale(1, 1);
}

.nav ul li.on {
    color: #34498f;
}

.nav ul li.on::after {
    transform: scale(1, 1);
}

.nav ul li a {
    display: block;
}

.search_btn {
    right: 5%;
    top: 39px;
    cursor: pointer;
}

.searchBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 116px;
    width: 100%;
    align-items: center;
    align-content: center;
    opacity: 0;
}

.searchBoxContent {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ss_txt {
    width: 400px;
    height: 60px;
    margin: 0 20px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    font-size: 18px;
}


/*banner*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides img {
    width: 100%;
}

.banner .flex-control-nav {
    height: 44px;
    position: absolute;
    bottom: 9.5%;
    z-index: 2;
    width: 100%;
    text-align: center;
    background: url("../images/line1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/line1.png*/ no-repeat center 10px;
}

.banner .flex-control-nav li {
    display: inline-block;
    width: 17px;
    height: 19px;
    margin: 0 52px;
}

.banner .flex-control-nav li a {
    display: inline-block;
    width: 17px;
    height: 19px;
    line-height: 60px;
    overflow: hidden;
    background: url("../images/dot1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/dot1.png*/ no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.banner .flex-control-nav .flex-active {
    background: url("../images/dot2.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/dot2.png*/ no-repeat;
    background-size: 100%;
}

.banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 15%;
}

.banner .flex-direction-nav li a {
    display: block;
    width: 0.7%;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 36%;
    background: url("../images/prev1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/prev1.png*/ center center no-repeat;
    background-size: 100%;
}

.banner .flex-direction-nav li a.flex-next {
    right: 36%;
    background: url("../images/next1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/next1.png*/ center center no-repeat;
    background-size: 100%;
}

.banner_txt {
    width: 53.02083333%;
    left: 9.375%;
    top: 24%;
    bottom: 0;
    display: none;
}

.flex-active-slide .banner_txt {
    display: block;
}

.nar_bg {
    width: 660px;
    height: 44px;
    border-radius: 22px;
    background: rgba(42, 75, 149, 0.5);
    left: 0;
    right: 0;
    bottom: 11%;
    margin: 0 auto;
    z-index: 1;
}

.part1 {
    padding: 5% 0;
}

.about_box {
    width: 49.74358974%;
}

.about_head_con {
    left: 6.7%;
    top: 10%;
    color: #fff;
    line-height: 2;
}

.about_head_con h3 {
    font-size: 18px;
}

.about_head_con h2 {
    font-weight: normal;
    font-size: 24px;
}

.about_list li {
    width: 32.10526316%;
    background: #f4f4f4;
    height: 270px;
    padding: 7% 3% 0;
    margin-right: 1.7%;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.about_list li::after {
    width: 100%;
    height: 100%;
    background: #ca1515;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    transform: scale(0, 1);
    transition: all 0.6s;
    z-index: -1;
}

.about_list li:nth-child(3n+3) {
    margin-right: 0;
}

.about_list li h3 {
    font-size: 20px;
    position: relative;
    line-height: 3;
    padding: 6px 0 0;
    transition: all 0.6s;
}

.about_list li h3::after {
    width: 26px;
    height: 3px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.about_list li:hover::after {
    transform: scale(1, 1);
}

.about_list li:hover .about_list_txt,
.about_list li:hover h3 {
    color: #fff;
    transform: translateY(-10px);
}

.about_list li:hover h3::after {
    background: #fff;
}

.about_list li:hover .nar1 {
    display: block;
    animation-name: fadeInLeft;
}

.about_list_txt {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 104px;
    overflow: hidden;
    transition: all 0.6s;
}

.nar1 {
    display: none;
}

.notice_box {
    width: 48.58974359%;
}

.notice_head_con {
    left: 4%;
    top: 25%;
    color: #fff;
    line-height: 1.4;
}

.notice_head_con h3 {
    font-size: 30px;
    position: relative;
    padding: 15px 0 0;
}

.notice_head_con h3::after {
    width: 44px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.notice_head_con p {
    font-size: 14px;
}

.notice_list li {
    border-bottom: dashed 1px #dedede;
    padding: 25px 2% 15px 6%;
    transition: all 0.6s;
    height: 68px;
    overflow: hidden;
}

.notice_list li.active {
    height: 150px;
}

.notice_list li.active .notice_list_date .year {
    left: 0;
}

.notice_list li.active .notice_list_date .day {
    opacity: 0;
}

.notice_list_date {
    font-family: Arial;
    overflow: hidden;
}

.notice_list_date p {
    position: relative;
    height: 46px;
}

.notice_list_date .year {
    color: #666666;
    font-size: 16px;
    line-height: 44px;
    position: absolute;
    left: -100%;
    transition: all 0.6s;
}

.notice_list_date .day {
    color: #999999;
    font-size: 18px;
    font-weight: normal;
    transition: all 0.6s;
}

.notice_list_date h3 {
    font-size: 56px;
    line-height: 68px;
    position: relative;
}

.notice_list_date h3::after {
    width: 26px;
    height: 1px;
    background: #cfcfcf;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
}

.notice_list_con {
    width: 73.87862797%;
}

.notice_list_con h3 {
    font-size: 20px;
}

.notice_list_txt {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 10px 0 0;
}

.bg {
    background: url("../images/bg1.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/bg1.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    padding: 3% 0;
}

.tit {
    color: #fff;
}

.tit h2 {
    font-size: 44px;
    line-height: 1.5;
}

.tit p {
    color: #f9f9f9;
    font-family: Aria;
    text-transform: uppercase;
}

.enrollment_list {
    margin: 3% 0;
}

.enrollment_list li {
    width: 12.17948718%;
    padding: 2% 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    float: left;
    margin-right: 2.4%;
    transition: all 0.6s;
    cursor: pointer;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
}

.enrollment_list li:nth-child(even) {
    animation-name: fadeInDown;
}

.enrollment_list li:last-child {
    margin-right: 0;
}

.enrollment_list li p {
    font-size: 18px;
    margin: 7% 0 0;
}

.enrollment_list li img {
    transition: all 0.6s;
}

.enrollment_list li:hover {
    background: #ca1515;
}

.enrollment_list li:hover img {
    transform: rotateY(360deg);
}

.enrollment_list li:hover p {
    color: #fff;
}

.enrollment_pic {
    width: 48.91025641%;
    border-radius: 10px;
    cursor: pointer;
}

.enrollment_pic>img {
    border-radius: 10px;
}

.enrollment_pic:hover .nar2 {
    transform: translateX(10px);
}

.enrollment_tit {
    left: 5.6%;
    top: 15%;
    color: #fff;
}

.enrollment_tit h3 {
    font-size: 30px;
    line-height: 1.4;
}

.enrollment_tit p {
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 10%;
}

.nar2 {
    transition: all 0.6s;
}

.tit1 {
    padding: 4% 0 0;
}

.tit1 h2 {
    font-size: 42px;
    line-height: 1.57;
}

.tit1 h2 em {
    color: #cccccc;
    font-weight: normal;
    font-size: 16px;
    margin: 0 25px;
    vertical-align: middle;
}

.tit1 p {
    font-size: 18px;
    color: #999;
    font-family: Arial;
    text-transform: uppercase;
}

.teaching_box {
    margin: 3% 0 0;
}

.teaching_left {
    width: 48.71794872%;
}

.teaching_left_news {
    box-shadow: 0 0 10px rgba(245, 245, 245, 0.6);
    padding: 20px 3% 10px;
}

.teaching_left_news_tit {
    cursor: pointer;
}

.teaching_left_news_tit li {
    float: left;
    background: url("../images/line2.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/line2.jpg*/ no-repeat right center;
    width: 128px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.teaching_left_news_tit li:last-child {
    background: none;
}

.teaching_left_news_tit li.current1 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 3px #1b54a6;
}

.teaching_left_news_tit li.current2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 3px #de0012;
}

.more {
    font-size: 14px;
    margin: 10px 0 0;
}

.more img {
    margin-left: 10px;
}

.teaching_left_news_list {
    margin: 10px 0 0;
    display: none;
}

.teaching_left_news_list:first-child {
    display: block;
}

.teaching_left_news_list li {
    border-bottom: dashed 1px #c1c1c1;
    line-height: 55px;
}

.teaching_left_news_list li:last-child {
    border-bottom: none;
}

.teaching_left_news_list li a {
    color: #666;
    width: 80%;
    display: block;
    float: left;
}

.teaching_left_news_list li span {
    color: #999;
    font-size: 14px;
    font-family: Arial;
    float: right;
}

.teaching_left_news_list li:hover a {
    color: #1b54a6;
    font-weight: bold;
}

.teaching_right {
    width: 48.3974359%;
    padding: 15px 0 0;
}

.teaching_right_list {
    display: none;
}

.teaching_right_list:first-child {
    display: block;
}

.teaching_right_list li {
    padding: 13px 2%;
    margin-top: 20px;
    box-shadow: 3px 5px 27px rgba(238, 238, 238, 0.6);
    height: 116px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.teaching_right_list li::after {
    width: 100%;
    height: 100%;
    content: url("../images/news.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/news.jpg*/;
    position: absolute;
    left: -130%;
    top: 0;
    display: block;
    z-index: -1;
    transition: all 0.6s;
}

.teaching_right_list li:hover::after {
    left: 0;
}

.teaching_right_list li:hover .teaching_right_list_con p,
.teaching_right_list li:hover .teaching_right_list_con span,
.teaching_right_list li:hover .teaching_right_list_con .teaching_right_list_txt {
    color: #fff;
}

.teaching_right_pic {
    width: 22.53521127%;
}

.teaching_right_pic img {
    height: 90px;
}

.teaching_right_list_con {
    width: 75.35211268%;
    padding: 10px 0 0;
    transition: all 0.6s 0.3s;
}

.teaching_right_list_con>div p {
    width: 70%;
}

.teaching_right_list_con>div span {
    color: #999999;
    font-size: 14px;
    font-family: Arial;
}

.teaching_right_list_txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}

.score_pic {
    width: 100%;
}

.more1 {
    width: 46px;
    height: 46px;
    background: url("../images/nar4.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar4.png*/ no-repeat;
    display: block;
    margin: 5% 0 0;
}

.more1:hover {
    background: url("../images/nar5.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar5.png*/ no-repeat;
    transition: all 0.6s;
}

.bg2 {
    background: url("../images/bg2.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/bg2.jpg*/ no-repeat center top;
}

.employment_l {
    width: 49.1025641%;
}

.employment_head_con {
    width: 47.65013055%;
    top: 30%;
    left: 5%;
    color: #fff;
}

.employment_link_l {
    width: 68.53785901%;
}

.employment_link_list {
    box-shadow: 6px 0 60px rgba(237, 237, 237, 0.4);
    margin-top: 20px;
}

.employment_link_list_pic {
    width: 41.9047619%;
}

.employment_link_list_pic img {
    width: 100%;
    height: 130px;
}

.employment_link_list_con {
    width: 58.0952381%;
    padding: 20px 3% 0;
}

.employment_link_list_con h3 {
    color: #000;
    font-size: 17px;
    position: relative;
    padding: 16px 0 5px;
}

.employment_link_list_con h3::after {
    width: 26px;
    height: 3px;
    background: #666666;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.employment_link_txt {
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
}

.employment_link_r {
    width: 28.72062663%;
}

.employment_link_r .employment_link_list_pic {
    width: 100%;
}

.employment_link_r .employment_link_list_con {
    width: 100%;
    height: 150px;
    padding: 40px 5% 0;
}

.employment_r {
    width: 45.32051282%;
    margin: 4% 0 0;
}

.employment_r li {
    width: 25%;
    float: left;
    border-right: solid 1px #a10003;
    border-bottom: solid 1px #a10003;
}

.employment_r li:nth-child(4n+4) {
    border-right: none;
}

.employment_r li img {
    height: 122px;
}

.news_type {
    color: #c6c6c6;
    margin: 5.5% 0 0;
}

.news_type a {
    color: #505050;
    font-size: 18px;
    padding: 0 40px;
}

.news_list {
    margin: 3% 0 0;
}

.news_list li {
    width: 31.53846154%;
    float: left;
    margin-right: 2.6%;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
}

.news_list li:nth-child(even) {
    animation-name: fadeInDown;
}

.news_list li img {
    width: 100%;
    height: 293px;
}

.news_list li:last-child {
    margin-right: 0;
}

.news_list li:hover .news_list_con {
    background: #ca1515;
    transform: translateY(0);
}

.news_list li:hover .news_list_tit,
.news_list li:hover .news_list_txt,
.news_list li:hover .news_list_time {
    color: #fff;
}

.news_list_con {
    width: 100%;
    height: 270px;
    box-shadow: 6px 20px 60px rgba(237, 237, 237, 0.4);
    padding: 50px 6% 0;
    background: #fff;
    transform: translateY(-15px);
    transition: all 0.6s;
}

.news_list_tit {
    font-size: 28px;
}

.news_list_txt {
    color: #666666;
    line-height: 2;
    height: 64px;
    overflow: hidden;
    margin: 24px 0 20px;
}

.news_list_time {
    color: #999999;
    font-family: Arial;
}

.blue {
    color: #1b53a5;
}

.association {
    background: #fefefe;
    margin: 3% 0 0;
    padding-bottom: 60px;
}

.association li {
    width: 25%;
    float: left;
    height: 677px;
    overflow: hidden;
}

.association li:hover .association_con {
    transform: translateY(-164px);
    background: #1b54a6;
    height: 300px;
}

.association li:hover .association_num,
.association li:hover .association_tit {
    color: #fff;
}

.association_con {
    padding: 30px 5% 30px;
    transition: all 0.6s;
    height: 136px;
    overflow: hidden;
}

.association_num {
    font-family: Arial;
    font-weight: bold;
    font-size: 54px;
    color: #666666;
    line-height: 66px;
}

.association_tit {
    font-size: 18px;
}

.association_txt {
    height: 52px;
    overflow: hidden;
    margin: 18px 0;
    color: #fff;
}

.association_more {
    width: 42px;
    height: 42px;
    background: url("../images/more.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/more.png*/ no-repeat;
    display: block;
    margin: 0 auto;
    transition: all 0.6s;
}

.footer_bg {
    background: #f3f3f3;
}

.footer_list {
    padding: 5% 0 3%;
}

.footer_list li {
    width: 33.33%;
    float: left;
    background: url("../images/line3.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/line3.jpg*/ no-repeat right center;
    padding-left: 7%;
}

.footer_list li:last-child {
    background: none;
}

.footer_list li h3 {
    color: #000000;
    font-size: 18px;
}

.footer_list li h3 span {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 4px;
}

.footer_list li p {
    font-size: 14px;
    margin: 3% 0 0;
}

.footer_list li p span {
    margin-right: 10px;
}

.footer_list li p span img {
    margin-right: 5px;
}

.footer_list li p span.footer_tel {
    font-size: 20px;
    font-family: Impact;
}

.footer_nav {
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    line-height: 4;
    font-size: 12px;
    color: #b4b4b4;
}

.footer_nav a {
    padding: 0 36px;
    font-size: 15px;
    color: #333;
}

.copyright {
    color: #666;
    padding: 20px 0;
    font-size: 14px;
}

.fix:before,
.fix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.nban img {
    width: 100%;
    display: block;
}

.nban {
    position: relative;
}

.nbti {
    color: #222;
    font-size: 36px;
    position: absolute;
    padding-top: 110px;
}

.nbti span {
    width: 76px;
    height: 3px;
    background: #34498f;
    display: inline-block;
}

.nnav {
    background: #34498f;
    height: 80px;
    line-height: 80px;
}

.nnav a {
    color: #fff;
    font-size: 18px;
}

.nnav ul {
    float: right;
}

.nnav li {
    float: left;
}

.nti {
    float: left;
    color: #fff;
    font-size: 22px;
    background: url("../images/xian.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/xian.png*/ no-repeat left center;
    padding-left: 30px;
}

.nnav li a {
    background: url("../images/dian1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/dian1.png*/ no-repeat left center;
    padding-left: 30px;
    margin-left: 30px;
}

.nnav li a:hover {
    background: url("../images/dian.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/dian.png*/ no-repeat left center;
}

.nnav li a.on {
    background: url("../images/dian.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/dian.png*/ no-repeat left center;
}

.nd_ti p {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    line-height: 1.8;
}

.nd_ti {
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.ly_bg {
    background: #f6f9fa;
    padding: 60px;
    padding-bottom: 100px;
}

.ly_1 {
    color: #282828;
    font-size: 24px;
}

.ly_2 {
    color: #898989;
    font-size: 18px;
}

.ly input[type="text"] {
    width: 46%;
    background: #fff;
    border-radius: 3px;
    height: 50px;
    line-height: 55px;
    text-indent: 1em;
    font-size: 18px;
    margin-top: 25px;
    border: none;
}

.ly textarea {
    font-size: 18px;
    width: calc(100% - 40px);
    height: 300px;
    background: #fff;
    margin-top: 35px;
    padding: 10px 20px;
    border: none;
}

.ly input[type="submit"] {
    width: 255px;
    background: #34498f;
    font-size: 18px;
    color: #fff;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    margin-top: 50px;
    border: none;
}

.benke_box {
    padding: 5% 0;
}

.benke_l {
    width: 25%;
}

.benke_con {
    width: 100%;
    top: 10%;
    left: 0;
    padding: 0 10%;
    color: #fff;
    padding-bottom: 20px;
}

.benke_tit {
    padding-bottom: 20px;
}

.benke_tit h2 {
    font-size: 26px;
    line-height: 1.6;
}

.benke_tit p {
    font-size: 18px;
    line-height: 2;
    text-transform: uppercase;
}

.benke_tit::after {
    width: 39px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.benke_txt {
    line-height: 2;
    margin: 15% 0 0;
    text-align: justify;
}

.benke_r {
    width: 72.43589744%;
}

.benke_r_tit {
    margin: 40px 0;
    color: #dfdfdf;
    font-size: 86px;
    line-height: 1;
    text-transform: uppercase;
}

.benke_r_tit span {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #333;
    font-size: 30px;
    height: 30px;
}

.benke_text {
    color: #454545;
    font-size: 18px;
    line-height: 1.8;
}

.jianzhang_bg1 {
    background: url("../images/jian_bg1.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/jian_bg1.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    padding: 5% 0;
}

.jiangzhang_logo {
    width: 34.29487179%;
    background: url("../images/jian_logo_bg.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/jian_logo_bg.png*/ no-repeat;
    background-size: 100% 100%;
    margin-left: 7.7%;
    padding: 3%;
}

.jianzhang_about {
    width: 51.28205128%;
}

.sub_tit {
    font-size: 42px;
    color: #1e1e1e;
    line-height: 2.9;
}

.sub_tit::after {
    width: 50px;
    height: 4px;
    background: #183089;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.jianzhang_about_txt {
    color: #4b4b4b;
    font-size: 20px;
    line-height: 2;
    margin: 5% 0 0;
}

.jianzhang_about2 {
    left: 0;
    right: 0;
    top: 0;
}

.jianzhang_about2_con {
    width: 42.30769231%;
    padding: 15% 0 0;
}

.jianzhang_about2_con h2 {
    font-size: 36px;
    color: #183089;
    line-height: 1.5;
}

.jianzhang_about2_con .jianzhang_about2_txt {
    font-size: 17px;
    color: #222;
    line-height: 2;
    margin: 5% 0 0;
}

.jianzhang_list {
    margin: 3% 0 0;
}

.jianzhang_list:nth-child(even) {
    flex-direction: row-reverse;
}

.jianzhang_list:nth-child(even) .jianzhang_list_con {
    margin-left: 9%;
    margin-right: 0;
}

.jianzhang_list_pic {
    width: 50%;
}

.jianzhang_list_con {
    width: 36.45833333%;
    margin-right: 9%;
}

.jianzhang_txt1 {
    color: #4b4b4b;
    font-size: 18px;
    line-height: 2;
    margin: 4% 0 0;
}

.jianzhang_txt1 h3 {
    font-size: 34px;
    margin: 2% 0;
}

.jianzhang_txt1 li {
    margin-bottom: 15px;
}

.jianzhang_txt1 li img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.jian_bg3 {
    margin: 3% 0 0;
}

.jianzhang_about3 {
    color: #fff;
    font-size: 18px;
    line-height: 2.4;
    padding: 4% 0 0;
}

.jian_code {
    width: 150px;
}

.main {
    padding-bottom: 4%;
}

.about_bg1 {
    background: url("../images/about_bg1.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/about_bg1.jpg*/ no-repeat center bottom;
    background-size: 100%;
    padding: 8% 0 1%;
}

.m_about {
    width: 50.64102564%;
    padding: 2% 0 0;
}

.m_about_title {
    color: #1e1e1e;
    font-size: 42px;
    line-height: 1.5;
}

.m_about_tit {
    color: #1e1e1e;
    font-size: 40px;
    line-height: 1.2;
}

.m_about_txt {
    color: #636363;
    font-size: 18px;
    line-height: 36px;
    height: 216px;
    overflow: hidden;
    margin: 6% 0 5%;
}

.m_about_type {
    padding-bottom: 10%;
}

.m_about_type li {
    float: left;
    text-align: center;
    margin: 0 8%;
}

.m_about_type li:hover .m_about_type_icon {
    transform: scale(1.1, 1.1);
    background: #e5322d;
}

.m_about_type li p {
    font-size: 18px;
    color: #4b4b4b;
    margin: 5% 0 0;
}

.m_about_type_icon {
    width: 103px;
    height: 103px;
    border: solid 7px #f1f1f1;
    background: #2a4190;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
}

.m_about_type_icon img {
    width: 35px;
    height: 41px;
}

.m_about_more img {
    margin-left: 15px;
    transition: all 0.6s;
    display: inline-block;
}

.m_about_more {
    background: #2a4190;
    width: 194px;
    height: 57px;
    border-radius: 28px;
    line-height: 57px;
    font-size: 18px;
    color: #fff;
}

.m_about_more a {
    display: block;
}

.m_about_more:hover img {
    transform: translateX(10px);
}

.about_pic1 {
    width: 45.57291667%;
    right: 0;
    bottom: 0;
}

.about_pic1 img {
    width: 100%;
}

.leader_list {
    padding-bottom: 20px;
    margin: 3% 0 0;
}

.leader_list li {
    height: 357px;
}

.leader_list li:hover .leader_name {
    background: #2a4190;
    color: #fff;
}

.leader_list .swiper-button-prev,
.leader_list .swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    outline: none;
}

.leader_list .swiper-button-prev {
    background: url("../images/nar7.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar7.png*/ no-repeat;
}

.leader_list .swiper-button-prev:hover {
    background: url("../images/nar9.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar9.png*/ no-repeat;
}

.leader_list .swiper-button-next {
    background: url("../images/nar8.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar8.png*/ no-repeat;
}

.leader_list .swiper-button-next:hover {
    background: url("../images/nar10.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar10.png*/ no-repeat;
}

.leader_pic img {
    height: 332px;
}

.leader_name {
    width: 87.77777778%;
    height: 70px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 6;
    line-height: 70px;
    color: #2c2c2c;
    font-size: 18px;
    box-shadow: 9px 0 13px rgba(0, 0, 0, 0.2);
    transition: all 0.6s;
}

.campus_box {
    margin: 3% 0 0;
}

.swiper_btn {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.swiper_btn .swiper-pagination {
    display: inline-block;
    position: static;
    margin: 0 25px;
}

.swiper_btn .swiper-pagination-bullet {
    margin: 0 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.swiper_btn .swiper-pagination-bullet-active {
    background: #2a4190;
}

.swiper_btn .swiper-button-prev,
.swiper_btn .swiper-button-next {
    opacity: 1;
    width: 10px;
    height: 17px;
    z-index: 11;
    display: inline-block;
    position: static;
    outline: none;
}

.swiper_btn .swiper-button-prev {
    background: url("../images/nar11.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar11.png*/ no-repeat center center;
}

.swiper_btn .swiper-button-next {
    background: url("../images/nar12.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar12.png*/ no-repeat center center;
}

.campus_box_list {
    padding-bottom: 25%;
    display: none;
}

.campus_box_list:first-of-type {
    display: block;
}

.campus_type {
    left: 0;
    right: 0;
    bottom: 7%;
    border-bottom: solid 1px #dddddd;
    justify-content: center;
}

.campus_type li {
    width: 164px;
    text-align: center;
    margin: 0 5%;
    position: relative;
    padding-bottom: 2%;
    cursor: pointer;
}

.campus_type li.current .campus_type_num {
    background: url("../images/type2.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/type2.png*/ no-repeat;
    color: #fff;
}

.campus_type li.current .capus_tit {
    color: #2a4190;
    font-weight: bold;
}

.campus_type li.current::after {
    width: 100%;
    bottom: -2px;
    height: 4px;
    background: #2a4190;
    left: 0;
    display: block;
    content: "";
    position: absolute;
}

.campus_type li:hover .campus_type_num {
    transition: all 0.6s;
    transform: rotateY(360deg);
}

.campus_type_num {
    width: 77px;
    height: 77px;
    line-height: 77px;
    color: #2a4190;
    font-size: 18px;
    background: url("../images/type1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/type1.png*/ no-repeat;
    margin: 0 auto;
}

.capus_tit {
    color: #2a2a2a;
    font-size: 18px;
    margin: 10px 0 0;
}

.campus_more {
    width: 228px;
    height: 60px;
    border-radius: 30px;
    background: #e5322d;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    top: 67%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.team_box {
    margin: 3% 0 0;
    padding-bottom: 5%;
}

.team_box li:hover .team_con::after {
    height: 100%;
}

.team_box li:hover .team_tit,
.team_box li:hover .team_txt,
.team_box li:hover .team_more,
.team_box li:hover .team_tit span {
    color: #fff;
}

.team_box li:hover .team_tit::after {
    background: #fff;
}

.team_box li:hover .team_more {
    border: solid 1px #fff;
}

.team_con {
    background: #f6f6f6;
    border: solid 1px #e7e7e7;
    padding: 7% 10% 5%;
    z-index: 0;
    transition: all 0.6s;
}

.team_con::after {
    width: 100%;
    height: 0;
    background: #2a4190;
    display: block;
    content: "";
    bottom: 1px;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.6s;
}

.team_pic {
    height: 353px;
}

.team_pic img {
    height: 100%;
}

.team_tit {
    color: #676767;
    font-size: 16px;
    padding-bottom: 15px;
}

.team_tit span {
    color: #222222;
    font-size: 26px;
    margin-right: 10px;
}

.team_tit::after {
    width: 46px;
    height: 1px;
    background: #2a4190;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.team_txt {
    color: #5d5d5d;
    font-size: 15px;
    margin: 15px 0 20px;
}

.team_more {
    width: 130px;
    height: 40px;
    border: solid 1px #2a4190;
    margin: 0 auto;
    color: #2a4190;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 38px;
}

.certificate_bg {
    background: url("../images/about_bg2.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/about_bg2.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    margin: 3% 0 0;
    padding-bottom: 5%;
}

.tit2 {
    color: #fff;
}

.tit2 p {
    color: #d8d8d8;
}

.certificate_box .swiper-button-prev,
.certificate_box .swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    outline: none;
}

.certificate_box .swiper-button-prev {
    background: url("../images/nar7.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar7.png*/ no-repeat;
    left: 0;
}

.certificate_box .swiper-button-next {
    background: url("../images/nar8.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar8.png*/ no-repeat;
    right: 0;
}

.certificate_box .swiper-container {
    width: 96%;
    margin: 4% auto 0;
}

.certificate_box .swiper-container .swiper-slide {
    transform: scale(0.6);
}

.certificate_box .swiper-container .swiper-slide p {
    color: #ffffff;
    font-size: 18px;
    margin: 10% 0 0;
    text-align: center;
}

.certificate_box .swiper-container .swiper-slide-active {
    transform: scale(1);
}

.certificate_box .swiper-container .swiper-slide-prev {
    transform: translateX(-30px) scale(0.8);
}

.certificate_box .swiper-container .swiper-slide-next {
    transform: translateX(30px) scale(0.8);
}

.school_top {
    width: 89%;
    left: 0;
    top: 0;
}

.school_title {
    padding: 0;
}

.school_name {
    width: 60.25641026%;
    margin: 2% 5% 0 0;
}

.school_name .swiper-slide {
    width: auto;
    cursor: pointer;
    color: #424242;
    font-size: 18px;
}

.school_name .swiper-slide-thumb-active {
    color: #2a4190;
    font-weight: bold;
    background: url("../images/dian1.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/dian1.png*/ no-repeat left center;
    padding-left: 30px;
}

.school_box {
    margin: 4% 0 5% 9.3%;
    padding: 10% 0 0;
}

.school_box .gallery-top-prev,
.school_box .gallery-top-next {
    width: 26px;
    height: 26px;
    margin: 0;
    opacity: 1;
    outline: none;
}

.school_box .gallery-top-prev {
    background: url("../images/nar13.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar13.png*/ no-repeat;
    right: 11.5%;
    left: auto;
    top: 5%;
}

.school_box .gallery-top-prev:hover {
    background: url("../images/nar9.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar9.png*/ no-repeat;
    background-size: 26px 26px;
}

.school_box .gallery-top-next {
    background: url("../images/nar14.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar14.png*/ no-repeat;
    right: 9.3%;
    top: 5%;
}

.school_box .gallery-top-next:hover {
    background: url("../images/nar10.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar10.png*/ no-repeat;
    background-size: 26px 26px;
}

.school_con {
    width: 28.73563218%;
}

.school_tit h2 {
    color: #323232;
    font-size: 28px;
}

.school_tit p {
    color: #696969;
    font-size: 26px;
    font-weight: lighter;
    margin: 20px 0 0;
}

.school_txt {
    color: #959393;
    font-size: 16px;
    line-height: 32px;
    height: 160px;
    overflow: hidden;
    margin: 7% 0 9%;
}

.school_pic {
    width: 69.42528736%;
}

.school_pic .swiper-button-prev,
.school_pic .swiper-button-next {
    width: 40px;
    height: 40px;
    opacity: 1;
    outline: none;
}

.school_pic .swiper-button-prev {
    background: url("../images/nar15.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar15.png*/ no-repeat;
    left: 10px;
}

.school_pic .swiper-button-prev:hover {
    background: url("../images/nar9.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar9.png*/ no-repeat;
    background-size: 40px 40px;
}

.school_pic .swiper-button-next {
    background: url("../images/nar16.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar16.png*/ no-repeat;
    right: 10px;
}

.school_pic .swiper-button-next:hover {
    background: url("../images/nar10.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar10.png*/ no-repeat;
    background-size: 40px 40px;
}

.bg3 {
    background: url("../images/bg3.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/bg3.jpg*/ no-repeat;
    background-size: 100% 100%;
    padding: 10.5% 0 9.5%;
}

.ad_box {
    width: 45.19230769%;
    margin-left: 3.5%;
    background: url("../images/yinhao.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/yinhao.png*/ no-repeat center top;
    background-size: 100%;
}

.ad_text1 {
    font-size: 82px;
    line-height: 1.5;
}

.ad_text2 {
    font-size: 48px;
    line-height: 1.5;
}

.ad_text3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 3% 0 8%;
}

.ad_btn {
    width: 304px;
    height: 70px;
    background: url("../images/btn.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/btn.png*/ no-repeat center;
    line-height: 70px;
    color: #08318b;
    font-size: 34px;
    font-style: italic;
    margin: 0 auto;
}

.service_bg1 {
    background: url("../images/service_bg1.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/service_bg1.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    padding: 2% 0 3%;
}

.m_service {
    margin: 3% 0 0;
}

.m_service li {
    width: 23.58974359%;
    height: 380px;
    padding: 3% 0 0;
    text-align: center;
    background: #fddcdc;
    color: #2d2d2d;
    animation-name: fadeInUp;
    animation-delay: 1.5s;
}

.m_service li:nth-child(even) {
    animation-name: fadeInDown;
}

.m_service li h3 {
    font-size: 22px;
    margin: 30px 0 20px;
}

.m_service li div {
    font-size: 18px;
    line-height: 2;
}

.m_service li:nth-child(2) {
    background: #cdf1f4;
}

.m_service li:nth-child(2) div {
    text-align: left;
    padding: 0 15%;
}

.m_service li:nth-child(3) {
    background: #eaf7cd;
}

.m_service li:nth-child(4) {
    background: #cfeafa;
}

.service_bg2 {
    background: url("../images/service_bg2.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/service_bg2.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    margin-bottom: 2%;
    padding-bottom: 5%;
}

.traffic {
    padding: 4% 0 0;
}

.traffic li {
    width: 25.64102564%;
    animation-duration: 1.5s;
}

.traffic li h3 {
    font-size: 20px;
    color: #229ae1;
}

.traffic li h3 img {
    margin-right: 15px;
}

.traffic li:nth-child(2) h3 {
    color: #de6764;
}

.traffic li:nth-child(3) h3 {
    color: #9ac047;
}

.traffic_txt {
    color: #353535;
    font-size: 17px;
    line-height: 2;
    margin: 15px 0 0 55px;
}

.m_news_bg {
    background: url("../images/news_bg.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/news_bg.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    padding: 2% 0 17%;
    margin: 3% 0 0;
}

.m_news li {
    padding: 2% 0;
    margin-bottom: 1%;
    position: relative;
    z-index: 1;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
}

.m_news li::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #072b82;
    display: block;
    z-index: -1;
    transition: all 0.6s;
    transform: scale(1, 0);
}

.m_news li:hover .m_news_date {
    border-right: solid 1px #fff;
}

.m_news li:hover .m_news_date h3,
.m_news li:hover .m_news_date p {
    color: #fff;
}

.m_news li:hover .m_news_con h2,
.m_news li:hover .m_news_txt {
    color: #fff;
}

.m_news li:hover .m_news_con {
    background: url("../images/main9.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/main9.png*/ no-repeat right 20px center;
}

.m_news li:hover::before {
    transform: scale(1, 1);
}

.m_news_date {
    width: 220px;
    border-right: solid 1px #dcdcdc;
    line-height: 1.3;
}

.m_news_date h3 {
    color: #454545;
    font-size: 45px;
    font-family: Impact;
}

.m_news_date p {
    color: #8b8b8b;
    font-size: 15px;
}

.m_news_con {
    width: calc(100% - 255px);
    background: url("../images/main8.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/main8.png*/ no-repeat right 20px center;
    padding-right: 6%;
}

.m_news_con h2 {
    font-size: 18px;
    color: #444444;
    margin-bottom: 1%;
}

.m_news_txt {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.page {
    margin: 3% 0;
}

.page a {
    background: #e8e8e8;
    padding: 0 15px;
    line-height: 43px;
    display: inline-block;
    margin: 0 2px;
}

.page a.on {
    background: #34498f;
    color: #fff;
}

.college_news li {
    width: 31.85897436%;
    float: left;
    margin: 2% 1.8% 0 0.2%;
    animation-name: fadeInUp;
    animation-duration: 2s;
}

.college_news li:nth-child(3n+3) {
    margin-right: 0;
}

.college_news li:hover .college_news_con::before {
    height: 100%;
}

.college_news li:hover .college_news_con h2,
.college_news li:hover .college_news_con p {
    color: #fff;
}

.college_news li:hover .college_news_txt {
    color: #fff;
}

.college_news_con {
    padding: 3% 5%;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.1);
    position: relative;
}

.college_news_con h2 {
    color: #454545;
    font-size: 18px;
}

.college_news_con p {
    color: #b5b5b5;
    font-size: 16px;
    margin: 1% 0;
}

.college_news_con::before {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background: #2d438e;
    position: absolute;
    z-index: -1;
    transition: all 0.6s;
}

.college_news_txt {
    color: #7f7f7f;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}


/* 教育教学 */

.m_teach {
    background: #f8f8f8;
    padding: 3% 0 0;
    margin: 3% 0;
}

.m_teach_list li {
    padding-bottom: 6%;
}

.m_teach_list_pic {
    width: 64.7%;
}

.m_teach_list_pic img {
    width: 100%;
}

.m_teach_list_con {
    width: 29%;
}

.m_teach_list_con h3 {
    color: #1e1e1e;
    font-size: 51px;
    font-family: Impact;
    text-transform: uppercase;
}

.m_teach_list_con h3 img {
    margin: 0 20px;
}

.m_teach_list_con h4 {
    color: #1e1e1e;
    font-size: 30px;
    font-weight: normal;
    margin: 10% 0 0;
}

.m_teach_list_txt {
    margin: 12% 0 5%;
    font-size: 18px;
    line-height: 38px;
    height: 152px;
    overflow: hidden;
}

.m_teach_list li:nth-child(odd) h3 {
    text-align: right;
}

.m_teach_list li:nth-child(odd) h4 {
    text-align: right;
}

.m_teach_list li:nth-child(odd) .m_about_more {
    float: right;
}

.m_teach_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.m_teach_list li:nth-child(odd) .m_teach_list_con h3 {
    flex-direction: row-reverse;
}

.teach_xx_tit {
    padding: 5% 0 0;
    line-height: 1.5;
}

.teach_xx_tit h2 {
    font-size: 42px;
}

.teach_xx_tit p {
    color: #999;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
}

.teach_xx_con {
    padding: 3% 0;
}


/* 就业深造 */

.office_bg {
    background: url("../images/job_bg.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/job_bg.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    padding: 2% 0 4%;
}

.office_box {
    width: 1160px;
    margin: 0 auto;
    padding: 5% 0 0;
}

.office_photo {
    width: 264px;
    height: 264px;
    border-radius: 100%;
}

.office_photo img {
    width: 100%;
    height: 100%;
}

.office_name {
    width: 260px;
}

.office_name h2 {
    color: #1e1e1e;
    font-size: 38px;
    line-height: 62px;
}

.office_name h3 {
    color: #595959;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
}

.office_name p {
    color: #a3a3a3;
    line-height: 28px;
}

.office_con {
    width: 480px;
}

.office_con h2 {
    color: #424242;
    font-size: 18px;
}

.office_txt {
    color: #424242;
    line-height: 2;
    margin-bottom: 25px;
}

.destination_box {
    padding: 5% 0;
}

.destination_tit h2 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 1.4;
}

.destination_tit h1 {
    font-size: 42px;
    line-height: 1.4;
}

.destination_con {
    width: 90%;
    margin: 4% 0 0;
}

.destination_txt {
    width: 39.2%;
    font-size: 18px;
    color: #fff;
    line-height: 2.1;
    left: 6%;
    top: 0;
    padding: 5.5% 0 0;
}

.destination_pic {
    width: 51.8%;
    right: 0;
    top: 10%;
}

.destination_pic img {
    width: 100%;
}

.destination_pic .swiper-button-prev,
.destination_pic .swiper-button-next {
    width: 53px;
    height: 54px;
    top: auto;
    bottom: 0;
    margin: 0;
    opacity: 1;
}

.destination_pic .swiper-button-prev {
    background: url("../images/main18.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/main18.png*/ no-repeat;
    left: 0;
}

.destination_pic .swiper-button-next {
    background: url("../images/main19.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/main19.png*/ no-repeat;
    left: 53px;
    right: auto;
}

.danwei_bg {
    background: #f7f7f7;
    padding: 2% 0;
}

.danwei_pic {
    margin: 3% 0 0;
}

.danwei_pic li {
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(13, 4, 8, .1);
}

.danwei_pic li img {
    width: 100%;
    height: 108px;
}

.danwei_pic .swiper-container {
    width: 87.5%;
    padding: 1%;
}

.danwei_pic .swiper-button-prev,
.danwei_pic .swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
    opacity: 1;
}

.danwei_pic .swiper-button-prev {
    background: url("../images/nar9.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar9.png*/ no-repeat;
    background-size: 100%;
    left: 0;
}

.danwei_pic .swiper-button-next {
    background: url("../images/nar10.png")/*tpa=http://www.zcjyedu.cn/templates/default/images/nar10.png*/ no-repeat;
    background-size: 100%;
    right: 0;
}

.job_view_box {
    padding: 1% 0 3%;
}

.result_form {
    box-shadow: 0 0 30px rgb(243, 247, 254);
    margin: 3% 0 0;
    padding: 3% 2% 3% 4%;
}

.result_form_l {
    width: 14.6%;
}

.result_form_l p {
    color: #575757;
    font-size: 22px;
    line-height: 2.7;
}

.upload1 img {
    height: 226px;
}

.upload_file1 {
    width: 100%m;
    height: 226px;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload2 {
    margin: 10% 0 0;
}

.upload2 img {
    height: 305px;
}

.upload_file2 {
    width: 100%;
    height: 305px;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

.result_form_r {
    width: 76%;
}

.result_form_list {
    width: 48%;
    border-bottom: solid 1px #dedede;
    padding: 2% 0 0;
    line-height: 2.6;
    font-size: 22px;
    color: #575757;
}

.form_user {
    width: 60%;
    border: none;
    line-height: 2.6;
}

.form_btn {
    width: 380px;
    height: 70px;
    background-image: linear-gradient(#0897f5, #025ccb);
    border-radius: 10px;
    border: none;
    font-size: 26px;
    color: #fff;
    margin: 70px 0 0 175px;
}

.login_bg {
    background: url("../images/login_bg.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/login_bg.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    height: 100vh;
}

.login_box {
    width: 69%;
    margin: 0 auto;
    padding: 17% 0 0;
}

.login_logo {
    color: #364c97;
    font-size: 46px;
    margin-bottom: 3%;
    line-height: 1.5;
}

.login_form {
    width: 433px;
    height: 61px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 60px;
    border-radius: 10px;
    padding: 0 20px;
    margin: 15px 0 0;
}

.login_form img {
    margin-right: 20px;
}

.login_user {
    width: 360px;
    border: none;
    font-size: 17px;
}

.login_user::-webkit-input-placeholder {
    color: #76acf2;
}

.login_btn {
    width: 250px;
    height: 56px;
    background: #364c97;
    border-radius: 24px;
    line-height: 56px;
    color: #fff;
    font-size: 25px;
    margin: 5% 0 0;
}

.login_bg1 {
    background: url("../images/login_bg1.jpg")/*tpa=http://www.zcjyedu.cn/templates/default/images/login_bg1.jpg*/ no-repeat center top;
    background-size: 100% 100%;
    height: 100vh;
    padding: 12% 0 0;
}

.login_btn_box {
    width: 1173px;
    margin: 0 auto;
}

.login_btn_box a {
    background: #fff;
    width: 536px;
    border-radius: 20px;
    display: block;
    text-align: center;
    padding: 10% 0;
}

.login_btn_box a p {
    font-size: 37px;
    margin: 60px 0 0;
}

#pic {
    cursor: pointer;
}

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

.bigpic {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
}

.close {
    width: 30px;
    height: 30px;
    right: 5%;
    top: 5%;
    z-index: 10000;
    cursor: pointer;
}