@charset "utf-8";
/* 点我参观 */
.canguan{
	display: flex;
	align-items: center;
	height: 36px;
	width: 120px;
	background: #E48E21 url(../images/photo.png) no-repeat left 7px center;
	background-size: 22px 17px;
	font-size: 14px;
	color: #ffffff;
	position: fixed;
	z-index: 10;
	right: 0;
    top: 35%;
	justify-content: flex-end;
	padding-right: 10px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}
/* 点我参观 */
/* 一张广告图 */
.ad{
	font-size: 0;
}
.ad a{
	display: block;
}
.ad img{
	width: 100%;
}
/* 一张广告图 */

/* 六个模块 */
.mokuai{
	padding:25px 10px;
}
.mokuai .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mokuai .item:last-child{
	margin-bottom: 0;
}
.mokuai .item .pic{
	font-size: 0;
	width: 49%;
}
.mokuai .item .pic a{
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 25px;
}
.mokuai .item .content{
	width: 49%;
}
.mokuai .item:nth-child(2n+1) .content{
	text-align: right;
}
.mokuai .item .content .en_title{
	font-size: 14px;
	color: #231815;
	font-family: "宋体";
	display: inline-block;
	line-height: 20px;
}
.mokuai .item .content .title{
	font-size: 18px;
	color: #311207;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.mokuai .item .content .title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 95%;
	height: 1px;
	background: #968278;
	bottom: 0;
	left: 0;
}
.mokuai .item:nth-child(2n+1) .content .title:after{
	left: auto;
	right: 0;
}
.mokuai .item .content .desc{
	font-size: 12px;
	color: #231815;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
}
@media screen and (max-width:374px) {
	.mokuai .item .content .en_title{
		font-size: 12px;
		letter-spacing: -0.5px;
	}
	.mokuai .item .content .title{
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}
	.mokuai .item .content .desc{
		font-size: 12px;
		letter-spacing: -0.5px;
	}
}
/* 六个模块 */

/* 上届展会回顾 */
.huigu{
	margin-bottom: 10px;
}
.huigu .top_title{
	background: #ED911A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
}
.huigu .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px;
}
.huigu .list .item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
    /*flex-direction: column;
    flex: 1;*/
}
.huigu .list b{
	font-size: 0;
	width: 2px;
	height: 20px;
	background: #9A9B9A;
}
.huigu .list .item:last-child{
	padding-right: 0;
}
.huigu .list .item span{
	font-size: 16px;
	color: rgb(47,17,7);
	font-family: impact;
	position: relative;
	padding-right: 8px;
}
.huigu .list .item span::after{
	content: '+';
	font-size: 14px;
	color: rgb(47,17,7);
	font-weight: bold;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0,-35%);
}
.huigu .list .item a{
	font-size: 12px;
	color: rgb(57,45, 45);
	height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/* 上届展会回顾 */

/* 展会概况 */
.layui-layer-page .layui-layer-content{
	overflow: inherit!important;
}
.about{
	padding: 0 10px 30px 10px;
}
.about .list{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.about .list .item{
	width: 49%;
	position: relative;
	overflow: hidden;
}
.about .list .item:nth-child(2n){
	margin-right: 0;
}
.about .list .item .pic{
	font-size: 0;
	width: 100%;
	height: 0;
	padding-bottom: 67.5%;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.about .list .item .gai{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
}
.about .list .item .content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
.about .list .video{
	
}
.about .list .video video{
	width: 100%;
}
@media screen and (max-width: 345px){
	.about .list .item .content{
		padding: 10px 5px;
	}
}
/* 展会概况 */

/* 同期活动 */
.huodong{
	margin-bottom: 25px;
}
.huodong .top_title{
	background: #ED911A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
}

.huodong .list{
	margin: 20px 10px 0;
}
.huodong .list a{
	display: block;
	position: relative;
}
.huodong .list .pic{
	width: 100%;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.huodong .list .pic img{
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.huodong .list .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.8);
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.huodong .swiper-button-prev{
	left: 0;
	width: 25px;
	height: 50px;
	background-image: url(../images/left.png);
	background-color: rgba(233,148,14,.7);
	background-size: 13px 19px;
	margin-top: 0;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.huodong .swiper-button-next{
	right: 0;
	width: 25px;
	height: 50px;
	background-image: url(../images/right.png);
	background-color: rgba(233,148,14,.7);
	background-size: 13px 19px;
	margin-top: 0;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
/* 同期活动 */

.m_gongyong{
	display: flex;
	align-items: center;
}
.m_gongyong .title{
	font-size: 16px;
	color: #151515;
	line-height: 20px;
}
.m_gongyong .more{
	font-size: 0;
	width: 45px;
	height: 14px;
	margin-left: 12px;
	background: url(../images/more.png) no-repeat center;
	background-size: 45px 14px;
}

/*展会新闻*/
.news{
	padding: 0 10px;
	margin-bottom: 20px;
}
.news .list{
	margin-top: 15px;
}
.news .list li{
	padding: 5px 0 5px 15px;
	position: relative;
}
.news .list li:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #E99411;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.news .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
/*展会新闻*/

/* 友情链接 */
.yl{
	padding: 0 10px 20px 10px;
}
.yl .yl_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.yl .yl_list li{
	width: 49%;
}
.yl .yl_list a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F5B53D;
	background: #ffffff;
	padding: 7.5px 0;
}
.yl .yl_list img{
	width: 35px;
	height: 35px;
}
.yl .yl_list span{
	font-size: 13px;
    color: #e99411;
    margin-left: 4px;
    letter-spacing: -1px;
}
.yl .yl_list li:nth-child(2n) a{
	border: 1px solid #F5B53D;
}
.yl .yl_list li:nth-child(2n) span{
	color: #e99411;	
}
/* 友情链接 */