
/*轮播器*/
.swiper-container {
    height: 606px;
}

.mian-pic {
    height: 606px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mian-pic img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-slide{
    display: block;
}
.swiper-container .swiper-slide .noticepic {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    top:233px ;
    display: none;
}
.swiper-container .swiper-slide .noticepic .lines{
    border-bottom: 5px solid #b8192f;
    width: 91px;
    margin-bottom: 5px;
}
.swiper-container .swiper-slide .noticepic .notic-text{
    position: relative;
    width: 467px;
}
.swiper-container .swiper-slide .noticepic .notic-text .mark{
    width: 467px;
    height: 118px;
    background: url("../images/rgab0.3.png");
    /*background: rgba(0,0,0,0.3);!*firefox、chrome*!*/
    /*background: #000\9;!*IE*!*/
    /*filter: alpha(opacity=30);!*IE*!*/
}
.swiper-container .swiper-slide .noticepic .notic-text .content{
    position: absolute;
    top:0;
    padding: 10px 20px;
    width: 467px;
}
.swiper-container .swiper-slide .title{
    width: 427px;
    font-size: 28px;
    color:#fff;
    margin-bottom: 15px;
}
.swiper-container .swiper-slide .text{
    color:#fff;
    max-height: 40px;
    width: 427px;
    overflow: hidden;
}
/*轮播分页器*/
.pagination {
    position: absolute;
    z-index: 20;
    top: 556px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border: none;
    cursor: pointer;
}

.swiper-active-switch {
    background: #b8192f;
}

/*图片新闻*/
.pic{
	width: 338px;
	height: 318px;
	position: relative;
}
.pic .changeBox_a1{
	float:left;
	width: 338px;
	height: 318px;
	position:relative;
}

.pic .changeDiv{
	width: 338px;
	height: 318px;
}


/* ul_change_a2 */
.ul_change_a2{
	position:absolute;
	right:10px; 
	bottom:69px;
	padding-left:19px;
	overflow:hidden;
 }
.ul_change_a2 li{
	display: -moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.ul_change_a2 span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: -moz-inline-stack;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0.8em;
	text-indent: 10px;
	margin-right:2px;
	background:#ffffff;
	cursor:hand;
	cursor:pointer;
}

.ul_change_a2 span.on{
	background:#cd181d;
}
.changeDiv{
	position:absolute;
	top:15px;
	left:2px;
	display:none;
}

.changeDiv h3{
	position:absolute;
	left:0px;
	bottom:0;
	width:338px;
	height:73px;
	line-height:20px;
	background:#ededed;
}

.changeDiv h3 a{
	display:block;
	padding:10px 10px;
	color:#444;
	font-size: 14px;
	text-align:center;
}

/*帮助栏*/

.help {
    width: 70px;
    position: absolute;
    top: 840px;
    right: 2%;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    color: #888888;
}
.help a {
    color: #888888;
}

.help div {
    padding: 10px 0;
    height: 50px;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    background: #fff;
}

.help .talk {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../images/talk.png") center no-repeat;
}

.help .weixinpic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../images/weixin.png") center no-repeat;
}

.help .weibopic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../images/weibo.png") center no-repeat;
}

.help .toppic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../images/top.png") center no-repeat;
}

.help .totop {
    padding-top: 15px;
    height: 35px;
    border-top: none;
    border-bottom: 1px solid #c2c2c2;
}

.help div:hover {
    background: #12356d;
    color: #fff;
    cursor: pointer;
}

.help div:hover .weixinpic {
    background: url("../images/weixin2.png") center no-repeat;
}

.help div:hover .talk {
    background: url("../images/talk2.png") center no-repeat;
}

.help div:hover .weibopic {
    background: url("../images/weibo2.png") center no-repeat;
}

.help div:hover .toppic {
    background: url("../images/top2.png") center no-repeat;
}

.help .scond-code {
    padding: 0;
    width: 180px;
    height: 178px;
    border: none;
    position: absolute;
    top: 142px;
    left: -198px;
    display: none;
    background: none;
}


/*主体*/
.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 55px;
    position: relative;
    top: -20px;
    z-index: 10;
    color: #333;
    background: #fff;
}
.mian-content .main-new .div-left a:hover,
.mian-content .main-new .div-right  a:hover,
.mian-content .notice ul li a:hover,
.mian-content .pic-new ul li a:hover,
.mian-content .dynamic .div-left a:hover,
.mian-content .dynamic .div-right a:hover,
.mian-content .learning ul li a:hover{
    font-weight: bold;
}
.videos:hover {
    cursor: pointer;
}

.mian-content a:hover {
    color: #12356d;
}

.mian-content p {
    font-size: 14px;
    color: #888;
}

.mian-content a {
    display: inline-block;
    font-size: 16px;
}

.mian-content .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.mian-content .modular {
    float: left;
    /*border: 1px solid #888;*/
}

.mian-content .main-new {
    width: 770px;
    margin-right: 30px;
}

.mian-content .main-new {
    width: 770px;
    margin-right: 30px;
}

.div-left {
    width: 338px;
    margin-right: 20px;
}

.div-right {
    width: 410px;
}
.mian-content .main-new .div-right .ul-out{
    width: 390px;
    height: 330px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding:0;
}
.mian-content .main-new .div-right .ul-out ul {
    position: relative;
    width: 407px;
    height: 330px;
    margin-top: 20px;
    
}
.mian-content .main-new .div-right .ul-out ul li {
    width: 389px;
	margin-bottom:20px;
}
.mian-content .main-new .div-right .ul-out ul li p{font-size:13px;line-height:14px;padding:0px 22px;}
.mian-content .main-new .div-right .to {
    padding:0 8px;
    position: relative;
    top:-5px;
    background: url("../images/to.png") left center no-repeat;
}
.mian-content .main-new .div-right .down {
    padding:0 8px;
    vertical-align: top;
    background: url("../images/down.png") left center no-repeat;
}

.mian-content .main-new .div-right ul li .content {
    font-size: 14px;
    color: #888;
    max-height: 75px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 8px;
    display: none;
}

.div-right ul li {
    line-height: 25px;
    display: inline-block;
}

.div-right ul li a {
    width: 370px;
    padding-left: 5px;
}

.div-right .time {
    float: right;
}

.div-left, .div-right {
    float: left;
}

.mian-content .notice {
    border-top: 1px solid #d6d6d6;
    width: 400px;
}

.mian-content .notice .notice-content {
    margin-top: 10px;
}

.mian-content .notice .notice-content ul li {
    line-height: 27px;
}

.mian-content .pic-new {
    width: 100%;
    margin: 10px 0 14px 0;
	overflow:hidden;
}

.mian-content .pic-new .prev {
    width: 23px;
    height: 23px;
    margin-right: 3px;
    background:#b8192f url("../images/prev.png") center no-repeat;
}

.mian-content .pic-new .next {
    width: 23px;
    height: 23px;
    background:#b8192f url("../images/next.png") center no-repeat;
}
.mian-content .pic-new .next:hover,.mian-content .pic-new .prev:hover{
    background-color: #11356d;
}
.mian-content .pic-new .pic-new-content {
    height: 186px;
    margin-top: 10px;
    overflow: hidden;
}

.mian-content .pic-new .pic-new-content ul li {
    text-align: center;
    margin-right: 38px;
    width:209px;
    padding-bottom: 10px;
    float: left;
}

.mian-content .pic-new .pic-new-content ul li:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    background: #12356d;
    color: #fff;
    cursor: pointer;
}

.mian-content .pic-new .pic-new-content ul li img {
    width: 209px;
    height: 141px;
    margin-bottom: 10px;
}

.mian-content .pic-new .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 209px;
    height: 141px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .pic-new .videos:hover .player {
    position: absolute;
    top: 0;
    width: 209px;
    height: 141px;
    background: url("../images/player.png") center center no-repeat;
    z-index: 3;
}

.mian-content .dynamic {
    width: 770px;
    margin-right: 30px;
    margin-bottom:15px;
    border-top: 2px solid #11356d;
}

.mian-content .dynamic .div-left {
    margin-top: 8px;
    margin-right: 15px;
    width: 338px;
}


.mian-content .dynamic .div-right {
    margin-top: 8px;
    width: 440px;
}

.mian-content .dynamic .div-right .head-time {
    float: left;
    width: 56px;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

.mian-content .dynamic .div-right .head-time p {
    height: auto;
}

.mian-content .dynamic .div-right .head-time span {
    font-size: 16px;
}

.mian-content .dynamic .div-right .content {
    float: left;
    width: 375px;
    text-align: left;
    margin-bottom: 10px;
}

.mian-content .dynamic .div-right .content span {
    font-size: 14px;
    color: #888;
    float: left;
    width: 365px;
    padding-left: 13px;
}

.mian-content .learning {
    border-top: 2px solid #b8192f;
    margin-bottom:15px;
    width: 383px;

}

.mian-content .learning .learning-content {
    margin-top: 7px;
}
.mian-content .learning .learning-content .to {
    padding:0 8px;
    position: relative;
    top:-5px;
    background: url("../images/to.png") left center no-repeat;
}
.mian-content .learning .learning-content ul li {
    line-height: 24px;
	margin-bottom:10px;
}
.mian-content .learning .learning-content ul li p{font-size:13px;line-height:18px;padding:0px 0px 0px 22px;}
.mian-content .special {
    width: 100%;
    /*height: 228px;*/
    margin: 15px 0 0 0;
}

.mian-content .special .left {
    float: left;
    width: 100px;
    height: 228px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-left: 2px solid #11356d;
    background: url("../images/special-pic.png") right bottom no-repeat;

}

.mian-content .special .right {
    float: left;
    width: 88%;
    height: 180px;
    border: 1px solid #dfdfdf;
    border-left: none;
    padding: 24px 18px 23px 21px;
}

.mian-content .special .right .divlist {
    float: left;
    margin-right: 15px;
}
.mian-content .special .right .div-right {
    float: left;
    margin:0;
    width:740px
}
.mian-content .special .right .div-right ul li {
    display:inline-block;
    margin-bottom: 3px;
    margin-right: 8px;
}
.mian-content .special .right div img {
    width: 237px;
    height: 82px;
}

.mian-content .special .right div img:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .special .right div .main {
    width: 298px;
    height: 179px;
}

.mian-content .special .right div .main:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .special .right div .main-videos {
    position: relative;
}

.mian-content .special .right div .main-videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 298px;
    height: 179px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .special .right div .main-videos:hover .player {
    position: absolute;
    top: 0;
    width: 298px;
    height: 179px;
    background: url("../images/player.png") center center no-repeat;
    z-index: 3;
}

.mian-content .special .right div .videos {
    position: relative;
}

.mian-content .special .right div .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 237px;
    height: 82px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.mian-content .special .right div .videos:hover .player {
    position: absolute;
    top: 0;
    width: 237px;
    height: 82px;
    background: url("../images/player.png") center center no-repeat;
    z-index: 3;
}

.title {
    font-size: 16px;
    position: relative;
    top: 7px;
    color: #333;
    font-weight: bold;
}

.mian-content .more {
    float: right;
    font-size: 14px;
    color: #888888;
    position: relative;
    top: 8px;
    right: 2px;
}

.mian-content .linedown-more {
    font-size: 14px;
    color: #888888;
    position: relative;
    top: 12px;
}

.link-system {
    border-top: 4px solid #b8192f;

    padding-bottom: 16px;
    background: #ffffff;
}

.link-system ul {
    padding-left: 40px;
}

.link-system ul li {
    margin: 20px 25px 0 25px;
    display: inline-block;
}
.link-system ul li a{
    font-size:14px;
}
.link-system ul li:hover {
    color: #11356d;
    cursor: pointer;
}

.link-system ul li div {
    margin-left: 3px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
.link-system ul li.oa div {
    background: url(../images/OA.png) center no-repeat;
}

.link-system ul li.oa:hover div {
    background: url(../images/OA1.png) center no-repeat;
}

.link-system ul li.email div {
    background: url(../images/email.png) center no-repeat;
}

.link-system ul li.email:hover div {
    background: url(../images/email1.png) center no-repeat;
}

.link-system ul li.teach div {
    background: url(../images/teach.png) center no-repeat;
}

.link-system ul li.teach:hover div {
    background: url(../images/teach1.png) center no-repeat;
}

.link-system ul li.book div {
    background: url(../images/book.png) center no-repeat;
}

.link-system ul li.book:hover div {
    background: url(../images/book1.png) center no-repeat;
}

.link-system ul li.recruit div {
    background: url(../images/xxmh.png) center no-repeat;
}

.link-system ul li.recruit:hover div {
    background: url(../images/xxmh1.png) center no-repeat;
}

.link-system ul li.graduation div {
    background: url(../images/graduation.png) center no-repeat;
}

.link-system ul li.graduation:hover div {
    background: url(../images/graduation1.png) center no-repeat;
}

.link-system ul li.repair div {
    background: url(../images/repair.png) center no-repeat;
}

.link-system ul li.repair:hover div {
    background: url(../images/repair1.png) center no-repeat;
}

.link-system ul li.query div {
    background: url(../images/query.png) center no-repeat;
}

.link-system ul li.query:hover div {
    background: url(../images/query1.png) center no-repeat;
}

.link-system ul li.dean-email div {
    background: url(../images/dean-email.png) center no-repeat;
}

.link-system ul li.dean-email:hover div {
    background: url(../images/dean-email1.png) center no-repeat;
}

.link-system ul li.student-email div {
    background: url(../images/student-email.png) center no-repeat;
}

.link-system ul li.student-email:hover div {
    background: url(../images/student-email1.png) center no-repeat;
}
