div#MainPromotionBanner{
	width:100%;
	height:260px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 260px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 100%;
	height: 260px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 100%;
	height: 260px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	bottom: 10px; 
	right: 10px;
	z-index: 10;
	height: 15px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;

	color:rgb(116,168,235);
	text-align: center;
	line-height:10px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	background-color:rgb(116,168,235);
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden; 
	margin:2px 5px 0;
	/*background: url(/ArtWeb/images/slide_trigger.gif) no-repeat center center;*/
}
#MainPromotionBanner .SlideTriggers li:nth-child(n+4)
{
    display:none;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:rgb(255,165,1); 
	border:0; 
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	width: 10px;
	margin:2px 5px 0; 
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	background-color:rgb(255,165,1);
}

/*-----*/

.footerbox{
	
    width:1200px;
	margin:20px auto 50px auto;
}

.footerbox .link2{
	
}

.footerbox .link2 h2
{
    height: 52px; line-height: 52px; font-size: 20px; font-weight: normal;
	color: #323232;
	margin-top: 6px;
}
.footerbox .link2 h2 span{
	color: #323232;
	font-size: 20px;
	font-weight: normal;
	border-bottom: #faa528 solid 2px;
	display: inline-block;
}
.footerbox .link2 ul{
	overflow: hidden;
	margin-top: 20px;
}
.footerbox .link2 ul li{
	float: left;
	margin-right: 32px;
	line-height: 32px;
}
.footerbox .link2 ul li a{
	font-size: 16px;
	color: #666;
}
#fl_t a{
	color:#FFF;
	}
.footerbox .link2 ul li:hover a{
	color: #faa528;
}

/*---------------------------------*/

footer a,
footer a:focus,
footer a:hover {
    color: #999;
}
footer p {
    margin-top: 5px;
    margin-bottom: 0;
}
footer p:first-child {
    margin-top: 0;
}
footer .top {
    background-color: #a31914;
    color: #fff;
    padding: 30px 0;
}
footer .top .row {
    height: 100px;
}
footer .top .row > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
footer .top .row > div.new-media {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
footer .info a,
footer .info a:focus,
footer .info a:hover {
    color: #fff;
}
footer .school-badge div {
    background: url(/ArtWeb/css/img/badge.png) no-repeat center;
    width: 100%;
    height: 100%;
}
footer .new-media div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s;
}
footer .new-media div:hover {
    background-color: #fff
}
footer .new-media .weibo {
    background-image: url(/ArtWeb/css/images/weibo.png);
    background-image: url(/ArtWeb/css/images/weibo.svg), none;
}
footer .new-media .weibo:hover {
    background-image: url(/ArtWeb/css/images/weibo_hl.png);
    background-image: url(/ArtWeb/css/images/weibo_hl.svg), none;
}
footer .new-media .wechat {
    background-image: url(/ArtWeb/css/images/wechat.png);
    background-image: url(/ArtWeb/css/images/wechat.svg), none;
}
footer .new-media .wechat:hover {
    background-image: url(/ArtWeb/css/images/wechat_hl.png);
    background-image: url(/ArtWeb/css/images/wechat_hl.svg), none;
}
#qrModal .qr {
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
}
#qrModal p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
#qrModal a {
    color: #337ab7;
}
#qrModal a:focus,
#qrModal a:hover {
    color: #23527c;
    text-decoration: underline;
}
footer .bottom {
    background-color: #60281e;
}
footer .bottom p {
    color: #999;
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}
footer .bottom a {
    display: inline-block;
}
footer .bottom a:first-child {
    margin: 0 10px;
}
.corner-btn {
    position: fixed;
    bottom: 0;
    right: 15px;
    will-change: transfrom;
}
.corner-btn .block {
    height: 55px;
    transition: height .3s ease;
}
.corner-btn .block-hidden {
    height: 0;
}
.go-top {
    background-color: rgba(0, 0, 0, .3);
    color: #c62f2f;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}