@charset "utf-8";
*{
    padding: 0;
    margin: 0;
    font-family: "黑体简体", "微软雅黑", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
.zyt-footer-wrap{
    background: #424242;
    width: 100%;
    height: 214px;
}
.zyt-footer-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.zyt-tg{
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.zyt-tg a{
    display: inline-block;
    font-size: 14px;
    color: #FEFEFE;
    line-height: 1;
    padding-left: 20px;
}
.zyt-tg a:hover{
    color: #fff!important;
}
.zyt-tg a:after{
    content: "|";
    padding-left: 20px;
}
.zyt-tg a:first-child{
    padding-left: 0;
}
.zyt-tg a:last-child:after{
    content: '';
}
.zyt-fw{
    font-size: 14px;
    color: #c7c6c6;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.zyt-fw span{
    margin-left: 28px;
}
.zyt-fw span:first-child{
    margin-left: 0;
}
.zyt-link:before{
    content: '友情链接';
    font-size: 15px;
    font-weight:bold;
    color: #FFFFFF;
    line-height: 36px;
    margin: 25px 0;
}
.zyt-link{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.zyt-link a{
    margin-left: 30px;
}
.zyt-link a:first-child img{
    width: 152px;
    height: 37px;
}
.zyt-link a:nth-child(2n) img{
    width: 99px;
    height: 34px;
}
.zyt-link a:last-child img{
    width: 116px;
    height: 37px;
}
.zyt-info{
    display: flex;
    justify-content: center;
    background: #373737;
    height: 52px;
}
.zyt-info span{
    margin-left: 20px;
}
.zyt-info span:first-child{
    margin-left: 0;
}
.zyt-info span:last-child a{
    display: flex!important;
    align-items: center;
}
.zyt-info span a img{
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.zyt-info span,
.zyt-info a{
    font-size: 12px;
    color: #B5B5B5;
    line-height: 52px;
}