body {
    max-width: 1920px;
    min-width: 1280px;
    background-color: #fff;
    margin: 0 auto;
}

.main {
    background-image: url('../images/bg.jpg');
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 52px;
    background-repeat: no-repeat;
    padding-top: 30%;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.title {
    text-align: center;
}
.title img {
    display: inline-block;
}
/* 导航 */
.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    max-width: 1920px;
    min-width: 1280px;
    background-color: #fff;
    z-index: 99;
}
.header-bar .logo {
    display: block;
    width: 93px;
    float: left;
    margin-top: 12px;
}
.header-bar .nav-list {
    overflow: hidden;
    text-align: right;
}
.header-bar .nav-list .nav-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.nav-list .nav-item .nav-name {
    font-size: 18px;
    color: #333;   
    padding: 0 32px;
    line-height: 52px;
}
.nav-list .nav-item.selected .nav-name {
    color: #de8b3e;   
}
.nav-list .nav-item .nav-h {
    background-color: #555;
    width: 2px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 18px;
}
/* 最新动态 */
.cont1 {
}
.cont1-left {
    width: 480px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: -20px;
}
.cont1-left .video {
    width: 100%;
    height: 100%;
}
.cont1-left .video #av-player {
    width: 100%;
    height: 100%;
}
.cont1-right {
    overflow: hidden;
    position: relative;
}

.slide {
    float: left;
    width: 480px;
    height: 270px;
    position: relative;
}
.slideWrap {
    position: relative;
}
.slideCon {
    position: relative;
    color: #fff;
    display: none;
    opacity: 0;
    width: 498px;
    height: 281px;
}
.slideCon img {
    width: 100%;
    height: 100%;
}
.slideCon .slideText {
    width: 100%;
    height: 70px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.slideCon .slideNub {
    position: absolute;
    bottom: 25px;
    left: 20px;
    font-size: 30px;
}
.slideCon .slideTextCon {
    position: absolute;
    bottom: 25px;
    left: 40px;
    font-size: 18px;
    width: 460px;
    height: 30px;
    overflow: hidden;
}
.slideIcon {
    position: absolute;
    top: 12px;
    right: 10px;
}
.slideIcon li {
    float: left;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
    background: #fff;
}
.slideIcon .current {
    background: #eab662;
}

.news-part {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.news-part .dash_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.news-part a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
}

.news-part p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.news-detail {
    color: #e18030;
    display: inline;
}

.news-part2 .news-part2-title {
    font-size: 21px;
    color: #000;
    display: block;
    line-height: 2;
}
.news-part2 .news-part2-con {
    font-size: 14px;
    color: #333333;
    line-height: 2;
    text-indent: 2em;
}
/* 主题分享 */
.subject-list {
    margin-left: -20px;
}
.subject-list .subject-item {
    float: left;
    width: 50%;
    padding-left: 20px;
    height: 186px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
.subject-list .subject-item .subject-con {
    border: 1px solid #cccccc;
    border-radius: 0 30px 0 0;
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    box-shadow: 0px 1px 24px 0px rgba(216, 216, 216, 0.74);
    background-color: #fff;
}
.subject-item .subject-con .subject-pic {
    width: 157px;
    height: 208px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.subject-item .subject-con .subject-info {
    padding-left: 176px;
    display: table-cell;
    vertical-align: middle;
}
.subject-con .subject-info .subject-title {
    font-size: 20px;
    color: #555555;
    padding-right: 22px;
    text-decoration: underline;
}
.subject-con .subject-info .subject-title.no-line {
    text-decoration: none;
}
.subject-con .subject-info .subject-name {
    font-size: 16px;
    color: #555555;
    padding-top: 10px;
}

/* 圆桌对话 */
.dialogue-c {

}
.dialogue-option {
    background-image: url('../images/dialogue-bg.png');
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 58px;
}
.mb32 {
    margin-bottom: 32px;
}
.dialogue-list {
    margin-left: -24px;
}
.dialogue-list .dialogue-item {
    position: relative;
    margin-left: 22px;
    display: inline-block;
    font-size: 0;
}
.dialogue-list .dialogue-item .dialogue-img {
    display: block;
}
.dialogue-list .dialogue-item .dialogue-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.dialogue-item .dialogue-con .dialogue-name {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    padding: 0 6px;
}
.dialogue-item .dialogue-con .dialogue-info {
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 62px;
}
.dialogue-title {
    color: #333;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
.dialogue-des {
    color: #333;
    font-size: 16px;
    text-indent: 2em;
}
.dialogue-after {
    padding: 78px 18px 20px 6px;
    margin-top: -58px;
    background-color: #f6f6f6;
}
.dialogue-after .dialogue-after-img {
    float: left;
    width: 346px;
    height: 230px;
}
.dialogue-after .dialogue-after-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.dialogue-after .dialogue-after-con {
    overflow: hidden;
    padding-left: 20px;
}
.dialogue-after .dialogue-after-con .dialogue-after-title {
    font-size: 18px;
    color: #333333;
    position: relative;
    line-height: 2.5;
    display: block;
}
.dialogue-after .dialogue-after-con .dialogue-after-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 4px;
    background-color: #e18030;
}
.dialogue-after .dialogue-after-con .dialogue-after-des {
    font-size: 14px;
    color: #333333;
    line-height: 2;
    padding-top: 10px;
    text-indent: 2em;
}
/* 精彩瞬间 */
.tour-c .tour-swiper-wrap {
    position: relative;
    padding-top: 24px;
}

.tour-c .tour-swiper {
    position: relative;
    height: 494px;
    width: 936px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.tour-swiper .tour-box {
    width: 2224px;
    height: 494px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1112px;
    margin-top: -247px;
}
.tour-swiper .tour-item {
    position: relative;
}
.tour-swiper  .tour-item .tour-img {
    display: block;
    width: 100%;
}
.tour-swiper .tour-item .tour-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.tour-item .tour-intro .tour-name {
    font-size: 16px;
    color: #e7cf92;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
}
.tour-item .tour-intro .tour-des {
    font-size: 12px;
    color: #ccc;
    padding: 8px 24px;
}
.tour-dots {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    position: relative;
}

.dots .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #c6c6c6;
    margin: 0 6px;
    cursor: pointer;
}
.dots .swiper-active-switch {
    background: #eab662;
    /* width: 14px;
    height: 14px; */
}
.tour-swiper-wrap .prev {
    position: absolute;
    width: 22px;
    height: 55px;
    left: 0;
    top: 0;
    bottom: 30px;
    margin: auto;
    cursor: pointer;
}
.tour-swiper-wrap .prev img {
    display: block;
    width: 100%;
}
.tour-swiper-wrap .next {
    position: absolute;
    width: 22px;
    height: 55px;
    right: 0;
    top: 0;
    bottom: 30px;
    margin: auto;
    cursor: pointer;
}
.tour-swiper-wrap .next img {
    display: block;
    width: 100%;
}
/* 校企合作 */
.school-wrap .school-img {
    float: left;
    display: block;
    width: 160px;
}
.school-wrap .school-list {
    overflow: hidden;
    padding-left: 10px;
}
.school-wrap .school-list .school-item {
    width: 20%;
    font-size: 16px;
    color: #333;
    line-height: 2;
    float: left;
}
.school-images {
    margin-left: -8px;
    font-size: 0;
    margin-bottom: 40px;
    cursor: pointer;
}
.school-images img {
    display: inline-block;
    width: 193px;
    height: 129px;
    margin-left: 8px;
}
.school-wrap .school-list .school-item2 {
    width: 25%;
    font-size: 16px;
    color: #333;
    line-height: 2;
    float: left;
}

.forum-box {
    width: 910px;
    height: 160px;
    text-align: center;
}
.forum-box .forum-uitem {
    width: 200px;
    font-size: 0;
}
.forum-box .forum-uitem .forum-avatar {
    position: relative;
    cursor: pointer;
}
.forum-box .forum-uitem .forum-avatar img {
    display: block;
    width: 177px;
    height: 118px;
    margin: auto;
}
.forum-box .forum-uitem .forum-avatar .forum-uname {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.forum-swiper-wrap {
    position: relative;
    height: 160px;
}
.forum-swiper-wrap .forum-prev {
    position: absolute;
    width: 22px;
    height: 55px;
    left: 0;
    top: 0;
    bottom: 40px;
    margin: auto;
    cursor: pointer;
}
.forum-swiper-wrap .forum-next {
    position: absolute;
    width: 22px;
    height: 55px;
    right: 0;
    top: 0;
    bottom: 40px;
    margin: auto;
    cursor: pointer;
}
.forum-swiper-wrap .forum-dots {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 30px;
}
/* 合作媒体 */
.co-media img {
    display: block;
    width: 100%;
    margin-top: 40px;
}
/* 底部图片 */
.bottom img {
    display: block;
    width: 100%;
}
/* 弹窗 */
.pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}
.pop-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.pop-con {
    width: 1000px;
    height: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -325px;
}
.pop-con .pop-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.swiper-container2 {
    width: 881px;
    margin: auto;
    height: 587px;
    margin-top: 20px;
}
.pop-slide-inner {
    position: relative;
}
.pop-slide-inner .pop-slide-img {
    display: block;
    width: 100%;
    width: 881px;
    height: 587px;
}
.pop-slide-inner .pop-slide-des {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    padding: 10px;
    color: #fff;
}
.pop-prev {
    position: absolute;
    width: 34px;
    height: 68px;
    top: 50%;
    left: 0;
    margin-top: -45px;
    cursor: pointer;
}
.pop-next {
    position: absolute;
    width: 34px;
    height: 68px;
    top: 50%;
    right: 0;
    margin-top: -45px;
    cursor: pointer;
}
.pop-dot {
    text-align: center;
}