@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.7;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
}

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

html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
}

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

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,
textarea:focus {
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
    -webkit-appearance: none;
}

input,
textarea,
select {
    font: inherit;
}

h3 {
    font-size: 0.26rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

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

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

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

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

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

.hidden {
    overflow: hidden;
}

.mid {
    vertical-align: middle;
}

.mar_t10 {
    margin-top: 0.2rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

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

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f26 {
    font-size: 0.26rem;
}

.bgg {
    background: #f4f4f4;
}

.bgw {
    background: #fff;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff;
}

.red {
    color: #e5322d !important;
}

.wrap_box {
    color: #333;
    font-size: 0.26rem;
}

.content {
    padding: 0 0.24rem;
}

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


/*header*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 1rem;
    background: #fff;
}

.logo {
    width: 3.7rem;
    margin-left: 0.24rem;
}

.search {
    width: 0.34rem;
    height: 0.34rem;
    right: 0.88rem;
    top: 0.24rem;
}

.srch {
    position: absolute;
    top: 1.25rem;
    left: 0;
    right: 0;
    width: 94%;
    margin: 2% auto 0;
    -webkit-appearance: none;
    border: solid 1rem #eee;
    z-index: 3;
    display: none;
}

.srch_txt {
    width: 83%;
    border: none;
    color: #333;
    background: #ffffff;
    -webkit-appearance: none;
    padding: 0.1rem;
}

.srch_txt::-webkit-input-placeholder {
    color: #CCC;
}

.srch_sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 17%;
    height: 100%;
    border: none;
    color: #ffffff;
    text-align: center;
    background: #00a8ff;
    -webkit-appearance: none;
}

.menu {
    width: 0.34rem;
    height: 0.28rem;
    right: 0.24rem;
    top: 0.35rem;
}

.menu img {
    vertical-align: top;
}

.menu_list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999999;
    padding: 2rem 0 0;
    display: none;
}

.menu_list li a {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
}

.menu_close {
    right: 0.3rem;
    top: 0.1rem;
    font-size: 0.6rem;
    color: #fff;
}


/*banner*/

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

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

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

.banner .flex-control-nav {
    height: 0.4rem;
    position: absolute;
    bottom: 0.3rem;
    z-index: 2;
    width: 100%;
    text-align: center;
    background: url(../images/line1.png) no-repeat center 10rem;
    background-size: 3.7rem;
}

.banner .flex-control-nav li {
    display: inline-block;
    width: 0.17rem;
    height: 0.19rem;
    margin: 0 0.5rem;
}

.banner .flex-control-nav li a {
    display: inline-block;
    width: 0.17rem;
    height: 0.19rem;
    line-height: 60rem;
    overflow: hidden;
    background: url(../images/dot1.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.banner .flex-control-nav .flex-active {
    background: url(../images/dot2.png) no-repeat;
    background-size: 100%;
}

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

.banner .flex-direction-nav li a {
    display: block;
    width: 0.14rem;
    height: 0.24rem;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 1.1rem;
    background: url(../images/prev1.png) center center no-repeat;
    background-size: 100%;
}

.banner .flex-direction-nav li a.flex-next {
    right: 1.1rem;
    background: url(../images/next1.png) center center no-repeat;
    background-size: 100%;
}

.banner_txt {
    width: 6.09rem;
    left: 0;
    top: 0.88rem;
    bottom: 0;
    display: none;
}

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

.nar_bg {
    width: 6.6rem;
    height: 0.44rem;
    border-radius: 0.22rem;
    background: rgba(42, 75, 149, 0.5);
    left: 0;
    right: 0;
    bottom: 0.3rem;
    margin: 0 auto;
    z-index: 1;
}

.about_box {
    padding: 0.6rem 0 0;
}

.about_head_con {
    left: 6.7%;
    top: 12%;
    color: #fff;
    font-size: 0.22rem;
}

.about_head_con h2 {
    font-weight: normal;
    font-size: 0.28rem;
}

.about_list li {
    width: 2.2rem;
    background: #f4f4f4;
    height: 2.86rem;
    padding: 7% 3% 0;
    margin-right: 0.2rem;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

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

.about_list li h3 {
    font-size: 0.24rem;
    position: relative;
    line-height: 3;
    padding: 0.06rem 0 0;
    transition: all 0.6s;
}

.about_list li h3::after {
    width: 0.26rem;
    height: 0.03rem;
    background: #666666;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
}

.about_list_txt {
    font-size: 0.22rem;
    line-height: 0.38rem;
    color: #666;
    height: 1.14rem;
    overflow: hidden;
    transition: all 0.6s;
}

.notice_box {
    padding: 0.5rem 0 0;
}

.notice_head_con {
    left: 0.2rem;
    top: 0.4rem;
    color: #fff;
    line-height: 1.4;
}

.notice_head_con h3 {
    font-size: 0.3rem;
    position: relative;
    padding: 0.15rem 0 0;
}

.notice_head_con h3::after {
    width: 0.44rem;
    height: 0.02rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.notice_head_con p {
    font-size: 0.22rem;
}

.notice_list li {
    border-bottom: dashed 1px #dedede;
    padding: 0.25rem 0;
    transition: all 0.6s;
    height: 0.7rem;
    overflow: hidden;
}

.notice_list li.active {
    height: 1.8rem;
}

.notice_list li.active .notice_list_date .year {
    left: 0.46rem;
}

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

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

.notice_list_date p {
    position: relative;
    height: 0.46rem;
    justify-content: center;
}

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

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

.notice_list_date h3 {
    font-size: 0.56rem;
    line-height: 0.68rem;
    position: relative;
}

.notice_list_date h3::after {
    width: 0.26rem;
    height: 0.02rem;
    background: #cfcfcf;
    top: 0;
    right: 0.66rem;
    position: absolute;
    content: "";
}

.notice_list_con {
    width: 5.2rem;
}

.notice_list_con h3 {
    font-size: 0.26rem;
}

.notice_list_txt {
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    margin: 0.1rem 0 0;
    color: #666;
}

.bg {
    background: url(../images/bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.86rem 0 0.95rem;
    margin: 0.7rem 0 0;
}

.tit {
    color: #fff;
}

.tit h2 {
    font-size: 0.44rem;
    line-height: 1.5;
}

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

.enrollment_list {
    margin: 0.4rem 0;
    white-space: nowrap;
    overflow-x: auto;
}

.enrollment_list li {
    width: 1.9rem;
    height: 1.9rem;
    padding: 2% 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.1rem;
    margin: 0 0.2rem;
    transition: all 0.6s;
    cursor: pointer;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    display: inline-block;
}

.enrollment_list li img {
    width: 0.91rem;
    height: 0.91rem;
}

.enrollment_list li p {
    margin: 7% 0 0;
}

.enrollment_pic_box {
    white-space: nowrap;
    overflow-x: auto;
}

.enrollment_pic {
    width: 6.1rem;
    display: inline-block;
    border-radius: 0.1rem;
    cursor: pointer;
    margin: 0 0.2rem;
}

.enrollment_pic>img {
    border-radius: 0.1rem;
}

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

.enrollment_tit h3 {
    font-size: 0.32rem;
    line-height: 1.4;
}

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

.nar2 {
    width: 0.46rem;
    height: 0.46rem;
}

.tit1 {
    padding: 4% 0 0;
}

.tit1 h2 {
    font-size: 0.42rem;
    line-height: 1.57;
}

.tit1 h2 em {
    color: #cccccc;
    font-weight: normal;
    font-size: 0.16rem;
    margin: 0 0.25rem;
    vertical-align: middle;
}

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

.teaching_box {
    margin: 3% 0 0;
}

.teaching_left_news {
    box-shadow: 0 0 0.1rem rgba(245, 245, 245, 0.6);
    padding: 0.2rem 0.24rem 0.1rem;
}

.teaching_left_news_tit li {
    float: left;
    background: url(../images/line2.jpg) no-repeat right center;
    background-size: 0.02rem;
    width: 1.6rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.26rem;
}

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

.teaching_left_news_tit li.current1 {
    font-weight: bold;
    border-bottom: solid 0.03rem #1b54a6;
}

.teaching_left_news_tit li.current2 {
    font-weight: bold;
    border-bottom: solid 0.03rem #de0012;
}

.more {
    font-size: 0.22rem;
    margin: 0.2rem 0 0;
}

.more img {
    width: 0.3rem;
    margin-left: 0.1rem;
}

.teaching_left_news_list {
    margin: 0.1rem 0 0;
    display: none;
}

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

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

.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: 0.22rem;
    font-family: Arial;
    float: right;
}

.teaching_right {
    padding: 0.15rem 0.24rem 0;
}

.teaching_right_list {
    display: none;
}

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

.teaching_right_list li {
    padding: 0.13rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.teaching_right_pic {
    width: 1.85rem;
    height: 1.05rem;
    margin: 0.1rem 0 0;
}

.teaching_right_pic img {
    height: 100%;
}

.teaching_right_list_con {
    width: 4.8rem;
    transition: all 0.6s 0.3s;
}

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

.teaching_right_list_txt {
    color: #666;
    line-height: 0.4rem;
    overflow: hidden;
    height: 0.8rem;
}

.score_pic {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.more1 {
    width: 0.46rem;
    height: 0.46rem;
    background: url(../images/nar4.png) no-repeat;
    display: block;
    margin: 5% 0 0;
}

.more1:hover {
    background: url(../images/nar5.png) no-repeat;
    transition: all 0.6s;
}

.bg2 {
    background: url(../images/bg2.jpg) no-repeat center top;
}

.employment_l {
    margin: 0.4rem 0 0;
}

.employment_head_con {
    width: 5.9rem;
    top: 12%;
    left: 5%;
    color: #fff;
}

.employment_link_list {
    box-shadow: 0.06rem 0 0.6rem rgba(237, 237, 237, 0.4);
    margin-top: 0.2rem;
}

.employment_link_list_pic {
    width: 2.93rem;
    height: 1.73rem;
}

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

.employment_link_list_con {
    width: 3.75rem;
    padding: 0.2rem 3% 0 0;
}

.employment_link_list_con h3 {
    color: #000;
    font-size: 0.26rem;
    position: relative;
    padding: 0.16rem 0 0.05rem;
}

.employment_link_list_con h3::after {
    width: 0.26rem;
    height: 0.03rem;
    background: #666666;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.employment_link_txt {
    color: #666;
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    font-size: 0.14rem;
}

.employment_r {
    margin: 4% 0 0;
    background: url(../images/brand_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0.6rem 0.4rem;
}

.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: 1.22rem;
}

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

.news_type a {
    color: #505050;
    font-size: 0.22rem;
    padding: 0 0.2rem;
}

.news_list {
    margin: 3% 0 0;
}

.news_list li {
    margin-top: 0.5rem;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
}

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

.news_list li img {
    width: 100%;
    height: 3.85rem;
}

.news_list_con {
    width: 100%;
    box-shadow: 6px 0.2rem 0.6rem rgba(237, 237, 237, 0.4);
    padding: 0.4rem 0.03rem 0;
    background: #fff;
    height: 2.8rem;
}

.news_list_tit {
    font-size: 0.3rem;
}

.news_list_txt {
    color: #666666;
    overflow: hidden;
    margin: 0.1rem 0;
    font-size: 0.24rem;
    line-height: 0.46rem;
    height: 0.92rem;
}

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

.blue {
    color: #1b53a5;
}

.association {
    background: #fefefe;
    margin: 3% 0 0;
}

.association li {
    width: 50%;
    float: left;
    height: 6rem;
    overflow: hidden;
}

.association_pic img {
    height: 4.3rem;
}

.association_con {
    padding: 0.3rem 5% 0.3rem;
    transition: all 0.6s;
    height: 1.36rem;
    overflow: hidden;
}

.association_num {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.43rem;
    color: #666666;
    line-height: 0.66rem;
}

.association_txt {
    height: 0.52rem;
    overflow: hidden;
    margin: 0.18rem 0;
    color: #fff;
}

.association_more {
    width: 0.42rem;
    height: 0.42rem;
    background: url(../images/more.png) no-repeat;
    display: block;
    margin: 0 auto;
    transition: all 0.6s;
}

.footer_bg {
    background: #fafafa;
    padding: 0.4rem 0 0;
}

.footer_logo {
    width: 3.67rem;
}

.footer_contact {
    color: #666;
    margin: 0.2rem 0;
}

.footer_contact p span {
    font-size: 0.34rem;
    font-family: Impact;
    color: #2e4491;
}

.footer_share span {
    margin-right: 0.3rem;
}

.footer_share span img {
    width: 0.25rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.copyright {
    color: #666;
    padding: 0.2rem 0;
}

.m_banner_tit {
    top: 40%;
    left: 0.24rem;
    color: #222;
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
}

.m_banner_tit::after {
    width: 0.75rem;
    height: 0.04rem;
    background: #293f8e;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.type {
    background: #34498f;
    height: 0.8rem;
    color: #fff;
}

.type_tit {
    font-size: 0.28rem;
    background: url(../images/xian.png) no-repeat left center;
    background-size: 0.03rem;
    padding-left: 0.25rem;
}

.m_nav {
    width: 4.6rem;
    overflow-y: auto;
    white-space: nowrap;
}

.m_nav li {
    display: inline-block;
    padding-left: 0.4rem;
    margin-left: 0.25rem;
}

.m_nav li.on {
    background: url(../images/dian.png) no-repeat left center;
    background-size: 0.26rem;
}

.main {
    padding: 0.8rem 0;
}

.sub_m_tit h2 {
    font-size: 0.42rem;
}

.sub_m_tit p {
    color: #999999;
    font-size: 0.22rem;
    text-transform: uppercase;
}

.ly_bg {
    background: #f6f9fa;
    padding: 0.5rem 0.24rem 0.8rem;
    margin: 0.5rem 0 0;
}

.ly_1 {
    color: #282828;
    font-size: 0.3rem;
}

.ly_2 {
    color: #898989;
    font-size: 0.24rem;
}

.ly input[type="text"] {
    width: 100%;
    background: #fff;
    border-radius: 0.05rem;
    height: 0.66rem;
    line-height: 0.66rem;
    text-indent: 1em;
    font-size: 0.24rem;
    margin-top: 0.25rem;
    border: none;
}

.ly textarea {
    /* font-size: 24rem; */
    width: 100%;
    height: 3.4rem;
    background: #fff;
    margin-top: 0.35rem;
    padding: 0.1rem 0.2rem;
    border: none;
}

.ly input[type="submit"] {
    width: 100%;
    background: #34498f;
    font-size: 0.3rem;
    color: #fff;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 0.05rem;
    margin-top: 0.5rem;
    border: none;
}

.benke_box {
    padding: 5% 0;
}

.benke_con {
    width: 3.4rem;
    top: 15%;
    right: 0.24rem;
    color: #fff;
}

.benke_tit {
    padding-bottom: 0.2rem;
}

.benke_tit h2 {
    font-size: 0.3rem;
    line-height: 1.6;
}

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

.benke_tit::after {
    width: 0.39rem;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.benke_txt {
    font-size: 0.22rem;
    line-height: 0.4rem;
    margin: 15% 0 0;
    text-align: justify;
}

.benke_r_tit {
    margin: 0.4rem 0;
    color: #dfdfdf;
    font-size: 0.86rem;
    line-height: 1;
    text-transform: uppercase;
}

.benke_r_tit span {
    position: absolute;
    left: 0.2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #333;
    font-size: 0.32rem;
    height: 0.3rem;
}

.benke_text {
    color: #454545;
    font-size: 0.24rem;
    line-height: 2;
}

.jianzhang_bg1 {
    background: url(../images/jian_bg1.jpg) no-repeat center top;
    background-size: 100%;
    padding: 5% 0;
}

.jiangzhang_logo {
    width: 5.35rem;
    height: 4.21rem;
    background: url(../images/jian_logo_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.6rem auto 0;
    padding: 0.3rem 0 0;
}

.jiangzhang_logo img {
    width: 3.3rem;
    height: 3.3rem;
}

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

.sub_tit::after {
    width: 0.5rem;
    height: 0.04rem;
    background: #183089;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

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

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

.jianzhang_about2_con {
    width: 5.15rem;
    padding: 25% 0 0;
}

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

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

.jianzhang_list {
    margin: 3% 0 0;
}

.zhuanye_con {
    margin: 0.5rem 0;
}

.jianzhang_list_con {
    margin: 0.2rem 0 0;
}

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

.jianzhang_txt1 h3 {
    font-size: 0.34rem;
    margin: 2% 0;
}

.jianzhang_txt1 li {
    margin-bottom: 0.15rem;
}

.jianzhang_txt1 li img {
    width: 0.25rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.05rem;
}

.jian_bg3 {
    margin: 3% 0 0;
}

.jianzhang_about3 {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding: 4% 0 0;
}

.jian_code {
    width: 1.7rem;
}

.jian_code p {
    font-size: 0.22rem;
}

.map {
    height: 6.5rem;
    margin-bottom: 0.8rem;
}

.about_bg1 {
    background: url(../images/about_bg1.jpg) no-repeat center bottom;
    background-size: 100%;
    padding: 0.8rem 0 0.55rem;
}

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

.m_about_tit {
    color: #1e1e1e;
    font-size: 0.4rem;
    line-height: 1.6;
}

.m_about_txt {
    color: #636363;
    font-size: 0.24rem;
    line-height: 0.46rem;
    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 p {
    font-size: 0.18rem;
    color: #4b4b4b;
    margin: 5% 0 0;
}

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

.m_about_type_icon img {
    width: 0.35rem;
    height: 0.41rem;
}

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

.m_about_more {
    background: #2a4190;
    width: 2.35rem;
    height: 0.74rem;
    border-radius: 0.4rem;
    line-height: 0.74rem;
    font-size: 0.26rem;
    color: #fff;
    margin: 0 auto;
}

.m_about_more img {
    width: 0.36rem;
}

.m_about_more a {
    display: block;
}

.about_pic1 img {
    width: 100%;
}

.leader_list {
    padding-bottom: 0.2rem;
    margin: 0.4rem 0 0;
}

.leader_list .swiper_btn {
    margin: 0.4rem 0 0;
}

.leader_list li {
    height: 3.57rem;
}

.leader_pic img {
    height: 3.07rem;
}

.leader_name {
    width: 87.77777778%;
    height: 0.7rem;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 6;
    line-height: 0.7rem;
    color: #2c2c2c;
    font-size: 0.18rem;
    box-shadow: 0.09rem 0 0.13rem 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 0.25rem;
}

.swiper_btn .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.14rem;
    height: 0.14rem;
    display: inline-block;
}

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

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

.swiper_btn .swiper-button-prev {
    background: url(../images/nar11.png) no-repeat center center;
    background-size: 0.1rem;
}

.swiper_btn .swiper-button-next {
    background: url(../images/nar12.png) no-repeat center center;
    background-size: 0.1rem;
}

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

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

.campus_type {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 6%;
    border-bottom: solid 1px #dddddd;
}

.campus_type li {
    text-align: center;
    position: relative;
    padding-bottom: 2%;
    cursor: pointer;
}

.campus_type li.current .campus_type_num {
    background: url(../images/type2.png) no-repeat;
    background-size: 1rem 1rem;
    color: #fff;
}

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

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

.campus_type_num {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #2a4190;
    background: url(../images/type1.png) no-repeat;
    background-size: 1rem 1rem;
    margin: 0 auto;
}

.capus_tit {
    color: #2a2a2a;
    margin: 0.1rem 0 0;
}

.campus_more {
    width: 2.28rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background: #e5322d;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.6rem;
    top: 67%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

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

.team_box .swiper_btn {
    margin: 0.5rem 0 0;
}

.team_con {
    background: #f6f6f6;
    border: solid 1px #e7e7e7;
    padding: 0.25rem 0.2rem 0.3rem;
    z-index: 0;
    transition: all 0.6s;
}

.team_pic {
    height: 3.27rem;
}

.team_pic img {
    height: 100%;
}

.team_tit {
    color: #676767;
    font-size: 0.22rem;
    padding-bottom: 0.15rem;
}

.team_tit span {
    color: #222222;
    font-size: 0.28rem;
    margin-right: 0.1rem;
}

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

.team_txt {
    color: #5d5d5d;
    font-size: 0.2rem;
    margin: 0.15rem 0 0.2rem;
    line-height: 0.34rem;
}

.team_more {
    width: 1.5rem;
    height: 0.5rem;
    border: solid 1px #2a4190;
    margin: 0 auto;
    color: #2a4190;
    font-size: 0.2rem;
    text-transform: uppercase;
    line-height: 0.5rem;
}

.certificate_bg {
    background: url(../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: 0.46rem;
    height: 0.46rem;
    margin-top: -0.23rem;
    outline: none;
}

.certificate_box .swiper-button-prev {
    background: url(../images/nar7.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.certificate_box .swiper-button-next {
    background: url(../images/nar8.png) no-repeat;
    right: 0;
    background-size: 100%;
}

.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: 0.18rem;
    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(-0.3rem) scale(0.8);
}

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

.school_top {
    margin-bottom: 0.4rem;
}

.school_title {
    padding: 0;
}

.school_name {
    width: 6rem;
    margin: 2% auto 0;
}

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

.school_name .swiper-slide-thumb-active {
    color: #2a4190;
    font-weight: bold;
    background: url(../images/dian1.png) no-repeat left center;
    padding-left: 0.3rem;
}

.school_box {
    margin: 0.5rem 0 0.7rem;
}

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

.school_box .gallery-top-prev {
    background: url(../images/nar15.png) no-repeat;
    background-size: 0.4rem 0.4rem;
    left: 0.24rem;
    top: 12%;
}

.school_box .gallery-top-prev:hover {
    background: url(../images/nar9.png) no-repeat;
    background-size: 0.4rem 0.4rem;
}

.school_box .gallery-top-next {
    background: url(../images/nar16.png) no-repeat;
    background-size: 0.4rem 0.4rem;
    right: 0.24rem;
    top: 12%;
}

.school_box .gallery-top-next:hover {
    background: url(../images/nar10.png) no-repeat;
    background-size: 0.4rem 0.4rem;
}

.school_pic {
    margin: 0.7rem 0 0;
}

.school_tit h2 {
    color: #323232;
    font-size: 0.28rem;
}

.school_tit p {
    color: #696969;
    font-size: 0.26rem;
    font-weight: lighter;
}

.school_txt {
    color: #959393;
    font-size: 0.24rem;
    line-height: 0.46rem;
    margin: 0.3rem 0 0.4rem;
}

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

.school_pic .swiper-button-prev {
    background: url(../images/nar15.png) no-repeat;
    background-size: 0.4rem;
    left: 0.1rem;
}

.school_pic .swiper-button-prev:hover {
    background: url(../images/nar9.png) no-repeat;
    background-size: 0.4rem 0.4rem;
}

.school_pic .swiper-button-next {
    background: url(../images/nar16.png) no-repeat;
    background-size: 0.4rem;
    right: 0.1rem;
}

.school_pic .swiper-button-next:hover {
    background: url(../images/nar10.png) no-repeat;
    background-size: 0.4rem 0.4rem;
}

.bg3 {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100%;
    height: 4.79rem;
    padding: 1.1rem 0 9.5%;
}

.ad_box {
    width: 3.5rem;
}

.ad_text1 {
    font-size: 0.44rem;
    line-height: 1.5;
}

.ad_text2 {
    font-size: 0.26rem;
    line-height: 1.5;
}

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

.ad_btn {
    width: 2rem;
    height: 0.46rem;
    background: url(../images/btn.png) no-repeat center;
    background-size: 2rem;
    line-height: 0.46rem;
    color: #08318b;
    font-size: 0.2rem;
    margin: 0 auto;
}

.service_bg1 {
    background: url(../images/service_bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 2% 0 3%;
}

.m_service {
    margin: 0.5rem 0 0;
}

.m_service li {
    width: 3.4rem;
    height: 3.5rem;
    padding: 0.4rem 0 0;
    text-align: center;
    background: #fddcdc;
    color: #2d2d2d;
    animation-name: fadeInUp;
    animation-delay: 1.5s;
    margin-bottom: 0.3rem;
}

.m_service li img {
    width: 0.55rem;
}

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

.m_service li h3 {
    font-size: 0.28rem;
    margin: 0.3rem 0 0.2rem;
}

.m_service li div {
    font-size: 0.22rem;
    line-height: 0.36rem;
    padding: 0 0.2rem;
}

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

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

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

.service_bg2 {
    background: url(../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 {
    animation-duration: 1.5s;
    margin-bottom: 0.5rem;
}

.traffic li h3 {
    font-size: 0.3rem;
    color: #229ae1;
}

.traffic li h3 img {
    margin-right: 0.15rem;
    width: 0.6rem;
    vertical-align: middle;
}

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

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

.traffic_txt {
    color: #353535;
    line-height: 2;
    margin: 0.15rem 0 0 0.55rem;
}

.m_news_bg {
    background: url(../images/news_bg.jpg) no-repeat center bottom #f7f7f7;
    background-size: 100%;
    padding: 2% 0 3.2rem;
    margin: 0.3rem 0 0;
}

.m_news li {
    padding: 0.3rem 0;
    position: relative;
    z-index: 1;
    animation-name: fadeInUp;
    animation-duration: 1.5s;
}

.m_news_date {
    width: 0.9rem;
    line-height: 1.3;
}

.m_news_date h3 {
    color: #454545;
    font-size: 0.45rem;
    font-family: Impact;
}

.m_news_date p {
    color: #8b8b8b;
    font-size: 0.22rem;
}

.m_news_con {
    width: 5.9rem;
    border-left: solid 1px #dcdcdc;
    padding-left: 0.3rem;
}

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

.m_news_txt {
    color: #666666;
    font-size: 0.22rem;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
}

.page {
    margin: 3% 0;
}

.page a {
    background: #e8e8e8;
    padding: 0 0.15rem;
    line-height: 0.43rem;
    display: inline-block;
    margin: 0 0.02rem;
}

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

.college_news li {
    margin: 0.5rem 0 0;
    animation-name: fadeInUp;
    animation-duration: 2s;
}

.college_news_pic img {
    height: 4.14rem;
}

.college_news_con {
    padding: 0.3rem 0.4rem 0;
    height: 2.45rem;
    box-shadow: 0 0.09rem 0.13rem rgba(0, 0, 0, 0.1);
    position: relative;
}

.college_news_con h2 {
    color: #454545;
    font-size: 0.26rem;
}

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

.college_news_txt {
    font-size: 0.24rem;
    color: #7f7f7f;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
}


/* 教育教学 */

.teach_bg {
    background: url(../images/teach_bg.jpg) no-repeat center top;
    background-size: 100%;
    padding: 0.7rem 0 0;
}

.teach_pic {
    margin: 1.1rem 0 0;
}

.m_teach {
    background: #f8f8f8;
    padding: 0.8rem 0 0;
    margin: 0.7rem 0;
}

.m_teach_list li {
    padding-bottom: 0.7rem;
}

.m_teach_list_pic {
    margin: 0.5rem 0 0;
}

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

.m_teach_list_con h3 img {
    width: 0.54rem;
    margin: 0 0.2rem;
}

.m_teach_list_con h4 {
    color: #1e1e1e;
    font-size: 0.3rem;
    font-weight: normal;
}

.m_teach_list_txt {
    margin: 0.5rem 0;
    font-size: 0.24rem;
    line-height: 0.46rem;
    overflow: hidden;
}

.teach_xx_tit {
    padding: 5% 0 0;
    line-height: 1.5;
    font-size: 0.3rem;
}

.teach_xx_tit h2 {
    font-size: 0.42rem;
}

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

.teach_xx_con {
    padding: 3% 0;
    min-height: 5rem;
}

.pagenext a {
    display: block;
}


/* 就业深造 */

.office_bg {
    background: url(../images/job_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 2% 0 4%;
}

.office_box {
    margin: 0 auto;
    padding: 5% 0 .4rem;
}

.office_photo {
    width: 2.64rem;
    height: 2.64rem;
    border-radius: 100%;
}

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

.office_name {
    width: 3.90rem;
}

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

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

.office_name p {
    color: #a3a3a3;
    line-height: .28rem;
    font-size: .24rem;
    line-height: .42rem;
}

.office_con h2 {
    color: #424242;
    font-size: .24rem;
}

.office_txt {
    color: #424242;
    line-height: 2;
    margin-bottom: .25rem;
    font-size: .24rem;
    color: #7c7c7c;
}

.destination_box {
    margin: .7rem 0 0;
}

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

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

.destination_con {
    margin: 4% 0 0;
}

.destination_txt {
    width: 100%;
    font-size: .24rem;
    color: #fff;
    line-height: .5rem;
    left: 0;
    top: 0;
    padding: .4rem .5rem 0;
}

.destination_pic {
    margin-top: -.95rem;
}

.destination_pic img {
    width: 100%;
}

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

.destination_pic .swiper-button-prev {
    background: url(../images/main18.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.destination_pic .swiper-button-next {
    background: url(../images/main19.png) no-repeat;
    background-size: 100%;
    left: .53rem;
    right: auto;
}

.danwei_bg {
    background: #f7f7f7;
    padding: .65rem 0 .5rem;
    margin: .7rem 0 0;
}

.danwei_pic {
    margin: .5rem 0 0;
}

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

.danwei_pic li img {
    width: 100%;
    height: 1.14rem;
}

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

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

.result_form {
    box-shadow: 0 0 .30rem rgb(243, 247, 254);
    margin: .5rem 0 0;
    padding: 0 .3rem .8rem;
    border-radius: .2rem;
}

.result_form_l {
    margin: .5rem 0 0;
}

.result_form_l p {
    color: #575757;
    line-height: 2.7;
}

.upload1 {
    width: 3rem;
}

.upload1 img {
    height: 3.16rem;
}

.upload_file1 {
    width: 100%;
    height: 3.16rem;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

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

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

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

.login_box {
    margin: 1rem 0 0;
}

.login_form img {
    width: .32rem;
}

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

.login_form {
    height: .96rem;
    border-radius: .10rem;
    padding: 0 .20rem;
    margin: 0 0 .3rem 0;
    background: #f2f2fc;
}

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

.login_user {
    width: 5.7rem;
    border: none;
    font-size: .3rem;
    background: none;
}

.login_user::-webkit-input-placeholder {
    color: #8c9eba;
}

.login_btn {
    height: .85rem;
    background: #364c97;
    border-radius: .4rem;
    line-height: .85rem;
    color: #fff;
    font-size: .34rem;
    margin: 5% 0 0;
}

.login_bg1 {
    background: url(../images/login_bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: 100vh;
    padding: 1.5rem 1.4rem 0;
}

.login_btn_box a {
    background: #fff;
    width: 100%;
    height: 4.11rem;
    border-radius: .20rem;
    display: block;
    text-align: center;
    padding: 1.05rem 0 0;
    margin-bottom: 1rem;
}

.login_btn_box a img {
    height: 1.47rem;
    width: 1.62rem;
}

.login_btn_box a p {
    font-size: .37rem;
    margin: .35rem 0 0;
}