
/*版心*/
.w{ 
    max-width:80%; 
    margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}


/*ipad*/
@media (max-width: 979px) {
	.nav>a{
		padding: 20px 15px;
	}
	.sub-nav-div{
		width: 80%;
	}
	.top-search-input,
	.top-search-btn{
		display: none;
	}
}
/*手机*/
@media (max-width: 767px) { 
	
	.top-box,
	.nav-box{
		display: none !important;
	}
	.app-nav-ico,
	.app-language{
		display: block;
		margin: 30px 5%;
		font-size: 22px;
		color: #3393dd;
	}
	.app-nav-ico{
		font-size: 28px;
	}
	.app-nav-ico:hover,
	.app-language:hover{
		text-decoration: none;
	}
	.app-nav-box.to-left,
	.app-nav-box.to-left .app-nav{
		left: 0;
	}
	.logo{
		top: 7px;
		width: 72px;
		margin-left: -36px;
		position: absolute;
		left: 50%;
		padding: 0;
	}
	.logo a img{
		width: 100%;
	}
}
.h20{
	width: 100%;
	background: #fff;
	height: 20px;
}

/*轮播图*/
.banner{
	position: relative;
	width: 100%;
	height: 530px;
	overflow: hidden;
}
.banner-ul{
	width: 1000%;
	position: absolute;
	height: 100%;
}
.banner-li{
	float: left;
	width: 10%;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.banner-li a{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	margin-left: -960px;
	text-align: center;
}
.banner-li a img{
	text-align: center;
}
.banner-mark-box{
	position: absolute;
	right: 10%;
	margin-top: 7%;
}
.banner-mark{
	width: 10px;
	height: 10px;
	background: #1f95d3;
	border-radius: 50%;
	margin: 22px 0;
	cursor: pointer;
}
.banner-mark.current{
	background: #fff;
}

.banner-mark-control{
	margin: 22px 0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	margin-left: -5px;
}
.banner-mark-control:hover{
	color: #1f95d3;
}
/*ipad*/
@media (max-width: 979px) {
	.banner{
		height: 520px;
	}
	.banner-li a{
		width: 1520px;
		margin-left: -760px;
	}
	.banner-li a img{
		width: 100%;
	}
	.banner-mark-box{
		display: none;
	}
}
/*手机*/
@media (max-width: 767px) { 
	.banner{
		height: 400px;
		border: 0;
	}
	.banner-li a{
		width: 1100px;
		margin-left: -550px;
	}
}
/*小屏手机*/
@media (max-width: 450px) { 
	.banner{
		height: 220px;
	}
	.banner-li a{
		width: 600px;
		margin-left: -300px;
	}
}

/*首页内容*/
	
	.mt30{
		margin-top: 30px;
	}
/*首页新闻*/
.index-news-box{
	width: 58%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	min-height: 630px;
}
.index-news-top{
	border-top: 2px solid #7f7f7f;
	padding-top: 10px;
	margin-bottom: 50px;
}
.index-news-title{
	font-size: 20px;
	font-weight: bold;
	color: #001515;
}
.index-news-more{
	font-size: 16px;
	color: #1f95d3;
}
.index-news-more:hover{
	color: #1f95d3;
}

.index-news-cut{
	width: 25%;
	min-width: 140px;
	box-sizing: border-box;
	margin-right: 2%;
	height: 48px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	border: 2px solid #dedede;
	border-radius: 30px;
}
.index-news-cut:hover,.index-news-cut.current{
	color: #fff;
	background: #1f95d3;
	border-color: #1f95d3;
}
.index-news-content-box{
	padding: 20px 0;
}
.index-news-li{
	padding: 25px;
	border-bottom: 1px solid #eaeaea;
}
.index-news-li:last-of-type{
	border-bottom: 0;
}
.index-news-time{
	padding:2px 15px;
	background: #b7c7cf;
	color: #fff;
	border-radius: 20px;
	margin-right: 20px;
}
.index-news-name{
	font-size: 16px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.index-news-name a{
	color: #333;
}
/*ipad*/
@media (max-width: 979px) {
	.index-news-box{
		width: 100%;
		min-height: inherit;
	}
}
/*手机*/
@media (max-width: 767px) { 
	.index-news-box{
		padding: 20px 8px;
	}
	.index-news-cut{
		width: 32%;
		height: 40px;
		line-height: 36px;
		min-width: 85px;
		white-space: nowrap;/*强制不换行*/
	}
	.index-news-cut:last-of-type{
		margin-right: 0;
	}
	.index-news-time{
		padding: 0;
		width: 5px;
		height: 5px;
		overflow: hidden;
		margin-top: 10px;
		margin-right: 10px;
	}
	.index-news-li{
		padding: 20px 10px;
	}
}
/*小屏手机*/
@media (max-width: 500px) { 
	.index-news-cut{
		font-size: 14px;
		height: 36px;
		line-height: 32px;
	}
}
/*首页登陆*/
.index-login-box{
	width: 40%;
	margin-left: 2%;
}
.index-login{
	display: block;
	vertical-align: middle;
	height: 300px;
	box-sizing: border-box;
	padding: 70px 10%;
	background-size: cover;
}
.index-login-name{
	font-family: youyuanregular;
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 30px;
}
.index-login-txt{
	font-size: 20px;
	height: 50px;
}
.index-login-hr{
	border: 0;
	background: rgba(255,255,255,0.5);
	height: 3px;
}
.audience-login{
	background: url(../Images/audience-login-bg.jpg) center center no-repeat;
	color: #f6f6f6;
}
.audience-login:hover{
	color: #ebe8e8;
	text-decoration: none;
}
.exhibitors-login{
	background: url(../Images/exhibitors-login-bg.jpg) center center no-repeat;
	color: #000;
}
.exhibitors-login:hover{
	color: #333;
	text-decoration: none;
}

/*20170224*/
.mt22{
    margin-top:22px;	
}
.index-login{
    height:	219px;
}
.index-login-name{
    font-size:40px;	
}
.index-login-txt{
    font-size:16px;	
}
.index-login{
    padding:25px  10%;
}
.index-login-name{
    margin-bottom:20px;	
}
.addto-bg{
	position:relative;
	display:block;
    height:150px;
	background:url(../Images/addto.jpg) left top no-repeat;
	text-align:center;
}
.addto{
	height:37px;
	position:absolute;	
	left:0;
	right:0;
	top:50%;
	margin-top:-20px;
	text-align:center;
}
.addto-icon{
	display:inline-block;
    width:37px;
	height:37px;
	background:url(../Images/addto-icon.png) left top no-repeat;
	margin-right:2%;
	vertical-align:middle;
	background-size:100% 100%;
}
.addto-text{
	display:inline-block;
    font-size:36px;
	color:#FFF;
	height:37px;
	line-height:37px;
	vertical-align:middle;
}


/*小屏pc*/
@media (max-width: 1300px) {
	.w{
		max-width: 91%;
	}
}

/*ipad*/
@media (max-width: 979px) {
	.index-login-box{
		width: 100%;
		margin: 20px 0 0;
	}
	.index-login-box>div{
		width: 48%;
		float: left;
	}
	.index-login-box>div.mt22{
		margin: 0;
		margin-left: 4%;
	}
	.index-login{
		height: 180px;
		padding: 20px 10%;
	}
	.index-login-name{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.index-login-txt{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.index-login-hr{
		height: 2px;
	}
}
/*手机*/
@media (max-width: 767px) { 
	
}
/*小屏手机*/
@media (max-width: 500px) { 
	.index-login-box>div{
		width: 100%;
		float: none;
	}
	.index-login-box>div.mt30{
		margin: 20px 0 0;
	}
	.index-login{
		background-size: cover;
	}
}

@media (max-width: 979px) {
	.addto-box{
	display:none;	
	}
	.index-login{
	 height:150px;	
	}
	.addto-icon{
	 background-size:90%;
	}
	.index-login-box>div{
	 float:left;
	 width:48%;	
	}
	.addto-text{
	  font-size:30px;	
	}
	.second-login-box{
	  margin-left:0 !important;
	  margin-top:0 !important;
	}
}
@media (max-width: 767px) { 
    .index-login-box>div{
	 float:none;
	 width:100%;
	}
	.index-login-box>div.mt22{
	 margin-left:0;
	 margin-top:22px;	
	}
	.index-login{
	 background-size:100% 100%;	
	}
}




/*首页展会信息*/
.index-information-box{
	background: url(../Images/index-message-bg.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
}

.index-information-title{
	font-size: 50px;
	line-height: 80px;
	font-weight: normal;
	color: #fff;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 5%;
	width: 30%;
	text-align: right;
}

.index-information-time{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}
.index-information-sub-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	color: #fff;
}
.index-information-top{
	text-align: left;
	margin-left: 35%;
}
.index-information-txt{
	width: 685px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 0 auto;
}


/*ipad*/
@media (max-width: 979px) {
	.index-information-txt{
		width: 90%;
		font-size: 14px;
	}
	.index-information-title{
		font-size: 30px;
	}
	.index-information-sub-title,
	.index-information-time{
		font-size: 18px;
	}
}

/*手机*/
@media (max-width: 767px) { 
	.index-information-txt{
		display: none;
	}
	.index-information-box{
		height: auto;
	}
	.index-information-sub-title{
		margin-bottom: 0;
	}
	.index-information-title{
		font-weight: normal;
		border-right: 0;
		text-align: center;
		width: 100%;
		line-height: 30px;
	}
	.index-information-top{
		text-align: center;
		margin-left: 0;
	}
}
/*小屏手机*/
@media (max-width: 500px) {
	.index-information-title{
		font-size: 30px;
		line-height: 36px;
	}
	.index-information-sub-title{
		font-size: 18px;
		padding: 0 10%;
		line-height: 26px;
	}
}


/*小屏pc*/
@media (max-width: 1200px) {
	.index-activity-txt-row{
		max-height: 160px;
		overflow: hidden;
	}
	.index-activity-txt-btn{
		height: 34px;
		line-height: 30px;
	}
}
/*ipad*/
@media (max-width: 979px) {
	.index-activity-box{
		display: block;
		background: #fff;
		padding: 30px;
	}
	.index-activity-txt-box,
	.index-activity-img-box{
		width: 50%;
		float: left;
	}
	.index-activity-big-img,
	.index-activity-img{
		width: 100%;
		margin-left: 0;
		height: auto;
	}
	.index-activity-img-li{
		float: left;
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		height: auto;
	}
	.index-activity-img-li:last-of-type{
		margin-right: 0;
	}
	.index-activity-txt-row{
		max-height: none;
	}
	.index-activity-txt-btn{
		height: 50px;
		line-height: 46px;
	}
	.index-activity-txt-box{
		padding: 0;
		padding-right: 20px;
	}
	.index-activity-big-img-name,
	.index-activity-img-name{
		display: none;
	}
	.index-activity-big-img img{
		width: 100%;
	}
	
}
/*手机*/
@media (max-width: 767px) {
	.index-activity-txt-box,
	.index-activity-img-box{
		width: 100%;
	}
	.index-activity-txt-box{
		margin-bottom: 30px;
		padding-right: 0;
	}
	.index-activity-img{
		display: none;
	}
	.index-activity-box{
		padding: 30px 8px;
	}
}

/*合作伙伴*/
.index-cooperation-box{
	display: block;
	width: 20%;
	background: #1f95d3;
	height: 190px;
	box-sizing: border-box;
	padding: 30px 3%;
	cursor: pointer;
}
.index-cooperation-box:hover{
	text-decoration: none;
	background: #34a9de;
}
.index-cooperation-title{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	border-top: 2px solid #fff;
	padding: 5px 0;
	line-height: 38px;
	margin-bottom: 20px;
}
.index-cooperation-i{
	font-size: 18px;
	color: #fff;
}
.index-cooperation-txt{
	font-size: 16px;
	color: #fff;
}
.index-cooperation-r{
	width: 80%;
	height: 190px;
	background: #fff;
	position: relative;
}

.index-cooperation-control{
	height: 190px;
	width: 10%;
	text-align: center;
	line-height: 190px;
	cursor: pointer;
	font-size: 22px;
}
.index-cooperation-control:hover{
	color: #1f95d3;
}
.index-cooperation-logo-box{
	width: 80%;
	height: 190px;
	overflow: hidden;
}
.index-cooperation-logo{
	float: left;
	margin: 45px 0;
	height: 100px;
	width: 190px;
	text-align: center;
}
.index-cooperation-logo-img{
	display: table;
	height: 75px;
	width: 190px;
	text-align: center;
}
.index-cooperation-logo a{
	display: table-cell;
	height: 75px;
	width: 160px;
	vertical-align: middle;
}
.index-cooperation-logo a img{
	max-width: 150px;
	max-height: 60px;
	margin-top: -6px;
}

/*ipad*/
@media (max-width: 979px) {
	.index-cooperation-box{
		width: 30%;
		height: 140px;
	}
	.index-cooperation-title{
		font-size: 20px;
		margin-bottom: 0;
	}
	.index-cooperation-i{
		font-size: 16px;
	}
	.index-cooperation-txt{
		font-size: 14px;
	}
	.index-cooperation-r{
		width: 70%;
		height: 140px;
	}
	.index-cooperation-logo{
		margin: 20px 0;
		height: 100px;
	}
	.index-cooperation-logo-box,
	.index-cooperation-control{
		height: 140px;
	}
	.index-cooperation-logo-img,
	.index-cooperation-logo a,{
		
	}
	.index-cooperation-control{
		line-height: 140px;
	}
	.index-cooperation-logo a img{
		max-height: 60px;
	}
	
}
/*手机*/
@media (max-width: 767px) {
	
	.index-cooperation-txt,
	.index-cooperation-i{
		display: none;
	}
	.index-cooperation-title{
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
	}
	
}
@media (max-width: 450px) {
	.index-cooperation-logo{
		margin: 20px auto;
		float: none;
	}
	.index-cooperation-logo a img{
		max-width: 120px;
	}
}


.index-serve-box-row{
	margin: 30px -40px;
}
.index-serve-box{
	display: table;
	width: 100%;
	border-spacing:40px 0;
	
}
.index-serve-row{
	display: table-row;
	
}
.index-serve{
	display: table-cell;
	background-color: #fff;
	text-align: center;
	padding: 5% 5% 2%;
	width: 33.3%;
}
.index-serve:hover{
	text-decoration: none;
}
.index-serve-title{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
.index-serve-text{
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.index-serve img{
	max-width: 100%;
}
.index-serve-audience{
	background: url(../Images/index-serve-audience.jpg) center center no-repeat;
	background-size: cover;
}
.index-serve-download{
	background: url(../Images/index-serve-download.jpg) center center no-repeat;
	background-size: cover;
}

/*ipad*/
@media (max-width: 979px) {
	.index-serve-box-row{
		margin: 30px -20px;
	}
	.index-serve-box{
		border-spacing:20px 0;
	}
	.index-serve{
		padding: 5% 2% 2%;
	}
}
/*手机*/
@media (max-width: 767px){
	.index-serve-text{
		display: none;
	}
	.index-serve-title{
		font-size: 18px;
	}
	.index-serve-box-row{
		margin: 30px -10px;
	}
	.index-serve-box{
		border-spacing:10px 0;
	}
}

/*底部*/
footer{
	background: #2b2e32;
	padding: 60px 0 40px;
}

.ft-nav-box>.col-sm-2{
	margin-right: 2%;
}
.ft-nav-box>.col-sm-2 dt{
	border-top: 2px solid #41474e;
	padding: 20px 0;
}
.ft-nav-box dt a{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.ft-nav-box dd{
	line-height: 30px;
	color: #8f9092;
	font-size: 14px;
}
.ft-nav-box dd a{
	color: #8f9092;
	font-size: 14px;
}

.col-sm-3 dt{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 22px 0 20px;
}
.footer-box{
	text-align: center;
	padding-top: 20px;
}

.footer-concerning-box{
	padding: 20px;
	color: #877b7b;
	font-size: 12px;
	line-height: 30px;
}
.footer-concerning-box a{
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
}
.Copyright-txt{
	font-size: 12px;
	color: #808284;
}
.Copyright-txt a:hover{
	color: #1f95d3;
}
.footer-share{
	margin-top: 20px;
}
.footer-share a{
	padding: 0 10px;
}

/*ipad*/
@media (max-width: 979px) {
	.ft-nav-box .col-sm-3{
		width: auto;
		float: right;
	}
	.ft-nav-box>.col-sm-2{
		margin-right: 0;
		width: 13%;
		padding-left: 0;
	}
}
/*手机*/
@media (max-width: 767px){
	.ft-nav-box {
		display: none;
	}
	.footer-box{
		padding-top: 0;
	}
}
@media (max-width: 500px){
	.footer-concerning-box{
		padding: 20px 0;
		color: #877b7b;
		font-size: 12px;
		line-height: 30px;
	}
	.footer-concerning-box a{
		font-size: 14px;
		color: #fff;
		padding: 5px;
	}
}

/*内页banner*/
.banners{
	padding-top: 20px;
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.banners img{
	width: 100%;
}

/*页面二级导航*/
.content-nav-box{
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	text-align: center;
}



.content-nav-dot{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	float: left;
	margin: 0 10px;
	margin-top: 40px;
}


.content-title{
	font-size: 30px;
	color: #000;
	margin: 60px 0;
	text-align: center;
}
.content-title a{
	color: #000;
	padding: 0 30px;
}
.content-title a.current,
.content-title a:hover{
	color: #1f95d3;
	text-decoration: none;
}
/*ipad*/
@media (max-width: 979px) {
	
}
/*手机*/
@media (max-width: 767px){
	.content-title{
		margin: 20px 0;
		font-size: 18px;
	}
	.content-title a{
		padding: 0 15px;
	}
}
/*内页内容*/
.content-white-bg{
	padding: 50px 2%;
	background: #fff;
	margin-bottom: 70px;
}
.w2{
	max-width: 940px;
	margin: 0 auto;
}
.data-img{
	width: 100%;
}

.data-txt-box{
	padding-top: 50px;
}
.data-txt-title{
	font-weight: bold;
	padding-left: 15%;
	padding-right: 10px;
	min-width: 100px;
	width: 30%;
	box-sizing: border-box;
}
.data-txt{
	width: 70%;
	box-sizing: border-box;
	padding: 0 5%;
	border-left: 1px solid #e5e5e5;
	padding-bottom: 30px;
	color: #333;
}
.data-txt-name{
	font-weight: bold;
	color: #2b9bd5;
}
.data-txt-time{
	color: #ed0000;
	padding-bottom: 0;
}

/*手机*/
@media (max-width: 767px){
	.data-txt-title{
		padding-left: 0;
		width: 100px;
	}
	.data-txt{
		margin-left: 100px;
		width: auto;
		float: none;
	}
}

/*同期活动*/
.line-row-3{
	margin-bottom: 30px;
}
.line-3{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.line-3:nth-of-type(3n){
	margin-right: 0;
}



.line-img img{
	display: block;
	width: 100%;
}



.line-hr{
	border: 0;
	height: 4px;
	background: #000;
	width: 20%;
	margin: 25px auto;
}
.line-name{
	font-size: 22px;
	line-height: 26px;
	height: 52px;
	color: #333;
	text-align: center;
	padding: 0 5%;
	overflow: hidden;
}
.line-name a{
	color: #333;
}
/*ipad*/
@media (max-width: 979px) {
	.line-3{
		width: 45%;
		margin-right: 10%;
	}
	.line-3:nth-of-type(3n){
		margin-right: 10%;
	}
	.line-3:nth-of-type(2n){
		margin-right: 0;
	}
	
}
/*手机*/
@media (max-width: 767px){
	.line-3{
		width: 100%;
		margin-right: 0;
	}
	.line-3:nth-of-type(3n){
		margin-right: 0;
	}
	.line-hr{
		margin: 20px auto;
		height: 2px;
	}
	.line-name{
		height: auto;
		font-size: 18px;
	}
}

/*展商展品搜索*/
.w3{
	max-width: 1200px;
	margin: 0 auto;
}

.search-matter{
	width: 70%;
}
.search-form{
	width: 38%;
	border: 1px solid #dedede;
	border-radius: 30px;
	height: 42px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-right: 2%;
	color: #333;
	float: left;
}
.search-select{
	-webkit-appearance: none;
  	-moz-appearance:none;
  	-o-appearance:none;
  	-ms-appearance:none;
	background-image:url(../Images/select-bg.png) ;
	background-position: right center;
	background-repeat: no-repeat;
}
.search-button{
	width: 20%;
	height: 42px;
	background: #1f95d3;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.search-button:hover{
	color: #fff;
	background: #229cdc;
}
.select-SearchExhibitors{
	margin-top: 40px;
	background: #f6f6f6;
	padding: 10px;
	border-radius: 40px;
	overflow: hidden;
}
.select-SearchExhibitors a{
	text-transform: uppercase;
	padding: 0 1.1%;
	float: left;
	color: #666;
	box-sizing: border-box;
	text-align: center;
}
/*小屏pc*/
@media (max-width: 1500px){
	.select-SearchExhibitors a{
		padding: 0 1%;
	}
}
.select-SearchExhibitors a.current,
.select-SearchExhibitors a:hover{
	color: #1f95d3;
	text-decoration: underline;
}

.select-list{
	margin-top: 40px;
}
.select-hint{
	color: #666;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.select-hint-num{
	padding: 0 5px;
}
.paging a,.paging span{
	padding: 4px 10px;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
}
.all-paging{
	color: #666;
}
.paging a.curr,.paging a:hover,.paging span:hover{
	background: #488fcd;
	color: #fff;
}

.all-paging{
	color: #666;
}

.paging span.all-paging:hover{
	background: none;
	color: #666;
	cursor: auto;
}


.select-list-tab{
	border:1px solid #dedede;
}
.select-list-tab th{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 3%;
	background: #1f95d3;
}
.select-list-tab td{
	padding: 20px 0 20px 3%;
	color: #666;
}
.select-list-tab tr:nth-of-type(2n+1) td{
	background: #f9f9f9;
}
.select-list-img{
	width: 28%;
}
.select-list-img a{
	border:1px solid #dedede;
	height: 60px;
	background: #fff;
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.select-list-img a img{
	max-width: 140px;
	max-height: 50px;
}
.select-list-name{
	width: 30%;
}
.select-list-name a{
	font-size: 16px;
	color: #333;
}
.select-list-tab td a:hover{
	text-decoration: none;
}
.select-list-num{
	width: 15%;
}
.select-list-num a{
	color: #51a5d9;
	font-weight: bold;
}
.select-list-btn{
	width: 12%;
}
.select-list-btn a{
	color: #fa5d58;
}
.select-list-btn a:hover{
	color: #ff2a23;
}
.select-list-tab .select-list-paging{
	text-align: center;
	padding: 30px 0;
}
/*手机*/
@media (max-width: 767px){
	.select-list-tab th{
		display: none;
	}
	
	.select-list-tab td{
		display: block;
		width: 100%;
		padding: 2px 10%;
	}
	.select-list-tab .select-list-img{
		padding-top: 20px;
		border-top:1px solid #dedede;
	}
	.select-list-tab .select-list-btn{
		padding-bottom: 20px;
	}
	
	.search-form{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.search-button{
		width: 100%;
	}
	
	.paging a, 
	.paging span{
		padding: 4px 1.5%;
	}
}


.search-sidebar{
	width: 30%;
	box-sizing: border-box;
	padding-left: 5%;
}
.search-sidebar-img{
	margin-bottom: 30px;
}
.search-sidebar-img img{
	width: 100%;
	display: block;
}
/*ipad*/
@media (max-width: 979px) {
	.search-matter{
		width: 100%;
	}
	.search-sidebar{
		display: none;
	}
}
/*手机*/
@media (max-width: 767px){
	
}

.product-select-list-img a{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	overflow: hidden;
}
.product-select-list-img a img{
	width: 100%;
	display: block;
	margin-top: 0;
	max-width: none;
	max-height: none;
}
.select-list-tab .product-select-list-sort{
	font-size: 16px;
	color: #333;
}
.select-list-btn .glyphicon{
	top: 2px;
}

.exhibitors-logo{
	width: 45%;
	box-sizing: border-box;
	padding: 20px 1%;
	background: #fff;
	border: 1px solid #ccc;
}
.exhibitors-logo img{
	width: 100%;
}
.exhibitors-information{
	width: 50%;
	margin-left: 5%;
}
.exhibitors-information-name{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 5px 0;
}
.exhibitors-information-num{
	font-size: 16px;
	color: #1f95d3;
	margin: 15px 0;
}
.exhibitors-information-num .glyphicon{
	top: 3px;
	margin-right: 8px;
}
.exhibitors-information-txt{
	line-height: 26px;
	color: #666;
	margin: 3px 0;
}
.exhibitors-information-txt a{
	color: #666;
}

.search-detail-title{
	font-size: 18px;
	color: #1f95d3;
	font-weight: bold;
	padding: 10px;
	background: #eef5f9;
	margin: 20px 0;
}

.search-detail-title .glyphicon{
	margin: 0 10px;
}
.exhibitors-information-btn{
	margin: 35px 0;
}
.subscribe-exhibitors,
.consult-exhibitors{
	padding: 8px 30px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #1f95d3;
	border-radius: 3px;
}
.subscribe-exhibitors{
	background: #1f95d3;
	color: #fff;
}
.subscribe-exhibitors:hover{
	text-decoration: none;
	background: #249cdb;
	color: #fff;
}
.consult-exhibitors{
	color: #1f95d3;
	margin-left: 20px;
	background: #fff;
}
.consult-exhibitors:hover{
	background: #1f95d3;
	color: #fff;
	text-decoration: none;
}

.search-exhibit-line{
	border: 1px solid #ccc;
}
.search-exhibit-name{
	margin: 5px 0;
	display: table;
	text-align: center;
}
.search-exhibit-name a{
	display: table-cell;
	width: 800px;
	vertical-align: middle;
	font-size: 14px;
	color: #1f95d3;
	font-weight: bold;
	line-height: 20px;
}

.search-exhibit-line .line-img{
	display: table;
	width: 100%;
	height: 220px;
	text-align: center;
}
.search-exhibit-line .line-img a{
	display: table-cell;
	width: 300px;
	height: 220px;
	vertical-align: middle;
}
.search-exhibit-line .line-img a img{
	display: inline-block;
	max-width: 95%;
	max-height: 220px;
}
/*手机*/
@media (max-width: 767px){
	.exhibitors-logo{
		width: 100%;
		margin-bottom: 20px;
	}
	.exhibitors-information{
		width: 100%;
		margin-left: 0;
	}
}

.exhibitors-news-row{
	padding: 20px 10px;
	border-bottom: 1px dashed #ccc;
}
.exhibitors-news-row:last-of-type{
	border-bottom: 0;
}
.exhibitors-news-time{
	font-size: 16px;
	color: #999;
}
.exhibitors-news-row .dian{
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1f95d3;
	margin-top: 9px;
	margin-right: 10px;
}
.exhibitors-news-txt{
	margin-right: 100px;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
	font-size: 16px;
   	color: #000;
}
.exhibitors-news-txt a{
	color: #000;
}

.return-btn{
	font-size: 14px;
	color: #666;
}
.return-btn:hover{
	color: #1f95d3;
	text-decoration: none;
}
.exhibit-detail-name{
	margin-right: 80px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 20px;
}
.exhibit-detail-top{
	margin-bottom: 10px;
}

.exhibit-detail-img{
	text-align: center;
}
.exhibit-detail-img img{
	max-width: 100%;
	width: 100%;
}

.exhibit-detail-txt-title{
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #1f95d3;
	line-height: 26px;
}
.exhibit-detail-txt-title .dian{
	margin-top: 10px;
	margin-right: 10px;
}
.exhibit-detail-txt{
	color: #666;
	line-height: 26px;
	padding: 0 15px;
	margin: 3px 0;
}

.search-detail-title .glyphicon{
	top: 3px;
}

/*新闻*/
.w4{
	max-width: 850px;
	margin: 0 auto;
}
.news-row{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.news-row:last-of-type{
	margin-bottom: 0;
	border-bottom: 0;
}
.news-img{
	width: 250px;
}

.news-img img{
	width: 100%;
}
.news-txt-box{
	margin-right: 250px;
	padding-right: 5%;
}
.news-name{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 40px;
}
.news-name a{
	color: #000;
	padding-bottom: 2px;
	border-bottom: 2px solid #000;
}
.news-name a:hover{
	border-bottom: 0;
	text-decoration: none;
}
.news-time{
	font-size: 16px;
	color: #999;
}
.news-txt{
	margin: 10px 0;
	font-size: 16px;
	color: #333;
}
.news-btn{
	display: block;
	width: 150px;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #1f95d3;
	color: #1f95d3;
	font-size: 16px;
	margin-top: 20px;
}
.news-btn:hover{
	background: #1f95d3;
	color: #fff;
	text-decoration: none;
}

.paging-box{
	margin-bottom: 50px;
	text-align: center;
}

/*手机*/
@media (max-width: 767px){
	.news-row{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.news-img{
		width: 100%;
		float: none;
	}
	.news-txt-box{
		padding-top: 20px;
		margin-right: 0;
		padding-right: 0;
	}
	.news-name a{
		font-size: 18px;
		border-bottom: 1px solid #000;
		line-height: 24px;
	}
	.content-white-bg{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.paging-box{
		margin-bottom: 30px;
	}
}

.news-detail-name{
	margin-bottom: 30px;
}

.news-detail-txt{
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}

.news-detail-txt-box img{
	max-width: 100%;
}
.new-share{
	padding: 40px 0;
	text-align: right;
}
.jiathis_style{
	padding-top: 5px;
	float: right;
}
.new-share-txt{
	padding-right: 10px;
}
.jiathis_style .jiathis_counter.jiathis_bubble_style#jiathis_counter_71{
	width: 36px !important;
}

.new-details-pager{
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	padding: 45px 0;
}
.new-details-pager>div{
	width: 48%;
	box-sizing: border-box;
}
.new-details-pager>div>a{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.new-details-pager>div>a:hover{
	color: #1f95d3;
}
.new-details-pager .previous{
	padding-left: 42px;
	background: url(../Images/new-details-pager-l.png) left center no-repeat;
}
.new-details-pager .next{
	padding-right: 42px;
	text-align: right;
	background: url(../Images/new-details-pager-r.png) right center no-repeat;
}
	
/*Summary页面*/
.Summary-title-box{
	margin: 50px 0;
}
.Summary-title{
	font-size: 40px;
	color: #000;
	line-height: 60px;
}
.Summary-sub-title{
	font-size: 20px;
	color: #000;
	margin: 10px 0;
}

.Summary-line{
	position: relative;
}
.Summary-line-a{
	display: block;
	overflow: hidden;
}
.Summary-line-a:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.Summary-line-a:hover .Summary-line-title{
	color: #1f95d3;
}
.Summary-line-bg{
	width: 457px;
}
.Summary-line-txt-box{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 15% 12%;
	text-align: center;
}
.Summary-line-title{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}
.Summary-line-txt{
	font-size: 16px;
	color: #666;
	margin: 10px 0;
}

/*手机*/
@media (max-width: 767px){
	.Summary-title-box{
		margin: 30px 0;
	}
	.Summary-title{
		font-size: 22px;
		line-height: 30px;
	}
	.Summary-sub-title{
		font-size: 16px;
		margin: 0;
	}
	.Summary-line{
		width: 45%;
    	margin-right: 10%;
	}
	.Summary-line .line-3:nth-of-type(3n) {
	    margin-right: 10%;
	}
	.Summary-line-bg{
		width: 100%;
	}
	
}
@media (max-width: 500px){
	.Summary-line{
		width: 100%;
    	margin-right: 0;
	}
	
}

.search-detail-title-ico{
	padding-right: 10px;
	font-weight: normal;
	font-size: 18px;
}
.select-list-btn-ico{
	font-size: 18px;
	position: relative;
	top: 2px;
}

/*预约展商，咨询展商弹窗部分*/
.search-popup-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 200;
}
.search-popup{
	position: absolute;
	left: 50%;
	top: 30%;
	width: 665px;
	box-sizing: border-box;
	margin-left: -332px;
	border: 8px solid #fff;
	padding: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	background: #f6f6f8;
}
.subscribe-popup > div{
	padding: 50px 0;
	text-align: center;
}
.subscribe-popup-txt{
	font-size: 14px;
	color: #333;
}
.landing-btn{
	width: 50%;
	min-width: 100px;
	height: 40px;
	border: 2px solid #1f95d3;
	font-size: 16px;
	font-weight: bold;
	color: #1f95d3;
	border-radius: 20px;
	margin-top: 30px;
	box-sizing: border-box;
}
.landing-btn:hover{
	background: #1f95d3;
	color: #fff;
}
.register-btn{
	width: 50%;
	min-width: 100px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #1f95d3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #1f95d3;
	border-radius: 20px;
	margin-top: 30px;
}
.register-btn:hover{
	color: #1f95d3;
	background: #fff;
}
.search-popup-close{
	position: absolute;
	right: -68px;
	top: -8px;
	width: 60px;
	height: 60px;
	background: #1f95d3;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-weight: normal;
	font-size: 24px;
}

.consult-popup{
	padding: 30px 5%;
	text-align: center;
}
.consult-popup-title{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.consult-popup > hr {
	width: 50px;
	border-bottom: 2px solid #adadad;
}
.consult-input-box > input{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0;
	padding: 0 10px;
	background: #fff;
}
.consult-input-box > textarea{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0;
	background: #fff;
}
.search-popup-box,
.consult-popup,
.subscribe-popup{
	display: none;
}

.contactImage{ 
	float:left;
}
 
.contactImage img{
	max-width: 150px;
}
.contactDiv{
	margin-left: 180px;
}
.contact_card{
	margin-bottom: 40px;
}
.contactDiv ul{
	overflow: hidden;
	margin: 10px 0;
}
.contactDiv ul li{
	float: left;
}

.InsidePage-bd,
.partners-box{
	overflow: hidden;
}

.partners img{
	max-width: 100%;
	max-height: none;
	display: block;
	margin: 10px auto;
}
.partners{
	display: block;
	width: 100%;
}
.partners a{
	display: block;
	width: auto;
	height: auto;
}



/*手机*/
@media (max-width: 767px) {
	.search-popup{
		width: 80%;
		top: 8%;
		margin-left: -40%;
	}
	.landing-btn,
	.register-btn{
		width: 80%;
		margin-top: 20px;
	}
	.search-popup-close{
		width: 30px;
		height: 30px;
		right: -38px;
		line-height: 30px;
		font-size: 18px;
	}
	.consult-popup{
		padding: 15px 5%;
	}
	.consult-popup-title{
		margin-bottom: 10px;
	}
	.consult-popup > hr{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.consult-input-box > input{
		margin: 5px 0;
		height: 30px;
	}
	.consult-input-box > textarea{
		margin: 0;
		margin-top: 5px;
	}
	.subscribe-popup > div{
		padding: 25px 0;
	}
}





/*服务*/
.serve-hd-r{
	width: 400px;
	padding-top: 80px;
}
.dot-bg{
	background: url(../Images/dot-bg.png) repeat-x;
	margin: 30px 0;
	height: 10px;
}
.serve-box{
	max-width: 720px;
	margin: 0 auto;
}
.serve-hd >div.fl{
	width: auto;
	margin-right: 420px;
	float: none;
}
.serve-hd >div.fl img{
	max-width: 100%;
}

.serve-hd-title{
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.txt-blue{
	color: #3393dd;
}
.serve-hd-txt{
	color: #333;
	line-height: 26px;
}
.serve-bd-title{
	text-align: center;
	margin: 30px 0;
}
.serve-bd-ul li{
	margin: 30px 110px;
}
.serve-bd-ico{
	width: 102px;
	height: 102px;
	background-position: center center;
	background-repeat: no-repeat;
}
.serve-ico1{
	background-image: url(../Images/serve-ico1.png);
}
.serve-ico2{
	background-image: url(../Images/serve-ico2.png);
}
.serve-ico3{
	background-image: url(../Images/serve-ico3.png);
}
.serve-ico4{
	background-image: url(../Images/serve-ico4.png);
}

.serve-bd-l{
	text-align: right;
	width: 350px;
	padding-right: 30px;
	height: 102px;
	display: table-cell;
	vertical-align: middle;
}
.serve-bd-l-title{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.txt-orange{
	color: #ffa800;
}
.txt-green{
	color: #81c16d;
}
.serve-bd-txt{
	font-size: 14px;
	color: #333;
	line-height: 28px;
}


.serve-flow{
	padding-top: 30px;
}
.serve-flow-box{
	position: relative;
	margin: 30px 0;
}
.serve-flow-hr{
	font-size: 1px;
	border:0;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 42px;
	width: 100%;
}
.serve-flow-ul{
	position: relative;
	padding: 0 20px;
}
.serve-flow-ul li{
	width: 18%;
	height: 100px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 28px;
	margin: 10px 1% ;
	box-sizing: border-box;
	padding-top: 23px;
	background: url(../Images/serve-flow-bg2.png) center center no-repeat;
	background-size: contain;
}
.serve-flow-ul li:nth-last-of-type(2n){
	background: url(../Images/serve-flow-bg1.png) center center no-repeat;
	background-size: contain;
}
.serve-btn-box{
	background: #f8f8f8;
	padding: 45px;
	margin: 60px 0;
	text-align: center;
}
.serve-btn{
	min-width: 260px;
	height: 50px;
	line-height: 38px;
	border-radius: 25px;
	background: #1f95d3;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.serve-btn:hover{
	background: #1f95d3;
}
.serve-bd-title-box{
	padding: 50px 0 30px;
}
.serve-bd-title{
	font-size: 36px;
	color: #333;
	width: 210px;
	margin: 0 auto; 
	background: #fff;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin-top: -56px;
}
.serve-flow-title{
	padding-left: 70px;
	height: 68px;
	line-height: 68px;
	font-size: 30px;
	font-weight: normal;
	background: url(../Images/serve-flow-title-bg.jpg) left center no-repeat;
}
.new-details-box img{
	max-width: 100%;
	height: auto !important;
}
@media (max-width: 767px){
	.serve-hd-title{
		font-size: 30px;
	}
	.serve-hd .serve-hd-r{
		width: 75%;
		padding-top: 0;
	}
	.serve-hd > div.fl{
		margin-right: 80%;
	}
	.serve-bd-ul li{
		margin: 20px 0;
	}
	.serve-bd-ico,
	.serve-bd-l{
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		padding-right: 0;
	}
	.serve-bd-l{
		height: auto;
	}
	.serve-btn-box{
		padding: 45px 0;
	}
	.serve-btn{
		width: 90%;
		min-width: inherit;
	}
	.serve-flow-ul li{
		width: 50%;
		height: 80px;
		margin: 10px 0 ;
		font-size: 14px;
		line-height: 16px;
	}
	.serve-flow-ul li:nth-child(n+3){
		width: 30%;
		margin: 10px 1.666% ;
	}
	.serve-flow-hr{
		top: 30px;
		height: 100px;
		border-top: 1px solid #999;
	}
}
@media (max-width: 500px){
	.serve-hd-title{
		font-size: 24px;
	}
	.serve-bd-title{
		width: 155px;
		font-size: 26px;
	}
	
}


@media (max-width: 767px){
	.content-top-txt-box2 {
		position: relative;
		left: auto;
		top: auto;
	}
	.content-top-txt-box{
		position: relative;
		left: auto;
		top: auto;
		max-width: none;
		padding-bottom: 10px;
	}
	.content-top-txt-box .fs34{
		line-height: 24px;
	}
	.content-top-txt-box .hr50{
		margin: 10px 0;
	}
	.scope-row{
		margin-top: 0;
	}
	.new-content-bd-txt{
		width: 100%;
	}
	.InsidePage-bd,
	.partners-box{
		overflow: hidden;
	}
	
	.partners img{
		max-width: 100%;
		max-height: none;
		display: block;
		margin: 10px auto;
	}
	.partners{
		display: block;
		width: 100%;
	}
	.partners a{
		display: block;
		width: auto;
		height: auto;
	}
	.last-single-section .vertical-box{
		width: 100%;
	}
	.last-single-section{
		margin: 0;
	}
	
	
}



/*展商服务结束*/


/*内容页导航*/

/*下载中心*/


/*字体图标*/
@font-face {font-family: "iconfont2";
  src: url('../iconfont/iconfont/iconfont.eot'); /* IE9*/
  src: url('../iconfont/iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../iconfont/iconfont/iconfont.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('../iconfont/iconfont/iconfont.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../iconfont/iconfont/iconfont.svg?t=1463975367#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont2 {
  font-family:"iconfont2" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.review-list-group .list-group-item{
	border: 0;
	border-bottom: 1px solid #c7c7c7;
	background: none;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	height: 70px;
}
.review-list-group .list-group-item:last-of-type{
	border-radius: 0;
}
.list-group-item-txt{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.review-list-group .badge{
	height: 30px;
	width: 55px;
	background: none;
	border: 1px solid #a1a1a1;
	font-size: 20px;
	line-height: 22px;
	border-radius: 15px;
	margin-top: 13px;
	font-weight: normal;
}

.review-list-group .examine-ico{
	font-size: 27px;
	color: #a1a1a1;
}
.review-list-group .examine-ico:hover{
	background: #a1a1a1;
	color: #fff;
}
.review-list-group .download-ico{
	border-color: #1f95d3;
	color: #1f95d3;
}
.review-list-group .download-ico:hover{
	background: #1f95d3;
	color: #fff;
}
.list-group-top{
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	color: #a1a1a1;
}
.list-group-top span{
	width: 55px;
	text-align: center;
}

/*ipad*/
@media (max-width: 979px){ 
	.InsidePage-bd{
		min-height: auto;
	}
}




/**/
.InsidePage-txt-tirle{
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
}


/*合作伙伴*/
.partners{
	width: 22%;
	margin-right: 4%;
	display: table;
	border:1px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
}
.partners:nth-of-type(4n){
	margin-right: 0;
}
.partners a{
	display: table-cell;
	width: 200px;
	height: 120px;
	vertical-align: middle;
}
.partners img{
	max-width: 180px;
	max-height: 110px;
}

.scope-txt-box{
	padding-top: 0;
}

/*ipad*/
@media (max-width: 979px){ 
	.partners{
		width: 30%;
		margin-right: 5%;
	}
	.partners:nth-of-type(4n){
		margin-right: 5%;
	}
	.partners:nth-of-type(3n){
		margin-right: 0;
	}
}

/*手机*/
@media (max-width: 767px) {
	.partners{
		width: 46%;
		margin-right: 8%;
	}
	.partners:nth-of-type(4n){
		margin-right: 8%;
	}
	.partners:nth-of-type(3n){
		margin-right: 8%;
	}
	.partners:nth-of-type(2n){
		margin-right: 0;
	}
}
/*小屏手机*/
@media (max-width: 450px) {
	.partners{
		width: 100%;
		margin-right: 0 !important;
	}
	
}

/*ipad*/
@media (max-width: 979px){ 
	.header-top-txt{
		display: none;
	}
}
/*修改底部*/
.footer-img{
	padding-top: 20px;
	margin-right: 20px;
	float: left;
}
.footer-img:last-of-type{
	margin-right: 0;
}


/*邮件订阅*/
.subscibe-box{
	max-width: 390px;
	margin: 0 auto;
}
.subscibe-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0;
}
.subscibe-txt{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 10px 0 15px;
}
.subscibe-form{
	margin: 10px 0;
}
.subscibe-email{
	border: 1px solid #cbced1;
	border-right: 0;
	padding: 10px;
	width: 80%;
	height: 42px;
	box-sizing: border-box;
}
.subscibe-btn{
	width: 19%;
	height: 42px;
	border: 0;
	background-color: #1f95d3;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 1%;
}
.subscibe-btn:hover{
	background-color: #239fe0;
}


/*首页合作伙伴*/
.index-partners{
	width: 32%;
	margin-right: 2%;
	display: table;
	text-align: center;
	height: 105px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.index-partners:nth-of-type(3n){
	margin-right: 0;
}
.index-partners a{
	display: table-cell;
	width: 300px;
	height: 105px;
	vertical-align: middle;
}
.index-partners a img{
	max-width: 100%;
	max-height: 105px;
}
.index-news-cut:nth-of-type(3n){
	margin-right: 0;
}
/*手机*/
@media (max-width: 767px) {
	.index-partners{
		width: 49%;
		
	}
	.index-partners:nth-of-type(3n){
		margin-right: 2%;
	}
	.index-partners:nth-of-type(2n){
		margin-right: 0;
	}
	.index-partners:nth-of-type(n+5){
		display: none;
	}
}

/*联系人*/
.linkman-box{
	box-sizing: border-box;
	padding: 20px 5%;
	background: #fff;
	margin-bottom: 30px;
}
.linkman-wire{
	height: 40px;
	width: 1px;
	background: #e9e9ea;
	margin: 40px 5% 40px 0;
}

.linkman-img{
	width: 120px;
	height: 120px;
	border: 1px solid #e9e9ea;
	display: table;
	text-align: center;
	margin-right: 20px;
}
.linkman-img a{
	display: table-cell;
	width: 120px;
	height: 120px;
	vertical-align: middle;
}
.linkman-img a img{
	max-width: 110px;
	max-height: 110px;
	margin-bottom: -6px;
}
.linkman-div{
	width: 25%;
}
.linkman-div:first-of-type{
	width: 35%;
}
.linkman-p{
	font-size: 16px;
	color: #666;
	margin-top: 50px;
	
}
.linkman-p-span{
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
/*ipad*/
@media (max-width: 979px){
	.linkman-wire{
		height: 40px;
		width: 1px;
		background: #e9e9ea;
		margin: 40px 2% 40px 0;
	}
	.linkman-div{
		width: 28%;
	}
	.linkman-div:first-of-type{
		width: 39%;
	}
	.linkman-box{
		padding: 20px 1%;
	}
}

/*手机*/
@media (max-width: 767px) {
	.linkman-wire{
		display: none;
	}
	.linkman-div{
		width: 100% !important;
		float: none;
	}
	.linkman-p{
		margin-top: 0;
	}
	.linkman-div:first-of-type .linkman-p{
		padding-top: 20px;
	}
	.linkman-box{
		padding: 20px 5%;
	}
}
@media (max-width: 450px) {
	.linkman-img{
		float: none;
		margin: 0 auto;
	}
	.linkman-p{
		text-align: center;
	}
}

/*添加网上展厅的侧边栏标题*/
.product-recommend{
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #1f95d3;
	padding: 20px 40px 10px;
	margin: 0 2px;
	margin-bottom: 20px;
	
}
.product-recommend-txt{
	color: #1f95d3;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}



/* 16.10.11 ie兼容问题 */
.select-list-img a img{
	width: 100%\9;      /*all ie*/
}

