.sub_banner{
	width: 100%;
	margin-top: 155px;
}
.sub_banner img{
	width: 100%;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: url(../imgs/logos_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 155px;
    transition: background-color 0.3s ease;
}
.header .nav {
	background:none;
}
.header.scrolled {
	background: url(../imgs/logos_bg.png) no-repeat;
    background-size: 100% 100%;
}
.header.scrolled .nav{
	background: none;
}



.sub-container{
	background: #f2f3f7;
}

.sub-titles{
	width: 100%;
	display: flex;
	align-items: center;
}
.sub-titles .sub-title{
	font-family: 'ALIMAMAFANGYUANTIVF-THIN';
	font-size: 40px;
	font-weight: 700;
	margin-right: 25px;
	
	background: linear-gradient(to right, #00ff99, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sub-titles img{
	width: 69%;
	height: 10px;
}

.sub-content{
	padding: 20px 0 40px;
}
.sub-content p{
	font-size: 18px;
	line-height: 2rem;
}
.sub-content p span{
	font-size: 18px;
}

@media screen and (max-width: 992px) {
	.sub-titles{
		display: block;
	}
	.sub-titles .sub-title {
	    font-size: 24px;
	    font-weight: 700;
	    margin-right: 15px;
	    margin-bottom: 10px;
	}
	.sub-titles img {
	    width: 90%;
	    height: 8px;
	}
	.sub-content p{
		font-size: 14px;
	}
	.sub-content p span{
		font-size: 14px;
	}

}





/*合作伙伴*/
/*合作媒体*/
.sec-tit_1 {
    font-size: 20px;
    color: #999;
    font-weight: bold;
    text-align: center;
}
.suppt_ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
}
.suppt_ul li {
	flex: 1/4;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #eee;
}



/*展商目录*/
.tit_p {
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
    float: right;
    margin-top: 20px;
}





/*新闻*/
.xwdt li {
    overflow: hidden;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
}
.xwdt li a {
    line-height: 1.8;
    width: 85% !important;
}
.xwdt li span {
    color: #333;
}
@media screen and (max-width: 992px) {
    .xwdt li a {
        line-height: 1.8;
        width: 70% !important;
    }
}





/*下载中心*/
.download-container li{
    overflow: hidden;
    padding: 10px 0;
}
.download-container li p{
	width: 97%;
}
.download-container li a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    padding: 5px 0;
    align-items: center;
    width: 100%;
}
.download-container li a > img {
    width: 22px;
    height: 20px;
    margin-top: 10px;
}
