/*
*@author:liu-yao
*@update:2013-6-9
*@update:shijinyu 2014-1-24
*/
@import url("/style/base/reset.css");
@import url("/style/base/common.css");
@import url("/style/ui/ui_icon.css");
@import url("/style/ui/ui_button.css");
@import url("/style/ui/ui_form.css");
@import url("/style/photoborder.css");
@import url("/style/component/cn_footer.css");
@import url("/style/component/cn_header_channel.css");
@import url("/style/component/cn_header_search.css");
@import url("/style/module/industry/nav.css");

.wrap{width:1390px;margin:0 auto;}
.link-blue:link,.link-blue:visited{color:#005ba8;}
.link-blue:hover{color:#bf030c;}
.wrap-error{
	height:364px;
	border-bottom:1px solid #eaeaea;
	background:url(/images/special/special-404/error.png) 50px  40px no-repeat;
}
.wrap-error-403{border-bottom:none;}
.wrap-error .error-warning{
	margin-left:491px;
	padding-top:100px;
	font:normal 35px/1.4 "microsoft yahei",simson;
	color:#de3237;
}
.wrap-error .error-reason{
	margin-left:491px;
	font:normal 18px/1.5 "microsoft yahei",simson;
	color:#666;
}
.wrap-error .error-guide{margin:24px 0 0 491px;}
.wrap-error .error-guide dt,.wrap-error .error-guide ol{font-size:14px;color:#666;margin-bottom:10px;}
.wrap-error .error-guide dd,.wrap-error .error-guide p{color:#666;}
.wrap-error .error-guide .btn-link{
	display:inline-block;
	width:154px;
	margin-right:10px;
	background:#de3237;color:#fff;
	font:normal 22px/50px  "microsoft yahei",simsun;
	text-align:center;
	vertical-align:middle;
}
.wrap-error .error-guide .btn-link:hover{color:#fff;background:#f84046;text-decoration:none;}
.wrap-error .error-guide .search{margin-left:3px;}

.wrap-error-403 .error-reason{padding-top:15px;}
.wrap-error-403 .error-guide{margin-top:10px}
.wrap-recmd{margin-top:20px;padding-bottom:105px;}
.wrap-recmd .recmd-title{font:normal 22px/22px  "microsoft yahei",simSon;color:#666;margin-bottom:27px;*line-height:1.2;}
.wrap-recmd .recmd-item dt{margin-top:16px;font:normal 16px/20px  "microsoft yahei",simson;color:#444;}
.wrap-recmd .recmd-item dt .link-blue{font:normal 12px/14px simson;margin-left:14px;}
.wrap-recmd .recmd-item dd{color:#444;line-height:24px;}
.wrap-recmd .recmd-item dd a{margin-right:14px;}
.wrap-recmd .recmd-item dd a:link,.wrap-recmd .recmd-item dd a:visited{color:#333;}
.wrap-recmd .recmd-item dd a:hover{color:#bf030c;}

.focus{width:575px;*width:581px;*margin-right:2px;}
.focus .search-bar{border:2px solid #fdd000;width:571px;*width:577px;overflow:hidden;*zoom:1;}
.focus .search-btn{width:100px;}

.wrap-flex{width: 1390px !important;}

.error-message{
	width: 1390px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px;
}
.error-message .text{
	font-size: 14px;
	color: #333;
	padding: 24px 0;
}
.error-message .suggestion-pro{
	width: 100%;
	background: #ffffff;
	border: 1px solid rgba(224,224,224,0.90);
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 21px;
}
.error-message .suggestion-pro .title{
	width: 120px;
	float: left;
	padding: 7.5px 0;
	background: #F4F4F4;
	text-align: center;
	box-sizing: border-box;
}
.error-message .suggestion-pro ul{
	width: 1238px;
	float: left;
	font-weight: bold;
	margin-left: 30px;
	display: inline-block;
}
.error-message .suggestion-pro ul li{
	float: left;
	margin-right: 30px;
	padding: 7.5px 0;
}
.error-show-content{
	width: 100%;
	background: #f2f2f2;
	padding: 40px 0 20px;
}
.error-show-content .show-wrap{
	width: 1390px;
	margin: 0 auto 40px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
.show-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 22px;
}
.show-header .head-lf{
	height: 22px;
	line-height: 22px;
	display: flex;
	align-items: center;
}
.show-header .head-lf .head-title{
	font-size: 22px;
	font-weight: bold;
	margin-left: 12px;
}
.show-header .head-lf .head-des{
	font-size: 14px;
	color: #999;
	font-weight: 500;
	margin-left: 10px;
}
.show-header .head-icon{
	width: 22px;
	height: 22px;
}
.selected-industries .head-icon{
	background: url("/images/special/special-404/hy-icon.png") center no-repeat;
}
.business-video .head-icon{
	background: url("/images/special/special-404/sp-icon.png") center no-repeat;
}
.latest-news .head-icon{
	background: url("/images/special/special-404/zx-icon.png") center no-repeat;
}
.selected-exhibitions .head-icon{
	background: url("/images/special/special-404/zh-icon.png") center no-repeat;
}
.selected-industries .show-header .head-rg{
	margin-right: 20px;
}
.show-content-box{
	margin-top: 20px;
}
.error-show-content .show-wrap.selected-industries{
	padding: 20px 0 20px 20px;
}
.selected-industries .show-content-box ul{
	display: inline-block;
}
.selected-industries .show-content-box ul li{
	float: left;
	border-right: 1px solid #edeff2;
	margin-right: 20px;
}
.selected-industries .show-content-box ul li:last-child{
	border-right: 0;
	margin-right: 0;
}
.selected-industries .show-content-box li .box-lf{
	width: 180px;
	float: left;
	background: #f7f1ec;
}
.selected-industries .show-content-box li:nth-child(2) .box-lf{
	background: #edeff2;
}
.selected-industries .show-content-box li:nth-child(3) .box-lf{
	background: #eaf4f3;
}
.selected-industries .show-content-box li .box-lf-wrap{
	padding: 15px 5px 10px 15px;
}
.selected-industries .show-content-box li .box-lf-wrap .title a{
	font-size: 20px;
	font-weight: 700;
}
.selected-industries .show-content-box li:nth-child(2) .box-lf-wrap .title a{
	color: #4E5E83;
}
.selected-industries .show-content-box li:nth-child(3) .box-lf-wrap .title a{
	color: #2EA296;
}
.selected-industries .show-content-box li:nth-child(2) .box-lf-wrap .title a:hover,
.selected-industries .show-content-box li:nth-child(3) .box-lf-wrap .title a:hover{
	color: #d9363c;
}
.selected-industries .show-content-box .box-lf-wrap ul{
	display: inline-block;
	margin-top: 17px;
}
.selected-industries .show-content-box .box-lf-wrap ul li{
	float: left;
	width: 70px;
	height: 24px;
	background: #fff;
	border-radius: 12px;
	line-height: 24px;
	margin: 0 10px 14px 0;
	text-align: center;
}
.selected-industries .show-content-box li .box-rg{
	float: left;
}
.selected-industries .show-content-box .box-rg-wrap{
	padding: 18px 15px 0;
}
.selected-industries .show-content-box .box-rg-wrap ul{
	display: inline-block;
}
.selected-industries .show-content-box .box-rg-wrap ul{
	display: inline-block;
}
.selected-industries .show-content-box .box-rg-wrap ul li{
	float: left;
	width: 110px;
	margin-right: 12px;
}
.selected-industries .show-content-box .box-rg-wrap ul li:last-child{
	margin-right: 0;
}
.selected-industries .show-content-box .box-lf li,
.selected-industries .show-content-box .box-rg li{
	border: 0;
	padding: 0;
}
.business-video .video-img,
.selected-exhibitions .exhibition-img{
	width: 100%;
	position: relative;
	padding-top: 100%;
}
.business-video .video-img img,
.selected-exhibitions .exhibition-img img{
	width: 320px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
.industry-pro-info{
	text-align: center;
	margin-top: 22px;
}
.industry-pro-info .pro-name{
	font-size: 14px;
	color: #222;
	font-weight: 500;
}
.business-video .show-content-box ul,
.latest-news .show-content-box ul,
.selected-exhibitions .show-content-box ul{
	display: inline-block;
}
.business-video .show-content-box ul li,
.latest-news .show-content-box ul li,
.selected-exhibitions .show-content-box ul li{
	float: left;
	width: 320px;
	margin-right: 23px;
}
.business-video .show-content-box ul li:last-child,
.latest-news .show-content-box ul li:last-child,
.selected-exhibitions .show-content-box ul li:last-child{
	margin-right: 0px;
}
.business-video .video-img{
	padding-top: 181px;
}
.video-info {
 	margin-top: 20px;
}
.video-info .video-name{
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video-info .video-name:hover{
	color: #D9363C;
	cursor: pointer;
}
.latest-news .news-wrap{
	height: 170px;
	background: #f4f4f4;
	padding: 18px 16px 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.latest-news .news-wrap .news-title{
	font-size: 16px;
	font-weight: 700;
}
.latest-news .news-wrap p{
	font-size: 14px;
	line-height: 25px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.latest-news .news-wrap .news-desc{
	height: 109px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 14px;
	position: relative;
}
.news-desc:before{
	content: '...';
	position: absolute;
	bottom: 5px;
	right: 30px;
	z-index: 2;
}
.news-desc:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(90deg,rgba(244,244,244,0) 0%,#f4f4f4 50%);
}
.selected-exhibitions .exhibition-img{
	padding-top: 206px;
}
.exhibition-info {
	margin-top: 18px;
}
.exhibition-info .exhibition-name{
	font-size: 14px;
	font-weight: 700;
}
.exhibition-info .exhibition-name a{
	width: 86%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.exhibition-info .exhibition-des{
	margin-top: 4px;
}

a:link,
a:visited{
	color: #333;
}
a:hover{
	color: #D9363C;
	text-decoration: none;
}

/*full pop*/
.full-pop{
   width:100%;
   height:100%;
   position:fixed;
   top:0;
   right:0;
   bottom:0;
   left:0;
   background:rgba(0,0,0,.8);
   z-index:999;
}
.full-pop-close{
	position:absolute;
	width:50px;
	height:50px;
	right:0;
	top:0;
	cursor:pointer;
	-webkit-transition:transform .3s;
	transition:transform .3s;
}
.full-pop-close:hover{
	transform:rotate(185deg);
}
.full-pop-close:before,
.full-pop-close:after{
	content:'';
	background:#fff;
	position:absolute;
	transform:rotate(45deg);
}
.full-pop-close:before{
	width:50px;
	height:2px;
	left:0;
	top:24px;
}
.full-pop-close:after{
	width:2px;
	height:50px;
	left:24px;
	top:0;
}
.new-video-box {
	width: 747px;
	margin: 150px auto 0;
	position: relative;
}
.new-video-view{
	display: inline-block;
	width: 747px;
	height: 420px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.new-video-box .video-tit{
	color: #fff;
}
.new-video-box .video-des{
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}
.new-video-box .video-detail {
	display: inline-block;
	margin-top: 10px;
}
.new-video-box .video-detail a{
	width: 100px;
	height: 32px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #f33348;
	background: -webkit-linear-gradient(125deg, #f33348, #e41c2e);
	background: -moz-linear-gradient(125deg, #f33348, #e41c2e);
	background: linear-gradient(125deg, #f33348, #e41c2e);
	line-height: 32px;
}
