﻿
/*通用样式*/

.min-box {
    width: 97.5%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.table-box {
    width: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.md-visible,
.sm-visible,
.xs-visible {
    display: none !important;
}

.lg-visible {
    display: block !important;
}

.center-block {
    margin: 20px auto;
}

.frame-content p {
    font-family: '宋体';
    font-size: 1.4em;
    color: #0e0e0e;
    line-height: 25px;
}

.columnLeft{
    min-height: 500px;
}
/*顶部*/

.index-header .top {
    background-color: #014578;
}

.index-header .top .min-box {
    position: relative;
    height: 68px;
}

.index-header .logo {
    /*width: 313px;*/
    height: 56px;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.index-header .logo a {
    outline: none;
    text-decoration: none;
}

.index-header .logo img {
    width: 100%;
}

.nav-btn,
#J_nav_mask,
.index-header .logo span {
    display: none;
}

.search-box {
    width: 300px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    background-color: #fff;
    border: 1px solid #00365b;
    border-radius: 4px;
    overflow: hidden;
}

.search-box a#J_SearchBtn {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/search_btn.jpg);
    z-index: 10;
    outline: none;
}

.search-box input {
    width: 84%;
    height: 38px;
    border: none;
    line-height: 40px;
    color: #2c3e50;
    padding-left: 10px;
    background: none;
    font-size: 1.14em;
    outline: none;
    z-index: 11;
}

.search-box a#search-close {
    display: none;
}


/*导航*/

.index-nav {
    margin: 0 auto;
}

.index-nav>ul {
    margin: 0 auto;
}

.index-nav>ul>li {
    width: 9.0909%; 
    float: left;
    text-align: center;
    position: relative;
}

.index-nav>ul>li a {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #0e0e0e;
    font-family: '微软雅黑';
    font-size: 1.14em;
    outline: none;
    text-decoration: none;
}

.index-nav>ul>li:hover a,
.index-nav>ul>li.selected a {
    background-color: #fa7c17;
    color: #fff;
}

.index-nav>ul>li ul.page-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #F1F1F1;
    height: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow-y: hidden;
    opacity: 0;
    transition: all .5s ease;
}

.index-nav li:hover ul.page-nav {
    height: auto;
    opacity: 1;
    padding: 10px;
}

.index-nav li ul li {
    width: 100%;
    float: none;
    padding: 5px 0;
    border-bottom: 1px solid #D2D2D2;
}

.index-nav li ul li:last-child {
    border-bottom: none;
}

.index-nav li ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    color: #0e0e0e !important;
    font-family: '微软雅黑';
    font-size: 1.14em;
    outline: none;
    text-decoration: none;
    background-color: #F1F1F1 !important;
    margin: 0 auto;
    text-align: center;
}

.index-nav li ul li:hover a,
.index-nav li ul li.active a {
    color: #fa7c17 !important;
    background-color: #fff !important;
}


/*banner*/

.index-banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.index-banner .item {
    height: 380px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.index-banner .item a.href-box{
width: 100%; height: 100%;
display: block;
}

.index-banner a.carousel-control {
    width: 38px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    background-repeat: no-repeat;
    opacity: 1;
    text-shadow: none;
}

.index-banner a.left {
    background-position: -38px center;
    background-image: url(../images/common/banner_btnL_un.png);
}

.index-banner:hover a.left {
    background-position: 0 center;
}

.index-banner a.left:hover {
    background-image: url(../images/common/banner_btnL_on.png);
}

.index-banner a.right {
    background-position: 38px center;
    background-image: url(../images/common/banner_btnR_un.png);
}

.index-banner:hover a.right {
    background-position: 0 center;
}

.index-banner a.right:hover {
    background-image: url(../images/common/banner_btnR_on.png);
}

.index-banner .item .carousel-txt {
    text-shadow: none;
    right: 2%;
    left: 2%;
    padding: 0;
    bottom: auto;
    top: 30px;
    max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
}

.index-banner .item.active .carousel-txt {
    opacity: 1;
    animation: slideDown 1s ease;
}

.index-banner .carousel-txt p {
    font-family: '微软雅黑';
    font-size: 1.7142em;
    color: #fff;
    font-weight: lighter;
}

.index-banner .carousel-txt.banner-txt1 {
    left: 50%;
    top: 30%;
}

.index-banner .carousel-txt.banner-txt1 p.title {
    font-size: 3.2142em;
}

.index-banner .carousel-txt.banner-txt2 {
    top: 10%;
    text-align: center;
}

.index-banner .carousel-txt.banner-txt2 p {
    font-size: 1.4285em;
    color: #0074cc;
}

.index-banner .carousel-txt.banner-txt2 p.title {
    font-size: 2.8571em;
    color: #0074cc;
}
.index-banner .carousel-txt.banner-txt2 img{
    width: 622px;
    height: 97px;
    margin: 0 auto;
}
.index-banner .carousel-txt.banner-txt3 {
    top: 30%;
    right: 35%;
    text-align: center;
}

.index-banner .carousel-txt.banner-txt3 p {
    font-size: 2.2857em;
}

.index-banner .carousel-txt.banner-txt3 p.title {
    font-size: 3.5714em;
}


/*footer*/

.index-footer {
    background-color: #014578;
    text-align: center;
    padding: 20px;
    white-space:nowrap;
    color: #a1bcd0 !important;
}

.index-footer span {
    display: inline-block;
    font-family: '微软雅黑';
    font-size: 1.1428em;
    color: #a1bcd0 !important;
    line-height: 38px;
}
.index-footer a,
.index-footer a.Ajiang{
    color: #a1bcd0 !important;
    outline: none;
    text-decoration: none;
}
.index-footer .visits img{
    display: none;
}
.index-footer span.split {
    color: #4d4d4d;
}

.index-footer span.code {
    position: relative;
    width: 38px;
    height: 38px;
    background: url(../images/common/code_ico.jpg) center no-repeat;
}

.index-footer span.code img {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -123px;
    display: none;
    z-index:99999;
}

.index-footer span.code:hover img {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -123px;
    display: block;
    animation: slideDown 1s ease;
}


/* 页面通用 */

.frame-content {
    padding: 20px;
}


/* sidebar */

.mod-title {
    background-color: #fa7c17;
    height: 66px;
    line-height: 66px;
    border-radius: 3px 3px 0 0;
    text-align: center;
    font-size: 1.57em;
    color: #fff;
}

.mod-sidebar>ul {
    border: 1px solid #d2d2d2;
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 20px 15px;
}

.mod-sidebar>ul>li {
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.mod-sidebar>ul>li:last-child {
    border-bottom: none;
}

.mod-sidebar>ul>li>a {
    display: block;
    color: #0e0e0e;
    font-size: 1.14em;
    cursor: pointer;
    text-decoration: none;
    line-height: 50px;
    position: relative;
}
.mod-sidebar>ul>li>a:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333333;
    right: 5px;
    top: 50%;
    margin-top: -3px;
}
.mod-sidebar>ul>li.active>a:after{
    border-bottom: 7px solid #fa7c17;
    border-top: none;
}
.mod-sidebar>ul>li>a:last-child:after{
    border: none;
}
.mod-sidebar>ul>li>a:hover,
.mod-sidebar>ul>li.active>a {
    color: #fa7c17;
}
.mod-sidebar>ul>li>ul{
    display: none;
    overflow-y: hidden;
    opacity: 0;
    transition: all .5s ease;
    padding-bottom: 10px;
}
.mod-sidebar>ul>li.active>ul{
    opacity: 1;
    display: block;
}
.mod-sidebar>ul>li>ul>li a{
    display: block;
    height: 40px;
    font-family: '微软雅黑';
    font-size: 1.14em;
    color: #333;
    background-color: #e2f3ff;
    margin: 5px auto 0;
    line-height: 40px;
    text-decoration: none;
}
.mod-sidebar>ul>li>ul>li.active a,
.mod-sidebar>ul>li>ul>li a:hover{
    color: #fff;
    background-color: #1790ea;
}
.mod-sidebar.regulations .mod-title {
    border-radius: 0;
    background-image: url('../images/regulations/regulations_contactus.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.mod-sidebar.regulations p{
    margin: 10px 0;
    font-family: '微软雅黑';
}
.mod-sidebar.regulations a{
    color: #333;
    outline: none;
    text-decoration: none;
}
.mod-sidebar.regulations p span{
    font-size: 0.71em;
}
.mod-sidebar.regulations .tel {
    background-color: #FFEAD9;
    padding: 5px;
    margin-bottom: 20px;
}
.mod-sidebar.regulations .tel{
    font-size: 1em;
}
.mod-sidebar.regulations .online-consulation span {
    line-height: 40px;
    font-size: 0.71em;
}

.mod-sidebar.regulations .online-consulation a.pull-right {
    display: inline-block;
    width: 46.7741935483871%;
    height: 40px;
    background-image: url('../images/regulations/online_consultation.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}


/* 面包削导航 */

.mod-path {
    margin: 5px auto;
    padding: 10px 0;
    border-bottom: 2px solid #0364a8;
}

.mod-path a {
    font-family: '微软雅黑';
    font-size: 1.28em;
    color: #0364a8;
    line-height: 25px;
}

.mod-path .now {
    margin-left: 5px;
    padding-left: 15px;
    background: url('../images/common/mod_path_split.jpg') 0 center no-repeat;
}


/* 分页 */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline-block;
    margin: 3px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    padding: 0;
    float: left;
    display: inline-block;
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #5db2f1;
    border-radius: 3px;
    outline: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fa7e1a;
    border-color: #e16400;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #d2d2d2;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 1.28em;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 0.85em;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    /* padding: 5px 14px; */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}


/* iframe */

iframe {
    margin: 10px auto;
}

embed {
    display: block;
    margin: 0 auto;
}


/* 表格 */

table {
    margin: 10px auto;
}

.table {
    border-spacing: 0;
}

.table caption {
    background-color: #bfe3ff;
    text-align: center;
    color: #0e0e0e;
    font-weight: bolder;
}

.table td {
    text-align: center;
    color: #014578;
    font-family: 宋体;
    border: 1px solid #8dcdff;
    vertical-align: middle !important;
}

.table th {
    font-weight: bolder;
    color: #014578;
    font-family: 宋体;
    text-align: center;
    border: 1px solid #8dcdff;
}


/*视频*/

.video-wrapper {
    width: 90%;
    padding: 5px 0;
    margin: 10px auto;
}

.video {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.video .jwplayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.video .alt {
    padding-top: 56.25%;
}
.jwplayer *{
    text-indent: 0;
}

/* 图片 */

.txt-main img {
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
    height: auto;
}


/* 内容标题 */

.content-title {
    width: 100%;
    padding: 10px 20px;
    display: table;
    background-color: #f9f9f9;
    text-align: center;
    color: #555555;
    margin: 5px auto 20px;
}

.content-title .title {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 1.7em;
    color: #0364a8;
    font-family: '微软雅黑';
}

.content-title .info {
    display: block;
    font-family: 宋体;
    text-align: center;
    font-size: 1em;
    color: #555555;
}


/* 跳转前一篇/后一篇 */

.content-skip {
    margin: 20px auto 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
}

.content-skip li {
    text-align: left;
}

.content-skip li.next {
    text-align: right;
}

.content-skip li a {
    display: block;
    color: #3e3e3e;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-skip li.disabled a {
    color: #3e3e3e !important;
    cursor: default;
    text-decoration: none;
}

.content-skip li a:hover {
    color: #fa7c17;
}


/*PC小屏（col-md-）/992 - 1199*/

@media only screen and (max-width: 1199px) {
    .lg-visible {
        display: none !important;
    }
    .md-visible {
        display: block !important;
    }
    .index-header .top .min-box {
        height: 56px;
    }
    /*导航按钮*/
    .index-header .nav-btn {
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        left: 5px;
        z-index: 999999;
        outline: none;
        text-decoration: none;
    }
    .index-header .nav-btn .line {
        width: 100%;
        height: 4px;
        margin: 6px auto;
        background: #fff;
    }
    .index-header .nav-btn.active {
        left: 568px;
    }
    .index-header .nav-btn.active .line2 {
        left: 10px;
        opacity: 0;
        display: none\9;
    }
    .index-header .nav-btn.active .line1 {
        border-radius: 3px;
        -webkit-transform: rotateZ(45deg) translateY(14px);
        -moz-transform: rotateZ(45deg) translateY(14px);
        -ms-transform: rotateZ(45deg) translateY(14px);
        -o-transform: rotateZ(45deg) translateY(14px);
        transform: rotateZ(45deg) translateY(14px);
    }
    .index-header .nav-btn.active .line3 {
        border-radius: 3px;
        -webkit-transform: rotateZ(-45deg) translateY(-14px);
        -moz-transform: rotateZ(-45deg) translateY(-14px);
        -ms-transform: rotateZ(-45deg) translateY(-14px);
        -o-transform: rotateZ(-45deg) translateY(-14px);
        transform: rotateZ(-45deg) translateY(-14px);
    }
    /*导航遮罩*/
    #J_nav_mask {
        position: fixed;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999997;
        overflow: hidden;
        background: #000;
        opacity: 0;
    }
    #J_nav_mask.show {
        width: 100%;
        opacity: 0.5;
        display: block;
    }
    /*logo*/
    .index-header .logo img {
        display: none;
    }
    .index-header .logo {
        text-align: center;
        width: auto;
        height: 56px;
        top: 0;
        margin-top: 0;
        position: relative;
        margin: 0 auto;
    }
    .index-header .logo span {
        display: inline-block;
        line-height: 56px;
        font-family: '微软雅黑';
        font-size: 1.7142em;
        color: #ffffff;
    }
    /*搜索*/
    .search-box {
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding-right: 45px;
    }
    .search-box a#J_SearchBtn {
        width: 40px;
        height: 40px;
        top: 0;
        margin-top: 0;
        left: 0;
        right: auto;
        background-image: url(../images/common/search_btn_pad_un.png);
    }
    .search-box input {
        width: 0;
        height: 40px;
        background: none;
        border-radius: 3px;
        text-indent: 50px;
        display: none;
        opacity: 0;
    }
    .search-box a#search-close {
        display: none;
    }
    .search-box.active {
        width: 97%;
        height: 40px;
    }
    .search-box.active a#J_SearchBtn {
        left: 8px;
        background-image: url(../images/common/search_btn_pad_on.png);
    }
    .search-box.active input {
        width: 100%;
        background-color: #fff;
        display: block;
        opacity: 1;
    }
    .search-box.active a#search-close {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/common/search_btn_close.jpg) center no-repeat;
        position: absolute;
        right: 0;
        top: 0;
    }
    /*导航区*/
    .index-nav {
        width: 550px;
        height: 100%;
        position: fixed;
        margin: 0;
        left: -550px;
        top: 0;
        z-index: 999999;
        opacity: 0;
        background-color: #003258;
        overflow-y: auto;
    }
    .index-nav.show {
        left: 0;
        opacity: 1;
    }
    .index-nav > ul {
        width: 100%;
        margin: 0 auto;
    }
    .index-nav>ul> li {
        width: 100%;
        float: none;
    }
    .index-nav>ul>li:hover>a,
    .index-nav>ul>li>a {
        font-size: 1.7142em;
        color: #62aae5;
        height: 50px;
        line-height: 50px;
        text-align: left;
        text-indent: 40px;
        background-image: url(../images/common/nav_ico_un.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-color: #003258;
    }
    .index-nav>ul>li>a:last-child {
        background-image: none !important;
    }
    .index-nav>ul>li.hover a,
    .index-nav>ul>li.selected a {
        color: #ffffff;
        background-color: #1e72b8;
        background-image: url(../images/common/nav_ico_on.png);
    }
    .index-nav li.selected ul.page-nav,
    .index-nav>ul>li ul.page-nav {
        position: relative;
        left: 0 !important;
        padding: 0;
        width:100% !important;
        background: none;
        display: none !important;
        height: 0 !important;
        opacity: 0 !important;
    }
    .index-nav li.hover:hover ul.page-nav,
    .index-nav li.hover ul.page-nav{
        padding: 0;
        display: block !important;
        opacity: 1 !important;
        height: auto !important;
    }
    .index-nav li ul li {
        border: none;
        padding: 0;
    }
    .index-nav li ul li a {
        font-size: 1.4em;
        background: #014578 !important;
        line-height: 50px;
        height: 50px;
        text-indent: 40px;
        color: #62aae5 !important;
        text-align: left;
        border-top: 1px solid #0a548b;
        border-bottom: 1px solid #003258;
    }
    .index-nav li ul li:hover a,
    .index-nav li ul li.active a {
        color: #fff !important;
        background: #014578 !important;
    }
    .index-banner .item {
        height: 270px;
        background-size: auto 100%;
    }
    .index-banner .carousel-txt p {
        font-size: 1.57em;
    }
    .index-banner .carousel-txt.banner-txt1 p.title {
        font-size: 2.14em;
    }
    .index-banner .carousel-txt.banner-txt2 p {
        font-size: 1.28em;
    }
    .index-banner .carousel-txt.banner-txt2 p.title {
        font-size: 2.57em;
    }
    .index-banner .carousel-txt.banner-txt3 p {
        font-size: 1.71em;
    }
    .index-banner .carousel-txt.banner-txt3 p.title {
        font-size: 2.57em;
    }
    .index-banner .carousel-txt.banner-txt2 img{
    width: 522px;
    height: 81px;
}
    .index-footer span.split,
    .index-footer span.code {
        display: none;
    }
}


/*pad（col-sm-）/768 - 991*/

@media only screen and (max-width: 991px) {
    .md-visible {
        display: none !important;
    }
    .sm-visible {
        display: block !important;
    }
    .index-banner .carousel-txt p {
        font-size: 1.4em;
    }
    .index-banner .carousel-txt.banner-txt1 p.title {
        font-size: 2.14em;
    }
    .index-banner .carousel-txt.banner-txt2 p {
        font-size: 1.28em;
    }
    .index-banner .carousel-txt.banner-txt2 p.title {
        font-size: 2.57em;
    }
    .index-banner .carousel-txt.banner-txt3 p {
        font-size: 1.5em;
    }
    .index-banner .carousel-txt.banner-txt3 p.title {
        font-size: 2.3em;
    }
        .index-banner .carousel-txt.banner-txt2 img{
    width: 422px;
    height: 65px;
}
    .columnRight {
        display: none;
    }
    .content-skip li {
        text-align: left;
        margin: 10px 0;
    }
    .content-skip li.next {
        text-align: left;
    }
}


/*手机（col-md-）/640 - 767*/

@media only screen and (max-width: 767px) {
    .sm-visible {
        display: none !important;
    }
    .xs-visible {
        display: block !important;
    }
    .index-header .nav-btn.active {
        left: 300px;
    }
    .index-nav {
        width: 250px;
        left: -250px;
    }
    .index-nav>ul>li>a {
        font-size: 1.4em !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .index-nav>ul>li ul.page-nav {
        /* max-height: 300px; */
    }
    .index-nav>ul>li ul li a {
        font-size: 1.3em !important;
        line-height: 40px;
        height: 40px;
    }
    .index-banner .carousel-txt p {
        font-size: 1.4em !important;
    }
    .index-banner .carousel-txt.banner-txt1 {
        left: 42%;
        top: 30%;
    }
    .index-banner .carousel-txt.banner-txt1 p.title {
        font-size: 2em;
    }
    .index-banner .carousel-txt.banner-txt2 p {
        font-size: 1.2em;
    }
    .index-banner .carousel-txt.banner-txt2 p.title {
        font-size: 2.2em;
    }
    .index-banner .carousel-txt.banner-txt3 p {
        font-size: 1.4em;
    }
    .index-banner .carousel-txt.banner-txt3 p.title {
        font-size: 2.2em;
    }
        .index-banner .carousel-txt.banner-txt2 img{
    width: 350px;
    height: 54px;
}
    .index-footer span.visits {
        display: none;
    }
    .columnLeft{
    min-height: 300px;
}
.index-footer {
    white-space:inherit;
}
}


/*手机（col-md-）/480 - 639*/

@media only screen and (max-width:639px) {
    .index-banner .item {
        height: 200px;
    }
    .index-banner .carousel-txt.banner-txt1 {
        left: 42%;
        top: 30%;
    }
    .index-banner .carousel-txt.banner-txt1 p {
        display: none;
    }
    .index-banner .carousel-txt.banner-txt1 p.title {
        display: block;
        font-size: 2.5em;
        text-align: center;
    }
    /*.index-banner .carousel-txt.banner-txt2 p {
    font-size: 1.2em;
}

.index-banner .carousel-txt.banner-txt2 p.title {
    font-size: 2.2em;
}*/
    .index-banner .carousel-txt.banner-txt3 {
        left: 15%;
        right: 50%;
    }
    .index-banner .carousel-txt.banner-txt3 p {
        display: none;
    }
    .index-banner .carousel-txt.banner-txt3 p.title {
        display: block;
        font-size: 2.5em;
    }
    .index-banner .carousel-txt.banner-txt2 img{
    width: 300px;
    height: 46px;
}
    .index-footer span.visits {
        display: none;
    }
}


/*手机（col-md-）/320 - 479*/

@media only screen and (max-width:479px) {
    .index-header .logo span {
        display: none;
    }
    .index-banner .item {
        height: 150px;
    }
    .index-banner .carousel-txt.banner-txt1 {
        left: 42%;
        top: 30%;
    }
    .index-banner .carousel-txt.banner-txt1 p.title {
        font-size: 2em;
    }
    .index-banner .carousel-txt.banner-txt2 p {
        display: none;
    }
    .index-banner .carousel-txt.banner-txt2 p.title {
        display: block;
        font-size: 2em;
    }
    .index-banner .carousel-txt.banner-txt3 p.title {
        display: block;
        font-size: 1.8em;
    }
        .index-banner .carousel-txt.banner-txt2 img{
    width: 260px;
    height: 40px;
}
    .index-nav>ul>li ul.page-nav {
        /* max-height: 200px; */
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes display {
    0% {
        display: none !important;
    }
    100% {
        display: block !important;
    }
}
