@charset "utf-8";
/*1200+ 内容宽度：1190px  页面内容居中  匹配默认样式 */
.content { width: 1200px; margin: 0 auto; position: relative; }
.wrap{ padding: 10px; background: #FFF; margin-bottom: 20px; }

/* 页面顶部 */
.header .header-main{padding: 20px 0 20px 0; overflow: hidden;border-bottom: 2px solid #091D64;}
.header-main .logo{float: left;height: 109px; padding-right: 25px;}
.header-main .alias{line-height: 110px;background: url('/Public/Home/Default/images/zypx/alias_bg.png') no-repeat center;float: left;overflow: hidden; }
/* 搜索框 */
.search{ float: right; border: 1px solid #81A8D8; width: 240px; height:40px; margin-top:30px;  position: relative;  -webkit-border-radius: 3px; border-radius: 3px;}
.search .text{ color: #769ACB; font-size: 1.4em; display: block; width: 80px; float: left;
 text-align: center; line-height: 38px; }
.search form{ display: block; width:210px;   }
.search .keyboard{ display: block; background: none; border: none; width: 100%; color: #769ACB; padding-left: 10px; font-size: 1.4em; line-height: 38px; }
.search .inputSub{ display: block; width: 16px; height: 15px;  cursor: pointer; position: absolute; right: 10px; top: 10px; background:url(/Public/Home/Default/images/common/search_btn.png) center center no-repeat; border: none; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #769ACB;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#769ACB;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#769ACB;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#769ACB;}
/* 导航部分 */
.nav-desktop{background-color: #1364C6;height: 50px;position: relative;}
.nav-desktop li{width: 16.6%; display: block; float: left; height: 50px;position: relative;text-align: center;}
.nav-desktop li:after{content:"";width: 90px;height: 10px;background: url('/Public/Home/Default/images/zypx/nav_after.png') no-repeat center;position: absolute;bottom:-10px;left: 50%;margin-left: -45px; z-index: 99;}
.nav-desktop li a { display: block; width: 50%;margin:0 auto;padding-top: 10px; text-align: center; color: #fff; font-size: 1.6em; }
.nav-desktop li a span{ display: block; width: 0%; height:2px; background: #fff; margin:5px auto 0; -webkit-transition: all .5s ease; -o-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; }
.nav-desktop li.selected a span,
.nav-desktop li:hover a span{ width:100%; }

/*当前位置*/
.location {background-color: #f8f8f8; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; height: 50px;}
.location-now{float: left;padding-left: 10px;}
.location-now a{font-size: 2.0em;color: #363636;line-height: 50px;display: block;position: relative;}
.location-now a:after{content: "";width: 100%;height:1px;background: #363636;position: absolute;bottom: 0;left: 0;z-index: 9;}
.location-main{float: right;font-size: 1.4em;background: url('/Public/Home/Default/images/frame/location.png')no-repeat left center;padding-left: 15px;padding-right: 10px;line-height: 50px;}
.location-main a{color: #666666;}
/*分页样式*/
.page { line-height: 50px; margin-top: 10px; text-align: center; font-size: 1.4em;  padding-bottom: 20px; }
.page a{ color: #999999; background: #F7F7F7; padding: 8px 12px; -webkit-border-radius: 3px; border-radius: 3px; margin:0 2px;}
.page span.current { background: #387FE3; color: #FFFFFF; padding: 8px 12px;-webkit-border-radius: 3px; border-radius: 3px; margin:0 2px; }
.page a:hover{background: #387FE3; color: #FFFFFF;  }
.page a.total{ cursor: not-allowed; }



/* 页脚 */
.footer{position: relative;margin-top: 1px;}
.footer:before{content: "";width: 100%;height: 5px;background: url('/Public/Home/Default/images/zypx/footer_before.png') repeat-x center;position: absolute;top:2px;left: 0;}
.footer .content{border-top: 2px solid #025294;margin-top:-2px;}
.footer .shcool-info{padding: 20px 0; text-align: center;width: 725px;margin: 0 auto;}
.footer span,.footer p{font-size: 1.4em;color: #666666;}
.footer span{display: inline-block;}
.footer .address{float: left;}
.footer .phone{float: right;}
.footer .copyright-info{padding-bottom: 17px;}
.footer p{text-align:center;line-height: 180%;}
.footer p a{color:#666666; }

/* 返回顶部 */
#scroll-top {position: fixed;color: #fff; width: 50px;height: 50px;line-height: 57px;text-align: center;right: 5px;bottom: 185px;cursor: pointer;
    background: #3854C5 url(../images/common/gotop.png) center 3px no-repeat;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;
    -ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;background-position: center;}
#scroll-top:hover {background-color: #036FD3;border-radius: 50%;}
