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;
}

.keyan-info>p,
.date>p{
    margin:0;
}

body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #8F0100;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
.avatar{
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: auto;
    padding: 2px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-top:-2px;
}

.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}


.top{
    height: 46px;
    background: #6B0101;
}
.top a{
    color: #E6DDDD;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    float: left;
    line-height: 46px;
    border-right: 1px solid #7D2121;
}
.top .oa i{
    float: left;
    width: 19px;
    height: 15px;
    margin: 16px 5px 0 0;
    background: url(oa.png) no-repeat;
}
.top .email i{
    float: left;
    width: 20px;
    height: 14px;
    margin: 16px 5px 0 0;
    background: url(email.png) no-repeat;
}
.top .login{
    color: #fff;
    padding: 0 20px;
    background: #4b0101;
}
.top form{
    display: inline-block;
}
input.search{
    height: 20px;
    line-height: 20px;
    width: 120px;
    color: #fff;
    padding: 0 30px 0 10px;
    margin: 15px 0 0 10px;
    border: none;
    background: #A61C1C;
    border-radius: 25px;
}
input.image{
    position: absolute;
    top: 17px;
    right: 5px;
}
.logo{
    height: 125px;
    line-height: 125px;
    background: #8F0100;
}
.logo img{

}
.logo .box{
    background: url(gate.png) no-repeat right center;
}

.nav{
    height: 46px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 2px #ddd;
}
.menu>li{
    display: inline-block;
    width: 104px;
    position: relative;
    margin: 0 6px;
}
.menu>li.on{
    height: 46px;
    border-bottom: 5px solid #8F0100;
}
.menu>li>a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.menu>li:hover>a{
    color: #fff;
    background: #8F0100;
    text-decoration: none;
}


.menu2>li{
    display: inline-block;
    width: 150px;
    position: relative;
    margin: 0 6px;
}
.menu2>li.on{
    height: 46px;
    border-bottom: 5px solid #8F0100;
}
.menu2>li>a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.menu2>li:hover>a{
    color: #fff;
    background: #8F0100;
    text-decoration: none;
}

.sub-menu{
    position: absolute;
    top: 46px;
    left: 0;
    width: 220px;
    z-index: 99;
    display: none;
    overflow: hidden;
    padding: 0 10px 10px 0;
    background: rgba(255,255,255,.9);
}
.sub-menu li{
    float: left;
    width: 50%;
    text-align: left;
}
.sub-menu li a{
    display: block;
    line-height: 35px;
    margin: 5px 10px;
    border-bottom: 1px dashed #C3C4C8;
    position: relative;
    padding-left: 15px;
    transition: .3s;
}
.sub-menu li a:hover{
    text-decoration: none;
    padding-left: 18px;
}
.sub-menu li a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #AFA1A1;
}
.sub-menu li a:hover:before{
    background: #8F0100;
}

.section{
    position: relative;
}
.left-aside{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -161px;
    z-index: -1;
}
.right-aside{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: -1;
}


.slider{
    width: 100%;
    overflow:hidden;
}
.slideBox{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position:relative;
    text-align: center;
    overflow: hidden;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:40px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 6px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
    transform: scale(1.3);
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 1200px;
    height: 400px;
}
.slideBox .bd p{
    position: absolute;
    left: 75px;
    bottom: 100px;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    padding: 0 100px 0 20px;
    background: rgba(0,0,0,.2);
}
.slideBox>a{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -120px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox>.next{
    margin-left: 90px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox>.prev:hover{
    border-right-color: #8F0100;
}
.slideBox>.next:hover{
    border-left-color: #8F0100;
}

.title{
    height: 40px;
    line-height: 40px;
    padding-bottom: 5px;
    border-bottom: 4px solid #8F0100;
}
.title>a{
    color: #000;
    position: relative;
    font-size: 20px;
    padding-left: 35px;
}
.title>a:hover{
    color: #8F0100;
    text-decoration: none;
}
.title>a span
{
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 27px;
    height: 30px;
    background: url(special.png) no-repeat;
}
.title .rt a{
    color: #8F0100;
    font-size: 16px;
    padding-right: 13px;
    position: relative;
}
.title .rt a i{
    position: absolute;
    top: 5px;
    right: 0;
    width: 8px;
    height: 13px;
    background: url(proarrow.png) no-repeat;
}

.news{
    height: 435px;
    margin-top: 25px;
    position: relative;
	width:860px;
	float:left;
}
.news .title a span
{
    top: 2px;
    width: 27px;
    height: 22px;
    background: url(news.png) no-repeat;
}


.album{
    float: left;
    width: 420px;
    margin-top: 15px;
}
.albumBox{
    width:100%;
    position:relative;
}
.albumBox .hd{
    position:absolute;
    height: 40px;
    left: 6px;
    right: 6px;
    bottom: 5px;
    z-index:1;
    background: rgba(0,0,0,.5);
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 5px;
    margin-top: 10px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:18px;
    height:18px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 1px solid #eee;
    cursor:pointer;
    display: inline-block;
}
.albumBox .hd ul li.on{
    background:#B8192B;
    border: 1px solid #B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
}

.news-img{
    width: 420px;
    padding-bottom: 5px;
}
.news-img>a{
    display: block;
    width: 408px;
    position: relative;
}
.news-img img{
    display: block;
    width: 408px;
    height: 270px;
    padding: 5px 6px;
    border-right: 1px solid #ECECEC;
    border-bottom: 2px solid #B8B6B7;
}
.news-img h3{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 30px;
    left: 6px;
    bottom: -65px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}


.news>ul{
    margin-top: 22px;
    margin-left: 435px;
}
.news>ul>li{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.news>ul>li:nth-child(even){
    float: right;
}
.news>ul>li>p{
    height: 45px;
    line-height: 50px;
    margin-left: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news>ul>li a{
    font-size: 16px;
    position: relative;
}
.news>ul>li a:hover{
    color: #8F0100;
    text-decoration: none;
}
.news>ul>li .date{
    float: left;
    width: 70px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #eeeeee;
    position: relative;
    top: 3px;
}
.news>ul>li .date span{
    display: inline-block;
    width: 17px;
    height: 22px;
    position: relative;
    top: 5px;
    background: url(date.png) no-repeat;
}

.more{
    position: absolute;
    right: 0;
    bottom: -8px;
    color: #8F0100;
    font-size: 15px;
    font-weight: bold;
}



.notice{
    height: 435px;
    margin-top: 25px;
    position: relative;
    width: 308px;
    float: right;
}
.notice .title a span
{
    top: 2px;
    width: 27px;
    height: 22px;
    background: url(notice.png) no-repeat;
}
.notice>ul{
    margin-top: 22px;
}
.notice>ul>li{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.notice>ul>li:nth-child(even){
    float: right;
}
.notice>ul>li>p{
    height: 45px;
    line-height: 50px;
    margin-left: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice>ul>li a{
    font-size: 16px;
    position: relative;
}
.notice>ul>li a:hover{
    color: #8F0100;
    text-decoration: none;
}
.notice>ul>li .date{
    float: left;
    width: 70px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    text-align: center;
    background: #eeeeee;
    position: relative;
    top: 3px;
}
.notice>ul>li .date span{
    display: inline-block;
    width: 17px;
    height: 22px;
    position: relative;
    top: 5px;
    background: url(date.png) no-repeat;
}



.keyan{
    float: left;
    width: 420px;
    margin: 10px 0 40px;
    position: relative;
}
.keyan ul{
    margin-top: 20px;
}
.keyan li{
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}
.keyan-info p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.keyan-info p a{
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.keyan-info p a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B5B5B5;
}
.keyan-info p a:hover{
    color: #8F0100;
	text-decoration:none;
}
.keyan-info p a:hover:before{
    background: #8F0100;
}
.keyan-info span{
    color: #666;
}



.xqhz{
    width: 570px;
    margin: 40px 0 40px 0;
    position: relative;
}
.xqhz ul{
    margin-top: 20px;
}
.xqhz li{
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}
.xqhz-info p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.xqhz-info p a{
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.xqhz-info p a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B5B5B5;
}
.xqhz-info p a:hover{
    color: #8F0100;
	text-decoration:none;
}
.xqhz-info p a:hover:before{
    background: #8F0100;
}
.xqhz-info span{
    color: #666;
}


.xqhzcon{
    width:570px;
  
}
.xqhztxt{
    float: left;
    width:570px;
	font-size:16px;
	line-height:28px;
	padding:10px 0;
	text-indent:2em;
}
.xqhzimg{
    float: left;
    width:600px;
}
.xqhzimg li{
    float: left;
    width:195px;
	height:60px;
}
.xqhzimg img{
    width:180px;
}



.media{
    margin: 10px 21px 40px;
}
.media .title a{
    padding-left: 40px;
}
.media .title a span
{
    top: -2px;
    width: 30px;
    height: 30px;
    background: url(special.png) no-repeat;
}


.chair{
    float: right;
    width: 308px;
    margin: 10px 0 40px;
}
.chair .title a span{
    top: -3px;
    width: 27px;
    height: 30px;
    background: url(special.png) no-repeat;
}


.channel .title a span{
    top: 3px;
    width: 28px;
    height: 24px;
    background: url(com_link.png) no-repeat;
}
.channel ul{
    margin: 30px -5px;
    overflow: hidden;
}
.channel ul li{
    float: left;
    width: 191px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    background: #ededed;
}
.channel ul li:hover{
    background: #ddd;
}
.channel ul li a{
    display: block;
    text-decoration: none;
}
.channel ul li span{
    position: relative;
    padding-left: 40px;
}
.channel ul li span i{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 29px;
    background: url(book.png) no-repeat;
}
.channel ul li.nth_02 span i{
    width: 32px;
    height: 26px;
    background: url(teach.png) no-repeat;
}
.channel ul li.nth_03 span i{
    top: -2px;
    left: 10px;
    width: 18px;
    height: 34px;
    background: url(icon_rcyj.png) no-repeat;
}
.channel ul li.nth_04 span i{
    left: 3px;
    width: 28px;
    height: 28px;
    background: url(icon_sdrw.png) no-repeat;
}
.channel ul li.nth_05 span i{
    left: 3px;
    width: 28px;
    height: 28px;
    background: url(service.png) no-repeat;
}
.channel ul li.nth_06 span i{
    top: -4px;
    width: 33px;
    height: 33px;
    background: url(hr.png) no-repeat;
}




.sxsx .title a span{
    top: 3px;
    width: 28px;
    height: 24px;
    background: url(com_link.png) no-repeat;
}
.sxsx ul{
    margin: 30px -5px;
    overflow: hidden;
	width:1300px;
}
.sxsx ul li{
    float: left;
    width: 290px;
    height: 200px;
    line-height: 210px;
    text-align: center;
    margin: 0 8px 0 5px;
}

.sxsx ul li img{
    width: 290px;
    height: 200px;
}



.aside{
    width: 300px;
    position: relative;
    min-height: 600px;
    padding-top: 50px;
    padding-left: 10px;
}
.aside>ul>li{
    position: relative;
}
.aside>ul>li>a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    padding-left: 50px;
    box-sizing: border-box;
}
.aside>ul>li a:hover{
    text-decoration: none;
}
.aside>ul>li.on>a{
}
.aside p{
    font-size: 20px;
    padding-left: 50px;
    margin-right: 20px;
    margin-bottom: 30px;
    color: #fff;
    background: #8F0100;
    height: 40px;
    line-height: 40px;
}

.aside .syrbs{
    font-size: 16px;
	width:280px;
    line-height: 26px;
    margin-bottom: 30px;
}
.aside .syrb{
    margin-bottom: 20px;
}




.second-menu {
    display: none;
}
.second-menu li{
    height: 30px;
    line-height: 30px;
}
.second-menu li a{
    display: block;
    padding-left: 65px;
}
.aside .on .second-menu{
    display: block;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.detail{
    width: 890px;
    min-height: 600px;
    padding: 0 30px 0 50px;
    box-sizing: border-box;
    padding-top: 50px;
    border-left: 4px solid #D2D2D2;
}
.detail.wd{
    width: 855px;
    float: left;
}
.bread{
    height: 40px;
    border-bottom: 1px solid #C8C8C8;
}
.bread .rt{
    color: #666;
    margin-top: 10px;
}
.bread .rt a{
    color: #666;
}
.bread .rt a:hover{
    color: #8F0100;
}
.bread p{
    font-size: 20px;
    padding-left: 20px;
    border-left: 5px solid #8F0100;
    margin: 0;
}



.tab_menu { 
	width:820px; 
	background-image:url(tab_bg02.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
}
.tab_menu ul {	padding-bottom:20px;
}
.tab_menu ul li { 
    float:left; 
	text-align:center;
    height:45px;
	line-height:45px; 
	width:205px;
	border:1px solid #dfdfdf;
	display:block;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.tab_menu_link { background-image:url(tab_bg02.jpg); background-repeat:repeat-x; background-position:top;}
.tab_menu_link:hover { background-image:url(tab_bg01.jpg); background-repeat:repeat-x; background-position:top;}
.tab_menu_nav { background-image:url(tab_bg03.jpg); background-repeat:repeat-x; background-position:top;}
.tab_menu_nav:hover {  background-image:url(tab_bg03.jpg); background-repeat:repeat-x; background-position:top;}


.tab_menu { 
	width:820px; 
}
.tab_list ul{ 
    width:820px; 
	float:left; 
	margin-top:15px;
	margin-bottom:30px;
}
.tab_list ul li{ 
    width:820px; 
	text-align:left; 
	line-height:50px;
	border-bottom:1px solid #dfdfdf;
}
.tab_list ul li a{ 
    font-size:16px; 
	color:#444; 
}
.tab_list ul li a:hover{ 
    color: #8F0100;
    text-decoration:underline;
}
.tab_list ul li a{
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.tab_list ul li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B5B5B5;
}
.tab_list ul li span{ 
    font-size:16px; 
	color:#888; 
	float:right; 
	text-align:right; 
	width:100px;
	padding-right:2px;
}



.newsList{
    margin-top: 30px;
}
.newsList li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
.newsList .date{
    float: left;
    width: 80px;
    height: 60px;
    text-align: center;
    background: #F4F4F4;
}
.newsList .date h1{
    color: #666;
    font-size: 20px;
    margin-top: 5px;
}
.newsList .date p{
    color: #999;
    font-size: 18px;
    line-height: 30px;
}
.newsList .news-details{
    margin-left: 100px;
    height: 60px;
	text-align:left;
	line-height:60px
}
.newsList .news-details p{
    height: 65px;
    line-height: 26px;
    overflow: hidden;
    margin: 10px 0;
}
.newsList .news-details span{
    color: #666;
}

.caption{
    text-align: center;
}
.caption h1{
    line-height: 40px;
    color: #8F0100;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.caption div span{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}

.article p img{
    width: auto;
    max-width:600px;
}
.content{
    margin:25px 0;
	padding:0 0 20px 0;
    color:#222222;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: "Microsoft Yahei";
}
.content p{
    letter-spacing: 0;
    line-height: 36px;
}
.content div{
    letter-spacing: 0;
    line-height: 36px;
}
.content p.vsbcontent_img{
    text-align: center;
    margin: 15px 0;
}
.imgList{
    margin: 10px 0;
}
.imgList ul li{
    float: left;
    width: 33%;
    text-align: center;
    margin: 20px 0;
}
.imgList ul li .img{
    height: 200px;
}
.imgList ul li .img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #E3E3E3;
    transition: all .3s;
}
.imgList ul li .img:hover img{
    border: 5px solid #8F0100;
    transform: scale(1.1);
}
.imgList ul li>a{
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0;
    padding: 5px 0;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
}
.imgList ul li>a:hover{
    color: #8F0100;
}

.img-show{
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.img-show .img{
    text-align: center;
}
.img-show .desc{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.img-show h3{
    text-align: center;
    margin: 5px 0;
}
.img-show>a{
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #8F0100;
}

.profile{
    padding: 30px 0;
}


.banner{
    position: relative;
	height:286px;
	background: url(banner.jpg) no-repeat;
}
.banner img{
    width: 100%;
}

.position{
    margin: 40px 0;
    height: 20px;
    line-height: 20px;
}
.position img{
    display: inline-block;
    margin:  2px 10px 0 0;
    vertical-align: top;
}
.position span{
    margin: 0 10px;
}

.img-right{
    position: absolute;
    top: 100px;
    right: 0;
}


.detail .position{
    margin-top: 0;
}


.department:after,
.hr:after,
.leader:after,
.leader-old:after,
.scenery:after,
.teacher:after{
    content: '';
    display: block;
    clear: both;
}



.detail_aside{
    float: right;
    width: 310px;
    margin-top: 50px;
}
.detail_aside h3{
    height: 40px;
    line-height: 32px;
    border-bottom: 3px solid #8F0100;
}
.hotNews ul{
    margin: 10px 0 30px;
}
.hotNews li{
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.hotNews li span{
    float: left;
    width: 7px;
    height: 7px;
    background: #C8C8C8;
    margin-top: 15px;
    border-radius: 50%;
}
.hotNews li a{
    margin-left: 10px;
}

.caption{
    font-size:20px;
    font-weight:bold;
}
.article_prop{
    text-align:center;
	border-bottom:1px solid #d8d8d8;
	padding:10px 0 20px;
}
p img{
width:750px;
}
td>p{
text-indent:0em;
}



.link .title a span{
    top: 5px;
    width: 25px;
    height: 21px;
    background: url(link.png) no-repeat;
}
.link .bd{
    margin: 30px -9px 50px;
    overflow: hidden;
}
.link ul{
    height: 32px;
}
.link ul li{
    float: left;
    width: 123px;
    margin: 0 5px;
	text-align:center;
}
.link ul li a{
    display: block;
    width: 130px;
    height: 30px;
    overflow: hidden;
}

.fenye{
	height:100px;
	line-height:100px;
}

.fenye a{
	width:45px;
}

.fenye ul{
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.fenye ul li{
	list-style:none;
}
.fenye ul a{
	width:45px;
}

.fenye li{
    float: left;
    margin-right:20px;
    width:30px;
    height:30px;
    line-height:25px;
    border:1px solid #d8d8d8;
}

.fenye li a{
    width:45px;
}




.footer{
    height: 100px;
    background: url(footer.jpg) no-repeat center;
    background: #6b0101拢禄
    padding: 20px 0;
    font-size: 12px;
}
.footer p{
    height: 100px;
    line-height: 33px;
    color: #fff;
}
.footer p a{
    color: #fff;
}
.footer .rt div{
    float: left;
    margin: 20px 0 0 30px;
    text-align: center;
}
.footer .rt p{
    height: 30px;
    line-height: 30px;
}
.weChat{
    position: relative;
    cursor: pointer;
}
.weChat .wx{
    position: absolute;
    top: -155px;
    left: -65px;
    display: none;
}