@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:#1f1f1f;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#1f1f1f;}


/*banner大图*/
.h_banner{width:100%;height:679px;position:relative;overflow:hidden;}
.h_banner>img{width:1920px;height:679px;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:760px) {
.s_banner{display:block;}
.b_banner{display:none;}
}
/*nav 开始*/
.ly_nav { width:100%; height:72px; margin:0 auto; padding:0; background-color:#fff; top:0; z-index:9999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow:0 0 10px rgba(0,0,0,0.05);}
.ly_nav ul { width:100%; max-width:1200px; margin:0 auto; padding:0;}
.ly_nav ul li { width:20%; height:72px; margin:0; padding:0; float:left;}
.ly_nav ul li a { display:block; width:100%; height:72px; line-height:72px; color:#555; font-size:23px; text-align:center; margin:0 auto; padding:0;}
.ly_nav ul li a:hover,.ly_nav ul li a.on { background-color:#70a6db; color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_nav { padding:0 20px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_nav { padding:0 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_nav { padding:0 20px;}
	.ly_nav ul li a { font-size:20px;}
}
@media screen and (max-width:767px) {
	.ly_nav { height:auto; padding:0;}
	.ly_nav ul li { width:25%; height:44px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav ul li a { height:44px; line-height:44px; font-size:15px;}
}
/*nav 结束*/


/*展会简介 开始*/
.zhjj{background: #fff url(../images/h_zhjj_bg.jpg) center center no-repeat; background-size: cover;padding:60 0;}
.ly_part1 { width:100%; max-width:1200px; overflow:hidden; margin:0 auto; padding:60px 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_tit01 { width:100%; height:88px; overflow:hidden; margin:0 auto 40px; padding:8px 0; background:url(../images/tit_bg2.png) center center no-repeat; background-size:1200px 80px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_tit02 { background:url(../images/tit_bg2.png) center center no-repeat; background-size:1200px 80px;}
.ly_tit01 p { width:100%; max-width:180px; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:40px; font-weight:bold; text-align:center; margin:0 auto 4px; padding:0;}
.ly_tit01 span { display:block; width:100%; max-width:140px; height:20px; overflow:hidden; line-height:20px; color:#6aaf38; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ly_tit02 p{ color:#fff;}
.ly_tit02 p, .ly_tit02 span { max-width:180px;}
.part1_main { width:100%; height:auto; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part1_main .part1_con { width:100%; min-height:240px; overflow:hidden; margin:-20px auto 0; padding:70px 70px 40px 70px; background: url(../images/part1_bg01.png) center center no-repeat; background-size:100% 100%; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part1_con p {text-indent: 2em; width:100%; overflow:hidden; line-height:32px; color:#333; font-size:16px; margin:0 auto 20px; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_part1 { padding:40px;}
	.ly_tit01 { margin:0 auto 30px;}
	.ly_tit01 p { font-size:36px;}
	.part1_main .part1_con { padding:60px 54px 40px 45px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_part1 { padding:40px;}
	.ly_tit01 { margin:0 auto 30px;}
	.ly_tit01 p { font-size:34px;}
	.part1_main .part1_con { padding:54px 54px 25px 45px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.zhjj{ padding:40px 0;}
	.ly_part1 { padding:20px;}
	.ly_tit01 { margin:0 auto 30px;}
	.ly_tit01 p { font-size:34px;}
	.part1_main .part1_con { padding:52px 32px 20px 25px;}
}
@media screen and (max-width:767px) {
	.zhjj{ padding:30px 0;}
	.ly_part1 { padding:20px 12px;}
	.ly_tit01 { height:52px; margin:0 auto 20px; padding:0; background-size: 200% 100%;}
	.ly_tit01 p { height: 32px; line-height: 32px; font-size:24px; margin:0 auto;}
	.ly_tit01 span { max-width: 110px; font-size:12px;}
	.ly_tit02 p, .ly_tit02 span { max-width:140px;}
	.part1_main .part1_con { padding:42px 18px 20px 14px;}
	.part1_con p { line-height:24px; font-size:14px; margin:0 auto 10px;}
}
@media screen and (max-width:375px) {
	.ly_tit01 { background-size: 220% 100%;}
}
@media screen and (max-width:320px) {
	.ly_tit01 { background-size: 240% 100%;}
	.part1_main .part1_con { padding:48px 14px 30px 10px;}
}
/*展会简介 结束*/


/*展会概况 开始*/
.zhgk{background: #fff url(../images/h_zhgk_bg.jpg) center center no-repeat; background-size: cover;padding: 60px 0;}
.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_part_add1 .vd_main{width: 100%; height: 415px;overflow: hidden;margin: 0;padding: 0;}
.ly_part_add1 .vd_main video{width: 100%; height: 415px; overflow: hidden;margin: 0 auto;padding: 0;background-color: #111;}
.ly_part_add1 .conn_l{float:left;width:45%;}
.ly_part_add1 .conn_r{float:right;width:50%;}
.ly_part_add1 .tlt3{background:url(../images/tit_bg3.png) center center no-repeat;background-size:100% 100%;color:#fff;font-size:30px;font-weight:bold;width:220px;float:right;padding:0 20px;text-align:center;margin-bottom:30px; height:50px; line-height:50px;}
.ly_part_add1 .conn_r .tlt3{float:left;}
.ly_part_add1 .conn_l p{background:url(../images/data_bg.png) center center no-repeat;background-size:100% 100%;margin-bottom:20px;color:#fff;font-size:16px;padding:8px 40px;text-align:right;letter-spacing:2px;}
.ly_part_add1 .conn_l p span{font-size:24px;font-weight:bold;color:#fc8646;}


.ly_part_add1 .conn_r .kcshow{ width:100%;overflow:hidden; position:relative;}
.ly_part_add1 .conn_r .kcshow .pic{ display:block; position:relative;width:100%; height:416px; overflow:hidden;}
.ly_part_add1 .conn_r .kcshow .pic img{width:100%; height:100%;object-fit: cover; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;  }
.ly_part_add1 .conn_r .kcshow ul li:hover .pic img{ -webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.ly_part_add1 .conn_r .kcshow .swiper-pagination{ bottom:20px!important;}
.ly_part_add1 .conn_r .kcshow .swiper-pagination .swiper-pagination-bullet{ width:16px !important; height:16px !important; border:0; background:#ababab; opacity:1;}
.ly_part_add1 .conn_r .kcshow .swiper-pagination-bullet-active{ background:#70a6db !important; width:20px !important;}
.ly_part_add1 .conn_r .kcshow .pic i { display:block; width:66px; height:66px; overflow:hidden; margin:-33px 0 0 -33px; padding:0; background:url(../images/vd_btn3.png) center center no-repeat; position:absolute; left:50%; top:50%;}
.ly_part_add1 .conn_r .kcshow ul li:hover .pic i { background:url(../images/vd_btn4.png) center center no-repeat;}


@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_part_add1 { padding:0 40px 0;}

}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_part_add1 { padding:0 40px 0;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
	.zhgk{ padding:40px 0;}
	.ly_part_add1 { padding:0 40px 0;}
	.ly_part_add1 .conn_l{width:100%;float:none;margin-bottom:25px;}
	.ly_part_add1 .conn_r{width:100%;float:none;}
	.ly_part_add1 .tlt3{float:none;margin:0 auto 30px;}
	.ly_part_add1 .conn_r .tlt3{float:none;margin:0 auto 30px;}
	.ly_part_add1 .conn_l p{text-align:center;}
	.ly_part_add1 .conn_r .kcshow .pic{ height:350px;}

}
@media screen and (max-width:767px) {
	.zhgk{ padding:30px 0;}
	.ly_part_add1 { padding:0 12px 0;}
	.ly_part_add1 .conn_l{width:100%;float:none;margin-bottom:25px;}
	.ly_part_add1 .conn_r{width:100%;float:none;}
	.ly_part_add1 .tlt3{float:none;margin:0 auto 30px;font-size:22px;}
	.ly_part_add1 .conn_r .tlt3{float:none;margin:0 auto 30px;font-size:22px;}
	.ly_part_add1 .conn_l p{text-align:center;font-size:15px;}
	.ly_part_add1 .conn_l p span{font-size:18px;}
	.ly_part_add1 .conn_r .kcshow .pic{ height:280px;}
	.ly_part_add1 .conn_r .kcshow .swiper-pagination .swiper-pagination-bullet{ width:12px !important; height:12px !important;}
}
@media screen and (max-width:375px) {
	
}
@media screen and (max-width:320px) {
	
}

/*展会概况 结束*/

/*实况报道 开始*/
.zcqy{ padding:60px 0; background:#fff url(../images/h_skbd_bg.jpg) no-repeat; background-size:cover; overflow:hidden;position: relative;}
.zcqy .zcqybox{width:100%;padding: 35px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.zcqy .zcqybox .hotqy{display:flex; display: -webkit-flex; justify-content:center;}
.zcqy .zcqybox .hotqy p{text-align:center;font-weight:bold;color: #333;font-size: 20px;}
.zcqy .zcqybox .hotqy i{ display:block; width:70px; height:26px; background:#eb0223; border-radius:15px 0 15px 0; text-align:center; color:#fff; font-size:13px; line-height:26px;font-weight:bold; margin-top:3px; margin-right:5px; text-transform:uppercase;animation: abline 1s alternate infinite;animation-timing-function:linear}
.zcqy .zcqybox .zcqydatj .ms{color: #666;font-size: 16px;margin-top:10px;line-height: 28px;}
.zcqy .zcqybox .zcqydatj .ms a{color: #fe0000;padding-left:10px;}

.zcqy .zcqybox .zcqy_new{ width:100%; overflow:hidden; margin-top:35px;}
.zcqy .zcqybox .zcqy_new .left{ width:42%; float:left; background:#f3f3f3; overflow:hidden; position:relative;}
.zcqy .zcqybox .zcqy_new .left .pic{ display:block; position:relative;width:100%; height:280px; overflow:hidden;}
.zcqy .zcqybox .zcqy_new .left .pic img{width:100%; height:100%;object-fit: cover; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;  }
.zcqy .zcqybox .zcqy_new .left ul li:hover .pic img{ -webkit-transform: scale(1.05);-moz-transform: scale(1.05);transform: scale(1.05);}
.zcqy .zcqybox .zcqy_new .left .text{ width:100%; height:230px; background:#f3f3f3;}
.zcqy .zcqybox .zcqy_new .left .textcont{width:86%;background:#fff;margin:0 auto;padding: 20px;position:relative;margin-top:-35px;z-index:2;box-shadow:2px 2px 10px rgba(0,0,0,.1);}
.zcqy .zcqybox .zcqy_new .left .name{display:block;font-size: 18px;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #ddd;padding-bottom:14px;margin-bottom: 15px;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.zcqy .zcqybox .zcqy_new .left ul li:hover .name{ color:#0157b8;}
.zcqy .zcqybox .zcqy_new .left .textcont span{color:#999;line-height: 28px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 52px;display:block;margin-bottom:10px;font-size: 16px;}
.zcqy .zcqybox .zcqy_new .left .textcont time{ color:#999;}
.zcqy .zcqybox .zcqy_new .left .swiper-pagination-bullet{ width:10px!important; height:6px!important; border-radius:20px!important; margin:0 3px !important; background:#ccc; opacity:1;}
.zcqy .zcqybox .zcqy_new .left .swiper-pagination{ bottom:35px!important;}
.zcqy .zcqybox .zcqy_new .left .swiper-pagination-bullet-active{ background:#70a6db !important; width:20px !important;}


.zcqy .zcqybox .zcqy_new .right{width:55%; float:right; position:relative; height:475px; overflow:hidden; background:#f3f3f3; padding:20px;}
.zcqy .zcqybox .zcqy_new .right ul li{ width:100%; background:#fff; padding:20px; overflow:hidden;}
.zcqy .zcqybox .zcqy_new .right .text{width: calc(100% - 130px);float:right;transition-duration: .4s;-ms-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;}
.zcqy .zcqybox .zcqy_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;}
.zcqy .zcqybox .zcqy_new .right ul li:hover .name{ color:#0157b8;}
.zcqy .zcqybox .zcqy_new .right .img{ float:left; width:109px; height:86px;}
.zcqy .zcqybox .zcqy_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;}
.zcqy .zcqybox .zcqy_new .right .swiper-pagination-bullet{ width:4px!important; height:30px!important; border-radius:0!important; margin:0 !important; background:rgba(0,0,0,.5);}
.zcqy .zcqybox .zcqy_new .right .swiper-pagination-bullet-active{ background:#70a6db !important;}
.zcqy .zcqybox .zcqy_new .right .swiper-pagination{ right:0 !important;top: 35% !important;}
@keyframes abline {
	0% { margin-top:5px;}
	100% { margin-top:-3px;}
}
@media (max-width:1200px){
    .zcqy{ padding:40px 0;}
	.zcqy .zcqybox{padding:35px 30px 40px;}
	.zcqy .zcqybox .zcqy_new{ margin-top:25px;}
	.zcqy .zcqybox .zcqy_new .right ul li{padding:20px;}
	.zcqy .zcqybox .zcqy_new .left{ width:100%; margin-bottom:20px;}
	.zcqy .zcqybox .zcqy_new .right{ width:100%;}
}
@media (max-width:767px){
    .zcqy{ padding:30px 0;}
	.zcqy .zcqybox{padding:30px 10px 35px;}
	.zcqy .zcqybox .zcqy_new{ margin-top:15px;}
	.zcqy .zcqybox .hotqy p{ font-size:18px;}
	.zcqy .zcqybox .zcqy_new .left{ width:100%; margin-bottom:10px;}
	.zcqy .zcqybox .zcqy_new .left .textcont{ width:90%;}
	.zcqy .zcqybox .zcqydatj .ms{ font-size:14px; line-height:26px;}
	.zcqy .zcqybox .zcqy_new .right{width:100%;height:380px; padding:10px;}
	.zcqy .zcqybox .zcqy_new .right ul li{ padding:10px;}
	.zcqy .zcqybox .zcqy_new .right .text{ width:100%;}
	.zcqy .zcqybox .zcqy_new .left .name{ font-size:16px;}
	.zcqy .zcqybox .zcqy_new .left .textcont span{ font-size:14px; line-height:26px;}
	.zcqy .zcqybox .zcqy_new .right .img{ display:none;}
}
/*实况报道 结束*/




/*视频直击 开始*/
.spzj{background: #fff url(../images/h_spzj_bg.jpg) center center no-repeat; background-size: cover;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_list1 ul li { width:23.5%; height:auto; margin:0 2% 20px 0; padding:10px; background-color:#fff; border-radius:10px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part4_list1 ul li:nth-child(4n+4) { margin:0 0 20px;}
.part4_list1 ul li a.part4_img { display:block; width:100%; height:190px; overflow:hidden; margin:0; padding:0; position:relative;}
.part4_list1 ul li a.part4_img img { display:block; max-width:100%; max-height:100%; 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;}
.part4_list1 ul li:hover a.part4_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.part4_list1 ul li a.part4_img i { display:block; width:44px; height:44px; overflow:hidden; margin:-22px 0 0 -22px; padding:0; background:url(../images/vd_btn1.png) center center no-repeat; position:absolute; left:50%; top:50%;}
.part4_list1 ul li:hover a.part4_img i { background:url(../images/vd_btn2.png) center center no-repeat;}
.part4_list1 ul li .part4_text {width:100%;overflow:hidden;margin: 15px auto;padding:0;}
.part4_list1 ul li .part4_text a {display:block;width:100%;height:48px;overflow:hidden;line-height: 26px;color:#333;font-size: 17px;/* text-align:center; */margin:0 auto;padding:0;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;font-weight: bold;}
.part4_list1 ul li .part4_text span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; margin:0 auto; padding:0 0 0 24px; background:url(../images/icon1.png) left center no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.part4_list1 ul li:hover .part4_text span { color:#fff; background:url(../images/icon2.png) left center no-repeat;}

.part4_main .part4_list2 { display:none;}
.part4_list2 .swiper-container { }

@media screen and (max-width:1199px) and (min-width:1080px) {
	.part4_list1 ul li a.part4_img { height:155px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.spzj{ padding:55px 0 30px;}
	.part4_list1 ul li a.part4_img { height:145px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.spzj{ padding:45px 0 20px;}
	.part4_list1 ul li { width:48.5%; margin:0 3% 20px 0;}
	.part4_list1 ul li:nth-child(2n+2) { margin:0 0 20px;}
	.part4_list1 ul li:nth-child(4n+4) { margin:0;}
	.part4_list1 ul li a.part4_img { height:200px;}
	.part4_list1 ul li .part4_text a { text-align:center;}
}
@media screen and (max-width:767px) {
	.spzj{ padding:35px 0 10px;}
	.part4_list1 ul li { width:48.5%; margin:0 3% 20px 0;}
	.part4_list1 ul li:nth-child(2n+2) { margin:0 0 20px;}
	.part4_list1 ul li:nth-child(4n+4) { margin:0 0 20px;}
	.part4_list1 ul li a.part4_img { height:122px;}
	
	.part4_main .part4_list1 { display:block;}
	.part4_main .part4_list2 { display:none;}
	.part4_list2.swiper-container { height:390px; position:relative;}
	.part4_list2.swiper-container .swiper-slide { margin:0; padding:10px; background-color:#fff; border-radius:10px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;height: calc((100% - 30px) / 2);}
	.part4_list2.swiper-container .swiper-slide:hover { background-color:#6aaf38;}
	.swiper-slide a.part4_img { display:block; width:100%; height:120px; overflow:hidden; margin:0; padding:0; position:relative;}
	.swiper-slide a.part4_img img { display:block; max-width:100%; max-height:100%; 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;}
	.swiper-slide:hover a.part4_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
	.swiper-slide a.part4_img i { display:block; width:44px; height:44px; overflow:hidden; margin:-22px 0 0 -22px; padding:0; background:url(../images/vd_btn.png) center center no-repeat; position:absolute; left:50%; top:50%;}
	.swiper-slide .part4_text { width:100%; overflow:hidden; margin:5px auto; padding:0;}
	.swiper-slide .part4_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:20px; color:#333; font-size:14px; text-align:center; margin:0 auto; padding:0; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;}
	.swiper-slide:hover .part4_text a { color:#fff;}
	.swiper-slide .part4_text span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; margin:0 auto; padding:0 0 0 24px; background:url(../images/icon1.png) left center no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.swiper-slide:hover .part4_text span { color:#fff; background:url(../images/icon2.png) left center no-repeat;}
	
}
@media screen and (max-width:375px) {
	.part4_list1 ul li a.part4_img { height:108px;}
	.part4_list2.swiper-container { height:372px;}
	.swiper-slide a.part4_img { height:110px;}
}
@media screen and (max-width:320px) {
	.part4_list1 ul li a.part4_img { height:90px;}	
	.part4_list1 ul li .part4_text a { font-size:14px;}
	.part4_list1 ul li .part4_text span { font-size:12px;}
	.part4_list2.swiper-container { height:296px;}
	.swiper-slide a.part4_img { height:88px;}
	.swiper-slide .part4_text { margin:4px auto 0;}
	.swiper-slide .part4_text a { height:24px; line-height:24px; font-size:14px;}
	.swiper-slide .part4_text span { font-size:12px;}
}
/*part4 结束*/




.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:#4d94db; 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:#4d94db; 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:#4d94db; 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;}
}

/*图片留影*/
.h_scene{padding: 60px 0;width:100%;overflow:hidden;background: url(../images/h_tply_bg.jpg) top center no-repeat; background-size:cover;}
.h_pro .col-sm-3 {float:left;position:relative;width:100%;}
.h_pro .selected-solution>div {position:relative;width:96%;margin:0 auto;padding:40px 0 24px;text-align:center;}
.h_pro .selected-solution .swiper-container {width:100%;}
.h_pro .selected-solution .solution-cardlist {max-width:100%;margin:0 auto 0}
.h_pro .selected-solution .solution-cardlist .col-sm-3 {padding:0;transition:all .15s linear;box-sizing:border-box;position:relative;margin-bottom:20px;}
.h_pro {padding:0 0 0;background:#fff;}
.h_pro .h_content {background:#fff;}
.h_pro .swiper-slide .pic {display:block;width:100%;height:540px;text-align:center;background:#fff;position:relative;overflow:hidden;}
.h_pro .swiper-slide .pic img {width:100%;height:100%;vertical-align:middle;transition: all 0.5s;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; object-fit:cover;}
.h_pro .swiper-slide .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_pro .swiper-slide .tlt{display:block;width:100%;padding:0 5%;height:60px;background:rgba(0,0,0,.5);color:#fff;font-size:18px;line-height:60px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;text-align:center;position:absolute;bottom:0;left:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_pro .swiper-slide .pic:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.h_pro .swiper-container-solution .swiper-button-prev {position:static;top:inherit;left:inherit;margin-top:0;display:inline-block;width:42px;height:42px;background:#70a6db url(../images/scene_l_icon.png) center center no-repeat;cursor:pointer;outline:none;border-radius:50%;vertical-align:middle;}
.h_pro .swiper-container-solution .swiper-button-prev:hover{background:#70a6db url(../images/scene_l_icon.png) center center no-repeat;}
.h_pro .swiper-container-solution .swiper-button-next {position:static;top:inherit;left:inherit;margin-top:0;display:inline-block;width:42px;height:42px;background:#70a6db url(../images/scene_r_icon.png) center center no-repeat;cursor:pointer;outline:none;border-radius:50%;vertical-align:middle;}
.h_pro .swiper-container-solution .swiper-button-next:hover{background:#70a6db url(../images/scene_r_icon.png) center center no-repeat;}
.h_pro .swiper-container-solution .swiper-pagination{position:static;top:inherit;left:inherit;display:inline-block;vertical-align:middle;margin:0 10px;}
.h_pro .swiper-container-solution .swiper-pagination .swiper-pagination-bullet{background: #ababab;opacity:1;width:15px;height:15px;margin:0 3px; border:0;}
.h_pro .swiper-container-solution .swiper-pagination .swiper-pagination-bullet-active {opacity: 1;background: #70a6db;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{ content:none !important;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{ content:none !important;}
@media screen and (max-width: 1300px) and (min-width: 1220px){
	
}
@media screen and (max-width:1219px) and (min-width:1080px) {
	.h_scene{padding: 30px 0 40px;}
	.h_pro .swiper-slide .pic{height: 450px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.h_scene{padding: 30px 0 40px;}
	.h_pro .swiper-slide .pic{height: 400px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.h_scene{padding: 30px 0 40px;}
	.h_pro .swiper-slide .pic{height: 300px;}
}
@media (max-width: 767px) {
	.h_scene{padding: 30px 0 30px;}
	.h_pro .swiper-slide .pic{height: 200px;}
	.h_pro .swiper-slide .tlt{height:40px;line-height:40px;font-size:15px;}
	.h_pro .swiper-container-solution .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;}
	.h_pro .swiper-container-solution .swiper-button-prev{width:36px;height:36px;}
	.h_pro .swiper-container-solution .swiper-button-next{width:36px;height:36px;}
	.h_pro .selected-solution .solution-cardlist .col-sm-3{margin-bottom:10px;}
	.h_pro .selected-solution>div{padding: 8px 0 10px;}
}

