* {
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style: none;
}

ul li {
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
}

body {
    font: 12px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif;
    color: #333;
    background: #fff;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover{
    color: #d63030;
}

.clearfix:after {
    content: " ";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.clear,
.cc {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin-top: -1px;
    overflow: hidden;
}

.f1,
.left {
    float: left;
}

.f2,
.right {
    float: right;
}

select {
    outline: none;
}

input,
textarea {
    outline: none;
    vertical-align: middle;
}


/*搜索框里面字体颜色*/

input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: "微软雅黑";
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: "微软雅黑";
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: "微软雅黑";
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: "微软雅黑";
}

/*头部*/
.search ul li.se_box input{
    background: #f6f6f6;
}
/*banner*/
.czzjbanner {
    width:100%;
    margin: 0 auto;
}
.czzjbanner img{ width: 100%; height: auto;}
.czzjbanner .img_title{
    display: none;
}
/*信息*/
.w1100 {

    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.czzjcontainer {
    float: left;
    display: inline;

    position: relative;
}

.childBox {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    width: 1055px;
    left: 22px;
    border: 1px solid #e2e2e2;
}

.szfblist.childBox ul {
    background: none;
    margin: 10px 0;
}

.child_enter.on {
    color: #0072d0;
}
.czzjconlist1 {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.szftit {

    background: #f0f0f0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    color: #0072d0;
    font-weight: bold;
    border-top: 2px solid #0072d0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.szfblist {

    height: auto;
    border: 1px solid #e2e2e2;
    border-top: none; overflow: hidden;
}
.szfblist ul {

    background: url(../imsges_czzj/czqlbg.jpg) repeat left top;
    margin: 20px;
}
.szfblist ul li {
    float: left;
    display: inline;
    width: 579px;
    height: 50px;
    line-height: 50px;
}
.szfblileft {
     width: 259px;
     height: 50px;
     line-height: 50px;
     text-align: left;
 }
.szfblileft a {
    font-size: 15px;
    color: #333;
    padding-left: 32px;
    background: url(../imsges_czzj/xzqlico1.png) no-repeat 15px center;
    width: 205px;
    display: block;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.szfbliright {
    width: 320px;
    height: 50px;
    line-height: 50px;
    text-align: left;
}
.szfbliright a {
    padding: 0 10px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}











/*底部*/
.zt_footer{
    width: 100%;
    height:auto;
    overflow: hidden;
    border-top: #1f76bc 3px solid;
    margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.szfblist ul li{ width: 475px;}
.szfblileft{ width: 209px;}
.szfbliright{ width: 266px;}
}
@media (max-width: 991px) {
.szfblist ul li{ width: auto; float: none;}
}
@media (max-width: 630px) {
.czzjcontainer{ float: none; padding: 0 10px;}
.szfblileft{ width: auto; float: none;}
    .szfblileft a{ width: auto;}
.szfbliright{ width:auto; float: none;}
.czzjconlist1{ margin-top: 10px;}
.szfblist ul{ margin: 10px;}
.zt_footer{ margin-top: 0px;}
}

