@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 14rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}



/*首页*/
.header{
	width: 100%;
	height: 0.9rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
}
.logo{
	float: left;
	width: 1.94rem;
	margin-top: 0.12rem;
}
.logo img{
	width: 100%;
}
.search_img{
	float: right;
	width: 0.28rem;
	height: 0.28rem;
	background: url(../images/ind_01.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.31rem;
	cursor: pointer;
}
.menu,.nav02,.nav03,#menu{
	display: none;
}
.nav{
	float: right;
	margin-right: 0.6rem;
}
.nav li{
	float: left;
	padding: 0 0.34rem;
	line-height: 0.9rem;
	color: #666;
	font-size: 0.18rem;
	position: relative;
}
.nav li:hover{
	color: #15338f;
}
.nav li.on{
	color: #15338f;
}
.nav li:hover .subnav{
	display: block;
}
.nav li:nth-child(5) .subnav{
	width: 140%;
	left: -20%;
}
.subnav{
	width: 100%;
	background: #fff;
	box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
	padding: 0.15rem 0;
	position: absolute;
	top: 0.9rem;
	left: 0;
	z-index: 5;
	display: none;
}
.subnav li{
	float: none;
	text-align: center;
	line-height: 0.36rem;
	margin-bottom: 0.1rem;
}
.subnav li:last-child{
	margin: 0;
}

.banner{
	width: 100%;
	position: relative;
	margin-top: 0.9rem;
}
.banner img{
	width: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 0.7rem;
	height: 0.8rem;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}
.banner .swiper-button-prev{
	left: 0.6rem;
}
.banner .swiper-button-next{
	right: 0.6rem;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
	font-size: 0.24rem;
	font-weight: bold;
}
.grey{
	width: 100%;
	height: 0.28rem;
	background: #f6f6f6;
}

.about_box{
	padding: 0.6rem 0 0.3rem;
	overflow: hidden;
}
.about_left{
	float: left;
	width: calc(100% - 6.43rem);
	padding: 0.4rem 1rem 0 0;
}
.title{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.28rem;
	text-transform: uppercase;
	margin-bottom: 0.27rem;
}
.title h1{
	color: #15338f;
	font-size: 0.34rem;
	line-height: 0.5rem;
	margin-bottom: 0.08rem;
}
.about{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 1.96rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.4rem;
}
.about span{
	color: #999;
	font-size: 0.14rem;
}
.about_type{
	width: 100%;
}
.about_type ul{
	height: 0.32rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_type li{
	float: left;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.32rem;
}
.about_icon{
	float: left;
	width: 0.22rem;
	height: 0.22rem;
	position: relative;
	margin: 0.05rem 0.05rem 0 0;
}
.about_icon div{
	width: 100%;
	height: 100%;
	background: #ebeaed;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.about_type li:hover .about_icon div{
	animation: zoom 2s infinite;
}
.about_icon span{
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #193097;
	border-radius: 50%;
	position: absolute;
	top: 0.06rem;
	left: 0.06rem;
}
@keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
.about_right{
	float: right;
	width: 6.43rem;
	height: 5.25rem;
	position: relative;
	background: url(../images/ind_02.jpg) no-repeat;
	background-size: 100% 100%;
}
.about_pic{
	width: 6.31rem;
	height: 5.11rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.bus_box{
	padding: 0.3rem 0 1rem;
	overflow: hidden;
}
.bus_box .title{
	margin-bottom: 0.35rem;
}
.business{
	width: 100%;
}
.bus_pic{
	width: 100%;
	height: 5.2rem;
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
}
.bus_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business .swiper-slide:hover .bus_bg{
	opacity: 1;
}
.bus_bg{
	width: 100%;
	height: 100%;
	background: rgba(21, 51, 143, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.bus_con{
	width: 100%;
	text-align: center;
	line-height: 0.42rem;
	color: #fff;
	font-size: 0.22rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bus_con img{
	width: 1.1rem;
	height: 1.1rem;
	margin: 0 auto 0.25rem;
}

.honor_box{
	border-top: solid 1px #f8f8f8;
	padding: 0.55rem 0 1rem;
	overflow: hidden;
}
.honor_box .title{
	margin-bottom: 0.35rem;
}
.honor{
	width: 100%;
	/* height: 4.52rem; */
}
.honor .swiper-slide{
	height: 1.96rem;
}
.honor .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_bg{
	width: 100%;
	background: #f6f6f6;
	padding: 0.6rem 0 0.44rem;
	overflow: hidden;
}
.news_bg .title{
	margin-bottom: 0.4rem;
}
.news_pic{
	float: left;
	width: 50%;
}
.news_pic .swiper-slide{
	height: 5rem;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_pic_txt{
	width: 100%;
	line-height: 0.4rem;
	height: 0.4rem;
	padding: 0 0.18rem;
	color: #fff;
	font-size: 0.16rem;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.news_pic_txt div{
	height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_right{
	float: left;
	width: 50%;
	height: 5rem;
	background: #fff;
	padding: 0.38rem;
}
.news_top{
	border-bottom: solid 1px #eee;
	padding-bottom: 0.14rem;
	margin-bottom: 0.14rem;
}
.news_top:hover h1{
	color: #15338f;
}
.news_top h1{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_top h2{
	color: #1760b7;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.28rem;
	margin-bottom: 0.1rem;
}
.news_top div{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news{
	width: 100%;
}
.news li{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.38rem;
	height: 0.38rem;
}
.news li:hover{
	color: #15338f;
}
.news .date{
	float: left;
	width: 1.2rem;
}
.news .text{
	float: left;
	width: calc(100% - 1.2rem);
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.partner_box{
	padding: 0.6rem 0 0.1rem;
	overflow: hidden;
}
.partner_box .title{
	margin-bottom: 0.35rem;
}
.partner{
	width: 100%;
}
.partner ul{
	margin-right: -3%;
}
.partner li{
	float: left;
	width: 22%;
	height: 0.86rem;
	border: solid 0.02rem #c7c7c7;
	margin: 0 3% 0.32rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.partner img{
	width: auto;
	height: 100%;
	object-fit: contain;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.partner li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.foot_bg{
	width: 100%;
	background: #294189;
	padding: 0.42rem 0 0.1rem;
}
.foot_t{
	padding-bottom:0.47rem;
	position: relative;
}
.f_logo{
	float: left;
	width: 1.85rem;
	margin: 0.28rem 0.25rem 0 0;
}
.f_logo img{
	width: 100%;
}
.f_con{
	float: left;
	width: calc(100% - 3.5rem);
	padding-right: 1rem;
	margin-top: 0.2rem;
}
.f_con li{
	float: left;
	width: 45%;
	color: #fff;
	font-size: 0.14rem;
	line-height: 0.3rem;
	min-height: 0.3rem;
	padding-left: 0.32rem;
	margin: 0 5% 0.1rem 0;
	position: relative;
	opacity: 0.7;
}
.f_con img{
	width: 0.22rem;
	height: 0.22rem;
	position: absolute;
	top: 0.04rem;
	left: 0;
}
.f_code{
	width: 1.4rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.f_code h1{
	color: #fff;
	font-size: 0.14rem;
	line-height: 0.44rem;
	opacity: 0.7;
}
.f_codepic{
	width: 1.1rem;
	height: 1.1rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.f_codepic img{
	width: 1rem;
	height: 1rem;
}
.copyright{
	font-size: 0.14rem;
	color: #fff;
	line-height: 0.36rem;
	opacity: 0.5;
	margin-bottom: 0.02rem;
}
.copyright span{
	display: inline-block;
}
.copyright span:nth-child(2){
	padding: 0 0.2rem;
}


/* 关于恒生 */
.main_bn{
	width: 100%;
	margin-top: 0.9rem;
}
.main_bn img{
	width: 100%;
}
.path{
	padding: 0.2rem 0;
	color: #9191a5;
  font-size: 0.16rem;
	line-height: 0.26rem;
}
.path span{
	color: #294189;
}
.main{
	padding: 0.1rem 0 0.8rem;
	min-height: 6rem;
	overflow: hidden;
}
.left{
	float: left;
	width: 3.2rem;
}
.left .tit{
	width: 100%;
	height: 0.8rem;
	color: #fff;
	background: #294189;
	line-height: .8rem;
	padding: 0 0.3rem;
	text-transform: uppercase;
}
.left .tit span{
	font-size: 0.26rem;
}
.list{
	border: 1px solid #e5ebf1;
	padding: 0.1rem;
}
.list li{
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	background: #f6f8fa;
	margin-bottom: 0.06rem;
	color: #798796;
	font-size: .18rem;
	position: relative;
}
.list li.on{
	background: #dadce7;
	color: #294189;
	font-weight: bold;
}
.list li:last-child{
	margin: 0;
}
.list a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0.45rem 0 0.25rem;
}
.list i{
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/about_01.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.2rem;
}
.right{
	float: left;
	width: calc(100% - 3.2rem);
	padding-left: 0.3rem;
}
.ab_tit{
	font-size: .24rem;
	color: #222222;
	font-weight: bold;
	padding: 0.1rem 0 0.2rem;
	position: relative;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0.3rem;
}
.ab_tit::before{
	content: '';
	width: 0.98rem;
	height: 0.04rem;
	background: #294189;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
}
.ab_txt{
	font-size: 0.18rem;
	line-height: 0.36rem;
	text-align: justify;
}
.ab_txt img{
	height: auto;
}


/* 企业文化 */
.culture{
	width:100%;
}
.culture-fl{
	float: left;
	margin-top:.25rem;
	width:calc(100% - 3.8rem);
	padding: 0 0.5rem 0 0.2rem;
}
.culture-fl-d1{
	margin-bottom:.45rem;
}
.culture-fl-d2{
	color:#294189;
	font-size:.22rem;
	font-weight:bold;
	margin-bottom:.15rem;
}
.culture-fl-d3{
	color:#222222;
	font-size:.22rem;
	margin-bottom:.1rem;
}
.culture-fl-d4{
	font-size:.16rem;
	line-height:.24rem;
	color:#999999;
}
.culture-fr{
	float: right;
	width:3.8rem;
	height:5rem;
}
.culture-fr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 发展历程 */
.history{
	width: 100%;
	/* padding-top: 1rem; */
	position: relative;
	margin-top: 1rem;
}
.history .line{
	width: 1px;
	height: 110%;
	background: #eee;
	position: absolute;
	top: -10%;
	left: 50%;
}
.history li{
	float: left;
	width: 50%;
	padding: 0.5rem;
	position: relative;
}
.history_con{
	width: 90%;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 0.2rem;
	padding: 0.25rem;
	margin-top: -1rem;
}
.history_con .date{
	font-size: 0.32rem;
	color:#294189;
	line-height: 0.5rem;
	font-weight: bold;
}
.history_con .text{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.3rem;
	text-align: justify;
}
.his_yuan{
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 50%;
	background: #294189;
	display: block;
	position: absolute;
	top: 10%;
	right: -0.07rem;
}
.his_yuan i{
	width: 0.5rem;
	height: 1px;
	background: #eee;
	display: block;
	position: absolute;
	top: 0.07rem;
	right: 0.15rem;
}
.history li:nth-child(even){
	margin-top: 1rem;
}
.history li:nth-child(even) .history_con{
	margin-left: 10%;
}
.history li:nth-child(even) .his_yuan{
	right: auto;
	left: -0.07rem;
}
.history li:nth-child(even) .his_yuan i{
	right: auto;
	left: 0.15rem;
}


/* 资质荣誉 */
.honor_list{
	width: 100%;
}
.honor_list ul{
	margin-right: -2%;
}
.honor_list li{
	float: left;
	width: 31.33%;
	border: solid 0.01rem #ccc;
	padding: 0.12rem 0;
	margin: 0 2% 0.3rem 0;
}
.honor_list h1{
	color: #333;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.3rem;
	height: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.honor_pic{
	width: 90%;
	height: 2.4rem;
	margin: 0 auto 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.honor_pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.honor_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.page{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	padding-top: 0.4rem;
	font-size: 0.16rem;
	color: #666;
}
.page a.page_font{
	font-family: 宋体;
	color: #000;
}
.page a{
	border: solid 1px #ebebeb;
	background: #fff;
	display: inline-block;
	padding: 0 0.15rem;
	margin: 0 0.02rem;
	border-radius: 0.05rem;
}
.page a:hover{
	background: #294189;
	border: solid 1px #294189;
	color: #fff;
}
.page a.on{
	background: #294189;
	border: solid 1px #294189;
	color: #fff;
}


/* 恒生动态 */
.news_list{
	width: 100%;
}
.news_list li{
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 0.3rem;
}
.newsimg{
	float: left;
	width: 3.1rem;
	height: 2.24rem;
	overflow: hidden;
}
.newsimg img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.newsimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_r{
	float: left;
	width: calc(100% - 3.1rem);
	padding-left: 0.3rem;
}
.news_list li:hover .news_r h1{
	color: #15338f;
}
.news_r h1{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_r h2{
	color: #1760b7;
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.3rem;
	margin-bottom: 0.15rem;
}
.news_r div{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.9rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 详情 */
.show_tt{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #333;
	font-size: 0.24rem;
	margin: 0.1rem 0 0.32rem;
}
.show_t{
	width: 70%;
	text-align: center;
	color: #999;
	font-size: 0.16rem;
	padding: 0.15rem 0;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	margin: 0 auto 0.45rem;
}
.show{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: justify;
}
.show img{
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.fanye{
	padding-top: 0.2rem;
	margin-top: 0.5rem;
	border-top: solid 1px #e2e2e2;
}
.fanye li{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.38rem;
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li a:hover{
	color: #1760b7;
}


/* 项目展示 */
.pro_pic{
	width: 90%;
	height: 2.4rem;
	margin: 0 auto 0.1rem;
	overflow: hidden;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 人力资源 */
.join_tit{
	height: 0.7rem;
	background: #003a8b;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 0.16rem;
}
.join_tit div{
	float: left;
}
.j01{
	width: 20%;
	padding-left: 0.52rem;
}
.j02{
	width: 22.3%;
	text-align: center;
}
.j03{
	width: 22%;
	text-align: center;
}
.j04{
	width: 22.9%;
	text-align: center;
}
.j05{
	width: 11%;
	text-align: center;
}
.join{
	width: 100%;
}
.join li{
	margin-bottom: 0.1rem;
}
.join_top{
	color: #000033;
	font-size: 0.16rem;
	height: 0.7rem;
	background: #f7f8fc;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.join_top .j05{
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join_top em{
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	background: url(../images/join_01.png) no-repeat;
	background-size: 100% 100%;
}
.join li.on em{
	background: url(../images/join_02.png) no-repeat;
	background-size: 100% 100%;
}
.join_con{
	padding: 0.25rem 0.52rem 0.75rem;
	background: #f7f8fc;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.4rem;
	margin-top: 0.02rem;
	display: none;
}
.join_con h1{
	font-size: 0.16rem;
}


/* 联系我们 */
.map{
	float: left;
	width: 50%;
	height: 4.9rem;
	border: solid 1px #c1c0bc;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}
.contact{
	float: right;
	width: 44%;
	padding-top: 0.34rem;
}
.contact li{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.3rem;
	min-height: 0.62rem;
	position: relative;
	padding-left: 0.94rem;
	margin-bottom: 0.47rem;
}
.contact img{
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 0;
	left: 0;
}
.contact h1{
	font-size: 0.18rem;
	line-height: 0.32rem;
}