body{
	background:#F4F5FA;
}



/*index header*/
.join-li{
	width:240px;
	height:40px;
	background:#4B4B5B;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
.join-li span{
	background:url(../images/icon-bg1.png) no-repeat 0 center;
	padding-left: 25px;
}

#nav .ind-ul-nav,#nav ul li.join-li{
	margin-left:-80px;
}


.index-row1{
	width:1210px;
	margin:0 auto;
}
.nav-list-l{
	width:240px;
	height:500px;
	background:#fff;
	float:left;
	box-shadow:0px 0px 10px 0px rgba(153,153,153,0.5);
	position:relative;
}

.nav-list-l ul{
	padding:10px 0px;
}
.nav-list-l li{
	width:240px;
	height:30px;
	line-height:30px;
	padding:0px 8px 0px 18px;
	overflow:hidden;
	cursor:pointer;
}
.nav-list-l li span:nth-child(3) em{
	display:none;
}
.nav-list-l li span{
	float:left;
}
.nav-list-l li h2{
	float:left;
	margin:0 8px;
	line-height: 29px;
}
.nav-list-l li h2 a{
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.nav-list-l li a{
	float:left;
	font-size:14px;
	color:#666;
}
.nav-list-l li a:hover{
	text-decoration:underline;
}
.nav-list-l li em{
	float:left;
	font-size:14px;
	color:#666;
	padding:0px 5px;
}
.nav-list-l li span.img-icon img{
	margin-top:7px;
	width:16px;
}

.nav-list-l li.on{
	background:#E9F9F0;
}
.nav-detail{
	display:none;
}
.nav-detail-box{
	width:646px;
	height:500px;
	padding:18px 0px 30px 30px;
	background:#fff;
	box-shadow:0px 0px 4px 0px rgba(153,153,153,0.5);
	position:absolute;
	left:241px;
    top:0px;
	z-index:100;
	display:none;
}
.ind-line{
	width:586px;
	height:1px;
	background:#DFDFDF;
	position:relative;
	margin-top: 9px;
}
.ind-list{
	overflow:hidden;
	margin-top: 10px;
}
.py-brand{
	overflow:hidden;
}

.py-brand a{
	display:block;
	width:182px;
	height:194px;
	float:left;
	margin-right:20px;
	margin-top:30px;
	padding:0px;
}
.py-brand a:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.py-brand img{
	display:block;
	width: 182px;
	height: 135px;
}
.brand-ts{
	width:182px;
	height:57px;
	text-align:center;
	background:#F4F5FA;
	padding: 0px 9px;
}
.brand-ts p{
	font-size:14px;
	color:#333;
	padding-top: 8px;
	display: block;     
 	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.brand-ts span{
	font-size:12px;
	color:#999;
	display: block;     
 	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.industry-mar{
	height:200px;
	overflow:hidden;
	margin-bottom:30px;
}

.ind-list a{
	width: 73px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    font-size: 12px;
    color: #666;
    margin-right: 15px;
    margin-top: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ind-line p{
	font-size:14px;
	color:#333;
	font-weight:bold;
	background:#fff;
	position:absolute;
	left:0px;
	top:-11px;
	padding-right: 15px;
}

.pic-list-m{
	width:710px;
	height:490px;
	float:left;
	margin:10px 10px 0px 10px;
}
.pic-list{
	width:710px;
	height:300px;
}
#banner{
	height:300px;
	overflow:hidden;
}
#banner .slick-dots{
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	text-align: center;
}
#banner .slick-dots li{
	display: inline-block;
	cursor: pointer;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.6);
	border-radius: 4px;
	margin: 0 5px;
	-webkit-transition:.3s;
	transition:.3s;
}
#banner .slick-dots li button{
	display: none;
}
#banner .slick-dots li.slick-active{
	width: 26px;
	border: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.exh-adv-city{
	width:710px;
	height:190px;
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(153,153,153,0.5);
}
.exh-adv{
	width:150px;
	height:190px;
	float:left;
}
.exh-adv img{
	width:150px;
	height:190px;
}
.exh-adv:hover img{
	filter:alpha(opacity=90);  /*支持 IE 浏览器*/
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}

.exh-city{
	width:560px;
	height:190px;
	float:left;
}

.exh-city a{
	display:block;
	width:16.5%;
	float:left;
	text-align:center;
	margin-top:26px;
}
.exh-city a img{
	width:80px;
	height:80px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.exh-city a:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.exh-city a p{
	font-size:14px;
	color:#333;
	padding:7px 0;
}
.exh-city a span{
	display: inline-block;
    margin: 0 auto;
    width: 85px;
    height: 20px;
    background: #BFAA6E;
    border-radius: 100px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.exh-city a.overdue span{
	background: #777780;
}
.exh-city a.ongoing span{
	background: #E55800;
}

.log-reg-r{
	width:240px;
	height:490px;
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(153,153,153,0.5);
	float:right;
	margin-top:10px;
}


.user-info{
	padding: 18px 20px 16px 20px;
	overflow: hidden;
	border-bottom: 1px solid #DFDFDF;
}
.user-info .photo{
	float: left;
	width: 50px;
	margin-right: 12px;
}
.user-info .photo img{
	display: block;
	width: 100%;
	width: 50px;
	height: 50px;
}
.user-info .txt{
	overflow: hidden;
}
.login-sus{
	line-height:33px;
}
.Iout {
    vertical-align: middle;
}
.Aout {
    line-height: 36px;
    font-size: 12px;
    color: #666;
    vertical-align: middle;
    margin-left: 5px;
}
.user-info .txt h5{
	font-size:12px;
	color: #333;
}
.user-info .txt .btn{
	margin-top: 10px;
	overflow: hidden;
}
.user-info .txt .btn a{
	display: inline-block;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 100px;
}
.user-info .txt .btn a.s1{
	float: left;
	color: #E55800;
	border: 1px solid #E55800;
	background: #E9F9F0;
}
.user-info .txt .btn a.s2{
	float: right;
	color: #BCA35B;
	border: 1px solid #BCA35B;
	background: #FFFBEF;
}
.user-info .txt .btn a.s1:hover{
	background: #E55800;
	color: #fff;
}
.user-info .txt .btn a.s2:hover{
	background: #BCA35B;
	color: #fff;
}
.new-brand{
	overflow:hidden;
	margin-top:12px;
	padding:0px 16px;
}
.new-brand p{
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding-left:37px;
	background:url(../images/icon-new.png) no-repeat 0 center;
}
.new-brand-list{
	margin-top:10px;
	height: 121px;
}

.topLoop{ overflow:hidden; position:relative;}
.topLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  } 
.topLoop .bd ul{ overflow:hidden; zoom:1; } 
.topLoop ul li{
	overflow:hidden;
	height:25px;
	line-height:25px;
}
.topLoop ul li a{
	font-size:12px;
	color:#666;
	float:left;
	width: 125px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topLoop ul li em{
	display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #999;
    margin-right: 5px;
	float:left;
	margin-top:11px;
}
.topLoop ul li:hover a{
	color:#E55800;
}
.topLoop ul li:hover em{
	background:#E55800;
}
.topLoop ul li:hover span{
	color:#E55800;
}
.topLoop ul li span{
	font-size:12px;
	color:#666;
	float:right;
}

.join-btn{
	overflow: hidden;
	padding: 2px 10px 4px;
	margin-top: 10px;
}
.join-btn a{
	display: block;
	width:106px;
	height:44px; 
	background:#E55800;
	border-radius: 2px ;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
}
.join-btn a.s1{float: left;}
.join-btn a.s2{float: right;background: #BFAA6E;}
.join-btn a.s1:hover{background: #E55800; color:#fff;}
.join-btn a.s2:hover{background: #BCA35B; color:#fff;}
.brand-search {
    padding: 0 10px;
}
.brand-search ul li .select select {
    top: 24px;
    width: 220px;
}

.brand-search ul li{
	margin-top:10px;
}
.brand-search ul li span{width: 80px;font-size: 12px;color: #333;display: inline-block;float: left;line-height: 24px;}
.brand-search ul li{margin-bottom: 8px;}
.brand-search ul li .select{
	width:130px;
	height:24px;
	background: url(../images/arr_down_gray.png) 110px center no-repeat rgba(255,255,255,1);
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #DFDFDF;
	padding-left: 6px;
	color: #999;
	position: relative;
	display: inline-block;
}
.brand-search ul li .select strong{
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 22px;
}

.brand-search ul li .inp{
	width:130px;
	height:24px; 
	background:rgba(255,255,255,1);
	border: 1px solid #DFDFDF;
	padding-left: 6px;
	color: #333;
	font-family:"微软雅黑","Microsoft Yahei";
	font-size: 12px;
}
.brand-search ul li select option{
	color: #333;
}
.brand-search .sub{
	background: url(../images/icon_search_white.png) 70px center no-repeat #E55800;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	border-radius: 10px 10px 0px 0px ;
	width:220px;
	height:36px; 
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-left: 94px;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-family:"微软雅黑","Microsoft Yahei";
	margin-top:12px;
}
.brand-search .sub:hover{
	background-color: #E55800;
}

.brand-search ul li .select select{
	position: absolute;
	left: 0;
	top: 23px;
    width: 129px;
	height:190px; 
	background:rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(153,153,153,0.5); 
	border-radius: 0px 0px 2px 2px ;
	overflow-y: auto;
	border: 0;
	z-index: 10;
	display: none;
}

.brand-search ul li .select select::-webkit-scrollbar  
{  
	width: 6px;  
	height: 33px;  
	background-color: rgba(0,0,0,.5);  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  

.brand-search ul li .select select::-webkit-scrollbar-track  
{  
	border-radius: 6px;  
	background-color: #fff;  
}  
  
/*定义滑块 内阴影+圆角*/  

.brand-search ul li .select select::-webkit-scrollbar-thumb  
{  
	border-radius: 6px;  
	background-color: #555;  
}  

.brand-search ul li .select select option{
	padding: 4px 0;
   /* *padding:4px 0;
	padding:4px 0 \9;
	padding-left: 8px;*/
	/*line-height: 24px;*/
	height: 24px;
	font-size: 12px;
	display: block;
	vertical-align: middle;
		padding-left: 10px;
}

.brand-search ul li .select select option:hover{
	background: #E9F9F0;
	color: #13834D;
}

.brand-search ul li input{
	width: 182px;
    height: 30px;
	border: 1px solid #DFDFDF;
	float:left;
	padding-left: 8px;
}
.brand-search ul li a{
	background: #E55800;
    font-size: 14px;
    color: #fff;
    /* padding: 5px 13px; */
    font-weight: bold;
    margin-left: 10px;
    float: left;
    width: 54px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}




/*品牌导航*/
.fis-link{
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#F4F5FA;
	margin-top:30px;
	padding-bottom: 30px;
}

.fis-m{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.fis-title{
	height:40px;
	border-bottom:1px solid #DFDFDF;
	position:relative;
	margin-bottom:5px;
}
.fis-title p{
	height:35px;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #333;
	position:absolute;
	left:0px;
	bottom:-1px;
}
.fis-con{
	overflow:hidden;
	
}
.fis-con-l{
	width:585px;
	overflow:hidden;
	float:left;
}
.fis-con-r{
	float:right;
}
.fis-con-l dl{
	overflow:hidden;
}
.fis-con-l dl dt{
	width:42px;
	float:left;
	font-size:12px;
	color:#333;
	margin-top:10px;
	font-weight:bold;
}
.fis-con-l dl dt a{
	font-size:12px;
	color:#333;
	font-weight:bold;
}
.fis-con-l dl dt a:hover{
	color:#E55800;
}
.fis-con-l dl dd{
	float:left;
	width:540px;
}
.fis-con-l dl dd a{
	display:block;
	float:left;
	width:57px;
	margin-left:20px;
	font-size:12px;
	color:#999;
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fis-con-l dl dd a:hover{
	color:#E55800;
}

/********/
.friendship-link{
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#fff;
	padding-bottom: 30px;
}

.friendship-m{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.friendship-title{
	height:40px;
	border-bottom:1px solid #DFDFDF;
	position:relative;
	margin-bottom:5px;
}
.friendship-title p{
	height:35px;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #333;
	position:absolute;
	left:0px;
	bottom:-1px;
}
.friendship-con{
	overflow:hidden;
	
}
.friendship-con a{
	float:left;
	font-size:14px;
	color:#666;
	margin-right:20px;
	margin-top: 10px;
}
.friendship-con a:hover{
	text-decoration:underline;
}
.adv-img1,.adv-img2,.adv-img3,.adv-img4{
	width:1220px;
	height:70px;
	margin-top: 4px;
}
.add-advert{
	width:1210px;
	margin:0 auto;
	margin-top:30px;
}
.adv-img1 a{
	display:block;
	width:1210px;
	height:70px;
}
.adv-img1 a img{
	width:1210px;
	height:70px;
}
.adv-img2 a{
	display:block;
	width:603px;
	height:70px;
	margin-right:4px;
	float:left;
}
.adv-img2 a img{
	width:603px;
	height:70px;
}
.adv-img3 a{
	display:block;
	width:401px;
	height:70px;
	margin-right:4px;
	float:left;
}
.adv-img3 a img{
	width:400px;
	height:70px;
}

.adv-img4 a{
	display:block;
	width:300px;
	height:70px;
	margin-right:4px;
	float:left;
}
.adv-img4 a img{
	width:298px;
	height:70px;
}

.pis-price{
	float:right;
	font-size:14px;
	color:#666;
	line-height:40px;
}

.pis-price a{
	font-size:14px;
	color:#666;
}
.pis-price em{
	padding:0px 10px;
}

.pis-price a:hover{
	color:#333;
	text-decoration:underline;
}


.index-row2{
	overflow:hidden;
	padding:10px 0;
	background:#fff;
	margin-top:40px;
}
.star-sel-brand{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}

.star-l{
	width:280px;
	overflow:hidden;
	float:left;
}
.star-title{
	font-size:22px;
	font-weight:bold;
	color:#333;
	background:url(../images/icon-img17.png) no-repeat 0 center;
	padding-left:32px;
	line-height:28px;
}
#banner2{
	margin-top:23px;
}
#banner2 .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 27%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
	z-index:10;
}

#banner2 .pic a{
	display:block;
	width:280px;
	height:215px;
}
#banner2 .pic img{
	display:block;
	width:280px;
	height:215px;
}

#banner2 .slick-prev{
	left:0px;
	width:26px;
	height:50px;
	background:url(../images/left-btn.png) no-repeat;
}
#banner2 .slick-prev:hover{
	background:url(../images/left-btn-hover.png) no-repeat;
}
#banner2 .slick-next {
    right:0px;
	width:26px;
	height:50px;
	background:url(../images/right-btn.png) no-repeat;
}
#banner2 .slick-next:hover{
	background:url(../images/right-btn-hover.png) no-repeat;
}

#banner2 .slick-dots{
	position: absolute;
	left: 0;
	bottom: 13px;
	width: 100%;
	text-align: center;
}
#banner2 .slick-dots li{
	display: inline-block;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background:url(../images/icon-img19.png) no-repeat center center;
	margin: 0 2px;
	/*-webkit-transition:.2s;
	transition:.2s;*/
}
#banner2 .slick-dots li button{
	display: none;
}
#banner2 .slick-dots li.slick-active{
	width: 18px;
	height: 18px;
	border: 0;
	background:url(../images/icon-img20.png) no-repeat center center;
}
.pic-title p{
	padding-top:6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-title{
	width:280px;
	height:180px;
	background:#F4F5FA;
	padding:0px 10px 0px 14px;
}
.pic-title .tp{
	 padding: 15px 0px 8px 0px;
}
.pic-title .tp .sl{
	font-size:16px;
	color:#333;
	font-weight:bold;
	float:left;
	width:160px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-title .tp .sr{
	font-size:14px;
	color:#E65450;
	font-weight:bold;
	float:right;
}

.pic-title .ns .sl{
	font-size:12px;
	color:#999;
	float:left;
}
.pic-title .ns .sr{
	font-size:12px;
	color:#999;
	float:right;
}

.pic-title .ie{
	font-size:12px;
	color:#666;
}

.pic-title .mp{
	font-size:12px;
	color:#999;
}
.pic-title p em{
	color:#333;
}
.star-list{
	height:413px;
	overflow:hidden;
}


.sel-brand-r{
	float:right;
	width:920px;
}
.sel-title{
	overflow:hidden;
	line-height:28px;
}
.sel-title h2{
	font-size:22px;
	color:#333;
	background:url(../images/icon-img18.png) no-repeat 0 center;
	padding-left:32px;
	font-weight:bold;
	float:left;
}

.sel-title h3{
	font-size:14px;
	color:#999;
	float:right;
}
.sel-title a{
	font-size:14px;
	color:#E55800;
	float:right;
	margin-left:10px;
}
.sel-title a:hover{
	text-decoration:underline;
	color:#E55800;
}
.sel-brand-list{
	overflow:hidden;
	margin-top:13px;
}
.sel-brand-list ul li{
	width:174px;
	height:190px;
	background:#F4F5FA;
	float:left;
	margin-left:10px;
	margin-top:10px;
	-webkit-transition:.3s;
	transition:.3s;
}
.sel-brand-list ul li a{
	width:174px;
	height:190px;
	display:block;
	position:relative;
}
.sel-brand-list ul li a span.sp{
	display:block;
	padding:0px 8px;
	height:16px;
	line-height:16px;
	background:rgba(0,0,0,0.5);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position:absolute;
	top:10px;
	right:10px;
	font-size:12px;
	color:#fff;
}
.sel-brand-list ul li img{
	width:174px;
	height:130px;
	display:block;
}
.sel-brand-list p{
	padding:0px 10px;
}
.sel-brand-list p.brand-title{
	font-size:14px;
	color:#333;
	padding-top: 10px;
    padding-bottom: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sel-brand-list p.brand-pm span{
	font-size:12px;
	color:#E65450;
	font-weight:bold;
	float:left;
}

.sel-brand-list p.brand-pm em{
	font-size:12px;
	color:#999;
	float:right;
}

.sel-brand-list ul li:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}


.index-row3{
	overflow:hidden;
	padding:40px 0px;
}
.mxj-recommend{
	width:1210px;
	margin:0 auto;
	
}
.mxj-recommend-title{
	height:30px;
}
.mxj-recommend-title h2{
	font-size:22px;
	color:#333;
	font-weight:bold;
	float:left;
	background:url(../images/icon-img21.png)no-repeat 0 center;
	padding-left: 36px;
}
.mxj-recommend-title h3{
	font-size:14px;
	color:#999;
	float:left;
	margin-top:8px;
    margin-left:12px;
}
.mxj-recommend-title a{
	font-size:14px;
	color:#999;
	float:right;
	line-height:30px;
}
.mxj-recommend-title a:hover{
	color:#E55800;
}
.brand-recommend-list{
	width:1245px;
}
.brand-recommend-list ul li{
	width:218px;
	height:230px;
	background:#fff;
	box-shadow:0px 0px 6px 0px rgba(204,204,204,0.5);
	float:left;
	margin:30px 30px 0 0;
	-webkit-transition:.3s;
	transition:.3s;
}
.brand-recommend-list ul li:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.brand-recommend-list ul li a{
	display:block;
	width:218px;
	height:230px;
	position:relative;
}
.brand-recommend-list ul li a em.vr{
	width: 30px;
    height: 30px;
    background: url(../images/icon-img32.png) no-repeat;
    position: absolute;
    left: 10px;
    bottom: 75px;
    z-index: 99;
}

.brand-recommend-list li img{
	display:block;
	width:218px;
	height:164px;
}
.brand-recommend-list p{
	padding:0 16px;
}
.brand-recommend-list p.rec-title{
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-top: 8px;
    padding-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-recommend-list p.rec-pm span{
	font-size:14px;
	color:#E65450;
	font-weight:bold;
	float:left;
}
.brand-recommend-list p.rec-pm em{
	font-size:14px;
	color:#999;
	float:right;
}

.index-row4{
	overflow:hidden;
	padding:40px 0px;
	background:#fff;
}

.join-info{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.join-info-title{
	overflow:hidden;
}
.join-info-title p{
	font-size:22px;
	color:#333;
	font-weight:bold;
	float:left;
	background:url(../images/icon-img22.png) no-repeat 0 5px;
	padding-left:33px;
}
#banner3 .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 27%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
	z-index:10;
}
#banner3{
	width:360px;
	height:270px;
	overflow:hidden;
}

#banner3 .slick-prev{
	left:0px;
	width:26px;
	height:50px;
	background:url(../images/left-btn.png) no-repeat;
}
#banner3 .slick-prev:hover{
	background:url(../images/left-btn-hover.png) no-repeat;
}
#banner3 .slick-next {
    right:0px;
	width:26px;
	height:50px;
	background:url(../images/right-btn.png) no-repeat;
}
#banner3 .slick-next:hover{
	background:url(../images/right-btn-hover.png) no-repeat;
}

#banner3 .slick-dots{
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	text-align: center;
}
#banner3 .slick-dots li{
	display: inline-block;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background:url(../images/icon-img19.png) no-repeat center center;
	margin: 0 2px;
	/*-webkit-transition:.2s;
	transition:.2s;*/
}
#banner3 .slick-dots li button{
	display: none;
}
#banner3 .slick-dots li.slick-active{
	width: 18px;
	height: 18px;
	border: 0;
	background:url(../images/icon-img20.png) no-repeat center center;
}
.jn-r{
	float:right;
	line-height:30px;
}
.jn-r a{
	font-size:14px;
	color:#666;
}
.jn-r a:hover{
	color:#333;
	text-decoration:underline;
}
.jn-r em{
	font-size:14px;
	color:#666;
	padding: 0px 10px;
}
.join-info-l{
	width:360px;
	overflow:hidden;
	float:left;
}
.join-info-box{
	overflow:hidden;
	margin-top:24px;
}
.adv-info{
	display:block;
	width:360px;
	height:270px;
}
#banner3 .pic img{
	display:block;
	width:360px;
	height:270px;
}
.info-hot{
	border-bottom:1px solid #DFDFDF;
	padding-bottom:15px;
}
.info-hot .pt{
	margin:16px 0px 7px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-hot .pt span{
	width:36px;
	height:18px;
	display:inline-block;
	border:1px solid #E65450;
	color:#E65450;
	font-size:12px;
	text-align:center;
	line-height:16px;
}
.info-hot .pt a{
	font-size:16px;
	color:#333;
	display:inline-block;
	margin-left:8px;
}
.info-hot .pw{
	font-size:14px;
	color:#999;
	text-align:justify;
	line-height:22px;
	
}

.info-hot .pw a{
	color:#E55800;
}
.info-hot .pw a:hover{
	text-decoration:underline;
}
.info-list ul li{
	margin-top: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-list ul li a{
	font-size:16px;
	color:#666;
}
.info-list ul li em{
	display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #999;
    margin-right: 8px;
	float:left;
	margin-top:10px;
}
.info-list ul li:hover a{
	color:#E55800;
}
.info-list ul li:hover em{
	background:#E55800;
}
.join-info-m{
	width:460px;
	overflow:hidden;
	float:left;
	margin-left:30px;
}
.new-list{
	display:none;
	width:450px;
}
.new-list ul li{
	margin-top:14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-list ul li a{
	font-size:16px;
	color:#666;
}
.new-list ul li em{
	display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #999;
    margin-right: 8px;
	float:left;
	margin-top:10px;
}
.new-list ul li:hover a{
	color:#E55800;
}
.new-list ul li:hover em{
	background:#E55800;
}


.new-list .pt{
	margin:16px 0px 6px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-list .pt span{
	width:36px;
	height:18px;
	display:inline-block;
	border:1px solid #E55800;
	color:#E55800;
	font-size:12px;
	text-align:center;
	line-height:16px;
}
.new-list .pt a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    margin-left: 8px;
	font-weight:bold;
}
.info-li-list{
	overflow:hidden;
}
.info-li-list h3{
	float:left;
	width:150px;
	height:40px;
	line-height:53px;
	text-align:center;
	font-size:18px;
	color:#333;
	border-top:2px solid #DFDFDF;
	/*padding-top:18px;*/
	cursor:pointer;
}
.info-li-list h3.on{
	color:#E55800;
	font-weight:bold;
	border-top:2px solid #E55800;
}

.info-li-list h3 a{
	display:block;
	font-size:18px;
	color:#333;
	transition: all 0s ease-in-out;
}
.info-li-list h3.on a{
	color:#E55800;
}
.info-ui-mn{
	margin-top:30px;
}

.join-info-r{
	width:330px;
	height:474px;
	float:right;
	background:#F4F5FA;
	padding:22px 28px 0px 20px;
}
.int-title{
	overflow:hidden;
	line-height:22px;
}
.int-title h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	float:left;
}
.int-title a{
	font-size:14px;
	color:#999;
	float:right;
}

.int-title a:hover{
	color:#E55800;
}



.int-hot{
	border-bottom:1px solid #DFDFDF;
	padding-bottom:12px;
}
.int-hot .pt{
	margin:16px 0px 7px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.int-hot .pt span{
	width:36px;
	height:18px;
	display:inline-block;
	border:1px solid #E65450;
	color:#E65450;
	font-size:12px;
	text-align:center;
	line-height:16px;
}
.int-hot .pt a{
	font-size:16px;
	color:#333;
	display:inline-block;
	margin-left:8px;
}
.int-hot .pw{
	font-size:14px;
	color:#999;
	text-align:justify;
	line-height:22px;
	
}

.int-hot .pw a{
	color:#E55800;
}
.int-hot .pw a:hover{
	text-decoration:underline;
}


.int-list ul li{
	margin-top: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.int-list ul li a{
	font-size:16px;
	color:#666;
}
.int-list ul li em{
	display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #999;
    margin-right: 8px;
	float:left;
	margin-top:10px;
}
.int-list ul li:hover a{
	color:#E55800;
}
.int-list ul li:hover em{
	background:#E55800;
}
.index-row5{
	overflow:hidden;
	height:640px;
	padding:40px 0px;
	background:url(../images/bg.png) no-repeat center center;
}
.featured_m_topics{
	width:1210px;
	margin:0 auto;
}
.topics-title{
	overflow:hidden;
}
.topics-title p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img23.png) no-repeat 0 5px;
    padding-left: 33px;
}
.topics-title a{
	color:#D0D6DC;
	float:right;
	font-size:14px;
	line-height:30px;
}
.topics-title a:hover{
	color:#fff;
}

.topics-list{
	overflow:hidden;
	width:1245px;
}

.topics-list li{
	width:218px;
	float:left;
	margin-right:30px;
	margin-top:23px;
	-webkit-transition:.3s;
	transition:.3s;
}
.topics-list li:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.topics-list li a{
	display:block;
	text-align:center;
}
.topics-list li img{
	width:218px;
	height:164px;
	display:block;
}
.topics-list li h3{
	font-size:16px;
	color:#fff;
	padding-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.index-row6{
	overflow:hidden;
	padding:40px 0px;
	background:#F4F5FA;
}

.activity-interview{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.activity-l{
	width:563px;
	float:left;
}
.activity-title{
	overflow:hidden;
}
.activity-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img24.png) no-repeat 0 5px;
    padding-left: 33px;
}
.activity-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
	margin-right: 8px;
}
.activity-title a:hover{
	color:#E55800;
}
.activity-list{
	margin-top:13px;
}
.activity-list-tl{
	width:371px;
	height:281px;
	float:left;
	margin-top:8px;
}
.activity-list-tl:hover img{
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.activity-list-b a:hover img{
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.activity-list-tr a:hover img{
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}

.activity-list-tl a{
	display:block;
	width:371px;
	height:281px;
	position:relative;
}
.activity-list-tl a p{
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:14px;
	color:#fff;
	width:371px;
	height:130px;
	padding:100px 15px 0px 15px;
	background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.7) 100%);
	z-index:99;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.activity-list-tl a img{
	display:block;
	width:371px;
	height:281px;
}
.activity-list-tr{
	float:left;
	margin-left:7px;
}
.activity-list-tr a{
	display:block;
	width:181px;
	height:136px;

	margin-top:8px;
}

.activity-list-tr a img{
	display:block;
	width:181px;
	height:136px;
}
.activity-list-t,.activity-list-b{
	overflow:hidden;
}
.activity-list-b{
	width:570px;
	margin-top:8px;
}
.activity-list-b a{
	display:block;
	width:182px;
	height:88px;
	float:left;
	margin-right:7px;
}
.activity-list-b a img{
	display:block;
	width:182px;
	height:88px;
}

.interview-r{
	width:642px;

	float:right;
	
}

.interview-title{
	overflow:hidden;
}
.interview-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img25.png) no-repeat 5px;
    padding-left: 33px;
}
.interview-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}
.interview-list{
	height:376px;
	width:642px;
	margin-top:21px;
}

.interview-list-l{
	width:485px;
	height:376px;
	float:left;
}
.interview-list-l a.interview-video{
	display:block;
	width:485px;
	height:280px;
	position:relative;
}
a.interview-video b{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/icon-img26.png) no-repeat;
	position:absolute;
	left:50%;
	top:42%;
	margin-left: -25px;
	z-index:99;
}

.interview-list-l img{
	display:block;
	width:485px;
	height:280px;
}

.interview-js{
	width:485px;
	height:96px;
	background:#fff;
	padding:12px 16px;
}
.interview-list-r{
	float:right;
}
p.inte-n{
	font-size:16px;
	color:#333;
	padding-bottom:8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.inte-q{
	font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
}
p.inte-q a{
	font-size:14px;
	color:#E55800;
}
p.inte-q a:hover{
	text-decoration:underline;
}



.brand-por-video{
	width:486px;
	height:280px;
	float:left;
}
.brand-por-video a{
	display:block;
	width:486px;
	height:280px;
	position:relative;
}
.brand-por-video a b{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left: 45%;
	top: 42%;
	background:url(img/video50px.png) no-repeat;
}
.brand-por-video img{
	width:486px;
	height:280px;
}
.brand-video-list{
	width:150px;
	height:374px;
	float:left;
	margin-left:5px;
	overflow:hidden;
}
.index-row4-height{
	height:520px;
}
.news-active-width{
	width:645px;
}
.video-img{
	width:150px;
	height:88px;
	margin-bottom:5px;
}
.video-img img{
	width:150px;
	height:88px;
} 
.video-list-img{
	height:376px;
	overflow:hidden;
}
.video-list-img .slick-arrow{
	position:absolute;
	left:0px;
	
	width:40px;
	height:18px;
	border:0;
	font-size:0;
	z-index:100;
	cursor:pointer;
}
.video-list-img .slick-arrow.slick-next{
	background:url(../images/next-icon.png) no-repeat;
	left:55px;
	top:11px;
}

.video-list-img .slick-arrow.slick-next:hover{
	background:url(../images/next-icon-hover.png) no-repeat;
	left:55px;
	top:11px;
}

.video-list-img .slick-arrow.slick-prev{
	background:url(../images/previous-icon.png) no-repeat;
	left:55px;
	bottom:2px;
}
.video-list-img .slick-arrow.slick-prev:hover{
	background:url(../images/previous-icon-hover.png) no-repeat;
	left:55px;
	bottom:2px;
}

.slick-vertical{
	height:376px;
}
.active-scene-width{
	width:557px;
}
.active-scene-img{
	width:373px;
	height:376px;
	float:left;
}
.active-scene-img a{
	display:block;
	width:373px;
	height:376px;
	position:relative;
}
.active-scene-img a p{
	width:373px;
	height:130px;
	background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.7) 100%);
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:14px;
	color:#fff;
	padding-left:15px;
	padding-top:100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.active-scene-img img{
	width:373px;
	height:376px;
}
.active-scene-list-img{
	float:right;
}
.active-scene-list-img ul li{
	width:176px;
	height:136px;
	margin-bottom:8px;
}
.active-scene-list-img ul li img{
	width:176px;
	height:136px;
}

.interview-video:hover img{
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.video-list-img a:hover img{
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.adv-img5{
	width:1210px;
	height:100px;
}
.adv-img5 a{
	display:block;
	width:1210px;
	height:100px;
}
.adv-img5 img{
	display:block;
	width:1210px;
	height:100px;
}

.index-row7{
	overflow:hidden;
	height:774px;
	padding:40px 0px;
	background:#212F4C url(../images/bg1.png) no-repeat;
}
.brand-dynamic{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.pop-brand-list{
	width:880px;
	overflow:hidden;
	float:left;
}
.dynamic-list{
	width:300px;
	overflow:hidden;
	float:right;
}



.pop-brand-title{
	overflow:hidden;
}
.pop-brand-title h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img27.png) no-repeat 5px;
    padding-left: 36px;
}
.pop-brand-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}

.pop-brand-title a:hover{
	color:#fff;
}

.pop-brand-price{
	width:280px;
	height:450px;
	float:left;	
	background:rgba(182,187,205,0.5);
}
.price-list{
	overflow:hidden;
}
.price-list div{
	width:140px;
	border-top:2px solid #fff;
	float:left;
	cursor:pointer;
	text-align:center;
	font-size:18px;
	color:#fff;
	padding-top:20px;
}
.mxj-brand-list{
	padding:0px 20px;
	margin-top:20px;
	display:none;
}
.mxj-brand-list li{
	margin-top:12px;
	overflow:hidden;
}
.mxj-brand-list li a{
	display:block;
	overflow:hidden;
}
.price-list div.on{
	border-top:2px solid #F3D683;
	color:#F3D683;
	font-weight:bold;
}

.ehof_item_dw{
	display:none;
}
.ehof_item_up em{
	float:left;
	width:16px;
	height:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:20px;
	
}
.ehof_item_up em.em-pop{
	background:url(../images/icon-img28.png) no-repeat;
	color:#666;
}
.ehof_item_up p{
	float:left;
	font-size:14px;
	color:#fff;
	margin-left:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    width: 100px;
}
.ehof_item_up span{
	font-size:12px;
	color:#DFDFDF;
	float:right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85px;
}
.ehof-item-dwl{
	width:100px;
	height:75px;
	float:left;
}
.ehof-item-dwl img{
	width:100px;
	height:75px;
}
.ehof-item-dwr{
	float:left;
	margin-left:10px;
	width:130px;
}
p.brand-name{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding-bottom: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.brand-name em{
	float:left;
	width:16px;
	height:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:20px;
	margin-right: 7px;
	
}

p.brand-name em.em-pop{
	background:url(../images/icon-img28.png) no-repeat;
	color:#666;
}

p.brand-ui{
	font-size:12px;
	color:#DFDFDF;
	margin-top: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}
.marginL{
	margin-left:20px;
}
.pop-brand-box{
	overflow:hidden;
	margin-top:23px;
}
.hot-search{
	overflow:hidden;
	margin-top:20px;
}

.hot-title{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	width:110px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-right:18px;
}
a.hot-title{
	color:#fff!important;
}
.hot-search-list{
	width:900px;
	overflow:hidden;
	float:left;
}
.hot-search-list a{
	display:block;
	
	float:left;
	width:110px;
	height:30px;
}

.hot-search-list a.a-hot{
	width:110px;
	height:30px;
	border-radius:22px;
	border:1px solid #BFAA6E;
	color:#BFAA6E;
	text-align:center;
	line-height:30px;
	margin-top:10px;
	margin-right:18px;
}
.hot-search-list a.a-hot:hover{
	background:#BFAA6E;
	color:#333;
}

.adv-img6{
	width:880px;
	height:70px;
	margin-top:30px;
}
.adv-img6 a{
	display:block;
	width:880px;
	height:70px;
}
.adv-img6 img{
	display:block;
	width:880px;
	height:70px;
}

.adv-img7{
	width:300px;
	height:170px;
	margin-top:30px;
}
.adv-img7 a{
	display:block;
	width:300px;
	height:170px;
}
.adv-img7 img{
	display:block;
	width:300px;
	height:170px;
}




.join-news{
	height:503px;
	width: 300px;
	margin-right: 24px;
	overflow:hidden;
}
.join-news h2{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 29px;
}
.join-news h4{
	font-size:32px;
	font-weight: bold;
	color:rgba(255,255,255,.2);
	line-height:42px;
	position: relative;
	top: -18px;
}
.join-news .item{
	margin-bottom: 21px;
	padding-left: 24px;
	position: relative;
}
.join-news .item:before{
	content: '';
	position: absolute;
	width:8px;
	height:8px; 
	background:rgba(182,187,205,1);
	border-radius: 100%;
	left: 0px;
	top: 41px;
}
.join-news .item .item-cn{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
}
.join-news .item .item-cn span{
	color: rgba(255,255,255,.5);
	font-size: 12px;
	margin-left: 10px;
}
.join-news .item .item-cn em{
	width:60px;
	height:20px; 
	background:rgba(188,163,91,1);
	border-radius: 2px ; 
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join-news .item .item-cn em a{
	color:#fff;
}
.join-news .item .txt{
	height:26px; 
	background:rgba(182,187,205,1);
	border-radius: 2px ; 
	margin-top: 6px;
	line-height: 26px;
	display: inline-block;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
	padding-right: 15px;
	min-width: 166px;
	position: relative;
}
.join-news .item .item-cn span.s-name{
	float:left;
	font-size:14px;
	color:#fff;
	margin-left:0px;
}
.join-news .item .item-cn span.s-ui{
	float:left;
}
.join-news .item .txt p{
	
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s-txt{
	display: block;
    max-width: 225px;
    overflow: hidden;
    height: 25px;
}
.join-news .item .txt:before{
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	top: 8px;
	width: 9px;
	height: 11px;
	background: url(../images/sanjiao_gray.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.join-news .slider{
	/*padding-left: 5px;*/
	/*padding-left: 12px;*/
	/**/
}
.join-news .slider .slick-list{
	padding-top: 25px;
}
.join-news .slider .slick-list:after{
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	height: 436px;
	border-left: 1px solid #B6BBCD;
}
.join-news .item:hover .txt{
	background: #fff;
}
.join-news .item:hover .txt:before{
	background-image: url(../images/sanjiao_white.png);
}
.join-news .slick-arrow{
	position: absolute;
	right: 0;
	width: 24px;
	height: 12px;
	background-color: transparent;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 0;
	border: 0;
	cursor: pointer;
	z-index: 30;
}
.join-news .slick-prev{
	top: 0;
	background-image: url(../images/arr_top2.png);
}
.join-news .slick-prev:hover{
	background-image: url(../images/arr_top2_h.png);
}
.join-news .slick-next{
	top:428px;
	bottom: 0;
	background-image: url(../images/arr_down2.png);
}
.join-news .slick-next:hover{
	bottom: 0;
	background-image: url(../images/arr_down2_h.png);
}


.index-row9{
	padding:40px;
	overflow:hidden;
}
.vr-video{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.vr-see{
	width:880px;
	overflow:hidden;
	float:left;
}

.video-item{
	width:300px;
	overflow:hidden;
	float:right;
}


.vr-title{
	overflow:hidden;
}
.vr-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img29.png) no-repeat 0 center;
    padding-left: 33px;
}
.vr-list{
	margin-top:25px;
}
.vr-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}
.vr-title a:hover{
	color:#E55800;
}
.vr-t-list{
	width:895px;
	overflow:hidden;
}
.vr-b-list{
	width: 895px;
	margin-top:11px;
	overflow:hidden;
}
.vr-t-list a{
	width:287px;
	height:215px;
	float:left;
	display:block;
	margin-right:11px;
	position:relative;
}
.vr-t-list a p{
	position:absolute;
	left:0px;
	bottom:0px;
	width:287px;
	height:130px;
	background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.7) 100%);
	padding:98px 20px 0px 15px;
}
.vr-t-list a em{
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	left:120px;
    top:80px;
	background:url(../images/icon-img31.png) no-repeat;
	z-index:99;
}
.vr-t-list p span{
	float:left;
	font-size:14px;
	color:#fff;
}
.vr-t-list p b{
	float:right;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.vr-t-list a img{
	width:287px;
	height:215px;
	display:block;
}
.vr-b-list a{
	width:138px;
	height:154px;
	float:left;
	display:block;
	margin-right:11px;
	text-align:center;
}
.vr-t-list a:hover img{
	filter:alpha(opacity=90);  /*支持 IE 浏览器*/
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.vr-b-list a:hover img{
	filter:alpha(opacity=90);  /*支持 IE 浏览器*/
	-moz-opacity:0.9; /*支持 FireFox 浏览器*/
	-khtml-opacity: 0.9; /*webkit内核浏览器*/
	opacity:0.9;  /*支持 Chrome, Opera, Safari 等浏览器*/
}
.vr-img{
	width:138px;
	height:104px;
	position:relative;
}
.vr-img img{
	display:block;
	width:138px;
	height:104px;
}
.vr-tp{
	width:138px;
	height:50px;
	background:#fff;
}

.vr-tp .b-name{
	font-size:12px;
	color:#333;
	padding:8px 0px 2px 0px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr-tp .b-price{
	font-size:12px;
	color:#E65450;
	font-weight:bold;
}

.vr-img em{
	width:30px;
	height:30px;
	background:url(../images/icon-img32.png) no-repeat;
	position:absolute;
	left:10px;
	bottom:10px;
	z-index:99;
}



.video-title{
	overflow:hidden;
}
.video-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img30.png) no-repeat 0 center;
    padding-left: 33px;
}

.video-item-box{
	width:300px;
	height:381px;
	background:#fff;
	box-shadow:0px 0px 4px 0px rgba(204,204,204,0.5);
	margin-top:25px;
	padding:5px 20px;
	overflow: hidden;
}
.video-item-box a{
	display:block;
	margin-top:15px;
	overflow:hidden;
}
.video-up p{
	font-size:14px;
	color:#333;
	float:left;
	background:url(../images/icon-img33.png) no-repeat 0 center;
	padding-left:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 165px;
}
.video-up span{
	font-size:14px;
	color:#666;
	float:right;
}
.video-dw{
	display:none;
}
.video-dw-img{
	width:140px;
	height:105px;
	float:left;
	position:relative;
}
.video-dw-img em{
	display:block;
	width:30px;
	height:30px;
	background:url(../images/icon-img34.png) no-repeat;
	position:absolute;
	left:10px;
	bottom:10px;
}
.video-dw-img img{
	width:140px;
	height:105px;
	display:block;
}
.video-dw-x{
	width:100px;
	float:left;
	margin-left:20px;
}
.video-dw-x .video-n{
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding-bottom:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100px;
}
.video-dw-x .video-p{
	font-size:14px;
	color:#E65450;
	font-weight:bold;
	padding-bottom:15px;
}
.video-dw-x .video-i{
	font-size:12px;
	color:#666;
	padding-bottom:5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px
}

.adv-img8{
	width:300px;
	height:70px;
	margin-top:30px;
}
.adv-img8 a{
	display:block;
	width:300px;
	height:70px;
}
.adv-img8 img{
	display:block;
	width:300px;
	height:70px;
}

.index-row10{
	padding:40px 0px;
	overflow:hidden;
	background:#fff;
}
.brand-fc{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}


.brand-focus{
	width:880px;
	/*height:392px;*/
	float:left;
}
.focus-title{
	overflow:hidden;
}
.focus-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img35.png) no-repeat 0 center;
    padding-left: 36px;
}

.focus-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}
.focus-title a:hover{
	color:#E55800;
}


.brand-slider{
		height: 392px;
		background: #E55800;
		padding: 14px;
		overflow: hidden;
		margin-top:25px;
	}
	.brand-slider .pic{
        float: left;
		width:120px;
		height:120px; 
		background:rgba(255,255,255,1);
		text-align: center;
		line-height: 120px;
        margin-right: 2px;
        margin-bottom: 2px;
	}
    .brand-slider .pic:nth-child(7n){
        margin-right: 0;
    }
    .brand-slider .pic a{
        display: block;
    }
	.brand-slider .pic img{
		width:90px;
		/*max-height: 80px;*/
		display: inline-block;
		vertical-align: middle;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
	}
    .brand-slider .pic a:hover img{
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    .brand-slider .slick-arrow{
        position: absolute;
        top: 50%;
        margin-top: -30px;
        width:24px;
        height:60px; 
       /* background:rgba(0,0,0,0.1);
        border-radius: 4px 4px 0px 0px ; */
        background: url(../images/slide_prev.png) no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        border: 0;
        font-size: 0;
        cursor: pointer;
        z-index: 10;
    }
    .brand-slider .slick-prev{
        left: 0;
    }
    .brand-slider .slick-prev:hover{
    	background-image: url(../images/slide_prev_h.png);
    }
    .brand-slider .slick-next{
        right: 0;
        background-image: url(../images/slide_next.png);
    }
    .brand-slider .slick-next:hover{
    	background-image: url(../images/slide_next_h.png);
    }

.brand-classroom{
	width:300px;
	overflow:hidden;
	float:right;
}



.classroom-title{
	overflow:hidden;
}
.classroom-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img36.png) no-repeat 0 6px;
    padding-left: 33px;
}

.classroom-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}
.fclassroom-title a:hover{
	color:#E55800;
}
.classroom-video{
	width:300px;
	height:392px;
	margin-top:25px;
	background:#F4F5FA;
}
.cr-hot-video{
	width:300px;
	height:170px;
}

.cr-hot-video a{
	display:block;
	width:300px;
	height:170px;
	position:relative;
}
.cr-hot-video img{
	display:block;
	width:300px;
	height:170px;
}
.cr-hot-video em{
	display:block;
	width:40px;
	height:40px;
	background:url(../images/icon-img37.png)no-repeat;
	position:absolute;
	left:19px;
	bottom:19px;
}

.cr-hot-video span{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/hot-img.png)no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}
.classroom-video ul{
	padding:0px 20px;
	margin-top:20px;
}

.classroom-video ul li{
	background:url(../images/icon-img33.png)no-repeat 0 center;
	padding-left:26px;
	margin-top:13px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classroom-video ul li:hover{
	background:url(../images/icon-img38.png)no-repeat 0 center;
}
.classroom-video ul li:hover a{
	color:#E55800;
}

.index-row11{
	overflow:hidden;
	padding:40px;
}
.trends-recommend{
	width:1210px;
	overflow:hidden;
	margin:0 auto;
}
.trends-list{
	width:280px;
	overflow:hidden;
	float:left;
}



.trends-title{
	overflow:hidden;
}
.trends-title p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img39.png) no-repeat 0 center;
    padding-left: 33px;
}

.trends-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}
.trends-title a:hover{
	color:#E55800;
}
.trends-list-box{
	width:280px;
	height:395px;
	background:#fff;
	margin-top:25px;
	padding:0px 20px;
}


.trends-list-box .slider-box{
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5); 
	padding: 20px;
	height:428px; 
	background: #fff;
}
.trends-list-box .slider{
	overflow: hidden;
	height: 388px;
	
}
.trends-list-box .imgtxt{
	float: left;
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	/*padding-bottom: 10px;
	margin-bottom: 9px;*/
	padding: 10px 0px;
}
.trends-list-box .imgtxt .pic{
	float: left;
	width: 56px;
	margin-right: 10px;
}
.trends-list-box .imgtxt .pic img{
	display: block;
	width: 56px;
	height: 56px;
}
.trends-list-box .imgtxt .txt{
	overflow: hidden;
	line-height: 18px;
	color: #535353;
	font-size: 12px;
}
.trends-list-box .imgtxt .txt b{
	display: block;
	color: #262626;
}
.trends-list-box .imgtxt .txt a{
	color: #E55800;
	text-decoration: underline;
}
.trends-list-box .imgtxt .txt p{
	overflow:hidden;
	color:#666;
}
.trends-list-box .imgtxt .txt p.ts{
	padding:1px 0px;
}
.trends-list-box .imgtxt .txt span{
	float:left;
	font-size:12px;
	color:#999;
}
.trends-list-box .imgtxt .txt em{
	float:right;
	font-size:12px;
	color:#666;
}
.exh-news-imgtxt{
	float: left;
	width:340px;
	margin-left: 20px;

}
.exh-news-imgtxt .news-box{
	height:428px; 
	background:#fff;
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,0.5);
	padding: 20px 16px 20px 20px;
}
.rec-list{
	float:left;
	margin-left:10px;
	width:920px;
}

.rec-title{
	overflow:hidden;
}
.rec-title h2 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    float: left;
    background: url(../images/icon-img40.png) no-repeat 0 center;
    padding-left: 33px;
}

.rec-title a{
	color:#999;
	float:right;
	font-size:14px;
	line-height:30px;
}
.rec-title a:hover{
	color:#E55800;
}
.rec-list-box li{
	width:174px;
	height:192px;
	float:left;
	margin-left:10px;
	background:#fff;
	margin-top:10px;
		-webkit-transition:.3s;
	transition:.3s;
}
.rec-list-box li:hover{
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
.rec-list-box li a{
	display:block;
	width:174px;
	height:192px;
}
.rec-list-box{
	margin-top:15px;
}
.rec-img{
	width:174px;
	height:130px;
}
.rec-img img{
	display:block;
	width:174px;
	height:130px;
}
.rec-np{
	padding:10px;
	overflow:hidden;
}
.rec-np p{
	font-size:14px;
	color:#333;	
    line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.rec-np p b{
	font-size:12px;
	color:#E65450;
	font-weight:bold;
	float:left;
}
.rec-np p span{
	font-size:12px;
	color:#999;
	float:right;
}

.index-row12{
	overflow:hidden;
	padding:40px 0px;
	background:#fff;
}

.brand-hot-list{
	width:1210px;
	height:250px;
	border:1px solid #DFDFDF;
	margin:0 auto;
}
.hot-tabs a{
	float:right;
	font-size:14px;
	color:#E55800;
	line-height:50px;
	margin-right:40px;
}
.hot-tabs a:hover{
	color:#E55800;
	text-decoration:underline;
}
.hot-tabs ul{
	height:50px;
	background:#F4F5FA;
	border-bottom:1px solid #DFDFDF;
}
.hot-tabs ul li{
	float:left;
	padding:0px 16px;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#666;
	cursor:pointer;
}
.hot-tabs ul li.on{
	background:#fff;
	color:#E55800;
	font-weight:bold;
	border-top:2px solid #E55800;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}
.hot-tabs ul li:first-child{
	border-left:0;
}
.brand-list-box{
	margin-top:5px;
	overflow:hidden;
	display:none;
}

.brand-list-box ul li em{
	display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #999;
    margin-right: 7px;
    float: left;
    margin-top: 7px;
}
.brand-list-box ul li{
	width:115px;
    float:left;
    margin-left:32px;
    margin-top:13px;
}
.brand-list-box ul li a{
	font-size:12px;
	color:#666;
	display:inline-block;
	float:left;
	width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-list-box ul li:hover a{
	color:#E55800;
}

.brand-list-box ul li:hover em{
	background:#E55800;
}


.fixed-pos{
    position: fixed;
    left: 1%;
	top: 50%;
	width:145px;
}

.fixed-pos img{
	width:100%;
}
.left-close{
	display:block;
	width: 15px;
    height: 15px;
	position:absolute;
	right:25px;
    top:-20px;
	cursor:pointer;
	
}
.left-close img {
    width: 15px;
    height: 15px;
}


#roll-right{
	width: 218px;
	height: 126px;
	position: fixed;
	right: 4%;
	top: 50%;
	z-index:100;		
}
#roll-right img{
	width: 218px;
	height: 126px;
}
#roll-right span{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	cursor:pointer;
}

/*2019-4-8*/
.sel-jx h2{
	background:url(../images/icon-img50.png) no-repeat 0 center;
}
.brand-ft-none{
	width:1210px;
	float:none;
	margin:0 auto;
	margin-top:30px;
}
.brand-ft-none ul li{	
	width: 164px;
	background:#fff;
	margin-left:0px;
	margin-right:10px;
}
.brand-ft-none .sel-brand-list ul li a{
	width:164px;
}
.brand-ft-none .sel-brand-list{
	width:1220px;
}
.brand-ft-none  .sel-brand-list ul li img{
	width:164px;
}












