﻿@charset "utf-8";

#header {
    position: relative;
    z-index: 3;
}

#content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.row {
    padding: 0;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto 20px;
    background: none;
    text-align: left;
    overflow: hidden;
}

.rowb {
    padding: 0;
    max-width: 1920px;
    _width: 1920px;
    margin: 0 auto 20px;
    background: none;
    text-align: left;
    overflow: hidden;
}

.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col-2 {
    width: 590px;
}

#indTzgg .hd li a {
    background-position: 0 -97px
}

#indXkyx .hd li a {
    background-position: 0 -97px
}

#focusPic {
    width: 1200px;
    height: 675px;
    margin: 0 auto;
}


#focusPic, #focusPic .bd {
    overflow: visible;
}


#focusPic .prev {
    position: absolute;
    right: 0;
    top: 279px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../base/img/right_arr.svg);
}

#focusPic .next {
    position: absolute;
    left: 0;
    top: 279px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../base/img/left_arr.svg);
}

#focusPic .intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#focusPic .intro span {
    color: #007F99;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

#focusPic .bd .pic img {
    width: 1587px;
    height: 675px;
}

#focusPic .hd {
    bottom: 70px;
    right: 20px;
}

#focusPic .hd ul li {
    width: 15px;
    height: 15px;
}

#focusPic .bd ul li {
   position: relative;
}

#focusPic .bd ul li .pic {
    margin-left: -193px;
    margin-right: -193px;
    width: 1587px;
    height: 675px;
}

#focusPic .bd .con {
    bottom: 26px;
    left: 0px;
    height: 60px;
    line-height: 60px;
}

#focusPic .bd .con .titleBg {
    height: 60px;
    display: none;
}

#focusPic .bd .con .title a {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#focusPic .bd .con .title {
    width: auto;
}

#focusNews {
    float: left;
    width: 543px;
    height: 430px;
    margin-top: 30px;
    margin-right: 28px;
}

#focusNews .hd {
    position: absolute !important;
    height: 12px;
}

#focusNews .hd ul {
    position: relative;
}

#focusNews .bd {
    padding: 0;
    border: 0;
}

#focusNews .bd .pic img {
    height: 430px;
}

#rowA {
    position: relative;
    overflow: visible;
}

#rowA .newsBox {
    position: absolute;
    top: -48px;
    right: 0;
    bottom: 0;
    width: 549px;
    height: 464px;
    border-bottom: 4px #007F99 solid;
    z-index: 999;
    background: #FFF url(../../base/img/logo_1.png) no-repeat 155px 165px / 300px;
    padding: 20px 40px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.10));
}

#rowA .newsBox .nhd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#rowA .newsBox .nhd .title {
    display: flex;
    flex-direction: column;
}

#rowA .newsBox .nhd .title .en {
	width: 194px;
    height: 32px;
    background: url(../../base/img/rowa_campus_news.png) no-repeat 0;
}
#rowA .newsBox .nhd .title .cn {
	margin-top: 20px;
    color: #007F99;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
}


#rowA .newsBox .nhd .tools{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#rowA .newsBox .nhd .tools .prev{
    width: 25px;
    height: 25px;
    background: url(../../base/img/left.svg) no-repeat center / contain;
    margin-right: 30px;
    cursor: pointer;
}
#rowA .newsBox .nhd .tools .next{
    width: 25px;
    height: 25px;
    background: url(../../base/img/right.svg) no-repeat center / contain;
    margin-right: 30px;
    cursor: pointer;
}


#rowA .newsBox .nhd .tools .more{
    width: 30px;
    height: 30px;
}


#rowA .newsBox .nhd .tools .more a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../base/img/icon_more.svg) no-repeat center / contain;
}

#rowA .newsBox .nbd .newsInfoList li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    margin-top: 10px;
}

#rowA .newsBox .nbd .newsInfoList li .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 64px;
}

#rowA .newsBox .nbd .newsInfoList li .date .dd {
    color: #999;
    text-align: center;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#rowA .newsBox .nbd .newsInfoList li .date .ym {
    color: #999;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#rowA .newsBox .nbd .newsInfoList li .line{
    margin: 0 15px;
    height: 55px;
    width: 1px;
    background-color: #EEE;
}

#rowA .newsBox .nbd .newsInfoList li a{
    display: block;
    max-height: 64px;
    width: 465px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
#rowA .newsBox .nbd .newsInfoList li a:hover{
    color: #007F99;
    text-decoration: none;
    font-weight: bold;
}

#rowA .col-2.fl {
    width: 760px;
}

#rowA .col-2.fr {
    width: 420px;
}

#rowA .box .bd {
    height: 220px;
}

#rowB {
    overflow: visible;
}

#rowB .fl {
    margin-left: -360px;
    width: 903px;
    height: 602px;
    background: url(../../base/img/rowb_bg_l.png) no-repeat 0;
}

#rowB .fr {
    margin-right: -360px;
    width: 1017px;
    height: 602px;
    background: url(../../base/img/rowb_bg_r.png) no-repeat 0;
    
}

#rowB .fl .nhd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 360px;
    margin-right: 30px;
}

#rowB .fl .nhd .title {
    display: flex;
    flex-direction: column;
}

#rowB .fl .nhd .title .en {
    width: 370px;
    height: 54px;
    background: url(../../base/img/rowb_tzgz_tit.png) no-repeat 0;
}
#rowB .fl .nhd .title .cn {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#rowB .fl .nhd .tools{
    display: flex;
    flex-direction: row;
    align-items: center;
}


#rowB .fl .nhd .tools .more{
    width: 30px;
    height: 30px;
}

#rowB .fl .nhd .tools .more a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../base/img/icon_more2.svg) no-repeat center / contain;
}

#rowB .fl .nbd {
    margin-left: 360px;
}

#rowB .fl .nbd .newsInfoList li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    margin-top: 15px;
}
#rowB .fl .nbd .newsInfoList li:hover {
    background: linear-gradient(90deg, rgba(0, 73, 88, 0.00) 0%, rgba(0, 73, 88, 0.20) 100%);
}
#rowB .fl .nbd .newsInfoList li .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 64px;
}

#rowB .fl .nbd .newsInfoList li .date .dd {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 75% */
}

#rowB .fl .nbd .newsInfoList li .date .ym {
    color: rgba(255, 255, 255, 0.50);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#rowB .fl .nbd .newsInfoList li .line{
    margin: 0 15px;
    height: 55px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.30);
}

#rowB .fl .nbd .newsInfoList li a{
    display: block;
    max-height: 64px;
    width: 432px;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}

#rowB .fr .nhd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 28px;
    width: 630px;
}

#rowB .fr .nhd .title {
    display: flex;
    flex-direction: column;
}

#rowB .fr .nhd .title .en {
    width: 370px;
    height: 54px;
    background: url(../../base/img/rowb_jysd_tit.png) no-repeat 0;
}
#rowB .fr .nhd .title .cn {
    color: #007F99;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#rowB .fr .nhd .tools{
    display: flex;
    flex-direction: row;
    align-items: center;
}


#rowB .fr .nhd .tools .more{
    width: 30px;
    height: 30px;
}


#rowB .fr .nhd .tools .more a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../base/img/icon_more3.svg) no-repeat center / contain;
}

#rowB .fr .nbd {
    margin-left: 28px;
    width: 630px;
}

#rowB .fr .nbd {
    position: relative;
}

#rowB .fr .nbd .newsInfoList {
    width: 630px;
    height: 450px;
    overflow: hidden;
}

#rowB .fr .nbd .newsInfoList li {
    float: left;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 420px;
    margin-top: 24px;
    background: url(../../base/img/rowb_jysd_bg.png) no-repeat center / cover;
    margin-right: 30px;
}


#rowB .fr .nbd .newsInfoList li .date {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-top: 31px;
    margin-left: 28px;
}

#rowB .fr .nbd .newsInfoList li .date .dd {
    color: #007F99;
    font-family: Arial;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#rowB .fr .nbd .newsInfoList li .date .ym {
    color: #007F99;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    margin-bottom: 5px;
}

#rowB .fr .nbd .newsInfoList li .line{
    margin: 20px 0 0 0;
    height: 1px;
    margin-left: 28px;
    width: 244px;
    background-color: #D4CBAD;
}

#rowB .fr .nbd .newsInfoList li a{
    display: block;
    margin-top: 30px;
    max-height: 64px;
    margin-left: 28px;
    width: 244px;
    overflow: hidden;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
}

#rowB .fr .nbd .newsInfoList li .intro{
    display: block;
    margin-top: 20px;
    height: 96px;
    margin-left: 28px;
    width: 244px;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

#rowB .fr .nbd .newsInfoList li a.btn{
    display: block;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    margin-left: 28px;
    width: 120px;
    text-align: center;
    border-radius: 50px;
    background: #D4CBAD;

    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

#rowB .fr .nbd .newsInfoList li a.btn:hover{
   background:  #007F99;
}


#rowB .fr .nbd .prev{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 190px;
    left: 8px;
    width: 25px;
    height: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(0, 0, 0, 0.20);
    cursor: pointer;
}
#rowB .fr .nbd .next{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 190px;
    right: 8px;
    width: 25px;
    height: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(0, 0, 0, 0.20);
    cursor: pointer;
}

#rowB .fr .nbd .next:hover{background:  #007F99;}
#rowB .fr .nbd .prev:hover{background:  #007F99;}
#rowC {
    height: 620px;
    background: url(../../base/img/rowc_bg.png) no-repeat 0;
}

#rowC .htools{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

#rowC .htools a {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#rowC .htools a .item {
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rowC .htools a .item .txt {
    margin-top: 12px;
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#rowC .cbd{
    margin-top: 50px;
}

#rowC .cbd .fl {
    width: 595px;
}

#rowC .cbd .fl .nhd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 75px;
    margin-right: 30px;
}

#rowC .cbd .fl .nhd .title {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

#rowC .cbd .fl .nhd .title .cn {
    margin-top: 15px;
    color: #007F99;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#rowC .cbd .fl .nhd .tools{
    display: flex;
    flex-direction: row;
    align-items: center;
}


#rowC .cbd .fl .nhd .tools .more{
    width: 30px;
    height: 30px;
}


#rowC .cbd .fl .nhd .tools .more a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../base/img/icon_more2.svg) no-repeat center / contain;
}

#rowC .cbd .fl .nbd .newsInfoList {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 25px;
}

#rowC .cbd .fl .nbd .newsInfoList li {
    display: flex;
    width: 210px;
    height: 79px;
    padding: 25px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0 10px 10px 0;
    background: #FFF;
    box-shadow: 4px 4px 0 0 #D5ECEF;
}


#rowC .cbd .fl .nbd .newsInfoList li .date {
    color: #007F99;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
}


#rowC .cbd .fl .nbd .newsInfoList li a{
    display: block;
    width: 210px;
    height: 50px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}


#rowC .cbd .fr {
    margin-left: 10px;
    width: 595px;
}


#rowC .cbd .fr .nhd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 75px;
    margin-right: 30px;
}

#rowC .cbd .fr .nhd .title {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

#rowC .cbd .fr .nhd .title .cn {
    margin-top: 15px;
    color: #007F99;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#rowC .cbd .fr .nhd .tools{
    display: flex;
    flex-direction: row;
    align-items: center;
}


#rowC .cbd .fr .nhd .tools .more{
    width: 30px;
    height: 30px;
}


#rowC .cbd .fr .nhd .tools .more a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../base/img/icon_more3.svg) no-repeat center / contain;
}

#rowC .cbd .fr .nbd .newsInfoList {
    margin-left: 20px;
    margin-top:10px;
}

#rowC .cbd .fr .nbd .newsInfoList li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    padding: 8px 15px;
    border-radius: 10px;
}
#rowC .cbd .fr .nbd .newsInfoList li:hover {
    background: linear-gradient(90deg, #99999933 0%, rgb(0 73 88 / 0%) 100%);
}
#rowC .cbd .fr .nbd .newsInfoList li .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 64px;
}

#rowC .cbd .fr .nbd .newsInfoList li .date .dd {
    color: #666;
    text-align: center;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 75% */
}

#rowC .cbd .fr .nbd .newsInfoList li .date .ym {
    margin-top: 3px;
    color: rgba(153, 153, 153, 0.50);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#rowC .cbd .fr .nbd .newsInfoList li .line{
    margin: 0 15px;
    height: 55px;
    width: 1px;
    background-color: rgba(153, 153, 153, 0.30);
}

#rowC .cbd .fr .nbd .newsInfoList li a{
    display: block;
    max-height: 64px;
    width: 432px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}

#rowD {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#rowD a {
    flex: 1;
    display: flex;
    justify-content: center;
}

#rowD .item {
    display: flex;
    width: 238px;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}
#rowD .item .tit{
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#rowD a:nth-child(1) .item{
    border-radius: 3px;
    background: linear-gradient(90deg, #1269D0 0%, #084E9A 100%);
}
#rowD a:nth-child(2) .item{
    border-radius: 3px;
    background: linear-gradient(90deg, #DB392A 0%, #F76533 100%);
}
#rowD a:nth-child(3) .item{
    border-radius: 3px;
    background: linear-gradient(90deg, #D9B47E 0%, #C5893E 100%);
}
#rowD a:nth-child(4) .item{
    border-radius: 3px;
    background: linear-gradient(90deg, #1FD49E 0%, #1A9AC6 100%);
}




#indTzgg .topicList .t .title {
    text-align: left;
    padding-left: 18px;
    background: url(../../base/img/liteicon.png) no-repeat 0;
}

#indTzgg .topicList .n {
    height: 30px;
    line-height: 30px;
    border: 0;
}

#indTzgg .topicList .t .intro {
    background: #9eb5d8;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

/* 热点专题 */
#indRdzt {
    zoom: 1;
    position: relative;
    padding: 20px 50px;
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
}

#indRdzt ul {
    margin-right: -32px;
    overflow: hidden;
}

#indRdzt li {
    float: left;
    width: 250px;
    margin-right: 32px;
}

#indRdzt li a {
    display: block;
}

#indRdzt li img {
    width: 100%;
    height: 100px;
}

#indRdzt .tit {
    display: block;
    font-size: 14px;
    padding: 5px 0 0;
    text-align: center;
    height: 25px;
    overflow: hidden;
}

#indRdzt .intro {
    color: #848484;
    text-align: center;
    display: none;
}

#indRdzt .prev {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    left: 10px;
    top: 68px;
    background: #cfd7e3 url(../../base/img/prevarr.png) no-repeat center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#indRdzt .next {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    right: 10px;
    top: 68px;
    background: #cfd7e3 url(../../base/img/nextarr.png) no-repeat center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#indRdzt .prev:hover,
#indRdzt .next:hover {
    border-color: #ddd;
    background-color: #ffbf63;
}

#rowC .box .bd {
    height: 210px;
}

#indJypt .bd {}

#indJypt .bd li {
    float: left;
    width: 20%;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 32px;
}

#indJypt .bd li .pic {
    display: block;
    margin: 0 auto;
}

#indJypt .bd li .pic img {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

#indJypt .bd li .pic:hover img {
    transform: scale(-1.1, 1.1);
}

#indJypt .bd li .icon {
    display: block;
    width: 60px;
    height: 60px;
    background: #73ca45 url(../../base/img/icons-jypt.png) no-repeat 16px;
    border-radius: 5px;
    margin: 0 auto;
}

#indJypt .li2 .icon {
    background-color: #16b3c4;
    background-position: -94px;
}

#indJypt .li3 .icon {
    background-color: #a089e1;
    background-position: -204px;
}

#indJypt .li4 .icon {
    background-color: #e76a4a;
    background-position: -314px;
}

#indJypt .li5 .icon {
    background-color: #16b3c4;
    background-position: -424px;
}

#indJypt .li6 .icon {
    background-color: #4d9de2;
    background-position: -534px;
}

#indJypt .li7 .icon {
    background-color: #73ca45;
    background-position: -644px;
}

#indJypt .li8 .icon {
    background-color: #efc70d;
    background-position: -754px;
}

#indJypt .li9 .icon {
    background-color: #5cbb8f;
    background-position: -864px;
}

#indJypt .li10 .icon {
    background-color: #7c7cd6;
    background-position: -974px;
}

#indJcsp .bd {
    position: relative;
}

#indJcsp .ibd li:after {
    content: "";
    display: block;
    clear: both;
}

#indJcsp .ibd li .pic {
    float: left;
}

#indJcsp .ibd li .title {
    float: right;
    width: 270px;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}

#indJcsp .ibd li .con {
    float: right;
    width: 270px;
    color: #7f7f7f;
}

#indJcsp .ihd {
    text-align: center;
    margin: 10px 0 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

#indJcsp .ihd li {
    display: inline-block;
    width: 36px;
    height: 5px;
    background: #d0d9e5;
    color: #d0d9e5;
    overflow: hidden;
    margin: 0 5px;
}

#indJcsp .ihd li.on {
    background: #ffbf63;
    color: #ffbf63;
}

#rowD .box .bd {
    height: 328px;
}

#indMsfc .hd {
    text-align: center;
    background: url(../../base/img/hdlinebg.png) repeat-x bottom;
    padding-bottom: 5px;
}

#indMsfc .hd li {
    display: inline-block;
    padding: 0 8px 0 38px;
    font-size: 20px;
    line-height: 35px;
    height: 43px;
    font-weight: bold;
    color: #616467;
    background: url(../../base/img/boxhdicons.png) no-repeat 0 3px;
}

#indMsfc .hd li {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

#indMsfc .hd li:hover {
    text-decoration: none;
}

#indMsfc .hd .on {
    color: #416eb4;
}

#indMsfc .hd .on {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

#indMsfc .bd {
    padding: 20px 0 0;
}

#indMsfc .bd ul {
    margin-right: -20px;
}

#indMsfc .bd li {
    float: left;
    margin-right: 20px;
}

/*--
颜色代码
#416eb4 深色标题
#ddd 淡色边框
--*/


/* 当屏幕在 1200px 到 1920px 之间时 */
@media screen and (min-width: 1200px) {
    body {
        overflow-x: hidden; /* 全局防止大背景导致的横向滚动 */
    }
}

/* 当屏幕小于 1200px 时 */
@media screen and (max-width: 1199px) {
    #rowB {
        overflow: hidden;
    }
}