﻿@charset "utf-8";
/*CSS Document*/

/*通用样式*/
.header_box,
.footer {
	width: 100%;
}
.header,
.footer_cont {
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header_box {
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #2e4da6;
}
.header_logo {
	width: auto;
	padding-top: 27px;
}
.header_logo img {
	display: block;
	width: auto;
	height: auto;
}
.header_icon {
	width: 80px;
	height: 90px;
	border-left: 1px solid #dbdbdb;
	position: relative;
}
.search_wx {
	width: 66px;
	height: 28px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.search {
	margin-right: 10px;
}
.search,
.wx {
	width: 28px;
	height: 28px;
}
.search img.wx img {
	display: block;
	width: 100%;
	height: 100%;
}
.header_nav {
	width: auto;
}
.hn_li {
	float: left;
	width: auto;
	padding: 0 13px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
}
.hn_li:after {
	content: " ";
	display: block;
	width: 100%;
	height: 90px;
	background: #2e4da6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition-duration: .3s;
}
.hn_li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.hn_li:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.hn_li:hover a {
	color: #fff;
}

.hn_ul .active:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.hn_ul .active a {
	color: #fff;
}
.hl_cbox {
	width: 1200px;
	margin: 0 auto;
	position: fixed;
	top: 92px;
	right: 0;
	left: 0;
	z-index: 10;
}
.hl_cbox .DnnModule{
	width: 100%;
	position: relative;
	display: none;
}
.hl_cbox .DnnModule:nth-child(3) {
	height: 234px;
	background: #fff;
}
.hl_cbox .DnnModule:nth-child(4) {
	height: 234px;
	background: #fff;
}
.hl_cbox .DnnModule:nth-child(5) {
	height: 234px;
	background: #fff;
}
/*新闻与公告*/
/*左侧新闻*/
.hc_left {
	padding: 30px 0 0 30px;
	width: 580px;
	position: absolute;
	left: 0;
	top: 0;
}
.hcl_img {
	width: 270px;
	height: 165px;
}
.hcl_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.hcl_text {
	width: 280px;
}
.hcl_text h2 {
	height: 50px;
	line-height: 25px;
	margin-bottom: 15px;
}
.hcl_text h2 a {
	font-size: 18px;
	color: #333;
}
.hcl_text h2:hover a{
	color: #2e4da6;
}
.hcl_text p {
	line-height: 18px;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
}
.hcl_text span {
	display: block;
	width: auto;
	height: 26px;
	line-height: 26px;
}
.hcl_text span a {
	font-size: 14px;
	color: #2e4da6;
}
/*中间导航*/
.hc_mid {
	width: 90px;
	margin-top: 33px;
	padding: 0 26px 30px;
	border-left: 1px solid #d8d8da;
	border-right: 1px solid #d8d8da;
	position: absolute;
	left: 625px;
	top: 0;
}
.hcm_ul {
	width: 100%;
}
.hcm_li {
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/nav_ulbg.png) no-repeat left center;
}
.hcmli_tit{
	width: 100%;
	height: 100%;
	transition-duration: .3s;
}
.hcm_li a{
	font-size: 14px;
	color: #333;
}
.hcm_li:hover .hcmli_tit{
	transform: translateX(10px);
}
/*右侧新闻*/
.hcr_ul {
	width: 360px;
	margin-top: 33px;
	padding-right: 50px;
	float: right;
}
.hcr_li {
	padding-left: 10px;
	line-height: 28px;
	margin-bottom: 7px;
	position: relative;
}
.hcr_li:before {
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	background: #2e4da6;
	border-radius: 50%;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.hcr_li a {
	font-size: 16px;
	color: #444;
}
.hcr_li:hover a{
	color: #2e4da6;
}
/*国家级研发平台导航*/
.hsnav_box{
	width: 100%;
}
.hsnav_cont{
	width: 590px;
	margin: 30px 0 0 30px;
	border-right: 1px solid #dadada;
}
.hsnav_left{
	width: 100%;
}
.hsnav_img{
	width: 270px;
	height: 165px;
}
.hsnav_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.hsnav_text{
	width: 280px;
	margin-right: 20px;
}
.hsnav_text h2{
	line-height: 26px;
	margin-bottom: 10px;
}
.hsnav_text h2 a{
	font-size: 18px;
	color: #333;
}
.hsnav_text p{
	line-height: 20px;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
}
.hsnav_text span{
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #2e4da6;
}
/*二级栏目*/
.hsnav_seclist {
	width: 550px;
	margin-top: 30px;
}
.hsnav_ul {
	width: 100%;
}
.hsnav_li {
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/nav_ulbg.png) no-repeat left center;
}
.hsnav_tit{
	width: 100%;
	height: 100%;
	transition-duration: .3s;
}
.hsnav_li a{
	font-size: 14px;
	color: #333;
}
.hsnav_li:hover .hsnav_tit{
	transform: translateX(10px);
}
/*科技领域*/
.kjlynav_ul{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 15px;
}
.kjlynav_li{
	float: left;
	width: 200px;
	cursor: pointer;
}
.kjlynav_img{
	width: 128px;
	height: 128px;
	margin:  0 auto;
}
.kjlynav_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.kjlynav_text{
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

/*底部*/
.footer {
	background: #2e4da6;
}
.footer_cont {
	padding: 37px 0;
}
.footer_left {
	width: 210px;
}
.weixin {
	width: 36px;
	height: 36px;
	margin-right: 15px;
}
.weixin img {
	display: block;
	width: 100%;
	height: 100%;
}
.xglj {
	width: 150px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	font-size: 14px;
	color: #888;
	text-indent: 15px;
	background: url(../images/shang.png) no-repeat 130px center, #fff;
}
.footer_right {
	width: 720px;
}
.footer_right p {
	text-align: right;
	line-height: 22px;
	font-size: 16px;
	color: #66a0d8;
}
.footer_right p a {
	display: inline-block;
	margin: 0 5px;
	color: #66a0d8;
}


