﻿@charset "utf-8";
.wrap:after{
    display: none;
}
#content {
    width: 100%;
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*首页-广告轮播*/
#focusPic {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 559px;
    padding-bottom: 19px;
    margin: 0 auto;
    background: url(../../base/img/ind-banner-bg.png) left bottom repeat-x;
}

#focusPic .bd li {
    height: 559px;
}

#focusPic .bd .con {
    display: none;
}

#focusPic .hd {
    position: absolute;
    z-index: 1;
    bottom: 120px;
    left: 50%;
    margin-left: 420px;
}

#focusPic .hd li {
    display: none;
    width: 180px;
    float: left;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

#focusPic .hd li.on {
    display: block;
}

#focusPic .prev,
#focusPic .next {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    left: 50%;
    width: 90px;
    height: 60px;
    float: left;
    margin-left: 510px;
    background-color: white;
}

#focusPic .prev {
    margin-left: 420px;
}

#focusPic .prev:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    float: left;
    margin-top: -10px;
    overflow: hidden;
    background-color: #a1a1a1;
}

#focusPic .prev:before,
#focusPic .next:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 19px;
    float: left;
    margin: -10px 0 0 -15px;
    overflow: hidden;
    background: url(../../base/img/ind-focus-btn.png) center top no-repeat;
}

#focusPic .prev:hover:before {
    background-position: center -20px;
}

#focusPic .next:before {
    background-position: center -40px;
}

#focusPic .next:hover:before {
    background-position: center -60px;
}


/*背景*/
.box-bg {
    overflow: hidden;
    padding-bottom: 40px;
    background: url(../../base/img/ind-bg.jpg) center top no-repeat;
}

/*通用框*/
.ind-box {
    overflow: hidden;
}

.ind-box .th {
    height: 69px;
    line-height: 68px;
    margin: 0 auto;
    text-align: center;
}

.ind-box .th h3 {
    position: relative;
    z-index: 1;
    *display: inline;
    display: inline-block;
    padding: 0 5px;
    height: 68px;
    line-height: 68px;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
}

.ind-box .th h3 a {
    font-family: '宋体';
    font-weight: bold;
    color: #333;
}

.ind-box .th h3 a:hover {
    text-decoration: none;
}

.ind-box .th h3:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -2px;
    width: 30px;
    height: 3px;
    float: left;
    margin-left: -15px;
    background-color: #c02025;
}

.ind-box .td {
    padding: 30px 0 0;
}

/*信息公开*/
#ind-public {
    margin: 60px auto 30px;
}

#ind-public .hd {
    padding: 16px 0 25px;
    width: 280px;
    float: left;
    margin-right: 60px;
    background: #992410 url(../../base/img/ind-public-bg.png) 72px 182px no-repeat;
}

#ind-public .hd li {
    height: 80px;
    margin-top: 16px;
}

#ind-public .hd li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 32px 14px 0;
    text-align: right;
    color: white;
    font-size: 18px;
}

#ind-public .hd li a:hover {
    text-decoration: none;
}

#ind-public .hd li a .tit {
    height: 30px;
    line-height: 30px;
}

#ind-public .hd li a .intro {
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    color: #c28e89;
}

#ind-public .hd li a:after {
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 50%;
    content: "";
    width: 22px;
    height: 3px;
    line-height: 3px;
    float: left;
    margin-top: -2px;
    overflow: hidden;
    background-color: #fff;
}

#ind-public .hd li.on a {
    background: #d0b88a url(../../base/img/ind-public-on.png) right bottom no-repeat;
}

#ind-public .hd li.on .intro {
    color: #e8ddca;
}

#ind-public .bd {
    padding: 15px 0 0;
    overflow: hidden;
}


/*教学科研*/
#ind-teach .th {
    margin-top: 30px;
}

#ind-teach .th h3 a {
    color: #992410;
}

#ind-teach .th h3 {
    border-color: #c5ae80;
}

#ind-teach .hd {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#ind-teach .hd ul {
    *display: inline;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

#ind-teach .hd li {
    width: auto;
    float: left;
    margin: 0 9px;
}

#ind-teach .hd li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 18px;
    color: #992410;
    border: 1px solid #aa915f;
    border-radius: 40px;
}

#ind-teach .hd li a:hover {
    text-decoration: none;
}

#ind-teach .hd li.on a {
    background-color: #992410;
    border-color: 992410;
    color: white;
}

#ind-teach .bd {
    height: 328px;
    padding: 44px 0 0;
}

.topInfoList {
    overflow: hidden;
}

.topInfoList li {
    width: auto;
    float: left;
}

.topInfoList li.t {
    padding: 20px;
    background-color: #fff;
}

.topInfoList li.t .pic {
    overflow: hidden;
}
.topInfoList li.t .pic img{
    display: block;
}
.topInfoList li.t .con {
    position: relative;
    z-index: 1;
    padding: 8px 0 26px;
}

.topInfoList li.t .con a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.topInfoList li.t .con a:hover{
    text-decoration: none;
    color: #992410;
}
.topInfoList li.t .date {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}

.topInfoList li.n {
    margin-left: 20px;
    width: 212px;
    padding: 10px;
    text-align: center;
    background-color: #fdfbf7;
}
.topInfoList li.n:hover{
    background-color: #fff;
}

.topInfoList li.n .con {
    padding: 20px 20px;
    height: 266px;
    overflow: hidden;
    border: 1px solid #efe6d4;
}

.topInfoList li.n .tit {
    display: block;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #992410;
    text-align: left;
}

.topInfoList li.n .tit:hover {
    text-decoration: none;
}

.topInfoList li.n .date,
.topInfoList li.n .intro {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #999;
    text-align: left;
}

.topInfoList li.n .date {
    margin: 14px 0 20px;
}

.topInfoList li.n .more {
    *display: inline;
    display: inline-block;
    margin: 15px auto 0;
    text-align: center;
    padding: 0 28px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #999;
    border: 1px solid #d9d9d9;
    border-radius: 35px;
}

.topInfoList li.n .more:hover {
    text-decoration: none;
    color: white;
    background-color: #d0b88a;
    border-color: #d0b88a;
}


/*德育教育*/
#ind-moral {
    overflow: hidden;
    margin-top: 65px;
}

#ind-moral .th {
    width: 310px;
    height: 492px;
    float: left;
    margin: 0 auto;
    text-align: center;
    background:  url(../../base/img/ind-moral-bg.jpg) center top no-repeat;
}
#ind-moral .th h3 {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    *display: inline;
    display: inline-block;
    padding: 0 5px;
    height: 68px;
    line-height: 68px;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

#ind-moral .th h3 a {
    font-family: '宋体';
    font-weight: bold;
    color: #fff;
}

#ind-moral .th h3 a:hover {
    text-decoration: none;
}

#ind-moral .th h3:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -2px;
    width: 30px;
    height: 3px;
    float: left;
    margin-left: -15px;
    background-color: #fff;
}


#ind-moral .td {
    height: 452px;
    padding: 20px 50px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-left: 0;
}
#ind-moral .hd{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e6e6e6;
}
#ind-moral .hd .more{
    float: right;
    color: #999;
}
#ind-moral .hd li{
    width: auto;
    float: left;
    height: 51px;
    margin-bottom: -1px;
    margin-right: 0px;
    padding: 4px 5px 0;
}
#ind-moral .hd li a{
    display: block;
    padding: 1px 18px 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
#ind-moral .hd li a:hover{
    text-decoration: none;
}
#ind-moral .hd li.on{
    border-radius: 6px 6px 0 0;
    background: #992410 url(../../base/img/box-hd-bg.png) 60% bottom no-repeat;
}
#ind-moral .hd li.on a{
    padding: 0 17px;
    border: 1px solid #b34b39;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    color: white;
}
#ind-moral .bd{
    clear: left;
    padding: 20px 0 0;
    overflow: hidden;
}
#ind-moral .topicList .t{
    padding-bottom: 26px;
    margin-bottom: 15px;
    border-bottom-style: dashed;
}
#ind-moral .topicList .t img{
    display: block;
}
#ind-moral .topicList .t .con{
    padding-bottom: 40px;
}
#ind-moral .topicList .t .date{
    bottom: 0;
}

/*广告版位-2*/
#ind-banner {
    margin-top: 30px;
    overflow: hidden;
    height: 120px;
    position: relative;
    z-index: 1;
}

#ind-banner .bd .pic img {
    width: 1200px;
    height: 120px;
}
#ind-banner .bd .con{
    display: none;
}

#ind-banner .hd {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: 8px;
}

#ind-banner .hd li {
    float: left;
    width: 13px;
    height: 13px;
    text-align: center;
    cursor: pointer;
    margin-right: 6px;
    display: inline;
    background-color: #fff;
    color: #333;
}

#ind-banner .hd li span {
    display: none;
}

.focusAd .hd li.on {
    background-color: #013895;
    color: white;
}

/*快速导航*/
#ind-links {
    margin: 60px auto 78px;
}

.links-list{
    overflow: hidden;
}
.links-list li{
    width: 146px;
    height: 146px;
    float: left;
    margin-left: 29px;
    text-align: center;
}
.links-list li.li1{
    margin-left: 0;
}
.links-list li a{
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    padding: 88px 0 28px;
    height: 30px;
    line-height: 30px;
}
.links-list li a:hover{
    text-decoration: none;
}
.links-list li a:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 25px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-links-icon.png) center top no-repeat;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.links-list li a:hover:before{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg);
}
.links-list li.li2 a:before{
    background-position: center -55px;
}
.links-list li.li3 a:before{
    background-position: center -110px;
}
.links-list li.li4 a:before{
    background-position: center -165px;
}
.links-list li.li5 a:before{
    background-position: center -220px;
}
.links-list li.li6 a:before{
    background-position: center -275px;
}
.links-list li.li7 a:before{
    background-position: center -330px;
}
.links-list li a:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:  url(../../base/img/links-list-bg.png) center center no-repeat;
    border-radius: 50%;
    animation: rotate 40s linear infinite;
}
@keyframes rotate {
    from{
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
