*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	color: #333;
	font-size: 16px;
}
ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}
isy_frame{
	display: block;
}
img{
	border: none;
	max-width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,i,em,b{
	font-weight: normal;
	font-style: normal;
}
a{
    text-decoration: none;
    color: #333;
}
input,select,textarea{
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "microsoft yahei";
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}


.zcdx-banner{
    height: 412px;
    background: url(../images/xxzf2jpg_02.jpg) no-repeat center top;
    overflow: hidden;
}
.zcdx-banner .img{
    margin-top: 79px;
    margin-left: 20px;
}
.zcdx-content{
    margin-bottom: 100px;
}
.zcdx-tabs{
    margin: 36px 0;
    text-align: center;
}
.zcdx-tabs a{
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    background: #ececec;
    border-radius: 25px;
    margin: 0 10px;
    transition: .2s;
    width: 110px;
}
.zcdx-tabs .active{
    background: #2e5aa6;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.zcdx-tabs-box{
    border: 5px solid #e8e8e8;
    padding: 10px 42px;
    padding-top: 28px;
}
.zcdx-c1-head{
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    overflow: hidden;
}
.zcdx-c1-head span{
    float: left;
    font-weight: bold;
}
.zcdx-c1-head span:nth-of-type(1){
    width: 8%;
}
.zcdx-c1-head span:nth-of-type(2){
    width: 20%;
}
.zcdx-c1-head span:nth-of-type(3){
    width: 28%;
}
.zcdx-c1-head span:nth-of-type(4){
    width: 30%;
    text-align: center;
}
.zcdx-c1-head span:nth-of-type(5){
    width: 14%;
    text-align: center;
}
.zcdx-c1-list li{
    /* line-height: 68px; */
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding: 19px 0;
    line-height: 30px;
}
.zcdx-c1-list li:last-child{
    border-bottom: none;
}
.zcdx-c1-list li div{
    width: 8%;
    float: left;
}
.zcdx-c1-list li span{
    width: 20%;
    float: left;
}
.zcdx-c1-list li a{
    width: 28%;
    float: left;
}
.zcdx-c1-list li i{
    float: left;
    width: 30%;
    text-align: center;
}
.zcdx-c1-list li .emd{
    float: left;
    width: 14%;
    text-align: center;
}
.zcdx-c1-list li .emd em{
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #2e5aa6;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.zcdx-c1-list li .emd em:hover{
    background: #244c92;
}
.zcdx-c1-list li .emd em a{
    display: inline-block;
    width: 80px;
    height: 30px;
    background: #2e5aa6;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.zcdx-c1-list li .emd em a:hover{
    background: #244c92;
}
.zcul{
    height: 339px;
    overflow-y: auto;
}
@media screen and (max-width:1200px){
    .wrap{
        width: auto;
        margin: 0 15px;
    }
    .zcdx-banner{
        height: auto;
        padding: 30px;
        background-position: left center;
    }
    .zcdx-banner .img{
        margin-top: 0;
    }
    .zcdx-tabs a{
        width: 100%;
        margin:5px 0
    }
    .zcdx-c1-list li a{
        width: 100%;
    }
    .zcdx-c1-list li span{
        width: 100%;
    }
    .zcdx-c1-list li i{
        width: 100%;
        text-align: left;
    }
    .zcdx-c1-list li .emd{
        width: 100%;
        text-align: left;
    }
    .zcdx-c1-head span{
        width: 100%!important;
        margin: 5px 0;
    }
    .zcdx-c1-head span:nth-of-type(3){
        text-align: left;
    }
    .zcdx-c1-head span:nth-of-type(4){
        text-align: left;
    }
    .zcul{
        height: auto;
    }
}
.fg-tt a{
    font-weight: bold;
    font-size: 24px;
}