﻿* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}


/* banner */

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

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

.banner .swiper-slide {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .ban_pages {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1400px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    text-align: center;
    z-index: 100;
}

.banner .ban_pages li {
    display: inline-block;
    /* width: 200px; */
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(51, 51, 51, .5);
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
}

.banner .ban_pages li.active {
    background-color: #0e8c46;
}


/* 左右箭头离屏距离 10% */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 2% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0% !important;
}

.gonggao {
    height: 45px;
    line-height: 45px;
    background: #077ed8;
    color: #fff;
}

.x-ld {
    display: block;
    animation: lingdang 1s infinite;
    -webkit-animation: lingdang 1s infinite;
    height: 40px;
    width: 40px;
    background: url(../images/ld.png) no-repeat 0 center;
    background-size: 45px;
}

.fl {
    float: left;
}

@keyframes lingdang {
    0% {
        transform: rotate(15deg);
        transform-origin: 20px top
    }
    50% {
        transform: rotate(-15deg);
        transform-origin: 20px top
    }
    100% {
        transform: rotate(15deg);
        transform-origin: 20px top
    }
}

@-webkit-keyframes lingdang {
    0% {
        transform: rotate(15deg);
        transform-origin: 20px top
    }
    50% {
        transform: rotate(-15deg);
        transform-origin: 20px top
    }
    100% {
        transform: rotate(15deg);
        transform-origin: 20px top
    }
}


/*热点通道*/

.rdtd ul {
    padding-top: 60px;
}

.rdtd ul li {
    width: 287px;
    height: 138px;
    float: left;
    margin-left: 15px;
    position: relative;
}

.rdtd ul li:nth-of-type(1) {
    background: linear-gradient(to right, #41b15d, #61e282);
    margin-left: 0;
}

.rdtd ul li:nth-of-type(2) {
    background: linear-gradient(to right, #8450f2, #c35ed6);
}

.rdtd ul li:nth-of-type(3) {
    background: linear-gradient(to right, #ff8f12, #fbb472);
}

.rdtd ul li:nth-of-type(4) {
    background: linear-gradient(to right, #3e67fd, #51cbd0);
}

.rd_nr {
    padding: 20px;
}

.rd_nr h3 {
    font-size: 22px;
    color: #fff;
}

.rd_nr p {
    font-size: 16px;
    margin: 5px 0;
    color: #fff;
    text-align: left;
}

.rd_nr img {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.go {
    width: 50px;
    height: 20px;
    border-radius: 5px;
    background: #fff;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.rdtd ul li:nth-of-type(1) .go {
    color: #40ae54;
}

.rdtd ul li:nth-of-type(2) .go {
    color: #804ff0;
}

.rdtd ul li:nth-of-type(3) .go {
    color: #ff911a;
}

.rdtd ul li:nth-of-type(4) .go {
    color: #3d67fd;
}


/* .rdtd ul li a img {
    position: absolute;
    right: 15px;
    bottom: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
} */


/* .rdtd ul li a:hover img {
    transform: translate(0, -10px);
} */


/*新加标题粒子效果*/

.mk1 h2 {
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    color: #000;
}

.mk1 p {
    font-size: 20px;
    text-align: center;
    color: #595959;
}

.particletext {
    position: relative;
}

.particletext.bubbles>.particle {
    opacity: 0;
    position: absolute;
    background-color: rgba(33, 150, 243, 0.5);
    -webkit-animation: bubbles 3s ease-in infinite;
    animation: bubbles 3s ease-in infinite;
    border-radius: 100%;
}

@-webkit-keyframes bubbles {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -1000%);
        transform: translate(0, -1000%);
    }
}

@keyframes bubbles {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -1000%);
        transform: translate(0, -1000%);
    }
}

.mk1 .mk1_nr {
    width: 1200px;
    height: 425px;
    /* background: linear-gradient(to right, #53c8cf, #3c68fc); */
    margin: 35px auto;
    position: relative;
    /* clip-path: polygon( 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px); */
}

.jqr {
    position: absolute;
    left: 550px;
    top: -5px;
    z-index: 1;
}

.mk1_nr .mk1_l {
    width: 530px;
    height: 320px;
    float: left;
    padding: 50px 0 0 50px;
}

.mk1_nr .mk1_l h3 {
    font-size: 26px;
    color: #fff10d;
}

.bmjd {
    width: 530px;
    height: 270px;
    float: left;
    margin-top: 10px;
}


/* ç«çƒ­æŠ¥åcss */

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

.bmjd .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: 5px;
    z-index: 1;
}

.bmjd .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.bmjd .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.bmjd .hd ul li.on {
    background: #f00;
    color: #fff;
}

.bmjd .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bmjd .bd li {
    zoom: 1;
    vertical-align: middle;
}

.bmjd .bd img {
    width: 530px;
    height: 270px;
}


/* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç ï¼Œå¦‚æžœä¸éœ€è¦åˆ é™¤å³å¯ */

.bmjd .prev,
.bmjd .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bmjd .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bmjd .prev:hover,
.bmjd .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.bmjd .prevStop {
    display: none;
}

.bmjd .nextStop {
    display: none;
}

.mk1_r {
    width: 540px;
    height: 340px;
    float: right;
    position: relative;
    margin-top: 50px;
    margin-right: 50px;
}

.mk1_nr .mk1_r h3 {
    font-size: 26px;
    color: #fff10d;
    text-align: right;
}

.form {
    width: 510px;
    height: 250px;
    padding: 10px 15px;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #fff;
}

.form .bgtitle {
    width: 540px;
    top: 190px;
}

.form ul li {
    background-color: #fff;
    margin-top: 8px;
}

.bgtitle {
    background: #fff;
}

.bgtitle li span {
    background-color: #3e6cfb !important;
    margin-left: 5px;
}

.bgtitle li span:nth-of-type(1) {
    margin-left: 0;
}

.form ul li span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    background: none;
    padding: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.form ul li span:nth-of-type(1) {
    width: 130px;
}

.form ul li span:nth-of-type(2) {
    width: 117px;
}

.form ul li span:nth-of-type(3) {
    width: 117px;
}

.form ul li span:nth-of-type(4) {
    width: 115px;
}

.form ul li span a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #3d68fc;
    padding: 2px 10px;
    height: 20px;
    margin-top: 6px;
    line-height: 20px;
    border-radius: 15px;
}

.bgnr li span {
    font-size: 14px;
    font-weight: normal;
    color: #5c5a5a !important;
    background: #dedede !important;
    margin-left: 5px;
    margin-top: 5px !important;
    position: relative;
}

.bgnr li span:nth-of-type(1) {
    margin-left: 0;
}

.bgnr li span i {
    position: absolute;
    width: 19px;
    height: 12px;
    background: url(../images/hot.png) no-repeat;
    top: 3px;
}

.mk2 {
    background: #3561de;
    height: 567px;
    overflow: hidden;
}

.mk2 h2 {
    color: #fff;
}

.mk2 p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}

.mk2_l {
    width: 580px;
    height: 335px;
    float: left;
}

.mk2_l h3 {
    color: #fff10d;
    font-size: 26px;
}

.mk2_l .xian {
    width: 579px;
    height: 1px;
    background-color: #fff10d;
    float: right;
    margin-top: 15px;
}

.mk2_nr {
    padding-top: 30px;
}

.mk2_l p {
    font-size: 16px;
    text-indent: 36px;
    text-indent: 2em;
    text-align: justify;
    line-height: 34px;
    margin-top: 26px;
}

.mk2_l .zx a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #3e6afc;
    margin-left: 50px;
    margin-top: 35px;
    font-weight: 700;
}

.mk2_l .zx a:nth-of-type(2) {
    background: #fff10d;
    margin-left: 50px;
}

.mk2_r {
    width: 563px;
    height: 365px;
    float: right;
}

.mk2_r h3 {
    color: #fff10d;
    font-size: 26px;
    text-align: center;
}

.mk2_r ul {
    padding-top: 10px;
    height: 237px;
}

.mk2_r ul li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.mk2_r p {
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    line-height: 24px;
}

.mk2_r ul li {
    margin-top: 5px;
}

.mk2_r ul li:nth-of-type(1) {
    width: 274px;
    height: 72px;
    background: url(../images/mk2_2_03.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(1):hover {
    background: url(../images/mk2_03.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(2) {
    width: 274px;
    height: 72px;
    background: url(../images/mk2_2_05.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(2):hover {
    background: url(../images/mk2_05.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(3) {
    width: 274px;
    height: 72px;
    background: url(../images/mk2_2_09.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(3):hover {
    background: url(../images/mk2_09.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(4) {
    width: 274px;
    height: 72px;
    background: url(../images/mk2_2_10.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(4):hover {
    background: url(../images/mk2_10.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(5) {
    width: 274px;
    height: 72px;
    background: url(../images/mk2_2_13.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(5):hover {
    background: url(../images/mk2_13.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(6) {
    width: 274px;
    height: 72px;
    background: url(../images/mk2_2_14.jpg) no-repeat;
}

.mk2_r ul li:nth-of-type(6):hover {
    background: url(../images/mk2_15.jpg) no-repeat;
}

.mk3 h2 {
    font-size: 38px;
    text-align: center;
    margin-top: 50px;
    color: #3f3f3f;
}

.mk3 p {
    font-size: 20px;
    text-align: center;
    color: #595959;
}

.mk3_nr {
    width: 1200px;
}

.one {
    background: linear-gradient(to right, #407bf6, #02f7e7);
}

.two {
    background: linear-gradient(to right, #0abcee, #47cd71);
}

.three {
    background: linear-gradient(to right, #42b267, #63e31b);
}

.one,
.two,
.three {
    border-radius: 30px;
}

.h45 {
    margin-top: 45px;
}

.mk3_one_l {
    width: 166px;
    height: 254px;
    padding: 45px 0 0 45px;
    float: left;
}

.mk3_one_l h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff10d;
}

.mk3_one_l .xian {
    width: 80px;
    height: 4px;
    background: #fff10d;
    margin-top: 10px;
}

.mk3_one_l h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.mk3_one_l li {
    background: url(../images/l_g_03.png) no-repeat;
    padding-left: 18px;
    background-position: 0 3px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}


/*专业*/

.mk3_nr {
    margin-top: 20px !important;
}

.mk3_nr .swiper-slide img:nth-child(1) {
    display: block;
    width: 100%;
}

.mk3_nr .swiper-button-prev,
.mk3_nr .swiper-button-next {
    background-image: none;
}

#major1 {
    height: 250px;
    width: 960px;
    position: relative;
    float: left;
    margin-top: 30px;
}

#major1 .swiper-slide {
    background-color: #FFF;
    width: 280px!important;
    margin-top: 15px;
    overflow: hidden;
}

#major1 .swiper-slide li {
    line-height: 40px;
    display: block;
    overflow: hidden;
    width: 250px;
    margin: auto;
    position: relative;
}

#major1 .swiper-slide li:nth-of-type(1) {
    border-bottom: 1px solid #595959;
}

#major1 .swiper-slide li:nth-of-type(1) a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#major1 .swiper-slide li span {
    position: absolute;
    width: 19px;
    height: 12px;
    background: url(../images/hot.png) no-repeat;
    top: 3px;
}

#major1 .swiper-slide li i {
    font-style: normal;
    display: inline-block;
    width: 72px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    background-image: linear-gradient(to right, #3d67fd, #53d0ce);
    border-radius: 10px;
    color: #fff;
    float: right;
    margin-top: 10px;
}

#major1 .swiper-slide li i a {
    color: #fff;
}

#major1 .swiper-container {
    padding-left: 0px;
    width: 870px;
}

#major2 {
    height: 270px;
    width: 960px;
    position: relative;
    margin-top: 30px;
}

#major2 .swiper-slide {
    background-color: #FFF;
    width: 280px!important;
    margin-top: 15px;
    overflow: hidden;
}

#major2 .swiper-slide li {
    line-height: 40px;
    display: block;
    overflow: hidden;
    width: 250px;
    margin: auto;
    position: relative;
}

#major2 .swiper-slide li:nth-of-type(1) {
    border-bottom: 1px solid #595959;
}

#major2 .swiper-slide li:nth-of-type(1) a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#major2 .swiper-slide li i a {
    color: #fff;
}

#major2 .swiper-slide li span {
    position: absolute;
    width: 19px;
    height: 12px;
    background: url(../images/hot.png) no-repeat;
    top: 3px;
}

#major2 .swiper-slide li i {
    font-style: normal;
    display: inline-block;
    width: 72px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    background-image: linear-gradient(to right, #40ae54, #49c8a3);
    border-radius: 10px;
    color: #fff;
    float: right;
    margin-top: 10px;
}

#major2 .swiper-container {
    padding-left: 0px;
    width: 870px;
}

#major3 {
    height: 270px;
    width: 960px;
    position: relative;
    margin-top: 30px;
}

#major3 .swiper-slide {
    background-color: #FFF;
    width: 280px!important;
    margin-top: 15px;
    overflow: hidden;
}

#major3 .swiper-slide li {
    line-height: 40px;
    display: block;
    overflow: hidden;
    width: 250px;
    margin: auto;
    position: relative;
}

#major3 .swiper-slide li:nth-of-type(1) {
    border-bottom: 1px solid #595959;
}

#major3 .swiper-slide li:nth-of-type(1) a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#major3 .swiper-slide li i a {
    color: #fff;
}

#major3 .swiper-slide li span {
    position: absolute;
    width: 19px;
    height: 12px;
    background: url(../images/hot.png) no-repeat;
    top: 3px;
}

#major3 .swiper-slide li i {
    font-style: normal;
    display: inline-block;
    width: 72px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    background-image: linear-gradient(to right, #42b267, #63e31b);
    border-radius: 10px;
    color: #fff;
    float: right;
    margin-top: 10px;
}

#major3 .swiper-container {
    padding-left: 0px;
    width: 870px;
}

.gg {
    width: 1200px;
    margin: 20px auto;
}

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


/* 新闻动态 */

.graybg {
    height: 714px;
    background: #fafafa;
}

.xhnews-list-wrap {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.xhnews-list-wrap .xhnews-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 18px;
    background: #fff;
    padding-bottom: 54px;
    overflow: hidden
}

.xhnews-list-wrap .xhnews-item:last-child {
    margin-right: 0
}

.xhnews-item a {
    display: block
}

.xhnews-item .xhnews-tit {
    line-height: 52px;
    text-indent: 15px;
    background: #fff;
    border-bottom: 1px solid #f3f5f6;
    cursor: pointer
}

.xhnews-item .xhnews-tit h3 {
    position: relative;
    font-size: 16px;
    color: #333
}

.xhnews-tit h3 span {
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.xhnews-item .xhnews-tit h3 .xhnews-more {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #999
}

.xhnews-item .xhnews-tit h3 .xhnews-more::after,
.xhnews-item .xhnews-tit h3 .xhnews-more::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: inherit;
    content: ''
}

.xhnews-item .xhnews-tit h3 .xhnews-more::before {
    top: -4px
}

.xhnews-item .xhnews-tit h3 .xhnews-more::after {
    bottom: -4px
}

.xhnews-desc {
    width: 100%
}

.xhnews-desc .xhnews-d-item .xhnews-d-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.xhnews-desc .xhnews-d-item .xhnews-d-thumb::after {
    position: absolute;
    top: -44px;
    left: 0;
    display: none;
    width: 100%;
    height: 0;
    content: '';
    background: rgba(7, 10, 12, .28)
}

.xhnews-desc .xhnews-d-item .xhnews-d-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    z-index: 2;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.xhnews-desc .xhnews-d-item h4 {
    width: 100%;
    line-height: 41px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #f3f5f6;
    background: #fff;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.xhnews-list-wrap .xhnews-item:last-child h4 {
    line-height: 38px
}

.xhnews-desc .xhnews-d-item.active .xhnews-d-thumb {
    height: 144px
}

.xhnews-desc .xhnews-d-item.active h4 {
    color: #fff;
    background: #077ed8;
    border-top: 1px solid #077ed8;
}

.xhnews-desc .xhnews-d-item.active .tt {
    color: #40ae54!important;
    display: none!important
}

.xhnews-desc .xhnews-d-item:first-child h4 {
    border: 0
}

.xhnews-desc .xhnews-d-item.hot_wz h4 {
    position: relative
}

.xhnews-desc .xhnews-d-item.hot_wz .tt {
    font-style: normal;
    display: inline-block;
    font-size: 12px;
    width: 28px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    bottom: 11px;
    text-align: center;
    color: #fff;
    background: #40ae54;
    border-radius: 2px;
    -ms-transform: translate(3px, -5PX);
    transform: translate(3px, -5PX);
    -webkit-transform: translate(3px, -5PX);
    -moz-transform: translate(3px, -5PX)
}

.xhnews-ckgd {
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
    padding: 10px 0;
    border-top: 1px solid #f3f5f6
}

.xhnews-ckgd a {
    width: 180px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #077ed8;
    display: block;
    border-radius: 32px;
    color: #077ed8;
    margin: 0 auto
}

.mk4 {
    /* padding-top: 20px; */
}

.mk4 h2,
.mk5 h2 {
    font-size: 38px;
    text-align: center;
    margin-top: 50px;
    color: #3f3f3f;
}

.mk4 p,
.mk5 p {
    font-size: 20px;
    text-align: center;
    color: #595959;
    margin-top: 10px;
}


/*走进高新*/

.pp-xs-desc {
    background: #fff;
    padding: 0 12px 17px
}

.pp-xs-desc h3 {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.pp-xs-desc h3 span {
    color: red
}

.pp-xs-desc p {
    font-size: 18px;
    line-height: 14px;
    text-align: center;
}

.pp-xs-desc p span {
    color: red;
    font-weight: bold;
}

.pp_xs_container {
    padding: 26px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.pp_xs_container .pp_xs1 {
    width: 582px
}

.pp_xs_container .pp_xs_r {
    margin-left: 16px
}

.pp_xs_container .pp_xs_r .xdfjc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 602px
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item {
    width: 292px;
    margin-right: 18px;
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item:nth-child(2n) {
    margin-right: 0
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item:nth-last-child(1),
.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item:nth-last-child(2) {
    margin-bottom: 0
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item .xdfjc-thumb img {
    display: block;
    width: 100%;
    height: 159px;
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc {
    position: relative
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc h4 {
    line-height: 48px;
    background: #fff;
    text-indent: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc .view-btn {
    position: absolute;
    bottom: 10px;
    right: 16px;
    width: 46px;
    height: 46px;
    background: #077ed8;
    border-radius: 50%
}

.pp_xs_container .pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc .view-btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px
}

.mk6 {
    width: 100%;
    height: 327px;
    background: #077ed8;
}

.zxa {
    width: 820px;
    margin: 20px auto;
}

.zxa a {
    display: inline-block;
    width: 330px;
    height: 56px;
    border-radius: 35px;
    font-size: 24px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    margin-top: 30px;
}

.zxa a:nth-of-type(1) {
    background-image: linear-gradient(to right, #077ed8, #2B428E);
    position: relative;
}

.zxa a:nth-of-type(1) i {
    font-style: normal;
    position: absolute;
    width: 23px;
    height: 28px;
    background: url(../images/sz_22_20.jpg);
    top: 20px;
    right: 50px;
}

.zxa a:nth-of-type(2) {
    border: 2px solid #077ed8;
    position: relative;
    color: #077ed8;
    margin-left: 150px;
}

.zxa a:nth-of-type(2) i {
    font-style: normal;
    position: absolute;
    width: 23px;
    height: 28px;
    background: url(../images/sz_22_22.jpg);
    top: 20px;
    right: 50px;
}

.mk6 {
    overflow: hidden;
}

.mk6 p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.mk6 h4 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.mk6 ul {
    width: 1200px;
    margin: auto;
    padding-top: 33px;
}

.mk6 ul li {
    width: 91px;
    height: 134px;
    float: left;
    margin-left: 55px;
}


/*专业*/

.zy {
    margin-top: 60px;
}

.zy h3 {
    text-align: center;
    font-size: 38px;
    color: #333;
}

.zy p {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.slideTxtBox {
    text-align: left;
}

.slideTxtBox .hd {
    height: 42px;
    line-height: 30px;
    padding: 0 10px 0 20px;
    position: relative;
    margin-top: 38px;
}

.slideTxtBox .hd ul {
    width: 530px;
    float: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
}

.slideTxtBox .hd ul li {
    width: 160px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #077ed8;
    margin-left: 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}

.slideTxtBox .hd ul li.on {
    height: 40px;
    background: #ffa904;
}

.slideTxtBox .bd {
    position: relative;
    width: 1200px;
}

.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li:nth-of-type(1) {
    width: 292px;
    float: left;
    height: 429px;
}

.slideTxtBox .bd li:nth-of-type(2),
.slideTxtBox .bd li:nth-of-type(3),
.slideTxtBox .bd li:nth-of-type(4),
.slideTxtBox .bd li:nth-of-type(5) {
    width: 292px;
    float: left;
    height: 210px;
    margin-left: 8px;
}

.slideTxtBox .bd li:nth-of-type(4),
.slideTxtBox .bd li:nth-of-type(5) {
    margin-top: 8px;
}

.slideTxtBox .bd li:nth-of-type(6) {
    position: absolute;
    right: -10px;
    width: 292px;
    height: 429px;
}


/* 扫盲问题 */

.line_04 {
    height: 363px;
    background: url(../images/bg_04.jpg) no-repeat top center;
    margin-top: 40px;
}

.line_04 .main {
    height: 363px;
    background: url(../images/bg_04.jpg) no-repeat top center;
}

.mxwt_box {
    display: flex;
    justify-content: start;
    padding-top: 18px;
}

.mxwt_box .left_mxwt {
    width: 231px;
    height: 330px;
    background: url(../images/mxwt_left.png) no-repeat top center;
    margin-right: 50px;
}

.mxwt_box .left_mxwt .text_1 {
    font-size: 20px;
    color: #393939;
    padding: 32px 0 0 32px;
    font-weight: bold;
}

.mxwt_box .left_mxwt .text_2 {
    font-size: 36px;
    color: #393939;
    padding: 5px 0 0 32px;
    font-weight: bold;
}

.mxwt_box .left_mxwt .text_3 {
    font-size: 14px;
    color: #393939;
    padding: 3px 0 0 32px;
    font-weight: bold;
    opacity: 0.5;
}

.mxwt_box .left_mxwt .text_4 {
    font-size: 16px;
    color: #393939;
    padding: 32px 0 0 32px;
    line-height: 1.7;
}

.mxwt_box .right_mxwt {
    width: 924px;
    height: 340px;
    display: flex;
    justify-content: space-between;
}

.mxwt_box .right_mxwt .mxwt_ul {
    padding-top: 55px;
    overflow: hidden;
}

.mxwt_box .right_mxwt .mxwt_ul li {
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
}

.mxwt_box .right_mxwt .mxwt_ul li a {
    color: #fff;
    transition: .2s;
}

.mxwt_box .right_mxwt .mxwt_ul li a:hover {
    color: #ffdeaf;
    transition: .2s;
}

.mxwt_box .right_mxwt .mxwt_ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.cont_btn_newadd {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.btn_all.btn_newadd {
    width: 164px;
    height: 47px;
}

.btn_all {
    width: 272px;
    height: 62px;
    background-image: linear-gradient(to right, #077ed8, #2B428E);
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
    border-radius: 31px;
    font-size: 17px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
}

.btn_all:hover,
.btn_tk:hover {
    background-position: 100% 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* 学生作品 */

.xszp {}

.w12 {
    width: 1200px;
    margin: auto;
}

h2.tit {
    display: block;
    width: 1200px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    margin: auto;
    font-weight: 700;
    padding: 60px 0 0 0;
}

h4.tit {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.zpsx {
    padding-top: 40px;
    padding-bottom: 10px
}

.zpsx .con {
    width: 1200px;
    height: 626px;
    margin: 0 auto;
    position: relative
}

.zpsx .box1 {
    width: 635px;
    height: 330px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden
}

.zpsx .right {
    width: 704px;
    height: 594px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2
}

.zpsx .right .cir {
    position: absolute;
    left: 344px;
    top: 254px
}

.zpsx .right .clearfix {
    width: 100%
}

.zpsx .right .box2 {
    width: 336px;
    height: 244px;
    border-radius: 10px;
    margin-bottom: 32px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);
    overflow: hidden
}

#btn {
    height: 180px;
    border-left: 2px dashed #bfbfbf;
    position: absolute;
    left: 78px;
    bottom: 36px;
    z-index: 999
}

#btn li {
    margin-bottom: 4px;
    height: 30px;
    cursor: pointer
}

#btn li span {
    width: 5px;
    height: 5px;
    background: silver;
    transform: rotate(45deg);
    margin: 14px 30px 0 -4px
}

#btn li p {
    font-size: 18px;
    color: #767676;
    margin-top: 4px
}

#btn li.act span {
    background: #ffa619
}

#btn li.act p {
    color: #ffa619
}

.arrow {
    width: 32px;
    position: absolute;
    bottom: 34px;
    left: 306px;
    z-index: 999
}

.arrow p {
    width: 30px;
    height: 66px;
    border: 1px solid #118e47;
    padding-top: 16px;
    margin-bottom: 16px;
    cursor: pointer
}

.arrow p b {
    display: block;
    width: 16px;
    height: 32px;
    margin: 0 auto
}

.arrow p b.top {
    background: url(../images/arrow4.png) no-repeat
}

.arrow p b.bot {
    background: url(../images/arrow2.png) no-repeat
}

.arrow p:hover {
    background: #118e47
}

.arrow p:hover .top {
    background: url(../images/arrow3.png) no-repeat;
    transition: .3s
}

.arrow p:hover .bot {
    background: url(../images/arrow5.png) no-repeat;
    transition: .3s
}

.zpsx .btn {
    border: 1px solid #118e47;
    background: 0 0;
    position: relative;
    z-index: 999
}

.zpsx .btn:hover {
    background: #118e47;
    color: #fff
}

.mk7 {
    padding-top: 50px;
}

.mk7 h3 {
    text-align: center;
    font-size: 38px;
    color: #333;
}

.mk7 p {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.mk7 ul {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.mk7 li {
    float: left;
    border: 1px solid #999;
    padding: 3px;
    margin-left: 10px;
    margin-top: 10px;
}

.mk7 li:nth-of-type(6n+1) {
    margin-left: 0;
}


/*校企合作*/


/* 本例子css */

.picMarquee-left {
    width: 1194px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 3px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: none !important;
    padding: 0 !important;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 278px;
    height: 163px;
    display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 40px;
    font-size: 18px;
    background-color: #077ed8;
    height: 40px;
}

.picMarquee-left .bd ul li .title a {
    color: #fff !important;
}


/* .tempWrap {
    width: 1200px !important;
} */


/* 改版 */

.retds {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 60px !important;
}

.retds_box a {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px #e2e2e2;
    height: 165px;
}

.retds_box a::before {
    content: 'HOT';
    display: block;
    position: absolute;
    right: -25px;
    top: -6px;
    background-color: #f6a200;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 44px;
    width: 72px;
    text-align: center;
    transform: rotateZ(45deg);
}

.retds_L {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-left: 12px;
}

.retds_L h3 {
    border-bottom: 1px solid #333;
    display: inline;
    width: 140px;
    font-size: 23px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #077ed8;
}

.retds_L span {
    font-size: 17px;
    color: #000;
}

.retds_L em {
    font-style: normal;
    border: 1px solid #077ed8;
    display: inline-block;
    font-size: 14px;
    color: #077ed8;
    border-radius: 15px;
    text-align: center;
    width: 80px;
    margin-top: 20px;
    padding: 3px 0;
}

.retds_R {
    position: relative;
}

.retds_R img {
    position: absolute;
    height: 155px;
    width: 106px;
    right: 10px;
    bottom: 0;
}


/* 火热报名修改 */

.mk1_nr_L {
    width: 756px;
    border: 1px solid #e5e5e5;
    float: left;
}

.sign_bm {
    /* height: 354px; */
    width: 100%;
    border-radius: 10px;
}

.sign_bm_title {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 51px;
    background: #077ed8;
}

.sign_bm_title span {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 51px;
}

.sign_bm_xx .tempWrap {
    width: 100% !important;
}

.sign_bm_xx ul li a {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sign_bm_xx ul li {
    border-bottom: 1px dashed #999;
}

.sign_bm_xx ul li:nth-of-type(odd) {
    background: rgba(197, 249, 207, 0.1);
}

.sign_bm_xx ul li a {
    color: #000;
}


/* .sign_bm_xx ul li a:hover {
    background-color: rgba(64, 174, 84, 0.5);
} */

.sign_bm_xx ul li a span {
    text-align: left;
    font-size: 16px;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    position: relative;
    padding-left: 40px;
}


/* .sign_bm_xx ul li a:hover font {
    color: #fff;
}
 */

.sign_bm_xx ul li a span:first-of-type {
    /* display: flex; */
    align-items: center;
}

.sign_bm_xx ul li a span:first-of-type img {
    padding-left: 5px;
    display: block;
    position: absolute;
    right: 17px;
}

.clone_ysg {
    top: 7px;
    left: 119px;
}

.clone_kq {
    top: 7px;
    left: 136px;
}

.clone_ggsj {
    top: 7px;
    left: 152px;
}

.clone_zhsj {
    top: 7px;
    left: 152px;
}

.clone_yejy {
    top: 7px;
    left: 104px;
}

.clone_jqr {
    top: 7px;
    left: 116px;
}

.clone_gdjt {
    top: 7px;
    left: 169px;
}

.sign_bm_xx ul li a span:nth-of-type(2) {
    padding-left: 70px;
}

.sign_bm_xx ul li a span:nth-of-type(3) {
    padding-left: 0px;
    text-align: center;
}

.sign_bm_xx ul li a span:nth-of-type(4) {
    padding-left: 53px;
}

.sign_bm_xx ul li a span:last-of-type p {
    background: #077ed8;
    display: initial;
    color: #fff;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 14px;
}


/* .sign_bm_xx ul li a:hover {
    color: #fff;
} */

.sign_bm_xx ul li a:hover span:last-of-type p {
    background: #F3B812;
}


/* 现场图 */

.mk1_nr_R {
    float: right;
    width: 412px;
    margin-left: 10px;
}

.mk1_nr_R a {
    display: block;
}

.sign_xc_img {
    width: 100%;
    /* height: 280px; */
    overflow: hidden;
    position: relative;
}

.sign_xc_img .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sign_xc_img .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.sign_xc_img .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 255px;
}

.sign_xc_img .hd ul li.on {
    background: #40ae54;
    color: #fff;
}

.sign_xc_img .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.sign_xc_img .bd li {
    zoom: 1;
    vertical-align: middle;
}

.sign_xc_img .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.sign_xc_txt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mk1_nr_R span {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-align: center;
    transition: all 0.6s;
}

.sign_xc_txt span:hover {
    background-color: #40ae54;
    color: #fff;
    transition: all 0.6s;
}