/*手机头部*/
.mc_header {
	display: none;
	height: 61px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.mc_header_con {
	height: 60px;
	overflow: hidden;
}

.mc_logo {
	line-height: 60px;
	height: 60px;
	width: 100%;
	padding: 0 40px;
	margin: 0 -30px;
	text-align: center;
	float: left;
}

.mc_logo img {
	width: auto;
	max-width: 100%;
	max-height: 45px;
}

.mc_nav {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 90;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.mc_nav span {
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.mc_nav span:nth-child(1) {
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3) {
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2) {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mc_nav.click span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_sousuo {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background-position: center;
	background-image: url(../images/sh_ico.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
}


.mc_nav_con {
	background: #000;
	padding: 20px;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	margin-top: -60px;
}

.mc_nav_con ul {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding-top: 20px;
}

.mc_nav_con ul>li {
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span {
	width: 35px;
	height: 30px;
	background: url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}

.mc_nav_con ul>li>span.click {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_erji {
	background: #1E1E1E;
	display: none;
}

.mc_nav_erji .mc_nav_erji_li {
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji .mc_nav_erji_li:last-child {
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_sanji_li {
	padding-left: 15px;
}

.mc_nav_siji_li {
	padding-left: 15px;
}

.mc_nav_wuji_li {
	padding-left: 15px;
}

.mc_nav_erji a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc_sousuo_con {
	background: #4288c3;
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	z-index: 999;
	font-size: 0;
	display: none;
}

.mc_sousuo_con_fl {
	width: 100%;
	padding-right: 50px;
	margin-right: -50px;
}

.mc_sousuo_con_shuru {
	font-size: 16px;
	height: 40px;
	height: 40px;
	color: #fff;
	background: none;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border-right: 1px solid #fff;
	outline: none;
	position: relative;
	z-index: 99;
}

.mc_sousuo_con_shuru:focus {
	border-right-color: #fff !important;
}

.mc_sousuo_con_shuru::-webkit-input-placeholder {
	color: #fff;
}

.mc_sousuo_con_tijiao {
	width: 50px;
	height: 40px;
	background: none !important;
	border: 0 !important;
	background: url(../images/nav_sousuo.png) no-repeat center !important;
	background-size: 20px !important;
}

@media(max-width:991px) {
	#pc_header {
		display: none;
	}

	.mc_header {
		display: block;
	}
}

@media(max-width:768px) {
	.mc_header {
		padding: 0 15px;
	}
}

/*悬浮右侧栏*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 8px;
	bottom: 20%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #292e39;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font_i {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-phone {
	background: #d9d9d9 url(../images/zuocelandianhua_hei.png) no-repeat center;
	background-size: 25px;
}

#toolbar li .icon-ewm {
	background: #d9d9d9 url(../images/zuocelanerweima_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-message {
	background: #d9d9d9 url(../images/zuocelanliuyan_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-top {
	background: #d9d9d9 url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #292e39;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #292e39;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #292e39;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font_i {
	background-color: #292e39;
}

#toolbar li:hover .icon-phone {
	background: #292e39 url(../images/zuocelandianhua_bai.png) no-repeat center;
	background-size: 25px;
}

#toolbar li:hover .icon-ewm {
	background: #292e39 url(../images/zuocelanerweima_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-message {
	background: #292e39 url(../images/zuocelanliuyan_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-top {
	background: #292e39 url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 50px;
}

@media (max-width: 991px) {
	#toolbar {
		display: none;
	}
}

/*内页导航*/
.asny_nav {
	margin: 3% 0;
}

.asny_nav ul {
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.asny_nav ul>li {
	display: inline-block;
	width: 16.666666%;
	margin: 5px 0;
	position: relative;
}

.asny_nav ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7;
	border-right: 1px solid #dedede;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.asny_nav ul>li:nth-child(6n)>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li:last-child>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li>a.active {
	background: #4288c3;
	color: #fff;
	border-color: #4288c3;
}

.asny_nav ul>li:hover>a {
	background: #4288c3;
	color: #fff;
	border-color: #4288c3;
}

.asny_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.asny_nav_erji_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #818181;
	border-top: 1px dashed #ccc;
}

.asny_nav_erji_li a:hover {
	color: #4288c3;
}

.asny_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

.asny_nav ul>li:hover .asny_nav_erji {
	display: block;
}

@media(max-width:1366px) {
	.asny_nav ul>li>a {
		line-height: 50px;
	}
}

@media(max-width:991px) {
	.asny_nav {
		display: none;
	}
}


/*内页banner*/
.nybanner {
	position: relative;
	margin-top: 90px;
}

.nybanner img {
	width: 100%;
}

.nybanner_tongyong {
	margin-bottom: 3%;
}

.nybanner_wz{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nybanner_wz_ft{
	font-size: 2rem;
	line-height: 1.4;
	color: #ffffff;
}
@media(max-width:1280px) {
	.nybanner {
		margin-top: 80px;
	}
}

@media(max-width:991px) {
	.nybanner {
		margin-top: 0;
	}

	.nybanner_wz_ft{
		font-size: 24px;
	}

	.nybanner_tongyong {
		margin-bottom: 0;
	}
}

@media(max-width:768px){
	.nybanner_wz_ft{
		font-size: 22px;
	}
}

@media(max-width:468px){
	.nybanner_wz_ft{
		font-size:20px;
	}
}

/*位置*/
.page_pc_nav{
	background-color: #f6f7f9;
	border-bottom: solid 1px #ededed;
}

.page_pc_nav_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_pc_nav_fl{
    width: 99%;
    padding-right: 400px;
    margin-right: -400px;
}
.page_pc_nav_fl li{
    padding-right: 2rem;
}
.page_pc_nav_fl li a {
    font-size: 0;
    display: block;
    line-height: 1;
}
.page_pc_nav_fl li a span{
	display: inline-block;
	font-size: 17px;
	line-height: 1.4;
	color: #666666;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 1.9rem 0;
	position: relative;
}
.page_pc_nav_fl li a span::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #4288c3;
    max-width: 86px;
}
.page_pc_nav_fl li.active a span::before,.page_pc_nav_fl li a:hover span::before{
    width: 100%;
}

.page_pc_nav_fl li.active a span,.page_pc_nav_fl li a:hover span{
	color: #4288c3;
}

.page_pc_nav_fr{
    font-size: 15px;
	line-height: 1.4;
	color: #666666;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 10;
	padding: 1.9rem 0;
	padding-left: 23px;
	background: url(../images/img/page_postion_home.png) no-repeat left center;
	background-size: 15px;
}

.page_pc_nav_fr a{
	color: #666666;
}
.page_pc_nav_fr a:hover{
	color: #4288c3;
}
@media(max-width:1280px){
    .page_pc_nav_fl{
        padding-right: 380px;
        margin-right: -380px;
    }
    .page_pc_nav_fl li a span{
        font-size: 16px;
    }
    .page_pc_nav_fr{
        font-size: 15px;
        max-width: 380px;
    }
    .page_pc_nav_fl li{
        padding-right: 25px;
    }
}
@media(max-width:1120px){
    .page_pc_nav_fl li a span{
        font-size: 15px;
    }
}
@media(max-width:991px){
    .page_pc_nav_fl{
        display: none;
    }
    .page_pc_nav_fr{
        padding: 20px 0;
        padding-left: 22px;
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width:468px) {
	.page_pc_nav_fr {
		padding: 16px 0;
		padding-left: 22px;
	}
}

/*左侧栏*/
.ny_pagecon {
	padding-bottom: 3%;
}

@media(max-width:991px) {
	.ny_pagecon {
		padding: 3% 0;
	}
}

@media(max-width:768px) {
	.ny_pagecon {
		padding: 25px 0;
	}
}


.page-wrap-right-con {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.page-wrap-right-con_dy img {
	max-width: 100%;
	width: auto !important;
	height: auto;
}

/*单页表格--开始*/
.page-wrap-right-con_dy table{
	width: 100%;
	margin: 0 auto;
}

.page-wrap-right-con_dy table td{
	padding:5px 10px;
}

@media(max-width:768px){
	.page-wrap-right-con_dy .biaogewaikuang{
		overflow: scroll;
	}

	.page-wrap-right-con_dy table{
		width: 738px;
	}
}
/*单页表格--结束*/



.page-wrap-right {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.page-wrap-left {
		float: left;
		width: 260px;
		margin-right: 3%;
		position: relative;
		z-index: 80;
		display: none;
	}

	.page-wrap-right {
		overflow: hidden;
		width: 100%;
		float: right;
	}
}

.aspg-left-box {
	margin-bottom: 20px;
}

.aspg-left-title {
	background: #4288c3;
	padding: 15px 20px;
	position: relative;
}

.aspg-left-title h3 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	text-align: center;
}

.aspg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	position: relative;
	margin-top: 10px;
	padding-top: 8px;
}

.aspg-left-title span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 3px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.aspg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: 8px 15px;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.5;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #4288c3;
}

.latest-news li a:hover:before {
	color: #4288c3;
}

.page-wrap-contact {
	padding: 10px 0;
	font-size: 14px;
}

.page-wrap-contact h4 {
	padding: 4px 15px 12px;
	font-size: 16px;
	color: #000000;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: 11px 15px;
	color: #2f2f2f;
}

.page-message-img img {
	width: 100%;
}

.page-mob-tool {
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 9999;
}

.page-mob-tool li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.page-mob-tool li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #4288c3;
	opacity: .7;
}

.page-mob-tool li i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
}

.page-mob-tool li .icon-dots-horizontal {
	background: url(../images/tongyonggengduo_bai.png) no-repeat center;
	background-size: 30px;
}

.page-mob-tool li .icon-top {
	background: url(../images/tongyongjiantou_bai_xiangshang.png) no-repeat center;
	background-size: 25px;
}

@media (min-width: 992px) {
	.page-mob-tool {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
	display: none;
}

@media (max-width: 991px) {

	.asmob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.asmob-menu-click .aspg-left-news,
	.asmob-menu-click .aspg-left-contact,
	.asmob-menu-click .page-message-img {
		display: none;
	}

	.asmob-menu-click .asmob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: rgba(0, 0, 0, .5) url(../images/chadiao.png) no-repeat center;
		background-size: 25px;
		z-index: 999;
	}

	.asmob-menu-click .aspg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.asmob-menu-click .aspg-left .aspg-left-menu {
		width: 90%;
		background: #fff;
	}

	.asmob-menu-click.click {
		left: 0;
	}
}

/*左侧导航*/
.aspg-left-nav>li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.aspg-left-nav>li:last-child {
	border-bottom: none;
}

.aspg-left-nav>li>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
	padding: 15px 40px 15px 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav>li>a.active {
	color: #4288c3;
}

.aspg-left-nav>li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-left-nav>li .first-nav-btn.cur {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aspg-left-nav>li:hover>a,
.aspg-left-nav>li.clicked>a {
	color: #4288c3;
}

.aspg-left-nav>li:hover .first-nav-btn,
.aspg-left-nav>li.clicked .first-nav-btn {
	color: #4288c3;
}

.aspg-left-nav .aspg-left-subnav {
	display: none;
	padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav>li {
	border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav>li>a {
	padding: 10px 20px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav .aspg-left-subnav>li>a.active {
	color: #4288c3;
}

.aspg-left-nav .aspg-left-subnav>li>a:hover {
	color: #4288c3;
}

.aspg-left-nav .aspg-left-subnav>li.clicked>a {
	color: #4288c3;
}

.aspg-left-nav .aspg-left-threenav>li>a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.aspg-left-nav .aspg-left-threenav>li>a:before {
	content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav>li>a:hover {
	color: #4288c3;
}

.aspg-left-nav .aspg-left-threenav>li.clicked>a {
	color: #4288c3;
}

@media (max-width: 991px) {
	.aspg-left-nav .aspg-left-threenav {
		display: block;
	}
}

/*分页*/
.pglist {
	text-align: center;
	margin-top: 3.5%;
	font-size: 0;
}

.pglist1 li {
	display: inline-block;
	font-size: 20px;
	color: #666;
	font-family: Arial;
	line-height: 26px;
	margin: 0 1rem;
	cursor: pointer;
}

.pglist1 li a,
.pglist1 li span {
	color: #666;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pglist1 li.active a,
.pglist1 li:hover a,
.pglist1 li .current,
.pglist1 li:hover span {
	color: #4288c3;
}

@media(max-width:991px) {
	.pglist {
		font-size: 0;
		line-height: 0;
	}

	.pglist1 li {
		font-size: 18px;
		margin: 0 8px;
	}
}

@media(max-width:768px) {
	.pglist {
		margin-top: 25px;
	}

	.pglist1 li {
		font-size: 17px;
	}
}

@media(max-width:468px) {
	.pglist {
		margin-top: 20px;
	}

	.pglist1 li {
		margin: 0 6px;
	}
}



/*内页新闻*/
.aspg-news-list {
	font-size: 0;
}

.aspg-news-list li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: bottom;
	padding: 4% 15px;
	border-bottom: 1px solid #e6e6e6;
}

.aspg-news-list li a {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.aspg-news-list li .news_date {
	font-size: 14px;
	line-height: 2;
	color: #b2b2b4;
}

.aspg-news-list li .news_title {
	font-size: 20px;
	line-height: 2;
	color: #222225;
	position: relative;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-news-list li:hover .news_title {
	color: #4288c3;
}

.aspg-news-list li .news_title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 3px;
	background: #828286;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-news-list li:hover .news_title:before {
	width: 45px;
	background: #4288c3;
}

.aspg-news-list li .news_content {
	font-size: 15px;
	line-height: 2;
	color: #868686;
	margin: 15px 0;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aspg-news-list li .more {
	font-size: 14px;
	line-height: 1.5;
	color: #868686;
}

@media (max-width: 1366px) {
	.aspg-news-list li .news_title {
		font-size: 18px;
	}
}

@media (max-width: 990px) {
	.aspg-news-list li {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.aspg-news-list li {
		width: 100%;
		padding: 20px 15px;
	}

	.aspg-news-list li a {
		width: 100%;
	}
}

/*留言*/
.ny_liuyanbiaoge {
	border: 1px solid #eee;
	padding: 3%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.message-form {
	display: block;
	background: #f0f2f5;
	padding: 6%;
}

.message-form li {
	overflow: hidden;
}

.message-form li:nth-child(n+2) {
	margin-top: 15px;
}

.message-form li h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	float: left;
	width: 80px;
	position: relative;
	z-index: 9;
}

.message-form li h3 span {
	color: red;
	margin-right: 5px;
}

.ny_liuyanshurukuang {
	width: 100%;
	padding-left: 90px;
	margin-left: -90px;
	float: right;
}

.message-form li input {
	width: 100%;
	height: 36px;
	padding: 0 12px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form .nyxuanze {
	overflow: hidden;
}

.message-form .nyxuanze h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	/*font-weight: bold;*/
	float: left;
	width: 90px;
}

.message-form .nyxuanze h3 span {
	color: red;
	margin-right: 5px;
}

.message-form .nyxuanze .nyxuanze_xuan {
	font-size: 14px;
	line-height: 36px;
	/*font-weight: bold;*/
	vertical-align: middle;
	float: left;
	color: #666;
}

.message-form li textarea {
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	width: 100%;
	height: 128px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 34px;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form li input::-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.message-form li input::placeholder {
	color: #666;
}

.nyliuyan_tijiao {
	margin-top: 15px;
}

.nyliuyan_tijiao input {
	width: 128px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #4288c3;
	border: 0;
	outline: none;
	border-radius: 8px;
	margin-left: 90px;
	cursor: pointer;
}

@media(max-width:991px) {
	.message-form {
		margin-left: 0;
		margin: 0 auto;
	}
}

@media(max-width:768px) {
	.message-form {
		width: 100%;
		max-width: 100%;
		padding: 25px;
	}

	.ny_liuyanbiaoge {
		padding: 15px;
	}
}

@media(max-width:468px) {
	.ny_liuyanbiaoge {
		padding: 10px;
	}

	.message-form {
		padding: 15px 15px;
	}

	.message-form li h3 {
		width: 100%;
		margin-bottom: 5px;
	}

	.ny_liuyanshurukuang {
		padding-left: 0;
		margin-left: 0;
	}

	.message-form .nyxuanze .nyxuanze_xuan {
		width: 100%;
	}

	.message-form li input {
		width: 100%;
	}

	.message-form li textarea {
		width: 100%;
	}

	.nyliuyan_tijiao input {
		margin-left: 0;
		display: block;
		margin: 0 auto;
	}
}

/*案例中心*/
.aspg-case-list {
	font-size: 0;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.aspg-case-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.aspg-case-list li:nth-child(3n) {
	margin-right: 0;
}

.aspg-case-list li .img {
	overflow: hidden;
}

.aspg-case-list li img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-case-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-case-list li .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 5px;
}

.aspg-case-list li:hover .wz h3 {
	color: #4288c3;
}

@media(max-width:768px) {
	.aspg-case-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:468px) {
	.aspg-case-list li {
		width: 100%;
		margin-right: 0 !important;
	}
}

/*产品中心*/
.aspg-product-list {
	font-size: 0;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.aspg-product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	border: 1px solid #ddd;
	margin-right: 2%;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-product-list li:nth-child(3n){
	margin-right: 0;
}

.aspg-product-list li:nth-child(n+4){
	margin-top: 2%;
}

.aspg-product-list li .img {
	overflow: hidden;
}

.aspg-product-list li img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-product-list li .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px;
}

.aspg-product-list li:hover {
	border: 1px solid #4288c3;
}

.aspg-product-list li:hover .wz h3 {
	color: #4288c3;
}

@media(max-width:768px) {
	.aspg-product-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(2n) {
		margin-right: 0;
	}

	.aspg-product-list li:nth-child(n+3){
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.aspg-product-list li {
		width: 100%;
		margin-right: 0 !important;
	}

	.aspg-product-list li:nth-child(n+2){
		margin-top: 15px;
	}
}

/*搜索页*/
.search-tag {
	margin-bottom: 4%;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}

.search-tag a {
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
	padding: 0 20px;
	font-size: 17px;
	color: #333;
}

.search-tag a:hover,
.search-tag a.on {
	color: #4288c3;
}

@media(max-width:768px) {
	.search-tag a {
		padding: 0 15px;
	}
	
	.search-tag{
		margin-bottom: 25px;
	}
}

@media(max-width:468px) {
	.search-tag{
		margin-bottom: 20px;
	}
}

/*新闻内页*/
.page_news_content_bt {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.page_news_content_bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
	overflow: hidden;
}

.page_news_content_bar .detail-info-time {
	float: left;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongshijian_hui.png) no-repeat left center;
	background-size: 18px;
}

.page_news_content_bar .detail-info-numbers {
	float: left;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongchakan_hui.png) no-repeat left center;
	background-size: 22px;
}

.page_news_content_wen {
	font-size: 16px;
	line-height: 2;
	color: #333;
	text-align: justify;
}

.page_news_content_wen img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
/*详情表格--开始*/
.page_news_content_wen table{
	width: 100%;
	margin: 0 auto;
}

.page_news_content_wen table td{
	padding:5px 10px;
}
@media(max-width:768px) {
	.page_news_content_wen .biaogewaikuang{
		overflow: scroll;
	}

	.page_news_content_wen table{
		width: 738px;
	}
}
/*详情表格--结束*/


@media(max-width:768px) {
	.page_news_content_bt {
		font-size: 18px;
	}
}

/*分享插件*/
#as-share {
	text-align: right;
	margin: 15px 0;
}

/*标签*/
.ny_biaoqian h3 {
	padding: 0 30px;
	font-size: 18px;
	color: #4288c3;
	line-height: 40px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	font-weight: bold;
}

.ny_biaoqian h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 3px solid #4288c3;
}

.ny_biaoqian_li {
	margin: 10px 0;
}

.ny_biaoqian_li a {
	font-size: 15px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 2;
	padding: 0 15px;
	margin: 10px 5px;
}

.ny_biaoqian_li a:hover {
	color: #4288c3;
}

/*网址*/
.ny_wangzhi-detail-url {
	font-size: 15px;
	color: #2f2f2f;
	line-height: 2;
}

.ny_wangzhi-detail-url a {
	font-size: 15px;
	color: #2f2f2f;
	word-break: break-all;
}

.ny_wangzhi-detail-url a:hover {
	color: #4288c3;
}

/*上下篇*/
.ny_detail-pn {
	margin-top: 30px;
}

.ny_detail-pn>div+div {
	margin-top: 15px;
}

.ny_detail-pn>div {
	line-height: 40px;
	position: relative;
	border: 1px solid #eeeeee;
	overflow: hidden;
}

.ny_detail-pn>div b {
	font-size: 15px;
	color: #4288c3;
	width: 70px;
	float: left;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn .ny_detail-pn_nn {
	float: left;
	width: 100%;
	padding: 0 110px 0 80px;
}

.ny_detail-pn>div a {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_detail-pn>div span {
	float: right;
	color: #666;
	width: 100px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn>div a:hover {
	color: #4288c3;
}

@media(max-width:468px) {
	.ny_detail-pn>div b {
		font-size: 14px;
		width: 60px;
	}

	.ny_detail-pn>div a {
		font-size: 14px;
	}

	.ny_detail-pn .ny_detail-pn_nn {
		padding: 0px 90px 0 70px;
	}

	.ny_detail-pn>div span {
		font-size: 14px;
		width: 85px;
	}
}

/*案例详情*/
.page_case_content_img {
	text-align: center;
}

.page_case_content_img img {
	max-width: 100%;
}

.page_case_tab {
	margin: 25px 0;
	border: 1px solid #eee;
	font-size: 16px;
	height: 42px;
	overflow: hidden;
}

.page_case_tab li {
	width: 140px;
	line-height: 38px;
	text-align: center;
	float: left;
	border: 1px solid #eee;
}

.page_case_tab li.on {
	border: 1px solid #4288c3;
	color: #4288c3;
}

/*产品详情*/
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/**/
.page_product_tuji {
	overflow: hidden;
}

.page_product_tuji {
	padding-bottom: 20px;
}

.page_product_tuji_fl {
	width: 40%;
	overflow: hidden;
	border: 1px solid #ddd;
}

.page_product_tuji_fl a {
	height: 100%;
	height: 390px;
	display: block;
	line-height: 390px;
	text-align: center;
}

.page_product_tuji_fl .xqydatu {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page_product_tuji_fl .easyzoom {
	width: 100%;
}

.page_product_tuji_fr {
	width: 55%;
}

.page_product_tuji_fr h1 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.page_product_tuji_fr_fc {
	margin: 15px 0 25px;
	font-size: 16px;
	line-height: 2;
	color: #777272;
}

.page_product_tuji_fr_fb {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.page_product_tuji_fr_fb img {
	width: 100%;
}

.page_product_tuji_fr_fb_li {
	border: 1px solid #ddd;
	padding: 5px;
}

.page_product_tuji_fr_fb_li.active {
	border: 1px solid #4288c3;
}

.page_product_tuji_btnl {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.page_product_tuji_btnr {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnl {
	opacity: 1;
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnr {
	opacity: 1;
}

.page_product_tuji_fr_fb1 {
	margin-top: 25px;
}

.page_product_tuji_fr_fb1 a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #4288c3;
	padding: 8px 30px;
	border-radius: 25px;
}

@media(max-width:768px) {
	.page_product_tuji_fl {
		width: 100%;
	}

	.page_product_tuji_fr {
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.page_product_tuji_fl a {
		height: auto;
		line-height: 1;
	}
}

/*网站地图*/
.page-wrap-right-wangzhanditu {
	width: 100%;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.wangzhanditu_ft {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	padding: 0 20px;
}

.wangzhanditu_fb {
	margin: 15px 0;
}

.wangzhanditu_fb li {
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

.wangzhanditu_fb li:last-child {
	border-bottom: 0 dashed #ddd;
}

.wangzhanditu_fb li a {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wangzhanditu_fb li a:hover {
	color: #0247a6;
}

/*研究院概况*/
.page_academy_survey_1{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_academy_survey_1_fl{
    width: 42%;
    padding: 3% 0 3% calc(50vw - 760px);
}
.page_academy_survey_1_fl_ft h3{
	font-size: 1.75rem;
	line-height: 1.1;
	color: #000000;
	position: relative;
	padding-right: 20px;
}
.page_academy_survey_1_fl_ft h3::before{
	content: '';
	width: 9px;
	height: 9px;
	background-color: #4288c3;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 2px;
	display: none;
}
.page_academy_survey_1_fl_ft h4{
	font-size: 17px;
	line-height: 1.5;
	color: #aaa;
	width: 100%;
	margin-top: 8px;
}
.page_academy_survey_1_fl_fb{
    max-width: 560px;
}
.page_academy_survey_1_fl_fb_ft{
    margin: 10% 0 9%;
}
.page_academy_survey_1_fl_fb_ft h3{
	font-size: 2.4rem;
	line-height: 1.3;
	color: #000000;
	font-weight: lighter;
	padding-right: 65px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_academy_survey_1_fl_fb_ft h3::before,.page_academy_survey_1_fl_fb_ft h3::after{
    content: '';
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_academy_survey_1_fl_fb_ft h3::before{
	width: 30px;
	border-top: 1px dashed #aaaaaa;
	right: 15px;
}
.page_academy_survey_1_fl_fb_ft h3::after{
	width: 9px;
	height: 9px;
	right: 0;
	border: 1px solid #aaaaaa;
	border-radius: 50%;
}
.page_academy_survey_1_fl_fb_ft h4{
	font-size: 16px;
	line-height: 1.8;
	color: #777777;
	margin-top: 2.3%;
	width: 100%;
}
.page_academy_survey_1_fl_fb_fc{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_academy_survey_1_fl_fb_fc_fl{
	font-size: 16px;
	line-height: 2;
	color: #4288c3;
	font-weight: bold;
    position: relative;
    z-index: 10;
}
.page_academy_survey_1_fl_fb_fc_fc {
	width: 100%;
	padding-left: 64px;
	padding-right: 45px;
	margin-left: -64px;
	margin-right: -45px;
}

.page_academy_survey_1_fl_fb_fc_fc_con{
    background: #ddd;
	position: relative;
	height: 2px;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}

.page_academy_survey_1_fl_fb_fc_fc span {
	background: #4288c3 !important;
}
.page_academy_survey_1_fl_fb_fc_fr{
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page_academy_survey_1_fl_fb_fc_fr_bntl,.page_academy_survey_1_fl_fb_fc_fr_bntr{
    width: 9px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	cursor: pointer;
}
.page_academy_survey_1_fl_fb_fc_fr_bntl{
    background-image: url(../images/img/page_academy_survey_btnl.png);
}
.page_academy_survey_1_fl_fb_fc_fr_bntl:hover{
    background-image: url(../images/img/page_academy_survey_btnl_hover.png);
}
.page_academy_survey_1_fl_fb_fc_fr_bntr{
    background-image: url(../images/img/page_academy_survey_btnr.png);
    margin-left: 10px;
}
.page_academy_survey_1_fl_fb_fc_fr_bntr:hover{
    background-image: url(../images/img/page_academy_survey_btnr_hover.png);
}
.page_academy_survey_1_fl_fb_fb{
    overflow: hidden;
    margin-top: 10%;
}
.page_academy_survey_1_fl_fb_fb_li .img{
    overflow: hidden;
    position: relative;
}
.page_academy_survey_1_fl_fb_fb_li .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_academy_survey_1_fl_fb_fb_li.swiper-slide-active .img::before{
    opacity: 0;
}
.page_academy_survey_1_fl_fb_fb_li .img .img_con{
    padding: 34% 0;
}
.page_academy_survey_1_fl_fb_fb_li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 5px;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_academy_survey_1_fl_fb_fb_li.swiper-slide-active .wz{
    opacity: 0;
}
.page_academy_survey_1_fr{
    width: 55%;
}
.page_academy_survey_1_fr .img_con{
    padding: 42.7% 0;
}

.page_academy_survey_2{
    background: #f6f7f9;
    padding: 40px 0;
}
.page_academy_survey_2_con{
    max-width: 1250px;
    margin: 0 auto;
}

.page_academy_survey_2_li_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_academy_survey_2_li_fl{
    width: 77%;
}
.page_academy_survey_2_li_fl_fl{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_academy_survey_2_li_fl_fl_img{
    width: 220px;
    position: relative;
    z-index: 10;
}
.page_academy_survey_2_li_fl_fl_img .img_con{
    padding: 32% 0;
}

.page_academy_survey_2_li_fl_fl_wz{
	overflow: hidden;
	width: 95%;
	padding-left: 220px;
	margin-left: -220px;
}
.page_academy_survey_2_li_fl_fl_wz a{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_academy_survey_2_li_fl_fl_wz_fl{
    width: 96%;
    padding-right: 140px;
    margin-right: -140px;
}
.page_academy_survey_2_li_fl_fl_wz_fl h3{
	font-size: 16px;
	line-height: 1.5;
	color: rgba(170,170,170,.7);
}

.page_academy_survey_2_li_fl_fl_wz_fl h4{
	font-size: 18px;
	line-height: 1.5;
	color: #292929;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_academy_survey_2_li_fl_fl_wz_fr_ft,.page_academy_survey_2_li_fl_fl_wz_fr_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #292929;
}

.page_academy_survey_2_li_fl_fl_wz_fr_fb{
	margin-top: 8px;
}

.page_academy_survey_3{
    position: relative;
}

.page_academy_survey_3_img img{
    width: 100%;
}
.page_academy_survey_3_wz{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_academy_survey_3_wz_ul{
    height: 100%;
}
.page_academy_survey_3_wz_li{
    width: 33.333333333333333%;
    /*height: 100%;*/
    text-align: center;
    padding: 7% 2%;
    position: relative;
    border-right: 1px solid #fff;
    cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_academy_survey_3_wz_li:nth-child(3n){
    border-right-color: rgba(255,255,255,0);
}
.page_academy_survey_3_wz_li.active{
	background-color: rgba(66,136,195,.8);
}
.page_academy_survey_3_wz_li_ft h3{
	font-size: 2.1rem;
	line-height: 1.5;
	color: #ffffff;
}
.page_academy_survey_3_wz_li_ft h4{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
	padding-top: 8%;
	margin-top: 8%;
	position: relative;
}
.page_academy_survey_3_wz_li_ft h4::before{
	content: '';
	width: 60px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page_academy_survey_3_wz_li_fc{
	font-size: 17px;
	line-height: 1.7;
	color: #ffffff;
	margin-top: 9%;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_academy_survey_3_wz_li.active .page_academy_survey_3_wz_li_fc{
    opacity: 1;
}
.page_academy_survey_3_wz_li_fc_con{
    max-width: 440px;
    margin: 0 auto;
}

.page_academy_survey_3_wz_li_fb{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 9%;
	width: 100%;
}

.page_academy_survey_4_fl_ft_mc{
    display: none;
}
.page_academy_survey_4_fl{
    padding: 8% 0 4%;
    width: 46%;
    max-width: 538px;
}
.page_academy_survey_4_fl_fb{
    margin-top: 10.5%;
    overflow: hidden;
    padding-left: 5px;
    margin-left: -5px;
}
.page_academy_survey_4_fl_fb_li{
    padding-left: 20px;
    border-left: 1px solid #ddd;
    height: auto!important;
}
.page_academy_survey_4_fl_fb_li:nth-child(n+2){
    padding-top: 5.5%;
}
.page_academy_survey_4_fl_fb_li_ft{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #4288c3;
	position: relative;
}
.page_academy_survey_4_fl_fb_li_ft::before{
	content: '';
	width: 9px;
	height: 9px;
	background-color: #4288c3;
	position: absolute;
	left: -25px;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_academy_survey_4_fl_fb_li_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #777777;
	letter-spacing: 1px;
	margin-top: 8px;
}
.page_academy_survey_4_fl_fb_li_con{
    cursor: pointer;
}
.page_academy_survey_4_fl_fb_li_con.on .page_academy_survey_4_fl_fb_li_ft{
    color: #d01823;
}
.page_academy_survey_4_fl_fb_li_con.on .page_academy_survey_4_fl_fb_li_ft::before{
    background: #d01823;
}
.page_academy_survey_4_fr{
    width: 51%;
    background: url(../images/img/page_academy_survey_3_bj.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 12.5%;
    padding-right: 6.7%;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.page_academy_survey_4_fr_ul{
    width: 100%;
}
.page_academy_survey_4_fr_li{
    display: none;
    position: relative;
}
.page_academy_survey_4_fr_li.active{
    display: block;
}
.page_academy_survey_4_fr_li .wz{
	position: absolute;
	right: 2%;
	top: -2%;
	z-index: 10;
	text-align: center;
}
.page_academy_survey_4_fr_li .wz_ft{
	font-size: 1.75rem;
	line-height: 1.3;
	color: #ffffff;
}
.page_academy_survey_4_fr_li .wz_fb{
	font-size: 1.1rem;
	line-height: 1.3;
	color: #ffffff;
	opacity: 0.8;
	margin-top: 10px;
}
.page_academy_survey_4_fr_li .img img{
    width: 100%;
}
.page_academy_survey_5{
    background: #f6f7f9;
    padding: 6% 0;
}
.page_academy_survey_5_fb{
    margin-top: 25px;
    text-align: center;
}
.page_academy_survey_5_fb img{
    max-width: 100%;
}
@media(max-width:1620px){
    .page_academy_survey_1_fl{
        padding-left: 50px;
    }
}
@media(max-width:1366px){
    .page_academy_survey_1_fl_ft h3{
        font-size: 26px;
    }
    .page_academy_survey_1_fl_ft h4{
        font-size: 16px;
    }
    .page_academy_survey_1_fl_fb_ft{
        margin: 4% 0 3%;
    }
    .page_academy_survey_1_fl_fb_fb{
        margin-top: 5%;
    }
}

@media(max-width:1280px){
    .page_academy_survey_1_fl{
        padding-left: 30px;
    }
    .page_academy_survey_1_fl_ft h3{
        font-size: 24px;
    }
    .page_academy_survey_1_fl_ft h4{
        font-size: 15px;
    }
    
    .page_academy_survey_3_wz_li_ft h4{
        font-size: 18px;
    }
    .page_academy_survey_3_wz_li_fc{
        font-size: 16px;
    }
    .page_academy_survey_3_wz_li_fb{
        font-size: 18px;
    }
    .page_academy_survey_3_wz_li_fb{
        bottom: 6%;
    }
    
    .page_academy_survey_4_fl_fb_li_ft{
        font-size: 22px;
    }
    .page_academy_survey_4_fr_li .wz_ft{
        font-size: 22px;
    }
    .page_academy_survey_4_fr_li .wz_fb{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .page_academy_survey_1_fl_fb_ft h3{
        font-size: 26px;
    }
    .page_academy_survey_1_fl{
        width: 100%;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_academy_survey_1_fl_fb{
        max-width: 100%;
    }
    .page_academy_survey_1_fl_fb_ft{
        margin: 2% 0 2%;
    }
    .page_academy_survey_1_fl_fb_ft h4{
        margin-top: 1.5%;
    }
    .page_academy_survey_1_fl_fb_fb{
        margin-top: 2.5%;
    }
    .page_academy_survey_1_fr{
        width: 100%;
        padding: 0 20px;
        display: none;
    }
    .page_academy_survey_2{
        padding: 30px 0;
    }
    .page_academy_survey_2_li_fl{
        width: 80%;
    }
    .page_academy_survey_2_li_fl_fl_img{
        width: 180px;
    }
    .page_academy_survey_2_li_fl_fl_wz{
        padding-left: 180px;
        margin-left: -180px;
        width: 97%;
    }
    .page_academy_survey_2_li_fl_fl_wz_fl{
        padding-right: 125px;
        margin-right: -125px;
        width: 98%;
    }
    .page_academy_survey_2_li_fl_fl_wz_fl h4{
        font-size: 17px;
    }
    .page_academy_survey_2_li_fl_fl_wz_fr_ft, .page_academy_survey_2_li_fl_fl_wz_fr_fb{
        font-size: 15px;
    }
    
    .page_academy_survey_3_img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .page_academy_survey_3_img img{
        opacity: 0;
        width: 100%;
        height: 100%;
    }
    .page_academy_survey_3_wz{
        position: relative;
    }
    .page_academy_survey_3_wz_li{
        padding: 7% 2% 12%;
    }
    .page_academy_survey_3_wz_li_ft h3{
        font-size: 24px;
    }
    .page_academy_survey_3_wz_li_ft h4::before{
        width: 50px;
    }
    .page_academy_survey_3_wz_li_fb{
        font-size: 17px;
    }
    
    .page_academy_survey_4_fl{
        padding: 4% 0;
    }
    .page_academy_survey_4_fl_fb{
        margin-top: 8%;
    }
    .page_academy_survey_4_fl_fb_li_ft{
        font-size: 20px;
    }
    .page_academy_survey_4_fr_li .wz_ft{
        font-size: 20px;
    }
    .page_academy_survey_4_fr{
        padding-top: 5%;
    }
}
@media(max-width:768px){
    .page_academy_survey_1_fl{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page_academy_survey_1_fl_ft h3{
        font-size: 22px;
    }
    .page_academy_survey_1_fl_fb_ft h3{
        font-size: 24px;
        padding-right: 55px;
    }
    .page_academy_survey_1_fl_fb_ft{
        margin: 15px 0;
    }
    .page_academy_survey_1_fl_fb_ft h4{
        margin-top: 10px;
    }
    .page_academy_survey_1_fl_fb_fb{
        margin-top: 15px;
    }
    .page_academy_survey_1_fr{
        padding: 0 15px;
    }
    .page_academy_survey_2_li_fl{
        width: 97%;
        padding-right: 130px;
        margin-right: -130px;
    }
    .page_academy_survey_2_li_fl_fl_img{
        width: 165px;
    }
    .page_academy_survey_2_li_fl_fl_wz{
        padding-left: 165px;
        margin-left: -165px;
    }
    .page_academy_survey_2_li_fl_fl_wz_fl{
        width:100%;
        padding-right: 0;
        margin-right: 0;
    }
    .page_academy_survey_2_li_fl_fl_wz_fl h4{
        margin-top: 4px;
    }
    .page_academy_survey_2_li_fl_fl_wz_fr{
        width: 100%;
        margin-top: 2px;
    }
    .page_academy_survey_2_li_fl_fl_wz_fr_fb{
        margin-top: 2px;
    }
    
    .page_academy_survey_3_wz_li_ft h3{
        font-size: 22px;
    }
    .page_academy_survey_3_wz_li_ft h4{
        padding-top: 15px;
        margin-top: 15px;
    }
    .page_academy_survey_3_wz_li_fc{
        margin-top: 15px;
    }
    .page_academy_survey_4_fl{
        padding: 30px 0;
    }
    .page_academy_survey_4_fl_fb{
        margin-top: 20px;
    }
    .page_academy_survey_4_fl_fb_li:nth-child(n+2){
        padding-top: 15px;
    }
    .page_academy_survey_4_fr{
        padding-top: 30px;
    }
    .page_academy_survey_5{
        padding: 30px 0;
    }
    .page_academy_survey_5_fb{
        margin-top: 20px;
    }
}

@media(max-width:580px){
    .page_academy_survey_2_li_fl{
        padding-right: 0;
        margin-right: 0;
        width: 100%;
    }
    .page_academy_survey_2_li_fl_fl_wz{
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        margin: 15px 0;
    }
    .page_academy_survey_2_li_fl_fl_img{
        width: 100%;
    }
    .page_academy_survey_2_li_fl_fl_wz_fl h4{
        margin-top: 8px;
    }
    .page_academy_survey_2_li_fl_fl_wz_fr{
        margin-top: 5px;
    }
    .page_academy_survey_2_li_fl_fl_wz_fr_fb{
        margin-top: 5px;
    }
    
    .page_academy_survey_3_wz_li{
        width: 100%;
        height: auto;
        border-right: 0;
        padding: 25px 15px 63px;
        border-bottom: 1px solid #fff;
    }
    .page_academy_survey_3_wz_li:last-child{
        border-bottom: 0;
    }
    .page_academy_survey_3_wz_li_fc{
        opacity: 1;
    }
    .page_academy_survey_3_wz_li_fb{
        bottom: 15px;
    }
    
    .page_academy_survey_4{
        padding-top: 30px;
    }
    .page_academy_survey_4_con{
    	-webkit-flex-direction: column-reverse;
    	-moz-flex-direction: column-reverse;
    	-ms-flex-direction: column-reverse;
    	-o-flex-direction: column-reverse;
    	flex-direction: column-reverse;
    }
    .page_academy_survey_4_fl{
        width: 100%;
        max-width: 100%;
        padding-top: 5px;
    }
    .page_academy_survey_4_fl_ft{
        display: none;
    }
    .page_academy_survey_4_fl_ft_mc{
    	display: -webkit-box;
    	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    	display: -moz-box;
    	/* Firefox 17- */
    	display: -webkit-flex;
    	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    	display: -moz-flex;
    	/* Firefox 18+ */
    	display: -ms-flexbox;
    	/* IE 10 */
    	display: flex;
    }
    .page_academy_survey_4_fr{
        width: 100%;
        padding-right: 12.7%;
        margin-top: 20px;
    }
}

@media(max-width:468px){
    .page_academy_survey_1_fl{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page_academy_survey_1_fl_ft h3{
        font-size: 20px;
    }
    .page_academy_survey_1_fl_fb_ft h3{
        font-size: 22px;
    }
    .page_academy_survey_1_fl_fb_fb_li .wz{
        font-size: 15px;
    }
    
    .page_academy_survey_2{
        padding: 25px 0;
    }
    .page_academy_survey_3_wz_li_ft h3{
        font-size: 20px;
    }
    
    .page_academy_survey_4{
        padding-top: 25px;
    }
    .page_academy_survey_4_fr{
        margin-top: 15px;
    }
    .page_academy_survey_4_fr_li .wz_ft{
        font-size: 18px;
    }
    .page_academy_survey_4_fr_li .wz_fb{
        margin-top: 5px;
    }
    .page_academy_survey_4_fl_fb{
        margin-top: 15px;
    }
    .page_academy_survey_4_fl_fb_li:nth-child(n+2){
        padding-top: 10px;
    }
    .page_academy_survey_4_fl_fb_li_fb{
        margin-top: 5px;
    }
    .page_academy_survey_4_fl{
        padding-bottom: 25px;
    }
    .page_academy_survey_4_fl_fb_li_ft{
        font-size: 18px;
    }
    
    .page_academy_survey_5{
        padding: 25px 0;
    }
    .page_academy_survey_5_fb{
        margin-top: 15px;
    }
}
/*公共平台*/
.page_public_platform{
    padding: 5% 0;
}
.page_public_platform_li:nth-child(n+2){
    margin-top: 5%;
}
.page_public_platform_li_a{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_public_platform_li_wz{
    overflow: hidden;
    width: 60%;
    max-width: 862px;
}
.page_public_platform_li_wz_ft{
	font-size: 1.75rem;
	line-height: 1.1;
	color: #000000;
	position: relative;
	padding-right: 20px;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_public_platform_li_wz_ft::before{
	content: '';
	width: 9px;
	height: 9px;
	background-color: #4288c3;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 2px;
	display: none;
}
.page_public_platform_li_wz_fb{
	font-size: 16px;
	line-height: 2;
	color: #666666;
	float: left;
	margin-top: 3.5%;
}
.page_public_platform_li_img{
    overflow: hidden;
    width: 37%;
}
.page_public_platform_li_img .img_con{
    padding: 46.25% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_public_platform_li:hover .page_public_platform_li_wz_ft{
    color: #4288c3;
}
.page_public_platform_li:hover .page_public_platform_li_img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@media(max-width:1366px){
    .page_public_platform_li_wz_ft{
        font-size: 26px;
    }
}
@media(max-width:1280px){
    .page_public_platform_li_wz_ft{
        font-size: 24px;
    }
}
@media(max-width:768px){
    .page_public_platform{
        padding: 30px 0;
    }
    .page_public_platform_li:nth-child(n+2){
        margin-top: 20px;
    }
    .page_public_platform_li_wz{
        width: 100%;
    }
    .page_public_platform_li_wz_ft{
        font-size: 22px;
    }
    .page_public_platform_li_wz_fb{
        margin-top: 10px;
    }
    .page_public_platform_li_img{
        width: 100%;
        margin-top: 10px;
    }
    .page_public_platform_li_img .img_con{
        min-height: auto!important;
    }
}
@media(max-width:468px){
    .page_public_platform{
        padding: 25px 0;
    }
    .page_public_platform_li_wz_ft{
        font-size: 20px;
    }
}

/*科普基地*/
.page_popular_science_news_top{
    margin-top: 90px;
    padding: 3% 0;
}
.page_popular_science_news_top_li{
    position: relative;
}
.page_popular_science_news_top_li .img{
    overflow: hidden;
    position: relative;
}
.page_popular_science_news_top_li .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #4288c3;
    opacity: .7;
}
.page_popular_science_news_top_li .img .img_con{
    padding: 18% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_popular_science_news_top_li:hover .img .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.page_popular_science_news_top_li .wz{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    width: 100%;
    padding: 3.5%;
}
.page_popular_science_news_top_li .wz .wz_ft{
	font-size: 2rem;
	line-height: 1.5;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_popular_science_news_top_li .wz .wz_fc{
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	margin: 2% 0 3%;
	max-width: 900px;
	max-height: 4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.page_popular_science_news_top_li .wz .wz_fb{
	font-size: 17px;
	line-height: 1.5;
	color: #ffffff;
}

.page_popular_science_news_middle_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_popular_science_news_middle_fl{
	font-size: 2rem;
	line-height: 1.1;
	color: #272b2a;
	width: 17rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_popular_science_news_middle_fr{
    width: 97%;
    padding-left: 17rem;
    margin-left: -17rem;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}







.page_popular_science_news_middle_fr_fl{
    position: relative;
    width: 36%;
}





.page_popular_science_news_middle_fr_fl_ft{
	font-size: 18px;
	line-height: 55px;
	color: #5a6370;
	padding: 0 25px;
	border-radius: 28px;
	border: solid 1px #e3e5ea;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_popular_science_news_middle_fr_fl_ft span {
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../images/img/page_download_xiala_jiantou.png) no-repeat center;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_popular_science_news_middle_fr_fl_ft.on span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.page_popular_science_news_middle_fr_fl_fb {
	padding: 20px;
	background: #fff;
	border-radius: 28px;
	border: solid 1px #e3e5ea;
	font-size: 18px;
	line-height: 38px;
	color: #5a6370;
	padding: 12px 25px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 940;
	width: 100%;
}

.page_popular_science_news_middle_fr_fl_fb li {
	cursor: pointer;
}

.page_popular_science_news_middle_fr_fl_fb li a {
	color: #5a6370;
	display: block;
}

.page_popular_science_news_middle_fr_fl_fb li a:hover {
	color: #bd0215;
}

.page_popular_science_news_middle_fr_fr{
    position: relative;
    width: 62%;
}
.page_popular_science_news_middle_fr_fr_shuru_con{
	border: solid 1px #e3e5ea;
	border-radius: 28px 0 0 28px;
	overflow: hidden;
}
.page_popular_science_news_middle_fr_fr_shuru {
	font-size: 18px;
	line-height: 55px;
	color: #5a6370;
	padding: 0 25px;
	border: 0;
	outline: none;
	width: 85%;
}

.page_popular_science_news_middle_fr_fr_shuru:focus {
	border-right-color: #5a6370 !important;
}

.page_popular_science_news_middle_fr_fr_shuru::-webkit-input-placeholder {
	color: #5a6370;
}


.page_popular_science_news_middle_fr_fr_shuru_fl {
	width: 100%;
	padding-right: 9rem;
	margin-right: -9rem;
}
.page_popular_science_news_middle_fr_fr_shuru_fr{
    width: 11.65rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.page_popular_science_news_middle_fr_fr_tijiao {
	border: 0;
	outline: none;
	width: 100%;
	text-align: left;
	border-radius: 0;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 55px;
	color: #ffffff;
	padding-left: 1.9rem;
	background: url(../images/img/index_information_center_more.png) no-repeat right 1.3rem center;
	background-size: 14px;
}

.page_popular_science_news_middle_fr_fr_shuru_fr::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #4288c3;
	border-radius: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}

.page_popular_science_news_middle_fr_fr_shuru_fr:hover::before{
	background: #d01823;
}

.page_popular_science_news_bottom{
    padding: 4% 0;
}

.page_popular_science_news_bottom_li:nth-child(n+2){
    margin-top: 4%;
}
.page_popular_science_news_bottom_li_a{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_popular_science_news_bottom_li_wz{
    width: 50%;
}

.page_popular_science_news_bottom_li_wz_ft{
	font-size: 1.6rem;
	line-height: 1.2;
	color: #999999;
}

.page_popular_science_news_bottom_li_wz_fc{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 2.5% 0 3.5%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_popular_science_news_bottom_li_wz_fb{
	font-size: 16px;
	line-height: 2;
	color: #aaa;
	max-height: 6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.page_popular_science_news_bottom_li_img{
    width: 46.2%;
    overflow: hidden;
}
.page_popular_science_news_bottom_li_img_img_con{
    padding: 28% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_popular_science_news_bottom_li:hover .page_popular_science_news_bottom_li_img_img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} 

.page_popular_science_news_bottom_li:hover .page_popular_science_news_bottom_li_wz_fc{
    color: #4288c3;
}








@media(max-width:1280px){
    .page_popular_science_news_top{
        margin-top: 80px;
    }
    .page_popular_science_news_top_li .wz .wz_ft{
        font-size: 26px;
    }
    .page_popular_science_news_bottom_li_wz_ft{
        font-size: 22px;
    }
    .page_popular_science_news_bottom_li_wz_fc{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .page_popular_science_news_top{
        margin-top: 0;
    }
    .page_popular_science_news_top_li .wz .wz_ft{
        font-size: 24px;
    }
    .page_popular_science_news_middle_fl{
        font-size: 24px;
        display: none;
    }
    .page_popular_science_news_middle_fr_fl_ft{
        line-height: 45px;
        font-size: 17px;
    }
    .page_popular_science_news_middle_fr_fl_fb{
        top: 46px;
        font-size: 17px;
        line-height: 30px;
        padding: 7px 25px;
    }
    
    .page_popular_science_news_middle_fr{
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    .page_popular_science_news_middle_fr_fr_shuru{
        line-height: 45px;
        font-size: 17px;
    }
    .page_popular_science_news_middle_fr_fr_tijiao{
        line-height: 45px;
    }
    .page_popular_science_news_bottom_li_wz_ft{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .page_popular_science_news_top{
        padding: 25px 0;
    }
    .page_popular_science_news_top_li .wz{
        padding: 20px;
    }
    .page_popular_science_news_top_li .wz .wz_ft{
        font-size: 22px;
    }
    .page_popular_science_news_top_li .wz .wz_fc{
        margin: 5px 0 10px;
    }
    .page_popular_science_news_top_li .wz .wz_fb{
        font-size: 16px;
    }
    .page_popular_science_news_middle_fr_fl_ft{
        padding: 0 15px;
    }
    .page_popular_science_news_middle_fr_fl_ft span{
        right: 15px;
    }
    .page_popular_science_news_middle_fr_fl_fb{
        padding: 7px 15px;
    }
    .page_popular_science_news_middle_fr_fr_shuru_fl{
        padding-right: 100px;
        margin-right: -100px;
    }
    .page_popular_science_news_middle_fr_fr_shuru{
        padding: 0 15px;
    }
    .page_popular_science_news_middle_fr_fr_shuru_fr{
        width: 120px;
    }
    .page_popular_science_news_middle_fr_fr_tijiao{
        padding-left: 20px;
    	background: url(../images/img/index_information_center_more.png) no-repeat right 15px center;
	    background-size: 12px;
    }
    
    
    .page_popular_science_news_bottom{
        padding: 30px 0;
    }
    .page_popular_science_news_bottom_li:nth-child(n+2){
        margin-top: 15px;
    }
    .page_popular_science_news_bottom_li_img{
        width: 100%;
    }
    .page_popular_science_news_bottom_li_wz{
        width: 100%;
        margin-top: 15px;
    }
    .page_popular_science_news_bottom_li_wz_fc{
        margin: 10px 0 5px;
    }
}
@media(max-width:468px){
    .page_popular_science_news_top{
        padding: 20px 0;
    }
    .page_popular_science_news_top_li .wz .wz_ft{
        font-size: 20px;
    }
    .page_popular_science_news_middle_fr_fl{
        width: 100%;
    }
    .page_popular_science_news_middle_fr_fr{
        width: 100%;
        margin-top: 20px;
    }
    .page_popular_science_news_bottom{
        padding: 25px 0;
    }
}

/*博士后工作站*/
.page_postdoctoral_workstation{
    background: #f6f7f9;
    padding: 5% 0;
}
.page_postdoctoral_workstation_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_postdoctoral_workstation_ft_fl{
    width: 36.25%;
    background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.page_postdoctoral_workstation_ft_fl img{
    width: 100%;
}
.page_postdoctoral_workstation_ft_fc{
    width: 29%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 2% 2%;
}
.page_postdoctoral_workstation_ft_fc_ft{
    overflow: hidden;
	border-bottom: solid 1px #ededed;
}
.page_postdoctoral_workstation_ft_fc_ft_fl{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding-left: 35px;
	padding-bottom: 13px;
	margin-top: 15px;
	background: url(../images/img/page_postdoctoral_workstation_ico.png) no-repeat left 2px;
	background-size: 22px;
	position: relative;
}
.page_postdoctoral_workstation_ft_fc_ft_fl::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #4288c3;
}

.page_postdoctoral_workstation_ft_fc_fc{
    margin: 8% 0;
}
.page_postdoctoral_workstation_ft_fc_fc_li_a{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_postdoctoral_workstation_ft_fc_fc_li .img{
    width: 36%;
}

.page_postdoctoral_workstation_ft_fc_fc_li .img .img_con{
    padding: 32% 0;
}

.page_postdoctoral_workstation_ft_fc_fc_li .wz{
    width: 56%;
}
.page_postdoctoral_workstation_ft_fc_fc_li .wz .wz_ft{
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
	max-height: 2.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.page_postdoctoral_workstation_ft_fc_fc_li .wz .wz_fb{
	font-size: 14px;
	line-height: 1.4;
	color: #cecece;
	margin-top: 7px;
}
.page_postdoctoral_workstation_ft_fc_fb_li:nth-child(n+2){
    margin-top: 6%;
}
.page_postdoctoral_workstation_ft_fc_fb_li .wz{
	font-size: 17px;
	line-height: 1.3;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 22px;
	position: relative;
}
.page_postdoctoral_workstation_ft_fc_fb_li .wz::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #4288c3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_postdoctoral_workstation_ft_fc_fb_1{
    margin-top: 6%;
}
.page_postdoctoral_workstation_ft_fc_fb_1_links{
    position: relative;
    display: block;
}
.page_postdoctoral_workstation_ft_fc_fb_1_links::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #4288c3;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.page_postdoctoral_workstation_ft_fc_fb_1_links span{
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	display: block;
	position: relative;
	z-index: 10;
	padding: 7px 2.3rem;
}
.page_postdoctoral_workstation_ft_fc_fb_1_links:hover::before{
    background: #d01823;
}
.page_postdoctoral_workstation_ft_fr{
    width: 29%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 2% 2%;
}
.page_postdoctoral_workstation_ft_fr_fb{
	font-size: 16px;
	line-height: 2;
	color: #777777;
	margin-top: 13%;
}
.page_postdoctoral_workstation_fc{
    margin-top: 3%;
}
.page_postdoctoral_workstation_fc_fl{
    background-color: #ffffff;
	border-radius: 10px;
	padding: 0 2% 2%;
	width: 36.25%;
}
.page_postdoctoral_workstation_fc_fl_fb{
    margin-top: 8%;
}

.page_postdoctoral_workstation_fc_fr{
    width: 60.875%;
    background-color: #ffffff;
	border-radius: 10px;
	padding: 0 2% 2%;
}
.page_postdoctoral_workstation_fc_fr_fb{
    margin-top: 4%;
}
.page_postdoctoral_workstation_fc_fr_fb_li:nth-child(n+2){
    margin-top: 5%;
}
.page_postdoctoral_workstation_fc_fr_fb_li_a{
	padding-left: 22px;
	position: relative;
}
.page_postdoctoral_workstation_fc_fr_fb_li_a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #4288c3;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_postdoctoral_workstation_fc_fr_fb_li_li{
	font-size: 17px;
	line-height: 1.3;
	color: #333333;
	max-width: 32%;
	padding: 0 20px;
	margin: 0 -20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_postdoctoral_workstation_fc_fr_fb_li_sex{
    width: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.page_postdoctoral_workstation_fc_fr_fb_li_data{
    width: 100px;
    text-align: right;
    margin: 0;
    padding: 0;
    color: #999999;
}

.page_postdoctoral_workstation_fb{
    margin-top: 3%;
}
.page_postdoctoral_workstation_fb_li:nth-child(n+2){
    margin-top: 3.5%;
}
.page_postdoctoral_workstation_fb_li_shuju{
    font-size: 17px;
	line-height: 1.3;
	color: #333333;
}
.page_postdoctoral_workstation_fb_li_title{
    width: 96%;
    padding-right: 100px;
    margin-right: -100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_postdoctoral_workstation_fb_li_data{
    width: 100px;
    text-align: right;
    margin: 0;
    padding: 0;
    color: #999999;
}
@media(max-width:1280px){
    .page_postdoctoral_workstation_ft_fr_fb{
        line-height: 1.6;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li_li{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .page_postdoctoral_workstation_ft{
    	-webkit-align-items: stretch;
    	-moz-align-items: stretch;
    	-ms-align-items: stretch;
    	-o-align-items: stretch;
    	align-items: stretch;
    }
    .page_postdoctoral_workstation_ft_fl{
        display: none;
    }
    .page_postdoctoral_workstation_ft_fc,.page_postdoctoral_workstation_ft_fr{
        width: 48%;
    }
    .page_postdoctoral_workstation_ft_fr_fb{
        line-height: 1.9;
    }
    .page_postdoctoral_workstation_fc_fl{
        width: 100%;
    }
    .page_postdoctoral_workstation_fc_fl_fb{
        margin-top: 4%;
    }
    .page_postdoctoral_workstation_ft_fc_fb_li:nth-child(n+2){
        margin-top: 3%;
    }
    .page_postdoctoral_workstation_ft_fc_fb_1{
        margin-top: 3%;
    }
    .page_postdoctoral_workstation_fc_fr{
        width: 100%;
        margin-top: 3%;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li:nth-child(n+2){
        margin-top: 3.5%;
    }
}

@media(max-width:768px){
    .page_postdoctoral_workstation{
        padding: 30px 0;
    }
    
    .page_postdoctoral_workstation_ft{
    	-webkit-flex-direction: column-reverse;
    	-moz-flex-direction: column-reverse;
    	-ms-flex-direction: column-reverse;
    	-o-flex-direction: column-reverse;
    	flex-direction: column-reverse;
    }
    
    .page_postdoctoral_workstation_ft_fc, .page_postdoctoral_workstation_ft_fr{
        width: 100%;
        padding: 0 20px 20px;
        min-height: auto!important;
    }
    
    .page_postdoctoral_workstation_ft_fr_fb{
        margin-top: 15px;
    }
    .page_postdoctoral_workstation_ft_fc{
        margin-top: 20px;
    }
    .page_postdoctoral_workstation_ft_fc_fc{
        margin: 20px 0 18px;
    }
    .page_postdoctoral_workstation_ft_fc_fb_li:nth-child(n+2){
        margin-top: 15px;
    }
    .page_postdoctoral_workstation_ft_fc_fb_1{
        margin-top: 15px;
    }
    .page_postdoctoral_workstation_fc{
        margin-top: 20px;
    }
    .page_postdoctoral_workstation_fc_fl{
        padding: 0 20px 20px;
    }
    .page_postdoctoral_workstation_fc_fl_fb{
        margin-top: 20px;
    }
    .page_postdoctoral_workstation_fc_fr_fb{
        margin-top: 18px;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li:nth-child(n+2){
        margin-top: 15px;
    }
    .page_postdoctoral_workstation_fb{
        margin-top: 20px;
    }
    .page_postdoctoral_workstation_fc_fr{
        margin-top: 20px;
        padding: 0 20px 20px;
    }
    .page_postdoctoral_workstation_fb_li:nth-child(n+2){
        margin-top: 15px;
    }
    .page_postdoctoral_workstation_ft_fc_fb_1_links span{
        padding: 7px 25px;
    }
}
@media(max-width:468px){
    .page_postdoctoral_workstation{
        padding: 25px 0;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li_li{
        width: 100%!important;
        max-width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
        line-height: 1.8;
        font-size: 17px;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li:nth-child(n+2){
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed #dfdfdf;
    }
    .page_postdoctoral_workstation_ft_fc_fb_li .wz{
        padding-left: 16px;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li_a{
        padding-left: 16px;
    }
    .page_postdoctoral_workstation_fc_fr_fb_li_a::before{
        top: 11px;
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
    .page_postdoctoral_workstation_fb_li_a::before{
        top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .page_postdoctoral_workstation_ft_fc, .page_postdoctoral_workstation_ft_fr{
        padding: 0 15px 15px;
    }
    .page_postdoctoral_workstation_fc_fl{
        padding: 0 15px 15px;
    }
    .page_postdoctoral_workstation_fc_fr{
        padding: 0 15px 15px;
    }
}
/*人才招聘*/
.page_talent_recruitment{
    padding: 4% 0;
    background: #f6f7f9;
}
.page_talent_recruitment_li{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 2.5%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_talent_recruitment_li:nth-child(n+2){
    margin-top: 2.5%;
}
.page_talent_recruitment_li_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_talent_recruitment_li_ft_fl{
	font-size: 1.4rem;
	line-height: 1.3;
	color: #333333;
	width: 97%;
	padding-right: 350px;
	margin-right: -350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_talent_recruitment_li_ft_fr{
    position: relative;
    width: 350px;
}
.page_talent_recruitment_li_ft_fr::before,.page_talent_recruitment_li_ft_fr::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #58616d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_talent_recruitment_li_ft_fr::before{
    left: 33.3333333333%;
}
.page_talent_recruitment_li_ft_fr::after{
    left: 66.6666666666%;
}
.page_talent_recruitment_li_ft_fr_li{
    text-align: left;
	padding-right: 1px;
	padding-left: 1px;
	float: left;
	width: 33.33333333333%;
	font-size: 0;
	line-height: 1;
}
.page_talent_recruitment_li_ft_fr_li span{
    display: inline-block;
    max-width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	background: url(../images/img/page_contact_ren.png) no-repeat left center;
	background-size: 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page_talent_recruitment_li_ft_fr_li:nth-child(2){
    text-align: center;
}
.page_talent_recruitment_li_ft_fr_li:nth-child(2) span{
    background-image: url(../images/img/page_contact_xinzi.png);
}
.page_talent_recruitment_li_ft_fr_li:nth-child(3){
    text-align: right;
}
.page_talent_recruitment_li_ft_fr_li:nth-child(3) span{
    background-image: url(../images/img/page_contact_dizhi.png);
}
.page_talent_recruitment_li_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	max-height: 3em;
	margin-top: 2.2%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_talent_recruitment_li:hover {
    background: #4288c3;
}
.page_talent_recruitment_li:hover .page_talent_recruitment_li_ft_fl{
    color: #fff;
}
.page_talent_recruitment_li:hover .page_talent_recruitment_li_fb{
    color: #fff;
}
.page_talent_recruitment_li:hover .page_talent_recruitment_li_ft_fr::before,.page_talent_recruitment_li:hover .page_talent_recruitment_li_ft_fr::after{
    background: #fff;
}
.page_talent_recruitment_li:hover .page_talent_recruitment_li_ft_fr_li span{
    color: #fff;
    background-image: url(../images/img/page_contact_ren1.png);
}
.page_talent_recruitment_li:hover .page_talent_recruitment_li_ft_fr_li:nth-child(2) span{
    color: #fff;
    background-image: url(../images/img/page_contact_xinzi1.png);
}
.page_talent_recruitment_li:hover .page_talent_recruitment_li_ft_fr_li:nth-child(3) span{
    color: #fff;
    background-image: url(../images/img/page_contact_dizhi1.png);
}


.page_contact_zhaopin_tanchuang{
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.page_contact_zhaopin_tanchuang.active{
    opacity: 1;
    z-index: 100005;
    -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-pointer-events: auto;
	-moz-pointer-events: auto;
	-ms-pointer-events: auto;
	-o-pointer-events: auto;
	pointer-events: auto;
}
.page_contact_zhaopin_tanchuang_con{
    width: 90%;
    max-width: 800px;
    height: 85%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 3% 2.5% 3% 3%;
    transform: translate(-50%,-50%);
}
.page_contact_zhaopin_tanchuang_chadiao{
    width: 16px;
    height: 16px;
    background: url(../images/img/page_contact_cuowu.png) no-repeat center;
    background-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    cursor: pointer;
}
.page_contact_zhaopin_tanchuang_liebiao{
    height: 100%;
    display: none;
}
.page_contact_zhaopin_tanchuang_liebiao_ft{
    font-size: 16px;
    line-height: 26px;
    color: #58616d;
}
.page_contact_zhaopin_tanchuang_liebiao_fb{
    height: 100%;
    padding-top: 26px;
    margin-top: -26px;
}
.page_contact_zhaopin_tanchuang_liebiao_fb_nnn{
    height: 100%;
    padding-top: 1.5rem;
}
.page_contact_zhaopin_tanchuang_liebiao_fb ul{
    overflow-y: auto;
    height: 100%;
    padding-right: 7%;
}

.page_contact_zhaopin_tanchuang_liebiao_fb ul::-webkit-scrollbar {
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_liebiao_fb ul::-webkit-scrollbar-track {
	background: #eee;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_liebiao_fb ul::-webkit-scrollbar-thumb,
.page_contact_zhaopin_tanchuang_liebiao_fb ul::-webkit-scrollbar-thumb:vertical {
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_liebiao_fb ul::-webkit-scrollbar-thumb:vertical:active {
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_liebiao_fb li{
    padding: 4.5% 0;
    border-top: 1px solid #eeeeee;
}
.page_contact_zhaopin_tanchuang_liebiao_fb li h3{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi{
    margin-top: 2%;
    overflow: hidden;
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fl{
    overflow: hidden;
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fl_li{
    font-size: 16px;
    line-height: 1.5;
    color: #58616d;
    padding-left: 20px;
    float: left;
    background: url(../images/img/page_contact_ren.png) no-repeat left center;
    background-size: 16px;
    margin-right: 20px;
    position: relative;
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fl_li::before{
    content: '';
    width: 1px;
    height: 14px;
    background: #58616d;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fl_li:nth-child(2){
    background-image: url(../images/img/page_contact_xinzi.png);
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fl_li:nth-child(3){
    background-image: url(../images/img/page_contact_dizhi.png);
    margin-right: 0;
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fl_li:nth-child(3)::before{
    display: none;
}
.page_contact_zhaopin_tanchuang_liebiao_xinxi_fr{
    font-size: 14px;
    line-height: 1.5;
    color: #7b7b7b;
}
.page_contact_zhaopin_tanchuang_neirong{
    height: 100%;
}
.page_contact_zhaopin_tanchuang_neirong_ft{
    overflow: hidden;
}
.page_contact_zhaopin_tanchuang_neirong_ft_fl{
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-left: 23px;
    background: url(../images/img/page_contact_fanhui.png) no-repeat left center;
    background-size: 18px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.page_contact_zhaopin_tanchuang_neirong_fb {
    height: 100%;
    padding-top: 26px;
    margin-top: -26px;
}
.page_contact_zhaopin_tanchuang_neirong_fb_nnn{
    height: 100%;
    padding-top: 1.5rem;
    overflow-y: auto;
    padding-right: 7%;
}

.page_contact_zhaopin_tanchuang_neirong_fb_nnn::-webkit-scrollbar {
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_neirong_fb_nnn::-webkit-scrollbar-track {
	background: #eee;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_neirong_fb_nnn::-webkit-scrollbar-thumb,
.page_contact_zhaopin_tanchuang_neirong_fb_nnn::-webkit-scrollbar-thumb:vertical {
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px
}

.page_contact_zhaopin_tanchuang_neirong_fb_nnn::-webkit-scrollbar-thumb:vertical:active {
	background: #ccc;
	border: none;
	-webkit-border-radius: 4px
}
.page_contact_zhaopin_tanchuang_neirong_fb_nnn_li{
    display: none;
}
.page_contact_zhaopin_tanchuang_neirong_fb_nnn_li.on{
    display: block;
}

.page_contact_zhaopin_tanchuang_neirong_fb_ft_ft{
    position: relative;
    margin-top: 1.5%;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_ft_fl{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    padding-right: 160px;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_ft_fr{
    font-size: 16px;
	line-height: 1.5;
	color: #58616d;
	position: absolute;
	right: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb{
    margin-top:3%;
    padding-bottom: 3.5%;
    border-bottom: 1px solid #c3c8d2;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl{
    overflow: hidden;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li{
    margin-right: 2.5rem;
    font-size: 16px;
	line-height: 25px;
	color: #58616d;
	float: left;
	position: relative;
	padding-left: 20px;
	background: url(../images/img/page_contact_ren.png) no-repeat left center;
    background-size: 16px;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li:nth-child(2){
    background-image: url(../images/img/page_contact_xinzi.png);
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li:nth-child(3){
    background-image: url(../images/img/page_contact_dizhi.png);
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li::before{
    content: '';
    position: absolute;
    right: -1.25rem;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li:last-child{
    margin-right: 0;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li:last-child::before{
    display: none;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fr{
    font-size: 16px;
	line-height: 25px;
	color: #58616d;
	text-align: right;
	margin-left: 10px;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb1{
    font-size: 16px;
	line-height: 2;
	color: #7b7b7b;
	padding: 4% 0;
}
.page_contact_zhaopin_tanchuang_neirong_fb_ft_fb1 img{
    max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

@media(max-width:1280px){
    .page_talent_recruitment_li_ft_fl{
        font-size: 22px;
    }
}
@media(max-width:1200px){
    .page_contact_zhaopin_tanchuang_liebiao_fb li h3{
        font-size: 22px;
    }
    .page_contact_zhaopin_tanchuang_liebiao_xinxi_fl_li{
        font-size: 15px;
        padding-left: 15px;
        background-size: 14px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_ft_fl{
        font-size: 22px;
        padding-right: 150px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_ft_fr{
        font-size: 15px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li{
        font-size: 15px;
        padding-left: 15px;
        background-size: 14px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fr{
        font-size: 15px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb1{
        font-size: 15px;
    }
    
}
@media(max-width:991px){
    .page_contact_zhaopin_tanchuang_liebiao_fb li h3{
        font-size: 20px;
    }
    .page_talent_recruitment_li{
        padding: 20px;
    }
    .page_talent_recruitment_li_ft_fl{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .page_contact_zhaopin_tanchuang_con{
        padding: 20px;
    }
    .page_contact_zhaopin_tanchuang_liebiao_fb_nnn{
        padding-top: 15px;
    }
    .page_contact_zhaopin_tanchuang_liebiao_fb ul{
        padding-right: 15px;
    }
    .page_contact_zhaopin_tanchuang_liebiao_fb li h3{
        font-size: 18px;
    }
    .page_contact_zhaopin_tanchuang_liebiao_xinxi{
        margin-top: 10px;
    }
    .page_contact_zhaopin_tanchuang_liebiao_fb li{
        padding: 20px 0;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_nnn{
        padding-top: 15px;
        padding-right: 15px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_ft_fl{
        font-size: 18px;
        padding-right: 0;
        margin-right: 0;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_ft_fr{
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 5px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb{
        margin-top: 10px;
        padding-bottom: 15px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl{
        width: 100%;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li{
        margin-right: 24px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fl_li::before{
        right: -12px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb_fr{
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-top: 5px;
    }
    .page_contact_zhaopin_tanchuang_neirong_fb_ft_fb1{
        padding: 15px 0;
    }
    .page_talent_recruitment{
        padding: 30px 0;
    }
    .page_talent_recruitment_li_ft_fl{
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
    .page_talent_recruitment_li_ft_fr{
        width: 100%;
        max-width: 350px;
        margin-top: 10px;
    }
    .page_talent_recruitment_li_fb{
        margin-top: 10px;
        line-height: 2;
        max-height: 4em;
    }
    .page_talent_recruitment_li:nth-child(n+2){
        margin-top: 20px;
    }
}
@media(max-width:468px){
    .page_contact_zhaopin_tanchuang_liebiao_fb li{
        padding: 15px 0;
    }
    .page_contact_zhaopin_tanchuang_liebiao_xinxi_fl{
        width: 100%;
    }
    .page_contact_zhaopin_tanchuang_liebiao_xinxi_fr{
        width: 100%;
        margin-top: 5px;
    }
    .page_talent_recruitment{
        padding: 25px 0;
    }
    .page_talent_recruitment_li_fb{
        max-height: 8em;
    	-webkit-line-clamp: 4;
    }
}
/*成果转化*/
.page_achievement_transformation{
    background: #f6f7f9;
    padding: 4% 0;
}
.page_achievement_transformation_fb_ft{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #666;
	margin: 3.5% 0;
}
.page_achievement_transformation_fb_fb{
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	text-align: justify;
}
@media(max-width:1280px){
    .page_achievement_transformation_fb_ft{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .page_achievement_transformation_fb_ft{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .page_achievement_transformation{
        padding: 30px 0;
    }
    .page_achievement_transformation_fb_ft{
        margin: 15px 0;
        font-size: 18px;
    }
}
@media(max-width:468px){
    .page_achievement_transformation{
        padding: 25px 0;
    }
}
/*科研成果*/
.page_scientific_research_achievements{
    padding: 4% 0;
    background: #f6f7f9;
}
.page_scientific_research_achievements_fb{
    margin-top: 4%;
}

.page_scientific_research_achievements_fb_li{
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #cfcfcf;
	overflow: hidden;
	padding: 20px;
}
.page_scientific_research_achievements_fb_li:nth-child(n+2){
    margin-top: 2.2%;
}
.page_scientific_research_achievements_fb_li_a{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.page_scientific_research_achievements_fb_li .img{
    width: 22%;
    text-align: center;
}
.page_scientific_research_achievements_fb_li .img img{
    max-width: 100%;
}
.page_scientific_research_achievements_fb_li .wz{
    width: 74%;
}

.page_scientific_research_achievements_fb_li .wz .wz_ft{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #212121;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_scientific_research_achievements_fb_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.8;
	color: #7b7b7b;
	margin-top: 1.5%;
	max-height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media(max-width:1280px){
    .page_scientific_research_achievements_fb_li .wz .wz_ft{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .page_scientific_research_achievements_fb_li .wz .wz_ft{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .page_scientific_research_achievements{
        padding: 30px 0;
    }
    .page_scientific_research_achievements_fb{
        margin-top: 20px;
    }
    .page_scientific_research_achievements_fb_li:nth-child(n+2){
        margin-top: 15px;
    }
    .page_scientific_research_achievements_fb_li .wz .wz_ft{
        font-size: 18px;
    }
    .page_scientific_research_achievements_fb_li .wz .wz_fb{
        margin-top: 5px;
    }
}
@media(max-width:468px){
    .page_scientific_research_achievements{
        padding: 25px 0;
    }
    .page_scientific_research_achievements_fb_li .wz .wz_ft{
        font-size: 20px;
    }
    .page_scientific_research_achievements_fb_li{
        padding: 15px;
    }
    .page_scientific_research_achievements_fb_li .img{
        width: 100%;
    }
    .page_scientific_research_achievements_fb_li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .page_scientific_research_achievements_fb_li .wz .wz_fb{
    	max-height: 7.2em;
    	-webkit-line-clamp: 4;
    }
}
/*公告公示*/
.page_announcement_publicity{
    background: #f6f7f9;
    padding: 4% 0;
}

.page_announcement_publicity_ft{
    padding: 13px 2% 2%;
	background-color: #ffffff;
	border-radius: 10px;
}

.page_announcement_publicity_ft_fb{
    margin-top: 3%;
}

.page_announcement_publicity_ft_fb_li:nth-child(n+2){
    margin-top: 3%;
}
@media(max-width:768px){
    .page_announcement_publicity{
        padding: 30px 0;
    }
    .page_announcement_publicity_ft{
        padding:13px 20px 20px;
    }
    .page_announcement_publicity_ft_fb{
        margin-top: 20px;
    }
    .page_announcement_publicity_ft_fb_li:nth-child(n+2){
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .page_announcement_publicity{
        padding: 25px 0;
    }
    .page_announcement_publicity_ft_fb_li_title{
        font-size: 16px;
        width: 100%;
        padding-right: 0;
        margin-right: -0;
    }
    .page_announcement_publicity_ft_fb_li_data{
        font-size: 15px;
        width: 100%;
        margin-top: 10px;
        text-align: left;
    }
    .page_announcement_publicity_ft{
        padding: 15px;
    }
    .page_announcement_publicity_ft_fb_li_a::before{
        top: 7px;
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
}
/*新闻详情页*/
.page_fudanyixueyuan_news_content {
	padding: 4% 0;
	background: #f6f7f9;
}

.page_fudanyixueyuan_news_content_ft {
	overflow: hidden;
}

.page_fudanyixueyuan_news_content_ft_fl {
	width: 100%;
	padding-right: 80px;
	margin-right: -80px;
}

.page_fudanyixueyuan_news_content_ft_fr_ft {
	width: 46px;
	height: 46px;
	background: #4288c3 url(../images/img/page_news_content_jiantou.png) no-repeat center;
	background-size: 18px;
	border-radius: 50%;
	margin: 0 auto;
}

.page_fudanyixueyuan_news_content_ft_fr_fb {
	font-size: 15px;
	line-height: 1.5;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}

.page_fudanyixueyuan_news_content_ft_fl_ft {
	overflow: hidden;
}

.page_fudanyixueyuan_news_content_ft_fl_ft_fl {
	margin-right: 15px;
}

.page_fudanyixueyuan_news_content_ft_fl_ft_fl,
.page_fudanyixueyuan_news_content_ft_fl_ft_fr {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .76);
	float: left;
}

.page_fudanyixueyuan_news_content_ft_fl_fb {
	margin-top: 2%;
}

.page_fudanyixueyuan_news_content_ft_fl_fb h3,
.page_fudanyixueyuan_news_content_ft_fl_fb h4 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000000;
}

.page_fudanyixueyuan_news_content_ft_fr {
	margin-top: 10px;
}

.page_fudanyixueyuan_news_content_fc {
	padding: 3% 0;
	font-size: 16px;
	line-height: 2;
	color: #706660;
	border-bottom: 1px solid #e5e5e5;
}

.page_fudanyixueyuan_news_content_fc img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.page_fudanyixueyuan_news_content_fc_touxiang{
    max-width: 400px!important;
    /* margin: 0 auto; */
}
.page_fudanyixueyuan_news_content_fc_touxiang_img{
    text-align: left;
}
.page_fudanyixueyuan_news_content_fc_touxiang_wz{
    margin-top: 10px;
}

.page_fudanyixueyuan_down_content_fc table{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #706660;
}
.page_fudanyixueyuan_down_content_fc table td{
	padding: 5px;
	width: 25%;
}

.page_fudanyixueyuan_news_content_fb {
	margin-top: 2.2%;
	overflow: hidden;
}

.page_fudanyixueyuan_news_content_fb_fl {
	float: left;
}

.page_fudanyixueyuan_news_content_fb_fr {
	float: right;
}

.page_fudanyixueyuan_news_content_fb_fl_con {
	position: relative;
}

.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con {
	padding-left: 56px;
}

.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con {
	padding-right: 56px;
}

.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con::before,
.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con::before {
	content: '';
	width: 46px;
	height: 46px;
	border: 1px solid #666;
	background-image: url(../images/img/page_news_content_jiantou1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con::before {
	background-image: url(../images/img/page_news_content_jiantou1_hei.png);
}

.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con:hover::before {
	background-image: url(../images/img/page_news_content_jiantou_bai_left.png);
	background-color: #4288c3;
	border: 1px solid #4288c3;
}

.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con:hover::before {
	background-image: url(../images/img/page_news_content_jiantou.png);
	background-color: #4288c3;
	border: 1px solid #4288c3;
}

.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con::before {
	left: 0;
}

.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con::before {
	right: 0;
}

.page_fudanyixueyuan_news_content_fb_fl,
.page_fudanyixueyuan_news_content_fb_fr {
	max-width: 49%;
	overflow: hidden;
}

.page_fudanyixueyuan_news_content_fb_fl_ft,
.page_fudanyixueyuan_news_content_fb_fl_fb {
	font-size: 16px;
	line-height: 48px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}

@media(max-width:1280px) {

	.page_fudanyixueyuan_news_content_ft_fl_fb h3,
	.page_fudanyixueyuan_news_content_ft_fl_fb h4 {
		font-size: 22px;
	}

	.page_fudanyixueyuan_news_content_ft_fr_ft {
		width: 40px;
		height: 40px;
		background-size: 16px;
	}

	.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con::before,
	.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con::before {
		width: 38px;
		height: 38px;
		background-size: 16px;
	}
}

@media(max-width:991px) {
	.page_fudanyixueyuan_article_list_1_fl_fb_hei {
		margin-top: 0;
	}

	.page_fudanyixueyuan_article_list_1_fl_fb_hei h4 {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	.page_fudanyixueyuan_news_content {
		padding: 30px 0;
	}

	.page_fudanyixueyuan_news_content_ft_fl_fb {
		margin-top: 5px;
	}

	.page_fudanyixueyuan_news_content_ft_fl_fb h3,
	.page_fudanyixueyuan_news_content_ft_fl_fb h4 {
		font-size: 20px;
	}

	.page_fudanyixueyuan_news_content_fc {
		padding: 25px 0;
	}

	.page_fudanyixueyuan_news_content_fb {
		margin-top: 15px;
	}

	.page_fudanyixueyuan_news_content_fb_fl,
	.page_fudanyixueyuan_news_content_fb_fr {
		max-width: 100%;
		width: 100%;
	}

	.page_fudanyixueyuan_news_content_fb_fr {
		margin-top: 10px;
	}

	.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con {
		padding-left: 56px;
		padding-right: 0;
	}

	.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con::before {
		left: 0;
		background-image: url(../images/img/page_news_content_jiantou1_hei.png);
	}

	.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con:hover::before {
		background-image: url(../images/img/page_news_content_jiantou_bai_left.png);
	}

	.page_fudanyixueyuan_down_content_fc_table{
		overflow: hidden;
		overflow-x: scroll;
	}
	
	.page_fudanyixueyuan_down_content_fc_table::-webkit-scrollbar {
		height: 2px;
		-webkit-appearance: none;
		-webkit-border-radius: 0
	}

	.page_fudanyixueyuan_down_content_fc_table::-webkit-scrollbar-track {
		background: #9f9f9f;
		-webkit-border-radius: 0
	}

	.page_fudanyixueyuan_down_content_fc_table::-webkit-scrollbar-thumb,
	.page_fudanyixueyuan_down_content_fc_table::-webkit-scrollbar-thumb:vertical {
		background: #0b2336;
		border: none;
		-webkit-border-radius: 0
	}

	.page_fudanyixueyuan_down_content_fc_table::-webkit-scrollbar-thumb:vertical:active {
		background: #0b2336;
		border: none;
		-webkit-border-radius: 0
	}

	.page_fudanyixueyuan_down_content_fc table{
		font-size: 15px;
	}
}

@media(max-width:468px) {
	.page_fudanyixueyuan_news_content {
		padding: 25px 0;
	}

	.page_fudanyixueyuan_news_content_ft {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		align-items: flex-end;
	}

	.page_fudanyixueyuan_news_content_ft_fl {
		padding-right: 0;
		margin-right: 0;
		margin-top: 10px;
	}

	.page_fudanyixueyuan_news_content_ft_fr {
		margin-top: 0;
	}

	.page_fudanyixueyuan_news_content_ft_fr_fb {
		margin-top: 5px;
	}

	.page_fudanyixueyuan_news_content_fc {
		padding: 20px 0;
	}

	.page_fudanyixueyuan_news_content_fb_fl .page_fudanyixueyuan_news_content_fb_fl_con {
		padding-left: 50px;
	}

	.page_fudanyixueyuan_news_content_fb_fr .page_fudanyixueyuan_news_content_fb_fl_con {
		padding-left: 50px;
	}
}

/*附属子公司*/
.page_subsidiary_companies{
    padding: 4% 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.page_subsidiary_companies img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
@media(max-width:768px){
    .page_subsidiary_companies{
        padding: 30px 0;
    }
}
@media(max-width:468px){
    .page_subsidiary_companies{
        padding: 25px 0;
    }
}
/*下载中心*/
.page_download_biaoti_ico{
	background: url(../images/img/page_download_biaoti_ico.png) no-repeat left 2px;
	background-size: 22px;
}
.page_download_liebiao_ico{
    padding-left: 30px;
}
.page_download_liebiao_ico::before{
	width: 18px;
	height: 18px;
	background: url(../images/img/page_download_liebiao_ico.png) no-repeat center;
	background-size: cover;
	border-radius: 0;
}

@media(max-width:468px){
    .page_download_liebiao_ico::before{
        top: 2px;
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
}

/*锚点*/
.page_academy_survey_maodian{
    position: absolute;
    width: 100%;
    top: -90px;
}
.page_academy_survey_1{
    position: relative;
}
.page_academy_survey_2{
    position: relative;
}

.page_academy_survey_3{
    position: relative;
}
.page_academy_survey_4{
    position: relative;
}
.page_academy_survey_5{
    position: relative;
}

@media(max-width:1280px){
    .page_academy_survey_maodian{
        top: -80px;
    }
}
@media(max-width:991px){
    .page_academy_survey_maodian{
        top: -60px;
    }
}

/*下载详情*/
.page_download_details_list{
    padding: 2%;
}

@media(max-width:768px){
    .page_download_details_list{
        padding: 20px;
    }
}

.page_fudanyixueyuan_news_content_fc_details_list_download{
    margin-top: 3%;
}


@media(max-width:768px){
    .page_download_details_list{
        margin-top: 30px;
    }
}

@media(max-width:468px){
    .page_download_details_list{
        margin-top: 25px;
    }
}


/*研究院领导*/
.page_academy_survey_4_gai{
    padding: 6% 0;
    position: relative;
}

.page_academy_survey_4_gai_fb{
    margin-top: 3.5%;
}

.page_academy_survey_4_gai_fb_li{
    width: 49%;
    margin-right: 2%;
    background: #f6f7f9;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #efefef;
}

.page_academy_survey_4_gai_fb_li:nth-child(2n){
    margin-right: 0;
}

.page_academy_survey_4_gai_fb_li:nth-child(n+3){
    margin-top:2%;
}

.page_academy_survey_4_gai_fb_li .img{
    width: 40%;
}

.page_academy_survey_4_gai_fb_li .img .img_con{
    padding: 62.5% 0;
}

.page_academy_survey_4_gai_fb_li .wz{
    width: 60%;
    padding: 5%;
}

.page_academy_survey_4_gai_fb_li .wz h3{
    font-size: 22px;
    line-height: 1.5;
    color: #333;
}

.page_academy_survey_4_gai_fb_li .wz h3 span{
    font-size: 18px;
    margin-left: 1.5rem;
}

.page_academy_survey_4_gai_fb_li .wz h4{
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-top: 10px;
}

@media(max-width:1280px){
    .page_academy_survey_4_gai_fb_li .wz h3{
        font-size: 20px;
    }
    
    .page_academy_survey_4_gai_fb_li .wz h3 span{
        font-weight: normal;
        font-size: 17px;
        margin-left: 10px;
    }
}

@media(max-width:991px){
    .page_academy_survey_4_gai_fb_li{
        width: 100%;
        margin-right: 0;
    }

    .page_academy_survey_4_gai_fb_li:nth-child(n+2){
        margin-top:3%;
    }
}

@media(max-width:768px){
    .page_academy_survey_4_gai{
        padding: 30px 0;
    }
    .page_academy_survey_4_gai_fb{
        margin-top: 20px;
    }
    .page_academy_survey_4_gai_fb_li:nth-child(n+2){
        margin-top: 20px;
    }
    .page_academy_survey_4_gai_fb_li .img{
        width: 100%;
    }
    .page_academy_survey_4_gai_fb_li .wz{
        width: 100%;
        padding: 20px;
    }
    .page_academy_survey_4_gai_fb_li .wz h3{
        font-size: 18px;
    }
    
    .page_academy_survey_4_gai_fb_li .wz h3 span{
        font-size: 16px;
    }
    .page_academy_survey_4_gai_fb_li .wz h4{
        font-size: 15px;
        margin-top: 5px;
    }
}

@media(max-width:468px){
    .page_academy_survey_4_gai{
        padding: 25px 0;
    }
    .page_academy_survey_4_gai_fb{
        margin-top: 15px;
    }
    .page_academy_survey_4_gai_fb_li:nth-child(n+2){
        margin-top: 15px;
    }
    .page_academy_survey_4_gai_fb_li .wz{
        padding: 15px;
    }
}

/*在职博士*/
.page_on_job_phd_con{
    margin-top: 3%;
}
.page_on_job_phd_con_li{
    width: 18.4%;
    margin-right: 2%;
}

.page_on_job_phd_con_li:nth-child(5n){
    margin-right: 0;
}

.page_on_job_phd_con_li:nth-child(n+6){
    margin-top: 15px;
}

.page_on_job_phd_con_li .img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.page_on_job_phd_con_li .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
	background-color: #0c508a;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_on_job_phd_con_li .img img{
    width: 100%;
}

.page_on_job_phd_con_li .img_wz{
    position: absolute;
    left: 0;
    z-index: 5;
    padding: 0 5%;
    bottom: 5%;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page_on_job_phd_con_li .wz{
    margin-top: 12px;
}

.page_on_job_phd_con_li .wz h3{
	font-size: 22px;
	line-height: 32px;
	color: #333333;
}

.page_on_job_phd_con_li .wz h3 span{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
}

.page_on_job_phd_con_li .wz h4{
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	margin-top: 2px;
}

.page_on_job_phd_con_li:hover .img::before{
	opacity: 0.79;
}

.page_on_job_phd_con_li:hover .img_wz{
    opacity: 1;
}

@media(max-width:1366px){
    .page_on_job_phd_con_li .wz h3{
        font-size: 20px;
    }
}

@media(max-width:1280px){
    .page_on_job_phd_con_li .wz h3{
        font-size: 18px;
    }
}

@media(max-width:768px){
    .page_on_job_phd_con{
        margin-top: 20px;
    }
    .page_on_job_phd_con_li{
        width: 49%;
    }
    .page_on_job_phd_con_li:nth-child(5n){
        margin-right: 2%;
    }
   .page_on_job_phd_con_li:nth-child(2n){
        margin-right: 0;
    }
    
    .page_on_job_phd_con_li:nth-child(n+3){
        margin-top: 15px;
    }
}

@media(max-width:468px){
    .page_on_job_phd_con{
        margin-top: 15px;
    }
    .page_on_job_phd_con_li .wz h3{
        font-size: 17px;
        line-height: 1.5;
    }
}


.page_is_empty{
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}












 