﻿@charset "utf-8";
/* Css Reset */
pre{white-space: pre-wrap; word-wrap: break-word;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {padding: 0;margin: 0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { vertical-align: top; border: 0; }
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal;  }
ol, ul, li { list-style: none; }
div, dl, dt, dd, ol, ul, li {zoom: 1;}
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;font-size: 100%;}
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
article,aside,dialog,footer,header,section,footer,nav,figure,menu,time{margin: 0;padding: 0;display:block;zoom:1;}


/* Public */
html{ width:100%; }
body{ width:100%; color:#333;font:14px/20px "微软雅黑"; -webkit-text-size-adjust: none; /* background: url(../../base/img/bodybg.png) repeat;*/ background-color: #ededed;}
/*li font{ font-size:12px !important; }*/
a{color:#333;text-decoration:none; outline:none;}
a:hover { text-decoration:none; color:#c50008; }
.clearbox {border:none;border-top: 1px solid transparent !important;clear: both;
font-size: 0;height: 0;line-height: 0;margin-top: -1px !important;visibility: hidden;}
.blank{ display:block; height:0px;font-size:0px; line-height:0; overflow:hidden; clear:both;  }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix{height:1%;}
*+html .clearfix{min-height:1%;}
.fl{ float:left;  }
.fr{ float:right;   }
.hide{ display:none; }
.mat{ margin-top:20px;  }
.mb15 { margin-bottom:15px;}
.siteWidth{width:1200px; margin:0 auto;}
.more{float:right;}
.wrap{min-width:1200px;*margin-bottom:-20px;overflow: hidden;}

/*顶部 S*/
#header{height:161px;background: #128ccc;}
#header .top{min-width:1200px;height:110px; line-height:28px; }
.logo{padding-top:15px; float:left; overflow:hidden; display: flex; align-items: center;}

.logo img{ max-height: 75px;
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.logo .site-name { font-weight: bold; font-size: 30px; padding-left: 20px; margin-left: 20px; position: relative; color: #fff; }
.logo .site-name::before { display: block; content: ""; width: 1px; height: 80%; background-color: #fff; opacity: 0.2; left: 0; top: 10%; position: absolute; }

#header .top .sw{height:110px; overflow:visible;}
#header .top_r{float:right; width:620px;}
#header .top_rt{float:right; height:28px; padding:15px 0px 9px;font-size: 14px; color: #fff;}
#header .top_rt a{ color: #fff;}

.s-form{width:280px; height:34px; float:right;margin:5px 0 0 0; background: #fff; border-radius: 34px; overflow:hidden;}
.s-form .input-box{display:block; float:left; width:245px; height:34px;}
.s-form .input-box input{display:block;  float:left;background: #fff; width:245px; height:34px; line-height:34px; padding-left:15px; border:0; outline: none;}
.s-form .btn-box{display:block; float:left; width:35px; height:34px;}
.s-form .btn-box #search{display:block; width:35px; height:34px;cursor: pointer;  font-size: 0; background: url(../../base/img/search.png) no-repeat left center;;border: 0;}

/* 站群导航-公共 */
#siteLast{position: relative;}
#siteLast dt {cursor: pointer;}
#siteLast dd{display:none; width:900px; position:absolute;  background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd table{border-collapse: collapse;border-spacing: 0; font-size:12px; width:100%}
#siteLast dd table td{padding-top:10px; padding-bottom:10px; overflow:hidden}
#siteLast dd table .tdlab{width:90px; text-align:right; padding-right:20px; vertical-align:middle; line-height:26px; font-weight:bold; }
#siteLast dd ul{overflow:hidden;}
#siteLast dd ul li{width:18%; margin-left:2%; float:left; height:26px; line-height:26px; overflow:hidden}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}
#siteLast.on dd{display:block;}

/* 站群导航-个性 */
#siteLast{ z-index: 30; width: auto; float: right; margin:15px 0 0 0; color:#fff;}
#siteLast dt{width: 70px; height: 30px; float: left;  text-align: center; line-height: 28px; font-size: 14px; color: #fff;}
#siteLast a{ padding:0; margin:0;}
#siteLast dd{font-size:12px;border: 3px solid #03A9F4;right:0px;left:auto;margin:0px;top: 30px;}
#siteLast li a{ cursor:pointer;}
#siteLast.on dt{ background-color:#03A9F4; color:#fff;}

/*顶部 E*/
.banner{width:100%; text-align:center;}

/*导航 S*/
.nav{ width: 100%; background-color: #fff; height:50px; line-height: 50px;   position: relative; z-index: 20; }
#mainNav {width: 1200px; margin: 0 auto; display: flex;}
.nav .li1 { height:50px;text-align:center;position:relative; flex: auto;}
.nav .a1 { line-height: 50px; display: block; font-size: 18px;}
.nav .on1 .a1 { border-bottom: 3px solid #128ccc; color: #128ccc;}
.nav .ul1{ display:none; width:100%;padding: 8px 0; position:absolute; left:0; top: 100%; z-index:22;  background: #ad5031;  }
.nav .a2 { display: block; text-align: center; font-size: 14px; line-height: 24px; padding: 8px 5px; color: #fff; }
.nav .on2:hover {background: #a92100;}

#content{width:1200px;margin: 18px auto 0 auto;clear: both; position:relative; z-index:10; overflow: hidden; }
/*图片校园 S*/
.pic_campus{margin-top:20px; position:relative;}
.mainBox .pic_campus .hd{background:#be3e20;}
.pic_campus .hd h3{}
.pic_campus .bd{padding:20px 4px 0; overflow:hidden; display:table; text-align:center;}
/*图片校园 E*/

/* path */
.path{float:right; margin-top:15px; overflow:hidden;}
.path a{padding:0 5px;}
.path em{font-style:normal;}

/* 布局 */
.side{width:240px;float:left;position:relative;z-index: 11;margin-right:20px;}
.mainContent{overflow:hidden;}

/*底部 S*/
#footer{ line-height: 26px; color: #fff;font-size: 14px; margin-top:30px; text-align: center; background: #128ccc;overflow: hidden;}
#footer .siteWidth{overflow: hidden; padding: 20px 0; }
#footer a{padding:0 4px; color:#fff;}
#footer a:hover{text-decoration: underline;}

/*底部 E*/


/* goTop */
#goTop{position:fixed;  display:none; _display:none !important; width:50px;height:50px;bottom:60px;right:5px;z-index: 99;cursor:pointer;margin:5px;width:40px;height:40px;border-radius:2px;-webkit-box-shadow:0 0 5px #9c9c9c;opacity:.9;background:rgba(0,0,0,.5); }
#goTop::after{ display:block; position:absolute; left:50%; top:50%; margin-left:-10px; margin-top:-15px; content:""; border-width:10px; border-color:transparent; border-bottom-color:#fff; border-bottom-style:solid; border-style:dashed; display:block; font-size:0; line-height:0; width:0;  }
/* winMark */
#winMark{ z-index: 1;width: 100%;display:none; height:100%; position:fixed; background:rgba(0,0,0,.8) ;left: 0;top: 0;}

.box .hd,.sideBox .hd{height:45px;line-height: 45px;padding:0 15px 0 22px;background: url(../../base/img/redbg.png) repeat-x; overflow: hidden;}
.box .hd h3,.sideBox .hd h3{float: left;color: #fff;font-size: 20px;}
.box .hd h3 a,.sideBox .hd h3 a{color: #fff;}
.box .hd a.more,.sideBox .hd a.more{font-size: 14px;color: #fff;}
.box .bd,.sideBox .bd{padding:17px 20px;background: #fff;}




/* 顶部注册登录 */
#header .userLogged{margin-top:1px;}
.user-mainbox .hd h3,
.user-mainbox .top h3{color:#a20000 !important;border-bottom:3px solid #a20000 !important;}
.user-mainbox .loginBtn {background: #a20000 !important;}
.user-mainbox .loginBtn:hover { background: #bd1c1c !important;}
#header .userLogged .userDropdown .ud-bd li a { color: #333; }


/* 顶部注册登录 */
.top_r .userLogged .split { font-family: "simsun"; color: #fff !important; }
.top_r .userLogged .userDropdown .nickname { font-weight: normal; }
.top_r .userLogged .loggedin .myMsg { background: url(../img/icons-userlogged.png) -37px -237px no-repeat; }
.top_r .userLogged .userDropdown .nickname:after { background: url(../img/userlogged-arrow.png) 0px 0px no-repeat; }
.top_r .userLogged .userDropdown .avatar { display: none; }
.top_r .userLogged .userDropdown .ud-bd { right: -17px; }
.top_r .userLogged .userDropdown .ud-bd li a { opacity: 1; }



/*-- CSS结束 --*/
