a{
	text-decoration: none !important;
}
.x-section-header{
	height: 96px;
	background-color: #8D1516;
}

.x-div-logo-image{
	display: inline-block;
	line-height: 96px;
}

.x-div-logo-image img{
	width: 380px;
	max-width: 100%;
}

.x-div-menu-top{
	height: 40px;
}

.x-div-link-main{
	margin-top: 10px;
}

.x-div-link-list{
	display: inline-block;
}

.x-div-link-list span{
	color: #D39797;
	padding: 1px 3px;
}

.x-div-link-list a{
	padding: 1px 3px;
	display: inline-block;
	color: #D39797 !important;
}

.x-div-link-list a:hover{
	color: #FDE638 !important;
}

.x-div-link-search{
	display: inline-block;
	position: relative;
    margin-right: 25px;
}

.x-div-link-search input{
	background: transparent;
	color: #fff;
	border: 1px solid #D39797;
	border-radius: 20px;
	outline: none;
	padding:2px 10px;
}

.x-div-link-search a{
	position: absolute;
    width: 35px;
    text-align: center;
    right: 0;
    height: 26px;
    color: #D39797;
    line-height: 26px;
    text-decoration: none;
}

.x-div-link-search a:hover{
	color: #FDE638;
}

.x-div-banner-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/**
 * 学校动态
 */
.x-section-news{
	background: url(../images/section-news.jpg);
    background-size: 100% 100%;
}
.x-div-news-title h3{
	height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #8A0307;
}

.x-div-news-title i{
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
}

.x-div-news-title span{
	display: inline-block;
	vertical-align: middle;
}

.x-div-news-title .x-span-news-text{
	color: #333;
}

.x-div-news-thumb{
	overflow: hidden;
}

.x-div-news-single a{
	display: block;
	color: #333;
}

.x-div-news-single a:hover{
	background: #8A0307;
	color: #fff;
}

.x-div-news-single a img{
	width: 100%;
	height: 238px;
}

.x-div-news-single a:hover img,
.x-div-video-main:hover img
{
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -moz-transform: scale(1.2, 1.2);
    /* Firefox */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2, 1.2);
    /* Opera */
}

.x-div-news-single a img,
.x-div-video-main img
{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.x-div-news-text{
	padding: 5px 1px 5px 16px;
    border-left: 3px solid #8a0307;
    margin: 10px 0px;
    overflow: hidden;
    height: 78px;
}

.x-div-news-title{
	font-size: 16px;
    line-height: 28px;
}

.x-div-news-list-main{
	border-top: 4px solid #8a0307;
	background: #fff;
	padding: 8px;
	padding-bottom: 32px;
}

.x-div-news-list{
	margin-top: 20px;
}

.x-div-news-list-date{
	position: absolute;
	width: 78px;
	height: 78px;
}

.x-div-news-list-date span{
	display: block;
	text-align: center;
}

.x-div-news-list-title{
	margin-left: 78px;
    line-height: 32px;
    font-size: 16px;
    margin-top: 7px;
}


.x-div-news-list-main ul,
.x-div-news-right ul,
.x-div-ability-content ul,
.x-div-footer-nav ul,
.x-div-undergraduate-nav ul,
.x-div-master-main ul,
.x-div-document-row ul
{
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.x-div-news-list-main ul li{
	list-style: none;
	border-bottom: 1px solid #eee;
	margin: 6px 0px;
}

.x-div-news-list-main ul li:last-child{
	border-bottom: none;
}

.x-div-news-list-main ul li a{
	display: block;
	height: 74px;
	overflow: hidden;
	color: #333;
}

.x-span-news-month{
	color: #333;
}

.x-div-news-list-main ul li a:hover{
	color: #FE0103;
}

.x-div-news-list-main ul li a:hover span{
	color: #FE0103;
}

.x-span-news-day{
	font-size:33px;
}

.x-div-news-list-more a{
    display: inline-block;
    border: 1px solid #8a0307;
    color: #8a0307;
    text-align: center;
    border-radius: 50px;
    padding: 0px 26px;
}

.x-div-news-list-more a:hover{
    border: 1px solid #8a0307;
    background: #8a0307;
    color: #fff;
}

.x-div-news-list-more{
    position: absolute;
    right: 22px;
    bottom: 9px;
}

.x-div-ability-list-more a{
    display: inline-block;
    border: 1px solid #8a0307;
    color: #8a0307;
    text-align: center;
    border-radius: 50px;
    padding: 0px 26px;
}

.x-div-ability-list-more a:hover{
    border: 1px solid #8a0307;
    background: #8a0307;
    color: #fff;
}

.x-div-ability-list-more{
    position: absolute;
    right: 22px;
    bottom: -32px;
}

.x-div-news-right ul li {
	list-style: none;
	margin-bottom: 26px;
	position: relative;
}

.x-div-news-right ul li a{
	display: block;
    width: 100%;
    height: 80px;
    color: #fff;
    position: relative;
    z-index: 99;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
}

.x-div-news-right ul li:hover .x-div-enter-shadow{
	display: block;
}

.x-a-news-professional{
	background: url(../images/news-button-1.png);
	background-size: 100% 100%;
}

.x-a-news-teacher{
	background: url(../images/news-button-2.png);
	background-size: 100% 100%;
}

.x-a-news-query{
	background: url(../images/news-button-3.png);
	background-size: 100% 100%;
}


/**
 * 招生信息 人才培养
 */
.x-div-ability-main{
	padding-top: 20px;
}
.x-section-ability{
	background: url(../images/section-students.jpg);
    background-size: 100% 100%;
}
.x-div-ability-title{
	color: #fff;
}

.x-div-ability-title i{
	font-size: 25px;
}

.x-div-ability-title h3{
	display: inline-block;
	margin-left: 5px;
}

.x-div-ability-title{
	font-size: 16px;
    line-height: 28px;
}

.x-div-ability-list{
	margin-top: 20px;
}

.x-div-ability-list-date{
	position: absolute;
	width: 78px;
	height: 78px;
}

.x-div-ability-list-date span{
	display: block;
	text-align: center;
}

.x-div-ability-list-title{
	margin-left: 78px;
	line-height: 30px;
	font-size: 16px;
    margin-top: 7px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.x-div-ability-dot{
	float: right;
	display: inline-block;
    margin-top: 20px;
}

.x-div-ability-dot i{
	font-size: 20px !important;
}

.x-div-ability-list-main{
	min-height: 500px;
	background: #fff;
	/*padding-top: 18px;*/
	margin-bottom: 40px;
}

.x-div-ability-list-main ul li{
	list-style: none;
	border-bottom: 1px solid #eee;
	margin:10px 0px;
}

.x-div-ability-list-main ul li a{
	display: block;
	height: 78px;
	overflow: hidden;
	color: #333;
}

.x-span-ability-month{
	color: #333;
}

.x-div-ability-list-main ul li a:hover{
	color: #FE0103;
}

.x-div-ability-list-desc{
	margin-left: 78px;
    color: #aaa;
    margin-top: 4px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.x-div-ability-list-main ul li a:hover span{
	color: #FE0103 !important;
}

.x-div-ability-list-main ul li a:hover .x-div-ability-list-desc{
	color: #FE0103 !important;
}

.x-span-ability-day{
	font-size:33px;
	color: #8D1516;
}

/**
 * 招生
 */
.x-section-recruit{
	background: url(../images/section-recruit.jpg);
    background-size: 100% 100%;
}

.x-div-recruit-main{
	padding-bottom: 20px;
}

.x-div-undergraduate{
	background: url(../images/recruit-1.png);
    background-size: 100% 100%;
    height: 140px;
    margin-right: 8px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.x-div-master{
	background: url(../images/recruit-2.png);
    background-size: 100% 100%;
    height: 140px;
    margin-left: 8px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.x-div-recruit-button .container,
.x-div-recruit-button .col-md-6,
.x-div-video-fast-enter .col-md-6

{
	padding-left: 0px;
	padding-right: 0px;
}

.x-div-recruit-button{
	margin-top: 50px;
}

.x-div-recruit-button a{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 5px 15px;
	min-width: 150px;
	margin-top: 50px;
	position: relative;
	z-index: 99;
}

/*.x-div-recruit-button a:hover{
	background: #8D1516;
	color: #fff;
	border: 1px solid #8D1516;
}*/

.x-div-enter-school{
	background: url(../images/video-1.png);
}

.x-div-enter-profession{
	background: url(../images/video-2.png);
}

.x-div-enter-video{
	background: url(../images/video-3.png);
}

.x-div-enter-photo{
	background: url(../images/video-4.png);
}

.x-div-enter-common{
	height: 180px;
    background-size:100% 100% !important;
}
.x-div-video-main{
	margin: 34px 10px 0px 0px;
	overflow: hidden;
	position: relative;
}
.x-div-video-main img{
	width: 100%;
	height: 392px;
}

.x-div-play-btn{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 392px;
    line-height: 392px;
    cursor: pointer;
    z-index: 999;
}

.x-div-play-list-btn{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 180px;
    line-height: 180px;
    cursor: pointer;
    z-index: 999;
}

.x-div-play-btn i{
	color: #fff;
    font-size: 50px;
}

.x-div-play-list-btn i{
	color: #fff;
    font-size: 50px;
}

.x-div-fast-enter{
    margin: 18px 0px 0px 6px;
}

.x-div-enter-common{
	text-align: center;
	font-size: 20px;
	position: relative;
}

.x-div-enter-common i{
	font-size: 50px;
}

.x-div-fast-enter a{
	color: #fff;
	display: block;
	margin: 16px;
	overflow: hidden;
}

.x-div-fast-enter a:hover .x-div-enter-shadow,
.x-div-undergraduate:hover .x-div-enter-shadow,
.x-div-master:hover .x-div-enter-shadow{
	display: block;
}

.x-div-enter-common span{
	display: block;
}

.x-div-enter-title{
	display: inline-block;
	margin-top: 35px;
	position: relative;
	z-index: 99;
}

.x-section-photo{
	background-color: #E1E2E6;
	padding-bottom: 50px;
}

.x-div-photo-main{
	overflow: hidden;
}

.x-div-photo-main .x-span-title {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    height: 60px;
    line-height: 75px;
    font-weight: bold;
    background: url(../images/imgtitle_bg.png);
    transition:height .8s;
    -webkit-transition:height .8s;
}

/**
 * 底部
 */

.x-div-footer-line{
    height: 11px;
    background: url(../images/footer-line.png);
    position: absolute;
    width: 100%;
    margin-top: -11px;
    background-size: 100%
}

.x-div-footer-center{
	height: 200px;
	background: #8C1515;
	background-size: 100% 100%;
	border-top: 1px solid #fff;
}

.x-div-footer-bottom{
	background: #760809;
    line-height: 30px;
    color: #D39797;
    font-size: 12px;
    text-align: center;
}

.x-div-footer-bottom a{
    background: #760809;
    line-height: 30px;
    color: #D39797;
    font-size: 12px;
    text-align: center;
}

.x-div-qrcode-single{
	margin-top: 30px;
}

.x-div-qrcode-title{
	color: #fff;
	margin-top: 5px;
}

.x-h3-footer-nav-title{
	color: #fff;
}

.x-div-footer-nav ul li{
	list-style: none;
}

.x-div-footer-nav ul li a{
    color: #DCD3B2;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-div-footer-nav ul li a:hover{
	color: #fff;
}

.x-div-enter-shadow{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(140 21 21 / 53%);
    z-index: 0;
    display: none;
}

.x-div-footer-img img{
	width: 100%;
	margin-top: 60px;
}

.x-div-index-video-title{
	position: absolute;
    z-index: 9;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: url(../images/videotitle_bg.png);
    font-size: 25px;
    line-height: 100px;
    height: 100px;
    background-size: 100% 100%;
}

@-webkit-keyframes down_move1 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@keyframes down_move2 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@-webkit-keyframes down_move2 {
  0% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 2px;
    opacity: 0;
  }
}

@keyframes down_move3 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@-webkit-keyframes down_move3 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}


.Tonext {
	width: 30px;
    height: 68px;
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -18px;
    z-index: 999999;
}

.down_png1 {
    opacity: 0;
    width: 30px;
    height: 17px;
    background-size: 30px 17px;
    animation-name: down_move1;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 0ms;
}

.down_png {
    position: absolute;
    z-index: 2147483647;
    width: 30px;
    height: 17px;
    background: url(../images/down_png.png) no-repeat;
    position: absolute;
    top: 0;
    cursor: pointer;
    background-size: 100% 100%;
}

.down_png2 {
    opacity: 0;
    width: 30px;
    height: 17px;
    background-size: 30px 17px;
    animation-name: down_move2;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 800ms;
}

.down_png3 {
    opacity: 0;
    width: 30px;
    height: 17px;
    background-size: 30px 17px;
    animation-name: down_move3;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 1600ms;
}