﻿
  .navbar-nav>li>a{
    font-size: 16px; 
}
  .gywm_wenzi {
    font-size: 12px; 
    line-height: 26px;
    font-family: "宋体","微软雅黑";
    width: 200px;
    margin-left: 20px; 
}
  .gywm_img {
    float: left;
    margin-right:10px;
}
  .gsjj { padding: 10px;
    overflow: hidden;
}
  .navbar-inverse { background-color: #1d3c7f;}
  .navbar-nav > li {  float: left; width: 140px;}
  .logo{padding-top: 30px;}
 .p-10{padding:10px;}
        /*body*/
        body {
            background-color: #fff;
            text-align: justify;
            text-justify: inter-ideograph;
        }

            body .column {
               font-family: 微软雅黑;

                padding-left: 5px;
                padding-right: 5px;
            }
        /*nav(菜单布局)*/
        nav .module-context .module-view .nav {
        }
        /*header start (页头布局)*/ 
        header .module-context .module-view .nav {
        }
        /*Content(内容布局)*/
        .container .module-context .module-view,
        .container-fluid .module-context .module-view {
        }
        /*更多*/
        .more {
            float: right;
            margin-right: 10px;
            color: #ff6600;
            font-weight: normal;
            font-size: 12px;
        }
        /*标题*/
        .b-title {
            width: 100%;
            height: 26px;
            line-height: 26px;
            padding-left: 8px;
            font-size: 14px;
            background: #023199;
        }
 
            .b-title b {
                float: left;
                font-size: 14px;
                color: #fff;
            }
        /*块盒子*/
        .newbox {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            background-color: #ffffff;
            margin-top:15px;
        }
        /*块盒子内容  首页内容行高等   */
        .newbox_content {
            width: 100%;
            background-color: #ffffff;
            border: 1px solid rgb(221, 221, 221);
            border-top: none;
            line-height:24px;
           font-size: 14px;
    line-height: 26px;
    font-family: "宋体","微软雅黑";
        }
 /*  首页新闻行高等   */
            .newbox_content ol {
                width: 100%;
                padding: 0px 10px 10px 10px;
              padding: 10px;
               overflow: hidden;
            }

                .newbox_content ol li {
                    width: 100%;
                    overflow: hidden;
                    padding-left: 10px;
                    list-style: none;
                    border-bottom: #aaaaaa dotted 1px;
    font-family: "宋体","微软雅黑";
    font-size: 14px;
    color: #333;
    height: 26px;
    line-height: 26px;
    background: transparent url("../images/icon.gif") no-repeat scroll left center;
    padding-left: 10px;
}
                  
                  
                  
                  
                    
                  
                  
                }

                    .newbox_content ol li a {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        color: #444444;
                    }

                        .newbox_content ol li a:hover {
                            color: #f27b04;
                            text-decoration: underline;
                        }

            .newbox_content .fr_date {
                float: right;
                color: #626262;
            }
            /*新闻列表页*/
            .newbox_content ul {
                width: 100%;
                padding: 10px;
            }

                .newbox_content ul li {
                    width: 98%;
                    height: 30px;
                    line-height: 30px;
                    padding-left: 10px;
                    list-style: none;
                    border-bottom: #aaaaaa dotted 1px;
                }

                .newbox_content ul li {
                    border-bottom: dotted 1px #aaaaaa;
                    height: 27px;
                    line-height: 26px;
                }

                    .newbox_content ul li a {
                        color: #444444;
                    }

                        .newbox_content ul li a:hover {
                            color: #f27b04;
                            text-decoration: underline;
                        }

        .mr-10 {
            float: right;
            color: #626262;
            margin-right: 10px;
        }

        .split {
            padding-left: 0px;
            padding-right: 8px;
        }

        .fl {
            float: left;
        }
        /*新闻内容页（详细页）*/
        .n_title {
            line-height: 50px;
            padding-top: 15px;
            border-bottom: 1px dotted #c6c6c6;
            width: 100%;
            text-align: center;
            font: bold 18px/22px "微软雅黑";
        }

        .mt-10 {
            margin-top: 10px;
        }

        .gray {
            color: #626262;
        }

        .n_time {
            width: 100%;
            text-align: center;
        }

        .line-28 {
            font-size: 14px;
            line-height: 28px;
        }

        .m-10 {
            margin: 10px;
        }
        /*产品列表块*/

        .newbox_content .ke {
            margin: 7px 0 7px 5px;
            padding: 9px 0 0 9px;
            width: 185px;

            overflow: hidden;
            position: relative;
            text-align: center;
            float: left;
            background: url(images/bgk.png) no-repeat;
        }

            .newbox_content .ke a {
                display: block;
                text-align: center;
                color: #000000;
                line-height: 30px;
                text-decoration: none;
            }

                .newbox_content .ke a.pic {
                    width: 162px;
              
                    text-align: center;
                    margin: 0px;
                }

            .newbox_content .ke span {
                top: auto;
                bottom: 0;
                background: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                color: #000;
                margin-top: 3px;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
                -webkit-transform: translate3d(0,20%,0);
                transform: translate3d(0,20%,0);
                display: block;
                width: 170px;
                height: 28px;
                line-height: 28px;
            }

            .newbox_content .ke:hover span {
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }
        /*分页*/

        .paginator {
            clear: both;
            padding-right: 0px;
            padding-left: 0px;
            padding-bottom: 10px;
            margin: 0 auto;
            font: 14px Arial,Helvetica,sans-serif;
            color: #666;
            padding-top: 10px;
            float: right;
        }

            .paginator A {
                border-right: #c4c4c4 1px solid;
                padding-right: 8px;
                border-top: #c4c4c4 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                border-left: #c4c4c4 1px solid;
                color: #0169cd;
                margin-right: 4px;
                border-bottom: #c4c4c4 1px solid;
                text-decoration: none;
                height: 20px;
                line-height: 20px;
            }

                .paginator A:link {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    display: block;
                    padding-left: 8px;
                    background: #fff;
                    float: left;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    margin-right: 4px;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:visited {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:hover {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #fe7300 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:active {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #a62021 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

            .paginator .break {
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 6px;
                border-top-style: none;
                padding-top: 6px;
                border-right-style: none;
                border-left-style: none;
                height: 12px;
                text-decoration: none;
                border-bottom-style: none;
            }

            .paginator .this-page {
                border-right: #fff 1px solid;
                padding-right: 8px;
                border-top: #fff 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                padding-bottom: 2px;
                border-left: #fff 1px solid;
                margin-right: 2px;
                padding-top: 2px;
                border-bottom: #fff 1px solid;
                text-decoration: none;
                color: #fe7300;
                font-weight: bold;
            }


        /*当为第一页时的上一页按钮*/
        .firstbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 26px;
            color: #666;
            line-height: 22px;
            margin-right: 4px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        /*当为最后一页时的下一页按钮*/
        .finalbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 63px;
            color: #666;
            text-indent: 7px;
            line-height: 22px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
            font-size: 12px;
            color: #999;
            height: 20px;
            line-height: 20px;
            display: block;
        }
        /*图片幻灯*/
        .carousel {
            height: 350px;
            background: #fff /*a25c98*/;
        }

            .carousel .item {
                height: 350px;
                background: #fff;
            }

        /*footer(页脚布局)*/
        footer .module-context .module-view .nav {
        }
        /*留言 */
  .Message-style {
        font-size: 12px;
        padding: 0px 10px 10px 10px;
        border: 1px solid #dddddd;
        padding-top: 10px;
        background: #FFF;
    }

        .Message-style span {
            width: 100%;
            height: 30px;
            background: #eaedf4;
            display: block;
            color: #ccc;
            font-weight: bold;
            line-height: 30px;
            padding-left: 10px;
        }

    .Message-style .message-title {
        margin-left: 50px;
        margin-top: 10px;
    }

        .Message-style .message-title em {
            font-style: normal;
            color: #313131;
            font-weight: bold;
            margin-top: 5px;
            font-size: 12px;
        }

        .Message-style .message-title u {
            text-decoration: none;
            font-size: 12px;
            color: #626262;
        }

    .Message-style .message-content {
        margin-left: 50px;
    }

       .Message-style .message-content b {
            color: #313131;
            font-weight: bold;
            margin-top: 5px;
            font-size: 12px;
        }

        .Message-style .message-content input {
            width: 478px;
            height: 80px;
            margin-top: 10px;
        }

        .Message-style .message-content em {
            font-style: normal;
            font-size: 12px;
            color: #626262;
        }
  
    .Message-style .message-link {
        margin-top: 10px;
        margin-left: 50px;
    }

    .Message-style .message-link em {
            font-size: 12px;
            color: #313131;
            font-weight: bold;
            font-style: normal;
        }

    .Message-style .message-link b {
            font-weight: normal;
            font-size: 12px;
            color: #626262;
        }

    .Message-style .message-button input {
        width: 151px;
        height: 39px;
        border: none;
    }

    .Message-style .message-button {
        margin-left: 50px;
        margin-top: 20px;
    }

    .Message-style .message-link-title {
        font-size: 12px;
        margin-top: 20px;
        background: #FFF;
    }

   .Message-style .message-link-title span {
            width: 100%;
            height: 30px;
            background: #eaedf4;
            display: block;
            color: #ccc;
            font-weight: bold;
            line-height: 30px;
            padding-left: 10px;
        }
    /*留言结束 */
  
    #abc{padding:0 !important;}
  .nav li{text-align:center;}
  
  .foot{padding:20px 0;font-size:12px;line-height:30px;}
  a.lianjie {
  color: #fff !important;
  text-decoration: none;  
  font-size: 12px;
}

        .newbox_content .kelist {
               margin: 10px 0 7px 13px;

            width: 200px;

            overflow: hidden;
            position: relative;
            text-align: center;
            float: left;
            background: url(images/bgk.png) no-repeat;
        }

            .newbox_content .kelist a {
                display: block;
                text-align: center;
                color: #000000;
                line-height: 30px;
                text-decoration: none;
            }

                .newbox_content .kelist a.pic {
                    width: 200px;
                    text-align: center;
                    margin: 0px;
                }

            .newbox_content .kelist span {
                top: auto;
                bottom: 0;
                background: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                color: #000;
                margin-top: 3px;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
                -webkit-transform: translate3d(0,20%,0);
                transform: translate3d(0,20%,0);
                display: block;
                width: 200px;
                height: 28px;
                line-height: 28px;
            }

            .newbox_content .kelist:hover span {
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }
            .newbox_content .kelist img{max-width:100%;}
  
  
    .nav a{color:#fff !important; }

    /*2018-08-16追加样式：字体统一*/
.nav a{font-family: "宋体";font-size: 14px;}
.foot{ font-family:"宋体";}
  .content {
    background-color: #1D3C7F !important;
}
.content { background-color: #1D3C7F !important;}
footer { background: #fff !important;height:auto !important;}

/*2017-11-08追加新闻标题样式控制*/ 
 .n_title.n_title1 {height: 66px;}
  nav#content-5af7e65a-32e9-4e5c-a73a-776be215cd8a {
    height: auto !important;
}

