@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: none;
}

html {
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    font-size: 12px;
    font-family: Microsoft Yahei, arial, Helvetica, sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif; */
    color: #333;
    background-color: #f6f6f6;
    min-width: 1000px;
}

table td{
    border: 1px solid #ccc;
}

a {
    color: #333;
    text-decoration: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
strong,
i,
b {
    font-style: normal;
}

img {
    display: inline-block;
    border: none;
}

table {
    border-collapse: collapse;
}


/*清除浮动*/

.floatfix {
    *zoom: 1;
}

.floatfix:after {
    content: "";
    display: table;
    clear: both;
}


/* 浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}


/* 文字溢出省略 */

.ell {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-ell {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.tc {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

li {
    list-style-type: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ib {
    display: inline-block;
    vertical-align: middle;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0;
}

body {
    background: #fff;
}

img {
    display: block;
}

.g-empty-box {
    min-height: 200px;
    width: 100%;
    display: block;
    background: url('../../img/empty-data.png') no-repeat center center;
}

.g-w990 {
    width: 990px;
    margin: 0 auto;
}

.g-w990:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}

.head-top {
    width: 100%;
    height: 30px;
    display: block;
    background: #efefef;
    color: #636363;
    border-bottom: 1px solid #dfdfdf;
}

.head-top-welcome {
    width: 600px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
}

.head-top-welcome marquee {
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.head-top-tool {
    float: right;
}

.head-top-tool a {
    line-height: 30px;
    display: inline-block;
    padding: 0 5px;
    color: #636363;
}

.head-top-tool a:hover {
    color: #ce0000;
}

.head-top-tool .voice {
    display: none;
    float: left;
    margin: 4px 0 0 10px;
}

.head-top-tool .voice a {
    display: block;
    float: left;
    width: 34px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    margin-left: -1px;
}

.head-top-tool .voice a.active {
    background: #ce0000;
    color: #fff;
    border-color: #ce0000;
}

.topho {
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.topho a {
    width: 16.66%;
    float: left;
    padding: 2px 10px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.topho a:hover {
    color: #ce0000;
}


/*head*/

.head .logo {
    float: left;
    padding: 8px 0;
}

.head .logo a {
    display: block;
}

.head .phone {
    display: none;
}

.head .phone {
    float: right;
    height: 45px;
    padding-left: 50px;
    margin-top: 25px;
    margin-right: 25px;
    background: url('../../img/phone-icon.gif') no-repeat left center;
}

.head .phone span {
    line-height: 16px;
    font-weight: bold;
    display: block;
}

.head .phone strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    font-family: "News701 BT", 'Times New Roman', Times, serif;
    color: #ce0000;
    white-space: nowrap;
}


/*nav*/

.nav {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ce0000;
}

.nav ul {
    background: url('../../img/nav-line.png') no-repeat left center;
    display: block;
    overflow: hidden;
}

.nav li {
    float: left;
    width: 12.5%;
}

.nav a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url('../../img/nav-line.png') no-repeat right center;
}

.nav li:hover,
.nav li a.active {
    background: #122239;
}


/*banner*/

.banner {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

#banner {
    width: 100%;
    height: 700px;
    display: block;
    overflow: hidden;
}

.banner a {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
}


/*detail-banner*/

.detail-banner {
    clear: both;
    position: relative;
    margin: 10px auto;
}

.detail-banner-box {
    width: 990px;
    margin: 0 auto;
}

.detail-banner-box img {
    width: 990px;
    display: block;
}


/*.main*/

.g-main {
    overflow: hidden;
}

.g-main-side {
    width: 230px;
    min-height: 500px;
    height: 100%;
    float: left;
}

.g-bread-crumbs {
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px solid #eee;
    margin: 10px 0;
}

.g-bread-crumbs a {
    padding-right: 5px;
}

.g-main-content {
    width: 730px;
    height: 100%;
    float: right;
    padding-bottom: 50px;
}

.g-content-title {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.g-content-title h2 {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #122239;
}

.detail-info-title {
    clear: both;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.detail-info-title h2 {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: #ce0000;
}

.detail-info {
    padding-top: 10px;
    overflow: hidden;
}

.detail-info img {
    max-width: 100%;
    height: auto;
}

.page-detail {
    clear: both;
}

.page-detail a {
    float: left;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.page-detail a:hover {
    color: #ce0000;
    text-decoration: underline;
}

.page-detail .next-btn {
    float: right;
    text-align: right;
    white-space: nowrap;
}


/*i-title*/

.i-title {
    position: relative;
    height: 29px;
    line-height: 29px;
    border-bottom: 2px solid #122239;
    background: url("../../img/g_title_bg.gif") repeat-x left top;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

.i-title h2 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 12px;
    height: 29px;
    line-height: 32px;
    font-size: 14px;
    color: #ce0000;
    font-weight: bold;
    border-bottom: 2px solid #ce0000;
}

.i-title h2 em {
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: normal;
}

.i-title .more {
    margin-top: 6px;
    float: right;
    padding-right: 10px;
    width: 35px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.i-title .more em {
    vertical-align: 0;
    display: inline-block;
    font-family: '宋体';
}

.i-title .more:hover {
    color: #122239;
}


/*i-about*/

.i-about {
    width: 763px;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
}

.i-about-pic {
    float: left;
    margin: 10px 0;
    border: 1px solid #e5e5e5;
}

.i-about-pic img {
    display: block;
    border: 1px solid #fff;
}

.i-about-info {
    width: 470px;
    margin: 10px 0 10px;
    float: right;
    color: #707070;
    line-height: 24px;
}

.i-about-info a {
    color: #ce0000;
}


/*i-video*/

.i-video {
    margin-top: 28px;
    width: 300px;
    float: right;
    overflow: hidden;
}

.i-video-box {
    margin: 10px 5px;
}

.i-video-box a {
    outline: none;
    cursor: pointer;
}


/*.i-case*/

.i-case {
    width: 100%;
    margin-top: 20px;
    position: relative;
    float: left;
}


/*i-contact*/

.i-contact {
    width: 361px;
    float: right;
    overflow: hidden;
    padding-bottom: 50px;
}

.i-contact-list {
    padding: 20px 0 20px 0;
    height: 140px;
    line-height: 24px;
    color: #333;
    box-sizing: border-box;
    background: url("../../img/map.gif") no-repeat center center;
}

.i-contact-list strong {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    font-family: "News701 BT", 'Times New Roman', Times, serif;
    color: #ce0000;
    white-space: nowrap;
}


/*i-foot*/

.i-foot {
    clear: both;
    border-top: 1px solid #dfe0e0;
    padding: 28px 0;
    overflow: hidden;
}

.i-foot .bottom-nav {
    float: left;
}

.i-foot .bottom-nav dl {
    width: 140px;
    float: left;
}

.i-foot .bottom-nav dt a {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.i-foot .bottom-nav dd {
    padding: 10px 0 0 0;
}

.i-foot .bottom-nav dd a {
    display: block;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}

.i-foot .QR-code {
    float: right;
    padding-top: 10px;
}

.i-foot .QR-code dl {
    float: left;
    margin-left: 40px;
    width: 120px;
}

.i-foot .QR-code dl img {
    width: 120px;
    height: 120px;
    display: block;
    background: #eee;
}

.i-foot .QR-code dd {
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}


/*i-copyright*/

.i-copyright {
    padding: 10px;
    line-height: 20px;
    color: #999;
    border-top: 1px solid #183251;
}

.i-copyright a {
    color: #666;
}


/*g-side-menu*/

.g-side-menu {
    border: 1px solid #eee;
}

.g-side-menu dt {
    display: block;
    height: 40px;
    background: url("../../img/menu-bg.gif") repeat-x center bottom;
    text-align: center;
}

.g-side-menu dt span,
.g-side-menu dt em {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #122239;
    line-height: 40px;
    text-transform: uppercase;
}

.g-side-menu dt em {
    padding-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.g-side-menu dd a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-top: 1px dotted #eee;
}

.g-side-menu dd a:hover,
.g-side-menu dd a.active {
    color: #ce0000;
}

.g-side-menu dd a.avtive {
    font-weight: bold;
}


/*tot-pagination*/

.tot-pagination {
    padding: 20px;
    clear: both;
}

.tot-pagination:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.tot-pagination-total {
    float: left;
    line-height: 28px;
    margin-right: 10px;
}

.tot-pagination-num {
    display: block;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    height: 28px;
    overflow: hidden;
}

.tot-pagination-num ul {
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.tot-pagination-num li {
    float: left;
    margin-left: 5px;
    list-style: none;
}

.tot-pagination-num a {
    display: block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.tot-pagination-num a:hover {
    color: #f00;
    border-color: #f00;
}

.tot-pagination-num .icon-mores {
    color: #333;
}

.tot-pagination-num a.active {
    color: #fff;
    background: #f00;
    border-color: #f00;
}

.tot-pagination-num a.disabled {
    color: #ccc;
    background: #eee;
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.tot-pagination-pageSelect,
.tot-pagination-Goto {
    float: left;
    line-height: 28px;
    margin: 0;
    margin-right: 12px;
}

.tot-pagination-pageSelect .tot-form-input {
    font-size: 12px;
    text-indent: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 70px;
}

.tot-pagination-Goto .btn {
    padding: 0;
    width: 40px;
    height: 28px;
    line-height: 26px;
    min-width: 10px;
    font-size: 12px;
}

.tot-pagination-input {
    float: left;
}

.tot-pagination-input .tot-form-input {
    text-align: center;
    text-indent: 0;
    padding: 2px 5px;
    width: 40px;
}

.tot-pagination-next,
.tot-pagination-prev {
    padding: 0 5px;
}


/*分页*/

.tot-pagination {
    padding: 20px;
    clear: both;
}

.tot-pagination:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.tot-pagination-total {
    float: left;
    line-height: 28px;
    margin-right: 10px;
}

.tot-pagination-num {
    display: block;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    height: 28px;
    overflow: hidden;
    margin: 0 auto;
    float: none;
}

.tot-pagination-num ul {
    white-space: nowrap;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.tot-pagination-num li {
    float: left;
    margin-left: 5px;
    list-style: none;
}

.tot-pagination-num a {
    display: block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.tot-pagination-num a:hover {
    color: #f00;
    border-color: #f00;
}

.tot-pagination-num .icon-mores {
    color: #333;
}

.tot-pagination-num a.disabled {
    color: #ccc;
    background: #eee;
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.tot-pagination-num a.active {
    color: #fff;
    background: #f00;
    border-color: #f00;
    cursor: pointer;
}

.tot-pagination-pageSelect,
.tot-pagination-Goto {
    float: left;
    line-height: 28px;
    margin: 0;
    margin-right: 12px;
}

.tot-pagination-pageSelect .tot-form-input {
    font-size: 12px;
    text-indent: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 70px;
}

.tot-pagination-Goto .btn {
    padding: 0;
    width: 40px;
    height: 28px;
    line-height: 26px;
    min-width: 10px;
    font-size: 12px;
}

.tot-pagination-input {
    float: left;
}

.tot-pagination-input .tot-form-input {
    text-align: center;
    text-indent: 0;
    padding: 2px 5px;
    width: 40px;
}

.tot-pagination-next,
.tot-pagination-prev {
    padding: 0 5px;
}

.detail-info img {
    max-width: 100%;
    height: auto;
}


/*详情*/

.g-detail {
    position: relative;
}

.g-detail-title {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.g-detail-info {
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.g-detail-pic {
    width: 590px;
    height: 372px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background: #eee;
}

.g-detail-des {
    display: block;
    overflow: hidden;
    margin: 20px;
    background: #eee;
    padding: 10px;
    color: #333;
    line-height: 20px;
}

.g-detail-des {
    display: none;
}

.g-detail-des:before {
    content: "“";
    font-size: 24px;
    color: #ce0000;
    vertical-align: -5px;
    margin-right: 5px;
}

.bdsharebuttonbox {
    position: absolute;
    right: 0;
    top: 10px;
}

.video_tc {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.video_tc_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.video-box {
    overflow: hidden;
    width: 700px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -350px;
}

.video-box iframe {
    overflow: hidden;
    width: 700px;
    height: 500px;
    display: block;
    padding: 0;
    margin: 0;
}

.i-map-title {
    clear: both;
    padding: 20px 0 0;
}

.i-map-box {
    padding-top: 10px;
}

.i-map-box dl{
    padding-bottom: 20px;
}

.i-map-box dt{
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #183251;
    font-weight: bold;
    margin-left: 10px;
}
.i-map-box dt a{
    color: #183251;
}

.i-map-box dd{
    display: inline-block;
}

.i-map-box dd a,
.i-map-box p{
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: block;
    line-height: 20px;
    margin: 0 10px;
    white-space: nowrap;
    color: #183251;
    text-decoration: underline;
}

.i-map-box p{
    text-decoration:none;
}

.i-map-box a:hover {
    color: #ce0000;
}


/*footer*/

.footer {
    border-top: 3px solid #ce0000;
    background: #122239;
    color: #ccc;
    overflow: hidden;
    padding: 10px 0 0;
    text-align: center;
}

.footer img {
    display: inline-block;
    vertical-align: -6px;
}

.footer-top {
    width: 990px;
    line-height: 40px;
}

.footer-nr {
    width: 990px;
    margin: 0px auto;
    text-align: center;
    line-height: 24px;
}

.footer-nr a {
    color: #ccc;
}

.footer-nr a:hover {
    color: #ce0000;
}

.footer-nr span {
    font-family: Verdana, Geneva, sans-serif;
}

.footer-nr h1 {
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}

.case-box {
    display: block;
    overflow: hidden;
}

.case-box li {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    border-top: 1px dotted #eee;
}

.case-box .pic {
    width: 95px;
    height: 95px;
    overflow: hidden;
    padding: 1px;
    border: 1px solid #eee;
    float: left;
}

.case-box .pic:hover{
    border-color: #ce0000;
}

.case-box .pic img {
    width: 95px;
    height: 95px;
    display: block;
    background: #eee;
}

.case-box .info {
    padding-left: 110px;
}

.case-box .info .name {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: block;
    color: #122337;
    font-weight: bold;
}

.case-box .info .name:hover {
    color: #ce0000;
}

.case-box .info .decs {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 5px 0;
    color: #666;
}

.case-box .info .bottom {
    padding-top: 7px;
    display: block;
    border-top: 1px solid #eee;
    line-height: 18px;
    position: relative;
}

.case-box .info .views {
    position: absolute;
    right: 0;
    top: 7px;
}

.case-box .info .views:hover {
    color: #ce0000;
}

.tab {}

.tab-title {
    height: 40px;
    border-bottom: 1px solid #eee;
}

.tab-title li {
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 25px;
    background: #122239;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.tab-title li:hover {
    background: #183251;
    color: #fff;
}

.tab-title li.layui-this {
    background: #ce0000;
    color: #fff;
}

.tab-content {
    padding-top: 10px;
}

.layui-tab-item {
    display: none;
    overflow: hidden;
}

.layui-tab-item img {
    max-width: 100%;
    height: auto;
}

.layui-tab-item.layui-show {
    display: block;
}