

/* banner轮播 */

.banner {
    height: 649px;
}

.banner_swiper {
    width: 100%;
    height: 100%;
}

.banner_next,
.banner_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .3);
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.banner_next {
    left: 2%;
}

.banner_prev {
    right: 2%;
}

.banner_slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.banner_pagination span.swiper-pagination-bullet-active {
    background-color: #db1000;
}

.banner_pagination span.swiper-pagination-bullet {
    width: 49px;
    height: 5px;
    border-radius: 2px;
}


/* 学校简介 */

.intro {
    background: url(../image/indexjjbg.png) no-repeat bottom center;
    background-size: cover;
    padding: 74px 0 104px;
}


/* .intro_box {
    background: url(../images/imgs/xxjj02.png) no-repeat top center;
} */

.intro_box_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wzdw_box {
    position: relative;
    width: 100%;
    height: 75px;
}

.wzdw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: bold;
    color: #eee;
}

.wzdw_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wzdw_txt a {
    font-size: 42px;
    font-weight: 700;
    color: #122665;
    margin: 0;
}
.intro_xbt {
    position: relative;
    margin-top: 10px;
    width: 187px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #111;
}

.intro_xbt::after,
.intro_xbt::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #ddd;
    top: 50%;
}

.intro_xbt::after {
    right: 0;
    transform: translateX(100%);
}

.intro_xbt::before {
    left: 0;
    transform: translateX(-100%);
}

.intro_box_ct {
    margin-top: 34px;
}

.intro_ct_t {
    display: flex;
}

.intro_ct_img {
    width: 63%;
}

.intro_ct_img img {
    width: 100%;
}

.intro_ct_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    background-color: #fff;
}

.intro_ct_txt h6 {
    font-size: 26px;
    font-weight: 400;
    color: #111;
}

.intro_ct_txt span {
    margin-top: 25px;
    width: 44px;
    height: 1px;
    background-color: #ce0000;
}

.intro_ct_txt p {
    margin-top: 34px;
	line-height: 28px;
}

.intro_ct_b {
    display: flex;
}

.intro_ct_link {
    width: 63%;
    display: flex;
    background-color: #fff;
}

.intro_ct_link a {
    flex: 1;
    border-right: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.intro_ct_link a:last-child {
    border-right: 0;
}

.intro_ct_link a div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    border-radius: 100%;
    background-color: #1b5ca5;
}

.intro_ct_link a:nth-child(2) div {
    background-color: #4e8334;
}

.intro_ct_link a:nth-child(3) div {
    background-color: #ff9600;
}

.intro_ct_link a div i {
    font-size: 30px;
    color: #fff;
}

.intro_ct_link a p {
    font-size: 16px;
    color: #111;
    margin-top: 10px;
}

.intro_ct_url {
    flex: 1;
}

.intro_ct_url {
    background-color: #1b5ca5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_ct_url a {
    width: 226px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 25px;
}

.intro_ct_url a p {
    font-size: 18px;
    color: #111;
    margin-right: 12px;
}

.intro_ct_url a i {
    font-size: 30px;
    color: #ce0000;
}


/* 专业介绍 */

.introduce {
    margin-top: 77px;
}


/* .introduce {
    background: url(../images/imgs/jswz01.png) no-repeat top center;
} */

.introduce_lunbo {
    position: relative;
    margin-top: 28px;
}

.introduce_container {
    position: relative;
}

.introduce_per,
.introduce_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 100%;
    background-color: #efefef;
    z-index: 99;
    cursor: pointer;
}

.introduce_per i,
.introduce_next i {
    font-size: 35px;
}

.introduce_per {
    left: -84px;
}

.introduce_next {
    right: -74px;
}

.introduce_item {
    margin-right: 8px;
}

.owl-introduce .owl-controls {
    display: none!important;
}

.introduce_item a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.introduce_item a .introduce_item_img img{ max-width:100%}

.introduce_item_txt {
    position: relative;
    padding: 45px 24px;
    border: 1px solid #ececec;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    transition: all .4s;
}

.introduce_item_txt p {
    margin-top: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all .4s;
}

.introduce_item_txt h5 {
    transition: all .4s;
}

.introduce_item_dw {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 100%;
    background-color: #ce0000;
    display: none;
    transition: all .4s;
}

.introduce_item_dw i {
    font-size: 30px;
    color: #fff;
}

.introduce_item>a:hover .introduce_item_txt {
    background-color: #1b5ca5;
}

.introduce_item>a:hover .introduce_item_txt h5,
.introduce_item>a:hover .introduce_item_txt p {
    color: #fff;
}

.introduce_item>a:hover .introduce_item_txt .introduce_item_dw {
    display: block;
}


/* 特色与优势 */

.advantage {
    min-width: 1730px;
    margin-top: 80px;
    /* background: url(../images/imgs/tsystxt.png) no-repeat top center; */
}

.intro_box_p {
    font-size: 18px;
	color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_box_p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #db1000;
    margin: 0 6px;
    border-radius: 100%;
}

.advantage_box {
    margin-top: 35px;
}

.advantage_box_t {
    display: flex;
    background-color: #eff6ff;
}

.advantage_box_t>div {
    flex: 1;
}
.advantage_box_t>div a{background: #fff; max-width: 750px;}
.advantage_txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.advantage_txt_box {
    /* max-width: 454px; */
    width: 70%;
    background-color: #fff;
    padding: 60px 75px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: translateX(75px);
    transition: all .4s;
}

.advantage_txt_fbt {
    margin-top: 8px;
    padding-left: 30px;
    background-color: #122665;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.advantage_txt_p {
    margin-top: 10px;
}

.advantage_txt_p div {
    position: relative;
    padding: 20px 0 20px 22px;
    border-bottom: 1px dashed #c1c1c1;
}

.advantage_txt_p div img {
    position: absolute;
    top: 20px;
    left: 0;
}

.advantage_txt_p p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.advantage_txt_p p i {
    position: absolute;
    top: 20px;
    left: 0;
    color: #ce0000;
    font-size: 18px;
}

.advantage_img img {
    width: 100%;
}

.advantage_box_b {
    display: flex;
    background-color: #fff9f4;
}

.advantage_box_b>div {
    flex: 1;
}

.advantage_txt_b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.advantage_txt_box2 {
    transform: translateX(-75px);
}


/* 校园分光 */

.scenery {
    margin-top: 110px;
}

.scenery_box {
    display: flex;
}

.scenery_box>div {
    flex: 1;
}

.scenery_box_bigimg a {
    width: 100%;
    overflow: hidden;
}

.scenery_box_smimg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.scenery_box_smimg>div {
    width: 100%;
    flex: 1;
    display: flex;
}

.scenery_box_smimg>div>a {
    width: 50%;
}

.scenery_box_smimg>div .a_img {
    overflow: hidden;
}

.scenery_box_smimg>div>a img {
    transition: all .4s;
}

.scenery_box_smimg>div>a:hover img {
    transform: scale(1.1);
}

.scenery_smimg_t .scenery_smimg_txt {
    background-color: #1b5ca5;
    padding: 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.scenery_smimg_t .scenery_smimg_txt::before {
    content: '';
    position: absolute;
    right: -18px;
    border-left: 18px solid #1b5ca5;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    z-index: 3;
}

.scenery_smimg_txt h4 {
    color: #fff;
}

.scenery_smimg_txt span {
    margin-top: 18px;
    width: 42px;
    height: 3px;
    background-color: #db1000;
}

.scenery_smimg_txt div {
    width: 100%;
    font-size: 14px;
    color: #ecf8fe;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.scenery_smimg_txt p {
    margin-top: 12px;
    font-size: 10px;
    color: #f1fafe;
    line-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.scenery_smimg_t a img {
    width: 100%;
    height: 100%;
}

.scenery_smimg_b {
    display: flex;
}

.scenery_smimg_b>a {
    width: 50%;
    overflow: hidden;
}

.scenery_smimg_b>a img {
    width: 100%;
    height: 100%;
}

.scenery_box_bigimg a img {
    width: 100%;
}

.scenery_box_bigimg {
    position: relative;
    overflow: hidden;
}

.scenery_bigimg_dw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    transition: all .4s;
}

.scenery_box_bigimg a img {
    transition: all .4s;
}

.scenery_box_bigimg:hover a img {
    transform: scale(1.1);
}


/* 校企合作 */

.partner {
    margin-top: 110px;
    background-color: #1b5ca5;
}

.partner_fu {
    padding: 45px 0 90px;
    position: relative;
}

.partner_box_txt {
    /* background: url(../images/imgs/xqhztxt.png) no-repeat top left; */
    display: flex;
    justify-content: space-between;
}

.partner_box_txt .wzdw {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #184e93;
}

.partner_box_txt .wzdw_txt {
    left: 0;
    top:47%;
    transform: translate(0, -50%);
}

.partner_box_txt h3 {
    color: #fff;
}

.partner_box_p {
    margin-top: 12px;
    color: #fff;
}

.partner_txt_more {
    display: flex;
    align-items: center;
}

.partner_txt_more a {
    width: 167px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #fff;
    color: #fff;
    transition: all .4s;
}

.partner_txt_more a i {
    margin-left: 12px;
    font-size: 25px;
    color: #fff;
    /* color: #ce0000; */
    transition: all .4s;
}

.partner_box_txt .partner_dw_box {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.partner_dw_box .partner_dw_ct {
    width: 100%;
    height: 118px;
    display: flex;
}

.partner_dw_box .partner_dw_ct>span {
    flex: 1;
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.partner_dw_box .partner_dw_ct>span:last-child {
    border-right: none;
}
*/


/* 新闻中心 */

.news {
    margin-top: 140px;
    /* background: url(../images/imgs/xwzxtxt.png) no-repeat top center; */
}

.news_ct {
    margin-top: 40px;
    display: flex;
}

.news_ct_l {
    width: 65%;
    padding-right: 74px;
}

.news_l_top {
    margin-top: 5px;
    border-bottom: 1px dashed #d3d3d3;
}

.news_ltop_title {
    display: flex;
    align-items: center;
}

.news_toutiao {
    position: relative;
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    color: #005ece;
    border: 1px solid #3c8dcf;
    border-radius: 5px;
}

.news_toutiao i {
    width: 20px;
    height: 23px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    font-size: 25px;
}

.news_ltop_title h5 {
    padding-left: 22px;
}

.news_ltop_ct {
    padding: 28px 0 30px;
}

.news_ltop_ct a {
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_ltop_ct a:hover{color: #1b5ca5;}
.news_ltop_ct a span {
    color: #1b5ca5;
}

.news_mid_item {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d3d3d3;
}

.news_item_txt {
    margin-left: 28px;
}

.news_item_txt h6 {
    font-weight: 500;
    color: #111;
}

.news_item_txt p {
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_l_b a {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_l_b a i {
    color: #727272;
    font-size: 12px;
    margin-right: 8px;
}

.news_l_b a p {
    width: 87%;
    font-size: 14px;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_l_b a p:hover{color: #1b5ca5;}
.news_l_b a p::before,
.news_r_more a p::before,
.news_r_img h6::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #727272;
    vertical-align: middle;
    transform: translateY(-1px);
}

.news_l_b a span {
    width: 13%;
    color: #727272;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_ct_r {
    background: url(../image/biankuang.png) no-repeat top left;
    background-size: 100% 100%;
    width: 35%;
    /* border: 1px solid #e5e5e5; */
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news_r_tilte {
    display: flex;
    align-items: center;
}

.news_r_tilte h6 {
    font-size: 26px;
    color: #005ece;
    margin-right: 8px;
	font-weight: 400;
}

.news_r_tilte span {
    font-size: 18px;
    color: #bbb;
}

.news_r_img {
    margin-top: 26px;
    border-bottom: 1px dashed #d3d3d3;
}
.news_r_img a h6:hover{color: #1b5ca5;}
.news_r_more a p:hover{color: #1b5ca5;}
.news_r_img h6 {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin-top: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_r_img h6 i {
    font-size: 12px;
}

.news_r_img p {
    margin-top: 14px;
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_r_more a {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_r_more a i {
    color: #727272;
    font-size: 12px;
    margin-right: 8px;
}

.news_r_more a p {
    width: 77%;
    font-size: 14px;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_r_more a span {
    width: 23;
    color: #727272;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_l_mid a:hover {background: #f1f1f1;}