 body{
 	font-family: 微软雅黑, SimSun, Arial, "Helvetica Neue", Helvetica;
    font-size: 12px;
    line-height: 24px;
    background:#fff;
 }

.g-doc{
	margin: 0 auto;
    width: 100%;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
    background: #f7f8f9;
}

.g-wrap{
	width: 1200px;
    margin: 0 auto;
}


/*分页样式开始*/
/* 分页*/
.m-paging .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.m-paging .pagination > li {
  display: inline;
}
.m-paging .pagination > li > a,
.m-paging .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.m-paging .pagination > li:first-child > a,
.m-paging .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.m-paging .pagination > li:last-child > a,
.m-paging .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.m-paging .pagination > li > a:hover,
.m-paging .pagination > li > span:hover,
.m-paging .pagination > li > a:focus,
.m-paging .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.m-paging .pagination > .active > a,
.m-paging .pagination > .active > span,
.m-paging .pagination > .active > a:hover,
.m-paging .pagination > .active > span:hover,
.m-paging .pagination > .active > a:focus,
.m-paging .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ba130e;
  border-color: #ba130e;
}
.m-paging .pagination > .disabled > span,
.m-paging .pagination > .disabled > span:hover,
.m-paging .pagination > .disabled > span:focus,
.m-paging .pagination > .disabled > a,
.m-paging .pagination > .disabled > a:hover,
.m-paging .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.m-paging .pagination-lg > li > a,
.m-paging .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.m-paging .pagination-lg > li:first-child > a,
.m-paging .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.m-paging .pagination-lg > li:last-child > a,
.m-paging .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.m-paging .pagination-sm > li > a,
.m-paging .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.m-paging .pagination-sm > li:first-child > a,
.m-paging .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.m-paging .pagination-sm > li:last-child > a,
.m-paging .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*分页样式结束*/
/*分页样式结束*/



/*头部*/
.g-hd{
	
}

/*头部--顶部条开始*/
.m-topbar{
	padding-top: 2px;
	height: 26px;
	background: url('../image/topbar_bg.png');
}

.m-topbar .u-add{
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.m-topbar .u-add a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.m-topbar .u-add a:hover{
	color: #ba130e;
}

.m-topbar .u-mail{
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.m-topbar .u-mail a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.m-topbar .u-mail a:hover{
	color: #ba130e;
}

.m-topbar .u-mail .lang{
	color: #ba130e;
}
/*头部--顶部条结束*/


/*头部--LOGO开始*/
.m-logo{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #ccc; 
}

.m-logo .u-logo img{
	width: 398px;
	height: 52px;
}

.m-logo .u-slogan{
	padding-top: 20px;
}
.m-logo .u-mobile-nav{
     display: none;
}
/*头部--LOGO结束*/

/*头部--导航条开始*/
.m-nav{
	background: #fff;
}

.m-nav ul{
	
}

.m-nav .u-main-nav{
	float: left;
	position: relative;
	margin-left: 10px;
    margin-right: 10px;
    width: 100px;
	text-align: center;
	border-top: 2px solid #fff;
}

.m-nav .u-main-nav a{
	display: block;
	font-size: 18px;
	line-height: 60px;
	color: #333;
}

.m-nav .u-main-nav:hover{
	border-top: 2px solid #ba130e;
}

.m-nav .u-main-nav:hover a{
	color: #ba130e;
}

.m-nav .u-main-nav:hover ul{
	display: block;
}

.m-nav .u-main-nav.on{
	border-top: 2px solid #ba130e;
}

.m-nav .u-main-nav.on a{
	color: #ba130e;
}

.m-nav .u-main-nav ul{
	position: absolute;
    left: 0px;
    top: 60px;
    z-index: 2;
	display: none;
}

.m-nav .u-main-nav ul li{
	margin-left: 0px;
    margin-right: 0px;
    width: 220px;
    height: auto;
    border-top: none;
    border-bottom: 1px solid #ccc;
	background-image: url('../image/nav_002.png');	
}

.m-nav .u-main-nav ul li a{
	display: block;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    padding: 4px;
}

.m-nav .u-main-nav ul li:hover{
	border-top: none;
	background-image: url('../image/nav_003.png');
}

.m-nav .u-main-nav ul li:hover a{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
/*头部--导航条结束*/





/*内容--首页幻灯广告开始*/
.g-banner{  
	background-image: url('../image/banner_001.png');
	background-size: 100% 100%;     
	background-position: center center;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
}

.m-notice{
	float: left;
	background-color: #ba130e;
}

.m-notice .s-notice{
	float: left;
	width: 328px;
	height: 212px;
	overflow: hidden;
	margin-top: 120px;
	margin-bottom: 110px;
	margin-left: 36px;
	margin-right: 36px;
	background-color: #ba130e;
}

.m-notice .s-notice .swiper-slide{
	background-color: #ba130e;
}


.m-notice .s-notice h1{
	font-size: 30px;
	line-height: 48px;
	font-weight: normal;
	color: #fff;
}

.m-notice .s-notice p{
	margin-top: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.m-notice .s-notice a:hover p{
	text-decoration: underline;
}

.m-notice .s-notice-logo{
	width: 400px;
	height: 442px;
	text-align: center;
}

.m-notice .s-notice-logo img{
	padding-top: 171px;
	padding-bottom: 171px;
	padding-left: 67px;
	padding-right: 67px;
	width: 266px;
	height: 100px;

}

/* 大会图片样式 */
.m-meeting_banner{
	float: left;
	position: relative;
	width: 100%;
	height: 442px;
	overflow: hidden;
}

.m-meeting_banner .u-meeting_banner {
	width: 100%;
	display: block;
}

.m-meeting_banner .u-meeting_banner  img{
	width: 100%;
	height: 442px;
}
/* 大会图片样式 */

.m-banner{
/* 	float: left; */
	position: relative;
	width: 1200px;
	height: 442px;
	overflow: hidden;
}

.m-banner .u-banner a {
/* 	float: left; */
	width: 1200px;
}

.m-banner .u-banner a  img{
	width: 1200px;
	height: 442px;
}


.banner-swiper-pagination{
	position: absolute;
	bottom: 0px;
	z-index: 2;
	text-align: -webkit-right;
	text-align: right;
}

.m-banner .banner-swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}

.m-banner .banner-swiper-pagination .swiper-pagination-bullet{
	background: #999999;
	opacity: 1;
}

.m-banner .banner-swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;	
	border: 2px solid #ba130e;
}
/*内容--首页幻灯广告结束*/


/*内容--首页内容模块*/
.m-module_title{
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.m-module_title li{
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 18px;
	line-height: 55px;
	border-top: 3px solid #fff;
	cursor: pointer;
}

.m-module_title li.on{
	border-top: 3px solid #ba130e;
}


.m-module_title span{
	padding-top: 10px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 47px;
	color: #999;
}


.m-module_title span a:hover{
	color: #ba130e;
	text-decoration: underline;
}

.m-module_content{
	padding: 22px;
}
/*内容--首页内容模块*/


/*内容--首页重要新闻开始*/
.m-main-news{
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	width: 590px;
	height: 442px;
	background: #fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-main-news .m-module_content .u-main-news{
	width: 544px;
	height: 336px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.m-main-news .m-module_content .u-main-news .s-news{
	position: relative;
	width: 544px;
	height: 336px;
	overflow: hidden;
}

.m-main-news .m-module_content .u-main-news .s-news a{
	display: block;
	width: 544px;
	height: 336px;
	background-size: 544px 336px;
	background-repeat: no-repeat;
}

.m-main-news .m-module_content .u-main-news .s-news .swiper-slide{
	background-repeat: no-repeat;
}

.m-main-news .m-module_content .u-main-news .s-news .swiper-slide p{
	position: absolute;
	background-image: url('../image/news_bg.png');
	bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	width: 532px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	z-index: 3;	
}

.m-main-news .m-module_content .u-main-news .news-swiper-pagination{
	position: absolute;
	bottom: 0px;
	width: 532px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
	height: 22px;
	z-index: 2;	
	text-align: -webkit-right;
	text-align: right;
}

.m-main-news .m-module_content .u-main-news .news-swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}

.m-main-news .m-module_content .u-main-news .news-swiper-pagination .swiper-pagination-bullet{
	background: #999999;
	opacity: 1;
}

.m-main-news .m-module_content .u-main-news .news-swiper-pagination .swiper-pagination-bullet-active{
	background: #ba130e;	
}

/*内容--首页重要新闻结束*/

/*内容--首页官方新闻开始*/
.m-news{
	float: left;
	margin-top: 30px;
	width: 590px;
	height: 442px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.u-news-recommend{
	margin-bottom: 10px;
}

.u-news-recommend img{
	float: left;
	margin-right: 14px;
	width: 240px;
	height: 150px;
	border: 1px solid #ccc;
}

.u-news-recommend .u-news-recommend_text{
	float: left;
	width: 290px;
}

.u-news-recommend .u-news-recommend_text a:hover{
	color: #ba130e;
}

.u-news-recommend .u-news-recommend_text .u-news-recommend_title{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

.u-news-recommend .u-news-recommend_text .u-news-recommend_date{
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.u-news-recommend .u-news-recommend_text .u-news-recommend_desc{
	text-align: justify;
	font-size: 12px;
	line-height: 22px;
}

.u-news-recommend_list li{
	padding-top: 8px;
}

.u-news-recommend_list a{
	padding-left: 14px;
	background-image: url('../image/list_001.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.u-news-recommend_list a:hover{
	color: #ba130e;
	text-decoration: underline;
}

.u-news-recommend_list span{
	float: right;
}
/*内容--首页官方新闻结束*/

.m-index-content-left{
	width: 794px;
}



/*内容--首页研究开始*/
.m-department{
	margin-top: 30px;
	width: 794px;
	height: auto;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-department .u-department{
	width: 750px;
	height: auto;
	overflow: hidden;
}

.m-department .u-department li{
	float: left;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
}

.m-department .u-department li:nth-child(2n){
	margin-right: 0px;
}

.m-department .u-department li a{
	display: block;
	height: 256px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.m-department .u-department_img{
	position: relative; 
	width: 360px;
	height: 216px;
}

.m-department .u-department_img p{
	display: none;
	background-image: url('../image/department_bg.png');
	position: absolute;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	width: 286px;
	height: 176px;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	color: #fff;
}

.m-department .u-department_img img{
	width: 360px;
	height: 216px;
}

.m-department .u-department_desc{
	
}

.m-department .u-department_desc h2{
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #333;
}

.m-department .u-department li a:hover{
	border: 1px solid #ba130e;
}

.m-department .u-department li a:hover .u-department_img p{
	display: block;
}

.m-department .u-department li a:hover .u-department_desc h2{
	color: #ba130e;
}

/*内容--首页研发部门展示结束*/


/*内容--首页众创空间开始*/
.m-space{
	float: left;
	margin-top: 30px;
	margin-right: 18px;
	width: 388px;
	height: 440px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-space .u-space{
	
}

.m-space .u-space img{
	width: 344px;
	height: 200px;
	border: 1px solid #ccc;
}

.m-space .u-space p{
	margin-top: 10px;
	font-size: 12px; 
	line-height: 24px;
	text-align: justify;
}
/*内容--首页众创空间结束*/

/*内容--首页众创空间开始*/
.m-platform{
	float: left;
	margin-top: 30px;
	width: 749px;
	/* width: 386px; */
	height: 440px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-platform .u-order_btn{
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ba130e;
	border-radius: 6px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.m-platform .u-order_btn:hover{
	color: #fff;
	text-decoration: underline;
}

.m-platform .u-platform{
	
}

.m-platform .u-platform img{
	/* width: 344px; */
	width: 749px;
	height: 200px;
	border: 1px solid #ccc;
}

.m-platform .u-platform p{
	margin-top: 10px;
	font-size: 12px; 
	line-height: 24px;
	text-align: justify;
}
/*内容--首页众创空间结束*/



.m-index-content-right{
	width: 386px;
}



/*内容--首页友情链接开始*/
.m-link{
	margin-top: 30px;
	width: 386px;
	min-height: 260px;
	/* height: 196px; */
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-link .u-link{

}

.m-link .u-link li{
	float: left;
	margin-left: 9px;
	margin-right: 9px;
}

.m-link .u-link li a{
	font-size: 12px;
	line-height: 24px;
}

.m-link .u-link li a:hover{
	color: #ba130e;
	text-decoration: underline;
}
/*内容--首页友情链接结束*/


/*内容--首页重要活动开始*/
.m-activity{
	margin-top: 30px;
	width: 386px;
	min-height: 450px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-activity .u-activity{
	
}

.m-activity .u-activity ul{
	
}

.m-activity .u-activity ul li a{
	position: relative;
	display: block;
	margin-bottom: 8px;
	width: 340px;
	height: 144px;
	border: 1px solid #ccc;
}

.m-activity .u-activity ul li a:hover{
	border: 1px solid #ba130e;
}

.m-activity .u-activity ul li img{
	width: 340px;
	height: 144px;
}

.m-activity .u-activity ul li p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('../image/index_research_bg.png');
	background-size: 100% 100%;
	width: 310px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
/*内容--首页重要活动结束*/


/*内容--首页行业动态开始*/
.m-industry{
	margin-top: 30px;
	width: 386px;
	height: 254px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-industry .u-industry{
	
}

.m-industry .u-industry ul{
	
}

.m-industry .u-industry li{
	padding-bottom: 8px;
}

.m-industry .u-industry  a{
	padding-left: 14px;
	background-image: url('../image/list_001.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}

.m-industry .u-industry  a:hover{
	color: #ba130e;
	text-decoration: underline;
}

.m-industry .u-industry  span{
	float: right;
}
/*内容--首页行业动态结束*/











/*内容--首页众创空间开始*/
.m-research{
	float: left;
	margin-top: 30px;
	width: 388px;
	height: 440px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}


.m-research .u-research{
	
}

.m-research .u-research img{
	width: 344px;
	height: 200px;
	border: 1px solid #ccc;
}

.m-research .u-research p{
	margin-top: 10px;
	font-size: 12px; 
	line-height: 24px;
	text-align: justify;
}
/*内容--首页众创空间结束*/







/*内容--首页平台简介开始*/
.m-profile_content{
	float: left;
	margin-top: 30px;
	width: 282px;
	height: 537px;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-profile_content .u-platform_content img{
	width: 100%;
}

.m-profile_content .u-platform_content p{
	text-align: justify;
}

.m-profile_content .u-order_btn{
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ba130e;
	border-radius: 6px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.m-profile_content .u-order_btn:hover{
	color:#fff;
	text-decoration: underline;
}
/*内容--首页平台简介结束*/


/*底部开始*/
.g-ftw{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #dfdcdd;
}

.g-ftw .g-ft .m-copy{
	
}

.g-ftw .g-ft .m-copy img{
	width: 400px;
	height: 50px;
}

.g-ftw .g-ft .m-copy p{
	color: #666666;
}

.g-ftw .g-ft .m-code{
	width: 100px;
	text-align: center;
}

.g-ftw .g-ft .m-code img{
	width: 100px;
}

.g-ftw .g-ft .m-code p{
	color: #666;
}
/*底部结束*/


/*内容--首页幻灯广告开始*/
.g-banner_inside{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
	height: 240px;
}

.m-banner_inside a{
	display: block;
	height: 240px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

/*内容--首页幻灯广告结束*/
/*内页--背景*/
.g-bd {
	padding-bottom: 60px;
	background: #f4f4f4 url('../image/bd_001.png') no-repeat center bottom;
}


/*内容--内页左导航*/
.m-left_sidebar{
	float: left;
	width: 240px;
	margin-top: 18px;
	margin-right: 20px;
}

.m-left_sidebar .m-left_sidebar_title{
	width: 220px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-image: url('../image/left_sidebar_title.png');
	background-size: 100% 100%;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.m-left_sidebar ul{
	width: 240px;
	background: #fff;
}

.m-left_sidebar ul li{
	border-bottom: 1px solid #ccc;
	background-image: url('../image/m-left_sidebar_title_bg_002.png');
	background-repeat: no-repeat;
	background-position: 220px center;
}

.m-left_sidebar ul li a{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	line-height: 20px;
}

.m-left_sidebar ul li:hover{
	background-image: url('../image/m-left_sidebar_title_bg_001.png');
}

.m-left_sidebar ul li a:hover{
	color: #ba130e;
}

.m-left_sidebar ul li.on{
	background-image: url('../image/m-left_sidebar_title_bg_001.png');
}

.m-left_sidebar ul li.on a{
	color: #ba130e;
}


.m-right_content{
	position: relative;
	float: left;
	margin-top: 18px;
	padding-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;
	width: 860px;
	background:#fff;
	box-shadow: 3px 3px 10px #ccc;
}

.m-right_content .u-right_content_title{
	border-bottom: 1px solid #ccc
}

.m-right_content .u-right_content_title h1{
	font-size: 20px;
	line-height: 50px;
	color: #ba130e;
	font-weight: normal;
	border-bottom: 1px solid #ba130e;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
}

.m-right_content .u-right_content_title p{
	margin-top: 18px;
	font-size: 12px;
	line-height: 24px;
}

.m-right_content .u-right_content_title p a:hover{
	color: #ba130e;
}

.m-right_content .u-right_content_title p a:last-child{
	color: #ba130e;
}

.m-right_content .u-right_content_content{
	padding-top: 12px;
	min-height: 800px;
}

/*内页-新闻列表页*/
.u-news_list{

}

.u-news_list li{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 150px;
	border-bottom: 1px dotted #ccc;
}

.u-news_list .u-img{
	display: block;
	float: left;
	margin-right: 20px;
	width: 270px;
	height: 150px;
	border: 1px solid #ccc;
}

.u-news_list .u-content{
	float: left;
	width: 568px;
}


.u-news_list .u-content .u-title{
	font-size: 16px;
	line-height: 28px;
}

.u-news_list .u-content .u-author{
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.u-news_list .u-content .u-desc{
	font-size: 12px;
	line-height: 24px;
	color: #333;
}

.u-news_list li a:hover .u-title{
	color: #ba130e;
}


/*分页开始*/
.m-paging{
	position: absolute;
	height: 20px;
	bottom: 30px;
}
/*分页结束*/

/*详情*/
.u-detail .u-detail_title{
	margin-top: 10px;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	text-align: center;
}

.u-detail .u-detail_date{
	margin-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #999;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

.u-detail .u-detail_content{
	padding-top: 20px;
}

.u-detail .u-detail_content{
	font-size: 14px;
	line-height: 26px;
}

/*内页-招聘信息列表*/
.u-table{
	width: 100%;

}

.u-table thead{
	
}

.u-table thead tr th{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #afaeae;
	color: #fff;
	text-align: center;
}


.u-table tbody tr{
	border-top: 1px solid #fff;
}
.u-table tbody tr th{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #e8e8e8;
	color: #333;
	text-align: center;
}

.u-table .u-more{
	color: #ba130e;
}

.u-table .u-more:hover{
	text-decoration: underline;
}

/*内页--研究成果列表页开始*/
.u-research_list{
	
}

.u-research_list li{
	float: left;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 20px;
}

.u-research_list li:nth-child(3n){
	margin-right: 0px;
}

.u-research_list li a{
	display: block;
	border: 1px solid #ccc;
	overflow: hidden;
}

.u-research_list .u-research_img{
	width: 278px;
	height: 180px;
}

.u-research_list .u-research_desc h2{
	font-size: 12px;
	line-height: 42px;
	color: #333;
}

.u-research_list  li a:hover .u-research_img{
	transition-duration:1s;
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);
}

.u-research_list  li a:hover{
	border: 1px solid #ba130e;
}

.u-research_list  li a:hover .u-research_desc h2{
	color: #ba130e;
}

/*内页--研究成果列表页结束*/

/*内页--开放平台列表页开始*/
.u-platform_list{
	
}

.u-platform_list li{
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.u-platform_list li:nth-child(3n){
	margin-right: 0px;
}

.u-platform_list li a{
	display: block;
}

.u-platform_list li a .u-platform_img{
	border: 1px solid #ccc;
	width: 278px;
	height: 117px;
}

.u-platform_list li a:hover{
	color:#ba130e;
}

.u-platform_list li a:hover .u-platform_img{
	box-shadow: 2px 2px 10px #ccc;
	border: 1px solid #ba130e;
}


/*内页--开放平台列表页结束*/
.u-organization_list{

}

.u-organization_list li{
	float: left;
	padding: 12px;
	margin-right: 16px;
	margin-bottom: 20px;
	width: 396px;
	min-height: 210px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.u-organization_list li:nth-child(2n){
	margin-right: 0px;
}

.u-organization_list li h1{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.u-organization_list li img{
	float: left;
	margin-right: 8px;
	width: 178px;
	height: 116px;
	border: 1px solid #ccc;
}

.u-organization_list li p{
	font-size: 12px;
	line-height: 24px;
}

.u-organization_list li:hover{
	box-shadow: 3px 3px 5px #ccc;
}

.u-organization_list li:hover h1{
	color: #ba130e;
}

/*内页--开放平台详情页开始*/
.u-platform_detail{
	
}

.u-platform_detail_device{
	margin-bottom: 20px;
}

.u-platform_detail_device img{
	float: left;
	margin-right: 20px;
	width: 438px;
	height: 272px;
	border: 1px solid #ccc;
}

.u-platform_detail_device table{
	width: 400px;
}

.u-platform_detail_device .u-device_title{
	background: #ebeaea;
	text-align: center;
}

.u-platform_detail_device table td{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.u-platform_detail_device_details{
	margin-top: 10px;
}
/*内页--开放平台详情页结束*/

/*内页--开放平台预约申请单页开始*/
.u-order_page{
	margin-top: 20px;
}

.u-order_page .form-group{
	margin-top: 10px;
	margin-bottom: 10px;
}

.u-order_page .form-group span{
	color: #ba130e;
}

.u-order_page .form-group .error{
	color: #ba130e;
}


.u-order_page .form-group label{
	font-size: 14px;
	line-height: 34px;
}

.u-order_page label{
	font-size: 16px;
	line-height: 28px;
}

.u-order_page input{
	width: 360px;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	font-size: 14px;
}

.u-order_page .order-btn{
	cursor: pointer;
	margin-top: 20px;
	background: #ba130e;
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border: none;
}
/*内页--开放平台预约申请单页结束*/


/* side */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}


/* 搜索栏 */
.m-search{ 
	float:right;
	padding-top: 15px;
	width:200px;
}
.m-search .u-search{

}
.m-search .u-input{
	float: left;
	padding: 4px;
	width: 130px;
	height: 22px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #333;
}
.m-search .u-btn{
	float: left;
	width: 58px;
	height: 32px;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-left: 0;
	font-size: 14px;
	color: #666;
}

/* 墨园时讯 */
.m-bookshelf{
	margin-top: 30px;
	width: 386px;
	height: auto;
	background:#fff;
	-moz-box-shadow:2px 2px 10px #ccc; 
	-webkit-box-shadow:2px 2px 10px #ccc; 
	box-shadow:2px 2px 10px #ccc;
}

.m-bookshelf .s-bookshelf{
	width: auto;
	height: 230px;
}

.m-bookshelf .u-bookshelf{
	float: left;
}

.m-bookshelf .u-item{
	float: left;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
}
.m-bookshelf .u-item a{
	position: relative;
	display: block;
	width: 162px;
	height: 216px;
	border: 1px solid #ccc;
}

.m-bookshelf .u-item a:hover{
	border: 1px solid #ba130e;
}

.m-bookshelf .u-item img{
	display: block;
	width: 162px;
	height: 186px;
}

.m-bookshelf .u-item p{
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #333;
}
