body{
	line-height: 1;
	background: #f5f5f5;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #2b82d9;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
	width: 1500px;
	margin: 0 auto;
}

.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(90,90,90,0)), to(rgba(50,50,50,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: -moz-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: -ms-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: -o-linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
	background-image: linear-gradient(180deg, rgba(90,90,90,0), rgba(50,50,50,1));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.live-nav li .image img,
.item-main .item .item-video .image img,
.item-main .item .item-pro li .image img  {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.live-nav li .image:hover img,
.item-main .item .item-video .image:hover img,
.item-main .item .item-pro li .image:hover img   {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
/* top */

.top{
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(150,150,150,.4);
}
.top .item{
	margin: 0 auto;
	padding: 16px 0;
	position:relative;
	border-bottom: 1px solid #f0f0f0;
}
.top .item .logo{
	float: left;
	width: 220px;
}
.top .item .logo .top_text {
	float: left;
}
.top .item .logo .top_text b {
	font-size: 22px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 15px 15px 15px 0;
	background: #00994d;
	display: block;
}
.top .item .pageName{
	float: left;
	font-size: 24px;
	color: #000;
	margin:10px 0 0 50px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	display: none;
}

.top .item .exhi-ico {
	float: right;
	margin-top: 8px;
}
.top .item .exhi-ico a {
	display: inline-block;
	width: 112px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	margin-left: 18px;
	background: #2b82d9;
}
.top .item .exhi-ico a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../../../../images/Version/2022/expoVisual/zhanwei-ico.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 10px 5px 0 0;
}
.top .item .exhi-ico a.guanzong i {
	background: url('../../../../images/Version/2022/expoVisual/guanzong-ico.png') no-repeat;
	background-size: contain;
}
.top .item .exhi-ico a.guanzong {
	background: #fa8d22;
}
.search {
	width: 465px;
	height: 44px;
	margin: 4px 0 0 50px;
	float: left;
	background: #f2f2f2;
	position: relative;
	border-radius: 50px;
	color: #999;
}
.search button {
	position: absolute;
	height: 38px;
	line-height: 38px;
	color: #fff;
	width: 86px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	right: 3px;
	top: 3px;
	border-radius: 20px;
	background-color:#2b82d9;
}
.search button i {
	font-size: 14px;
	margin: 0 4px 0 0;
}

.search input {
	width: 306px;
	height: 44px;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	margin-left: 20px;
	background-color: #f2f2f2;
}

.top .item .menu{
	float: left;
	margin-top: 16px;
	margin-left: 55px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 0 18px;
	position: relative;
}
.top .item .menu a:first-child {
	padding-left: 0;
}
.top .item .menu a:last-child{
	border:none;
}

.broadcast {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
}
.broadcast b {
	display: block;
	float: left;
	font-size: 14px;
	color: #fa8d22;
}
.broadcast b em {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 1.6;
	text-align: center;
	background: #fa8d22;
	border-radius: 50%;
	vertical-align: top;
	margin: 10px 6px 0 0;
}
.broadcast b em i {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.broadcast .scroll {
	overflow: hidden;
}
.broadcast .scroll ul {
	white-space: nowrap;
	width: 200%;
}
.broadcast .scroll li {
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 30px;
}
.broadcast .scroll li strong,
.broadcast .scroll li a {
	color: #2b82d9;
}
/* top End */
/* visual */
.visual {
	margin-top: 50px;
}
.visualLeft1{
	float: left;
	width: 184px;
}
.visualLeft li {
	width: 150px;
	height: 180px;
	padding: 4px;
	box-sizing: border-box;
	border-radius: 0 10px 10px 0;
	background-image: -webkit-gradient(linear,left,right,from(#aa60d5),to(#3e6da9));
	background-image: -webkit-linear-gradient(left,#aa60d5,#3e6da9);
	background-image: linear-gradient(90deg,#aa60d5,#3e6da9);
	margin-bottom: 4px;
	text-align: center;
	position: relative;
}
.visualLeft li .item {
	border: 1px solid rgba(255,255,255,.6);
	height: 100%;
	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
	color: #fff;
}
.visualLeft li .item i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-ico1.png') no-repeat;
	background-size: contain;
	margin-top: 30px;
}
.visualLeft li .item b {
	font-size: 20px;
	display: block;
	margin-top: 25px;
}
.visualLeft li .item p {
	font-size: 16px;
	margin-top: 12px;
}
.visualLeft li::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-bg1.png') no-repeat;
	background-size: cover;
}
.visualLeft li .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.visualLeft li:hover {
	width: 184px;
}
.visualLeft li:nth-child(2) {
	background-image: -webkit-gradient(linear,left,right,from(#e47513),to(#d24249));
	background-image: -webkit-linear-gradient(left,#e47513,#d24249);
	background-image: linear-gradient(90deg,#e47513,#d24249);
}
.visualLeft li:nth-child(3) {
	background-image: -webkit-gradient(linear,left,right,from(#b6752f),to(#a76031));
	background-image: -webkit-linear-gradient(left,#b6752f,#a76031);
	background-image: linear-gradient(90deg,#b6752f,#a76031);
}
.visualLeft li:nth-child(4) {
	background-image: -webkit-gradient(linear,left,right,from(#2a8889),to(#26804d));
	background-image: -webkit-linear-gradient(left,#2a8889,#26804d);
	background-image: linear-gradient(90deg,#2a8889,#26804d);
}
.visualLeft li:nth-child(2) .item i {
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-ico2.png') no-repeat;
	background-size: contain;
}
.visualLeft li:nth-child(3) .item i {
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-ico3.png') no-repeat;
	background-size: contain;
}
.visualLeft li:nth-child(4) .item i {
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-ico4.png') no-repeat;
	background-size: contain;
}
.visualLeft li:nth-child(2)::after {
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-bg2.png') no-repeat;
	background-size: cover;
}
.visualLeft li:nth-child(3)::after {
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-bg3.png') no-repeat;
	background-size: cover;
}
.visualLeft li:nth-child(4)::after {
	background: url('../../../../images/Version/2022/expoVisual/visualLeft-bg4.png') no-repeat;
	background-size: cover;
}
.visualRight {
	width: 1300px;
	float: right;
}
.exhi-live {
	position: relative;
}
.live-main {
	background: #27303a;
	position: relative;
}
.exhi-live .left {
	width: 720px;
	height: 405px;
	float: left;
	overflow: hidden;
	position: relative;
}
.exhi-live .left .liveHot .videoItem {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.exhi-live .left .liveHot .videoIco {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,.9);
	border-radius: 50%;
}
.exhi-live .left .liveHot .videoIco i {
	font-size: 28px;
	color: #417ce1;
	position: absolute;
	left: 29px;
	top: 26px;
}
.exhi-live .right {
	overflow: hidden;
	border-radius: 0 6px 6px 0;
	padding: 30px 44px;
}
.exhi-live .right p {
	font-size: 26px;
	height: 72px;
	line-height:36px;
	padding-right: 45px;
	font-weight: bold;
	overflow: hidden;
}
.exhi-live .right b {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
}
.exhi-live .right b span {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	margin-right: 8px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.exhi-live .right p a, .exhi-live .right b a {
	color: #fff;
}
.exhi-live .right .right-data {
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
}
.exhi-live .right .right-data span i {
	font-size: 14px;
	margin-right: 6px;
}
.exhi-live .right .right-data span.view,
.exhi-live .right .right-data span.time {
	margin-left: 18px;
	padding-left: 18px;
	position: relative;
}
.exhi-live .right .right-data span.view::after,
.exhi-live .right .right-data span.time::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 1px;
	left: 0;
	background: #555555;
}
.exhi-live .right .right-data span.view i {
	font-size: 16px;
	margin-right: 6px;
}

.live-nav {
	width: 520px;
	position: absolute;
	right: 52px;
	bottom: 50px;
	margin: -18px;
}
.live-nav li {
	width: 50%;
	float: left;
	padding: 18px;
	box-sizing: border-box;
}
.live-nav li .image {
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 3px solid transparent;
}
.live-nav li.focus .image {
	border: 3px solid #2b82d9;
}
.live-nav li .image .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(49, 49, 49, 0.3);
	opacity: .5;
}
.live-nav li.focus .image .cover {
	opacity: 0;
}
.live-nav li .image img {
	width: 100%;
	max-height: none;
	display: block;
}
.live-img li {
	display: none;
}
.exhi-live .right mark {
	position: absolute;
	width: 86px;
	height: 36px;
	line-height: 36px;
	right: -10px;
	top: 33px;
	background: #e42f2f;
	text-align: center;
	border-radius: 0 3px 0 0;
	color: #fff;
	font-size: 16px;
}
.exhi-live .right mark::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 10px 0 0;
	border-color: #8E2626 transparent transparent transparent;
}
.exhi-live .right mark.notice {
	background: #ff790c;
}
.exhi-live .right mark.notice::after {
	border-color: #bf661e transparent transparent transparent;
}
.exhi-live .right mark.replay {
	background: #3670b8;
}
.exhi-live .right mark.replay::after {
	border-color: #3670b8 transparent transparent transparent;
}
.exhi-live .right mark img {
	width: 20px;
	margin-right: 4px;
	margin-top: 8px;
	vertical-align: top;
}
.item-main {
	margin-top: 40px;
}
.item-main .item {
	background: #fff;
	padding: 26px;
	margin-bottom: 20px;
	transition: all .3s ease;
}
.item-main .item:hover {
	box-shadow: 0 0 14px 0 rgba(150,150,150,.2);
}
.item-main .item .item-company {
	width: 392px;
	float: left;
	margin-right: 13px;
}
.item-main .item .item-company b {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	overflow: hidden;
	margin: 10px 0 25px 0;
}
.item-main .item .company {
	display: inline-block;
	margin-right: 8px;
	width: 72px;
	height: 50px
}
.item-main .item .company img {
	vertical-align: top;
}
.item-main .item .major,
.item-main .item .expo,
.item-main .item .tel {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.item-main .item .major em {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 1.4;
	padding: 0 6px;
	font-style: normal;
	color: #fff;
	background: #2b82d9;
	margin-right: 7px;
}
.item-main .item .expo span {
	margin-left: 12px;
	padding-left: 12px;
	position: relative;
}
.item-main .item .expo span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 1px;
	left: 0;
	background: #dfdfdf;
}
.item-main .item .expo span:first-child {
	margin-left: 0;
	padding-left: 0;
}
.item-main .item .expo span:first-child::after {
	display: none;
}
.item-main .item .tel span {
	margin-left: 15px;
}
.item-main .item .tel span:first-child {
	margin-left: 0;
}
.item-main .item .address {
	font-size: 14px;
	color: #59799a;
	margin-top: 30px;
}
.item-main .item .address i {
	font-size: 16px;
	color: #b2c3d5;
	vertical-align: top;
}
.item-main .item .item-video {
	width: 298px;
	float: left;
} 
.item-main .item .item-video .image {
	padding-bottom: 56.4%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.item-main .item .item-video .image i {
	position: absolute;
	left: 11px;
	bottom: 11px;
	font-size: 40px;
	color: #fff;
}
.item-main .item .item-video p,
.item-main .item .item-pro li p {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}
.item-main .item .item-video .more {
	color: #2b82d9;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
}
.item-main .item .item-video .more i {
	font-size: 12px;
	font-weight: normal;
}
.item-main .item .item-video .image img {	
	width: 100%;
	max-height: none;
	display: block;
}
.item-main .item .item-pro {
	width: 528px;
	float: right;
	position: relative;
}
.item-main .item .item-pro .more-pro {
	position: absolute;
	right: 0;
	top: 0;
	background: #f8eadc;
	width: 32px;
	height: 168px;
	font-size: 14px;
	color: #ed7806;
	padding: 55px 10px;
	box-sizing: border-box;
}
.item-main .item .item-pro ul {
	overflow: hidden;
	margin: 0 -6px;
}
.item-main .item .item-pro li {
	width: 33.333%;
	float: left;
	padding: 0 6px;
	box-sizing: border-box;
}
.item-main .item .item-pro li .image {
	padding-bottom: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.item-main .item .item-pro li .image img {
	width: 100%;
	max-height: none;
	display: block;
}
.item-main .item .item-pro li p {
	text-align: center;
}
.item-main .item .item-pro .service {
	text-align: center;
}
.item-main .item .item-pro .service a {
	margin: 0 auto;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 26px;
	overflow: hidden;
	background: #fa8d22;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.page{
	text-align: center;
	padding: 14px 0;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: #fff;
}
.page a,.page input{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	background-color: #fff;
	margin: 0 6px;
	outline: none;
}
.page a.ft {
	background: url('../../../../images/Version/2022/expoVisual/firstPage.png') no-repeat center center;
}
.page a.next{
	background: url('../../../../images/Version/2022/expoVisual/lastPage.png') no-repeat center center;
}
.page a:hover,.page a.on{
	color: #fff;
	background-color: #2b82d9;
	border-color: #2b82d9;
}
.page a.prev{
	background: #fff url('../../../../images/Version/2022/expoVisual/arrow.png') no-repeat 13px 11px;
}
.page a.lt{
	background: #fff url('../../../../images/Version/2022/expoVisual/arrow.png') no-repeat 14px -35px;
}
.page a.prev:hover {
	background: #2b82d9 url('../../../../images/Version/2022/expoVisual/arrow-hover.png') no-repeat 13px 11px;
}
.page a.lt:hover {
	background: #2b82d9 url('../../../../images/Version/2022/expoVisual/arrow-hover.png') no-repeat 14px -35px;
}
.page a.ft:hover {
	background: #2b82d9 url('../../../../images/Version/2022/expoVisual/firstPage-hover.png') no-repeat center center;
}
.page a.next:hover {
	background: #2b82d9 url('../../../../images/Version/2022/expoVisual/lastPage-hover.png') no-repeat center center;
}
.page button{
	display: inline-block;
	width: 64px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	color: #fff;
	vertical-align: top;
	background-color: #2b82d9;
	margin: 0 8px;
	border:none;
}
.page .jump #selPage {
	border: none;
	outline: none;
	background: #f2f2f2;
}
/* visual End*/
.foot {
	background: #282828;
	width: 100%;
	padding: 30px 0 20px;
	margin-top: 60px;
}
.foot1 {
	margin: 0 auto;
}
.footLeft {
	width: 750px;
	float: left;
}
.footLeft ul {
	margin: 20px 0;
	overflow: hidden;
}
.footLeft ul li img {
	height: 35px;
	margin: 0 5px;
	float: left;
}
.footLeft ul li {
	float: left;
	margin-right: 15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
}
.footLeft ul li:last-child {
	margin-right: 0;
}
.footLeft ul li b {
	margin-right: 5px;
	margin-top: 4px;
	width: 60px;
	display: inline-block;
	font-weight: normal;
}
.footLeft ul li b a {
	color:#666;
}
.footLeft p {
	color:#666;
	height: 24px;
	line-height: 24px;
}
.footLeft p a {
	color:#666;
}
.footLeft p span {
	margin-right: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.footNav {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}
.footNav a {
	color: #dcdcdc;
	line-height: 36px;
	margin-right: 63px;
	display: inline-block;
}
.footRight {
	float: left;
	width: 300px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-right: 20px;
	overflow: hidden;
}
.footRight ul {
	float: left;
}
.footRight ul.ul2 {
	float: right;
}
.footRight ul li {
	line-height: 36px;
	font-size: 14px;
	color: #dcdcdc;
}
.footRight ul li a {
	color: #dcdcdc;
}
.footRight ul li i {
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url('../../../../images/Version/2022/expoVisual/qq-ico.png') no-repeat;
	background-size: contain;
	margin-top: 5px;
}
.footRight p {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
}
.footRight ul li a{
	position: relative;
	cursor: pointer;
   }
   .footRight ul li a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
   }
   .footRight ul li a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footRight ul li a:hover .QQhover{
	display: inline-block;
   }
.footRight p b {
	font-size: 16px;
}
.ybw {
	width: 100%;
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
	height: 30px;
}
.ybw a {
	color: #dcdcdc;
}
.ybw span {
	color: #dcdcdc;
}
.lxqq {
	height: 108px;
	margin-bottom:10px;
}
.footRight .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight-r .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../images/Version/2022/expoVisual/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r {
	overflow: hidden;
	padding-left: 120px;
	box-sizing: border-box;
}
.footRight-r .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../../images/Version/2022/expoVisual/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r ul li {
	float: left;
	margin-right: 30px;
}
.footRight-r ul li:last-child {
	margin-right: 0;
}
.footRight-r ul li .image{
	width: 132px;
	height: 132px;
	padding: 6px;
	box-sizing: border-box;
	background: #535353;
}
.footRight-r ul li p {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 14px;
	height: 55px;
	line-height: 25px;
	background: #222;
	padding: 10px 0;
}
.footer a {
	color: #dcdcdc;
}
.lostpro {
	width: 450px;
	float: left;
	background: url('../../../../images/lostpro.png') no-repeat;
	margin: 50px 0 50px;
	margin-left: 282px;
	padding-left: 165px;
	padding-bottom: 40px;
}
.lostproab {
	margin-top: 20px;
}
.lostpro span{font: 22px/34px "Microsoft Yahei";color: #333;}
.lostpro p{font: 12px/24px "\5b8b\4f53";color: #767676;}
.lostpro ul{font: 12px/24px "\5b8b\4f53";color: #767676;}
.lostpro ul li{background: url("https://www.zyzhan.com/images/caigouSearch.png") no-repeat -143px -30px;padding-left: 12px;}
/* 1108左侧边栏 */
.left-float1{
	position: fixed;
	top:15px;
	z-index: 999999;
}
.left-float,.visualLeft{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.recommend-video {
	padding: 8px 10px;
	height: 488px;
}
.recommend-video .title {
	text-align: center;
	padding: 0 25px;
}
.recommend-video ul {
	width: 156px;
	margin: 0 auto;
}
.recommend-video li {
	margin-top: 12px;
}
.recommend-video li .image {
	position: relative;
	padding-bottom: 56.4%;
	overflow: hidden;
	height: 0;
}
.recommend-video li .image img {
	max-height: none;
}
.recommend-video li .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.recommend-video li mark {
	display: inline-block;
	height: 100%;
	padding: 0 6px;
	color: #fff;
	margin-right: 8px;
}
.recommend-video li mark.notice{
	background: -moz-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -ms-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
}
.recommend-video li mark.living{
	background: -moz-linear-gradient( 0deg, rgb(205,92,92) 0%, rgb(255,71,25) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(205,92,92) 0%, rgb(255,71,25)  100%);
    background: -ms-linear-gradient( 0deg, rgb(205,92,92) 0%, rgb(255,71,25)  100%);
}
.recommend-video li mark.replay {
	background: -moz-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -ms-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
}

.recommend-video li .text {
	margin-top: 6px;
	text-align: center;
	height: 13px;
	line-height: 1;
	overflow: hidden;
}
.recommend-video li .text a {
	color: #333;
}
.recommend-video .more {
	display: block;
	width: 156px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #ff7a19;
	text-align: center;
	margin: 12px auto 0;
}
.recommend-video .more i {
	font-size: 8px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 1px;
	display: inline-block;
}
.pop-bot {
	width: 174px;
	height: 299px;
	background: url("/images/supply/pop-bot2022.png") no-repeat;
	background-size: cover;
	z-index: 999;
	display: none;
	position: relative;
}
.pop-bot .ewm {
	width: 86px;
	height: 86px;
	margin: 0 0 0 46px;
	padding-top: 150px;
}
.pop-bot p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.pop-bot .pop-btn {
	position: absolute;
	bottom: 0;
	left: 11px;
	border-radius: 0 0 10px 10px;
	width: 156px;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #f71818;
	font-weight: bold;
	background: #fdd558;
}
.pop-bot .close-ico {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 82px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.pop-bot .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
