@charset "utf-8";
* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 768px) {
    /*html{
        overflow-x: hidden;
    }*/
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin: 0;
    }
}

/*
*首页
*/
/*<!--顶部-->*/
#top {
    line-height: 25px;
    border-bottom: 1px solid #dfdfdf;
    background: #f4f4f4;
}

#top .num {
    color: #c9302c;
}

#top .left li {
    margin-right: 30px;
}

.line {
    margin: 0 5px;
    color: #999;
}

#top .right {
    padding-right: 135px;
}

#top .QQtm {
    margin-left: 10px;
}

/*<!--LOGO-->*/
#logo .title {
    padding-left: 10px;
    color: red;
    font-size: 18px;
    line-height: 108px;
}

/*<!--导航栏-->*/
#nav .navbar-inverse {
    /*background-color: #003c71;*/
    border: none;
}

#nav .navbar-collapse {
    padding: 0;
    font-size: 18px;
}

#nav .navbar-nav {
    margin: 0;
}

@media (max-width: 768px) {
    #nav .navbar-form {
        margin: 0;
    }
}

#nav .navbar {
    margin: 0;
    border-radius: initial;
}

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

#nav .navbar-inverse .navbar-nav > .active > a,
#nav .navbar-inverse .navbar-nav > .active > a:focus,
#nav .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #0071c5;
}

#nav .btn-default {
    color: #003c71;
}

#nav .nav > li > a {
    padding-left: 32px;
    padding-right: 32px;
}

/* <!--内容-->*/
.warp {
    padding-top: 10px;
}

/*<!--广告轮播-->*/
#banner {
    border-radius: 6px;
    overflow: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#banner .carousel-inner img {
    width: 100%;
    height: 187px;
    border-radius: 6px;
    overflow: hidden;
}

#banner.carousel-control.right,
#banner.carousel-control.left {
    background-image: none;
}

/*<!--主要内容-->*/
#main {
    position: relative;
}

/*<!--首页公告-->*/
.swiper_wrap {
    position: relative;
    width: 100%;
    height: 35px;
    margin: 10px auto;
    overflow: hidden;
}

.swiper_title {
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 0;
    line-height: 35px;
}

.font_inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    float: right;
    color: #444;
    font-size: 14px;
    margin-top: 1px;
}

.font_inner li {
    line-height: 35px;
    padding-left: 60px;
}

.swiper_wrap .font_inner a {
    font-size: 14px;
    color: #ff0000;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*<!--类型选择区域-->*/
.param-filter {
    font-size: 16px;
    padding: 0 5px;
}

.filter-item {
    border-top: 1px dashed #e6e6e6;
    padding: 5px 0;
}

.last-filter-item {
    border-bottom: 1px dashed #e6e6e6;
}

.filter-type {
    line-height: 30px;
    margin-right: 30px;
}

.param-value-list {
}

.param-value-list li {
    float: left;
    text-align: center;
    width: 110px;
}

.param-value-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 3px;
    margin-right: 30px;
    white-space: nowrap;
}

.param-value-list li a.active,
.param-value-list li a:hover {
    background-color: #f60;
    color: #fff;
}

@media (max-width: 768px) {
    .filter-type {
        margin-right: 5px;
    }

    .param-value-list li {
        width: 70px;
    }

    .param-value-list li:nth-child(1) {
        width: 35px;
    }

    .param-value-list li a {
        padding: 0 2px;
        margin-right: 0px;
    }
}

/*<!--数据展示区域-->*/
.dataTable {
    margin-top: 10px;
    text-align: center;
}

.dataTable .table > thead > tr > th {
    font-size: 18px;
    font-weight: bold;
    color: #003c71;
    text-align: center;
    background: #fff;
}

.dataTable .table > tbody > tr > td {
    font-size: 14px;
}

.dataTable .table > tbody > tr:nth-child(1),
.dataTable .table > tbody > tr:nth-child(2),
.dataTable .table > tbody > tr:nth-child(3),
.dataTable .table > tbody > tr:nth-child(4),
.dataTable .table > tbody > tr:nth-child(5),
.dataTable .table > tbody > tr:nth-child(6),
.dataTable .table > tbody > tr:nth-child(7),
.dataTable .table > tbody > tr:nth-child(8),
.dataTable .table > tbody > tr:nth-child(9),
.dataTable .table > tbody > tr:nth-child(10) {

}

.dataTable .table-length {
    width: 100px;
}

.dataTable-box {
    position: relative;
}

.table-top {
    position: absolute;
    top: -9px;
    z-index: 999;
    overflow: hidden;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

@media (max-width: 768px) {
}

/* <!--分页-->*/
.pagination-select {
    display: inline-block;
}

.pagination-select span {
    padding: 6px 12px;
}

.pagination-select .form-control {
    display: inline-block;
    width: auto;
}

.u-more-btn {
    padding: 0 10px;
}

.u-more-btn a {
    width: 100%;
}

/*<!--友情链接-->*/
.link {
    margin: 20px 0;
}

.link .title {
    font-size: 18px;
    color: #333;
    line-height: 35px;
}

.link-list {
    padding: 0 5px;
}

.link-list li {
    float: left;
    margin-right: 10px;
}

.link-list li a {
    font-size: 14px;
    line-height: 35px;
}

/*<!--侧边栏-->*/
#aside .u-title {
    line-height: 53px;
    font-size: 18px;
}

#aside .u-tabs li {
    margin-right: 20px;
}

#aside .u-tabs li a {
    display: inline-block;
    padding: 10px;
    margin: 10px 2.5px;
    background-color: #FF0000;
    color: #fff;
    font-size: 20px;
}

/*<!--新闻标签页-->*/
#aside .m-tabs {
    margin-top: 20px;
}

.m-tabs .nav-tabs {
    font-size: 14px;
}

.m-tabs .nav-tabs li {
    margin-bottom: -2px;
}

.u-tabList {
    padding: 0 5px;
}

.u-tabList li {
    padding-right: 100px;
    position: relative;
}

.u-tabList a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.u-tabList a:hover {
    color: #eb2626;
}

.m-tabs .tab-content {
    padding: 10px 0;
}

.time {
    position: absolute;
    right: 5px;
    font-weight: normal;
}

.m-tabs .nav > li > a {
    padding: 8px 10px;
    color: #333;
}

/*.nav-tabs>li.active>a,*/
/*.nav-tabs>li.active>a:focus,*/
/*.nav-tabs>li.active>a:hover{*/
/*border: 1px solid #003c71;*/
/*border-bottom-color: transparent;*/
/*}*/
/*.nav-tabs{*/
/*border-bottom-color: #003c71;*/
/*}*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #003c71;
}

/*<!--广告图片-->*/
#aside .m-acBg {
    margin: 20px 0;
}

.m-acBg {
    display: block;
    width: 100%;
    border-radius: 6px;
}

/*<!--排行标签页-->*/
.u-tabList2 {
    padding: 0 5px;
}

.u-tabList2 a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.u-tabList2 a:hover {
    color: #eb2626;
}

.u-tabList2 li b {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #8c8c8c;
    border-radius: 50%;
    color: #eeeeee;
    font-style: italic;
}

.u-tabList2 li b.first {
    background: #eb0310;
}

.u-tabList2 li b.second {
    background: #ff6005;
}

.u-tabList2 li b.third {
    background: #fb9400;
}

.u-tabList2 a {
    line-height: 30px;
    padding-left: 5px;
}

/*<!--底部-->*/
#footer {
    background: #080808;
    padding: 15px 0;
}

#footer .itmes {
    padding: 10px 20px;
}

#footer .itmes .title {
    font-size: 20px;
    color: #00aeef;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: bold;
}

#footer .itmes a {
    color: #999;
    line-height: 35px;
    font-size: 14px;
}

#footer .itmes a:hover {
    color: #fff;
}

#footer .company-warp {
    text-align: center;
    color: #eee;
    font-size: 18px;
    padding-top: 20px;
}

#footer .company-warp div {
    line-height: 40px;
}

/*
*新闻资讯
*/
.backgrey {
    background: #f4f4f4;
}

/*<!--新闻列表-->*/
.news-item {
    border: 1px solid #003c71;
    padding: 10px 10px 5px 10px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.news-item .media-object {
    width: 185px;
    height: 122px;

    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
}

.news-item .media-object:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-item .title a {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.news-item .title a:hover {
    color: #eb2626;
}

.news-item .media-body {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
}

.u-title-footer {
    padding-top: 20px;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.u-title-footer > span {
    margin-left: 20px;
}

.u-title-footer span.glyphicon:before {
    position: relative;
    top: 1px;
    padding-right: 5px;
}

/*<!--推荐文章 -->*/
.m-infoWarp .title {
    border-bottom: 2px solid #003c71;
    color: #003c71;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px;
}

.m-infoWarp .info_one_img {
    width: 30%;
}

.m-infoWarp .info_one_img img {
    width: 100%;
    height: 80px;
}

.m-infoWarp .info_one_info {
    width: 70%;
    padding: 0 10px;
}

.m-infoWarp .info_one_title {
    margin-bottom: 5px;
}

.m-infoWarp .info_one_title a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.m-infoWarp .info_one_title a:hover {
    color: #eb2626;
}

.m-infoWarp .info_one_note {
    font-size: 12px;
    overflow: hidden;
    height: 60px;
    line-height: 20px;
    color: #999;
}

.m-infoWarp .info-one {
    margin-bottom: 10px;
}

/** 2018/4/4
*作者:yh
*功能: 新闻详情页面
*/

/*<!--新闻详情-->*/
.news-details {
}

.news-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #000;
    overflow: hidden;
}

.news-details .u-title-footer {
    text-align: center;
    border: 0 solid #c8d8f2;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.news-cont {
    font-size: 16px;
    padding: 0 5px;
    padding-top: 28px;
}

.news-cont p {
    text-indent: 32px;
    line-height: 28px;
    margin-bottom: 28px;
}

.news-cont img {
    margin: 0 auto;
    margin-bottom: 28px;
}

@media (min-width: 1200px) {
    .news-cont img {
     max-width:980px;
    }
}

/*<!--上一篇下一篇-->*/
.m-prev-next {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

.u-next {
    text-align: right;
}

@media (max-width: 768px) {
    .u-next {
        text-align: left;
    }
}

/*<!--相关资讯-->*/
.related-news {
    border: 0 solid #e3e2e2;
    border-top-width: 3px;
    padding-left: 32px;
    padding-top: 24px;
    padding-bottom: 25px;
}

.related-news .title {
    color: #2D56B1;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
}

.related-news a {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.related-news a:hover {
    color: #eb2626;
}

.related-news a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 2px solid #003c71;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

/*评论*/
.commentAll {
    margin-top: 60px;
}

/** 2018/4/4
*作者:yh
*功能: 标注员列表
*/

/*<!--最热-->*/
.dataTable2 table {
    text-align: center;
}

.dataTable2 table th {
    text-align: center;
}

/** 2018/4/5
*作者:yh
*功能: 在线留言
*/
.btn {
    letter-spacing: 3px;
}

.msg-warp label {
    font-size: 14px;
}

.msg-warp textarea {
    height: 200px;
}

/** 2018/4/5
*作者:yh
*功能: 登录
*/
.wrapper {
    padding: 22px 0;
}

.wrapper .logo {
    float: left;
    width: 270px;
    text-align: center;
    height: 80px;
}

.wrapper .lg_span {
    padding-top: 27px;
}

.wrapper .lg_span span {
    height: 49px;
    width: 11px;
    border-left: 1px solid #c1c1c1;
    float: left;
}

.wrapper .logo_title {
    float: left;
    padding-left: 24px;
    color: #444343;
    font-size: 24px;
    line-height: 35px;
    height: 35px;
    padding-top: 8px;
}

.warp-box {
    width: 100%;
    height: 550px;
}

.warp-box-bg {
    background: url('../img/reg_bannerv1.jpg') center center no-repeat;
}

.warp-box .container {
    position: relative;
}

.login_border {
    position: absolute;
    top: 50px;
    right: 80px;
    width: 300px;
    height: 480px;
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
    background-color: #ffffff;
    border-radius: 4px;
}

.warp-box .tab-content {
    padding-top: 20px;
}

.warp-box .checkbox input[type=checkbox],
.warp-box .checkbox-inline input[type=checkbox],
.warp-box .radio input[type=radio],
.warp-box .radio-inline input[type=radio] {
    margin: 0;
    margin-left: -20px;
    position: initial;
    vertical-align: middle;
}

.warp-box .checkbox span {
    vertical-align: middle;
}

.warp-box .nav-tabs a {
    font-size: 16px;
}

.warp-box .form-code-box input {
    width: 70%;
    float: left;
}

.warp-box .form-code-box .form-code {
    width: 30%;
    float: left;
    cursor: pointer;
}

.warp-box .form-code-box .form-code img {
    width: 100%;
    height: 34px;
}

/** 2018/4/5
*作者:yh
*功能: 注册
*/
.warp-box-bg2 {
    background: url('../img/reg_bannerv2.jpg') center center no-repeat;

}

.login_border2 {
    top: 92px;
    height: 335px;
    padding-top: 20px;
}

.login_border2 .tab {
    margin-bottom: 10px;
}

.login_border2 .tab i {
    display: inline-block;
    width: 4px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #337ab7;
}

.login_border2 .tab span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.form-group-weixin span {
    vertical-align: middle;
}

.weixin-icon {
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/weixin1.png") no-repeat;
    background-size: 50px 30px;
    background-position: -10px 0;
    cursor: pointer;
}

.weixin-icon:hover {
    background-image: url("../img/weixin2.png");
}

@media (max-width: 768px) {
    .warp-box-bg2,
    .warp-box-bg {
        background: none;
    }

    .login_border {
        width: 100%;
        position: initial;
        padding: 10px;
    }
}

/** 2018/4/7
*作者:yh
*功能:详情
*/
.m-details {
    font-size: 14px;
}

.m-details span {
    float: left;
    line-height: 25px;
}

.m-details-item {
    margin-bottom: 20px;
}

.m-details .m-details-name {
    text-align: right;
    font-weight: 700;
    letter-spacing: 3px;
    width: 30%;
}

.m-details .m-details-cont {
    width: 70%;
}

@media (min-width: 768px) {
    .m-details .col-md-12 .m-details-name {
        width: 14.6%;
    }

    .m-details .col-md-12 .m-details-cont {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .dataTable .table > tbody > tr > td.line-limit-length-table a {
        display: block;
        width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.imgx {
    position: relative;
    left: 200px;
    top: -100px;
    float: left;
    width: 300px;
    /*height: 40px;*/
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
}