﻿  a, p, span, label {
            font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'Microsoft YaHei UI', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
        }

        .navlinks a, .layui-nav li a {
            font-size: 18px;
        }


        .logo img {
            width: 170%;
            margin-left: -10px;
        }

        .span4 {
            width: 30.623931623931625%;
            display: inline-block;
        }

        .titlefix {
            font-weight: bold;
        }

        body {
            min-width: 900px;
        }



        .divLogin {
            font-weight: bold;
            font-size: 15px;
        }

            .divLogin a {
                color: white;
                cursor: pointer;
            }

        .dis_n {
            display: none;
        }

        .links-bar {
            background: white;
        }

        .foot-logos li div {
            margin-top: 5px;
        }

        .orglist img {
            border: 1px solid #dddddd;
        }

        .orglist p, img {
            display: inline-block;
        }

            .orglist p strong, p.strong {
                min-width: 56px;
            }

        #footer p {
            font-weight: bold;
            color: gray;
            font-size: 15px;
            margin-bottom: 10px;
        }

        #footer {
            padding-bottom: 30px;
        }
        nav{
             position:relative;
             z-index:999;
             height: 68px;
             background: url(./img/LayoutBGBlue.png) repeat;
        }
         nav ul {
            display: block;
            width: 100%;
            height:100%;
            text-align: center;
        }

            nav ul li {
                height:100%;
                text-align: right;
                list-style: none;
                position: relative;
                margin-right: 40px;
                min-width:110px;
            }
          nav ul li a {
               margin-left:10px;
               line-height:68px;
            }
      


                nav ul li .cert {
                    display: inline-block;
                    position: absolute;
                    left: 0px;
                    width: 30px;
                    height: 44px;
                    top: 7px;
                    border-style: none;
                    border-color: none;
                    background: url(./img/IndexCert.png) no-repeat center;
                    background-size: contain;
                }

                nav#layoutNav ul li .layui-nav-more {
                    display: inline-block;
                    position: absolute;
                    left: 0px;
                    width: 30px;
                    height: 44px;
                    top: 7px;
                    border-style: none;
                    border-color: none;
                    background: url(./img/IndexCert.png) no-repeat center;
                    background-size: contain;
                }

    .layui-nav-bar {
       background:none;
    }
    nav ul li a:hover {
        background: transparent;
    }
        nav ul li:hover {
            background: rgb(22,181,202);
            -moz-transition: ease-out .2s;
            -o-transition: ease-out .2s;
            -webkit-transition: ease-out .2s;
            transition: ease-out .2s;
        }
    .divLogin a:hover{
        background:rgb(9,94,193);
        background-color:transparent;
    }
    #IdxLogo{
        position:relative;
        width:100%;
        height:100%;
    }
    #LayoutTilte{
        position:absolute;
        display:block;
        top:60px;
    }