
.guest{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999998;
	display: none;
	background-color: #000;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.guestMain{
    display: none;
	position: fixed;
	z-index: 999999;
	width: 800px;
	height: 500px;
	left:50%;
	top: 50%;
	box-shadow: 0 4px 8px rgba(204,204,204,0.3);

	margin-left:-400px!important;
	margin-top:-250px!important;
	margin-top:0px;
	position:fixed!important;/
	_top:       expression(eval(document.compatMode &&
	            document.compatMode=='CSS1Compat') ?
	            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :
	            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.guestTitle{
	height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	background:url("https://www.100lbj.com/images/Version/2022/live/guestTitle.png") no-repeat;
	position: relative;
}
.guestTitle a{
	position: absolute;
	width: 28px;
	height: 28px;
	top: -30px;
	right: -30px;
	background:url("https://www.100lbj.com/images/Version/2022/live/close.png") no-repeat;
}
.guestForm{
	height: 450px;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 20px;
	overflow: hidden;
}
.detail .item{
	width: 345px;
	float: left;
	padding: 0 10px 0 20px;
	position: relative;
	border:none;
	height: 584px;
}
.guestForm .item{
	width: 345px;
	float: left;
	padding: 0 10px 0 20px;
	position: relative;
	border:none;
}
.item label{
	display: block;
	font-size: 16px;
	margin:10px 0 10px;
	text-indent: 13px;
	height:21px;
}
.inputBox{
	overflow: hidden;
}
.inputBox input{
	width: 298px;
	height: 20px;
	float: left;
	border:1px solid #ddd;
	border-radius: 2px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-family: microsoft yahei;
}
.item b{
	font-family: tahoma;
	font-size: 14px;
	color: #ff9900;
	float: left;
	display: block;
	line-height: 36px;
	padding-left: 12px;
	position: absolute;
	right: 10px;
	bottom:0;
}
.codes{
	width: 298px;
	height: 22px;
	float: left;
	border:1px solid #ddd;
	border-radius: 2px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	font-family: microsoft yahei;
}
.codes img{
	vertical-align: top;
}
.codes input{
	border:none;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	font-family: microsoft yahei;
	color: #999999;
	vertical-align: top;
	display: inline;
}
.item textarea{
	width: 673px;
	height: 100px;
	border:1px solid #ddd;
	border-radius: 2px;
	padding:8px 12px;
	line-height: 24px;
	font-size: 14px;
	font-family: microsoft yahei;
}
.guestFormBtn{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 14px;
}
.guestFormBtn button{
	padding: 0 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-family: microsoft yahei;
	border:none;
	border-radius: 20px;
	cursor: pointer;
	background-color: #168be3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#168be3), to(#1c97f3));
	background-image: -webkit-linear-gradient(90deg, #168be3, #1c97f3);
	background-image: -moz-linear-gradient(90deg, #168be3, #1c97f3);
	background-image: -ms-linear-gradient(90deg, #168be3, #1c97f3);
	background-image: -o-linear-gradient(90deg, #168be3, #1c97f3);
	background-image: linear-gradient(90deg, #168be3, #1c97f3);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#168be3', endColorStr='#1c97f3');
}
.prompt{
	position:absolute;
	top: 0;
	right: 0;
}
.hide{
	display: none;
}
.inputBox input.v_error{border-color:#ff9900;}
.prompt.error{
	color: #ff9900;
	top: 25px;
	right: 30px;
	line-height: 14px;
	text-indent: 20px;
	background:url("/images/error.png") no-repeat 0 0;
}


/* 2019.1.28 */
.ServerTop{
	text-align: center;
	border-top: 1px dashed #ddd;
	padding:14px 0;
	margin-top: 100px;
}
.ServerTop a.guestBtn1{
	width: 188px;
	height: 40px;
	border: 1px solid #2b81d9;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 10px;
	background: #2b81d9;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}
.ServerTop a.guestBtn1:hover,.btn button:hover{
	border: 1px solid #2b81d9;
	background: #fff;
	color: #2b81d9;
}
/* 20220221 */
.onlineExhibition {
	height: 615px;
	background: url(https://www.ybzhan.cn/Templates/Service/images/service1-Banner.jpg) no-repeat;
	padding: 37px 0 39px 0;
	background-size: 100% 100%;
}
.onlineExhibition .main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.onlineExhibition .left {
	float: left;
	width: 712px;
}
.onlineExhibition .title{
	height: 38px;
	line-height: 38px;
	padding-bottom: 10px;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.onlineExhibition .title p{
	float: left;
}
.onlineExhibition .title b{
	font-size: 28px;
	color: #fff;
	margin-right: 10px;
}
.onlineExhibition .title a{
	float: right;
	height: 36px;
	line-height: 36px;
	width: 136px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.onlineExhibition .title a:hover{
	background-color: #ff7e05;
	border-color: #ff7e05;
}

.onlineExhibition .title::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 59px;
	height: 5px;
	background-color: #fff;
}

.onlineExhibition .left .LiveVideo{
	height: 400px;
	overflow: hidden;
	border-radius: 4px;
}
.onlineExhibition .left .LiveVideo .swiper-slide{
	height: 400px;
	position: relative;
}
.onlineExhibition .left .LiveVideo .swiper-slide a.images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.onlineExhibition .left .LiveVideo .swiper-slide a.images img{
	width: 100%;
	max-height: none;
}
.onlineExhibition .left .LiveVideo .swiper-pagination-bullet-active{
	width: 18px;
	background-color: #ffb600;
	border-radius: 20px;
}
.onlineExhibition .left .LiveVideo em{
	position: absolute;
	top: 24px;
	right: 24px;
	display: inline-block;
	width: 114px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 15px;
	font-size: 18px;
	font-style: normal;
	color: #fff;
	z-index: 9;
}
.onlineExhibition .left .LiveVideo em.zb{
	background-color: #52c6f5;
}
.onlineExhibition .left .LiveVideo a.play{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	margin: -42px 0 0 -42px;
	background: url(https://www.hbzhan.com/Templates/Service/images/service2017/play.png) no-repeat;
}
.onlineExhibition .left .LiveVideo i.bg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(102,102,102,.4);
}
.onlineExhibition .left ul{
	overflow: hidden;
	width: calc(100% + 13px);
	margin-top: 14px;
}
.onlineExhibition .left li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-right: 13px;
	position: relative;
	border-radius: 6px;
}
.onlineExhibition .left li a.images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 6px;
}
.onlineExhibition .left li a.images img{
	width: 100%;
	max-height: none;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	border-radius: 6px;
}
.onlineExhibition .left li a.images img:hover {
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
.onlineExhibition .left li em{
	position: absolute;
	top: 10px;
	right: 24px;
	display: inline-block;
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 15px;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	background-color: #7fbd67;
}
.onlineExhibition .right {
	float: right;
	width: 334px;
	padding-left: 10px;
}
.onlineExhibition .right .title{
	margin-bottom: 22px;
}
.onlineExhibition .right ul{
	border-left: 1px solid #a0c591;
	padding-left: 23px;
}
.onlineExhibition .right li i.time{
	display: block;
	width: 230px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #99c9ec;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	font-style: normal;
}
.onlineExhibition .right li i.time em{
	position: absolute;
	left: -30.5px;
	top: 4px;
	width: 14px;
	height: 14px;
	background:url(https://www.hbzhan.com/Templates/Service/images/service2017/hover0.png) no-repeat;
}
.onlineExhibition .right li.first i.time em{
	left: -34px;
	top: 2px;
	width: 21px;
	height: 21px;
	background:url(https://www.hbzhan.com/Templates/Service/images/service2017/hover1.png) no-repeat;
}
.onlineExhibition .right li h3{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 18px;
	margin: 10px 0 14px 0;
}
.onlineExhibition .right li h3 a{
	color: #fff;
}
.onlineExhibition .right li h3:hover a{
	color: #f3bc97;
}
.onlineExhibition .right li .rightItem a.images{
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.onlineExhibition .right li .rightItem a.images img{
	width: 100%;
	max-height: none;
}
.onlineExhibition .right li .rightItem a.images i.play{
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 54px;
	height: 54px;
	background: url(https://www.hbzhan.com/Templates/Service/images/service2017/play.png) no-repeat;
	background-size: 100%;
}
.onlineExhibition .right li .rightItem p{
	margin: 10px 0 12px 0;
}
.onlineExhibition .right li .rightItem p a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 92px;
	text-align: center;
	font-size: 16px;
	border-radius: 16px;
	color: #fff;
}
.onlineExhibition .right li .rightItem p a:nth-child(1){
	background-color: #52c6f5;
	margin-right: 15px;
}
.onlineExhibition .right li .rightItem p a:nth-child(2){
	background-color: #ffb600;
	margin-right: 15px;
}
.onlineExhibition .right li .rightItem p a:nth-child(3){
	background-color: #8fd86e;
}
.choose {
	margin: 100px auto 0;
	overflow: hidden;
	padding-bottom: 80px;
}
.tl {
	height: 118px;
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding-top: 30px;
}
.tl h3 {
	font: normal 32px/40px "microsoft yahei";
}
.tl i {
	position: absolute;
	width: 55px;
	height: 6px;
	left: 50%;
	background: #76a246;
	top: 80px;
	margin-left: -27px;
}
.tl b {
	display: block;
	margin-top: 18px;
	font: normal 18px/30px arial;
}
.choose-box {
	height: 355px;
	width: 1100px;
	float: left;
	background: url(https://www.hbzhan.com/Templates/Service/images/service2017/chooseBg.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.choose-box .box {
	float: left;
	width: 262px;
	margin-left: 62px;
	margin-right: 56px;
}
.choose-box .box-y{
	margin: 0 0 0 22px;
}
.choose-box .box-y ul li{
	width: 188px!important;
}
.choose-box .box .hd {
	height: 100px;
	position: relative;
	padding-top: 30px;
	font: normal 30px/44px "microsoft yahei";
	color: #fff;
	text-align: center;
}
.choose-box .box .hd p {
	font: bold 24px/30px arial;
	margin-bottom: 28px;
}
.choose-box .box .hd i {
	position: absolute;
	width: 146px;
	height: 1px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin-left: -73px;
	top: 78px;
	left: 50%;
}
.choose-box .box ul li {
	font: normal 15px/34px "microsoft yahei";
	position: relative;
	text-align: left;
	margin-left: 20px;
	width: 220px;
	color: #fff;
	padding-left: 15px;
}
.choose-box .box ul li i {
	position: absolute;
	height: 1px;
	width: 6px;
	top: 18px;
	left: 0;
}
#contact1{
	 height: 250px;
}