*{
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "arial, helvetica, sans-serif";
	background-color: #f6f6f6;
}
/*公共样式*/
.center{
	text-align: center !important;
}
.box-shadow{
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
}
.iconfont{
	color: #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}
.layui-nav-title{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding-top: 30px;
	margin-bottom:30px;
}
.layui-nav .layui-nav-item a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.layui-col-space30{
	margin: 0px;
}
/**/
.header{
	width: 100%;
	position: relative;
}
.mheader{
	background-color: #fff;
}
.m-header{
	padding: 10px 5px;
}

.home-link{
	color: #E6002D;
	background-color: #E6002D;
}
.icon-home{
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
}
.icon-menu{
	color: #333;
	font-size: 30px;
	cursor: pointer;
	line-height: 30px;
}
.mheader .layui-nav-tree{
	position: fixed;
	top: 0;
	left: 0;
	padding: 30px 0;
	transition:  all ease 0.3s;
	z-index: 999;
}
.icon-close{
	position: absolute;
	top: 5px;
	right: 5px;
}
.mheader .layui-nav-tree .layui-nav-item a:hover{
	background-color: #fff;
	color: #E6002D;
}
.mheader .layui-nav-tree{
	left: -200px;
}
.mheader .layui-nav-tree .layui-nav-bar{
	background-color: #333;
}
.mheader .layui-nav .layui-nav-child a{
	color: #fff;
	font-weight: 100;
}
.mheader .layui-nav-item .layui-nav-itemed{
	color: #E6002D;
}

.pc-header{
	padding: 20px;
}
.top{
	width: 100%;
}
.layui-nav-box{
	position: relative;
	background-color: #e6002d;
}
.layui-nav-box .layui-nav-child  a{
	color: #333;
	font-weight: normal;
}
.layui-fixbar-top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0px 2px  5px 0px rgba(0,0,0,0.1);
}
.layui-nav{
	background-color: #e6002d;
	padding: 0;
}
.layui-nav .layui-nav-item .home{
	width: auto;
	height: 20px;
}

.layui-nav-box .layui-nav-child{
	width: 600px;
	background-color: #fff;
	padding-bottom: 10px;
}
.layui-nav-box .layui-nav-child li{
	/* width: 150px; */
	padding:5px 10px;
}
.layui-nav-box .layui-nav .layui-nav-child a:hover{
	background-color: #e6002d;
	color: #fff;
}
.layui-nav-box .layui-nav .layui-nav-child a:hover .iconfont{
	color: #fff;
}
.icon-jiantou{
	color: #E6002D;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-right: 10px;
}
.pc-header .layui-nav .layui-nav-child a{
	color: #999;
	font-size: 16px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	background-color: #fff;
	height: 3px;
}

.tools{
	position: absolute;
	top: 6px;
	right: 0px;
}
.tools .layui-input{
	border-radius: 50px;
    padding-left: 10px;
    font-size: 16px;
    max-width: calc(100% - 100px);
    line-height: 60px;
    color: #999;
    margin-top: 5px;
}
.tools .icon-sousuo,.tools .icon-yingwen{
	width: 48px;
	height: 48px;
	font-size: 32px;
	line-height: 48px;
	cursor: pointer;
}

.channel-menu-title{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 20px;
    margin-top: 20px;
}
.channel-menu{
	margin-top: 20px;
	display: flex;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 100%;
}
.channel-menu a{
	color: #666!important;
	font-size: 18px;
}
.channel-menu .icon-jiantou{
	font-size: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin:0 5px;
}
.menu-item{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}

.channel-menu .icon-home{
	color: #333;
	font-size: 24px;
	display: inline-block;
}
.channel-body{
	width: 100%;
}
.channel-header,.channel-content{
	background-color: #fff;
}
.channel-body .layui-nav{
	background-color: #fff;
}
.channel-header{
	position: relative;
	min-height: 100px;
}
.channel-toppic{
	width: 100%;
	min-height: 160px;
    max-height: 200px;
}
.channel-desc{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70%;
	height: 100px;
	line-height: 80px;
	padding:20px 0 0  20px;
	background-color: rgba(0,0,0,0.3);
}
.channel-body .layui-col-md12 .hannel-desc{
	height: 150px;
}
.channel-title{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.channel-desc .layui-nav-bar{
	width: 80px;
	position: relative;
	height: 3px;
	display: block;
	background-color: #E6002D;
	z-index: 2;
}
.channel-content{
	padding: 20px;
}
.channel-body .layui-nav-tree{
	width: 100%;
}
#content_1,#content_2{
	padding-top: 0px;
}
#content_1 .layui-col-space30>*{
	padding-left: 5px;
	padding-top: 0;
}
.one a{
	color: #E6002D !important;
	background-color: #fff !important;
	font-weight: 600;
	border-top: 2px solid #E6002D;
}
.channel-body .layui-nav .layui-nav-item a{
	color: #333;
	font-size: 18px;
}
.channel-body .layui-nav-tree .layui-nav-item a:hover{
	background-color: #E6002D;
	color: #fff;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
	background-color: #E6002D;
	color: #fff;
}
.channel-body .layui-nav .layui-this a{
	color: #fff;
}
.channel-body .layui-nav-tree .layui-nav-bar{
	background-color: #333;
}
.channel-body .layui-nav-tree .layui-nav-item a{
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
}
.channel-btns{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*height: 600px;*/
	margin-top: 20px;
}
.btn-link{
	width: 100%;
	height: 100px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	transition: all  0.4s;
	margin-top: 15px;
}
.btn-link:hover{
	color: #eee;
	transform: scale(1.05);
}
/*.box1:hover{
	background-color: #d0072e;
}
.box2:hover{
	background-color:#d09806;
}*/
.box1{
	background-color: #E6002D;
    background: -webkit-linear-gradient( #E6002D, #a50322);
    background: -o-linear-gradient( #E6002D, #a50322);
    background: -moz-linear-gradient( #E6002D, #a50322);
    background: linear-gradient( #E6002D, #a50322);
}
.box2{
	background-color: #FFB800;
    background: -webkit-linear-gradient( #FFB800, #bf8a00);
    background: -o-linear-gradient( #FFB800, #bf8a00);
    background: -moz-linear-gradient( #FFB800, #bf8a00);
    background: linear-gradient( #FFB800, #bf8a00);
}

.btn-link .iconfont{
	line-height: 48px;
    margin: 0 auto;
    font-size: 32px;
    margin-top: 10px;
    height: 48px;
    width: 48px;
}
.btn-link img{
	width: 100%;
	max-height: 100%;

}
.email_letter{
	margin-top: 15px;
	margin-bottom: 0px;
}
.email_letter .layui-card-header{
	font-size: 18px;
	font-weight: bold;
	color: #e6002d;
}
.email_letter .layui-card-header a{
	font-size: 14px;
	font-weight: normal;
	float: right;
	color: #e6002d;
	margin-top: 5px;
	font-style: normal;
}
.email_letter .layui-card-body .t{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.email_letter .layui-card-body .layui-input-block{
	margin-left: 15px;
}
.email_letter .layui-input{
	width: calc(100% - 48px);
	margin-top: 10px;
}
.email_letter .layui-btn{
	padding: 0 10px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e6002d;
}
.email_letter .layui-form-radio>i{
	color: #e6002d;
}
.email_letter .layui-form-item{
	position: relative;
}

/*频道内容补充样式*/
.channel-content .smart-item p{
	font-size: 16px;
}
.new-details-box {
    position: relative;
    padding: 40px 5%;
}
.white-bg{
	background-color: #fff;
}
.new-sort {
    display: inline-block;
    padding: 5px 10px;
    background: #a1a1a1;
    color: #fff;
    margin-bottom: 10px;
}
.new-details-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.txt-red {
    color: #d1202f;
}
.new-share{
	margin-top: 20px;
}
/*分页样式*/
#laypage1{
	width: 100%;
	background-color: #fff;
}
.PagingList{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #fff;
	margin-top: 10px;
	padding-left: 10px;
	display:flex;
	justify-content: center;
}
.direct,.prev,.next,.prev-disabled,.next-disabled{
	padding: 0 10px;
}
.PagingList a{
	padding: 0px 20px;
	text-align: center;
	display: inline-block;
}
.PagingList a.next,.PagingList a.prev,.PagingList a.direct{
	padding: 0 10px;
}
.PagingList .curr{
	background-color: #e6002d;
	color: #fff;
}
.PagingList .count,.PagingList a.direct{
		display: none;
	}
/*分栏样式*/
.teaserimage{
	width: 100%;
	max-height: 124px;
}
.content-top-title {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.content-bd-chunk:hover {
    transition: all ease 0.5s;
    transform: translateY(10px);
}
.partner-body{
	padding: 20px;
    min-height: 600px;
    overflow: hidden;
}
.partner-title{
	font-size: 24px;
    font-weight: bold;
    color: #e6002d;
    margin-bottom: 15px;
}
.partner-box{
	width: 100%;
	height: 120px;
	line-height: 120px;
	border: 1px solid #ccc;
	text-align: center;
	display: block;
	transition: all ease 0.3s;
}
.partner-box:hover{
	transform: translateY(10px);
}
.partner-img{
	width: 100%;
	max-height: 100%;
}
/*搜索页补充样式*/
.search-input{
          max-width:calc(100% - 100px);
          height:50px;
        }
        #txtSearchKey{
        	max-width:calc(100% - 150px);
        }

        .search-button{
          width: 120px;
          height: 50px;
          padding: 0;
          margin-left: 20px;
          font-size: 20px;
          /*line-height: 50px;*/
          background-color: #e6002d;
          border: none;
        }
        .exhibiton{
        	width: 120px;
        	padding: 0px;
        }
        .crumbs {
            font-size: 20px;
            margin-left: 20px;
        }
        .Search-select{
        	max-width: 100%;
        }
        .w{
        	background-color: #fff;
        	padding: 30px 0;
        	margin-bottom: 30px;
        }
        .alphabet{
        	margin-top: 10px;
    font-size: 16px;
        }
        .Search-Results{
        	background-color: #f6f6f6;
        }
        .tit{
        	text-align: center;
        }
        .search .layui-tab-brief>.layui-tab-title .layui-this{
        	color: #e6002d;
        }
        .search .layui-tab-brief>.layui-tab-title .layui-this:after{
        	border-bottom: 2px solid #e6002d;
        }
/*频道全屏样式*/
.channel-body .layui-col-md12 .channel-toppic{
	/*height: 250px;*/
	max-height: 300px;
}
.channel2-title{
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	color: #333;
	margin-top: 20px;
	background-color: #fff;
}
.red{
	color: #E6002D;
}
.channel2-desc {
	margin-top: 15px;
}
.channel-news{
	margin-top: 20px;
}
.news-img{
	width: 100%;
	height: 225px;
}
.news-desc{
	margin-top: 20px;
}
.news-link{
	width: 300px;
	height: 50px;
	line-height: 50px;
	background-color: #E6002D;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin:  0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-link:hover{
	color: #fff;
	background-color: #d0072e;
}
.layui-col-space30>hr{
	padding: 0;
	margin: 20px 0;
}
.exhibition-title{
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
}
.news-title{
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 1; 
		text-overflow: ellipsis;
		overflow: hidden;
		margin-top: 10px;
		font-size: 16px;
}
/*新闻列表样式*/
.news-info{
	/*margin-top: 15px;*/
	background-color: #fff;
	padding: 15px;
	font-size: 16px;
	height: 170px;
}
.news-info .news-title a{
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
		text-overflow: ellipsis;
		overflow: hidden;
		margin-top: 10px;
		font-size: 16px;
		font-weight: 600;
		color: #E6002D;
}
.news-cate{
	background-color: #8d8d8d;
	color:#fff;
	padding: 10px;
	width: 65px;
}
.news-time{
	margin-top: 15px;
	font-size: 14px;
}
.more{
	font-size: 14px;
	font-style: italic;
	margin-top: 15px;
	display: block;
}
.layui-laypage a, .layui-laypage span{
	padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
footer{
	background-color: #fff;
	padding-top: 30px;
}
footer>.layui-container{
	padding-bottom: 20px;
}
footer .layui-col-md2{
	width: 20%;
}
footer .link-title{
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}

.link-title a{
	color: #E6002D;
}
.link-sub-title{
	margin-top: 15px;
}
.link-sub-title li{
	text-align: left;
	line-height: 28px;
}
.link-sub-title li a{
	font-size: 16px;
}
.link-sub-title li a:hover{
	color: #E6002D;
}
.wxcode{
	width: 100%;
	height: auto;
	margin-top: 20px;
	max-width: 200px;
}
.last{
	text-align: center;	
}
.copyright{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333;
	color: #fff;
	font-size: 16px;
}
.copyright p{
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
}
.copyright .layui-container{
	display: flex;
}
.logo-footer{
	height: 40px;
	margin-top: -5px;
	float: right;
}
/*exhibitor-search*/
#Exhibition-list ul li{
	margin: 15px 0;
}
.gray-content .crumbs{
	padding-left: 0px;
	color: #e6002d;
}
.gray-content .crumbs-a{
	color: #e6002d;
}
.box{
	height: 150px;
/*	line-height: 150px;*/
	font-size: 16px;
	text-align: center;
}
.box span{
	color:#e6002d;
	font-weight: bold;
}
.box-a img{
	max-width: 100%;
	height: 150px;
}
.box-logo{
	border:1px solid #e5e5e5;
	max-height: 100%;
	overflow: hidden;
}
.box-company{
	text-align: left;
	padding-left: 50px;
}
.box-a{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.box-a span{
	color: #333;
}
.box-company{
	justify-content: left;
}
.paging {
	text-align: center;
}
.paging a,.pagging span{
	color: #333;
	cursor: pointer;
	border:1px solid #e5e5e5;
	display: inline;
	padding: 4px 8px;
	border-radius: 2px;
	margin: 0 4px;
	transition: .5s;
}
.paging a.curr,.paging a.curr:hover{
	background: #e6002d;
	color: #fff;
	font-weight: bold;
	cursor: default;
	border:1px solid #e6002d;
	border-radius: 2px;
}
.banners{padding-bottom: 20px;}
.banners .content-top-txt-box{display: none}
.crumbs{padding-bottom: 20px;}
.Search-Results .tit{
	font-size: 14px;
	font-weight: bold;
	color: #e6002d;
}
.detallogo-box img{
	max-width: 100%;
	height: 150px;
}
.detallogo-box-tit-r{
	font-size: 30px;
	line-height: 30px;
	margin-top: 50px;
	padding: 0 30px;
}
.search-details-introduce {
	line-height: 150px;
}
.search-row .iconfont{
	position: absolute;
	font-size: 26px;
	line-height: 36px;
}
.search-details-txtbox{
	line-height: 30px;
}
.search-details-txtbox .iconfont{
	color: #333;
}
.search-row p{
	padding-left: 36px;
}
.search-details{
	margin-top: 20px;
	margin-bottom: 20px;
}
.titbox{
	font-size: 16px;
	font-weight: bold;
}
.product-li{
	border-radius: 10px;
	height: 250px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	font-size: 14px;
	overflow: hidden;
	box-shadow: 3px 2px 6px 1px rgba(200,200,200);
	text-align: center;
	align-items: center;
}
.product-img{
	width: 200px;
	height: auto;
	max-height: 200px;
}
.product-img img{
	width: 100%;
	max-height: 200px;
}
.swiper-button-next:after,.swiper-button-prev:after{
	content: none;
}

.consult-popup.search-popup{
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
}
.search-popup-box.wrap{
	color: #333;
	margin-bottom: 30px;
}
h3.consult-popup-title{
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 20px;
	clear: both;
	font-weight: bold;
}
.consult-input-box input,.consult-input-box textarea{
	display: block;
	width: 80%;
	margin-bottom: 10px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border:1px solid #ccc;
}
.register-btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	border:1px solid transparent;
}
.gray-content .txt-red{
	font-weight: bold;
	font-size: 16px;
}
.iconfont.icon-num{
	color: #e6002d;
}
.search-details-pic{
	max-width: 200px;
	text-align: center;
	margin:0 auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 3px 2px 6px 1px rgba(200,200,200,0.5)
}
.search-details-pic .pro-img{
	width: 100%;
	height: auto;
}
.pro-details-txt{
	font-size: 14px;
	text-align: justify;
	padding: 20px;
	padding-left: 50px;
}
.search-details-btn{
	background-color: rgb(239,239,239);
	color: #333;
	padding: 0 12px;
}
.search-details-btn:hover{
	background-color: #e6002d;
	transition:0.5s;
	color: #fff;
}
@media screen and (max-width: 992px) {
	.layui-elem-field legend{
		font-size: 16px;
	}
	.m-header{
		height: 80px;
		line-height: 80px;
	}
	.icon-menu{
		font-size: 50px;
		line-height: 80px;
	}
}
@media screen and (max-width: 768px) {
	/*公共样式*/
	.layui-container{
		padding: 5px;
	}
	.layui-col-space30{
		margin:0;
	}
	.layui-col-space30>*{
		padding: 5px;
	}
	/*独立样式*/
	.m-header{
		height: 50px;
		line-height: 50px;
	}
	.icon-menu{
		font-size: 30px;
		line-height: 50px;
	}
	.top{
		width: auto;
		max-height: 30px;
	}
	.news-link{
		width: 100%;
	}
	.channel-toppic{
		min-height: unset !important;
		max-height: unset !important;
		height: unset !important;
	}
	.channel-content{
		padding: 10px;
	}
	.channel-desc{
		top: 0px;
		left: 0px;
		width: calc(100% - 5px);
		line-height: 45px;
		padding: 0 0 0 5px;
		height: auto;
		min-height: 80px;
	}
	.channel-title{
		font-size: 20px;
	}
	.channel2-title{
		font-size: 28px;
	}
	.copyright .layui-container{
		display: block;
	    padding-left: 15px;
	}
	.logo-footer{
		height: 24px;
		margin-top: 0px;
		margin-right: 10px;
	}
	.copyright p{
	    font-size: 14px;
	}
	.defaultTable{
		min-width: auto !important;
	}
	/*在线展厅样式*/
	#txtSearchKey{
		max-width: calc(100% - 100px);
	}
	.search-button{
		font-size: 14px;
		width: 80px;
	}
	/*分页样式*/
	.PagingList a{
		padding: 0px 15px;
	}
	#Exhibition-list ul li{
		margin-bottom: 50px;
	}
	.box{
		height: 80px;
		font-size: 14px;
		line-height: 80px;
	}
	.box-a img{
		height: 80px;
	}
	.box-a span{
		 position: absolute;
		 bottom: -12px;
		 left: 4px;
	}
	.box-logo{
		/*margin-top: -30px;*/
	}
	.box-company{
		margin-top: 10px;
		padding-left: 0px;
		line-height: normal;
		width: 150%;
		position: absolute;
	}
}