@charset "utf-8";
/* CSS Document */
/*图片鼠标进入放大*/
a{
	color: initial;
}
.magnify {
  cursor: pointer;
  transition: all 0.35s;
}
.magnify:hover{
	transform: scale(1.05);}
/*上浮*/
.brand_box img{	box-shadow: 0px 0px 0px 0px #f2f2f2;
			position:relative;  /*设置为相对*/
			-webkit-transition: all .1s linear; /*渐变效果*/
            transition: all .1s linear;}
.brand_box img:hover{
			z-index: 2; /*设置在顶层显示*/
            -webkit-box-shadow: 0 2px 4px #c3c3c3;    /*添加阴影*/
            box-shadow: 0 4px 16px #e1e1e1;
            -webkit-transform: translate3d(0, -100px, 0);     /*向上浮动*/
            transform: translate3d(0, -3px, 0);}
/*轮播*/
.scrollimg {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1180px;
	min-height: 460px;
	margin: 0px 0px 0px 0px;
}
.scrollimg .hd {
	position: absolute;
	height: 18px;
	line-height: 18px;
	bottom: 20px;
	left: 48%;
	z-index: 2;
}
.scrollimg .hd li {
	display: inline-block;
	width: 30px;
	height: 4px;
	cursor: pointer;
	border-radius: 0px;
	margin-right: 10px;
	text-indent: -9999px;
	background: rgba(255,255,255,0.50);
	overflow: hidden;
}
.scrollimg .hd li.on {
	background: #fff;
}
.scrollimg .bd {
	position: relative;
	z-index: 0;
}
.scrollimg .bd li {
	position: relative;
	text-align: center;
}
.scrollimg .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	height: 100%;
	display: block;/* 图片宽度100%，达到自适应效果 */
}
.scrollimg .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.scrollimg .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(images/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}
/*左侧悬浮*/
.xf_left{
	width:80px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	position: fixed;
	z-index: 999;
	left: 240px;
	top: 420px
}
.xf_left_cell{
	height: 50px;
	margin: 0 4px;
	border-bottom: 1px solid #e5e5e5
}
/*右侧悬浮*/
.xf_box {
	position: fixed;
	z-index: 999;
	right: 280px;
	top: 420px
}
.qr_window {
	background: #ffffff;
	padding: 10px;
	position: absolute;
	top: 0;
	left: -108px;
}
.wx_window {
	background: #ffffff;
	padding: 10px;
	position: absolute;
	top: 56px;
	left: -108px;
}
.dh_window {
	background: #ee2516;
	color: #fff;
	position: absolute;
	top: 114px;
	text-align: center;
	left: -160px;
	height: 56px;
	width: 160px;
}
.erweima_box {
	cursor: pointer;
}
.weixin_box {
	cursor: pointer;
}
.backtop_box {
	cursor: pointer;
}
/*团品列表*/
.group_good {
	background: #ffffff;
}
.big_title {
	border-bottom: 1px solid #333;
	height: 74px;
	line-height: 74px;
	padding-top: 40px;
}
.title_name {
	font-size: 28px;
}
.weight_name {
	font-weight: bold
}
.title_left {
	border-bottom: 4px solid #333;
}
.timebox {
	margin-left: 20px
}
.overtime {
	color: #fff;
	background: #333;
	padding: 4px 2px;
	border-radius: 4px;
	margin: 0 2px
}
.more a:hover {
	color: #ee2516
}
.goods_list {
	background: #fff;
	padding-top: 40px
}
.goods_list_cell_img {
	height: 143px;
	width: 382px;
	cursor: pointer;
}
.goods_list_cell{
	width: 382px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
	margin-right: 17px;
}
.goods_list_cell:nth-child(3n){

	margin-right: 0;
}
.product_name{
	margin: 16px 0;
	 overflow: hidden;/*超出部分隐藏*/
	 white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.product_price{color: #EE2516;margin-left: 4px}

.product_black{
	width: 382px;
	height: 143px;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
		
}
/*直播列表*/
.live_list{
	background: #fff;
	padding-bottom: 40px;
}
.live_list_cell{
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
}
.liveroom{
	color: #999;
	font-size: 14px;
	text-indent: 8px;
}
.live_name{
	margin: 16px 0;
}
.live_cell_img{
	border-radius: 4px;
	width: 382px;
	height: 305px;
}
.live_black{
	width: 382px;
	height:305px;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.data_box{
	height: 200px;
	width: 100%;
	background-image: url(../img/ic_bgimg_data.png);
	background-size: 100%;
	color: #fff;
}
/*数据展示*/
.data_title{
	font-size: 14px;
	line-height: 48px
}
.data_number{
	font-size: 36px
}
/*合作伙伴*/
.partner{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 100px;
}
.brand_box{
	padding-bottom: 20px;
	margin-top: 20px;
	
}
/*人才招聘*/
.job{
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 100px;
}
.jobbox_cell{
	width: 283px;
}
.jobbox_cell img{
	width: 100%;
}
/*新闻*/
.new_list_right{
	margin-left: 20px;
}
.new_cell{
	width: 570px;
	border-bottom: 1px solid #e5e5e5;
	padding: 14px 0;
}
.news_title{
	font-weight: bold;
	line-height: 64px;
	
}
.small_content{
	color: #999;
	font-size: 12px;
	line-height: 20px;
	width: 420px;
}
.news_time{
	color: #999;
	font-size: 12px;
	line-height: 32px;
	
}

.dialog-mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
}

.video_contanier{
	
	margin: 0 auto;
	width: 400px;
	height: 100%;
}

