.con-box{
    width: 1200px;
    margin: 0 auto;
}
.top-banner{
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px #cccccc;
    background-color: #fff;
}
.top-banner-left{
    float: left;
    width: 548px;
    height:236px;
    overflow: hidden;
}
.top-banner-left img{
    width: 100%;
    height: 100%;
}
.top-banner-right{
    float: right;
    width: 615px;
    margin-right: 18px;
}
.top-banner-tit{
    width: 100%;
    height: 46px;
    line-height: 46px;
    margin-top: 10px;
    border-bottom: 1px solid #eeeeee;
}
.top-banner-tit h1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    float: left;
}
.top-banner-tit span{
    float: right;
    color: #999999;
    font-size: 14px;
}
.top-banner-tit i{
    color: #fe483a;
    margin: 0 2px;
}
.top-banner-info{
    position: relative;
    margin-top: 15px;
}
.l-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    display: block;
    background: url(../ui_img/detail-icons.png) no-repeat -211px 0;
}
.r-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    display: block;
    background: url(../ui_img/detail-icons.png) no-repeat -236px 0;
}
.top-banner-txt{
    color: #666666;
    font-size: 15px;
    width: 576px;
    max-height: 91px;
    padding-top: 12px;
    margin-left: 30px;
    line-height: 26px;
    margin-bottom: 10px;
}
.top-banner-txt {
	overflow-y: auto;
}
.top-banner-txt::-webkit-scrollbar {
    width: 4px;
}
.top-banner-txt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.top-banner-txt::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.top-banner-info p{
    width: 90%;
    margin: 4px auto 10px;
    font-size: 15px;
    color: #bbbbbb;
}
.top-banner-info p em{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../ui_img/detail-icons.png) no-repeat -195px 0;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
}
.zt-list{
    width: 1200px;
    margin:24px auto;
    background: #fff;
    padding-top: 24px;
}
.zt-item{
    padding: 18px 0;
    width: 174px;
    border: 1px solid #f2f2f2;
    margin-left: 15px;
    margin-right: 8px;
    margin-bottom: 24px;
    float: left;
    transition: all 0.2s;
}
.zt-item-img{
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;

}
.zt-item-img img{
    width: 100%;
    height: 100%;
}
.zt-item-tit{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    height:32px;
    line-height: 32px;
    color: #333333;
    margin: 5px auto 0;
    overflow: hidden;
}
.zt-item p{
    color: #009cff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;

}
.zt-item p span{
    margin-right: 10px;
}
.zt-item .zt-item-label{
    width: 90%;
    margin: 5px auto 0;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.zt-item .zt-item-label span{
    margin: 0 3px;
}
.zt-item-load{
    width: 102px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #fe483a;
    color: #fe483a;
    display: block;
    margin: 10px auto 0;
    font-size: 15px;
    border-radius: 15px;
}
.code-img{
    width: 96px;
    height: 96px;
    margin: 0 auto;
    background: #fcf;
    display: none;
}
.zt-item:hover .code-img{
    display: block;
}
.zt-item:hover .zt-item-tit{
    color: #fe483a !important;
}
.zt-item:hover .zt-item-load{
    background: #fe483a !important;
    color: #fff !important;
}
.zt-item:hover .zt-item-img{
    display: none;
}
.zt-item:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cccccc;
}

.box-tit-box{
    width: 1162px;
    margin:0px auto;
    padding: 22px 0;
}
.box-tit {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    float: left;
    margin-right: 5px;
}
.hot-zt-box,.newest-zt-box{
    background: #fff;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.box-tit em {
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-right: 10px;
    vertical-align: top;
    background: url(../ui_img/detail-icons.png) no-repeat -90px -228px;
}
.line {
    float: left;
    width: 990px;
    height: 1px;
    margin-top: 15px;
    background: #e2e2e2;
}
.box-tit-box a{
    float: right;
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
.box-tit-box a:hover{
    color: #fe483a !important;
}
.hot-zt-box ul li{
    float: left; 
    width: 215px;
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-left: 21px;
}
.hot-zt-box ul li a{
    display: block;
}
.hot-zt-box ul li img{
    width: 100%;
    height: 100%;
}
.hot-zt-box ul li div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0,0.5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 110px;
    transition: all 0.2s;
}
.hot-zt-box ul li:hover div{
    height: 35px;
    line-height: 35px;
}
.newest-zt-box .box-tit em{
    background: url(../ui_img/detail-icons.png) no-repeat -138px -228px;
}
.newest-zt-box li{
    width: 360px;
    margin-left: 19px;
    margin-right: 20px;
    border-left: 1px solid #e2e2e2;
    position: relative;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.newest-zt-box li a {
    display: block;
    font-size: 14px;
    margin-left: 15px;
}
.newest-zt-box li em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../ui_img/light1-icon.png) no-repeat 0 0;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
    position: absolute;
    left: -5px;
}

.newest-zt-box li a img {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 2px;
}

.newest-zt-box li a span {
    display: inline-block;
    width: 165px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    vertical-align: top;
    overflow: hidden;
    color: #333333;
}

.newest-zt-box li a i {
    font-style: normal;
    float: right;
    line-height: 28px;
    color: #999999;
}

.newest-zt-box li:hover span {
    color: #f36245 !important;
}

.newest-zt-box li:hover a{
    transform:translate(10px,0px);
    transition: all 0.3s;
}
 .kf-body body{
    /* background: url(https://statics.07073.com/pc/img/20221130.png) no-repeat center top fixed !important;
  */
 
} 
.kf-body .header-box,.kf-body .con-box {
    position: relative;
    z-index: 2;
}
 .kf-body .footer-box,.kf-body .zt-list,.kf-body .hot-zt-box,.kf-body .newest-zt-box{
    /* display: none; */
}
.kf-body .crumbs-box a{
    color: #fff;
}
.kf-body .crumbs-box{
    border-bottom: 1px solid #fff;
}
.kf-body .crumbs-box span{
    color: #fff;
}
.kf-body .crumbs-box i{
    color: #fff;
}
.kf-body .head-nav-box{
    background: rgba(52,52,52,0.7);
    width: 1200px;
    margin: 0 auto;
} 
#mainiframe{
    position: relative;
    z-index: 2;
}