body {
    font-size: 14px;
    font-family: "微软雅黑";
    background: #fff;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.f2 {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
    transition: all 0.3s;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li a:hover {
    color: #5ccbed;
}

div a:hover {
    color: #5ccbed;
}

input,
form,
select,
textarea {
    margin: 0px;
    padding: 0px;
    outline: medium;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: "微软雅黑";
    font-size: 14px;
}

i,
em {
    font-style: normal;
}

.mo {
    margin: 0 auto;
}

.most {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.roundBorder {
    border-radius: 15px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.dsk {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}


/*定位*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*块级转换*/

.db {
    display: block;
}

.dn {
    display: none;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}


/*清除浮动*/

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

.clearfix {
    *zoom: 1;
}


/*首页*/

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lazy {
    width: 100%;
    height: 100%;
    background: url(/statics/web/images/loading.gif) 50% no-repeat;
    background-color: #f0f0f0;
}

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

.header {
    background: url(/statics/web/images/header_bg.jpg) no-repeat center top;
    position: relative;
}

.header_top {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.header_top_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    font-size: 12px;
    color: #fff;
}

.header_top_link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_top_link span {
    margin: 0 12px;
}

.header_top_link a {
    color: #fff;
}

.header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px;
    padding-top: 60px;
}

.search {
    display: flex;
    width: 150px;
    height: 30px;
    margin-left: 20px;
    padding: 0 10px;
    border-radius: 50px;
    background-color: #fff;
}

.search input[type="text"] {
    width: 126px;
    height: 30px;
    font-size: 12px;
}

.search input[type="submit"] {
    width: 24px;
    height: 30px;
    background: url(/statics/web/images/zoom.png) no-repeat center center;
    cursor: pointer;
}

.nav {
    background: url(/statics/web/images/cloud.jpg);
}

.nav ul {
    display: flex;
}

.nav li {
    width: 133px;
    height: 60px;
    position: relative;
}

.nav_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}

.nav li:hover .nav_link {
    background-color: #fff;
    color: #5ccbed;
    font-weight: bold;
}

.nav_link.on {
    background-color: #fff;
    color: #5ccbed;
    font-weight: bold;
}

.nav_slide {
    width: auto;
    height: auto;
    display: none;
    flex-wrap: wrap;
    background: url(/statics/web/images/g1.png) no-repeat right bottom #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 60px;
    left: 0;
    right: auto;
    z-index: 20;
}

.nav_slide a {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #000;
    float: left;
}

.nav li:hover .nav_slide {
    display: flex;
}

.nav li:nth-child(6) .nav_slide {
    left: auto;
    right: 0;
}

.nav li:nth-child(7) .nav_slide {
    left: auto;
    right: 0;
}

.nav li:nth-child(8) .nav_slide {
    left: auto;
    right: 0;
}

.nav li:nth-child(9) .nav_slide {
    left: auto;
    right: 0;
}

.banner_slide {
    width: 100%;
    max-width: 1903px;
    height: 500px;
}

.banner_img {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.banner_img img {
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner_slide .swiper-pagination {
    bottom: 30px !important;
}

.banner_slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.6;
}

.banner_slide .swiper-pagination-bullet-active {}

.main {
    padding: 40px 0;
    background: url(/statics/web/images/build_bg.jpg) no-repeat center top #fff;
}

.school {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.school_left {
    width: 600px;
    height: 400px;
}

.school_slide {
    height: 400px;
    background-color: #fff;
}

.school_slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.school_slide img {
    height: 400px;
}

.school_slide span {
    padding: 0 10px;
    padding-right: 100px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.school_tools {
    width: 90px;
    height: 45px;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.school_prev,
.school_next {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1f1f;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.school_prev {
    background-image: url(/statics/web/images/wleft.png);
}

.school_next {
    background-image: url(/statics/web/images/wright.png);
}

.school_prev:hover,
.school_next:hover {
    background-color: #a72319;
}

.school_right {
    width: 560px;
}

.title {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #acd8ef solid;
}

.title b {
    display: inline-block;
    height: 56px;
    border-bottom: 2px #06cef1 solid;
    line-height: 56px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.title a {
    padding-right: 15px;
    background: url(/statics/web/images/bright.png) no-repeat right center;
    background-size: 7px 14px;
    font-size: 16px;
    color: #06c3e4;
    font-weight: bold;
}

.title span {
    margin-left: 5px;
    font-family: '宋体';
    font-weight: bold;
}

.index_news_box {
    margin-bottom: 15px;
}

.index_news_name {
    margin-bottom: 10px;
    font-size: 20px;
    color: #06cef1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_name a {
    color: #06cef1;
    font-weight: bold;
}

.index_news_con {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_link {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_news_link span {
    font-family: '宋体';
    color: #999;
}

.index_news_link em {
    font-size: 14px;
    color: #999;
}

.index_news_p {
    width: 460px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_p a {
    color: #666;
}

.tech {
    padding: 30px;
    background: url(/statics/web/images/tech_bg_25.jpg) no-repeat left top;
}

.tech .title {
    border-bottom: 1px #acd8ef solid;
}

.tech .title b {
    color: #fff;
    border-bottom: none;
}

.tech .title a {
    color: #fff;
}

.tech_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tech_list:after {
    display: block;
    content: '';
    width: 360px;
}

.tech_list li {
    width: 360px;
}

.tech_img {
    height: 260px;
    overflow: hidden;
}

.tech_img img {
    height: 260px;
}

.tech_img:hover img {
    transform: scale(1.1);
}

.tech_info {
    position: relative;
}

.tech_info a {
    display: block;
    height: 88px;
    line-height: 88px;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tech_time {
    width: 80px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5ccbed;
    color: #fff;
    position: absolute;
    top: -37px;
    left: 20px;
    z-index: 9;
}

.tech_time b {
    font-size: 24px;
}

.tech_time p {
    font-size: 16px;
}

.hot_line {
    margin-bottom: 30px;
    height: 160px;
}

.hot_slide {
    width: 100%;
    height: 160px;
    background-color: #fff;
}

.hot_slide img {
    height: 160px;
}

.hot_slide .swiper-pagination {
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}

.hot_slide .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #000;
    background-color: #fff;
}

.hot_slide .swiper-button-prev, .hot_slide .swiper-button-next{
    background-color: rgba(0, 122, 255, .1);
    background-size: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}

.hot_slide:hover .swiper-button-prev, .hot_slide:hover .swiper-button-next{
    opacity: 1;
}



.zhao_ti {
    margin-bottom: 30px;
    height: 56px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
}

.zhao_ti ul {
    display: flex;
}

.zhao_ti li {
    margin-right: 60px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    color: #333;
}

.zhao_ti li a {
    color: #333;
}

.zhao_ti li.active {
    border-bottom: 2px #06cef1 solid;
}

.zhao_more {
    padding-right: 15px;
    background: url(/statics/web/images/bright.png) no-repeat right center;
    background-size: 7px 14px;
    font-size: 16px;
    color: #06cef1;
}

.zhao_more span {
    margin-left: 5px;
    font-family: '宋体';
    font-weight: bold;
}

.zhao_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zhao_list li {
    padding: 30px 0;
    width: 580px;
}

.zhao_list li a {
    display: flex;
    justify-content: space-between;
}

.zhao_time {
    width: 94px;
    height: 94px;
    border: 1px #5ccbed solid;
    box-sizing: border-box;
}

.zhao_time b {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #5ccbed;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.zhao_time p {
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666;
}

.zhao_info {
    width: 455px;
}

.zhao_name {
    margin-bottom: 6px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhao_list li a:hover .zhao_name {
    color: #06cef1;
}

.zhao_p {
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme {
    padding: 70px 0 47px;
    background: url(/statics/web/images/build.jpg) no-repeat center center #f8f8f9;
}

.theme_wrap {
    display: flex;
    justify-content: space-between;
}

.theme_left {
    width: 600px;
}

.theme_title {
    padding: 0 20px;
    margin-bottom: 14px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #73bf78;
    color: #fff;
}

.theme_title b {
    font-size: 24px;
}

.theme_title a {
    padding-right: 15px;
    background: url(/statics/web/images/wright.png) no-repeat right center;
    background-size: 7px 14px;
    font-size: 16px;
    color: #fff;
}

.theme_left li {
    margin-bottom: 14px;
    height: 120px;
}

.theme_left li:last-child {
    margin-bottom: 0;
}

.theme_left img {
    height: 120px;
}

.theme_right {
    width: 560px;
    height: 476px;
    padding: 10px 24px;
    box-sizing: border-box;
    background-color: #fff;
}

.theme_right .index_news_p {
    width: 410px;
}

.pics {
    padding: 40px 0 30px;
    background-color: #fff;
}

.pics_wrap {
    display: flex;
    justify-content: space-between;
}

.pics_big {
    width: 590px;
    height: 380px;
    overflow: hidden;
}

.pics_big a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pics_big img {
    height: 380px;
}

.pics_big:hover img {
    transform: scale(1.1);
}

.pics_list {
    width: 586px;
}

.pics_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pics_list li {
    width: 280px;
    height: 180px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pics_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pics_pop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.3s;
    visibility: hidden;
}

.pics_list li a:hover .pics_pop {
    visibility: visible;
}

.pics_big a:hover .pics_pop {
    visibility: visible;
}

.pics_info {
    width: 70%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.pics_info h3 {
    font-size: 16px;
}

.pics_list img {
    height: 180px;
}

.pics_list li:hover img {
    transform: scale(1.1);
}

.footer_inner {
    padding-bottom: 40px;
    background: url(/statics/web/images/footer_bg_33.jpg) no-repeat center bottom #3c4142;
}

.link {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px #646869 solid;
}

.link span {
    margin: 5px;
    margin-left: 0;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

.link a {
    margin: 5px;
    font-size: 14px;
    color: #fff;
}

.footer_nav ul {
    display: flex;
}

.footer_nav li {
    width: 12.5%;
}

.footer_nav h3 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.footer_nav p {
    line-height: 34px;
    color: #fff;
}

.footer_nav a {
    color: #fff;
    opacity: 0.85;
}

.footer_btm {
    padding: 26px 0;
    background-color: #33393a;
    border-bottom: 1px #5c6161 solid;
}

.footer_row {
    display: flex;
    justify-content: space-between;
}

.footer_info {
    flex: 1;
    display: flex;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer_info img {
    float: left;
    margin-right: 10px;
}

.qr {
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.qr img {
    width: 100px;
    height: 100px;
}

.copyright {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33393a;
    font-size: 14px;
    color: #fff;
}

.copyright span {
    margin: 0 10px;
}

.copyright img {
    margin-right: 9px;
}

.copyright a {
    color: #fff;
}


/* 技能大赛 */

.inside_banner {
    width: 100%;
    max-width: 1903px;
    margin: 0 auto;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.inside_banner img {
    height: 360px;
}

.inside_title {
    width: 260px;
    height: 120px;
    padding: 30px 20px 0;
    box-sizing: border-box;
    background-color: #5ccbed;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
}

.inside_title h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
}

.inside_title p {
    font-size: 12px;
    text-transform: uppercase;
}

.inside_title span {
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 20px;
    background-color: #fff;
}

.skill {
    padding: 65px 0;
}


/* 校园快讯 */

.news {
    padding: 30px 0 56px;
    background-color: #f6f6f6;
}

.news_content {
    padding: 20px;
    background-color: #fff;
    word-wrap: break-word;
}

.news_content .index_news_p {
    width: 1060px;
}


/* 关于我们 */

.about_container {
    padding: 60px 0;
    background-color: #f6f6f6;
}

.about {
    display: flex;
    justify-content: space-between;
}

.sub_nav {
    width: 260px;
}

.sub_nav .sub_title {
    margin-top: -140px;
    margin-bottom: 20px;
    width: 260px;
    height: 120px;
    padding: 30px 20px 0;
    box-sizing: border-box;
    background: url(/statics/web/images/g3_03.png) no-repeat right bottom;
    background-color: #5ccbed;
    color: #fff;
    position: relative;
    z-index: 9;
}

.sub_title h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
}

.sub_title p {
    font-size: 12px;
    text-transform: uppercase;
}

.sub_title span {
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 20px;
    background-color: #fff;
}

.sub_nav ul {
    background-color: #fff;
}

.sub_nav_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    font-size: 16px;
    color: #333;
}

.sub_nav_link i {
    display: block;
    width: 7px;
    height: 12px;
    background: url(/statics/web/images/ra1.png) no-repeat;
    transition: all 0.3s;
}

.sub_nav_link.on {
    background: #5ccbed;
    color: #fff;
}

.sub_nav_link.on i {
    transform: rotate(90deg);
}

.sub_nav_slide {
    display: none;
    padding: 10px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.sub_nav_slide a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    color: #333;
}

.sub_nav_slide a.on {
    color: #06cef1;
}

.about_right {
    padding: 20px;
    padding-top: 0;
    width: 920px;
    box-sizing: border-box;
    background-color: #fff;
}

.about_title {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px #e6e6e6 solid;
}

.about_title b {
    padding-left: 11px;
    border-left: 4px #5ccbed solid;
    font-size: 24px;
    line-height: 24px;
}

.your_position {
    color: #666;
}

.your_position a {
    color: #666;
}

.school_item {
    margin-bottom: 30px;
}

.school_item h3 {
    margin-bottom: 20px;
    text-indent: 30px;
    font-size: 18px;
}

.school_row {
    display: flex;
    justify-content: space-between;
}

.school_p {
    width: 500px;
}

.school_item p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-indent: 30px;
}

.school_row_img {
    width: 365px;
    height: 250px;
}

.school_item_img {
    margin-bottom: 10px;
    overflow: hidden;
}

.school_small_img {
    width: 280px;
    height: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.school_item img:nth-child(3n) {
    margin-right: 0;
}

.school_hon {
    margin-bottom: 30px;
    overflow: hidden;
}

.school_hon_img {
    width: 288px;
    height: 192px;
    float: left;
    margin-right: 8px;
    margin-bottom: 9px;
}

.school_hon img:nth-child(3n) {
    margin-right: 0;
}


/* 领导班子 */

.leader li {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #e6e6e6 solid;
}

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

.leader_img {
    width: 156px;
    height: 216px;
    overflow: hidden;
}

.leader_img {
    height: 216px;
}

.leader_img:hover img {
    transform: scale(1.1);
}

.leader_info {
    width: 680px;
    padding-top: 20px;
}

.leader_name {
    margin-bottom: 20px;
}

.leader_name a {
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.leader_name span {
    font-size: 16px;
    color: #333;
}

.leader_p {
    height: 136px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.teacher_img {
    width: 227px;
    height: 314px;
    margin: 0 auto 58px;
}

.teacher_img img {
    width: 227px;
    height: 314px;
}

.teacher_p p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 40px;
    color: #333;
}

.teacher_p h3 {
    text-indent: 30px;
    font-size: 16px;
    color: #333;
}


/* 详情页 */

.article {
    padding: 30px 0;
}

.article h3 {
    margin-bottom: 20px;
    text-indent: 30px;
}

.article p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 30px;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}

.article_img {
    margin-bottom: 30px;
    text-align: center;
}

.article img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.article a {
    color: #333;
}

.article table {
    width: 100%;
    border-collapse: collapse;
}

.article table th {
    text-align: left;
    padding: 5px;
    border: 1px #e6e6e6 solid;
}

.article table td {
    padding: 0.4rem;
    border: 1px #ccc solid;
}

.article b,
strong {}


/* 西安银河国际荣誉 */

.honur ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.honur ul:after {
    display: block;
    content: '';
    width: 268px;
}

.honur li {
    width: 268px;
    margin-bottom: 60px;
}

.honur_img {
    margin-bottom: 15px;
    height: 188px;
    overflow: hidden;
}

.honur_img img {
    height: 188px;
}

.honur_img:hover img {
    transform: scale(1.1);
}

.honur_name {
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honur_name a {
    color: #333;
}


/* 联系我们 */

.contact_right {
    width: 920px;
}

.contact_title {
    padding: 0 20px;
    background-color: #fff;
}

.contact {
    padding: 45px 20px;
    margin-bottom: 30px;
    display: flex;
    background: url(/statics/web/images/g1.png) no-repeat right 20px #fff;
    background-size: 317px 240px;
}

.contact_qr {
    width: 120px;
    margin-right: 20px;
    text-align: center;
}

.contact_qr img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.contact_info {
    line-height: 32px;
    font-size: 16px;
    color: #333;
}

.contact_info h3 {
    font-size: 22px;
}

.contact_map {
    padding: 20px;
    background-color: #fff;
}

#container {
    overflow: hidden;
    width: 100%;
    height: 510px;
    margin: 0;
    font-family: "微软雅黑";
}


/* 招生就业 */

.job .index_news_p {
    width: 780px;
}

.job {
    padding: 20px 0 0;
}

.job_title {
    margin-bottom: 30px;
    text-align: center;
}

.job_title h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.job_title span {
    font-size: 16px;
    font-weight: normal;
}

.job_title p {
    color: #999;
}

.job_content {
    padding-bottom: 40px;
}

.job_pages {
    padding: 20px 0;
    border-top: 1px #e6e6e6 solid;
}

.job_page {
    padding: 10px 0;
    font-size: 16px;
}

.job_page span {
    color: #5ccbed;
}

.job_page a {
    color: #333;
}


/* 在线报名 */

.online_wrap {
    padding-bottom: 60px;
    background-color: #f6f6f6;
}

.online {
    margin-top: -286px;
    position: relative;
}

.online_title {
    margin-bottom: 56px;
    text-align: center;
    color: #fff;
}

.online_title h3 {
    margin-bottom: 10px;
    font-size: 32px;
}

.online_title p {
    font-size: 16px;
}

.online_content {
    border-radius: 10px;
    background-color: #fff;
}

.online_box {
    padding: 40px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.online_box:last-child {
    border-bottom: none;
}

.online_inner {
    width: 640px;
    margin: 0 auto;
}

.online_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.online_name {
    width: 120px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.online_name em {
    color: #f00;
}

.online_right {
    flex: 1;
}

.online_code {
    flex: 1;
    display: flex;
    align-items: center;
}

.online_code .online_in {
    margin-right: 10px;
}

.online_code img {
    width: 166px;
    height: 40px;
}

.online_in {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #f7f8fa;
}

.online_in input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
}

.sexy {
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.sexy_item {
    margin-right: 30px;
    padding-left: 30px;
    background: url(/statics/web/images/choose1.png) no-repeat left center;
    cursor: pointer;
}

.sexy_item.on {
    background: url(/statics/web/images/choose2.png) no-repeat left center;
}

.row {
    display: flex;
    justify-content: space-between;
}

.online_row select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background: url(/statics/web/images/da.png) no-repeat 96% center;
    background-color: #f7f8fa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-size: 16px;
}

.online_address {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.online_address select {
    width: 160px;
}

.online_tips {
    margin-top: 10px;
    color: #999;
}

.online_in textarea {
    width: 100%;
    height: 110px;
    padding: 10px 0;
    font-size: 16px;
}

.online_btns button {
    width: 100px;
    height: 50px;
    margin-right: 50px;
    background-color: #5ccbed;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.online_btns button:hover {
    background-color: #06cef1;
}

.online_btns input[type="reset"] {
    width: 100px;
    height: 50px;
    background-color: #f0f0f0;
    font-size: 16px;
    cursor: pointer;
}


/* 分页 */

.pages_row {
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}

.pages_row a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    border-radius: 2px;
    border: 1px #dcdde0 solid;
    color: #000;
}

.pages_row a:hover {
    background-color: #2a59cc;
    border: 1px #2a59cc solid;
    color: #fff;
}

.pages_row a.on {
    background-color: #2a59cc;
    border: 1px #2a59cc solid;
    color: #fff;
}

.pages_prev,
.pages_next {
    font-size: 18px;
    font-family: '宋体';
    font-weight: bold;
}

.pages_row a.pages_prev {
    margin-left: 10px;
    transform: rotate(-180deg);
}

.pages_row span {
    margin-left: 8px;
}

.pages_row input {
    width: 44px;
    height: 32px;
    margin-left: 8px;
    border-radius: 2px;
    text-align: center;
    border: 1px #dcdde0 solid;
    color: #000;
}


/* 右边悬浮 */

.float {
    width: 65px;
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 20;
}

.float li {
    margin-bottom: 10px;
    position: relative;
}

.msn_btn {
    width: 100%;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-image: linear-gradient(135deg, #19b4e4 0%, #5ccbed 100%), linear-gradient( #1d74e1, #1d74e1);
    font-size: 14px;
    color: #fff;
}

.msn_btn img {
    width: 41px;
    height: 41px;
    margin-bottom: 10px;
}

.msn_btn:hover {
    color: #fff;
}

.float_btn {
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px #5ccbed solid;
    background-color: #fff;
    font-size: 12px;
    color: #333;
}

.float_btn img {
    width: 32px;
    height: 32px;
}

.phone_row {
    width: 240px;
    height: 100%;
    display: none;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background-image: linear-gradient(135deg, #19b4e4 0%, #5ccbed 100%), linear-gradient( #1d74e1, #1d74e1);
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 9;
}

.phone_row img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.phone_info p {
    font-size: 12px;
    color: #fff;
}

.phone_info h3 {
    font-size: 20px;
    color: #fff;
}

.float li:hover .phone_row {
    display: flex;
}

.float li:hover .float_btn {
    background-image: linear-gradient(135deg, #19b4e4 0%, #5ccbed 100%), linear-gradient( #1d74e1, #1d74e1);
    color: #fff;
}

.wechat_icon2 {
    display: none;
}

.float li:hover .wechat_icon1 {
    display: none;
}

.float li:hover .wechat_icon2 {
    display: block;
}

.official {
    width: 144px;
    height: 165px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-image: linear-gradient(135deg, #19b4e4 0%, #5ccbed 100%), linear-gradient( #1d74e1, #1d74e1);
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -164px;
    z-index: 9;
}

.float li:hover .official {
    display: flex;
}

.official img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.official:after {
    display: block;
    content: '';
    border-top: 10px transparent solid;
    border-bottom: 10px transparent solid;
    border-left: 10px #239afb solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.backtotop {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px #19b4e4 solid;
    background-color: #fff;
    font-size: 12px;
    color: #fff;
}

.backtotop img {
    width: 30px;
    height: 30px;
}

.backtotop p {
    display: none;
}

.backtotop:hover {
    background-image: linear-gradient(135deg, #19b4e4 0%, #5ccbed 100%), linear-gradient( #1d74e1, #1d74e1);
    color: #fff;
}

.backtotop:hover p {
    display: block;
}

.backtotop:hover img {
    display: none;
}

/* 分页器 */
.pagination{padding: 30px 0; display: flex; justify-content: flex-end; align-items: center; font-size: 14px; color: #000}
.pagination li{display: inline-block;font-size: 14px;margin-right: 8px;font-family: 微软雅黑;}
.pagination li a{ border-radius: 4px;}
.pagination .total a { border: 0!important; padding: 10px!important; }
.pagination li .p-item{padding: 10px 15px;color: #000;border: solid 1px #e4e4e4;min-width: 41px;}
.pagination li .p-item:hover, .pagination .p-item.active{background: #2a59cc;color: #fff;border: solid 1px #2a59cc;}
.pagination li .p-item.nohover:hover{background: #fff;color:#06459e;border: solid 1px #e4e4e4}
.pagination .pages_next, .pagination .pages_prev {font-size: 18px;font-family: 宋体;font-weight: bold;}
.pagination .pages_next { margin-right: 0!important; }
/*.pagination li+li .p-item{border-left-color: #fff;}*/
/* 分页样式 */
.pagination { padding-bottom:20px;margin-top:10px;text-align:center;clear:both;}
.pagination .pages_num { display:inline-block;line-height:25px;padding-right:10px;}
.pagination .pages_num a {display:block;float:left;width: 25px;height: 25px;margin-right: 10px; text-align: center; border:1px solid #e8e8e8;border-radius: 2px;background: #fff; color:#898989;font-size:12px;text-decoration:none;}
.pagination .pages_num .page_view { background-color:#a50100;color:#fff;border:1px solid #a50100;border-radius: 2px;}
.pagination .pages_num a:hover{ background-color:#a50100;color:#fff;border:1px solid #a50100;border-radius: 2px;}
.pagination .pages_num .page_back {text-indent: -999em; background: url("/statics/web/img/page_1.jpg") no-repeat center;}
.pagination .pages_num .page_next {text-indent: -999em; background: url("/statics/web/img/page_2.jpg") no-repeat center;}

.pagination .pages_go {margin-left: 15px; display:inline-block;color: #2a59cc; font-size: 14px;font-family: 微软雅黑;color: #000}
.pagination .pages_go form { float:left;margin:0;}
.pagination .pages_go .input1 {margin: 0 10px; padding: 8px 6px; width: 30px;color: #000;font-family: 微软雅黑;border: 1px solid #ddd;border-radius: 4px;}
.pagination .pages_go .sure_btn { padding: 9px;margin-left: 5px;background: #2a59cc;border: 0;color: #fff;border-radius: 4px;}
/* 分页样式 end */

.module-title[data-v-69c1419f] {
    cursor: pointer;
    width: 100%
}

.module-title .title[data-v-69c1419f] {
    color: #4a86e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-title .title .china[data-v-69c1419f] {
    display: inline-block;
    width: 80%
}

.module-title .title .china[data-v-69c1419f],.module-title .title .english[data-v-69c1419f] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 56px;
    width: 100%;
}

.module-title .title .english .titleIcon[data-v-69c1419f] {
    font-size:  26px;;
    margin-right: 5px
}

.module-title .title .english .leftTitle[data-v-69c1419f] {
    font-size: 26px;;
    font-weight: 700;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-title .title .english .more[data-v-69c1419f] {
    color: #fff;
    float: right;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4a86e8;
    padding: 0 5px
}

.module-title[data-v-3611a26a] {
    cursor: pointer;
    width: 100%
}

.module-title .title[data-v-3611a26a] {
    color: #4a86e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    transition: all .5s ease
}

.module-title .title[data-v-3611a26a]:hover {
    color: #fff;
    background-color: #5dc8ff
}

.module-title .title .china[data-v-3611a26a] {
    font-size:  24px;
    font-weight: 700;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-title .title .english[data-v-3611a26a] {
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-title .title .english .leftTitle[data-v-3611a26a] {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.module-title .setBg[data-v-3611a26a] {
    background-color: #4a86e8;
    color: #fff
}

.module-title .moreBox[data-v-3611a26a] {
    text-align: right;
    position: relative
}

.module-title .moreBox .more[data-v-3611a26a] {
    display: inline-block;
    padding: 0 5px;
    font-size: 24px;
    color: #4a86e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
