﻿/*1200+ 内容宽度：1190px  页面内容居中  匹配默认样式 */
.content { width: 1200px; margin: 0 auto; position: relative;padding: 0 10px; }
.wrap{ padding: 10px; background: #FFF; margin-bottom: 20px; }
/* 页面顶部 */
.header .header-main{padding: 20px 0 20px 0; overflow: hidden;}
.header-main .logo{float: left;height: 109px; padding-right: 25px;}
.header-main .alias{line-height: 110px;background: url('../../../images/subject/common/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;outline: 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(../../../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: #387FE3;}
.nav-desktop li{width: 20%; display: block; float: left; height: 50px;}
.nav-desktop li:first-child,.nav-desktop .first-nav,.nav-desktop .last-nav,.nav-desktop .last-second{width:10%; }
.nav-desktop li a { display: block; width: 100%; text-align: center; color: #fff; font-size: 1.6em;line-height: 50px; }
.nav-desktop li ul{ position: relative; z-index: 100; width: 100%; display: block; max-height: 0px; overflow: hidden; padding:10px 0 0; -webkit-transition: all  .5s ease-in-out; -o-transition: all  .5s ease-in-out; -moz-transition: all  .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out}
.nav-desktop li ul li{ width: 100%; float: none;  background:#FFFFFF; height: auto;   }
.nav-desktop li ul li a{ font-size: 1.4em; padding: 8px 0; width: 100%; margin: 0 auto; color: #666666; }
.nav-desktop li.selected a,
.nav-desktop li:hover>a{ background: #F15651; }
.nav-desktop li.selected ul li a{ color: #666 }
.nav-desktop li.selected ul li:hover a{ color: #FF4E00 }
.nav-desktop li li a{color: #FFF;}
.nav-desktop li:hover ul{max-height: 400px; }
/* banner */
.banner{background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;position: relative;overflow: hidden;height: 300px;}
.index-banner .banner-content{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1;}
.banner-dsgzs{background-image: url('../../../images/subject/dsgzs/banner.png');}
.banner-dsgzs .text01 { position: absolute; left: 215px; top: 100px; z-index: 10; }
/* 页脚 */
.footer{background: #0C2589;}
/*友情链接*/
.link .content{ padding-left: 170px; height: 59px;border-bottom: 1px solid #34489B;}
.link span{ display: block; color: #fff; font-size:1.6em;letter-spacing: 1px; background:url(../../../images/common/link_title.png) right center no-repeat; padding-left: 10px;  height: 21px; line-height: 21px; width:170px;position: absolute;left: 0; top: 15px;  }
.link span em{display: inline-block;padding:0px 15px; background: #799FD3;font-family: "Times New Roman";font-size: 14px;margin-right: 5px}
.link .link-item { width:20%; margin: 0 4%; float: left; position: relative;  }
.link .last-item{float: right}
.link .link-type { font-size: 1.4em; color: #81A8D8; display: block; padding: 14px 0 10px; cursor: pointer; border-bottom: 1px solid #799FD3; background: url('../../../images/common/link.png')  right center no-repeat; }
.link .link-list { background: #fff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; max-height: 0; overflow: hidden; position: absolute; top: 42px; width: 100%; z-index: 99; }
.link .link-item:hover .link-list { max-height: 140px; overflow-y: auto; border: 1px solid #E9E9E9; }
.link  a { display: block; height: 35px; line-height: 35px; font-size: 1.4em; color: #666; padding-left: 10px; }
.link  a:hover { background: #E9E9E9; color: #333; }
.link  .last-item a{color: #fff;padding-top: 14px;}
.link  .last-item a:hover{background: none;}
.footer .school-info{ padding: 20px 0 30px 0; }
.footer .info{display: block; color: #FFF; font-size: 1.4em; float: left; width:355px; line-height: 2.2; padding-top: 10px;}
.footer .info li{ padding-left: 25px; }
.footer .info li.address{ background: url(../../../images/common/address.png) 3px 8px no-repeat; }
.footer .info li.code{ background: url(../../../images/common/email.png) 3px 8px no-repeat; }
.footer .info li.phone{ background: url(../../../images/common/phone.png) left 8px no-repeat; padding-left: 0;}
.footer .info li.phone span:first-child{padding-left: 25px;}
.footer .info li.phone .number{display: block;font-size: 22px;font-family: "Arial";margin-top: -10px;}
.footer .qr-code{ float: right;width: 220px; }
.footer .qr-code li{ width: 96px;height: 96px; float: left; background: #5061A8; text-align: center; color: #FFF; font-size: 1.2em; }
.footer .qr-code .blue {margin-right: 20px;}
.footer .qr-code .blue img {display: block; max-width: 100%; margin: 20px auto 0 auto}
.footer .qr-code .code-img img {display: block; width: 100%;}
.footer .copyright{background: #091D64; padding: 12px 0}
.footer .copyright span{color: #fff;font-size: 1.4em;}
.footer .copyright span.footer-police{font-size: 14px;display: inline-block;line-height: 22px;padding-left: 30px;background: url(../../../images/common/ico_police.png) 5px center no-repeat;}
.footer .copyright span a{color: #fff;}
.footer .copyright .advice{float: right;display:block;}

/*返回顶部*/
#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;-o-transition: all .5s ease;transition: all .5s ease;background-position: center;}
#scroll-top:hover {background-color: #036FD3;-webkit-border-radius: 50%;border-radius: 50%;}
