/*幻圆字体*/
@font-face {
    font-family: 'youyuanregular';
    src: url('simyou-webfont.eot');
    src: url('simyou-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('simyou.ttf') format('truetype'),
         url('simyou-webfont.woff') format('woff'),
         url('simyou-webfont.woff2') format('woff2'),
         url('simyou-webfont.svg#youyuanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*字体图标*/
@font-face {font-family: "iconfont";
  src: url('iconfont.eot'); /* IE9*/
  src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont710d.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('iconfont710d.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont710d.svg?t=1463975367#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weizhi:before { content: "\e607"; }
.icon-lianjie:before { content: "\e608"; }
.icon-guanbi:before { content: "\e600"; }
.icon-ordinarydownload:before { content: "\e601"; }
.icon-youjian:before { content: "\e609"; }
.icon-en:before { content: "\e602"; }
.icon-sousuo:before { content: "\e603"; }
.icon-shouye:before { content: "\e606"; }
.icon-dianhua:before { content: "\e60a"; }
.icon-44:before { content: "\e605"; }
.icon-yanjing:before { content: "\e604"; }
.icon-dayin:before { content: "\e60b"; }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
body,html{
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}
input,textarea,button,select{
    outline: none;
    font:14px/1.7em arial,'微软雅黑',tahoma,宋体,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
img{
	max-width: 100%;
}
input::-webkit-input-placeholder{
    color: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1; 
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{ 
    color:#a1a1a1; 
}

html{
    text-align:center;
}
body{
    font:14px/1.7em '微软雅黑',arial,"黑体",sans-serif;
    color:#50555f;
    margin:0 auto; 
    text-align:left; 
    background: #f6f6f6;
}




/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both; 
    visibility:hidden;
}
.clear{
    *zoom:1;
}

.dian{
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1f95d3;
}
/*版心*/
.w{ 
    max-width:80%; 
    margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/*头部*/
header{
	background: #fff;
	position: relative;
}
.logo-name-en{
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
.logo-name-cn{
	font-size: 16px;
	color: #000;
}
.top-box{
	padding: 30px 2%;
	padding-left: 0;
}
.top-search-input{
	width: 284px;
	height: 40px;
	border-radius: 20px;
	border: 0;
	box-sizing: border-box;	
	padding: 0 20px;
	background: #eef5f9;
}
.top-search-btn{
	border: 0;
	background: #fff;
}
.language{
	font-size: 16px;
	line-height: 40px;
	margin: 0 5px;
	color: #3393dd;
}
.language .language:hover{
	text-decoration: underline;
	color: #3393dd;
}
.language .language.current,
.language .language.current:hover{
	text-decoration: none;
	color: #937f7f;
}
.logo{
	float: left;
	padding: 25px 2% 0;
	padding-right: 10px;
	transition: 400ms;
}
.logo img{
	transition: 400ms;
}
.nav-box{
	position: relative;
	z-index: 100;
}
.nav-ul{
	text-align: center;
}
.nav{
	display: inline-block;
}
.nav>a{
	padding: 20px 30px;
	font-size: 18px;
	color: #000;
}
.nav:hover>a,
.nav.current>a{
	color: #3393dd;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover .sub-nav-box{
	display: block;
}
.sub-nav-box{
	position: absolute;
	padding: 50px;
	width: 100%;
	left: 0;
	background: #2a353c;
	margin-top: 20px;
	display: none;
	z-index: 30;
}
.sub-nav-ul{
	width: 70%;
	float: left;
}
.sub-nav{
	float: left;
	width: 33.3%;
	padding: 10px 0;
	text-align: left;
}
.sub-nav:before{
	content:'-';
	color: #fff;
	margin: 0 10px;
}
.sub-nav a{
	color: #fff;
	padding: 0;
	font-size: 16px;
}
.sub-nav a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
}
.sub-nav-name{
	width: 30%;
	float: left;
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.sub-nav-name-hr{
	width: 50px;
	height: 3px;
	border: 0;
	background: #fff;
	margin-left: 0;
	margin-top: 0;
}
.sub-nav-div{
	width: 50%;
	margin: 0 auto;
}

.app-nav-ico,
.app-language{
	display: none;
}
/*app导航*/

.app-nav-ul .dropdown-menu{
	position: inherit;
	float: none;
	background: none;
	z-index: 0;
	padding-left: 20px;
}
.opens .dropdown-menu{
	display: block !important;
}
.app-nav-ul .dropdown-menu a{
	width: 100%;
	font-weight: normal;
}
.app-nav-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: -100%;
	z-index: 100;
}
.app-nav{
	left: -50%;
	position: absolute;
	width: 80%;
	background: #000;
	height: 100%;
	box-sizing: border-box;
	transition: left 0.5s; 
	-mos-transition: left 0.5s; 
	-webkit-transition: left 0.5s; 
	-ms-transition: left 0.5s; 
	-o-transition: left 0.5s; 
}
.app-nav-Stop{
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
	background: #1a1a1a;
	padding-left: 30px;
}
.app-nav-Stop-ico{
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}
.app-nav-ul{
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	padding-top: 120px;
	padding-bottom: 40px;
}
.app-nav-Stop{
	position: relative;
	z-index: 20;
}
.app-nav-ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
}
.app-nav-ul li a{
	text-decoration: none;
}

/*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: 1920px;
	margin-left:-960px;
	left:50%;
	height: 530px;
	overflow: hidden;
}

.banner .swiper-button-next{
	background:rgba(0,0,0,0.3);
	right: 408px;
    width: 60px;
    height: 60px;
    top: 44%;
}

.banner .swiper-button-prev{
	background:rgba(0,0,0,0.3);
	left: 408px;
    width: 60px;
    height: 60px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
	/*text-align:right;*/
	/*padding-right:408px;*/
}
.banner .swiper-pagination-bullet-active{
	background:#1f95d3 !important;
}
.banner .swiper-pagination-bullet{
	width:10px;
	height:10px;
	background:#fff;
	opacity: 1;
}

.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(audience-login-bg.jpg) center center no-repeat;
	color: #f6f6f6;
}
.audience-login:hover{
	color: #ebe8e8;
	text-decoration: none;
}
.exhibitors-login{
	background: url(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(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(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(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;
	}
}

/*首页同期活动*/
.index-activity-box{
	display: table;
	width: 100%;
}
.index-activity-txt-box{
	background: #fff;
	padding: 30px 2% 0;
	box-sizing: border-box;
	width: 35%;
	display: table-cell;
	vertical-align: top;
}
.index-activity-img-box{
	width: 65%;
	display: table-cell;
}
.index-activity-title{
	font-size: 18px;
	color: #150200;
	margin: 2% 0;
	line-height:24px;
}
.index-activity-txt{
	font-size: 16px;
	color: #666;
	line-height: 34px;
}
.index-activity-txt-btn{
	width: 250px;
	height: 50px;
	text-align: center;
	border: 2px solid #dedede;
	display: block;
	line-height: 46px;
	font-size: 16px;
	color: #1f95d3;
	margin-top: 5%;
	border-radius: 50px;
}
.index-activity-txt-btn:hover{
	background: #1f95d3;
	color: #fff;
	text-decoration: none;
	border: 2px solid #1f95d3;
}
.index-activity-big-img{
	width: 74%;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 450px;
	overflow: hidden;
}
.index-activity-big-img img{
	width: 100%;
}
.index-activity-img{
	width: 25%;
	margin-left: 1%;
}
.index-activity-big-img-name{
	position: absolute;
	padding: 30px;
	bottom: 0;
	font-size: 22px;
	color: #fff;
}
.index-activity-img-li{
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
	height: 148px;
	overflow: hidden;
}
.index-activity-img-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.index-activity-img-name{
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	bottom: 0;
	position: absolute;
}
.index-activity-img-li:last-of-type{
	margin-bottom: 0;
}
.index-activity-img-li img{
	width: 100%;
}
.index-activity-txt-row{
	max-height: 200px;
	overflow: hidden;
}
/*小屏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(index-serve-audience.jpg) center center no-repeat;
	background-size: cover;
}
.index-serve-download{
	background: url(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;
	margin-top: 60px;
}
.content-nav li{
	display: inline-block;
	padding: 0 2%;
}
.content-nav li a{
	display: block;
	font-size: 20px;
	color: #666;
	padding: 30px 0;
	margin-left: 25px;
}
.content-nav li:hover a,
.content-nav li.current a{
	text-decoration: none;
	border-bottom: 3px solid #1f95d3;
	color: #1f95d3;
	font-weight: bold;
	margin-bottom: -3px;
	padding-bottom: 29px;
}
.content-nav-dot{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	float: left;
	margin: 0 10px;
	margin-top: 40px;
}
.content-nav li:hover .content-nav-dot,
.content-nav li.current .content-nav-dot{
	background: #1f95d3;
}

.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(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{
	margin-top:5%;
	max-width: 70%;
	/*width: 100%;*/
	max-height:500px;
}

.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(new-details-pager-l.png) left center no-repeat;
}
.new-details-pager .next{
	padding-right: 42px;
	text-align: right;
	background: url(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: 16px;
	color: #000;
	margin: 10px 0;
	line-height:26px;
}

.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;
	
	padding:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	background: #fff;
	border-radius: 4px;
}
.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(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(serve-ico1.png);
}
.serve-ico2{
	background-image: url(serve-ico2.png);
}
.serve-ico3{
	background-image: url(serve-ico3.png);
}
.serve-ico4{
	background-image: url(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-red{
	color: #d1202f;
}
.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(serve-flow-bg2.png) center center no-repeat;
	background-size: contain;
}
.serve-flow-ul li:nth-last-of-type(2n){
	background: url(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(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;
	}
	
	
}



/*展商服务结束*/


/*内容页导航*/
.content-nav-dot{
	display: none;
}
.content-nav-box{
	border: 0;
	margin-top: 44px;
	margin-bottom: 50px;
}
.content-nav li a{
	font-size: 16px;
	margin: 0;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-bottom: 0;
}
.content-nav li:hover a, 
.content-nav li.current a{
	border-bottom: 0;
	margin-bottom: -1px;
	color: #fff;
}
.content-nav li{
	background: #fff;
	border-bottom: 3px solid #1f95d3;
}
.content-nav li:hover,
.content-nav li.current{
	background: #1f95d3;
}

/*下载中心*/


/*字体图标*/
@font-face {font-family: "iconfont2";
  src: url('iconfont-2.eot'); /* IE9*/
  src: url('iconfont-2.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont710d-2.woff?t=1463975367') format('woff'), /* chrome, firefox */
  url('iconfont710d-2.ttf?t=1463975367') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont710d-2.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;
	}
	
}

/*修改头部*/
.header-top-txt{
	color: #000;
	line-height: 32px;
	padding-right: 34px;
	border-right: 1px solid #eaeaea;
	margin-right: 24px;
	font-size: 16px;
	padding-bottom: 5px;
}
.header-top-txt .txt-blue{
	font-size: 28px;
}
/*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*/
}


/* 视频页面 */
.video-li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.video-li:nth-of-type(3n){
	margin-right: 0;
}
.fancybox-video{
	display: block;
}
.fancybox-video>img{
	max-width: 100%;
}
.fancybox-video-title{
	display: block;
	text-align: center;
	color: #333;
	line-height: 24px;
	height: 48px;
}
.fancybox-video:hover>img{
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

/*20170313*/
.index-main-left{
   width:58%;	
}
.index-industry{
   	width:100%;
	height:112px;
	background-color:#1f95d3;
	margin-bottom:23px;
}
.industry-left{
    width:20%;
	height:100%;
	line-height:112px;
	border-right:1px solid #3da2d7;	
	text-align:center;
}
.industry-big-title{
   display:inline-block;
   font-size:16px;
   font-weight:bold;
   color:#FFF;
}
.industry-icon{
	display:inline-block;
	width:18px;
	height:17px;
	vertical-align:middle;
	background: url(../industry-icon.html) center center no-repeat;
	margin-right:5px;
}

.industry-center{
     width:65%;
	 padding:20px 5%;
	 box-sizing:border-box;
}
.industry-center a{
	display:block;
	height:30px;
	line-height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap; 
	font-size:16px;
	color:#FFF;
	margin-bottom:6px;
}
.industry-center a:hover{
	text-decoration:underline;
}
.industry-right{
	width:15%;
	height:100%;
    background-color:#1489c7;	
}
.industry-right a{
	display:block;
	text-align:center;
    font-size:16px;
	color:#FFF;
	line-height:112px;	
}
.industry-right a:hover{
	background-color:#34A9DE	
}
.industry-right:hover a{
	text-decoration:none;	
}
.index-news-box{
    
	min-height:544px;
}
.index-main-left .index-news-box{
	width:100%;	
}
@media (max-width: 979px){
	.index-main-left{
	  width:100%;	
	}
	.index-news-box {
		width: 100%;
		min-height: inherit;
	}
}
@media (max-width:768px){
	.industry-left{
	  float:none;
	  width:100%;
	  height:30px;	
	  line-height:30px;
	  border-right:none;
	}
	.industry-right{
	  float:none;
	  width:100%;
	  height:30px;
	  overflow:hidden;
	}
	.industry-right a{
	  height:30px;	
	  line-height:30px;
	}
	.industry-center{
	  float:none;
	  width:100%;
	  height:60px;
	  line-height:30px;
	  padding:0 5%;
	  overflow:hidden;
	}
	.industry-center a{
	  height:24px;
	  line-height:24px;
	}
	
}
.content-nav{
	min-width:100%;
}
.content-nav li{
	float:left;
	margin-right:4px;
}
.content-nav-btn-row{
	float: right;

}
.content-nav-btn{
	height: 53px;
	line-height: 53px;
	text-align: center;
	float: left;
	border-radius: 30px;
	width: 160px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
	
}
.content-nav-btn1{
	background-image: url(content-nav-btn1.jpg);
}
.content-nav-btn2{
	background-image: url(content-nav-btn2.jpg);
	margin-left: 20px;
}
.content-nav-btn:hover{
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}
@media (max-width:1400px){
	.content-nav-btn{
		width: 130px;
	}
	.content-nav-btn2{
		margin-left: 5px;
	}
}
@media (max-width:1100px){
	.content-nav-btn{
		width: 100px;
		font-size: 16px;
	}
}
@media (max-width:1010px){
	.content-nav-btn-row{
		display: none;
	}
}



/*20170407*/
.content-white-bg .w2{
	position:relative;
}
.baoming-btn{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:160px;
	height:44px;
	line-height:44px;  
    border-radius: 22px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background-color:#1f95d3;
}
.baoming-icon{
	display:inline-block;
	width:17px;
	height:18px;
	background:url(baoming.png) no-repeat;
	vertical-align:text-bottom;
	margin-right:5px;
}
.baoming-btn:hover{
	background-color:#229cdc;
	color:#FFF;
	text-decoration:none;
}
.activity-motai{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
    background:rgba(0,0,0,.6);
	z-index:1000;
}
.activity-motai-box{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-282px;
	margin-top:-182px;
	width:564px;
	height:365px;
	background-color:#FFF;
}
.motai-box-close{
	position:absolute;
	right:12px;
	top:12px;
	display:block;
	width:26px;
	height:26px;
	line-height:26px;
	border-radius:50%;
	border:1px solid #333;
	font-size:18px;
	color:#333;
	text-align:center;
	text-decoration:none;
}
.motai-box-close:hover{
	text-decoration:none;
}
.motai-box-top{
	padding:40px 90px;
}
.motai-form-row{
	margin:15px 0;
	height: 45px;
	line-height: 45px;
}
.motai-form-row label{
	margin-right: 33px;
}
.select-radio{
	margin-top:0 !important;
	margin-right: 5px !important;
	vertical-align:middle;
}
.motai-form-input{
	height: 43px;
	line-height: 43px;
	outline: none;
	border:1px solid #e5e5e5;
	width: 100%;
	padding:0 10px;
}
.motai-tijiao{
	display: block;
	height: 58px;
	line-height: 58px;
	background-color: #1f95d3;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.motai-tijiao:hover{
    background-color: #239fe0;
}


@media (max-width:640px){
	.baoming-btn{
		position:static;
		margin-top:20px;
		margin-left:auto;
		margin-right:auto;
	}
	.activity-motai-box{
		width:96%;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	.motai-box-top{
		padding:40px;
	}
}


/*20170522*/
.new-conferences{
    margin: 15px; 
	font-size: 16px;
}
.red-down{
	margin: -2px 8px 0px;
}
.more-activity{
	text-decoration:underline;
	color:#3393dd !important;
}
.more-activity:hover{
	text-decoration:underline !important;
	color:#3393dd;
}



/*相册*/
.tab-container{
    padding:50px 0;	
}
.photo-news-conent p{ line-height:25px; font-size:15px;}
.photo-download ul.tab{ width:100%; border-bottom:1px solid #eeefef; height:35px;}
.photo-download ul.tab li{ float:left; line-height:35px; padding:0 31px; font-weight:bold; cursor:pointer; height:35px; position:relative; z-index:99;}
.photo-download ul.tab li:hover{ border-bottom:1px solid #1f95d3; height:35px; color:#1f95d3;}
.photo-download ul.tab li.on{ border-bottom:1px solid #1f95d3; height:35px; color:#1f95d3;}
.photo-download-con{ overflow:hidden; min-height:400px;}
.photo-download-con > li{ display:none; width:100%; overflow:hidden; line-height:95px; font-size:16px; font-weight:bold; }
.photo-download-con > li.current{ display:block;}
.photo-download-con > li span{ height:41px; width:44px; display:block; float:left; margin:0 16px 0 3px; transition:600ms;}
@media screen and (max-width: 767px){
.photo-download .smart-item .gallery-list li{
     margin:10px 0;
}
}





.top-nav{
	transition: 400ms;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 99;
	padding-bottom: 20px;
	box-shadow: 0 0 2px #999;
}
.top-nav-a{
	/*height:150px;*/
	transition: 400ms;
	transform:translateY(-118px);
    -webkit-transform:translateY(-118px);
    -moz-transform:translateY(-118px);
}


.nav-bot-height{
	height:180px;
	width:100%;
}


@media (max-width: 767px){
	.top-nav{
		position:relative;
	}
	.nav-bot-height{
		display:none;
	}

	.banner{
		width:100%;
		margin-left:0;
		left:0;
		height:auto;
	}

	.banner .swiper-slide img{
		width:100%;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom:8px;
	}
}


.recommended-wrap{
	width:100%;
	/*background:#fff;*/
	padding:3% 3% 1% 3%;
	margin-bottom:40px;
	background: url(index-message-bg.jpg) center center no-repeat;
}

.recommended-wrap .index-news-top{
	margin-bottom:20px;
	border-top: 2px solid #fff;
}

.recommended-wrap .index-news-top .index-news-title{
	color:#fff;
}

.recommended-wrap .swiper-container{
	padding-bottom:40px;
}
.recommended-wrap .swiper-pagination-bullet-active{
	background:#fff;
}
.recommended-wrap .swiper-slide{
	width:20%;
	border:1px solid #fff;
	background:#fff;
	padding:0.4%;
	line-height:86px;
	text-align:center;
}

.recommended-wrap .swiper-slide a{
	display:block;
}
.recommended-wrap .swiper-slide img{
	max-width:100%;	
	vertical-align: middle;
}





.errar-con{
	text-align:center;
	padding:10% 0;
}
.errar-con img{
	width:36%;
}
.errar-con-tit{
	padding:30px 0 50px;
	font-size:22px;
}
.errar-con-a{
	padding:8px 35px;
	background:#3393dd;
	color:#fff;
}
.errar-con-a:hover{
	color:#fff;
}

