@charset "gb2312";
/* CSS Document */

/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default; color:#000;}
table{border-collapse:collapse;border-spacing:0; border:none;}
tr,td{border:none;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none; vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none; color:#4c4c4c;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
i{font-style:normal}

.clear{ clear:both;}
.fl{ float: left;}
.fr{ float: right;}
.pr{position:relative;}

body{
    background: url(2017cssdzj_index_gb.jpg) no-repeat top center;
    background-attachment:fixed;
}

/*body:before { !*ios_iphone_移动端兼容*!*/
    /*content: '';*/
    /*position: fixed;*/
    /*z-index: -1;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background: url(2017cssdzj_index_gb.jpg) center 0 no-repeat;*/
    /*background-size: cover;*/
/*}*/

.container{
    width: 100%;
}
@media screen and ( max-width: 1100px ) {
    .container{ width: 1200px; }
    html,body{ width:1200px  }
    body{ background-size: auto 100%; }
}

.top{  height: 30px; background:#ffffff; line-height: 30px;  background-color: rgba(255,255,255,0.5);  }
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .top{
        background:#9dd0fa;
    }
}
.top a{
    color:#ffffff;
}
.top .top_main{
    width: 1000px;
    margin:0 auto;
}
.top .top_main p{
    float: left;
    font-size: 12px;
}
.top .t_m_l{
    float: left;
    color:#ffffff;
    font-size: 12px;
    line-height:30px;
}
.top .t_m_l a{
    margin-right: 5px;
}
.top .wzall{
    float: right;
    font-size: 12px;
    color:#ffffff;
    margin-right:20px;
}
.top .wzall img{
    margin: 0 5px;
}

.header{
    width: 1000px;
    overflow: hidden;
    margin:0 auto;
}
.header_logo{
    width: 1000px;
    height: 165px;
}
.header_logo .logo,
.header_logo .search{
    width: 500px;
    float: left;
}
.header_logo .logo{
    margin-top: 30px;
}
.search .search_main{
    width: 450px;
    height: 45px;
    margin-top: 60px;
    float: right;
    background: url(2017cssdzj_index_searchbg.png);
}
.search .search_main form{
    width: 450px;
    height: 45px;
}
.search .search_text{
    width: 275px;
    height: 45px;
    line-height: 45px;
    border: none;
    padding-left: 40px;
    background: url(2017cssdzj_index_sousuo.png) no-repeat 10px center;
    color: #989898;
    vertical-align: middle;
    outline:none;
}
.search .search_submit{
    width: 75px;
    height: 30px;
    background: #69c1a8;
    color: #fff;
    border: none;
    margin-left: 25px;
    vertical-align: middle;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.search .search_submit:hover{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* 导航栏 */
.nav{
    width: 1000px;
    height: 60px;
    background: url(2017cssdzj_index_navbg.png);
}
.nav ul li{
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    color: #fff;
}
.nav ul li a{
    display: inline-block;
    color: #fff;
    width: 200px;
    height: 60px;
}
.nav .nav01{ background: url(2017cssdzj_index_nav01s.png) no-repeat 55px center; }
.nav .nav02{ background: url(2017cssdzj_index_nav02s.png) no-repeat 40px center; }
.nav .nav03{ background: url(2017cssdzj_index_nav03s.png) no-repeat 25px center; }
.nav .nav04{ background: url(2017cssdzj_index_nav04s.png) no-repeat 40px center; }
.nav .nav05{ background: url(2017cssdzj_index_nav05s.png) no-repeat 35px center; }
.nav ul li:hover{ background: url(2017cssdzj_index_navhover.png) top center; }
.nav .on{ background: url(2017cssdzj_index_navhover.png) top center; }
.on .nav01{ color: #41b6e7;  background: url(2017cssdzj_index_nav01.png) no-repeat 55px center; }
.on .nav02{ color: #41b6e7;  background: url(2017cssdzj_index_nav02.png) no-repeat 40px center; }
.on .nav03{ color: #41b6e7;  background: url(2017cssdzj_index_nav03.png) no-repeat 25px center; }
.on .nav04{ color: #41b6e7;  background: url(2017cssdzj_index_nav04.png) no-repeat 40px center; }
.on .nav05{ color: #41b6e7;  background: url(2017cssdzj_index_nav05.png) no-repeat 35px center; }
.hover_active .nav01{ color: #41b6e7;  background: url(2017cssdzj_index_nav01.png) no-repeat 55px center; }
.hover_active .nav02{ color: #41b6e7;  background: url(2017cssdzj_index_nav02.png) no-repeat 40px center; }
.hover_active .nav03{ color: #41b6e7;  background: url(2017cssdzj_index_nav03.png) no-repeat 25px center; }
.hover_active .nav04{ color: #41b6e7;  background: url(2017cssdzj_index_nav04.png) no-repeat 40px center; }
.hover_active .nav05{ color: #41b6e7;  background: url(2017cssdzj_index_nav05.png) no-repeat 35px center; }

/* 导航下面的阴影 兼容浏览器 */
.yinying {
    position: absolute;
    width: 1000px;
    height: 5px;
    background: url(2017cssdzj_index_navyinying.png);
}

.main{
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}


.toolbar{
    position:fixed;
    right: 50%;
    margin-right: -600px;
    top: 50%;
    margin-top: -135px;
    z-index: 99999;
}
@media screen and ( max-width: 1100px ) {
    .toolbar {
        right: 13px;
        margin-right: 0;
    }
}

.toolbar-item{
    display:block;
    width:68px;
    height:78px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #fff;
    position:relative;
}
.toolbar-tb{
    margin-top: 10px;
}
.toolbar-item p{
    font-size: 12px;
}
#top img{
    margin: 20px auto 10px;
}
.toolbar-layer{
    position:absolute;
    right:70px;
    bottom: 0;
    width:0;
    height: 0;
    display: none;
    opacity: 0;
}
.toolbar-layer img{
    width:150px;
    height: 150px;
}
.toolbar-none{
    display:block;
    width:70px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #b7b7b7;
}


.footer{
    width: 100%;
    height: 85px;
    background: #2ab2dd;
    color: #FFFFFF;
    text-align: center;
}
.footer span{
    display: inline-block;
    color: #FFFFFF;
}
.footer span p{
    display: inline-block;
    padding-top: 10px;
    color: #FFFFFF;
}
.footer a{
    display: inline-block;
}
.footer img{
    margin: 10px 0 0 10px;
    height: 55px;
}
.zztj { height: 30px; }
.zztj img{ height: 10px;  }