/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
  	color: #be1e1e;
    /*color: #016349;*/
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 205px;
    /* background: #016349 url(../images/top_bg.jpg) no-repeat; */
    background-color: #be1e1e;
}
.header-bg{
    height: 145px;
    line-height: 145px;
    position: relative;
}
.header-bg .logo{
    margin-right: 100px;
}
.top{
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
}
.top a{
    color: #fff;
}
.top span{
    color: #fff;
    padding: 0 10px;
}
.top p{
    padding: 0 20px;
    margin-right: 45px;
    /* background: #0B9673; */
    background: #950808;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top .rt{
    width: 42px;
    height: 36px;
    background: url(../images/search1.png) no-repeat;
}

/*导航栏*/
.nav{
    height: 60px;
    line-height: 55px;
    position: relative;
    z-index: 9;
    /* border-bottom: 5px solid #17AB86; */
    border-bottom: 5px solid #950808;
}
.menu{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.menu>li{
    float: left;
    width: 120px;
    height: 60px;
}
.menu>li>a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.menu>li:hover>a{
    /* background: #17AB86; */
    background: #950808;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sub-menu{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.65);
    /* border-top: 5px solid #17AB86; */
    border-top: 5px solid #950808;
    z-index: 99;
    display: none;
}
.sub-menu li{
    display: inline-block;
    height: 65px;
    line-height: 65px;
    margin: 0 20px;
}
.sub-menu li a{
    font-size: 16px;
    padding-left: 12px;
    background: url(../images/nav_xl.png) no-repeat left center;
}
.sub-menu li a:hover{
    color: #be1e1e;
    font-weight: bold;
}

.section{
    min-height: 500px;
}

/*幻灯片*/
.slider{
    margin-bottom: 10px;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 0;
    z-index:1;
}
.slideBox .hd ul{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.slideBox .hd ul li{
    margin: 0 5px;
    width: 50px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    background: #DB7437;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-50px;
    display:block;
    width:60px;
    height:100px;
    background: rgba(0,0,0,.6) url(../images/arrow_left.png) no-repeat center center;
    border-radius: 5px;
    filter:alpha(opacity=50);
    opacity:0.6;
}
.slideBox .next{
    left:auto;
    right:2%;
    background-image: url(../images/arrow_right.png);
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.title{
	height: 30px;
	line-height: 30px;
	margin: 0 0;
	position: relative;
}
.title h1{
	font-size: 22px;
	position: relative;
	font-weight: bolder;
	color: #BE1E1E;
}
.title a{
	color: #be1e1e;
}
.title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 120px;
    right: 80px;
    border-bottom: 1px solid #D2D2D2;
}


/*图片新闻*/
.picNews{
    float: left;
    width: 780px;
}
.albumBox{
    float: left;
    width: 420px;
    height: 325px;
    overflow:hidden;
    position:relative;
    padding: 6px;
    /* border: 1px solid #AEC2BD; */
    border: 1px solid #be1e1e;
    border-radius: 3px;
    box-sizing: border-box;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 50px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 10px;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #666;
    cursor:pointer;
    display: inline-block;
}
.albumBox .hd ul li.on{
    /* background:#DB7437; */
    background: #be1e1e;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd li>a{
    display: block;
    height: 268px;
    overflow: hidden;
}
.albumBox .bd img{
    display:inline-block;
    width: 408px;
    height: 268px;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd li p{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
}

/*学校新闻*/
.picNews .title a:hover{
    color: #be1e1e;
}
.news-list{
    float: right;
    width: 340px;
}
.news-list .date{
    float: left;
    width: 60px;
    text-align: center;
}
.news-list .date p{
    /* color: #009D8E; */
    color: #be1e1e;
    font-size: 22px;
}
.news-list .date span{
    color: #7D7D7D;
    font-size: 13px;
}
.news-list li{
    height: 65px;
    padding-top: 7px;
    border-bottom: 1px dotted #D4E2DC;
}
.news-list li>p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 70px;
    font-size: 15px;
}
.news-list li>p>a:hover{
    color: #be1e1e;
}

/*通知公告*/
.notice{
    float: right;
    width: 380px;
}
.notice .title a:hover{
    color: #be1e1e;
}
.notice-list li{
    margin-bottom: 20px;
    overflow: hidden;
}
.notice-list li:last-child{
    margin-bottom: 0;
}
.notice-list .lf{
    width: 70px;
    height: 64px;
    text-align: center;
    border: 1px solid #D4E2DC;
}
.notice-list .lf h1{
    /* color: #016349; */
    color: #be1e1e;
    font-size: 22px;
    padding-top: 5px;

}
.notice-list .lf span{
    color: #7D7D7D;
    font-size: 12px;
}
.notice-list li:hover .lf{
    /* background: #F17C37; */
    background: #be1e1e;
}
.notice-list li:hover .lf h1{
    color: #fff;
}
.notice-list li:hover .lf span{
    color: #fff;
}
.notice-list li p{
    height: 50px;
    line-height: 25px;
    margin-left: 90px;
    font-size: 16px;
    overflow: hidden;
}
.notice-list li:hover a{
    color: #be1e1e;
    font-weight: bold;
}

/*媒体长师*/
.media{
	width: 100%;
	height: 430px;
	padding-top: 20px;
	margin-top: 50px;
    /* background: url(../images/mtcs_bg1.gif) no-repeat center; */
}
.media .title a{
    /* color: #fff; */
    /* color: #333; */
    color: #be1e1e
}
.media .title a:hover{
	/* color: #F17C37; */
	color: #9d180b;
	font-size: 14px;
	font-weight: bolder;
	margin: 0 10;
	text-decoration: none;
}
.media ul{
    margin: 0 -20px;
}
.media ul li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 10px 0;
}
.media ul li p{
    margin-right: 100px;
  	/* color: #fff; */
      color: #333;
}
.media ul li a{
    /* color: #fff; */
    color: #333;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.media ul li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 2px;
    /* background: #fff; */
    background: #d5302b;
    transition: .3s;
}
.media ul li a:hover{
    /* color: #F17C37; */
    color: #be1e1e;
}
.media ul li a:hover:before{
    padding-left: 5px;
    /* background: #F17C37; */
    background: #be1e1e;
}
.media ul li span{
    /* color: #CBE3DD; */
    color: #333;
}

/*学术动态*/
.dynamic{
    float: left;
    width: 780px;
}
.dynamic .title a:hover{
    color: #be1e1e;
}
.dynamic li{
    margin-bottom: 20px;
}
.dynamic li p{
    margin-bottom: 15px;
  	margin-right: 120px;
    padding-left: 30px;
}
.dynamic li a{
    position: relative;
    font-size: 16px;
}
.dynamic li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: -30px;
    width: 10px;
    height: 2px;
    /* background: #009D8E; */
    background: #d5302b;
    transition: .3s;
}
.dynamic li a:hover{
    color: #d5302b;
}
.dynamic li a:hover:before{
    width: 15px;
}
.dynamic li span{
    padding-left: 25px;
    font-size: 12px;
    background: url(../images/time.png) no-repeat left center;
}
.dynamic li i{
    font-style: normal;
    padding-left: 20px;
    font-size: 12px;
    background: url(../images/position.png) no-repeat left center;
}


/*专题网*/
.special{
    float: right;
    width: 380px;
}
.special .title a:hover{
    color: #be1e1e;
}
.special li{
    margin-bottom: 15px;
}
.special li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.special li img{
    display: inline-block;
    width: 380px;
    height: 106px;
}
.special li a:hover img{
    transform: scale(1.1);
}
.special li a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* border: 3px solid #DB7437; */
    border: 3px solid #d5302b;
    z-index: 9;
    transform: scale(0);
    transition: .5s;
}
.special li a:hover:before{
    transform: scale(1);
}

.box{
    height: 350px;
    margin-top: 50px;
    padding-top: 75px;
    /* background: #0EAE76 url(../images/bottom_bg.jpg) no-repeat center center; */
    background: #9d180b url(../images/bottom_bg1.gif) no-repeat center center;
}
.fast-links{
    margin: 0 -5px;
    overflow: hidden;
}
.fast-links li{
    float: left;
    width: 232px;
    height: 150px;
    margin: 0 5px;
    text-align: center;
    background: #8AC244;
    overflow: hidden;
}
.fast-links li a{
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
}
.fast-links li a:before{
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 1px solid rgba(255,255,255,.3);
}
.fast-links li i{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/4_tsg.png) no-repeat center center ;
}
.fast-links li p{
    margin-top: 10px;font-size:16px
}
.fast-links li:nth-child(2){
    background: #DFB707;
}
.fast-links li:nth-child(2) i{
    background-image: url(../images/4_xtljlg.png);
}
.fast-links li:nth-child(3){
    background: #15C8A0;
}
.fast-links li:nth-child(3) i{
    background-image: url(../images/4_htwxjyzx.png);
}
.fast-links li:nth-child(4){
    background: #2AB5DD;
}
.fast-links li:nth-child(4) i{
    background-image: url(../images/4_jxzyzx.png);
}
.fast-links li:nth-child(5){
    background: #E95F3A;
}
.fast-links li:nth-child(5) i{
    background-image: url(../images/4_cyzyzx.png);
}
.fast-links li:hover i{
    animation: slideInDown .5s;
}
.fast-links li:hover p{
    animation: slideInUp .5s;
}
.fast-links li a:hover:before{
    animation: zoomIn 1s;
}

/*友情链接*/
.friend-link p{
    position: relative;
    margin: 50px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.friend-link p:before,
.friend-link p:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    /* background: #4EA991; */
    background: #eee;
}
.friend-link p:before{
    left: 0;
}
.friend-link p:after{
    right: 0;
}
.friend-link ul{
    text-align: center;
}
.friend-link li{
    display: inline-block;
}
.friend-link li a{
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}
.friend-link li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    /* background: #9DC4BB; */
    background: #eee;
    border-radius: 50%;
}
.friend-link li a:hover{
    /* color: #F17C37; */
    color: #be1e1e;
}
.friend-link li a:hover:before{
    /* background: #F17C37; */
    background: #be1e1e;
}


/*右侧浮动*/
.float {
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -150px;
    z-index: 2000;
    width: 70px;
    height: 300px;
}

.float_show {
    background-color: #BABABA;
    width: 70px;
    height: 70px;
}

.float_show a {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.float_show a img {
    width: 32px;
    height: 32px;
}

.float_show.float_show0 {
    height: 70px;
    width: 70px;
  	display: none;
}

.float_show:hover a {
    /* background-color: #DB7437; */
    background-color: #d5302b;
    color: #FFF;
}

.float_show.float_show0:hover {
    /* background-color: #DB7437; */
    background-color: #d5302b;
}

.float_show.float_show0 img{
    margin: 10px 18px auto;
}
.float_show.float_show0 p{
    font-size: 12px;
    margin: 6px 10px auto;
}

.float_show.float_show1 img{
    margin: 20px auto 20px 20px;
}
.float_show.float_show1 a{
    width: 242px;
}
.float_show.float_show1 span{
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.float_show.float_show1:hover {
    width: 248px;
    /* background-color: #DB7437; */
    background-color: #d5302b;
}

.float_show.float_show2 a img{
    margin: 20px 20px auto;
}
.float_show.float_show2:hover .float_wx {
    display: block;
}
.float_wx {
    position: absolute;
    top: -12px;
    left: -100px;
    width: 86px;
    height: 91px;
    transform: rotate(-90deg);
    display: none;
}
.float_wx img{
    width: 91px;
}

.float_show.float_show1 {
    position: absolute;
    top: 72px;
    right: 0;
    width: 70px;
    overflow: hidden;
    transition: width .5s;
}

.float_show.float_show2 {
    position: absolute;
    top: 144px;
    right: 0;
}

.float_show.float_show3 {
    position: absolute;
    top: 216px;
    right: 0;
    width: 70px;
}
.float_show.float_show3 img{
    margin: 15px 20px auto;
    width: 32px;
    height: 21px;
}
.float_show.float_show3 p{
    font-size: 14px;
    margin: 6px 20px auto 22px;
}

/*banner*/
.banner img{
    width: 100%;
}

/*左侧导航*/
.side{
    float: left;
    width: 266px;
    position: relative;
    min-height: 500px;
    margin: -85px 0 50px;
}
.side h1{
    height: 85px;
    line-height: 85px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  	background: #be1e1e;
  /*  background: #DB7437;*/
}
.side ul li{
    height: 60px;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    border-left: 5px solid #E0E0E0;
}
.side ul li a{
    display: block;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.side ul li.on{
  	border-left-color: #be1e1e;
   /* border-left-color: #DB7437;*/
}
.side ul li.on a,
.side ul li a:hover{
    font-weight: bold;
}


/*右侧列表*/
.column{
    float: right;
    width: 895px;
    min-height: 500px;
    margin: 15px 0 50px;
}
.position{
    height: 50px;
    line-height: 50px;
    color:#666;
    position: relative;
    padding-bottom: 20px;
}
.position:after{
    content: '';
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    height: 10px;
    background: url(../images/title_bg.png) repeat;
}
.position h2{
    color: #333;
    font-size: 24px;
}
.position a{
    color:#666;
}
.position a:hover{
  	color: #be1e1e;
    /*color:#016349;*/
}

/*详情页*/
.detail{
    margin: 40px 0;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font: 24px normal;
}
.caption p{
    margin-top: 10px;
    color: #999;
}
.caption p span{
    margin: 0 10px;
}

/*简介*/
.profile{
    margin: 30px 0;
}
.profile .headline{
    font: 24px normal;
    text-align: center;
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  	color: #be1e1e;
}

/*新闻列表*/
.side-news{
    float: left;
    width: 815px;
}
.side-news h1{
    width: 266px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #DB7437;
    margin: -85px 0 30px;
}
.side-news ul{
    margin: 15px 0;
}
.side-news ul li{
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.side-news ul li p{
    margin-bottom: 10px;
    font-size: 16px;
}
.side-news ul li span,
.side-news ul li i{
    color: #999;
    margin-right: 30px;
    font-style: normal;
}

/*通用列表*/
.common-list{
    margin: 20px 0;
}
.common-list li{
    margin: 18px 0;
    font-size: 16px;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li span{
    color: #666;
}
.common-list li a{
    position: relative;
    padding-left: 18px;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ddd;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #009D8E;
}

/*现任领导*/
.leader-list li{
    height: 270px;
    padding: 25px 0;
    font-size: 16px;
    box-sizing: content-box;
}
.leader-list li a.lf{
    width: 212px;
    height: 270px;
    overflow: hidden;
}
.leader-list li img{
    display: inline-block;
    width: 212px;
    height: 270px;
}
.leader-list li img:hover{
    transform: scale(1.05);
}
.leader-list li .info{
    margin-left: 250px;
}
.leader-list li h2{
    font-size: 24px;
}
.leader-list li span{
    display: inline-block;
    margin: 15px 0;
    font-size: 18px;
}
.leader-list li p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.leader-list li .rt{
    color: #C30000;
}
.leader-list li .rt:hover{
    color: #016349;
}

/*校园生活*/
.img-list li{
    height: 150px;
    padding: 0;
    margin: 30px 0;
}
.img-list li a.lf{
    width: 210px;
    height: 150px;
}
.img-list li img{
    width: 100%;
    height: 100%;
}
.img-list li h3{
    font-size: 20px;
}
.img-list li .info{
    margin-left: 230px;
}
.img-list li p{
    margin: 15px 0 20px;
}

/*机构设置*/
.org-list{
    margin: 30px -15px;
    overflow: hidden;
}
.org-list li{
    float: left;
    width: 278px;
    height: 58px;
    line-height: 58px;
    margin: 0 15px;
    border-bottom: 1px solid #D9D9D9;
}
.org-list li a{
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    background: url(../images/org_before.png) no-repeat left center;
}

/*校园剪影*/
.gallery ul{
    margin: 14px 0;
    overflow: hidden;
}
.gallery ul li{
    float: left;
    width: 270px;
    margin: 14px;
    text-align: center;
}
.gallery ul li a{
    display: block;
    width: 270px;
    height: 165px;
    overflow: hidden;
}
.gallery ul li p{
    line-height: 40px;
}
.gallery ul li a:hover img{
    transform: scale(1.10);
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    display: none;
    z-index: 99999;
}
.modal-img{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}
.modal-img img{
    max-width: 650px;
}
.modal ul{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.modal ul li{
    display: inline-block;
    width: 200px;
    color: #fff;
}
.modal .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat -108px -22px;
}
.modal .prev,
.modal .next{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    height: 65px;
    transform: translateY(-50%);
    background: url(../images/icons.png) no-repeat 0 0;
}
.modal .next{
    left: auto;
    right: 20px;
    background-position-x: -45px;
}



/*新加湖大新闻校园剪影*/

.hdxinwen{margin:60px auto 40px auto;}
.hdxw-bt{ height:34px; line-height:34px; position:relative; z-index:999;}
.hdxw-bt-left{ width:200px; height:24px; margin-top:5px;}
.hdxw-bt-search{ width:180px; height:33px;position:relative;}
.hd-search-left{ width:165px; background:url(../images/search-bg-box.jpg) no-repeat;padding-left:15px; height:33px; line-height:33px; color:#808080;}
.hd-search-list{ width:180px; position:absolute; display:none; font-family:"宋体";}
.hd-search-list li{ width:180px; height:30px; line-height:30px; color:#808080; background-color:#f2f2f2; text-indent:1em; border-bottom:1px dotted #cecdcc;}
.hd-search-list li:hover{background-color:#a8322c; color:#fff;}

.hdxw-bt-center{ line-height:33px; height:33px; font-size:14px; margin-right:60px;}
.hdxw-bt-center span{ padding:0 20px;}
.hdxw-bt-center a{color:#808080; text-indent:4em;}
.hdxw-bt-center a:hover{color:#c23d2d;}

.hdxw-left{
	width: 580px;
	position: relative;
	height: 425px;
	padding-bottom: 21px;
	margin-top: 30px;
	float: left;
}
.hdxw-left .slides{position:relative;z-index:1; list-style:none; margin:0; padding:0; width:100%;}
.hdxw-left .slides li{ position:relative; margin:0; padding:0; width:100%; height:425px;}
.hdxw-left-bg{width:580px; height:380px;position:absolute; top:0; left:0; overflow:hidden; overflow:hidden;}
.hdxw-left-bg .hdxw-left-bg-img{width:580px; height:380px;transition:1s;}
.hdxw-left-bg .hdxw-left-bg-img img{width:580px;min-height:380px;}
.hdxw-left-bg:hover .hdxw-left-bg-img{width:580px; min-height:380px;filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;transition:1s; transform:scale(1.05);-webkit-transform:scale(1.05);}

.hdxw-left-wenzi{ position:absolute; width:80%; top:395px; left:0; z-index:2;line-height:30px; max-height:60px; overflow:hidden;font-size:16px;}
.hdxw-left-wenzi a{color:#666;}
.hdxw-left-wenzi a:hover{color:#c23d2d;}
.hdxw-left-wenzi img{width:18px;height:18px;vertical-align:middle; margin-left:5px;}

.hdxw-left .flex-control-nav{position:absolute;bottom:26px;z-index:2;width:100px; right:0; list-style:none; text-align:right; margin:0; padding:0; height:34px;}
.hdxw-left .flex-control-nav li{display:inline-block;width:8px;height:8px;margin:13px 5px 0 5px;*display:inline;zoom:1;}
.hdxw-left .flex-control-nav a{display:inline-block;width:8px;height:8px;line-height:100px;overflow:hidden; background:url(../images/xinwen-icon-a.png) no-repeat;cursor:pointer;}
.hdxw-left .flex-control-nav .flex-active{background:url(../images/xinwen-icon-on.png) no-repeat;}
.hdxw-left .flex-direction-nav{ display:none;}

.hdxw-right{
	width: 580px;
	margin-top: 25px;
	position: relative;
	z-index: 99;
	float: left;
}
.hdxw-right ul{list-style:none; margin:0; padding:0;}
.hdxw-right ul li{ padding:0 60px 0 20px;width:500px; background:url(../images/list-image/list-icon.png) no-repeat 5px center;height:36px; line-height:36px; position:relative;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;transition:0.5s; font-size:16px; margin:0;float:left;}
.hdxw-right ul li:hover{ padding:0 60px 0 25px;width:495px;transition:0.5s;}
.hdxw-right ul li .div{height:36px; line-height:36px; position:relative;text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}
.hdxw-right ul li span{ position:absolute; right:0; text-align:right; width:80px; top:0; color:#e1c6ad; font-size:14px;}
.hdxw-right ul li a{color:#666;}
.hdxw-right ul li a:hover{color:#c23d2d;}


/*第二栏招生*/
.wrap{
	clear: both;
	width: 1240px;
	margin: 0 auto;
	}
.ixBox2{height: 445px;background-color:#f6fafe;position:relative;z-index: 1}
.ixBox2 .bg{
	width: 257px;
	height: 316px;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 50%;
	margin-left: -910px;
	bottom: 0;
	z-index: -1;
}
.ixBox2L{
	width: 430px;
	overflow: hidden;
	margin-right: 39px;
	float: left;
}
.ixBox_a a{
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	color: #333333;
	font-size: 18px;
}
.ixBox_a a.hover{color: #fff;background:#a73115}
.hotBox2{
	overflow: hidden;
	float: left;
}
.hotBox2 .pic{
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.hotBox2 .pic img{
	display: block;
	width: 150px;
	height: 100px;
	float: left;
}
.hotBox2 .divR{
	padding-left: 18px;
	overflow: hidden;
}
.hotBox2 .divR .divT{
	height: 37px;
	line-height: 37px;
	overflow: hidden;
}
.hotBox2 .divR .divT a{
	font-size: 16px;
	color: #666666;
}
.hotBox2 .divR .divT a:hover{color:#a73115}
.hotBox2 .divR .txt{
	height: 56px;
	overflow: hidden;
	color: #999999;
	line-height: 28px;
	font-size: 14px;
}
.ixBox2R{
	width: 280px;
	overflow: hidden;
	float: left;
}
.ixBox2R .divT{
	overflow: hidden;
	margin-top: 13px;
}
.ixBox2R .divT span{
	display: inline;
	float: left;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding-left: 14px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/icon6.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ixBox2R .divT .txt{
	float: left;
	width: 300px;
	line-height: 22px;
	font-size: 16px;
	color: #a73115;
	font-weight: bold;
	margin-top: 4px;
}
.ixBox2R .divT2{
	clear: both;
	overflow: hidden;
	width: 278px;
	margin-top:10px;
}
.ixewmBox{
	overflow: hidden;
	width: 80px;
	margin-right: 10px;
	float: left;
}
.ixewmBox img{
	display: block;
	width: 80px;
	height: 80px;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.ixewmBox img:hover{opacity: 0.9}
.ixewmBox span{
	display: block;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #999999;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.ixewmBox:hover span{color: #a73115}
.quickDl{
	clear: both;
	overflow: hidden;
	width:285px;
	margin-top:8px;
}
.quickDl dd{
	display: inline;
	float: left;
	width: 120px;
	height: 40px;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 20px 10px 0;
}
.quickDl dd a{
	display: block;
	background: #e0effd;
	width: 120px;
	height: 40px;
}
.quickDl dd:hover a{background: #bbddfd;}
.quickDl dd i{
	display: inline;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin:0 5px;
	background-position:center center;
	background-repeat: no-repeat;
}
.quickDl dd span{
	display: inline;
	float:left;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
}
.ixBoxT .more{
	line-height: 38px;
	color: #999999;

}
.ixBoxT .more:hover{color: #a73115}

/* 底部按钮*/
.kd{
	background: url(../images/fo.jpg) repeat-x;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.lemon_kd{
	height: 119px;
	width: 1200px;
	margin: auto;
	clear: both;
}
.kd1{
	height: 50px;
	width: 1200px;
	margin: auto;
	margin-bottom: 10px;
}
.kd1 li{ width:132px; float:left; list-style-type:none; color:#444444; font-size:16px; line-height:35px; text-align:center;  font-size:16px;}
.kd1 li a{color:#444444;}




.ztwz_title{ height:60px;}
.ztwz_web{ background-color:#fff; width:745px; height:235px;}
.ztwz_webs, .ztwz_yx{ width:745px; height:auto;}


.foot-topBox {
	width: 100%;
	background: #e6e6e6;
	height: 340px;
 
}

.foot-top {
	width: 1200px;
	margin: 0 auto;
	height: 340px;
}

.foot_1 {width:370px; margin-top: 50px;
 
}
.foot_2 {display:block;width:414px;height:186px;margin-top: 73px; background:url(images/foot_xiaohui.png) no-repeat  center;border: 1px solid #ccc;border-top:none;border-bottom: none;
 
 
}
.foot_3 {width:311px; margin-top: 50px;
 
}


.foot_tit {
	font-size: 16px;
	color: #000000;
	background: url(foot_2.png) no-repeat left center;
	padding-left: 10px;
 
}

.foot_dz {
	font-size: 14 px;
	color: #808080;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 24px;
 
}

.foot_link {
	width: 280px;
	height: 35px;
	margin-top: 15px;
	border: 1px solid #ccc;
	background: #fff;
 
}



.foot_fx {

width: 186px; height: 80px;margin-top: 55px;
 
}

.foot_ewm {width: 100px;height: 100px;margin-top: 20px; margin-bottom: 20px;
 
}

.footBox {
	width: 100%;
	height: 100px;
	background: #9d180b;
	clear: both;
 
}

.foot {width:1200px; margin: 0 auto;line-height: 58px; text-align: center;color: #fff; font-size: 14px;
 
}
.foot a{color:#fff}
.nei_bannerBox {width: 100%;height: 300px;
 
}
.nei_bannerBox img{
width:100%;
height:300px;
} 

.nei_conMidBox {width: 100%; background: url(../images/nei_conBG_17.png) repeat-x center bottom; min-height: 350px;}



.nei_conMid {width: 1200px;height: auto;margin: 0 auto;}

.nei_left { width:280px;height:auto;padding-bottom: 230px; background:#e5f2ff url(../images/nei_left_img_08.png) no-repeat center bottom;margin-bottom: 20px;}

.nei_leftTit {position:absolute; z-index:1000; margin-top:-80px;width:280px;height:80px;line-height: 80px; background: url(../images/nei_left_tit_04.png) no-repeat center;font-size:30px;color: #fff;text-align: center;}

.nei_left ul{height:auto;margin: 0 4px;}
.nei_left ul li a{ display: block; padding-top:4px;font-size:16px;width:242px;height:44px;line-height:44px;padding-left:30px;border-bottom:1px solid #fff;background:url(../images/nei_leftNav_16.png) no-repeat 218px center ;}

.nei_left ul li a:hover{ background: url(../images/nei_leftNav_08.png) no-repeat left center;}
.nei_left ul li .cur{ background: url(../images/nei_leftNav_08.png) no-repeat left center;}





.nei_right {width:875px;height:auto;}

.nei_dqwz {background:url(../images/nei_dqwz_12.png) no-repeat left center; margin-top:45px;height:16px;line-height:16px;padding-left:20px;
 
}

.nei_right_con {height: auto;margin-bottom:20px;}
.nei_right_con ul{padding:0 44px;padding-top:15px; 
}
.nei_right_con ul li {height:40px; line-height:40px; }
.nei_right_con ul li a{  display: block; font-size: 16px;  background:url(../images/xy_img_38.png) left center no-repeat;padding-left:10px; border-bottom:0px dashed #cfcfcf;}
.nei_right_con ul li span{float:right;}


.g_nei_right_con{
height: auto;margin-bottom:20px;
}





.ck-slide ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.ck-slide {
 width: 370px; height: 76px; margin: 0 auto;
 position: relative;
 overflow: hidden;
}
.ck-slide ul.ck-slide-wrapper {
 height: 76px;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 margin: 0;
 padding: 0;
}
.ck-slide ul.ck-slide-wrapper li {
 position: absolute; margin-top:0px;
}
.ck-slide ul.ck-slide-wrapper li a{
 line-height:0px;
 display:block;
}
.ck-slide-wrapper img{
 width: 370px;
 height: 76px;
}
.ck-slide .ck-prev, .ck-slide .ck-next {
 position: absolute;
 top: 50%;
 z-index: 2;
 width: 17px;
 height: 17px;
 margin-top: -9px;
 text-indent: -9999px;
 background-repeat: no-repeat;
}
.ck-slide .ck-prev {
 left: 10px;
 background: url(../images/arrow-left.png) 50% no-repeat;
}
.ck-slide .ck-next {
 right: 10px;
 background: url(../images/arrow-right.png) 50% no-repeat;
}


.wznr{
  font-size: 15px;
  line-height: 200%;
}
.wznr p{
  /*text-indent:2em!important;*/
}
.wznr img{
  max-width: 100%;
}

.top_pic{
  margin-top: 45px;
}

/*专题栏目校内直通车*/
/*带背景色内容区*/
/*带背景色内容区*/
.body-bottom {
	width: 100%;
	background: #f6f6f6;
	margin: 20;

}

.body-content-div-bottom {
	width: 1280px;
	height: 100%;
	margin: auto;

}

/*第三块内容区*/
.body-three-div {
    width: 100%;
    height: 312px;
    padding-top: 12px;
}

.rool-title {
    height: 60px;
    width: 100%;
}

.ztwz-title {
    height: 42px;
    width: 100%;
}

.rool-div {
    float: left;
    width: 67%;
    height: 300px;
    padding-left: 10px;
    margin-right: 2.4%;
}

.rool-bg-line-div {
    float: left;
    width: 77%;
    height: 12px;
    margin-top: 10px;
    background: #e5e5e5;
}

#div1 {
	width: 100%;
	height: 225px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	transition-timing-function: linear;
	overflow: hidden;
	border: 0;
}

#div1 ul {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.rool-one-div {
    width: 263px;
    height: 225px;
    display: block;
    float: left;
    margin-right: 10px;
}

.rool-one-div-img {
    width: 100%;
    height: 173px;
}

.rool-one-div-title {
	width: 100%;
	height: 50px;
	background: #BE1E1E;
	font-size: 16px;
	line-height: 52px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}


/*校内直通车*/
.school-link-div {
    float: left;
    width: 30.6%;
    height: 100%;
}

.link-div {
    width: 100%;
    margin-top: 23px;
}

.one-link-div {
	width: 23%;
	height: 85px;
	margin-right: 7px;
	margin-top: 21px;
	float: left;
	background: #e9ecef;
	position: relative;

}

.one-link-div img {
	position: relative;
	z-index: 1;
}

.link-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    z-index: 2;
    height: 34px;
    line-height: 34px;
}

.four-div {
    width: 100%;
    height: 320px;
    padding-top: 10px;
    padding-bottom: 30px;
}

/*专题网站*/
.ztwz-div {
    width: 66.5%;
    height: 145px;
    float: left;
    margin-left: 10px;
    margin-right: 2.4%;
}

.one-web-div {
    width: 32%;
    height: 100px;
    float: left;
    margin-bottom: 20px;
}

.margin-div {
    margin-left: 12px;
}

.ztwz-title {
    height: 50px;
    width: 100%;
}

.news-title {
    width: 100%;
    height: 50px;
}

.news-title-div {
    height: 30px;
    width: 100%;
    margin: auto;
}

.news-title-div-img {
	width: 30px;
	float: left;
	height: 30px;
}

.news-title-div-title {
	float: left;
	margin: 0 10px;
	font-size: 22px;
	color: #9d180b;
	line-height: 30px;
	font-weight: bolder;
}

.bg-line-div {
    float: left;
    width: 84%;
    height: 12px;
    margin-top: 10px;
    background: #e5e5e5;

}

.news-more {
    float: right;
    width: 45px;
    height: 100%;
    padding-left: 12px;
}


.news-more a {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
}

.news-more a:hover {
    color: #444444;
}

/*
导航条
*/
.catalog {
    height: 45px;
    width: 100%;
    background-color: #707070;
}

.catalog-center {
    width: 1200px;
    margin: auto;
    height: 100%;
}


.catalogUl {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    display: flex;
    justify-content: center;
}


.catalogUl li {
    display: block;
    width: 9.09%;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
}


/*尾部*/
.footer{
    padding: 40px 0;
    color: #fff;
  	font-size: 14px;
    /* background: #016349; */
    background: #272727;
}
.footer a.lf{
    margin-top: 15px;
}
.footer .contact{
    float: left;
    height: 90px;
    line-height: 30px;
    margin-left: 20px;

}
.footer ul{
    margin-top: 30px;
}
.footer li{
    float: left;
    margin-left: 30px;
}
.footer li a{
    position: relative;
    color: #fff;
    font-size: 16px;
}
.footer li .qrCode{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -43px;
    z-index: 9;
    display: none;
}
.footer li a:hover .qrCode{
    display: block;
}

.clear_both{clear:both;}
