@font-face {
    font-family: '01';
    src: url(../font/01.TTF);
}
.nav{
    display: flex;
    background: #72554d;
    align-items: center;
}
.logo span{
    font-size: 25px;
    font-family: '01';
    color: #fff;
}
.nav .login{
    color: #fff;
    justify-content: space-around;
}
.nav .login a{
    font-size: 16px;
    color: #fff;
}
.shurff{
    margin-top: 0px;
}
.top_input{
    margin-top: 15px;
    width: 70%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #72554d;
}
.top_input input[type='submit']{
    background: #72554d;
    color: #fff;
    width: 30%;
    padding: 0!important;
}
.top_input input[type='text']{
    padding: 0!important;
    height: 100%;
    line-height: 100%;
    border: none;
}
.top_input input[type='text']::placeholder{
    color: #72554d;
}
.ns-nav{
    margin-top: 15px;
}
.ns-nav a{
    width: 25%;
}
.top{
    height: 40px;
    flex-wrap: wrap;
}
.top .topbg{
    width: 100%;
    height: 10px;
    background: url(../img/ic10.png)no-repeat;
    background-size: 100%;
}
.top div{
    padding-left: 40px;
    position: relative;
    width: 70%;
    display: flex;
}
.top div:nth-child(1):after{
    content: '';
    position: absolute;
    width: 36px;
    left: 0;
    top: calc(50% - 7.5px);
    height: 15px;
    background: url(../img/top1.png)no-repeat;
    background-size: 100% 100%;
}
.top div p{
    color: #72554d;
    line-height: 30px;
    font-size: 18px;
}
.top div span{
    text-indent: 1em;
    color: #8a746e;
    line-height: 32px;
    font-size: 12px;
}
.top a{
    color: #72554d;
    font-size: 14px;
}
.gy-img a{
    height: 150px;
}
.gy-img img{
    height: 120px;
}
.gy-img span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: #585858;
}
.gy-ul a{
    position: relative;
    height: 30px;
    line-height: 30px;
}
.gy-ul a::after{
    content: '';
    position: absolute;
    background: url(../img/ic11.png)no-repeat;
    background-size: 100% 100%;
    height: 15px;
    width: 10px;
    left: 0;
    top: 25%;
}
.gy-ul a p{
    text-indent: 20px;
    font-size: 14px;
    color: #585858;
}
.gy-ul a span{
    color: #585858;
}
.xw-img a{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.xw-img a img{
    width: 40%;
    height: 120px;
}
.xw-img a div{
    width: 58%;
}
.xw-img a div p{
    height: 30px;
    font-size: 16px;
    color: #72554d;
    white-space: nowrap;
    overflow: hidden;
}
.xw-img a div span{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.xw-img a div i{
    color: #72554d;
    text-indent: 30px;
    display: block;
    height: 30px;
    position: relative;
    font-style: normal;
    line-height: 30px;
}
.xw-img a div i::after{
    content: '';
    position: absolute;
    height: 15px;
    width: 25px;
    background: url(../img/ic9.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 6px;
}
.qg-img a{
    height: 150px;
    background-color: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}
.qg-img a img{
    height: 120px;
}
.qg-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #535353;
}
.qg-ul a span{
    width: 5em;
    text-align: left;
    color: #72554d;
}
.qg-ul a p{
    max-width: calc(100% - 5em);
    min-width: calc(100% - 5em);
    white-space: nowrap;
    overflow: hidden;
}
.zh-img{
    display: flex;
    justify-content: space-between;
}
.zh-img a{
    width: 48%;
}
.zh-img a img{
    height: 150px;
    box-shadow: 1px 1px 5px 0px #e6e6e6;
}
.zh-img a p{
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #000;
}
.zh-img a p:nth-child(2){
    margin-top: 10px;
}
.zh-img a span{
    color: #535353;
    display: block;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
}
.zh-ul a{
    position: relative;
    height: 30px;
    line-height: 30px;
}
.zh-ul a::after{
    top: 5px;
    width: 4.5em;
    height: 20px;
    line-height: 20px;
    content: '近期展会';
    color: #72554d;
    position: absolute;
    left: 0;
    border: 1px solid #72554d;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}
.zh-ul a p{
    text-indent: 5em;
}
.zh-ul a span{
    color: #8a746e;
}
.qy-img a{
    box-shadow: 1px 1px 5px 1px #e6e6e6;
}
