/*通用样式*/

body {
    animation: fadeIn 0.5s ease;
}
#J_columnRight>div{
    display: none;
}
.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;
}

.row {
    margin: 20px auto;
}

.index-content .split {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #e0e0e0;
}


/* header */

.index-header .top {
    background-color: #014578;
}

.top-content {
    height: 68px;
}

.top-content .logo {
    display: inline-block;
    padding: 7px;
}

.top-content .logo img {
    width: 100%;
}

.top-content .logo span {
    display: none;
}

.top-content .part-btn {
    float: right;
    width: 390px;
    top: 17px;
    position: relative;
}

.top-content .form-control {
    color: #014578;
    font-family: 微软雅黑;
    font-size: 1.14em;
    border: 1px solid #002947;
}

.top-content .btn {
    border: 1px solid #002947;
    background-color: #ebebeb;
}

.top-content .part-btn .dropdown-menu {
    min-width: 390px;
}


/*banner*/

.banner {
    background-repeat: no-repeat;
    background-position: center center;
    height: 280px;
}


/*导航*/

.index-nav {
    background-color: #e1f3ff;
    border-bottom: 1px solid #00a9ff;
    height: 60px;
}

.index-nav ul {
    padding: 8px 0 0;
    height: 50px;
    text-align: center;
}

.index-nav li {
    display: inline-block;
}

.index-nav li a {
    display: block;
    width: 100%;
    line-height: 50px;
    padding: 0 10px 0 32px;
    color: #014578;
    font-family: 微软雅黑;
    font-size: 1.14em;
    outline: none;
    text-decoration: none;
    border: 1px solid #e1f3ff;
    border-bottom: none;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.index-nav li:hover a,
.index-nav li.selected a {
    border: 1px solid #00a9ff;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
}


/* 导航二级 */

.page-nav {
    display: none;
}


/*footer*/

.index-footer {
    background-color: #014578;
    text-align: center;
    padding: 20px;
}

.index-footer span {
    display: inline-block;
    font-family: 微软雅黑;
    font-size: 1.1428em;
    color: #a1bcd0;
    line-height: 38px;
}

.index-footer a,
.index-footer a.Ajiang{
    color: #a1bcd0;
    outline: none;
    text-decoration: 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;
}

.index-footer span.code:hover img {
    display: block;
    animation: slideDown 1s ease alternate;
}


/* 通用页面 */

.frame-header {
    border-bottom: 1px solid #d8d9d9;
}

.frame-content {
    padding: 20px 20px 60px 20px;
}

.frame-content p {
    font-family: 宋体;
    font-size: 1em;
    color: #0e0e0e;
    line-height: 25px;
}

.frame-content .row {
    margin: 20px auto;
}

.frame-content .container {
    padding: 0;
}


/*面包削导航*/

.frame-path {
    border-top: 2px solid #00a9ff;
    border-bottom: 1px solid #e8e6df;
    font-weight: bolder;
    font-family: 微软雅黑;
    font-size: 1.28em;
    color: #333333;
    line-height: 50px;
    padding: 0 50px 0 10px;
    position: relative;
}

.frame-path a {
    color: #333333;
    line-height: 25px;
}

.frame-path:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffc830;
    position: absolute;
    left: 0;
    top: 0;
}

.frame-path .now {
    font-weight: normal;
}

.page-content {
    min-height: 400px;
    padding: 10px;
}


/* 分页 */

.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;
}


/* 表格 */

.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: 12px 0;
    margin: 20px 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%;
}


/* 文章标题 */

.content-title {
    width: 100%;
    padding: 0 20px 10px 20px;
    display: table;
    text-align: center;
    color: #555555;
    margin: 5px auto 20px;
    border-bottom: 1px dashed #cccccc;
}

.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;
}


/* 文章内容 */

.txt-main {
    padding-bottom: 20px;
}

.txt-main img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

.txt-main p {
    text-indent: 2em;
}


/* 快速链接 */

.mod-quicklink .title {
    height: 50px;
    background-color: #00a9ff;
    background-image: url('../../images/auto_mechanical/index/quicklink_title.jpg');
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height: 50px;
    text-indent: 50px;
    font-size: 1.57em;
    color: #fff;
    border: 1px solid #00a9ff;
    border-bottom: none;
}

.mod-quicklink ul {
    border: 1px solid #d2d2d2;
    border-top: none;
    padding: 5px 0;
    position: relative;
}

.mod-quicklink ul:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    border-bottom: 1px solid #d2d2d2;
    left: 0;
    bottom: 1px;
}

.mod-quicklink ul li {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}

.mod-quicklink ul li:last-child {
    border-bottom: none;
}

.mod-quicklink ul li a {
    display: inline-block;
    font-family: 微软雅黑;
    font-size: 1.14em;
    line-height: 25px;
    color: #333333;
    width: 100%;
    background-position: 0px center;
    background-repeat: no-repeat;
    text-indent: 25px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.mod-quicklink ul li.active a,
.mod-quicklink ul li:hover a {
    color: #00a9ff;
}

.mod-quicklink ul li a.link1 {
    background-image: url('../../images/auto_mechanical/index/quicklink_ico01.jpg');
}

.mod-quicklink ul li a.link2 {
    background-image: url('../../images/auto_mechanical/index/quicklink_ico02.jpg');
}

.mod-quicklink ul li a.link3 {
    background-image: url('../../images/auto_mechanical/index/quicklink_ico03.jpg');
}

.mod-quicklink ul li a.link4 {
    background-image: url('../../images/auto_mechanical/index/quicklink_ico04.jpg');
}

.mod-quicklink ul li a.link5,
.mod-quicklink ul li a.link0 {
    background-image: url('../../images/auto_mechanical/index/quicklink_ico05.jpg');
}


/* 上/下一篇跳转*/

.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 {
    color: #3e3e3e;
    cursor: pointer;
}

.content-skip li.disabled a {
    color: #3e3e3e !important;
    cursor: default;
    text-decoration: none;
}

.content-skip li a:hover {
    color: #008ed6;
}


/*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 {
        background-color: #014578;
    }
    .index-header .top .min-box {
        height: 56px;
        text-align: center;
    }
    .index-header .top .logo {
        padding: 0;
    }
    .index-header .top .logo img {
        display: none;
    }
    .index-header .top .school-name {
        line-height: 56px;
        font-size: 1.71em;
        color: #fff;
        display: block;
    }
    .index-header .top .part-btn {
        top: 10px;
        width: 70px;
    }
    .index-header .top .form-control {
        display: none;
    }
    .index-header .top .btn {
        border-radius: 3px;
    }
    .top-content .part-btn .dropdown-menu {
        min-width: 190px;
    }
    /*header*/
    .index-header .nav-btn {
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        left: 5px;
        z-index: 99999;
        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: 420px;
    }
    .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: 99997;
        overflow: hidden;
        background: #000;
        opacity: 0;
        filter: Alpha(opacity=0);
    }
    #J_nav_mask.show {
        width: 100%;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        display: block;
    }
    /*导航*/
    .index-nav {
        width: 400px;
        height: 100%;
        position: fixed;
        margin: 0;
        left: -400px;
        top: 0;
        z-index: 99999;
        opacity: 0;
        filter: Alpha(opacity=0);
        background-color: #003258;
        border: none;
    }
    .index-nav.show {
        left: 0;
        opacity: 1;
        filter: Alpha(opacity=100);
    }
    .index-nav .min-box {
        width: 100%;
    }
    .index-nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
        height: auto;
    }
    .index-nav li {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
        border-bottom: 1px solid #002745;
        border-top: 1px solid #003b68;
        background-repeat: no-repeat;
        background-position: 20px 18px;
    }
       .index-nav li:hover,
    .index-nav li.selected {
        background-color: #1e72b8;
    }
    .index-nav li a {
        font-size: 1.71em;
        color: #62aae5;
        height: 60px;
        line-height: 60px;
        text-align: left;
        text-indent: 40px;
        border-radius: 0;
        border: none;
        background: none !important;
        position: relative;
    }
    .index-nav li a:last-child {
        background-image: none !important;
    }
    .index-nav li:hover a,
    .index-nav li.selected a {
        color: #ffffff;
        border: none;
        border-radius: 0;
        background-color: #1e72b8;
    }
    .index-nav li a:after {
        content: "";
        right: 20px;
        top: 50%;
        margin-top: -7px;
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-bottom: 13px solid;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    }
    .index-nav li:hover a:after,
    .index-nav li.selected a:after {
        border-top: 13px solid;
        border-bottom: none;
    }
    .index-nav li a:last-child:after {
        display: none;
    }
    .index-nav li ul.page-nav {
        position: relative;
        left: 0;
        width:100% !important;
        padding: 0;
        background: #014578;
    }
    .index-nav li:hover ul.page-nav,
    .index-nav li.selected ul.page-nav {
        padding: 0;
        height: auto;
        display: block;
    }
    .index-nav li ul li {
        border: none;
        padding: 0;
        width: 90%;
        margin: 0 auto;
        background: none !important;
        border-bottom: 1px solid #003a65;
    }
    .index-nav li ul li:last-child {
        border: none;
    }
    .index-nav li ul li a {
        font-size: 1.5em;
        background: none !important;
        border: none !important;
        line-height: 50px;
        height: 50px;
        text-indent: 20px;
        color: #62aae5 !important;
        text-align: left;
    }
    .index-nav li ul li:hover a,
    .index-nav li ul li.active a {
        color: #fff !important;
    }
    .frame-content {
        padding: 10px 10px 60px;
    }
    .frame-content .columnLeft {
        padding: 0;
    }
    /* 快速链接 */
    .mod-quicklink {
        display: none;
    }
    .banner {
        background-position: 65% center;
    }
}


/*pad col-sm/768 - 991*/

@media only screen and (max-width: 991px) {
    .md-visible {
        display: none !important;
    }
    .sm-visible {
        display: block !important;
    }
    .banner {
        height: 340px;
        background-size: 100% auto;
    }
    .content-skip li {
        text-align: left;
        margin: 10px 0;
    }
    .content-skip li.next {
        text-align: left;
    }
    /* footer */
    .index-footer .split,
    .index-footer .code {
        display: none;
    }
}


/*phone大 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: 320px;
    }
    .index-nav {
        width: 300px;
        left: -300px;
    }
    .index-footer span.visits {
        display: none;
    }
    .page-content {
    min-height: 200px;
}

}


/*phone中 col-md/480 - 639*/

@media only screen and (max-width:639px) {
    .index-header .top .school-name {
        display: none;
    }
    .index-nav li {
        background-position: 20px 7px;
    }
    .index-nav li a {
        font-size: 1.4em;
        height: 40px;
        line-height: 40px;
    }
    .index-nav li ul li a {
        font-size: 1.3em;
        line-height: 40px;
        height: 40px;
    }
    .banner {
        height: 250px;
    }
    .index-footer span.visits {
        display: none;
    }
}


/*phone小 col-md/320 - 479*/

@media only screen and (max-width:479px) {
    .index-header .top .school-name {
        display: none;
    }
    .index-header .nav-btn.active {
        left: 270px;
    }
    .index-nav {
        width: 250px;
        left: -250px;
    }
    .banner {
        height: 170px;
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
