﻿
/*PC端幻灯片*/
.ck-slide {
	width: 100%;
	margin: 0 auto;
	height: 385px;
}
.ck-slide ul.ck-slide-wrapper {
	width: 100%;
}
.ck-slide ul.ck-slide-wrapper li{
	width: 100%;
	display: none;
}
.ck-slide ul.ck-slide-wrapper li:first-child{
	display: block;
}
.ck-slide ul.ck-slide-wrapper li a{
	display: block;
	width: 100%;
	height: 385px;
	background-position: 50%;
	background-repeat: no-repeat;
	/*background-size: auto 100%;*/
}
@media (min-width:768px) and (max-width:1024px) {
	.ck-slide{
		height: 300px;
	}
	.ck-slide ul.ck-slide-wrapper li a{		
		height: 300px;
	}
}
/*PC端幻灯片*/

/*手机端幻灯片*/
.m_banner{
	
}
.m_banner .swiper-container{
	width: 100%;
}

/*手机端幻灯片*/


/*四个模块*/
.mukuai{
	
}
.mukuai ul{
	padding-top: 50px;
	padding-bottom: 50px;
}
.mukuai .item{
	width: 29.3%;
	text-align: center;
	margin-right: 6%;
}
.mukuai .item:last-child{
	margin-right: 0;
}
.mukuai .item img{
	width: 50px;
	height: 50px;
}
.mukuai .item a{
	display: block;
	padding: 10px 0;
	background: #F29DC3;
	font-size: 1.6rem;
	color: #fffefe;
	line-height: 20px;
	margin-top: 15px;
}
@media screen and (max-width:768px) {
	.mukuai ul{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mukuai .item{
		width: 32%;
		margin-right: 2%;
	}
	.mukuai .item img{
		width: 35px;
		height: 35px;
	}
	.mukuai .item a{
		font-size: 1.4rem;
		padding: 5px 0;
		margin-top: 3px;
	}
}
/*四个模块*/

/*PC端四个展览会*/
.pc_zhanlan{
	padding-bottom: 50px;
}
.pc_zhanlan ul{
	
}
.pc_zhanlan .item{
	width: 49%;
	margin-right: 2%;
	margin-top: 25px;
	position: relative;
}
.pc_zhanlan .item:nth-child(1),
.pc_zhanlan .item:nth-child(2){
	margin-top: 0;
}
.pc_zhanlan .item:nth-child(2n){
	margin-right: 0;
}
.pc_zhanlan .item .pic{
	font-size: 0;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
	overflow: hidden;
	position: relative;
}
.pc_zhanlan .item .pic img{
	position: absolute;
	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%);
}
.pc_zhanlan .item .gai{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.3);
}
.pc_zhanlan .item .yuan{
	width: 34%;
	height: 0;
	padding-bottom:34%;
	overflow: hidden;
	position: absolute;
	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%);
	background: url(../image/yuan.png) no-repeat center;
	background-size: cover;
	text-align: center;
}
.pc_zhanlan .item .yuan .pic_1{
	position: absolute;
	width: 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%);
}
.pc_zhanlan .item .yuan p{
	font-size: 1.6rem;
	color: #333333;
	line-height: 30px;
	margin-top: 5px;
}
@media (min-width:992px) and (max-width: 1199px) {
	.pc_zhanlan .item .yuan p{
		font-size: 1.4rem;
		line-height: 22px;
	}
}
@media screen and (max-width: 991px) {
	.pc_zhanlan{
		padding-bottom: 30px;
	}
	.pc_zhanlan .item .yuan img{
		max-width: 35px;
	}
	.pc_zhanlan .item .yuan p{
		font-size: 1.2rem;
		line-height: 18px;
	}
}
/*PC端四个展览会*/

/*手机端四个展览会*/
.m_zhanlan{
	margin-bottom: 20px;
}
.m_zhanlan ul{
	
}
.m_zhanlan .item{
	width: 49%;
	margin-right: 2%;
	position: relative;
	margin-top: 15px;
}
.m_zhanlan .item:nth-child(1),
.m_zhanlan .item:nth-child(2){
	margin-top: 0;
}
.m_zhanlan .item:nth-child(2n){
	margin-right: 0;
}
.m_zhanlan .item .pic{
	font-size: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 67.5%;
	position: relative;
}
.m_zhanlan .item .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%);
}
.m_zhanlan .item .yuan{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../image/m_yuan.png) no-repeat center;
	background-size: 40px 40px;
}
.m_zhanlan .item .yuan img{
	max-width: 25px;
	max-height: 25px;
	position: absolute;
	top: 40%;
	left: 40%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.m_zhanlan .item .title{
	font-size: 1.2rem;
	color: #494949;
	background: rgba(255,255,255,.7);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	padding: 5px;
}
/*手机端四个展览会*/

/*PC端展会回顾*/
.pc_huigu{
	padding-bottom: 50px;
	position: relative;
}
.pc_huigu:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 545px;
	background: url(../image/bg1.jpg) no-repeat bottom center;
	bottom: 0;
	z-index: -1;
	background-size: 100% auto;
}
.pc_huigu ul{
	border: 1px solid #E6E6E6;
}
.pc_huigu ul li{
	text-align: center;
	width: 20%;
	padding: 30px 0;
	border-left: 1px solid #E6E6E6;
}
.pc_huigu ul span{
	font-size: 3rem;
	color: #e63b79;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}
.pc_huigu ul p{
	font-size: 1.8rem;
	color: #333333;
	margin-top: 5px;
}
.pc_huigu ul li:first-child{
	background: #F29DC3;
	border-left: none;
}
.pc_huigu ul li:first-child span{
	color: #ffffff;
}
.pc_huigu ul li:first-child p{
	color: #ffffff;
}
@media (min-width:768px) and (max-width:991px) {
	.pc_huigu{
		padding-bottom: 30px;
	}
	.pc_huigu ul li{
		padding: 18px 0;
	}
	.pc_huigu ul span{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.pc_huigu ul p{
		font-size: 1.5rem;
	}
}
/*PC端展会回顾*/

/*手机端展会回顾*/
.m_huigu{
	margin-bottom: 20px;
}
.m_huigu .top{
	background: #F29DC3;
	text-align: center;
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 20px;
	padding: 10px 0;
	border: 1px solid #E7E7E7;
}
.m_huigu ul{
	border: 1px solid #E7E7E7;
	border-top: none;
}
.m_huigu ul li{
	text-align: center;
	width: 25%;
	padding: 15px 0;
	border-right: 1px solid #E7E7E7;
}
.m_huigu ul li:last-child{
	border-right: none;
}
.m_huigu ul span{
	font-size: 1.5rem;
	color: #e63b79;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-weight: bold;
}
.m_huigu ul p{
	font-size: 1.0rem;
	color: #333333;
	margin-top: 5px;
}
/*手机端展会回顾*/


.pc_gongyong{
	
}
.pc_gongyong .title{
	font-size: 20px;
	color: #161616;
	line-height: 25px;
}
.pc_gongyong .more{
	font-size: 0;
	width: 50px;
	height: 12px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(../image/more.png) no-repeat center;
}

/*PC端展会概况*/
.pc_about{
	background: #FFD4E7;
	padding: 50px 0;
}
.pc_about .list{
	margin-top: 35px;
}
.pc_about .list .item{
	width: 31.5%;
	margin-right: 2.5%;
	position: relative;
	overflow: hidden;
}
.pc_about .list .item:nth-child(3n){
	margin-right: 0;
}
.pc_about .list .item .pic{
	font-size: 0;
	width: 100%;
	height: 0;
	padding-bottom: 67.5%;
	overflow: hidden;
	position: relative;
}
.pc_about .list .item .pic img{
	position: absolute;
	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%);
}
.pc_about .list .item .gai{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.3);
}
.pc_about .list .item .content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	padding: 15px;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 20px;
}
.pc_about .list .video{
	
}
.pc_about .list .video video{
	width: 100%;
}
@media (min-width:768px) and (max-width:991px) {
	.pc_about{
		padding: 30px 0;
	}
	.pc_about .list .item .content{
		padding: 10px;
		font-size: 1.2rem;
		line-height: 15px;
	}
	.pc_about .list{
		margin-top: 25px;
	}
}
/*PC端展会概况*/

.m_gongyong{
	
}
.m_gongyong .title{
	font-size: 1.5rem;
	color: #161616;
	line-height: 20px;
}
.m_gongyong .more{
	font-size: 0;
	width: 40px;
	height: 9px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(../image/more.png) no-repeat center;
	background-size: 40px 9px;
}

/*手机端展会概况*/
.m_about{
	margin-bottom: 20px;
}
.m_about .list{
	margin-top: 15px;
}
.m_about .list .item{
	width: 49%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.m_about .list .item:nth-child(2n){
	margin-right: 0;
}
.m_about .list .item .pic{
	font-size: 0;
	width: 100%;
	height: 0;
	padding-bottom: 67.5%;
	overflow: hidden;
	position: relative;
}
.m_about .list .item .pic img{
	position: absolute;
	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%);
}
.m_about .list .item .gai{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
}
.m_about .list .item .content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	padding: 10px;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 20px;
}
.m_about .list .video{
	
}
.m_about .list .video video{
	width: 100%;
}
@media screen and (max-width: 345px){
	.m_about .list .item .content{
		padding: 10px 5px;
	}
}
/*手机端展会概况*/

/*PC端精彩活动*/
.pc_huodong{
	padding: 50px 0;
}
.pc_huodong .poster-main{
	margin-top: 50px;
	position: relative;
}
.pc_huodong .poster-list{	
	height: 250px;
	position: relative;
    overflow: hidden;	
}
.pc_huodong .poster-item {
	font-size: 0;
	background: #333333;
	width: 430px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
	position: relative;
}
.pc_huodong .poster-item img{
	width: 100%;
}
.pc_huodong .poster-item .bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.8);
	padding: 20px;
	text-align: center;	
}
.pc_huodong .poster-item .bottom a{
	font-size: 1.8rem;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.pc_huodong .poster-main .btn{
	font-size: 0;
	display: inline-block;
	padding: 17px 5.5px;
	background: rgba(236,104,153,.7);
	position: absolute;
	z-index: 10;
	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%);
}
.pc_huodong .poster-main .btn.prev{
	left: 15px;
}
.pc_huodong .poster-main .btn.next{
	right: 15px;
}
@media (min-width:768px) and (max-width:991px) {
	.pc_huodong{
		padding: 30px 0;
	}
	.pc_huodong .poster-main{
		margin-top: 30px;
	}
}
/*PC端精彩活动*/

/*手机端精彩活动*/
.m_huodong{
	margin-bottom: 20px;
}
.m_huodong .list{
	margin-top: 15px;
}
.m_huodong .list a{
	display: block;
	position: relative;
}
.m_huodong .list .pic{
	width: 100%;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.m_huodong .list .pic img{
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	max-width: inherit;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.m_huodong .list .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.8);
	padding: 5px;
	text-align: center;
	font-size: 1.2rem;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m_huodong .swiper-button-prev{
	width: 25px;
	height: 50px;
	background-image: url(../image/left.png);
	background-color: rgba(236,104,153,.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_huodong .swiper-button-next{
	width: 25px;
	height: 50px;
	background-image: url(../image/right.png);
	background-color: rgba(236,104,153,.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%);
}
/*手机端精彩活动*/

/*PC端 展会新闻 + 快速下载区 + 友情链接*/
.pc_section{
	padding-bottom: 120px;
	position: relative;
}

.pc_section:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 725px;
	background: url(../image/bg2.jpg) no-repeat bottom center;
	bottom: 0;
	z-index: -1;
	background-size: 100% auto;
}
.pc_section .list{
	margin-top: 35px;
}
.pc_section .list li{
	padding: 17.5px 0 17.5px 25px;
	position: relative;
}
.pc_section .list li:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #EC6899;
	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%);
}
.pc_section .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.pc_section .yl{
	margin-top: 85px;
}
.pc_section .yl_list{
	margin-top: 50px;
}
.pc_section .yl_list li{
	margin-right: 4%;
	width: 48%;
	margin-bottom: 4%;
}
.pc_section .yl_list li:nth-child(2n){
	margin-right: 0;
}
.pc_section .yl_list a{
	display: block;
	border: 2px solid #FC7D37;
	text-align: center;
	padding: 3px 0;
}
.pc_section .yl_list img{
	display: inline-block;
	vertical-align: top;
}
.pc_section .yl_list span{
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	color: #FC7D37;
	line-height: 20px;
	margin: 15px 0 15px 0px;
}
.pc_section .yl_list li:nth-child(2n) a{
	border: 2px solid #72C23F;
}
.pc_section .yl_list li:nth-child(2n) span{
	color: #72C23F;
}
.pc_section .yl_list li:nth-child(3n) a{
	border: 2px solid #A48663;
}
.pc_section .yl_list li:nth-child(3n) span{
	color: #A48663;
}
@media (min-width:768px) and (max-width:991px) {
	.pc_section{
		padding-bottom: 60px;
	}
}
/*PC端 展会新闻 + 快速下载区 + 友情链接*/

/*手机端 展会新闻*/
.m_news{
	margin-bottom: 20px;
}
.m_news .list{
	margin-top: 15px;
}
.m_news .list li{
	padding: 5px 0 5px 15px;
	position: relative;
}
.m_news .list li:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #EC6899;
	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%);
}
.m_news .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
/*手机端 展会新闻*/

/*手机端 快速下载区*/
.m_down{
	margin-bottom: 20px;
}
.m_down .list{
	margin-top: 15px;
}
.m_down .list li{
	padding: 5px 0 5px 15px;
	position: relative;
	width: 49%;
	margin-right: 2%;
}
.m_down .list li:nth-child(2n){
	margin-right: 0;
}
.m_down .list li:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	background: #EC6899;
	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%);
}
.m_down .list li a{
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
/*手机端 快速下载区*/

/*手机端 友情链接*/
.m_yl{
	padding-bottom: 30px;
}
.m_yl .yl_list{
	margin-top: 15px;
}
.m_yl .yl_list li{
	margin-right: 2%;
	width: 49%;
	margin-bottom: 2%;
}
.m_yl .yl_list li:nth-child(2n){
	margin-right: 0;
}
.m_yl .yl_list a{
	display: block;
	border: 2px solid #FC7D37;
	text-align: center;
	padding: 3px 0;
}
.m_yl .yl_list img{
	display: inline-block;
	vertical-align: middle;
}
.m_yl .yl_list span{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #FC7D37;
	line-height: 20px;
	margin: 10px 0;
}
.m_yl .yl_list li:nth-child(2n) a{
	border: 2px solid #72C23F;
}
.m_yl .yl_list li:nth-child(2n) span{
	color: #72C23F;	
}
.m_yl .yl_list li:nth-child(3n) a{
	border: 2px solid #A48663;
}
.m_yl .yl_list li:nth-child(3n) span{
	color: #A48663;	
}

/*手机端 友情链接*/