/*公用*/
html, body {
    width: 100%;
    min-width: 1200px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}


/* index */
.index-header {
    background: url('../images/index-header-bg.png') no-repeat;
    width: 100%;
    height: 253px;
    background-size: 100% 100%;
    position: relative;
}

.index-header-left {
    width: 526px;
    height: 81px;
    margin-top: 60px;
}

.index-header-left a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-header-right {
    margin-top: 40px;
    margin-right: 20px;
    width: 650px;
}

.index-header-info {
    width: 100%;
    text-align: right;
}

.index-header-info-list {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.index-header-info-list:nth-child(3n) {
    margin-right: 0;
}

.index-header-info-list .icon-circle {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}

.index-header-info-list .text {
    font-size: 14px;
    color: #fff;
}

.index-header-search {
    height: 50px;
    width: 425px;
    background: #48aa91;
    border-radius: 30px;
    margin: 0 auto;
}

.index-header-search .search-icon {
    background: url('../images/index-header-search.png') no-repeat;
    width: 23px;
    height: 23px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}

.index-header-search .search-line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 23px;
    background: #e6e6e6;
    margin: 0 10px;
}

.index-header-search input {
    background: none;
    border: none;
    width: 266px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index-header-search input::-webkit-input-placeholder {
    color: #fff;
}

.index-header-search input::-moz-placeholder {
    color: #fff;
}

.index-header-search input:-ms-input-placeholder {
    color: #fff;
}

.index-header-search .search-btn {
    background: url('../images/index-header-btn.png') no-repeat;
    width: 82px;
    height: 45px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.index-header-nav {
    width: 100%;
    height: 50px;
    background: #00543f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-header-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}

.index-header-item .index-header-list {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.index-header-item .index-header-list.active {
    background: #008564;
}

.index-header-item .index-header-list > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
}

.index-header-slide {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #008564;
}

.index-header-slide a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #b9e9dd;
    text-align: center;
}

.index-banner {
    width: 100%;
    height: 440px;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
}

.index-banner-item {
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.index-banner-list {
    width: 100%;
    height: 100%;
}

.index-banner-list a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-banner-fixed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    background-image: -webkit-linear-gradient(transparent 0,rgba(0,0,0,0.5) 85%);
    z-index: 9;
}

.swiper-pagination {
    text-align: center;
    width: 100%;
    top: 22px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #00785a;
}

.index-info {
    width: 100%;
    height: 770px;
    background: #fff;
    overflow: hidden;
}

.index-info-top {
    margin-top: 52px;
    width: 100%;
    height: 334px;
}

.index-info-top-left {
    width: 376px;
    height: 334px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.index-small-banner-list {
    width: 100%;
}

.index-small-banner-list img {
    width: 100%;
    height: 252px;
}

.index-samll-banner-text {
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
    font-size: 18px;
}

.index-info-top-left .swiper-pagination {
    position: absolute;
    top: 226px;
    height: 20px;
    text-align: right;
    color: #fff;
    margin-right: 12px;
}

.index-info-top-left .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    border-radius: 0;
    color: #333;
    text-align: center;
    font-size: 14px;
    margin: 0 6px 0 0 !important;
    font-weight: 400;
}

.index-info-top-left .swiper-pagination-bullet-active {
    background: #008564;
    color: #fff;
}

.index-info-top-middle {
    width: 451px;
    height: 334px;
    margin-left: 30px;
}

.index-info-top-middle-title {
    font-size: 0;
}

.index-info-top-middle-title a {
    display: inline-block;
    margin-right: 24px;
    width: 101px;
}

.index-info-top-middle-title a .text {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.index-info-top-middle-title a .line {
    display: block;
    background: url('../images/index-info-img1.png') no-repeat;
    width: 101px;
    height: 6px;
    background-size: 100% 100%;
    margin-top: 20px;
    display: none;
}

.index-info-top-middle-title a.active .text {
    color: #00785a;
}

.index-info-top-middle-title a.active .line {
    display: block;
}

.index-info-top-right {
    width: 315px;
    height: 334px;
}

.index-info-top-middle-content {
    margin-top: 20px;
}

.index-info-middle-list {
    width: 100%;
}

.index-info-middle-list a {
    display: block;
    width: 100%;
    margin-bottom: 21px;
    font-size: 0;
}

.index-info-middle-list a:hover .icon {
    background: #00785a;
}

.index-info-middle-list a:hover .text {
    color: #00785a;
    font-weight: 700;
}

.index-info-middle-list a .icon {
    width: 8px;
    height: 8px;
    background: #c8c8c8;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.index-info-middle-list a .text, .index-info-middle-list a .text1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    width: 437px;
    margin-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.index-info-middle-list a .text1 {
  width: 350px;
}

.index-info-middle-list a .riqi {
  width: 82px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.index-info-top-right-title {
    font-size: 0;
}

.index-info-top-right-title .text {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.index-info-top-right-title .line {
    background: url(../images/index-info-img1.png) no-repeat;
    width: 101px;
    height: 6px;
    background-size: 100% 100%;
    margin-top: 20px;
    display: block;
}

.index-info-top-right-content {
    width: 100%;
    margin-top: 10px;
}

.index-info-top-right-list {
    width: 100%;
    height: 57px;
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
    align-items: center;
}

.index-info-top-right-list:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.index-info-top-right-list .left {
    width: 43px;
    height: 42px;
}

.index-info-top-right-list .left .year, .index-info-top-right-list .left .date {
    display: block;
    width: 100%;
    height: 21px;
    line-height: 21px;
    background: #04795c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.index-info-top-right-list .left .date {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 21px;
    border-top: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #787878;
    font-weight: 400;
    font-size: 12px;
}

.index-info-top-right-list .right {
    width: 256px;
    font-size: 14px;
    color: #333;
    line-height: 150%;
    margin-left: 6px;
}

.index-info-top-right-list:hover .right {
    color: #00785a;
    font-weight: 700;
}

.index-info-bottom {
    margin-top: 42px;
    width: 100%; 
}

.index-info-bottom-left {
    width: 600px;
}

.index-info-bottom-left .index-info-middle-list a .text, .index-info-bottom-right .index-info-middle-list a .text {
    width: 75%;
    margin-left: 0;
}

.index-info-bottom-left .index-info-middle-list a .date, .index-info-bottom-right .index-info-middle-list a .date {
    width: 18%;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.index-info-middle-list a:hover .date {
    color: #00785a;
    font-weight: 700;
}

.index-info-bottom-right {
    width: 580px;
}

.index-column {
    width: 100%;
    height: 390px;
    background: #f0f0f0;
    overflow: hidden;
}

.index-column-title {
    margin-top: 30px;
}

.index-column-title img {
    width: 168px;
    height: 19px;
    display: block;
    margin: 0 auto;
}

.index-column-title .text {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 24px;
    color: #00785a;
    margin-top: 16px;
    font-weight: 400;
}

.index-column-content {
    margin-top: 28px;
}

.index-column-content .left {
    width: 940px;
    font-size: 0;
}

.index-column-content .left a {
    background: url('../images/index-column-icon1.png') no-repeat;
    width: 99px;
    height: 99px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 21px;
}

.index-column-content .left a:nth-child(8), .index-column-content .left a:nth-child(16) {
    margin-right: 0;    
}

.index-column-icon2 {
    background: url('../images/index-column-icon2.png') no-repeat !important;
}

.index-column-icon3 {
    background: url('../images/index-column-icon3.png') no-repeat !important;
}

.index-column-icon4 {
    background: url('../images/index-column-icon4.png') no-repeat !important;
}

.index-column-icon5 {
    background: url('../images/index-column-icon5.png') no-repeat !important;
}

.index-column-icon6 {
    background: url('../images/index-column-icon6.png') no-repeat !important;
}

.index-column-icon7 {
    background: url('../images/index-column-icon7.png') no-repeat !important;
}

.index-column-icon8 {
    background: url('../images/index-column-icon8.png') no-repeat !important;
}

.index-column-icon9 {
    background: url('../images/index-column-icon9.png') no-repeat !important;
}

.index-column-icon10 {
    background: url('../images/index-column-icon10.png') no-repeat !important;
}

.index-column-icon11 {
    background: url('../images/index-column-icon11.png') no-repeat !important;
}

.index-column-icon12 {
    background: url('../images/index-column-icon12.png') no-repeat !important;
}

.index-column-icon13 {
    background: url('../images/index-column-icon13.png') no-repeat !important;
}

.index-column-icon14 {
    background: url('../images/index-column-icon14.png') no-repeat !important;
}

.index-column-icon15 {
    background: url('../images/index-column-icon15.png') no-repeat !important;
}

.index-column-icon16 {
    background: url('../images/index-column-icon16.png') no-repeat !important;
}

.index-column-content .right {
    width: 241px;
}

.index-column-content .right a{
    background: url('../images/index-column-img4.png') no-repeat;
    width: 241px;
    height: 64px;
    background-size: 100% 100%;
    display: block;
    margin-bottom: 13px;
}

.index-column-btn2 {
    background: url('../images/index-column-img3.png') no-repeat !important;
}

.index-column-btn3 {
    background: url('../images/index-column-img2.png') no-repeat !important;
}

.index-special {
    width: 100%;
    height: 404px;
    background: #00785a;
    overflow: hidden;
}

.index-special-title {
    margin-top: 20px;
}

.index-special-title .icon {
    background: url('../images/index-special-icon1.png') no-repeat;
    width: 40px;
    height: 17px;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
}

.index-special-title .text {
    font-size: 23px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 24px;
}

.index-special-content {
    width: 100%;
    height: 230px;
    background: #fff;
    margin-top: 30px;
}

.index-special-banner {
    width: 1164px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.index-special-banner-list {
    width: 226px;
    margin-right: 15px;
    margin-top: 34px;
}

.index-special-banner-list img {
    display: block;
    width: 100%;
    height: 135px;
}

.index-special-banner-list .text {
    font-size: 14px;
    color: #333;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
    margin-top: 6px;
    line-height: 150%;
}

.swiper-button-prev, .swiper-button-next {
    background: url('../images/index-special-prev.png') no-repeat;
    width: 22px;
    height: 43px;
    background-size: 100% 100%;
}

.swiper-button-next {
    background: url('../images/index-special-next.png') no-repeat;
    background-size: 100% 100%;
}

.index-footer {
    width: 100%;
    height: 260px;
    background: #00543f;
}

.index-footer-title {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #00785a;
    position: relative;
}

.index-footer-title-item {
    width: 100%;
    height: 64px;
    text-align: center;
    font-size: 0;
}

.index-footer-title-item a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    width: 80px;
}

.index-footer-title-item a:last-child {
    margin-left: 30px;
}

.index-footer-title-content {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    background: #00543f;
    padding: 15px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 999;
}

.index-footer-title-list {
    width: 100%;
    font-size: 0;
}

.index-footer-title-list a {
    height: 40px;
    line-height: 40px;
    color: #1e9b7b;
    font-size: 14px;
    border-right: 2px solid #1b7961;
    padding:0 10px;
}

.index-footer-title-list a:hover {
    color: #fff;
}

.index-footer-title-list a:last-child {
    border-right: none;
}

.icon-dsj {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #1e9b7b;
    position: absolute;
    left: 536px;
    bottom: -10px;
}

.index-footer-title-list:last-child .icon-dsj {
    left: 646px;
}

.index-footer-content .left {
    margin-top: 30px;
    margin-left: 36px;
}

.index-footer-content .left .left-logo {
    width: 53px;
    height: 65px;
    margin-top: 22px;
}

.index-footer-content .left .left-info {
    margin-left: 26px;
}

.index-footer-content .left .left-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.index-footer-content .middle {
    width: 2px;
    height: 80px;
    background: #00785a;
    margin-left: 80px;
    margin-top: 10px;
}

.index-footer-content .right .gw-erweima, .index-footer-content .right .gw-weibo {
    width: 90px;
    margin-left: 40px;
}

.index-footer-content .right .gw-weibo {
    margin-left: 28px;
}

.index-footer-content .right .gw-erweima img, .index-footer-content .right .gw-weibo img {
    width: 90px;
    height: 90px;
}

.index-footer-content .right .gw-erweima .text, .index-footer-content .right .gw-weibo .text {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.index-footer-content .right .gw-file {
    margin-left: 30px;
}

.index-footer-content .right .gw-file .icon {
    background: url('../images/index-footer-img4.png') no-repeat;
    width: 18px;
    height: 20px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.index-footer-content .right .gw-file p {
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
}

.index-advert {
    position: fixed;
    right: 10px;
    top: 30%;
}

.index-advert-list {
    width: 152px;
    margin-bottom: 20px;
}

.index-advert-list img {
    width: 152px;
    height: 189px;
}

.index-advert-close {
    display: block;
    background: url('../images/index-advert-close.png') no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    margin: 6px auto 0;
}

/* 学校概况 */
.survey-banner {
    background: #fff;
}

.survey-crumbs {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #888;
    font-size: 12px;
}

.survey-crumbs a {
    color: #00785a;
}

.survey-content {
    margin-top: 20px;
    padding-bottom: 300px;
}

.survey-content .left {
    width: 254px;
    margin-left: 15px;
}

.survey-left-title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #00543f;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.survey-left-list {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    display: block;
    background: #f2f2f2;
    font-weight: 400;
    margin-top: 14px;
}

.survey-left-list.active {
    background: #00785a;
    color: #fff;
}

.common-content .right {
    width: 866px;
    margin-right: 15px;
}

.common-content .right .title {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #f2f2f2;
    margin-top: -10px;
    overflow: hidden;
}

.common-content .right .title .title-left {
    width: auto;
    height: 46px;
    line-height: 48px;
    border-bottom: 2px solid #00785a;
    font-size: 20px;
    font-weight: 700;
    color: #00785a;
}

.share-wrap {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #000;
}

.share-wrap .text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.share-component {
    display: inline-block;
}

.common-content .content {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.common-content .content p {
    text-align: justify;
    line-height: 160%;
}
a.moreinfo{
    width: 55px;
    height: 34px;
    color: #000;
    display: block;
    font-size: 16px;
}
.common-content .content table td a{
    color: #333;
}
.common-content .content table td a:hover{
    color: #333;
    text-decoration: underline;
}