@font-face {
	font-family: "puhui";
	src: url(../fonts/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.eot)
}

body {
	font-family: "puhui";
	font-size: 16px;
	background-color: #fff;
	color: #333;
	overflow-x: hidden;
	position: relative;
}

body.listPage {}

html {
	font-size: 100px;
}

.hlxy-header-warp {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

.hlxy-header-warp .hlxy-contain-box {
	padding: .2rem 0 0 0;
	z-index: 5;
	transition: .4s;
}

.hlxy-header-warp.fixed .hlxy-contain-box {
	padding: 0.1rem 0 0 0;
}

.hlxy-nav-box .hlxy-contain-box {
	padding: 0;
	z-index: 5
}

.hlxy-header-box {
	min-height: 2.02rem;
	background-color: #fff;
}

.hlxy-header-warp {
	background: #fff;
}

.hlxy-about-warp .hlxy-contain-box {
	padding: .82rem 0;
}

.hlxy-exchange-warp .hlxy-contain-box {
	padding: .8rem 0 .75rem 0;
}

.hlxy-contain-box {
	max-width: 12rem;
	margin: 0 auto;
	padding: .6rem 0;
	position: relative;
	z-index: 2;
}

.hlxy-ny-bg .hlxy-contain-box {
	padding: .1rem 0 0 0;
}

.hlxy-logo {
	float: left;
	transition: .3s
}

.hlxy-nav-box {
	margin-top: .2rem;
	/* margin-right: .18rem; */
	border-top: solid 1px #F0F0F0;
}

.hlxy-nav li {
	float: left;
	position: relative;
	z-index: 999;
	margin-right: .22rem;
}

.hlxy-nav li:last-child {
	margin-right: 0;
}

.hlxy-nav>li>a {
	display: block;
	height: .7rem;
	line-height: .7rem;
	font-size: .2rem;
	/* font-weight: bold; */
	color: #333;
	text-align: center;
	position: relative;
}

.hlxy-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: 30px;
	transform: translateX(-50%)
}

.hlxy-suNnav {
	position: absolute;
	left: 50%;
	top: 130%;
	min-width: 130%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
}

.hlxy-nav li:hover .hlxy-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.hlxy-nav-box li .hlxy-suNnav li {
	width: 100%;
	background-color: #fff
}

.hlxy-nav-box li .hlxy-suNnav li a {
	display: block;
	color: #333;
	font-size: .16rem;
	padding: .13rem;
	text-align: center
}

.hlxy-nav-box li .hlxy-suNnav li a:hover {
	color: #29489A !important;
	background: #F0F4FF;
}

.hlxy-header-right-box {
	float: right;
	margin: .3rem 0 0 0;
	position: relative;
}

.hlxy-header-right-box ul li {
	float: left;
}

.hlxy-header-right-input {
	margin-right: 1.3rem;
}

.hlxy-input-text {
	float: left;
	width: 2.18rem;
	height: .43rem;
	border-radius: .04rem;
	padding: 0 .16rem;
	border: 1px solid #29489A;
	/* margin-right: 1.5rem; */
	font-size: .22rem;
}

.hlxy-input-button {
	float: left;
	width: .31rem;
	height: .31rem;
	background: url(../img/search.png) no-repeat top center;
	margin-left: -.45rem;
	margin-top: .06rem;
	cursor: pointer;
	background-size: cover;
}

.hlxy-change-btn {
	width: 1.13rem;
	height: .43rem;
	line-height: .43rem;
	background: #29489A;
	border-radius: .04rem;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.hlxy-change-btn a {
	font-size: .22rem;
	color: #FFFFFF;
}

.hlxy-header-warp.fixed {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.hlxy-banner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/* background-color: #2f78a1; */
	width: 100%;
}

.hlxy-banner .swiper-slide::after {
	content: "";
	/* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.73) 100%); */
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1.25rem;
	z-index: 1;
}

.hlxy-banner .hlxy-contain-box {
	height: auto;
	padding: 0;
}

.hlxy-banner .hlxy-contain-box .txt {
	position: absolute;
	left: 0;
	bottom: 1.03rem;
	width: 85%;
	height: .45rem;
	font-size: .32rem;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 20;
}

.hlxy-banner .swiper-slide {
	height: 6rem;
	background-size: cover !important;
}

.hlxy-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.hlxy-banner .swiper-pagination {
	width: 1.2rem;
	bottom: .46rem !important;
	right: 0;
	/* transform: translateX(-50%); */
	text-align: right;
}

.hlxy-banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	margin: 0 .08rem !important;
	opacity: 1;
	background: rgba(255, 255, 255, 0.6);
}

.hlxy-banner .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "" !important
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "" !important
}

.hlxy-bg1 {
	background: url(../img/bg1.png) no-repeat center center;
	background-size: cover;
}

.hlxy-bg2 {
	background: url(../img/bg2.png) no-repeat center center;
	background-size: cover;
}

.hlxy-left-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.81rem;
	height: 5.28rem;
	background: url(../img/bg-left-img.png) no-repeat;
	background-size: contain;
}

.hlxy-right-img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.43rem;
	height: 5.28rem;
	background: url(../img/bg-right-img.png) no-repeat;
	background-size: contain;
}

.hlxy-left {
	float: left;
	width: 47.5%;
}

.hlxy-right {
	float: right;
	width: 48.5%;
}

.hlxy-right .img {
	position: relative;
}

.hlxy-right .img img {
	max-width: 100%;
}

.hlxy-right .img::before {
	content: "";
	position: absolute;
	right: -.25rem;
	top: -.25rem;
	background: url(../img/dots.png) no-repeat;
	width: 4.77rem;
	height: 3.12rem;
	z-index: -2;
	background-size: contain;
}

.hlxy-title-box {
	margin-bottom: .35rem;
}

.hlxy-title {
	float: left;
	font-size: .4rem;
	color: #333;
	font-weight: bold;
}

.hlxy-more {
	float: right;
	display: block;
	width: 1.5rem;
	height: .44rem;
	line-height: .44rem;
	border-radius: 2.5rem;
	border: 1px solid #29489A;
	color: #29489A;
	text-align: center;
	font-size: .2rem;
	position: relative;
}

.hlxy-more::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 2.5rem;
	z-index: -1;
	transition: .2s;
}

.hlxy-more:hover {
	color: #fff;
}

.hlxy-more:hover::before {
	background-color: #29489A;
	width: 100%;
}

.hlxy-about-txt .des {
	font-size: .28rem;
	color: #333;
	/* height: 2.52rem; */
	line-height: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.hlxy-about-txt .more a {
	display: block;
	width: 1.5rem;
	height: .44rem;
	line-height: .44rem;
	margin-top: .5rem;
	border-radius: 2.5rem;
	border: 1px solid #29489A;
	color: #29489A;
	text-align: center;
	font-size: .2rem;
	position: relative;
}

.hlxy-about-txt .more a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 2.5rem;
	z-index: -1;
	transition: .2s;
}

.hlxy-about-txt .more:hover a {
	color: #fff;
}

.hlxy-about-txt .more:hover a::before {
	background-color: #29489A;
	width: 100%;
}

.hlxy-title-h4 {
	font-size: .3rem;
	font-weight: normal;
	color: #333333;
	line-height: .33rem;
}

.hlxy-talent-list {
	display: flex;
	margin-left: -2%;
	margin-top: .32rem;
}

.hlxy-talent-list li {
	width: 31.33333333333333%;
	margin-left: 2%;
	transition: .2s;
	position: relative;
	top: 0;
}

.hlxy-talent-list li:hover {
	top: -.1rem;
}

.hlxy-talent-list li.li1 {
	background: url(../img/bg-img1.png) no-repeat;
}

.hlxy-talent-list li.li2 {
	background: url(../img/bg-img2.png) no-repeat;
}

.hlxy-talent-list li.li3 {
	background: url(../img/bg-img3.png) no-repeat;
}

.hlxy-talent-list li .box {
	padding: .4rem .24rem;
	position: relative;
}

.hlxy-talent-list li .title {
	font-weight: bold;
	color: #fff;
	line-height: .33rem;
	position: relative;
	z-index: 2;
	height: .39rem;
	font-size: .32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hlxy-talent-list li .des {
	font-size: .22rem;
	font-weight: normal;
	color: #fff;
	line-height: .32rem;
	margin: .26rem 0 .36rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.hlxy-talent-list li .more {
	font-size: .24rem;
	font-weight: normal;
	color: #fff;
	text-align: right;
	position: relative;
	padding-right: .35rem;
}

.hlxy-talent-list li .more::after {
	content: "";
	width: .24rem;
	height: .24rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/more-hover.png) no-repeat center center;
	background-size: contain;
}

.hlxy-talent-list li .box .num {
	position: absolute;
	top: .04rem;
	left: .24rem;
	font-size: .8rem;
	font-style: normal;
	color: rgba(255, 255, 255, .15);
	font-weight: bold;
	transition: .3s;
}

/*.hlxy-talent-list li:hover {
	background-color: #29489A
}

.hlxy-talent-list li:hover .box .title,
.hlxy-talent-list li:hover .box .des,
.hlxy-talent-list li:hover .box .more {
	color: #fff;
}

.hlxy-talent-list li:hover .box .num {
	color: #3a56a2;
}

.hlxy-talent-list li:hover .more::after {
	background: url(../img/more-hover.png) no-repeat center center;
	background-size: contain;
}*/

.hlxy-left .hlxy-academic-list .box {
	padding: 0 0 .3rem 0;
}

.hlxy-right .hlxy-academic-list {
	border-top: solid 1px #E8E8E8;
}

.listPage .hlxy-academic-list {
	margin-left: -5%;
}

.listPage .hlxy-academic-list ul {
	margin-bottom: .35rem;
}

.listPage .hlxy-academic-list li {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.hlxy-academic-list .box {
	border-bottom: solid 1px #E8E8E8;
	padding: .3rem 0;
}

.hlxy-academic-list .img {
	height: 3.12rem;
	overflow: hidden;
	margin-bottom: .2rem;
}

.hlxy-academic-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hlxy-academic-list .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	background-size: cover !important;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.hlxy-left:hover .hlxy-academic-list .img span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.hlxy-academic-list .title {
	font-size: .32rem;
	font-weight: normal;
	color: #333;
	/* height: .78rem; */
	line-height: 1.6em;
	margin: 0 0 .2rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hlxy-academic-list .des {
	font-size: .22rem;
	font-weight: normal;
	color: #777;
	line-height: 1.6em;
	margin-bottom: .23rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hlxy-academic-list .opr .time {
	float: left;
	font-size: .2rem;
	font-weight: normal;
	color: #AAAAAA;
	line-height: .23rem;
}

.hlxy-academic-list .box:hover .title {
	color: #29489A
}

.hlxy-academic-list .opr .more {
	float: right;
	font-size: .24rem;
	font-weight: normal;
	color: #29489A;
	line-height: .28rem;
	position: relative;
	padding-right: .35rem;
}

.hlxy-academic-list .opr .more::after {
	content: "";
	width: .24rem;
	height: .24rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/more.png) no-repeat center center;
	background-size: contain;
}

.hlxy-exchange-warp {
	position: relative;
	/* padding-bottom: .76rem; */
}

.hlxy-exchange-list {
	position: relative;
}

.hlxy-exchange-list::before {
	content: "";
	position: absolute;
	left: -.24rem;
	bottom: -.24rem;
	background: url(../img/dots1.png) no-repeat;
	width: 4.77rem;
	height: 3.12rem;
}

.hlxy-exchange-list .img {
	float: left;
	width: 6.58rem;
	height: 4.65rem;
	overflow: hidden;
	/* position: absolute; */
	z-index: 1000;
}

.hlxy-exchange-list .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center !important;
	background-size: cover !important;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}

.hlxy-exchange-list .swiper-slide:hover .img span {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.hlxy-exchange-list .swiper-pagination {
	height: .62rem;
	right: 0 !important;
	top: .1rem !important;
	font-size: .3rem;
	text-align: right;
	z-index: -10 !important;
	color: #29489A;
}

.currenttxt,
.hlxy-exchange-list .swiper-pagination .swiper-pagination-current {
	font-size: .48rem;
	font-weight: bold;
}

.hlxy-exchange-list .swiper-pagination .swiper-pagination-total {
	font-size: .32rem;
}

.hlxy-exchange-list .swiper-button-prev,
.hlxy-cpjz-warp .swiper-rtl .swiper-button-next {
	left: -10%;
}

.hlxy-exchange-list .swiper-button-next,
.hlxy-cpjz-warp .swiper-rtl .swiper-button-prev {
	right: -10%;
}

.hlxy-exchange-list .swiper-button-next,
.swiper-button-prev {
	width: .59rem;
	height: .59rem;
	background: url(../img/right.png) no-repeat center center;
	margin-top: 0;
	z-index: -12;
	background-size: contain;
}

.hlxy-exchange-list .swiper-button-prev {
	width: .59rem;
	height: .59rem;
	background: url(../img/left.png) no-repeat center center;
	margin-top: 0;
	background-size: contain;
}

.hlxy-exchange-list .swiper-button-prev:after,
.hlxy-exchange-list .swiper-rtl .swiper-button-next:after {
	content: ""
}

.hlxy-exchange-list .swiper-button-next:after,
.hlxy-exchange-list .swiper-rtl .swiper-button-prev:after {
	content: ""
}

.hlxy-exchange-list .box {
	float: right;
	width: calc(100% - 6.58rem - 1.2rem);
	background: #F6F8FE;
	padding: .4rem .6rem;
	margin-top: 1rem;
}

.hlxy-exchange-list .title {
	font-weight: normal;
	color: #333333;
	line-height: .4rem;
	/* height: 0.715rem; */
	font-size: .32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hlxy-exchange-list .des {
	margin: .2rem 0 .26rem 0;
	font-size: .22rem;
	color: #777777;
	/* height: 1.16rem; */
	line-height: .32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.hlxy-exchange-list .more {
	color: #29489A;
	font-size: .24rem;
	text-align: right;
	position: relative;
	padding-right: .35rem;
}

.hlxy-exchange-list .more::after {
	content: "";
	width: .24rem;
	height: .24rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/more.png) no-repeat center center;
	background-size: contain;
}

.hlxy-exchange-list .swiper-slide:hover .title {
	color: #29489A;
}

.hlxy-footer-box {
	background: #29489A url(../img/footer-bg.png) no-repeat;
	color: #fff;
	font-size: .16rem;
	background-size: cover;
}

.hlxy-footer-box .hlxy-contain-box {
	padding: .7rem 0;
}

.hlxy-footer-left {
	float: left;
	width: 80%;
}

.hlxy-footer-left p {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.hlxy-footer-right {
	float: right;
	width: 20%;
	text-align: right;
}

.hlxy-footer-right img {
	max-width: 100%;
}

.hlxy-copyRight {
	padding: .2rem 0;
	border-top: solid 1px #7080B0;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #AAAAAA;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #AAAAAA
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #AAAAAA
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: .35rem;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .4rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .5rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #29489A;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #29489A;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hlxy-layer-box.on {
	height: 100%;
}

.navbar-toggle.active .icon-bar {
	background-color: #29489A
}

.hlxy-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: #29489A
}

.hlxy-layer-box .hlxy-nav {
	margin-top: .25rem;
}

.hlxy-layer-box.on .hlxy-layer-nav {
	display: block;
}

.hlxy-layer-nav .hlxy-layer-suNnav.on {
	display: block
}

.hlxy-layer-nav {
	display: none;
	margin-top: 1.8rem;
}

.hlxy-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.hlxy-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: .2rem;
	top: 0;
	font-size: .25rem;
	cursor: pointer;
	width: .4rem;
	height: .45rem;
	text-align: center;
	line-height: .4rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hlxy-layer-nav li.li1 strong,
.hlxy-layer-nav li.li2 strong,
.hlxy-layer-nav li.li6 strong,
.hlxy-layer-nav li.li7 strong,
.hlxy-layer-nav li.li8 strong,
.hlxy-layer-nav li.li9 strong {
	display: none;
}

.hlxy-layer-nav li strong.on {
	transform: rotate(45deg)
}

.hlxy-layer-nav li a {
	display: block;
	padding: .1rem;
	color: #fff;
	font-size: 16px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.hlxy-layer-nav .hlxy-layer-suNnav {
	display: none;
}

.hlxy-layer-nav .hlxy-layer-suNnav li a {
	font-size: 14px;
	color: #fff;
	text-indent: .05rem;
}

.hlxy-layer-nav .hlxy-layer-suNnav li a:hover {
	color: #fff
}

.hlxy-layer-box.on .hlxy-layer-search {
	display: block;
}

.hlxy-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin-top: .2rem;
	transition: .6s;
}

.hlxy-layer-txt {
	width: 98%;
	height: 30px;
	line-height: 30px;
	padding: .05rem 1%;
	font-family: 'sy';
	font-size: 14px;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.hlxy-layer-btn {
	width: .31rem;
	height: .31rem;
	display: block;
	background: url(../img/search.png) no-repeat center center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: .2rem;
	transform: translateY(-50%);
	background-size: contain;
}


.hlxy-ny-banner {
	height: 4rem;
	background-size: cover !important;
}

.hlxy-ny-banner .hlxy-contain-box {
	padding: 0;
	height: 100%;
	position: relative;
	z-index: 4
}

.hlxy-ny-banner .hlxy-column-box {
	width: 100%;
	position: absolute;
	bottom: .4rem;
	left: 0;
	display: flex;
	align-items: center;
}

.hlxy-column-h3 {
	font-size: .42rem;
	color: #fff;
}

.hlxy-place {
	color: #fff;
	margin-top: .22rem;
	margin-left: .35rem;
	font-size: .16rem;
}

.hlxy-place::before {
	position: absolute;
	left: 0;
	top: 2px;
	background: url(../images/home.png) no-repeat top center;
	width: .14rem;
	height: .14rem;
	background-size: cover;
}

.hlxy-place a {
	color: #fff;
	font-size: .16rem;
	margin: 0 8px;
}

.hlxy-place span {
	vertical-align: -3px;
}

.hlxy-place a:hover {
	color: #fff;
}

.hlxy-nav-list li {
	float: left;
}

.hlxy-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	font-size: .24rem;
	padding: .2rem 0;
	margin-right: .9rem;
}

.hlxy-nav-list>ul>li>a:hover {
	color: #29489A;
}

.hlxy-nav-list>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #29489A;
	transition: .5s;
}

.hlxy-nav-list>ul>li:hover>a::after,
.hlxy-nav-list>ul>li.on>a::after {
	width: 105%;
}

.hlxy-nav-list>ul>li.on>a {
	color: #29489A;
	/* font-weight: bold; */
}

.hlxy-ny-bg {
	box-shadow: 0px 4px 4px 0px rgba(182, 182, 182, 0.25);
}

.listPage .hlxy-list {
	padding: .23rem 0;
}

.listPage .hlxy-list ul {
	margin-bottom: .35rem;
}

.listPage .hlxy-list li {
	padding: .4rem 0;
	border-bottom: solid 1px #D9D9D9;
	position: relative;
	background-color: #fff;
	transition: .5s;
}

.listPage .hlxy-list .time {
	float: left;
	width: 10%;
	text-align: center;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}

.listPage .hlxy-list .day {
	font-size: .5rem;
	font-weight: normal;
	color: #29489A;
	position: relative;
	margin-top: .1rem;
}

.listPage .hlxy-list .day::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	width: 45%;
	height: 4px;
	background-color: #29489A;
}

.listPage .hlxy-list .year {
	font-size: .24rem;
	font-weight: normal;
	color: #777777;
}

.listPage .hlxy-list .txt {
	float: right;
	width: 85%;
	position: relative;
	z-index: 10;
}

.listPage .hlxy-list .txt .title {
	width: 100%;
	height: .39rem;
	line-height: .28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: .28rem;
}

.listPage .hlxy-list li:hover .txt .title {
	color: #29489A;
}

.listPage .hlxy-list .txt .des {
	margin: .15rem 0 0 0;
	color: #777;
	font-size: .2rem;
	/* height: .6rem; */
	line-height: 1.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hlxy-sz-list a {
	/* display: block; */
	height: 100%;
	position: relative;
	margin-bottom: .9rem;
	display: flex;
}

.hlxy-sz-list a::before {
	content: "";
	position: absolute;
	left: .2rem;
	top: .2rem;
	background-color: #E7EDFF;
	width: 2.64rem;
	height: 3.26rem;
	transition: .2s;
	z-index: -2;
}

.hlxy-sz-list .img {
	width: 2.64rem;
	height: 3.26rem;
	/* float: left; */
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
}

.hlxy-sz-list .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: top center !important;
}

.hlxy-sz-list .box {
	margin-left: .6rem;
	margin-top: .6rem;
	/* float: left; */
	width: calc(100% - 3.24rem - .6rem);
}

.hlxy-sz-list .box .title {
	height: .5rem;
	font-size: .28rem;
	color: #333333;
}

.hlxy-sz-list .box .zc {
	font-size: .24rem;
	color: #333333;
	margin: .1rem 0 .5rem 0;
	line-height: 1.6em;
	margin-bottom: .23rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hlxy-sz-list .box .e-mail {
	font-size: .24rem;
	color: #333333;
}

.hlxy-sz-list .box .more {
	text-align: right;
	font-size: .24rem;
	color: #29489A;
	border-top: solid 1px #D9D9D9;
	padding-top: .16rem;
	margin-top: .22rem;
	padding-right: .35rem;
	position: relative;
}

.hlxy-sz-list .box .more::after {
	content: "";
	width: .24rem;
	height: .24rem;
	display: block;
	position: absolute;
	right: 0;
	top: .2rem;
	background: url(../img/more.png) no-repeat center center;
	background-size: contain;
}

.hlxy-sz-list a:hover::before {
	background: #29489A url(../img/zs-bg-hover.png) no-repeat center right;
	width: 100%;
}

.hlxy-sz-list a:hover .title,
.hlxy-sz-list a:hover .zc,
.hlxy-sz-list a:hover .e-mail,
.hlxy-sz-list a:hover .more {
	color: #fff;
}

.hlxy-sz-list a:hover .more::after {
	background: url(../img/more-hover.png) no-repeat center center;
	background-size: contain;
}

.hlxy-detail-inf {
	position: relative;
	display: flex;
}

.hlxy-detail-inf::before {
	content: "";
	position: absolute;
	left: .2rem;
	top: .2rem;
	background-color: #E7EDFF;
	width: 2.64rem;
	height: 3.26rem;
	transition: .2s;
	z-index: -2;
}

.hlxy-detail-inf .img {
	width: 2.64rem;
	height: 3.26rem;
}

.hlxy-detail-inf .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: top center !important;
}

.hlxy-detail-inf .box {
	margin-left: .6rem;
	margin-top: .35rem;
	width: calc(100% - 2.64rem - .6rem);
	min-height: 3.1rem;
}

.hlxy-detail-inf .title {
	height: .5rem;
	font-size: .32rem;
	font-weight: bold;
	color: #333333;
}

.hlxy-detail-inf .box .zc {}

.hlxy-detail-inf .box div {
	display: flex;
	margin: .16rem 0;
}

.hlxy-detail-inf .box .e-mail {}

.hlxy-detail-inf .box .attr {
	float: left;
	/* font-size: 30px; */
	font-size: .24rem;
	font-weight: bold;
}

.hlxy-detail-inf .box .value {
	float: left;
	font-size: .24rem;
	line-height: .35rem;
	margin-left: .33rem;
}

.hlxy-detail-cont {
	margin-top: .6rem;
}

.hlxy-detail-cont .box h3 {
	font-size: .34rem;
	height: .58rem;
	line-height: .58rem;
	background: #E7EDFF;
	position: relative;
	text-indent: .32rem;
	margin: .3rem 0;
	font-weight: bold;
}

.hlxy-detail-cont .box h3::before {
	content: "";
	width: .1rem;
	height: 100%;
	background: #29489A;
	position: absolute;
	left: 0;
	top: 0;
}

.hlxy-detail-cont .box h3 p {
	font-size: .24rem;
	line-height: .58rem;
}

.hlxy-detail-cont .box p {
	font-size: .22rem;
	/* font-weight: bold; */
	line-height: 1.8em;
}

.hlxy-contact-box {
	margin-bottom: .4rem;
}

.hlxy-contact-h3 {
	font-size: .32rem;
	text-align: center;
	margin-bottom: .32rem;
	font-weight: bold;
}

.hlxy-contact-list {
	display: flex;
	margin-left: -1.33333333333333%;
}

.hlxy-contact-list li {
	width: 32%;
	margin-left: 1.33333333333333%;
	border: 1px solid #D9D9D9;
	text-align: center;
	padding: .62rem .22rem .26rem .22rem;
}

.hlxy-contact-list li .img {
	width: .76rem;
	height: .76rem;
	margin: 0 auto;
}

.hlxy-contact-list li .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-size: contain !important;
}

.hlxy-contact-list li .title {
	font-size: 24px;
	margin: .2rem 0;
}

.hlxy-contact-list li .txt {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
}

.hlxy-ny-cont .title h1 {
	font-size: .32rem;
	font-weight: bold;
	text-align: center;
}

.hlxy-ny-cont .arc-info {
	padding: .24rem 0;
	margin-bottom: .4rem;
	border-bottom: solid 1px #D9D9D9;
	color: #777777;
	font-size: 14px;
	text-align: center;
}

.arc-con span,
.arc-con p,
.arc-con p span {
	font-family: 'puhui' !important;
	color: #333;
	font-size: 16px !important;
	line-height: 1.8em !important;
}

.arc-con img {
	margin: .15rem 0;
	max-width: 100%;
}

.hlxy-page-box {
	padding: .2rem 0;
	margin-top: .2rem;
	border-top: solid 1px #D9D9D9;
}

.hlxy-page-box p {
	font-size: .16rem !important;
}

.hlxy-page-box a {
	color: #29489A;
	font-size: 16px;
}

.hlxy-ld-list .item {
	height: 100%;
	position: relative;
	margin-bottom: .6rem;
	display: flex;
}

.hlxy-ld-list .item::before {
	content: "";
	position: absolute;
	left: .2rem;
	top: .2rem;
	background-color: #E7EDFF;
	width: 2.64rem;
	height: 3.26rem;
	transition: .2s;
	z-index: -2;
}

.hlxy-ld-list .img {
	width: 2.64rem;
	height: 3.26rem;
}

.hlxy-ld-list .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: top center !important;
}

.hlxy-ld-list .box {
	margin-left: .6rem;
	min-height: 3.45rem;
	width: calc(100% - 2.64rem - .6rem);
	position: relative;
	border-bottom: solid 1px #D9D9D9;
}

.hlxy-ld-list .box .title {
	height: .5rem;
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
}

.hlxy-ld-list .box .zc {
	font-size: .24rem;
	color: #333333;
	margin: .08rem 0 .18rem 0;
}

.hlxy-ld-list .box .js {
	font-size: .24rem;
	line-height: 1.6em;
	color: #777777;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.hlxy-ld-list .box .e-mail {
	font-size: .24rem;
	color: #333333;
	position: absolute;
	left: 0;
	bottom: .15rem;
}

.hlxy-ld-list .box .more {
	text-align: right;
	font-size: .24rem;
	color: #29489A;
	border-top: solid 1px #D9D9D9;
	padding-top: .16rem;
	margin-top: .22rem;
	padding-right: .35rem;
	position: relative;
}

.hlxy-ld-list .box .more::after {
	content: "";
	width: .24rem;
	height: .24rem;
	display: block;
	position: absolute;
	right: 0;
	top: .2rem;
	background: url(../img/more.png) no-repeat;
}

.hlxy-ny-cont span,
.hlxy-ny-cont p,
.hlxy-ny-cont p span {
	font-family: 'puhui' !important;
	color: #333;
	font-size: 16px !important;
	line-height: 1.8em !important;
}

.hlxy-ny-cont p {
	margin: .3rem 0;
}

.hlxy-ny-cont h3 {
	font-size: .32rem;
	font-weight: bold;
	margin: .3rem 0;
}

.pb_sys_common {
	font-family: 'puhui' !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #29489A !important;
	color: #fff;
	background-color: #29489A !important;
}

.hlxy-contain-box .map img {
	max-width: 100%;
}