@charset "utf-8";

/* 通用 */
*{
	margin:0;
	padding:0;
}

html,body{
	font-size:14px;
	color:#595757;
	font-family:"微软雅黑",Verdana, Geneva, sans-serif;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
}
ul,li{
	list-style-type: none;
}
a,img,input{
	border:none;
	text-decoration:none;
}

.header{
	width:100%;
}
.banner{
	width:100%;
	height:100%;
}
.banner img{
	width:100%;
}

.slides_container{
	width:100%;
	height:5000px;
	
	position:relative;
	overflow:hidden;
}
.slides_container>div {
	width:100%;
	display:none;
	position:absolute;
}
.goback_div{
	font-size:14px;
	text-align:right;
	width:1200px;
	margin:50px auto;
	padding-bottom:10px;
	border-bottom:solid 1px #d8d8d8;
}
.goback_div a{
	color:#595757;
}
.goback_div a:hover{
	color:#c8000b;
}
.content_div{
	color:#595757;
	width:990px;
	margin:100px auto;
}
.content_div h1{
	font-size:36px;
	text-align:center;
}
.content_author{
	font-size:14px;
	margin:50px 0;
	text-align:center;
}
.content_detail{
	font-size:18px;
	line-height:200%;
	margin-bottom:50px;
}
.content_detail p{
	margin-bottom:20px;
}


/* 固定栏 */
.nav_div{
	width:100%;
	height:80px;
	position:fixed;
	bottom:0;
	z-index:999;
	background-color:#b60005;
}

.nav_bar{
	width:1200px;
	height:60px;
	padding:10px 0;
	margin:0 auto;
}

.nav_menu{
	width:40px;
	height:60px;
	margin-right:60px;
	float:left;
}
.nav_menu img{
	cursor:pointer;
}

.logo{
	width:300px;
	height:60px;
	margin-right:100px;
	float:left;
}

.top_tr{
	width:360px;
	height:60px;
	
	float:left;
}

.nav_right{
	width:310px;
	height:60px;
	float:right;
}

.lan{
	width:140px;
	float:left;
}
.lan a{
	color:#FFF;
	font-size:16px;
	line-height:60px;
	display:inline-block;
	margin:0 10px;
}

.search{
	width:152px;
	height:22px;
	margin-top:15px;
	padding:3px;
	float:right;
	
	border:solid 1px #ff9ea1;
}
#search_key{
	color:#FFF;
	width:114px;
	height:16px;
	margin-right:8px;
	padding:4px;
	float:left;
	outline:none;
	background:none;
}

#search_btn{
	width:20px;
	height:23px;
	float:left;
	cursor:pointer;
	text-indent:-999px;
	outline:none;
	background:url(../images/search.jpg) no-repeat center center;
}

/* 菜单 */
.menu_div{
	width:32%;
	min-width:384px;
	height:100%;
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:998;
}
.menu_bar{
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	background:#000;
	filter:alpha(opacity=70);   
	-moz-opacity:0.7;   
	-khtml-opacity: 0.7;
	opacity:0.7;
}

.accordion {
	width: 384px;
	margin: 130px 0 0 0;
	float:right;
	background:url(../images/grep.png) 105px 0 repeat-y;
}
.accordion>li{
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}
.accordion>li:last-child{
	margin-bottom:0;
}
.accordion .link {
	font-size:18px;
	color:#FFF;
	cursor: pointer;
	
	width:105px;
	display: block;
	position: relative;
	float:left;
	
	transition: all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	
 }
 .accordion .link a{
	 color:#FFF;
	 display:inline-block;
	 width:105px;
	 transition: all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.accordion .link a:hover,.accordion li.open .link a{
	color: #b60005;
}
.submenu {
	display: none;
	width:240px;
	float:left;
	position:relative;
	color:#FFF;
	font-size: 16px;
	padding-left:35px;
	
	background:url(../images/red.png) repeat-y;
}

.submenu>li{
	margin-bottom:15px;
}
.submenu>li:last-child{
	margin-bottom:0;
}

.submenu a {
	display: block;
	color: #FFF;
	
	transition: all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.submenu a:hover {
	color: #b60005;
}






.div_bg_400x400{
	width:400px;
	height:400px;
	color:#FFF;
	position:absolute;
	right:0;
	bottom:0;
	overflow:hidden;
}
.div_bg_400x400 img{
	width:400px;
	height:400px;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.div_bg_400x400:hover img{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

.div_bg_400x400 h3{
	font-size:24px;
	position:absolute;
	width:300px;
	top:50px;
	left:50px;
}
.div_bg_400x400 a{
	color:#FFF;
}
.div_bg_400x400 p.date_p{
	font-size:12px;
	position:absolute;
	left:50px;
	bottom:25px;
}

/* 工作成果 */
.div_big_img{
	width:1200px;
	overflow:hidden;
	zoom:1;
}
.div_big_img img{}

/* 重点项目 */
.div_white_200x200{
	width:200px;
	height:200px;
	background:#FFF;
}
.div_white_200x400{
	width:200px;
	height:400px;
	background:#FFF;
}
.div_green_400x200{
	width:400px;
	height:200px;
	background:#338c7f;
	text-align:center;
	color:#FFF;
}
.div_green_400x200 h3{
	font-size:24px;
	text-align:center;
	line-height:200px;
}
.div_green_400x200 h3 a{
	color:#FFF;
}
.div_txt_gray_200x200{
	width:200px;
	height:200px;
	background:#adadad;
}
.div_txt_gray_200x200 h3{
	font-size:18px;
	line-height:200px;
	text-align:center;
}
.div_txt_gray_200x200 h3 a{
	color:#FFF;
}


.div_txt_purple_400x200{
	width:340px;
	height:140px;
	background:#4a4968;
	padding:30px;
	color:#FFF;
	position:relative;
}
.div_txt_purple_400x200 h3{
	margin-bottom:30px;
}
.div_txt_purple_400x200 a{
	color:#FFF;
}
.div_txt_purple_400x200 p{
	line-height:150%;
}
.div_txt_purple_400x200 p.date_p{
	font-size:12px;
	position:absolute;
	left:30px;
	bottom:25px;
}


/* 下载中心 */
.download_ul{
	width:1200px;
	height:200px;
	overflow:hidden;
}
.download_ul li{
	width:200px;
	height:200px;
	float:left;	
}
.download_ul li a{
	color:#FFF;
	font-size:20px;
	text-align:center;
	display:inline-block;
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
}
.download_ul li a img{
	width:200px;
	height:200px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.download_ul li a:hover img{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.download_ul li a span{
	color:#FFF
	display:inline-block;
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}




/* 研发倡导                     */
/* 观点 */
.div_blank_gray_200x200{
	width:200px;
	height:200px;
	background:#666666;
}

.div_bg_800x200{
	width:800px;
	height:200px;
	color:#FFF;
	overflow:hidden;
	position:relative;
}
.div_bg_800x200 img{
	width:800px;
	height:200px;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.div_bg_800x200:hover img{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

.div_bg_800x200 p{
	width:600px;
	font-size:18px;
	position:absolute;
	top:50px;
	left:100px;
}
.div_bg_800x200 a{
	color:#FFF;
}
.div_bg_800x200 p.date_p{
	font-size:12px;
	position:absolute;
	left:100px;
	bottom:25px;
	top:auto;
}

.div_img_txt_400x400{
	width:400px;
	height:400px;
	overflow:hidden;
	position:relative;
}
.div_img_txt_400x400 img{
	width:400px;
	height:400px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.div_img_txt_400x400 img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.div_img_txt_400x400 h3{
	font-size:24px;
	text-align:center;
	
	position:absolute;
	bottom:30px;
	text-align:center;
	width:400px;
}
.div_img_txt_400x400 h3 a{
	color:#FFF;
}
.div_txt_white_600x200{
	width:540px;
	height:140px;
	padding:30px;
	color:#898989;
}
.div_txt_white_600x200 a{
	color:#898989;
}
.div_txt_white_600x200 h3{
	font-size:20px;
	margin-bottom:20px;
}
.div_txt_white_600x200 p{
	font-size:14px;
	margin-bottom:20px;
}
.div_txt_white_600x200 p.date_p{
	font-size:12px;
	margin-bottom:0;
}



.div_txt_gray_400x200{
	width:400px;
	height:200px;
	background:#666666;
	color:#FFF;}
.div_txt_gray_400x200 h3{
	font-size:18px;
	line-height:200px;
	text-align:center;
}
.div_txt_gray_400x200 h3 a{
	color:#FFF;
}



.div_img_txt_1200x400{
	width:1200px;
	height:400px;
	background:#f0f0f0;
	color:#595757;
	overflow:hidden;
}
.div_img_txt_1200x400 a{
	color:#595757;
}
.div_img_txt_txt{
	width:600px;
	height:300px;
	padding:50px;
	float:left;
}
.div_img_txt_1200x400 h3{
	font-size:26px;
	margin:50px;
}
.div_img_txt_1200x400 p{
	font-size:16px;
	margin:0 50px 50px 50px;
}
.div_img_txt_1200x400 p.date_p{
	font-size:12px;
}
.div_img_txt_img{
	width:500px;
	height:400px;
	overflow:hidden;
	float:right;
}
.div_img_txt_img img{
	width:500px;
	height:400px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.div_img_txt_img img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

/* 实验孵化                  */
.div_img_txt_800x400{
	width:680px;
	height:340px;
	padding:30px 60px;
	color:#FFF;
	background:#4a4968 url(../images/n17.png) no-repeat right top;
}
.div_img_txt_800x400 a{
	color:#FFF;
}
.div_img_txt_800x400 h3{
	font-size:60px;
	width:380px;
	margin:60px 0;
}
.div_img_txt_800x400 p.date_p{}

.div_txt_title_yellow_400x200{
	width:400px;
	height:200px;
	background:#a1795a;
	color:#FFF;
}
.div_txt_title_yellow_400x200 h3{
	font-size:48px;
	text-align:center;
	margin:50px auto 20px;
}
.div_txt_title_yellow_400x200 a{
	color:#FFF;
}
.div_txt_title_yellow_400x200 p.date_p{
	margin-left:35px;
}
.div_blank_white_200x200{
	width:200px;
	height:200px;
	background:#FFF;
}
.div_txt_white_200x200{
	width:200px;
	height:200px;
	background:#FFF;
}
.div_txt_white_200x200 h3{
	font-size:20px;
	text-align:center;
	line-height:200px;
}
.div_txt_white_200x200 h3 a{
	color:#898989;
}
.div_txt_red_200x200{
	width:200px;
	height:200px;
	background:#b1050d;
}
.div_txt_red_200x200 h3{
	font-size:20px;
	text-align:center;
	line-height:200px;
}
.div_txt_red_200x200 h3 a{
	color:#FFF;
}
.div_txt_green_200x200{
	width:200px;
	height:200px;
	background:#338c7f;
}
.div_txt_green_200x200 h3{
	font-size:20px;
	text-align:center;
	line-height:200px;
}
.div_txt_green_200x200 h3 a{
	color:#FFF;
}
.div_blank_gray_10_200x200{
	width:200px;
	height:200px;
	background:#f0f0f0;
}
.div_txt_yellow_200x200{
	width:200px;
	height:200px;
	background:#a1795a;
}
.div_txt_yellow_200x200 h3{
	font-size:20px;
	text-align:center;
	line-height:200px;
}
.div_txt_yellow_200x200 h3 a{
	color:#FFF;
}
.div_txt_purple_200x200{
	width:200px;
	height:200px;
	background:#4a4968;
}
.div_txt_purple_200x200 h3{
	font-size:20px;
	text-align:center;
	line-height:200px;
}
.div_txt_purple_200x200 h3 a{
	color:#FFF;
}
.div_blank_gray_50_200x200{
	width:200px;
	height:200px;
	background:#c4c4c4;
}
.div_txt_yellow_m_200x200{
	width:200px;
	height:200px;
	background:#a1795a;
}
.div_txt_yellow_m_200x200 h3{
	font-size:20px;
	text-align:center;
	margin-top:50px;
}
.div_txt_yellow_m_200x200 h3 a{
	color:#FFF;
}

.div_bg_purple_400x200{
	width:340px;
	height:140px;
	padding:30px;
	color:#FFF;
	background:#4a4968 url(../images/n15.png) no-repeat right top;
}
.div_bg_purple_400x200 a{
	color:#FFF;
}
.div_bg_purple_400x200 h3{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
.div_bg_purple_400x200 p{
	font-size:16px;
	margin-bottom:20px;
}
.div_bg_purple_400x200 p.date_p{
	font-size:12px;
}
.div_txt_green_400x400{
	padding:40px;
	width:320px;
	height:320px;
	color:#FFF;
	background:#338c7f;
}
.div_txt_green_400x400 a{
	color:#FFF;
}
.div_txt_green_400x400 h3{
	font-size:26px;
	margin:30px 0;
}
.div_txt_green_400x400 p{
	font-size:16px;
	margin-bottom:30px;
}
.div_txt_green_400x400 p.date_p{
	font-size:12px;
}

/* 资助                  */
.div_txt_red_800x400{
	padding:100px 50px;
	width:700px;
	height:200px;
	background:#c7000b;
}
.div_txt_red_800x400 a{
	color:#FFF;
}
.div_txt_red_800x400 h3{
	font-size:60px;
}

.div_blank_gray_30_200x200{
	width:200px;
	height:200px;
	background:#cccccc;
}
.div_blank_red_200x200{
	width:200px;
	height:200px;
	background:#c7000b;
}
.div_txt_yellow_m_400x200{
	padding:50px;
	width:300px;
	height:100px;
	background:#a1795a;
	color:#FFF;
}
.div_txt_yellow_m_400x200 a{
	color:#FFF;
}
.div_txt_yellow_m_400x200 h3{
	font-size:26px;
	margin-bottom:30px;
}

.div_txt_green_600x200{
	padding:50px;
	width:500px;
	height:100px;
	background:#338c7f;
	color:#FFF;
}
.div_txt_green_600x200 a{
	color:#FFF;
}
.div_txt_green_600x200 h3{
	font-size:20px;
	margin-bottom:20px;
}
.div_txt_green_600x200 p{
	font-size:14px;
	margin-bottom:20px;
}
.div_txt_green_600x200 p.date_p{
	font-size:12px;
}
.div_txt_gray_10_400x200{
	width:400px;
	height:200px;
	background:#dcdddd;
	color:#595757;}
.div_txt_gray_10_400x200 h3{
	font-size:18px;
	line-height:200px;
	text-align:center;
}
.div_txt_gray_10_400x200 h3 a{
	color:#595757;
}


/* 首页 合作项目 */
.cooperative_list{
	overflow:hidden;
	zoom:1;
}
.cooperative_list li{
	width:400px;
	height:200px;
	float:left;
}
.cooperative_list li a{
	display:block;
	width:400px;
	height:200px;
	line-height:200px;
	text-align:center;
	color:#FFF;
	font-size:24px;
	background-image:url(../images/blank.png);
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.cooperative_list li a:hover{
	background-image:url(../images/dark60.png);
}


.div_txt_ochre_200x200{
	color:#FFF;
	background:#a1795a;
	text-align:center;
	width:200px;
	height:100px;
	padding:50px 0;
}
.div_txt_ochre_200x200 a{
	color:#FFF;
}
.div_txt_ochre_200x200 h3{
	font-size:24px;
	margin:30px 0;
}
.div_txt_ochre_200x200 p{
	font-size:12px;
}

.div_txt_gray_40_200x200{
	color:#FFF;
	background:#787878;
	text-align:center;
	width:200px;
	height:100px;
	padding:50px 0;
}
.div_txt_gray_40_200x200 a{
	color:#FFF;
}
.div_txt_gray_40_200x200 h3{
	font-size:24px;
	margin:30px 0;
}
.div_txt_gray_40_200x200 p{
	font-size:12px;
}

.div_txt_purple_600x400{
	padding:50px;
	background:#4a4968 url(../images/n15.png) no-repeat right top;
	color:#FFF;
	width:500px;
	height:300px;
}
.div_txt_purple_600x400 a{
	color:#FFF;
}
.div_txt_purple_600x400 h3{
	font-size:26px;
	margin-bottom:50px;
}
.div_txt_purple_600x400 p{
	font-size:16px;
	margin-bottom:50px;
}
.div_txt_green_1200x200{
	width:1000px;
	height:100px;
	color:#FFF;
	padding:50px 100px;
	background:#338c7f;
}
.div_txt_green_1200x200 p{
	font-size:18px;
	line-height:200%;
	margin-bottom:20px;
}
.div_txt_green_1200x200 a{
	display:block;
	width:135px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#338c7f;
	background:#FFF;
	margin:0 auto;
}


/*************************************/
.div_400x200{
	color:#FFF;
	text-align:center;
	width:400px;
	height:100px;
	padding:50px 0;
}
.div_400x200 a{
	color:#FFF;
}
.div_400x200 h3{
	font-size:24px;
	margin:30px 0;
}
.div_400x200 p{
	font-size:12px;
}

/***************************************/







/* 底部 */
.bottom_div{
	width:1200px;
	margin:20px auto;
	overflow:hidden;
	zoom:1;
	padding-bottom:100px;
}
.bottom_menu{
	width:600px;
	float:right;
	color:#b60005;
	font-size:16px;
	text-align:right;
}
.bottom_menu a{
	color:#b60005;
	display:inline-block;
	padding:0 30px;
}
.bottom_menu a.lasta{
	padding-right:0;
}

.share_div{
	width:227px;
	float:left;
}

.bottom_links{
	width:1200px;
padding-top:60px;
clear:both;
overflow:hidden;
zoom:1;
}
.bottom_links ul{
	width:1200px;
	clear:both;
overflow:hidden;
zoom:1;
}
.bottom_links ul li{
	float:left;
}
.bottom_links ul li a{
	color:#666;
}

.bottom_info_div{
	width:1200px;
	height:40px;
	clear:both;
	padding-top:20px;
	padding-bottom:40px;
}
.subscriber_div{
	height:40px;
}
.bottom_email{
	float:right;
}
.subscriber_div img{
	display:inline-block;
	width:31px;
	height:28px;
	float:left;
	margin-top:6px;
	margin-right:15px;
}
.subscriber_div p{
	width:170px;
	color:#595757;
	font-size:14px;
	float:left;
	margin-right:15px;
}
.txt_email{
	width:352px;
	height:20px;
	padding:4px;
	margin-top:6px;
	background:#efefef;
	outline:none;
	color:#595757;
	float:left;
}
.subscriber_btn{
	width:70px;
	height:28px;
	float:left;
	margin-top:6px;
	cursor:pointer;
	background:#595757;
	text-align:center;
	color:#FFF;
}
.subscriber_div span{
	display:inline-block;
	float:left;
	width:360px;
	height:40px;
	color:#898989;
	line-height:150%;
}

.toTop{
	width:50px;
	height:50px;
	display:none;
	cursor:pointer;
	background:url(../images/top.png) no-repeat;
	
	position:fixed;
	bottom:150px;
	right:100px;
}

.slideBtn{
	width:1200px;
	height:63px;
	position:absolute;
	top:400px;
	left:50%;
	margin-left:-600px;
	z-index:997;
}
.slideBtn a{
	display:inline-block;
	width:36px;
	height:63px;
	background:url(../images/arrow.png) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
.slideBtn a.prev{
	float:left;
}
.slideBtn a.next{
	float:right;
	background-position:-57px 0;
}
.slideBtn a.prev:hover{
	background-position:0 -67px;
}
.slideBtn a.next:hover{
	background-position:-57px -67px;
}

.slideTips{
	width:1200px;
	height:8px;
	font-size:0;
	position:absolute;
	left:50%;
	margin-left:-600px;
	z-index:997;
	text-align:center;
}
.slideTips a{
	display:inline-block;
	width:40px;
	height:8px;
	background:#4d4539;
	text-indent:-999px;
	overflow:hidden;
	margin:0 4px;
}
.slideTips a.current{
	background:#b60004;
}







/* 项目集合 */
.sub_banner{
	width:100%;
}
.sub_banner img{
	width:100%;
}

.tips{
	color:#595757;
	font-size:20px;
	border-bottom:solid 1px #d9d9d9;
	
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}


/* 观点 */
.viewpoint_div{
	color:#595757;
	width:1200px;
	margin:0 auto;
}
.viewpoint_div h2{
	color:#595757;
	font-size:20px;
	border-bottom:solid 1px #d9d9d9;
	
	width:1200px;
	margin:0 auto 40px;
	padding:40px 0;
}

.viewpoint_share{
	width:1200px;
	height:600px;
	overflow:hidden;
	position:relative;
}
.viewpoint_share img{
	width:1200px;
	height:600px;
	position:absolute;
	left:0;
	top:0;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.viewpoint_share img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.viewpoint_share_text{
	width:1100px;
	height:140px;
	padding:30px 50px;
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../images/white70.png);
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.viewpoint_share_text:hover{
	color:#FFF;
	background-image:url(../images/dark60.png);
}
.viewpoint_share_text h3{
	font-size:24px;
	font-style:italic;
	margin-bottom:15px;
}
.viewpoint_share_text h3 a{
	color:#000;
	transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-webkit-transition:all 1s ease;
}
.viewpoint_share_text:hover h3 a{
	color:#FFF;
}
.viewpoint_share_text p{
	font-size:12px;
}

.viewpoint_list{
	width:1200px;
	overflow:hidden;
	zoom:1;
	color:#FFF;
}
.viewpoint_list li{
	color:#FFF;
	width:1200px;
	height:396px;
	margin-bottom:35px;
}
.viewpoint_list li p{
	font-size:18px;
	line-height:150%;
	width:350px;
	height:296px;
	padding:50px 25px;
	overflow:hidden;
	
	
	background-image:url(../images/blank.png);
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.viewpoint_list li p:hover{
	color:#FFF;
	background-image:url(../images/dark60.png);
}
.viewpoint_list li p a{
	color:#FFF;
	margin-bottom:15px;
}
.viewpoint_list li p a span{
	font-size:24px !important;
}
.viewpoint_list li p:hover a{
	color:#FFF;
}
.viewpoint_list li p span{
	font-size:12px;
	display:block;
}
.viewpoint_list li.leftP p{
	float:left;
}
.viewpoint_list li.centerP p{
	margin:0 auto;
}
.viewpoint_list li.rightP p{
	float:right;
}

.page{
	text-align:right;
}
.page a{
	display:inline-block;
	width:23px;
	height:23px;
	margin:0 5px;
	border:solid 1px #979797;
	border-radius:3px;
	background:#FFF;
	line-height:23px;
	text-align:center;
	color:#979797;
}
.page a:hover,.page a.current{
	background:#979797;
	color:#FFF;
}
.page a.prev{}
.page a.next{}

.dictionary{
	width:1200px;
	height:200px;
	margin-bottom:100px;
}
.dictionary li{
	width:200px;
	height:200px;
	float:left;
}
.dictionary li a{
	color:#FFF;
	font-size:20px;
	text-align:center;
	line-height:200px;
	
	display:block;
	width:200px;
	height:200px;
	
	background-image:url(../images/blank.png);
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.dictionary li a:hover{
	background:url(../images/dark60.png);
}



/* 关于我们 */
.about_div{
	width:1200px;
	margin:0 auto;
}
.about_div h2{
	color:#595757;
	font-size:20px;
	font-weight:normal;
	border-bottom:solid 1px #d9d9d9;
	
	width:1200px;
	margin:0 auto 40px;
	padding:40px 0;
}
.about_content{
	width:1200px;
	overflow:hidden;
	zoom:1;
}
.about_content img{
	width:1200px;
	height:600px;
}

.brifeDiv{
	overflow:hidden;
	zoom:1;
	/*background:#f7f7f7;*/
}

.about_left{
	width:710px;
	float:left;
	padding:45px;
	background:#f7f7f7;
	
}
.about_left p{
	font-size:18px;
	color:#666;
	line-height:200%;
	margin-bottom:25px;
}
.about_right{
	width:400px;
	height:800px;
	float:right;
}
.about_right img{
	width:400px;
	height:800px;
}

.director_div{
	width:1200px;
	position:relative;
}
.director_div ul{
	width:1200px;
	overflow:hidden;
	zoom:1;
}
.director_div ul li{
	width:400px;
	height:200px;
	float:left;
}
.director_div ul li a{
	display:inline-block;
	width:200px;
	height:200px;
	color:#333;
	overflow:hidden;
}
.director_div ul li a img{
	width:200px;
	height:200px;
	float:left;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.director_div ul li a img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.director_div ul li a.t_a{
	width:150px;
	height:150px;
	padding:25px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.director_div ul li a.t_a:hover{
	background-color:#e5e5e5;
}

.director_div ul li a h4{
	font-size:20px;
	font-weight:normal;
}
.director_div ul li a h5{
	font-weight:normal;
	font-size:12px;
	margin:10px 0;
}
.director_div ul li a span{
	font-size:12px;
	display:none;
	margin-top:10px;
}

.director_div ul li.rightLi a{
	float:right;
}
.director_div ul li.rightLi a.t_a{
	text-align:right;
	float:left;
}




.join_div{
	margin-bottom:100px;
}
.join_txt{
	font-size:16px;
	color:#595757;
}
.join_txt p{
	margin-bottom:50px;
	line-height:300%;
}
.join_list{
	width:1200px;
	margin-bottom:50px;
}
.join_list table{
	width:1200px;
	font-size:14px;
	border-collapse:collapse;
}
.join_list table tr{
	
}
.join_list table tr:hover{
	background:#e5e5e5;
}
.join_list table th,.join_list table td{
	line-height:45px;
	text-align:left;
	padding:0 15px;
}
.join_list table th{
	background:#4a4968;
	color:#FFF;
	font-weight:normal;
}
.join_list table td{
	border-bottom:dotted 1px #e5e5e5;
}
.join_img{
	width:1200px;
	height:660px;
	overflow:hidden;
}



/* 友成新闻 */
.news_div{
	width:1200px;
	margin:0 auto 100px;
}
.news_div h2{
	color:#595757;
	font-size:20px;
	border-bottom:solid 1px #d9d9d9;
	
	width:1200px;
	margin:0 auto 40px;
	padding:40px 0;
}

.news_top{
	color:#333;
	margin-bottom:50px;
}
.news_top_img{
	width:1200px;
	height:400px;
	overflow:hidden;
}
.news_top_img img{
	width:1200px;
	height:400px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_top_img img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.news_top h3{
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	line-height:150%;
	margin:30px 0;
}
.news_top h3 a{color:#333;}
.news_top h3 a:hover{
	color:#c7000b;
}
.news_top p{
	font-size:12px;
}

.news_list{
	width:1200px;
	overflow:hidden;
	zoom:1;
	border-bottom:solid 1px #d5d5d5;
	padding-bottom:50px;
	margin-bottom:50px;
}
.news_list ul{
	width:1200px;
	overflow:hidden;
	zoom:1;
}
.news_list ul li{
	width:400px;
	height:600px;
	color:#FFF;
	float:left;
}
.news_list ul li a{
	color:#FFF;
}

.news_item_img{
	width:400px;
	height:400px;
	overflow:hidden;
}
.news_item_img img{
	width:400px;
	height:400px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_item_img img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.news_item_txt{
	height:150px;
	padding:25px;

    background-image:url(../images/blank.png);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.news_item_txt:hover{
	background-image:url(../images/dark60.png);
}
.news_item_txt h3{
	font-size:22px;
	font-weight:normal;
}
.news_item_txt h4{
	font-size:14px;
	font-style:italic;
	margin:20px 0 30px;
	line-height:150%;
}
.news_item_txt p{
	font-size:12px;
	text-align:right;
}
.news_item_txt p span{
	display:inline-block;
	float:left;
}
.news_item_txt p a{
	display:inline-block;
	border:solid 1px #FFF;
	border-radius:12px;
	padding:3px 10px;
	margin-left:10px;
}



/* 创始人分享 */
.share_left{
	width:360px;
	float:left;
	margin-right:100px;
}
.share_img{
	width:360px;
	height:360px;
	overflow:hidden;
}
.share_img img{
	width:360px;
	height:360px;
}
.share_list{
	width:360px;
	height:800px;
	overflow:hidden;
	margin:50px 0;
}
.share_list ul{
	border-left:solid 1px #898989;
}
.share_list ul li{
	font-size:14px;
	padding-left:15px;
	line-height:20px;
	margin-bottom:15px;
	border-left:solid 2px #FFF;
}
.share_list ul li.currentLi,.share_list ul li:hover{
	font-size:18px;
	border-color:#b60005;
}
.share_list ul li a{
	color:#898989;
}
.share_list ul li.currentLi a,.share_list ul li a:hover{
	color:#b60005;
}

.share_right{
	width:660px;
	float:left;
	color:#595757;
	margin-bottom:100px;
}
.share_right h1{
	font-size:36px;
	margin-bottom:60px;
}
.share_txt{
	font-size:18px;
	line-height:200%;
	margin-top:60px;
}
.share_txt p{
	margin-bottom:60px;
}

.more_div{}
.more_div a{
	display:inline-block;
	color:#FFF;
	font-size:18px;
	background:#b60005;
	height:35px;
	line-height:35px;
	padding:0 30px;
}


/* 信息公开 */
.report_div{
	width:1200px;
	margin:0 auto 100px;
}
.report_div h2{
	color:#595757;
	font-size:20px;
	border-bottom:solid 1px #d9d9d9;
	
	width:1200px;
	margin:0 auto 40px;
	padding:40px 0;
}
.report_div h2 a{
	color:#595757;
	font-size:14px;
	display:inline-block;
	margin-left:30px;
}
.report_div img{
	width:200px;
	height:200px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.report_div img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

.report_txt{
	color:#595757;
	font-size:14px;
	line-height:150%;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:100px;
	overflow:hidden;
}

.report_list{
	overflow:hidden;
	zoom:1;	
	padding-bottom:40px;
	border-bottom:solid 1px #d9d9d9;
}
.report_left{
	width:200px;
	height:200px;
	margin-right:50px;
	float:left;
	overflow:hidden;
}
.report_left a{}
.report_left a img{
	width:200px;
	height:200px;
}
.report_center{
	width:620px;
	float:left;
}
.report_center h3{
	font-size:20px;
	color:#b60005;
	margin-bottom:30px;
}
.report_center h3 a{
	color:#b60005;
	text-decoration:underline;
}
.report_center p{
	height:120px;
	font-size:14px;
	color:#595757;
	line-height:150%;
}
.report_center a.download_a{
	color:#b60005;
	display:inline;
	padding-left:30px;
	line-height:28px;
	background:url(../images/sprite.png) 0 -40px no-repeat;
}
.report_center a.download_a1{
	color:#b60005;
	display:inline;
	padding-left:30px;
	line-height:28px;
	background:url(../images/sprite.png) 0 -40px no-repeat;
}
.report_center a.view_a{
	color:#b60005;
	display:inline;
	padding-left:30px;
	line-height:28px;
	background:url(../images/sprite.png) 0 -292px no-repeat;
}

.report_right{
	width:250px;
	height:200px;
	padding-right:10px;
	overflow:hidden;
	float:right;
}
.report_right ul{}
.report_right ul li{
	font-size:14px;
	margin-bottom:22px;
	text-align:right;
}
.report_right ul li a{
	color:#595757;
}
.report_right ul li a.currenta,.report_right ul li a:hover{
	color:#b60005;
}

.newsletter_ul{
	margin-bottom:50px;
}
.newsletter_ul li{
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
}
.newsletter_ul li a{
	font-size:16px;
	color:#666;
}
.newsletter_ul li a:hover{
	color:#b60005;
}
.newsletter_ul li span{
	font-size:14px;
	display:inline-block;
	float:right;
}

/* 项目 */
.project_list{
	color:#595757;
	overflow:hidden;
	zoom:1;
	border-bottom:solid 1px #d5d5d5;
	padding-bottom:50px;
	margin-top:50px;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	
	background-image:url(../images/blank.png);
}
.project_list:hover{

}
.project_list a{
	color:#595757;
  font-weight: 900;
}
.project_list a:hover{
	color:#b60005;
}
.project_left{
	width:400px;
	height:400px;
	float:left;
	border:solid 1px #d5d5d5;
	overflow:hidden;
	zoom:1;
}
.project_left img{
	width:398px;
	height:398px;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.project_left img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.project_righgt{
	width:750px;
	float:right;
}
.project_righgt h3{
	font-size:20px;
	margin-bottom:30px;
}
.project_intro{
	font-size:16px;
	line-height:200%;
}

/* 项目详细 */
.project_div{
	width:1200px;
	margin:50px auto 100px;
	padding-top:50px;
	overflow:hidden;
	zoom:1;
	border-top:solid 1px #d9d9d9;
}
.project_content{
	
}
.project_div h2{
	font-size:20px;
	color:#c7000b;
	margin:50px 0;
}
.project_div h2 a{
	font-size:14px;
	color:#898989;
	display:inline-block;
	margin-left:20px;
}
.download_list{
	width:1200px;
	height:200px;
}
.download_list li{
	width:400px;
	height:200px;
	float:left;
	font-size:20px;
}
.download_list li a{
	color:#FFF;
	display:block;
	width:400px;
	height:200px;
	line-height:200px;
	text-align:center;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	
	background-image:url(../images/blank.png);
}
.download_list li a:hover{
	background-image:url(../images/dark60.png);
}

.project_news{}
.project_news_div{
	width:400px;
	height:200px;
	float:left;
}
.project_news_left{
	width:200px;
	height:200px;
	float:left;
	overflow:hidden;
}
.project_news_left a{}
.project_news_left a img{
	width:200px;
	height:200px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.project_news_left a img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.project_news_right{
	width:150px;
	height:120px;
	padding:40px 25px;
	float:left;
	background-image:url(../images/blank.png);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.project_news_right:hover{
	background-image:url(../images/dark60.png);
}
.project_news_right h3{
	font-size:20px;
	margin-bottom:20px;
}
.project_news_right p{
	font-size:14px;
	line-height:150%;
}
.project_news_right a{
	color:#FFF;
}



/* 友成词典 */
.dictionary_left{
	width:360px;
	float:left;
	margin-right:100px;
}
.dictionary_left{
	width:360px;
	overflow:hidden;
}
.dictionary_list ul{
	border-left:solid 1px #898989;
}
.dictionary_list ul li{
	font-size:14px;
	padding-left:15px;
	line-height:20px;
	margin-bottom:15px;
	border-left:solid 2px #FFF;
}
.dictionary_list ul li.currentLi,.dictionary_list ul li:hover{
	font-size:18px;
	border-color:#b60005;
}
.dictionary_list ul li a{
	color:#898989;
}
.dictionary_list ul li.currentLi a,.dictionary_list ul li a:hover{
	color:#b60005;
}

.dictionary_right{
	width:660px;
	float:left;
	color:#595757;
	margin-bottom:100px;
}
.dictionary_right h1{
	font-size:36px;
	margin-bottom:60px;
}
.dictionary_txt{
	font-size:18px;
	line-height:200%;
	margin-top:60px;
}
.dictionary_txt p{
	margin-bottom:60px;
}

/* 友成研究院 */
.institute_div{
	width:1200px;
	margin:50px auto;
	padding-top:50px;
	padding-bottom:50px;
	border-top:solid 1px #d9d9d9;
	overflow:hidden;
	zoom:1;
}
.institute_content{
	overflow:hidden;
	zoom:1;
	margin-bottom:50px;
}
.institute_logo{
	width:300px;
	height:200px;
	float:left;
}
.institute_logo img{
	width:300px;
	height:200px;
}
.institute_txt{
	width:840px;
	float:right;
	font-style:italic;
}
.institute_txt div{
	font-size:20px;
	color:#595757;
	font-style:italic;
	line-height:150%;
	margin-bottom:20px;
}


/* 首页中的友成研究院 */
.index_institute_div{
	width:400px;
	height:200px;
	float:left;
	
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.index_institute_div:hover{
	background-image:url(../images/dark60.png);
}
.index_institute_img{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
}
.index_institute_img img{
	width:200px;
	height:200px;
}
.index_institute_txt{
	width:120px;
	height:120px;
	float:left;
	font-size:14px;
	line-height:150%;
	padding:40px;
}
.index_institute_txt a{
	color:#FFF;
}




.contact_div{
	width:800px;
	margin:0 auto;
	line-height:200%;
}
.contact_div h5{
	font-size:18px;
	margin-bottom:20px;
}
.contact_div p{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:solid 1px #d5d5d5;
}

.donation_div{
	overflow:hidden;
	zoom:1;
	margin-top:50px;
}
.donation_list{
	overflow:hidden;
	zoom:1;
}
.donation_list li{
	width:240px;
	height:240px;
	float:left;
	text-align:center;
	overflow:hidden;
	zoom:1;
	margin-bottom:30px;
}
.donation_list li.rightLi{
	margin-right:0;
}
.donation_list li a{}
.donation_list li img{
	max-width:200px;
}


.search_div{
	width:1200px;
	margin:100px auto;
}
.search_div h1{
	font-size:30px;
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:solid 1px #d5d5d5;
}
.search_div ul{}
.search_div ul li{
	font-size:16px;
	line-height:200%;
}
.search_div ul li a{
	color:#595757;
}
.search_div ul li a:hover{
	color:#b60005;
}



.ad{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	background:url(../images/white50.png);
	
	text-align:center;
}
.ad>div{
	width:700px;
	height:381px;
	position:absolute;
	left:50%;
	top:200px;
	margin-left:-350px;
}
.close{
	display:block;
	width:40px;
	height:40px;
	background:url(../images/close.png) no-repeat;
	
	position:absolute;
	top:0;
	right:0;
	text-indent:-9999px;
}


.bread_div{
	width:1200px;
	height:50px;
	margin:10px auto 0;
	font-size:16px;
	line-height:50px;
	border-bottom:solid 1px #d8d8d8;
}
.bread_div a{
	color:#333;
}
.bread_div a:hover{
	color:#c8000b;
}

.img_dh {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

.txt_dh {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	background-image:url(../images/dark60.png);
}
















