.navbar-default {
    width: 100%;
    position: absolute;
    background: 0 0;
    z-index: 999;
    border: 0;
}

.navbar-right .dropdown-menu {
    top: 55px
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after {
    background: #fff;
    bottom: 15px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: 0 0
}

.navbar {
    border-radius: 0
}

img {
    width: 100%
}

.mobileImage {
    display: none
}

.mobileHiden {
    display: inline-block
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.swiperList {
    background: #FAFAFA;
    padding: 79px 0 80px
}

.swiperList h1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 39px
}

.swiperList .swiper-container {
    padding: 10px
}

.swiperList .swiper-slide {
    height: 120px;
    width: 161px;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 8px
}

.indexTop,
.indexTopContent {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: absolute;
}

.swiperList p {
    margin-top: 4px
}

.swiperList img {
    max-width: 56px;
    /* display: block; */
    margin: auto;
}
.swiperList .img{
    height:56px;
    line-height:56px;
}
.backgroundFAFAFA {
    background: #fafafa
}

.clearfloat:after,
.clearfloat:before {
    content: "";
    display: block;
    clear: both
}

.indexTop {
    background: #003A8C;
    opacity: .06;
    padding: 36px 0
}

.indexTopContent {
    padding-left: 120px
}

.indexTopContent .left {
    width: 320px;
    display: inline-block
}

.indexTopContent .webRight {
    position: absolute;
    right: 120px;
    top: 0
}

.indexTopContent .webRight a {
    color: #fff;
    opacity: .8;
    text-decoration: none
}

.indexTopContent .webRight li {
    float: left;
    font-size: 14px;
    color: #fff;
    padding: 0 20px
}

.indexTopContent .mobileRight {
    display: none
}

.advantage .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.advantage .left {
    width: 590px;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.advantage .right {
    display: inline-block;
    width: 530px;
    margin: 49px 35px;
    float: right;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1
}

.advantage .right h3 {
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(29, 88, 150, 0)), to(#1D5896));
    background-image: -moz-linear-gradient(right, rgba(29, 88, 150, 0) 0, #1D5896 100%);
    background-image: -o-linear-gradient(right, rgba(29, 88, 150, 0) 0, #1D5896 100%);
    background-image: linear-gradient(270deg, rgba(29, 88, 150, 0) 0, #1D5896 100%);
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400
}

.advantage .right ul {
    margin: 16px 20px
}

.advantage .right li {
    line-height: 40px;
    font-size: 20px;
    color: #333
}

.advantage .right li i {
    font-style: normal;
    color: #B1AC7A;
}

.indexContent .col-md-6 {
    padding: 0
}

.indexContent .moduleDescription {
    background: #FAFAFA;
    color: #333;
    text-align: justify
}

.indexContent .moduleDescription .description {
    height: 100%;
    font-size: 16px;
    line-height: 28px;
    padding: 40px
}

.indexContent .moduleDescription .article {
    margin-top: 62px
}

.newList {
    margin-bottom: 80px
}
.newList ul{
    padding: 0 10px;
}
.newList .title {
    color: #333;
    font-size: 24px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newList .time {
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px;
    color: #B1AC7A;
    padding: 10px;
    background-color: #f5f5f5;
    width: 100px;
    height: 100px;
}

.newList .date {
    font-size: 30px
}

.newList .year {
    font-size: 16px;
    text-align: center;
    position: relative
}


.newList li {
    padding-left: 147px;
    position: relative
}

.newList li:hover .time{
    color: #FFFFFF;
    background-color: #005aaa;
}
.newList li:hover .title{
    color: #005aaa
}

.newList p {
    margin: 0px 0 32px;
    color: #666;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexNumber,
.lizhu td,
.moduleTitle {
    text-align: center
}

.moduleTitle {
    margin: 100px 0 30px
}

.moduleTitle .bigTitle {
    font-size: 90px;
    line-height: 90px;
    color: #F5F5F5;
    position: relative
}

.moduleTitle .bigTitle .big {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    z-index: 1
}

.moduleTitle .bigTitle span {
    color: #333;
    font-size: 32px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    z-index: 2;
    bottom: 7px
}

.module .content {
    background: #FAFAFA
}

.module .moduleTitle span:after {
    content: '';
    width: 105px;
    height: 4px;
    background: #B1AC7A;
    position: absolute;
    right: 0;
    bottom: -12px
}

.module:nth-child(odd) .moduleTitle span:after {
    background: #1D5896;
    left: 0
}

.module:last-child .moduleTitle span:after {
    width: 100%;
}

.focus .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.focus .left {
    display: inline-block;
    width: 600px;
    padding: 20px 29px;
    font-size: 20px;
    color: #151515
}

.focus .right {
    width: 590px;
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}
.focus .right img{
    height: 410px;
}
.focus li {
    padding: 20px;
    margin: 40px 0;
    border: 1px solid #1D5896;
    position: relative;
    height: 110px;
}
.focus .li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.focus li i{
    font-style: normal;
    color: #B1AC7A;
    font-size: 28px;
}

.focus li span {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    background: #FAFAFA;
    padding: 0 15px
}

.jianchiModule,
.jt_descript {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox
}

.focus li:before {
    content: " ";
    width: 7px;
    height: 7px;
    background: #B1AC7A;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -4px;
    z-index: 10
}

.lizhu .lizhuModule {
    border: 0;
    border-collapse: inherit;
    border-spacing: 10px 12px
}

.lizhu .lizhuModule span {
    position: relative
}

.lizhu .lizhuModule span:after {
    width: 80px;
    content: '';
    height: 4px;
    background: #F5222D;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -40px
}

.jianchi,
.jianchiModule {
    position: relative
}

.lizhu td {
    border: 0;
    color: #fff;
    font-size: 28px;
}

.lizhu tr:nth-child(1) td:nth-child(2) {
    background: #1D5896
}

.lizhu tr:nth-child(2) td:nth-child(1) {
    background: #B1AC7A
}

.jianchiModule {
    width: 1100px;
    border: 1px solid #1D5896;
    left: 100px;
    display: flex
}

.jianchiModule .leftImg {
    width: 720px;
    left: -100px;
    display: inline-block;
    position: relative;
    z-index: 9;
    bottom: -20px;
}

.jianchiModule .leftImg .zw {
    height: 20px;
    width: 100%;
    background: #B1AC7A
}

.jianchiModule .right {
    padding: 69px 0 69px 0;
    font-size: 20px;
    position: relative;
    left: -50px;
    width: 440px;
}

.jianchiModule .right span {
    font-size: 28px;
    color: #B1AC7A;
    letter-spacing: 3px;
}

.jianchiModule .mao1 {
    width: 49px;
    margin: 0 0 44px
}

.jianchiModule .mao2 {
    width: 49px;
    margin: 44px 0 0;
    float: right
}

.jt_descript {
    width: 100%;
    min-height: 10px;
    display: flex;
    background: #fafafa
}

.jt_descript .left {
    word-wrap: break-word;
    word-break: normal;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding: 50px 40px 20px;
}

.jt_descript h1 {
    margin-bottom: 42px;
}

.jt_descript p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
}

.jt_descript .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.indexNumber {
    font-size: 16px;
    color: #6B6B6B;
    margin: 80px 0;
    width: 100%;
}
.indexNumber .title{
    line-height: 40px;
}
.indexNumber .number {
    width: 19%;
    display: inline-block;
    border-right: 1px solid #E8E8E8
}

.indexNumber .number:nth-child(5) {
    border: 0
}

.indexNumber span {
    color: #1D5896;
    font-size: 40px;
    margin-right: 4px
}

@media (max-width:768px) {

    .indexTop,
    .indexTopContent {
        height: 1rem;
        line-height: 1rem;
    }

    .mobileLogo,
    .mobileMenu,
    .moduleTitle .bigTitle .big {
        position: absolute
    }

    .mobileLogo {
        width: 4rem;
        top: .2rem;
        left: .3rem
    }

    .navbar-header {
        background: 0 0
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
        width: .44rem;
        height: .04rem;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: 0 0
    }

    .container-fluid {
        padding: 0
    }

    .main_content {
        width: 100%
    }

    .mobileHiden {
        display: none
    }

    .moduleTitle {
        margin: .8rem 0 .2rem
    }

    .mobileImage {
        display: block;
    }

    .focus .mobileImage {
        height: 3.6rem;
    }

    .webImage {
        display: none
    }

    .indexTop {
        padding: 0 0 0 .24rem
    }

    .indexTop .top {
        width: 3.5rem
    }

    .indexTopContent {
        padding-left: .24rem
    }

    .indexTopContent .left {
        width: 3rem
    }

    .indexTopContent .mobileRight {
        width: .3rem;
        display: inline-block;
        position: absolute;
        right: .27rem
    }

    .advantage .left,
    .indexTopContent .webRight {
        display: none
    }

    .mobileMenu {
        right: .3rem
    }

    .mobileMenu li {
        height: .5rem;
        text-align: right;
        background: #dceaf8;
        padding: .1rem .2rem
    }

    .jt_descript h1,
    .swiperList .swiperContent {
        text-align: center
    }

    .focus li span,
    .jt_descript,
    .module .content,
    .swiperList {
        background: #fff
    }

    .mobileMenu a {
        color: #fff
    }

    .indexNumber {
        margin: .36rem 0 .8rem;
        font-size: .2rem;
        color: #6B6B6B;
    }

    .indexNumber .number {
        width: 30%;
        border: 0
    }

    .indexNumber .numberUnit {
        color: #333
    }

    .indexNumber span {
        font-size: .4rem
    }
    .number .numberUnit span {
    color: #1D5896;
    font-size: .4rem;
    line-height: .4rem;
    display: inline-block;
    margin-right: .08rem;
}

    .newList {
        margin-bottom: .8rem
    }

    .newList .title {
        font-size: .24rem;
        line-height: 1rem;
    }

    .newList li {
        padding-left: 1.4rem;
    }

    
.newList .title {
    color: #333;
    font-size: .24rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newList .time {
    text-align: center;
    position: absolute;
    left: 0;
    top: .2rem;
    color: #B1AC7A;
    padding: .1rem;
    background-color: #f5f5f5;
    width: 1.2rem;
    height: 1rem;
}


    .newList .date {
        font-size: .3rem
    }

    .newList .year,
    .newList p {
        font-size: .2rem
    }

    .newList .year:before {
        width: .1rem;
        left: 2px
    }

    .newList .year:after {
        width: .1rem;
        right: 2px
    }

    .newList p {
        margin: .16rem 0 .28rem;
        line-height: .28rem
    }

    .moduleTitle .bigTitle {
        font-size: .9rem
    }

    .moduleTitle .bigTitle span {
        font-size: .32rem;
        line-height: .32rem;
        bottom: .1rem
    }

    .moduleTitle .bigTitle span:after {
        bottom: -.15rem;
        width: 1.05rem;
        height: 2px
    }

    .advantage .right {
        width: 100%;
        margin: 0
    }

    .advantage .right h3 {
        height: .44rem;
        font-size: .28rem;
        line-height: .4rem;
        padding: 0 .2rem
    }

    .advantage .right ul {
        margin: .2rem 0
    }

    .advantage .right li {
        font-size: .24rem;
        line-height: .38rem;
    }
.advantage .right li i {
    font-size: .34rem;
}
.newList ul{
    padding: 0;
}
    .module {
        width: 90%;
        margin: 0 auto
    }

    .focus .content {
        display: block
    }

    .focus .left {
        width: 100%;
        font-size: .24rem;
        padding: .2rem 0 0;
    }

    .focus li {
        padding: .2rem;
        margin: .39rem 0 0 .1rem;
        line-height: .44rem;
        height: 1.4rem;
    }

    .focus li i {
        font-size: .34rem;
    }

    .focus li span {
        top: -.22rem;
    }

    .focus .right {
        width: 100%;
        display: none
    }

    .lizhu .lizhuModule {
        border-spacing: .1rem
    }

    .lizhu .lizhuModule img{
        height: 2rem;
    }

    .lizhu .lizhuModule span:after {
        width: .8rem;
        margin-left: -.4rem;
        bottom: -.16rem
    }

    .lizhu .lizhuModule td {
        font-size: .28rem;
    }

    .jianchi .mobileTitle {
        font-size: .24rem;
        color: #333;
        line-height: .38rem;
        margin-bottom: .32rem;
    }

    .jianchi .jianchiModule {
        width: 90%;
        margin-bottom: .3rem;
        left: .5rem;
        display: inline-block
    }

    .jianchi .jianchiModule .leftImg {
        left: -.6rem
    }

    .jianchi .leftImg {
        width: 6.3rem;
        bottom: -.3rem
    }

    .jianchi .leftImg .zw {
        height: .2rem
    }

    .jianchi .right {
        height: 4.3rem
    }

    .jt_descript {
        width: 90%;
        margin: 0 auto;
        color: #333
    }

    .jt_descript .mobileImage {
        display: block
    }

    .jt_descript .left {
        padding: 0;
        width: 100%
    }

    .jt_descript p {
        font-size: .24rem;
        line-height: .38rem;
        margin-top: .2rem;
    }

    .jt_descript h1 {
        font-size: .32rem;
        margin-bottom: .4rem;
    }

    .jt_descript .right {
        display: none
    }

    .swiperList {
        padding: 0 0 .8rem
    }

    .swiperList h1 {
        font-size: .32rem;
        line-height: .48rem;
        margin: .4rem;
    }

    .swiperList img {
        max-width: .56rem;
        margin: 0 auto
    }
    .swiperList .img {
        height: auto;
        line-height: normal;
    }

    .swiperList .swiper-slide {
        height: 1.2rem;
        font-size: .2rem
    }
}