.wrapper{
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}
.header{
    background-color:black;
}
.header-box{
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 0;
    width: 1000px;
}

.header-box .right{
    float: right;
}

.header-box .left{
     float: left;
    overflow: hidden;
    width: 246px;
    height:38px;
    line-height:38px;
}


.header-box .left .link{
    text-align: left;
    margin-bottom: 20px;
}
.header-box .left .link,
.header-box .left .link a{
    color: #cac4c4;
    font-size: 12px;
}
.header-box .left .link a{
    margin: 0 17px;
}
.header-box .left .link a:last-child{
    margin-right: 0;
}
.header-box .right .search{
    display: block;
    overflow: hidden;
    position: relative;
    width:345px;
}
.header-box .right .search input{
    background-color: #3b3b3b;
    border: 2px solid #515050;
    color: #cac4c4;
    font-size: 12px;
    padding:8px 0 8px 12px;
    width:329px;
}
.header-box .right .search .btn{
    background:url("/jysy/images/icon_search.png") no-repeat center center;
    border:none;
    border-left: 1px solid #515050;
    cursor: pointer;
    margin-left: -4px;
    width: 36px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 2px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
.nav-toggle{
    display: none;}
.nav{
    background-color: #ffffff;
    clear: both;
    
     margin:18px auto;
    width: 1200px;
    /*导航栏悬浮样式*/
    position: relative;
   
}

.nav .logo{
       overflow: hidden;
    width: 210px;
    margin: 0 auto;
}
.nav .logo img{
    width: 100%;
}


.nav-box{
     width: 1200px;
    margin: 0 auto;
    height:50px;
    background:#1e7fb8;
       border-radius:5px;
       /*导航栏悬浮样式*/
       position:absolute;
       top:92px;
       z-index:999;
}
.nav-box>ul{
    display: block;
    position: relative;
    width:800px;
    margin:0 auto;
    height:100%;
}
.nav-box li{
    float: left;
    /*border-right: 1px solid #515151;*/
    vertical-align: middle;
    position: relative;
    padding:0 14px;
    width: 100px;
}
.nav-box li a{
    color: #fff;
    font-size: 15px;
    display: block;
    line-height:50px;
    height: 50px;
    /*font-weight:bold;*/
    text-align: center;
}
.nav-box li ul{
    display: none;
    position: absolute;
    top: 50px;
    /*left: 0;*/
    background-color: #e8f3fa;
    opacity: 0.9;
    filter:alpha(opacity=90);
    z-index: 999;
    /*border:1px solid #fff;*/
}

.nav>ul li:first-child{
    border-left: 1px solid #515151;
}


.nav a:hover,.nav .specil a:hover,.nav .nav-third a:hover{
    color:#fff;
    font-weight:bold;
    background-color:#c7a92d;
}


.nav .nav-second .specil,
.nav .nav-third li {
    padding: 0px;
   width:auto;
}

.nav .nav-second .specil a,
.nav .nav-third li a{
    padding:0 14px;
   width: 180px;
}


.nav .nav-second .specil,
.nav .specil span,
.nav .specil a,
.nav .nav-third li,
.nav .nav-third a{
    display: block;
     z-index: 99;
 
    color: #747473;
  
}


.nav .specil2 span,
.nav .specil2 a{
    width:280px;
    text-align:left;
    padding-left:20px;
}




.nav-third a{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.nav .nav-third{
    background-color:#e8f3fa;
    filter:alpha(opacity=90);
    opacity: 0.9;
    display: none;
    position: absolute;
    top: 0px;
    left:208px;
    z-index: 999;
}




.content{
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    z-index: 99;
}
.footer{
    background-color: #3c3c3c;
    overflow: hidden;
    padding: 20px 0 50px;
    width: 100%;
   

}
.footer .link,
.footer p{
    cursor: default;
    font-size: 12px;
    line-height: 2;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.footer .link{
    color:#e9e9e9;
    font-size:14px;
}
.footer .link a{
    color: #cdcdcd;
    font-size:14px;
}
.footer .link a{
    margin-right: 40px;
}
.footer .link a:hover{
    color:#e9e9e9;
}

.footer .link .link-left{
    float:left;width:250px;
}

.footer .link .link-right{
    float:left;
}


    .footer .link .link-right ul li{
        width:50%;float:left;
    }

    .footer .link .weixin{
        float:right;
        margin-top:6px;

    }

      .footer .link .weixin span{
        text-align:center;
        display:block;
    }


.footer p{
     color:#8e8e8e;
}
.footer p a{
     color:#dedede;
}

.footer .copyrights{
    max-width:1200px;
    margin:20px auto 0 auto;
    padding-top:10px;
    border-top:1px solid #9a9a9a;
    color: #8e8e8e;
    font-size:12px;
}

.margin-left-10{
    margin-left:10px;
}

.clear{
    clear:both;
}

.text-center{
    text-align:center;
}

@media only screen and (max-width: 1200px) {
    .header-box{
        width: 100%;
    }
    .header-box .logo,
    .header-box .right{
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .header-box .right form{
        margin: 0 auto;
    }
    .header-box .right .link{
        text-align: center;
    }
    .content{
        width: 100%;
    }
    .nav{
        background-color: #fff;
        float: none;
        width:100%;
    }
    .nav-box{
        margin: 0 auto;
        position: relative;
        width: 342px;
        background-color:transparent;
        top: 0px;
    }
    .nav-toggle{
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #eae9e6 100%) repeat scroll 0 0;
        border: 1px solid #cccccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.2);
        box-shadow: 0 0 3px rgba(50, 50, 50, 0.2);
        color: #555555;
        cursor: pointer;
        display: block;
        height: 38px;
        line-height: 38px;
        padding-left: 20px;
        position: relative;
        width: 321px;
        z-index: 9999;
    }
    .nav-box>ul{
        background-color: #ffffff;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        -webkit-border-radius: 3px 0;
        -moz-border-radius: 3px 0;
        border-radius: 3px 0;
        display: none;
        height: 250px;
        left: 0;
        overflow: scroll;
        padding:10px 0 20px 20px;
        position: absolute;
        top: 38px;
        width: 321px;
        z-index: 999;
    }
    .nav-box li{
        float: none;
        border-right: none;
        vertical-align: middle;
        position: static;
        width: 100%;
        padding:0;
    }
    .nav-box li a,
    .nav-box li ul li a{
        color: #555555;
        display: block;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        text-align: left;
    }


        .nav-box li ul {
            background-color: #fff;
            position:initial;
            margin-left:20px;
        }

       


    .nav .nav-third {
        background-color: #fff;
        position:initial;
        margin-left:20px;
    }

   .nav .nav-second .specil, .nav .specil span, .nav .specil a, .nav .nav-third li, .nav .nav-third a
   {
       color:#555555;
   }



    .nav>ul li:first-child{
        border-left: none;
    }
    .footer .link,
    .footer p{
        cursor: default;
        font-size: 12px;
        line-height: 2;
        margin: 0 auto;
        overflow: hidden;
        width: 90%;
    }
}


@media only screen and (max-width: 767px) {

    .nav-box {
        /*margin: 8px 5px;
        float: left;*/
    }
}

