﻿/*------------------------底部---------------*/
.footer{line-height: 32px;padding: 39px 0;background: #3B82C5;}
.footer .footerInner {
 width: 1300px;
 margin: 0 auto;
 font-size: 14px;
}
.footer_con{/* width:1200px; */margin:0px auto;display: flex;justify-content: space-between;}
/* .footer .foot_link{margin:0 50px 0 0px; color:#666} */
.footer .foot_link{margin:0 40px 0 32px;color: #fff;}
.footer .foot_link h1{font-size: 16px;margin-bottom: 14px;}
.footer .foot_link ul li{ height:24px; line-height:24px;}
.footer .foot_link ul li a{color: #fff;font-size: 14px;}
.footer .foot_link ul li.bg5{background: url(/Sites/Uploaded/UserUpLoad/20240321/20240321142829.png) no-repeat left;background-size: 14px;}
.footer .foot_link ul li.bg8{background: url(/Sites/Uploaded/UserUpLoad/20240321/20240321142558.png) no-repeat left;background-size: 14px 14px;}
.footer .foot_link ul li.bg6{background: url(/Sites/Uploaded/UserUpLoad/20240321/20240321142909.png) no-repeat left;url(/Sites/Uploaded/UserUpLoad/20141117/20141117112520.jpg) no-repeat 0 contain-intrinsic-block-size: auto 100px;}
.footer .foot_link ul li.bg7{background: url(/Sites/Uploaded/UserUpLoad/20240321/20240321142748.png) no-repeat left;}
.footer .foot_link1 h1{/* padding:0 0 0 25px; */}
/* 暂时隐藏 院报入口 */
.CollegeNews{display: none;}
.footer .foot_link1 ul li{padding: 0 0 0 17px;}
.footer .link_right{float:right;color: #fff;}
.footer .link_right a{color: #fff;}
.footer .link_right .bg8{/* height:28px; *//* line-height:28px; */display:block;/* float:left; *//* padding:0 0 0 30px; */}
.footer .link_right .bg9{ background:url(../images/ico6.jpg) no-repeat 0 0px; height:28px; line-height:28px; display:block; float:left; padding:0 0 0 30px;margin:0 0px 5px 0px;}

/*事业单位标识*/
.footer .link_right{position: relative; margin: 0 50px;}
#_ideConac{ bottom: 8px; position: absolute; right: 0;}
#_ideConac a { display: block;height: 60px; width: 60px;}
#_ideConac a img{ width: 100%;}

.footer_con .CollegeNews a img{filter:alpha(opacity=60); /*IE滤镜，透明度50%*/
-moz-opacity:0.6; /*Firefox私有，透明度50%*/
opacity:0.6;/*其他，透明度50%*/}
.footer_con .CollegeNews a:hover img{filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
-moz-opacity:1.0; /*Firefox私有，透明度50%*/
opacity:1.0;/*其他，透明度50%*/}


.adsdRgt2{ right:0px;/* left:50%; margin-left:492px;*/ bottom:15px;}
.adsdRgt2{font-size:12px;position:fixed;_position:absolute; bottom:15px; }
.adsdRgt2 a.back2{ color:#07519A;  width:36px; height:60px; font-size:14px; text-indent:-9999px;  display:block; }
.adsdRgt2 p.back_top2, .adsdRgt2 p.back_top2 a{ color:#07519A; width:36px; height:50px; font-size:14px; text-indent:-9999px; cursor:pointer;  display:block;}
*html #dlAdsRgt2{ top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.ads_bg2{ width:36px; height:110px; background:url(../images/topAndBack.jpg) no-repeat;}


/*二维码划过样式*/
.footer .foot_link1box{position:relative;}
.erwm_img{position:absolute;top:-200px;left:100px;z-index:1;}
.fixed_right {
 position: fixed;
 right: -52px;
 top: 50%;
 transform: translateY(-50%);
 display:none;
 z-index: 1;
 transition: all 0.3s;
}

.fixed_right ul li a {
 font-size: 16px;
 color: #fff;
 padding: 10px;
 display: block;
}

.fixed_right ul li {
 text-align: center;
 width: 64px;
 background: #3b82c5;
 margin-bottom: 5px;
 line-height: normal;
 transition: all 0.3s;
 border-radius: 5px;
 box-shadow: 0 0 5px #eee;
}

.fixed_right ul {
 /* padding: 0 10px; */
 /* box-shadow: 0 0 10px #ccc; */
 /* border-radius: 10px; */
 /* background: #fff; */
}

.fixed_right ul li:hover a {
 /* color: #3b82c5; */
}
.fixed_right ul li:hover {
 background: #81b3e3;
}
.footer .fixed_right:hover {
 right: 0;
}
@media only screen and (max-width:1300px){

.footer .footerInner {
 width: 1100px;
}
}

@media only screen and (max-width:768px){
 .footer_con {
 display: none;
}
 .phone_footer a {
 color: #fff;
}
 .footer .fixed_right {
 display: none;
}
.footer .footerInner {
 width: 100%;
 color: #fff;
}
}


  