@charset "UTF-8";
/*
html{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
}
*/

/*公用类开始*/
.c8b{
    color: #8b8b8b
}
.d0{
    color: #d0d0d0;
}
.cred{
    color: #E64226;
}
/*公用类结束*/
/*头尾开始*/
.head{
    background: url("../images/top_bg.jpg") repeat-x top;
    /*width: 100%;*/
    min-width: 1200px;
}
/*.head .fr{
    width: 272px;
}*/
.head .con{
    /*background: url("../images/top_c_bg.jpg") no-repeat center;*/
    height: 111px;
    width: 1200px;
}
.head .search-wrap{
    padding-top: 10px;
    overflow: hidden;
}
.head .search-wrap input{
    width: 217px;
    height: 39px;
    line-height: 39px;
    outline: none;
    border: 1px solid #ebebeb;
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    float: left;
}
.head .search-wrap button{
    float: left;
    outline: none;
    border:none;
    width: 48px;
    height: 41px;
    background: #0085cd url("../images/search_btn.png") no-repeat 14px 10px;
    cursor: pointer;
}
.head .txt-links{
    padding-right: 24px;
    padding-top: 12px;
}
.head .txt-links ul li{
    margin: 0 6px;
    float :left;
}
.head .txt-links ul li a{
    font-size: 12px;
    color: white;
    line-height: 1.4;
}
/*导航开始*/
.nav{
    background-color: #57c6ff;
    height: 50px;
    margin-top: -5px;
}
.nav .nav-bar ul li{
    float: left;
    width: 133px;
    position: relative;
}
.nav .nav-bar ul li a{
    display: block;
    text-align: center;
    line-height:50px;
    font-size: 18px;
    color: white;
}
.nav .nav-bar ul li.active{
    background-color: #35bbff;
}
.nav .nav-bar ul li ol{
    position: absolute;
    top: 50px;
    left: 0;
    width: 133px;
    background-color: #35bbff;
}
.nav .nav-bar ul li ol li{
    width: 100%;
}
.nav .nav-bar ul li ol li a{
    padding-left: 15px;
    padding-right: 15px;
}

/*导航结束*/
/*底部开始*/
.footer{
    background-color: #0193de;
}
.footer .cont{
    background: url("../images/footer_bg.jpg") no-repeat center;
    height: 172px;
}
.footer .cont p{
    color: white;
    font-size: 12px;
    line-height: 24px;
}
/*底部结束*/
/*头尾结束*/
/*hover*/
.nav .nav-bar ul li:hover{
    background-color: #35bbff;
}
.nav .nav-bar ul li ol li a:hover{
    background-color: #57c6ff;
}
.head .txt-links ul li a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1200px){
    /* 二级页面1000px宽度*/
    .head .con{
        background: url("../images/top_c_bg.jpg") no-repeat center;
        background-size:100% 110%;
        height: 111px;
        width: 1000px;
    }

    .nav-bg #nav {width: 1000px;}
    .nav-bg #nav li a {padding: 0px 22px;}
    .register .unit-register {width: 900px;}
    .register {width: 930px;}

    .register .unit-register .explan{width:870px;}
    .center {width: 1000px;}
    .center .article .wznr {width: 958px;}
    .location-gw .location-gw-c{ width:1000px;}
    .center .article .sj .articledate{ width:60%;}
    .center .article .sj .articletips{ width:40%;}
    .location .location-c{ width:1000px;}
    .list-content{ width:1000px;}
    .list-content .l{width:300px;}
    .list-content .l .navigation{ width:300px;}
    .list-content .l .navigation h4{ width:300px;}
    .accordion{ width:260px;}
    .accordion .link{ width:260px;}
    .list-content .r{ width:640px;}
    .w1200{ width:1000px;}
    .consultation{ width:1000px;}
    .consultation h6{ width:980px;}
    .consultation ul{ width:1000px;}
    .consultation ul li{ width:968px;}
    .list-content .l .navigation{ width:300px;}
    .list-content .teach-r{ width:680px;}
    .consultation table tr td textarea{ width:880px;}
    .consultation table tr td .zx-text{ width:218px;}
    .consultation table tr td select{ width:218px;}
    .consultation table tr td .bt-text{ width:532px;}
    .center .gwjj{ width:948px;}
    .center .gwjj table tr .tb_l{ width:85px;}
    .list-content .l .navigation .place{ width:278px;}
    .list-content .l .operation{ width:257px;}
    .list-content .r .query-result .xmsbb .zs_cx{ width:538px; padding-left:100px;}
    .list-content .r .query-result .xmsbb .zs_cx .cx_l{ width:280px;}
    .list-content .r .query-result .xmsbb .zs_cx .cx_r{ padding-left:51px;}
    .list-content .r .new-list ul li a{ display:block; width:470px; overflow:hidden;}
}
