#hyzh{
    background-color: #fff;
}
.bar-nav~.content {
    top: 3.8rem;
}

.topList{
    position: relative;
    margin-bottom: .5rem;
    font-size: 0;
    overflow-y: auto;
    background-color: #fff;

}
.downLoadList{
    padding: .2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    width: 600px;
}

.downLoadList .btnn{
    width: 33%;
    text-align: center;
    border-left: 1px solid #eee;
}
.downLoadList .btnn a{
    text-align: center;
    color: #282828;
    font-size: .8rem;
}
.downLoadList .btnn:first-of-type{
    border-left: none;

}
.downLoadList .btnn .active{
    color: #fe4351;
}



.bannerImg{
    width: 100%;
}

.bannerImgMore{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
}
.bannerImgMore a{
    width: 49%;
    margin-bottom: .3rem;
}
.bannerImgMore img{
    width: 100%;
}


.datitle {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.datitle .pull-left{
    margin-top: .1rem;
}
.datitle p{
    /*margin-left: .3rem;*/
    color: #282828;
    font-size: .8rem;
    /*font-weight: bold;*/
}
.datitle p span{
    margin-left: .2rem;
    color: #cccccc;
    font-weight: 100;
    font-size: .65rem;
    font-weight: bold;
}
.datitle .tb{
    margin-top: .2rem;
    width: 1rem;
    height: 1rem;
    line-height: .9rem;
    border: 1px solid #666;
    text-align: center;
    border-radius: 50%;
    font-size: 0.5rem;
    color: #666;
}
.datitle .pp{
    display: inline-block;
    margin-top: .1rem;
    padding-top: .1rem;
    width: 5rem;
    height: 28px;
    background: url(../images2/tb/ruzhu.png) no-repeat center;
    background-size: contain;
    font-size: .45rem;
    letter-spacing: .1rem;
    text-align: right;
    padding-right: .7rem;
    color:#a6a1a1;
    line-height: 13px;
}
.datitle .xm{
    display: inline-block;
    margin-top: .1rem;
    padding-top: .1rem;
    width: 5rem;
    height: 28px;
    background: url(../images2/tb/fabu.png) no-repeat center;
    background-size: contain;
    font-size: .45rem;
    letter-spacing: .1rem;
    text-align: right;
    padding-right: .7rem;
    color:#a6a1a1;
    line-height: 13px;
}
.datitle .change{
    color: #666;
    font-size: .7rem;
}



.list1{
    padding-bottom: .3rem;
}
.list1 li{
    margin: .5rem 0;
    padding: .5rem 0 .3rem;
    border: 1px solid #ededed;
    border-radius: 10px;
}
.list1 li:last-of-type{
    margin-bottom: 0;
}
.list1 li .img{
    display: inline-block;
    position: relative;
    margin: .5rem 0;
    width: 42%;
    height: 5.7rem;
    font-size: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    transform:rotate(0deg);/* 或 transform: scale(1);也可以  解决子元素超出不隐藏问题*/
}
.list1 li .img img{
    position: absolute;
    width: 100%;
    top: 50%;
    transform:translateY(-50%);
}
.list1 li>div{
    width: 55%;
}
.list1 h4{
    margin: .3rem 0;
    font-size: .8rem;
    color: #282828;
    font-weight: normal;
}
.list1 .bot p{
    font-size: .6rem;
    color: #999;
}
.list1  .btn{
    margin-top: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.list1  .btn a{
    padding: .15rem .3rem .1rem;
    font-size: .45rem;
    color: #2577e3;
    border: 1px solid #2577e3;
    border-radius: .1rem;
}



.list2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list2 li{
    margin-top: .4rem;
    width:49%;
    font-size: 0;
    border-radius: 5px;
    overflow: hidden;
}
.list2 li img{
    width:100%;
}


/*展会列表*/
.nav_sco{
    margin-top: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
#hyzh .nav_sco span{
    display: inline-block;
    width: 15%;
    align-self: center;
    font-size: .6rem;
    text-align:center;
    color: #666;
}
#hyzh .nav_sco .nav_dh{
    width: 85%;
    max-width: 10000px;
    min-width: 0px;
}
.nav_sco .nav_dh ul {
    width: 600px;
}
.nav_sco .nav_dh li {
    font-size: .5rem;
    height: 1.5rem;

    line-height: 1.5rem;
}
.nav_sco .nav_dh li.line{
    width: 1px;
    background-color: #eee;
    height: .9rem;
    align-self: center;
}
.nav_sco .nav_dh a{
    color: #666;
}
.nav_sco .nav_dh a.active{
    /*color: #d90d26;*/
    /*background-color: #fff;*/
    color: #d50000;
}

.tuijiancon1 ul{
    padding: 0;
}
.tuijiancon1 li a{
    padding: .3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f3f3f3;
}
.tuijiancon1 li p{
    display: inline-block;
    color: #666;
    font-size: .4rem;
}
.tuijiancon1 li img{
    width: 3px;
    margin: 0 .2rem;
}




.list4 li{
    margin-bottom: 0;
    width: 100%;
    padding: .5rem 0;
    border-top:1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.list4 li a .clearfix:first-of-type{
    min-height: 4.3rem;
}
.list4 .clo .icon-guanbi{
    padding-right: .5rem;
}
.list4 .tit{
    font-size: .8rem;
    color: #282828;
}
.list4 .img{
    position: relative;
    font-size: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    transform:rotate(0deg);/* 或 transform: scale(1);也可以  解决子元素超出不隐藏问题*/
}
.list4 .img img{
    position: absolute;
    width: 100%;height: 100%;
    top: 50%;
    transform:translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.list4 .bot span{
    margin-right: .5rem;
    color: #999;
    font-size: .5rem;
}
.list4 .bot .gb span{
    margin: 0;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 2px 5px 1px;
    font-size: .4rem;
    color: #c8c8c8;
}

.list4 .right{
    position: relative;
}
.list4 .right .img{
    display: inline-block;
    width: 35%;
    height: 4.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.list4 .right .tit{
    width: 61%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.list4 li.right a .clearfix:first-of-type {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.list4 li.right .bot{
    margin-top: .2rem;
}

.list4 .bottom .imgbox{
    margin-top: .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.list4 .bottom .img{
    display: inline-block;
    width: 32%;
    height: 3.6rem;
}

.list4 .center .img{
    margin-top: .3rem;
    height: 10.5rem;
}
.list4 .center .img img{
    width: 100%;
    max-height: 10.5rem;
    position: unset;
    transform: translateY(0);
}
.list4 .center .bot{
    font-size: 0;
    margin-top: .5rem;
}

/*特殊*/
.list4 .center.guanggao .pl{
    display: none;
}
.list4 .center .gg {
    /*position: absolute;*/
    /*bottom: .2rem;*/
    /*right: .2rem;*/
    float: left;
    padding: 0 .3rem;
    /*color:#fff;*/
    font-size: .4rem;
    color: #999;
    border: 1px solid #999;
    /*background-color:rgba(17, 17, 17, 0.4);*/
    border-radius: 5px;
}

.list4 .shipin .img .bftb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.list4 .shipin .img .time {
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    padding: 0 .3rem;
    color:#fff;
    font-size: .6rem;
    background-color:rgba(17, 17, 17, 0.4);
    border-radius: 25px;
}




.popover .popover-inner a{
    min-width: 15rem;
    padding: .3rem 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.popover .popover-inner a:last-of-type{
    border-bottom: none;
}
.popover .popover-inner a .iconfont{
    color: #838181;
    margin: 0 .5rem;
}
.popover .popover-inner .wz h5{
    margin: 0;
    font-size: .85rem;
    font-weight: normal;
    color: #000;
}
.popover .popover-inner .wz p{
    font-size: .6rem;
    color: #999;
}
.popover .popover-inner .fkt a{
    color: #000;
    padding-left: .5rem;
    font-size: .8rem;
}
.popover .popover-inner .fkt .tofk{
    font-weight: bold;
}
.popover .popover-inner .fkt .tofk p{
    margin-right: 25%;
    font-weight: normal;
}




.nav_sco2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* border-top: 1px solid #f3f3f3; */
    /*border-bottom: 1px solid #f3f3f3;*/
}
.nav_sco2 span{
    display: inline-block;
    width: 20%;
    align-self: center;
    font-size: .6rem;
    text-align:center;
    color: #666;
}
.nav_sco2 .nav_dh{
    /*width: 80%;*/
}
.nav_sco2 .nav_dh li {
    font-size: .7rem;
}
.nav_sco2 .nav_dh li.line{
    width: 1px;
    background-color: #eee;
    height: .9rem;
    align-self: center;
}
.nav_sco2 .nav_dh a{
    color: #666;
}
.tuijianbox{
    margin-top: .2rem;
    overflow: hidden;
}
.nav_sco2 .nav_dh a.active{
    /*color: #d90d26;*/
    /*background-color: #fff;*/
    color: #d50000;
}
.tuijiantab{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.tuijiantab li a{
    display: inline-block;
    width: 4rem;
    background-color: #f8f8f8;
    border: 1px solid #eae7e7;
    line-height: 1.36rem;
    text-align: center;
    font-size: .5rem;
    color: #666;
}

.zhfwbox{
    border: 1px solid #eee;
}

.tuijiantab a span {
    position: relative;
    left: .2rem;
    color: #f8f8f8;
    font-size: .5rem;
}
.tuijiantab .active span{
    color: #666;
}

.tuijiancon ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin: 0; */
    padding: .3rem;
}
.tuijiancon li{
    /*margin-left: 3px;*/
    width: 49.4%;
    font-size: 0;
    margin: .3rem 0 .15rem;
    border-radius: 5px;
    overflow: hidden;
}
.tuijiancon img{
    width: 100%; height: 76px;
}
.tuijiancon li p{
    margin: .4rem 0 .2rem;
    text-align: center;
    font-size: .5rem;
    color: #282828; height: 20px; line-height: 20px; overflow: hidden;
}










.partner{
    padding-bottom: .5rem;
}
.partner .tit {
    position: relative;
    margin: .5rem 0;
    text-align: center;
}
.partner .tit .line {
    position: relative;
    bottom: 1rem;
    display: inline-block;
    width: 2rem;
    height: 2px;
    background-color: #d90d26;
}
.partner .tit p {
    display: inline-block;
    letter-spacing: 2px;
    color: #282828;
    font-size: .8rem;
    text-align: center;
}
.partner .tit p span {
    display: block;
    font-size: .5rem;
    color: #999;
    letter-spacing: 0;
}
.partner ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partner li{
    display: inline-block;
    margin-bottom: .1rem;
    width: 33%;
    font-size: 0;
    border: 1px solid #ebebeb;
}
.partner li img{
    width: 100%;
}



.like{
    padding-bottom: .3rem;
    background-color:#fff;
}
.like ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.like li {
    margin: 5px 0;
    padding-bottom: 5px;
    width: 49%;
    /*border: 1px solid #eee;*/
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 .1rem .2rem #ececec;
}
.like li img {
    width: 100%;
}
.like .wz{
    text-align: center;
}
.like .wz h5{
    margin: 0;
    font-size: .8rem;
    color: #282828;
    font-weight: normal;
}
.like .wz .tz{
    font-size: .7rem;
    color: #999;
}
.like .wz .tz span{
    color: #444;
}
.like .wz .ppxq{
    margin: .3rem auto;
    padding: .1rem 0;
    width: 45%;
    font-size: .6rem;
    color: #d90d26;
    border: 1px solid #d90d26;
    border-radius: 25px;
}





.jmgj {
    margin: 0 0 .5rem;
    padding: 5px;
    box-shadow: 0 0 2px #d2d1d1;
    border-radius: 12px;
    background-color: #fff;
}
.jmgj .datitle{
    margin-top: 0;
    height: 2rem;
    border-bottom: 1px solid #ccc;
}
.jmgj .kf{
    width: 22%;
}
.jmgj .lx div{
    margin-right: .3rem;
    font-size: .5rem;
    line-height: 2rem;
}
.jmgj .pull-left p{
    display: inline-block;
}
.jmgj .pull-left>div{
    margin-top: .4rem;
    line-height: 1.2rem;
    /*border: 1px solid #d81e06;*/
    border: 1px solid #37B43F;
    border-radius: 25px;
    text-align: center;
}
.jmgj .pull-left>div a{
    color: #666;
}
.jmgj .pull-left>div span{
    margin-right: .5rem;
}
.jmgj span{
    color: #d81e06;
    /*color: #37B43F;*/
}
.jmgj span.icon-dianhua1{
    color: #37B43F;
}
.jmgj .pull-right .iconfont{
    margin: 0 5px;
}

.jm_list{
    margin: .5rem 0;
    /* padding: 0 .5rem 0; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.jm_list li{
    margin-bottom: .2rem;
    width: 24%;
    min-height: 2rem;
    line-height: 2rem;
    font-size: .6rem;
}
.jm_list li a{
    color: #fff;
}
.jm_list .iconfont {
    margin: 0 3px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    background-color: rgba(255,255,255,0.67);
    border-radius: 50%;
    text-align: center;
    vertical-align: text-bottom;
    overflow: hidden;
}

.sm{
    margin: .5rem 0;
    padding: 0 5px;
    color: #999;
    /*background-color: #ffebeb;*/
    font-size: .6rem;
    /*border:1px solid #ff909d;*/
    text-align: left;

    background-color: #f7f7f7;

}
