@charset "utf-8";
/* CSS Document */
/**common**/
*{ margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}


/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#1b67cc;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#1b67cc;}


/*banner大图*/
.h_banner{width:100%;height:676px;position:relative;overflow:hidden;}
.h_banner>img{width:1920px;height:676px;position:absolute;left:50%;margin-left:-960px;top:0;}
.s_banner{display:none;}
@media screen and (max-width:1800px) {
	.h_banner{width:100%;height:auto;position:relative;}
	.h_banner>img{width:100%;height:auto;position:static;left:inherit;top:inherit;margin-left:0;}
}
@media screen and (max-width:880px) {

}
@media screen and (max-width:768px) {
.s_banner{display:block;}
.b_banner{display:none;}
}
/*nav 开始*/
.ly_nav { position:fixed;padding-top: 5px;top: 30%;left: 4px;background:url(../images/pfnav_bg.jpg) center center no-repeat; background-size: cover;z-index: 15; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav ul { width:100%; margin:0 auto; padding:0;}
.ly_nav ul li {position: relative;padding: 10px 30px; text-align:center; margin:0 auto;}
.ly_nav ul li a{color:#fff;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ly_nav ul li:not(:first-child)::before{position: absolute;top: 0px;left: 50%;transform: translateX(-50%);content: "";width: 100%; height: 2px;background:#1867b8;}
.ly_nav ul li:not(:last-child)::after{position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);content: "";width: 100%; height: 2px;background:#034991;}
.ly_nav ul li:hover a,.ly_nav ul li.on a { color:#ffc845;}
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:769px) {
}
@media screen and (max-width:768px) {
	.ly_nav { height:auto; padding:0; top:0; left:0; bottom:auto; position:inherit; border-radius:0; width:100%;}
	.ly_nav ul li { width:25%; height:44px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; padding:0;}
	.ly_nav ul li a { height:44px; line-height:44px; font-size:15px;}
}
/*nav 结束*/


/*展会简介 开始*/
.zhjj{ width:100%;background: linear-gradient(180deg, #EEF5FF 0%, #FFFFFF 100%);overflow:hidden; padding:40px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_part1 { width:100%; max-width:1200px; margin:0 auto; padding:0 0 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_tit01 { width:235px;margin:20px auto; padding:5px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border:2px solid #1b67cc; font-size:40px; font-weight:bold; color:#1b67cc; position:relative;}
.ly_tit01:before,.ly_tit01:after{content: ""; width: 25px; height: 31px;position: absolute;top: 30%;background: url(../images/bt1_pic.png) center center no-repeat; background-size: cover;}
.ly_tit01:before{left: -14px;}
.ly_tit01:after{right: -14px;}
.part1_main { width:100%; height:auto; margin:0 auto;position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff; border-radius:10px;padding:15px;box-shadow: 2px 3px 20px rgba(27,103,204,.2);}
.part1_main:before,.part1_main:after{content: ""; width: 140px; height: 144px;position: absolute;background: url(../images/ly_tit01_bg.png) center center no-repeat; background-size: 140px 144px; z-index:0;}
.part1_main:before{ left:0;top: 40%;}
.part1_main:after{ right:0;top: 20%;transform: rotate(180deg);}
.part1_main .part1_con { position:relative; width:100%; min-height:240px; overflow:hidden; margin:0 auto; padding:20px 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index:1;}
.part1_con p { width:100%; overflow:hidden; line-height:32px; color:#333; font-size:16px; margin:0 auto 30px; padding:0; text-indent:2em;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_part1 { padding:0 40px 40px;}
	.ly_tit01 { font-size:36px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_part1 { padding:0 40px 40px;}
	.ly_tit01 { font-size:34px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.zhjj{ padding:40px 0;}
	.ly_part1 {padding: 0 20px;}
	.ly_tit01 { width:210px; font-size:32px;}
	.ly_tit01 img{ max-width:80%;}
	.ly_tit01:before,.ly_tit01:after{ top:20%;}
}
@media screen and (max-width:767px) {
	.zhjj{ padding:30px 0;}
	.ly_part1 {padding: 0 12px;}
	.ly_tit01 { width:210px; font-size:24px;}
	.ly_tit01:before,.ly_tit01:after{ top:20%; width:20px; height:26px;}
	.ly_tit01:before{ left:-11px;}
	.ly_tit01:after{ right:-11px;}
	.part1_main{ padding:10px;}
	.part1_main .part1_con { padding:20px;}
	.part1_con p { line-height:24px; font-size:14px; margin:0 auto 10px;}
}
@media screen and (max-width:425px) {
	.zhjj{ padding:10px 0 30px;}
}
@media screen and (max-width:320px) {
	.ly_tit01{ font-size:20px; width:150px;}
	.part1_main .part1_con {padding: 20px 14px 10px 10px;}
}
/*展会简介 结束*/

/*展会数据 开始*/
.zhsj{background: #fff url(../images/zhsj_bg.jpg) center center no-repeat; background-size: cover;padding: 0 0 60px;}
.ly_part_add1 { width:100%; max-width:1200px; overflow:hidden; margin:0 auto; padding:0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_tit02{ width: 240px; margin:0 auto;text-align:center; font-size:40px; font-weight:bold; color:#1b67cc;}
.ly_tit02 span {display: block; line-height: 60px; color: #1b67cc; font-size: 40px;text-transform: uppercase;text-align: center;background: linear-gradient(to bottom, #d8e4f2, #f6f8fb); /* 渐变颜色 */ -webkit-background-clip: text; /* 仅适用于Webkit浏览器（Chrome, Safari等） */background-clip: text; /* 标准属性 */ color: transparent; /* 使文字颜色透明以显示背景渐变 */ text-fill-color: transparent; /* 仅适用于Webkit浏览器 */}
.ly_tit02 p {line-height: 40px; color: #222;font-size: 40px; font-weight: bold; text-align: center; margin: -30px auto 40px;  position:relative;}
.ly_tit02 p:before,.ly_tit02 p:after{content: ""; width: 27px; height: 19px;position: absolute;top: 30%;background: url(../images/bt2_pic.png) center center no-repeat; background-size: cover;}
.ly_tit02 p:before{left: 0;}
.ly_tit02 p:after{right: 0;transform: rotate(180deg);}
.ly_tit02 strong{ color:#1b67cc;}
.zhsj_list{ position:relative; padding-bottom:50px; overflow:hidden;}
.zhsj_list ul li{float:left;}
.zhsj_list ul li:first-child{ padding:80px 0 0;}
.zhsj_list ul li .cont{width: 100%;margin: 0 auto; text-align:center;}
.zhsj_list ul li .cont img{ max-width:100%;}
.zhsj_list ul li .zhsj_num span{ display:block; color:#1b67cc; font-size:38px; font-weight:bold;height:106px; background:#fff; line-height:106px;border-radius:10px;}
.zhsj_list .left_pic{ float:left; width:24%; position:relative;}
.zhsj_list .left_pic img{ max-width:70%;}
.zhsj_list .left_pic .text{ position:absolute; top:0; right:0;}
.zhsj_list .left_pic .text h1{ font-size:24px; letter-spacing:5px; color:#1B67CC; font-weight:bold;}
.zhsj_list .left_pic .text p{ font-size:12px; color:#1B67CC;}
.zhsj_list .right_cont{ float:right; width:70%;}
.zhsj_list .right_cont dl dd{ display:inline-table; width:24%; margin-bottom:50px;}
.zhsj_list .right_cont dl dd h1{ font-size:40px; font-weight:bold; color:#1B67CC;}
.zhsj_list .right_cont dl dd h1 span{ font-size:14px;}
.zhsj_list .right_cont dl dd p{ font-size:16px; font-weight:lighter;}
.zhsj_list .swiper-pagination-bullet{ width:10px!important; height:6px!important; border-radius:20px!important; margin:0 3px !important; background:#ccc; opacity:1;}
.zhsj_list .swiper-pagination{ bottom:0!important;}
.zhsj_list .swiper-pagination-bullet-active{ background:#1B67CC !important; width:20px !important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.zhsj{ padding:20px 0 40px;}
	.ly_part_add1 { padding:0 40px 0;}
	.ly_tit02{ width:220px;}
	.ly_tit02 span{ font-size:34px;}
	.ly_tit02 p{ font-size:36px;}

}
@media screen and (max-width:1024px) {
	.ly_tit02{ width:220px;}
	.ly_tit02 span{ font-size:32px;}
	.ly_tit02 p{ font-size:34px;}
	.zhsj_list .left_pic{ display:none;}
	.zhsj_list .right_cont{ float:none; width:80%; margin:0 auto;}
	.zhsj_list .right_cont dl dd{ text-align:center;}
	.zhsj_list ul li:first-child{ padding:40px 0 0;}
	.zhsj_list ul li .cont img{ max-width:78%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_part_add1 { padding:0 30px 0;}

}
@media screen and (max-width:1023px) and (min-width:769px) {
	.zhsj{ padding:40px 0;}
	.ly_part_add1 { padding:0 20px 0;}

}
@media screen and (max-width:768px) {
	.ly_tit02{ width:210px;}
	.ly_tit02 span{ font-size:30px;}
	.ly_tit02 p{ font-size:32px; margin: -30px auto 30px;}
	.ly_part_add1 { padding:0 12px 0;}
	.zhsj_list{ padding-bottom:30px;}
	.zhsj_list ul li .cont{ height:210px;}
	.zhsj_list ul li .zhsj_num span{height:80px; font-size:16px; line-height:80px;}
	.zhsj_list ul li p{ font-size:15px;}
	
	.zhsj_list .right_cont{ width:90%;}
	.zhsj_list ul li:first-child{ padding:0;}
	.zhsj_list ul li .cont img{ max-width:88%;}
}
@media screen and (max-width:425px) {
	.zhsj{ padding:10px 0 30px;}
	.ly_tit02{ width:160px;}
	.ly_tit02 span{ font-size:22px; line-height:50px;}
	.ly_tit02 p{ font-size:24px;margin: -30px auto 20px;}
	.ly_tit02 p:before, .ly_tit02 p:after{ width:20px; height:12px; top:36%;}
	.zhsj_list .right_cont dl dd{ width:49%; margin-bottom:10px;}
	.zhsj_list .right_cont dl dd h1{ font-size:24px; font-weight:normal;}
	.zhsj_list .right_cont dl dd p{ font-size:14px;}
	.zhsj_list ul li:last-child{ padding:60px 0 0;}
}
@media screen and (max-width:320px) {
	.ly_tit02{ width:150px;}
	.zhsj_list .right_cont{ width:80%;}
	
}

/*展会概况 结束*/

/*同期论坛 开始*/
.tqlt{ width:100%;overflow:hidden; padding:60px 0;background: #fff url(../images/tqlt_bg.jpg) center center no-repeat; background-size: cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_part3 { width:100%; max-width:1200px; margin:0 auto; padding:0 0 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.t_white span{ opacity:.1;}
.t_white p,.t_white strong{ color:#fff;}
.t_white p:before,.t_white p:after{background: url(../images/bt2_picw.png) center center no-repeat; background-size: cover;}
.part3_main { width:100%; height:auto; margin:0 auto;position:relative;}
.part3_main ul li{ float:left; width:32%; margin:0 2% 0 0; padding:10px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.part3_main ul li:last-child{ margin:0;}
.part3_main ul li .title{width: 80%; text-align:center; background:#e4f1ff; border-radius:30px; margin:0 auto 30px; padding: 0;line-height: 50px; color: #1b67cc; font-size: 18px;font-weight: bold; position:relative;}
.part3_main ul li .title:after{content: "";position: absolute; top: 100%; left: 50%; margin-left: -10px;  width: 0; height: 0;  border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #e4f1ff;}
.part3_main ul li .cont{ background:#fff; border-radius:10px;}
.part3_main ul li .img{ width:100%; height:250px; overflow: hidden;margin: 0;padding: 0; position:relative;border-radius: 10px;}
.part3_main ul li .img img{display: block;max-width: 100%;max-height: 100%;margin: auto;padding: 0; position: absolute;left: 0; top: 0; right: 0;bottom: 0;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.part3_main ul li p{ width: 100%;line-height: 24px;color:#333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-height:64px;}

.part3_main ul li:hover .img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.tqlt{ padding:0 0 60px;}
	.ly_part3 { padding:40px;}
	.part3_main ul li .img{ height:206px;}
}
@media screen and (max-width:1024px) {
	.tqlt{ padding:0 0 40px;}
	.part3_main ul li .img{ height:194px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_part3 { padding:40px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.tqlt{ padding:40px 0;}
	.ly_part3 {padding: 0 20px;}
	.part3_main .part1_con {padding: 40px 32px 10px 25px;}
}
@media screen and (max-width:768px) {
	.tqlt{ padding:30px 0;}
	.ly_part3 {padding: 0 12px;}
	.part3_main .part1_con { padding:42px 18px 20px 14px;}
	.part1_con p { line-height:24px; font-size:14px; margin:0 auto 10px;}
	
	.part3_main ul li{ width:100%; margin:0 0 20px; padding:10px 20px;}
	.part3_main ul li .left{ display:none;}
	.part3_main ul li .right{ width:100%;}
}
@media screen and (max-width:425px) {
	.tqlt{ padding:10px 0 30px;}
	.part3_main ul li .title{ line-height:40px;}
	.part3_main ul li .img{ height:248px;}
}
@media screen and (max-width:375px) {
	.part3_main ul li .img{ height:213px;}
	.part3_main ul li p{ max-height:63px;}
}
@media screen and (max-width:320px) {
	.part3_main ul li .title{ font-size:16px;}
	.part3_main ul li .img{ height:176px;}
	.part3_main .part1_con {padding: 20px 14px 10px 10px;}
}
/*同期论坛 结束*/

/*实况报道 开始*/
.zhsk{ padding:60px 0; background:#f8f9ff; overflow:hidden;position: relative;}
.zhsk .zhskbox{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.zhsk .zhskbox .zhsk_new{ width:100%; overflow:hidden;}
.zhsk .zhskbox .zhsk_new .left{ width:49%; float:left;overflow:hidden; position:relative;}
.ly_part_add1 .tlt3{width: 80%; text-align:center; background:#1b67cc; border-radius:30px; margin:0 auto 30px; padding: 0;line-height: 50px; color: #fff; font-size: 18px;font-weight: bold; position:relative;}
.ly_part_add1 .tlt3:after{content: "";position: absolute; top: 100%; left: 50%; margin-left: -10px;  width: 0; height: 0;  border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #1b67cc;}
.zhsk .zhskbox .zhsk_new .left .dianji0{position:absolute;width:100%;left:0;top: 45%;z-index: 9;}
.zhsk .zhskbox .zhsk_new .left .dianji{height: 150px;width: 150px;background-color:#04070757;text-align:center;line-height: 150px;border-radius:80px;margin:0 auto;}
.zhsk .zhskbox .zhsk_new .left .dianji em{ display:block;background:url(../images/video_bn1.png) center center  no-repeat; width:100%; height:48px; left:0;top: 25%; position:absolute;}
.zhsk .zhskbox .zhsk_new .left .dianji a{display: block;color:#fff;font-size:16px; padding-top:35px; width:100%; height:100%;}
.zhsk .zhskbox .zhsk_new .left .arnew_m_l_pic{width: 100%; height: auto; position: relative;}
.zhsk .zhskbox .zhsk_new .left .pic{display:block;height: 351px;text-align:center;overflow:hidden;position:relative;border-radius: 10px;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.zhsk .zhskbox .zhsk_new .left .pic:after{content: '';display: block;opacity: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6) url(../images/video_bn2.png) 10% center no-repeat;position: absolute;top: 0;left: 0;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.zhsk .zhskbox .zhsk_new .left .pic img{display: block;width: 100%;height: 100%;position: absolute;top: 0; left: 0; bottom: 0;right: 0; margin: auto; object-fit: cover;}
.zhsk .zhskbox .zhsk_new li:hover .pic:after{opacity: 1; background: rgba(0,0,0,.6) url(../images/video_bn2.png) center center no-repeat;}
.zhsk .zhskbox .zhsk_new .swiper-pagination-bullet{ background:#fff; opacity:.3;}
.zhsk .zhskbox .zhsk_new .swiper-pagination-bullet-active{ background:#1b67cc; opacity:1;}

.zhsk .zhskbox .zhsk_new .right{width:49%;float:right;position:relative;overflow:hidden;}
.zhsk .zhskbox .zhsk_new .right ul{height: 351px;overflow-x: hidden;}
.zhsk .zhskbox .zhsk_new .right ::-webkit-scrollbar { width:4px;}
.zhsk .zhskbox .zhsk_new .right ul li{width:100%;background:#fff;padding: 12px;overflow:hidden;margin-bottom: 8px;}
.zhsk .zhskbox .zhsk_new .right .text{width: calc(100% - 130px);float:right;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.zhsk .zhskbox .zhsk_new .right .text .name{display:block;font-size: 16px;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom: 10px;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.zhsk .zhskbox .zhsk_new .right ul li:hover .name{ color:#1b67cc;}
.zhsk .zhskbox .zhsk_new .right .img{ float:left; width:109px; height:86px;border-radius: 10px; overflow:hidden;}
.zhsk .zhskbox .zhsk_new .right .text span{color:#999;line-height: 22px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height:40px;}
@media (max-width:1200px){
    .zhsk{ padding: 30px 0 60px;}
}
@media (max-width:1024px){
    .zhsk{ padding:40px 0;}
	.zhsk .zhskbox .zhsk_new .left{ width:100%;}
	.ly_part_add1 .tlt3{float:none;margin:0 auto 25px;}
	.zhsk .zhskbox .zhsk_new .right{ width:100%; margin-top:20px;}
	.zhsk .zhskbox .zhsk_new .right .tlt3{ float:none;}
	.zhsk .zhskbox .zhsk_new .right ul{ overflow-x:revert; height:auto; float:none;}
	.zhsk .zhskbox .zhsk_new .right ul li{ padding:12px 0;}
}
@media (max-width:768px){
    .zhsk{ padding:30px 0;}
	.zhsk .zhskbox .zhsk_new .left{ width:100%;}
	.ly_part_add1 .tlt3{float:none;margin:0 auto 25px; font-size:18px;background-size: 160px 50px; width:160px; height:40px; line-height:40px;padding: 0 40px;}
	.zhsk .zhskbox .zhsk_new .right .tlt3{ float:none;}
	.zhsk .zhskbox .zhsk_new .left .pic{ height:264px;}
	.zhsk .zhskbox .zhsk_new .left .dianji{ width:100px; height:100px;}
	.zhsk .zhskbox .zhsk_new .left .dianji em{ background-size:30px 30px; height:30px;}
	.zhsk .zhskbox .zhsk_new .left .dianji a{ padding-top:0; font-size:14px;}
	.zhsk .zhskbox .zhsk_new .right{ width:100%; margin-top:30px;}
}
@media (max-width:425px){
	.zhsk{ padding:10px 0 30px;}
	.ly_part_add1 .tlt3{ font-size:16px;}
	.zhsk .zhskbox .zhsk_new .left .pic{ height:225px;}
}
@media (max-width:375px){
	.zhsk .zhskbox .zhsk_new .left .pic{ height:197px;}
}
@media (max-width:320px){
	.zhsk .zhskbox .zhsk_new .left .pic{ height:165px;}
}
/*实况报道 结束*/

/*线上逛展 开始*/
.yqtjh { padding: 60px 0; background: url(../images/yqtjh_bg.jpg) no-repeat; background-size: cover; overflow: hidden; }
.yqtjh .yqtjh_cont { position: relative; overflow: hidden; width: 100%; }
.yqtjh .yqtjh_cont ul { width: 100%; }
.yqtjh .yqtjh_cont ul li { width: 100%; position: relative; overflow: hidden; background: rgba(255,255,255,.5); border: 15px solid rgba(255,255,255,.5); }
.yqtjh .yqtjh_cont ul li:after { content: ""; display: block; width: 100%; height: 25%; background-image: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,.85)); position: absolute; bottom: 0; left: 0; transition: all .4s ease; }
.yqtjh .yqtjh_cont ul li .pic { display: block; }
.yqtjh .yqtjh_cont ul li img { max-width: 100%; max-height: 100%; transition: all 1s ease; }
.yqtjh .yqtjh_cont ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.yqtjh .yqtjh_cont ul li .btn { position: absolute; top: 47%; left: 50%; transform: translate(-50%, -50%); opacity: 0; z-index: 2; transition: all .6s ease; display: block; width: 150px; height: 50px; background: #1b67cc; margin: 0 auto; font-size: 20px; color: #fff; line-height: 50px; text-align: center; }
.yqtjh .yqtjh_cont ul li:hover .btn { opacity: 1; }
.yqtjh .yqtjh_cont ul li .name { width: 100%; display: block; text-align: center; position: absolute; bottom: 30px; color: #fff; font-size: 20px; z-index: 2; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding:0 10px; }
.yqtjh .yqtjh_cont .swiper-button-prev { background: url(../images/prev.png) no-repeat; width: 56px; height: 56px; background-size: cover; }
.yqtjh .yqtjh_cont .swiper-button-next { background: url(../images/next.png) no-repeat; width: 56px; height: 56px; background-size: cover; }
@media (max-width:1200px) {
.yqtjh { padding: 40px 0; }
}
@media (max-width:767px) {
.yqtjh { padding: 30px 0; }
.yqtjh .yqtjh_cont ul li { border: 10px solid #fff; }
.yqtjh .yqtjh_cont ul li .bofang { width: 60px; height: 60px; }
.yqtjh .yqtjh_cont ul li .btn p { font-size: 17px; }
.yqtjh .yqtjh_cont ul li .name { font-size: 17px; bottom: 15px; }
.yqtjh .yqtjh_cont .swiper-button-prev { width: 40px; height: 40px; }
.yqtjh .yqtjh_cont .swiper-button-next { width: 40px; height: 40px; }
}
/*线上逛展 结束*/


/*视频直击 开始*/
.spzj{ width:100%;background:url(../images/zsfc_bg.jpg) repeat;padding: 60px 0;}
.ly_part4 { width:100%; overflow:hidden; margin:0 auto;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part4_main { width:100%; max-width:1200px; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part4_main .part4_list1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.part4_main .part4_list1 .mySwiper2 { overflow: hidden; position:relative; padding-bottom:30px; }
.part4_main .part4_list1 .mySwiper2 .swiper-slide{margin-bottom: 10px; border:1px solid #1b67cc;background:#fff; border-radius:10px;padding:15px;box-shadow: 2px 3px 20px rgba(27,103,204,.2);-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part4_main .part4_list1 .mySwiper2 .swiper-slide .spzj_img{ width:100%; height:200px; position:relative;}
.part4_main .part4_list1 .mySwiper2 .swiper-slide .spzj_img img{ display:block; width:100%; height:100%; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; object-fit:cover;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.part4_main .part4_list1 .mySwiper2 .swiper-slide .spzj_img .pic { display: block; height:200px; background: #fff; text-align: center; position: relative; -webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s; overflow: hidden; border-radius: 10px;}
.part4_main .part4_list1 .mySwiper2 .swiper-slide .spzj_text{ text-align:center; font-size:16px; color:#333; line-height:24px; margin-top:20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.part4_main .part4_list1 .mySwiper2 .swiper-slide .spzj_text a{-webkit-transition: all .25s; -moz-transition: all .25s; -ms-transition: all .25s; -o-transition: all .25s; transition: all .25s;}
.part4_main .part4_list1 .mySwiper2 .swiper-pagination-bullet{ width:10px!important; height:6px!important; border-radius:20px!important; margin:0 3px !important; background:#ccc; opacity:1;}
.part4_main .part4_list1 .mySwiper2 .swiper-pagination{ bottom:0!important;}
.part4_main .part4_list1 .mySwiper2 .swiper-pagination-bullet-active{ background:#1B67CC !important; width:20px !important;}
.part4_main .part4_list1 .mySwiper2 .swiper-slide:hover .spzj_img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.part4_main .part4_list1 .mySwiper2 .swiper-slide:hover .spzj_text a{ color:#1b67cc;}
@media screen and (max-width:1080px) {
	.spzj{ padding:30px 0 60px;}
}
@media screen and (max-width:1024px) {
	.spzj{ padding:40px 0;}
}
@media screen and (max-width:768px) {
	.spzj{ padding:30px 0;}
	.part4_main .part4_list1 .swiper-container2{ padding-bottom:20px;}
	
}
@media screen and (max-width:425px) {
	.spzj{ padding:10px 0 30px;}
}
/*视频直击 结束*/

/*展商风采 开始*/
.zsfc{width:100%;padding:60px 0; background:#fff url(../images/sdft_bg.jpg) no-repeat; background-size:cover; overflow:hidden;}
.sdft_con{ width:100%; height:auto;padding:0;}

.sdft_con .swiper {width: 100%;height: 100%; }
.sdft_con .swiper-slide {text-align: center;font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;background-size: cover;background-position: center;border-radius: 10px;}
.sdft_con .swiper-slide .pic{ position:relative;display:block;height: 625px;text-align:center;overflow:hidden;position:relative;border-radius: 10px;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.sdft_con .swiper-slide .pic:after{content: '';display: block;opacity: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6) url(../images/video_bn2.png) 10% center no-repeat;position: absolute;top: 0;left: 0;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.sdft_con .swiper-slide img {display: block;width: 100%; height: 100%; object-fit: cover; }
.sdft_con .swiper-slide:hover .pic:after{opacity: 1; background: rgba(0,0,0,.6) url(../images/video_bn2.png) center center no-repeat;}
.sdft_con .mySwiper6 {width: 100%; height:auto;}
.sdft_con .mySwiper6 .swiper-button-next{ width:22px; height:38px;background:url(../images/ft_next.png) no-repeat;}
.sdft_con .mySwiper6 .swiper-button-prev{ width:22px; height:38px;background:url(../images/ft_prev.png) no-repeat;}
.swiper-button-next:after{ display:none;}
.swiper-button-prev:after{ display:none;}
.sdft_con .mySwiper5 { height:auto;padding: 10px 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.sdft_con .mySwiper5 .swiper-slide { width: 25%;height: 100%;opacity: 0.4;border-radius: 10px; overflow:hidden;}
.sdft_con .mySwiper5 .swiper-slide-thumb-active {opacity: 1; }
@media (max-width:1080px){
.zsfc{ padding:30px 0 60px;}	
	
	}
@media (max-width:1024px){
.zsfc{ padding:40px 0;}	
.ly_List01 ul li{ width:100%; padding:15px;}
}
@media (max-width:768px){
.zsfc{ padding:30px 0;}	
.ly_List01 ul li{ width:100%; padding:10px; margin-bottom:20px;}
.ly_List01 ul li .lyList01_con .lyList01_img{ width:142px;}
.ly_List01 ul li .lyList01_Name a{ font-size:16px;}
.ly_List01 ul li .lyList01_con{ padding:0 0 0 152px;}

.sdft_con .swiper-slide .pic{ height:380px;}
}
@media (max-width:425px){
	.zsfc{ padding:10px 0 30px;}	
	.sdft_con .swiper-slide .pic{ height:210px;}
}
@media (max-width:320px){	
	.sdft_con .swiper-slide .pic{ height:160px;}
}
/*展商风采 结束*/

/*图片留影 开始*/
.tply{width:100%;padding:60px 0; background:#fff url(../images/tply_bg.png) no-repeat; background-size:cover; overflow:hidden;}
.tply_list .swiper {width: 100%;height: auto; }
.tply_list .swiper-slide { width:100%; height:auto;text-align: center;font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;background-size: cover;background-position: center;border-radius: 10px;}
.tply_list .swiper-slide .pic{ position:relative;display:block;height: 625px;text-align:center;overflow:hidden;position:relative;border-radius: 10px;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.tply_list .swiper-slide img {display: block;width: 100%; height: 100%; object-fit: cover; }
.tply_list .mySwiper8 {width: 72%; height:auto; float:left;}
.tply_list .mySwiper8 .swiper-button-next{ width:22px; height:38px;background:url(../images/ft_next.png) no-repeat;}
.tply_list .mySwiper8 .swiper-button-prev{ width:22px; height:38px;background:url(../images/ft_prev.png) no-repeat;}
.tply_list .mySwiper7 { width:25%; float:right;height:625px;}
.tply_list .mySwiper7 .swiper-slide { width: 100%;height: auto;opacity: 0.4;border-radius: 10px; overflow:hidden;}
.tply_list .mySwiper7 .swiper-slide-thumb-active {opacity: 1; }
@media screen and (max-width:1080px) {
	.tply{ padding:30px 0 60px;}
}
@media screen and (max-width:1024px) {
.tply{ padding:40px 0;}
.tply_list ul li{ width:50%;}	
}
@media screen and (max-width:768px) {
	.tply{ padding:30px 0;}
	.tply_list ul li{ width:100%;}
	.tply_list ul li .tply_img{ height:200px;}
	.tply_list ul li p{ font-size:16px;}
	
	.tply_list .swiper-slide .pic{ height:380px;}
	.tply_list .mySwiper7{ height:380px;}
	
}
@media screen and (max-width:425px) {
	.tply{ padding:10px 0 30px;}
	.tply_list .mySwiper8{ width:100%;}
	.tply_list .mySwiper7{ width:100%; height:68px; padding:10px 0;}
	.tply_list .swiper-slide .pic{ height:210px;}
}
@media screen and (max-width:320px) {
	.tply_list .swiper-slide .pic{ height:160px;}
}
/*图片留影 结束*/


/*往届回顾 开始*/
.wjhg{width:100%;padding:30px 0; background:#fff url(../images/wjhg_bg.jpg) no-repeat; background-size:cover; overflow:hidden;}
.ly_ztldList { width:100%; height:auto; margin:0 auto; padding:0;}
.ly_ztldList .mySwiper9{width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.ly_ztldList .mySwiper9 .swiper-slide { background:#f2f3ff; padding:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius: 10px; overflow:hidden;}
.ly_ztldList .mySwiper9 .swiper-slide a { display:block; width:100%; height:360px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.ly_ztldList .mySwiper9 .swiper-slide a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;border-radius: 10px; overflow:hidden;}
.ly_ztldList .mySwiper9 .swiper-slide:hover a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
@media screen and (max-width:1024px) {
.wjhg{ padding:40px 0;}
}
@media screen and (max-width:768px) {
	.wjhg{ padding:30px 0;}
	.ly_ztldList ul li{margin:0 0 14px 0; }
	
}
@media screen and (max-width:425px) {
	.wjhg{ padding:10px 0 30px;}
	.ly_ztldList .mySwiper9 .swiper-slide a{ height:210px;}
}
@media screen and (max-width:320px) {
	.ly_ztldList .mySwiper9 .swiper-slide a{ height:160px;}
}
/*往届回顾 结束*/
.mb_r { display:block; width:44px; height:92px; margin:-45px 0 0; padding:0; position:fixed; top:50%; right:4px; z-index:9999;}
.mb_r ul li { width:44px; height:44px; margin:0 auto 4px; padding:0; position:relative;}
.mb_r ul li a { display:block; width:44px; height:44px; overflow:hidden; margin:0 auto; padding:0; background-color:#1b67cc; border-radius:50%;}
.mb_r ul li a img { display:block; width:24px; height:24px; overflow:hidden; margin:10px auto; padding:0;}
.mb_r ul li span { display:block; width:0; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; position:absolute; top:0; right:0; background-color:#1b67cc; border-radius:22px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.mb_r ul li:hover span { width:180px; padding:0 10px;}

.mb_ewm { width:160px; height:auto; margin:0; padding:10px; background-color:#1b67cc; position:fixed; right:4px; bottom:4px;z-index:9999;}
.mb_ewm .ewm_img { width:140px; height:140px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ewm_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.mb_ewm p { width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:14px; text-align:center; margin:10px auto 0; padding:0;}
.mb_ewm .ewm_close { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; top:-24px; right:0; cursor:pointer;}

@media screen and (max-width:1080px) {
	.mb_r ul li span { display:none;}
	.mb_ewm { display:none;}
}