@charset "utf-8";
/*CSS Document*/

/*通用样式*/
.LoginPanel {
padding-left:265px !important;
}
.header_box,
.footer {
	width: 100%;
}
.header,
.footer_cont {
	width: 1200px;
	margin: 0 auto;
position:relative;
}

/*头部*/
.header_box {
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #2e4da6;
}
.header_logo {
	padding-top: 37px;
	width: auto;
}
.header_logo img {
	display: block;
	width: auto;
	height: auto;
}
/* 头部图标 */
.header_icon {
	width: 110px;
	height: 90px;
	border-left: 1px solid #dbdbdb;
	position: relative;
}
.nav_en {
	float: left;
	width: auto;
	height: 28px;
line-height:28px;
	margin-left: 10px;
margin-right:10px;
	font-size:16px;
}
.nav_en a {
color:#2e4da6;
}
.search_wx {
	width: 120px;
	height: 28px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.search,.wx{
	width: 28px;
	height: 28px;
}
.search-image,.wx-image,
.search-image img{
	display: block;
	width: 100%;
	height: 100%;
}
.search-image,.wx-image{
	padding-bottom: 35px;
}
.search{
	margin-right: 10px;
}
.langOv1{
	width: 194px;
	height: 52px;
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 5;
	display: none;
}
.search-input{
	width: 100%;
	height: 100%;
	line-height: 100%;
	color: #fff;
	text-indent: 15px;
	font-size: 12px;
}
.search:hover .langOv1{
	display: block;
}
.wx-image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.wx-top {
	width: 194px;
	height: 200px;
	position: absolute;
	top: 43px;
	right: -20px;
	border-radius: 5px;
	z-index: 5;
}
.wx-top{
	display: none;
}
.wx:hover .wx-top{
	display: block;
}

/* 头部导航 */
.header_nav {
	width: auto;
}
.header_nav li.level-0 {
	float: left;
	width: auto;
	padding: 0 18px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
}
.header_nav li.level-0: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;
}
.header_nav li.level-0 a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #666;
padding:0;
}
.header_nav li.level-0:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.header_nav li.level-0:hover a {
	color: #fff;
}
.header_nav .navmenu .active:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.header_nav .navmenu .active a {
	color: #fff;
}
.header_nav .navmenu .level-0 div.sub {
display:none;
}
.hl_cbox {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 92px;
	right: 0;
	left: 0;
	z-index: 10;
}
.hl_cbox .DnnModule {
	width: 100%;
	position: absolute;
top:0;
	height:0;
transition:.5s;
overflow:hidden;
}
/*.hl_cbox .DnnModule:nth-child(3),
.hl_cbox .DnnModule:nth-child(4),
.hl_cbox .DnnModule:nth-child(5) {
	height: 234px;
	background: #fff;
}*/
.hl_cbox > div.hei_active {
height: 234px;
	background: #fff !important;
transition:.5s;
}
.hl_cbox .DnnModule:nth-child(1),

.hl_cbox .DnnModule:nth-child(7),
.hl_cbox .DnnModule:nth-child(8) {
 height: 0 !important;
}
/*新闻与公告
左侧新闻*/
.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;
	line-height: 1.429;
	font-size: 15px;
	color: #777;
	margin-bottom: 20px;
}
.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: 886px;
	margin: 30px 0 0 30px;
	border-right: 1px solid #dadada;
}
.hsnav_left {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.hsnav_img {
	width: 270px;
	height: 165px;
}
.hsnav_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.hsnav_text {
	width: 579px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 22px;
	font-size: 14px;
	color: #777;
	margin-bottom: 20px;
	text-align: justify;
}
.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: 256px;
	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;
        width:40%;
       float:left;
}
.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: 100%;
	margin: 0 auto;
	padding: 30px 0 15px;
}
.kjlynav_li {
	float: left;
	width: 20%;
	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;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*底部*/
.footer {
	background: #2e4da6;
}
.footer_cont {
	padding: 37px 0;
}
.footer_left {
	width: 210px;

}
/* 底部微信 */
.weixin {
	width: 36px;
	height: 36px;
	margin-right: 15px;
	position: relative;
}
.weixin>img {
	display: block;
	width: 100%;
	height: 100%;
}
.weixin .f_wx2 {
	display: none;
	position: absolute;
	top: 0;
}
.wx-bottom {
	position: absolute;
	left: -20px;
	bottom: 30px;
	width: 194px;
	height: 228px;
	display: none;
}
.wx-bottom img {
	width: 100%;
}
.weixin:hover .f_wx1 {
	display: block;
}
.weixin:hover .f_wx2 {
	display: block;
}
.weixin:hover .wx-bottom {
	display: block;
}

/* 相关链接 */
.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;
position:relative;
}
.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;
}
.footer_right p a {
position:relative;
}
.lxwm_window {
position:absolute;
top:-50px;
background:#fff;
border-radius:5px;
right:0;
z-index:-1;
opacity:0;
    height: 1em;
    padding: 10px;
    font-size: 14px;
transition:.3s;
}
.lxwm_window.active {
z-index:1;
opacity:1;
top:-40px;
}
.menu_btn {
display:none;
}
@media screen and (max-width:1023px){
	.hl_cbox {
display:none;
}
.menu_btn {
display:block;
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
display: block;
    width: 0.5rem;
    z-index:999;
}
.menu_btn span {
display: block;
    width: 100%;
    height: 2px;
    background-color: #666;
    margin-top: 0.106666rem;
    transition: .3s;
}
.menu_btn span:nth-of-type(1) {
    margin: 0;
}
.menu_btn_active span:nth-of-type(1){
		transform: translateY(0.133333rem) rotateZ(45deg);
		transform-origin: center;
	}
	.menu_btn_active span:nth-of-type(2){
		/* transform: rotateZ(45deg); */
		opacity: 0;
	}
	.menu_btn_active span:nth-of-type(3){
		transform:translateY(-0.176666rem) rotateZ(-45deg);
		transform-origin: center;
	}
.search_wx {
display:none;
}

.header_nav {
position: fixed;
overflow-y: scroll;
		height: 100vh;
		top: 0;
		background-color: #FFFFFF;
		margin-top: 0;
		left: -100%;
		bottom: initial;
		z-index: -99;
		opacity: 0;
		transition: .3s;
		width: 100%;
}
.header_nav_active {
opacity: 1;
		z-index: 99;
		left: 0;
}
.header {
width:90%;
}
.header_nav li.level-0 {
width:90%;
float:none;
margin:0 5%;
padding:0 !important;
height:auto;
border-bottom:1px solid #e5e6e9;
}
.header_nav li.level-0:after {
display:none;
}
.header_nav li.level-0 a:hover {
color:#666 !important;
}
.header_nav li.level-0:hover a {
    color:#666 !important;
}
.header_nav li.level-0 a {
font-size:.44rem;
line-height:4em;
height:4em;
color:#666 !important;
box-sizing: border-box;
position:relative;
}
.header_nav li.level-0 a:after {
display:block;
content:"";
width:.2rem;
height:.2rem;
border-top:1px solid #999;
border-right:1px solid #999;
position:absolute;
right:1em;
top:50%;
color:#666 !important;
transform: translateY(-50%) rotateZ(45deg);
}
.header_nav ul.navmenu {
padding-top:1.5rem;
}
.header_nav .navmenu .level-0 div.sub {
display:block;
height:0;
overflow:hidden;
}
.header_nav .navmenu div.sub {
transition:.4s;
}
.header_nav ul.sub li a {
border-bottom:0;
line-height:3em;
height:3em;
font-size:.4rem;
}
.header_icon {
position:absolute;
right:0;
top:0;
border-left:0;
height:100%;
}
.header_logo {
width:50%;
padding:20px 0;

}
.header_logo img {
width:100%;
}
.banner_cont {
	height: 5.5rem;
}
.banner_cont .swiper-slide {
background-size:cover !important;
}
.banner_text {
width:90%;
padding:0;
height:3rem;

}
.banner_text img {
width:100%;
margin-top:1.5rem;
}
.yw_cont {
width:100%;
margin-top:0;
}

.yw {
height:3rem;
display:none;
}

.xw_box {
width:90%;
margin-bottom:.7rem;
}
.tabxw_box {
width:100%;
margin-top:0.2rem;
}
.same_li h3 {
    width: 75%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
font-size:.4rem;
}
.same_li span {
font-size:.36rem;
}

.samep_li p {
font-size:.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.samep_li h3 a {
font-size:.5rem;
}
.tt_box .line {
width:4em;
font-size:.4rem;
}
.more {
width:.6rem;
top:-1.1rem;
}
.banner_box {
margin-bottom:0rem;
}
.tt_box h2 {
width:5em;

font-size:.4rem;
}
.lb_xw {
float:left !important;
width:100%;
margin-right:0;
margin-top:0.3rem;
}
.qyry,.qyry_img {
width:100%;
height:3.34rem;
overflow:hidden;
}
.qyry {
margin-bottom:.5rem;
margin-top:.5rem;
}
.qyry_img img {
height:auto;

}
.lb_pagination {
bottom:7% !important;
}
.lb_pagination .swiper-pagination-bullet {
width:5px;
height:5px;
border-radius:50%;
}
.lb_box {
height:6rem;
}
.footer_cont {
width:90%;
padding:.4rem 0;
}
.footer_right {
width:100%;
}
.footer_right p {
text-align:center;
font-size:0.32rem;
line-height:1.8em;
}
.footer_left {
margin-left: 50%;
    transform: translateX(-50%);
margin-bottom:.5rem;
}
.lb_cont .swiper-slide .lb_text {
font-size:0.37rem;
height:3em;
line-height:3em;
}
.foot_name {
display:block;
}


}