@media screen and (max-width: 1023px) {
	img {
		object-fit: cover;
	}

	.pc {
		display: none;
	}

	body {
		font-size: 0.24rem;
	}

	.container {
		max-width: 7.5rem;
		margin: 0px auto;
		padding: 0px 0.3rem;
	}

	.wrapper {
		padding-top: 1rem;
	}

	/* å¤´éƒ¨ */
	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 99;
		height: 1rem;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.LogoImg {
		background-image: url(../images/logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		float: left;
		width: 5rem;
		height: 0.64rem;
		margin-top: 0.18rem;
		margin-left: 0.3rem;
	}

	.mobile-nav {
		float: right;
		width: 0.48rem;
		height: 0.3rem;
		position: relative;
		top: 0.35rem;
		right: 0.3rem;
	}

	.mobile-nav span {
		width: 0.48rem;
		height: 0.04rem;
		background: #3a3633;
		display: block;
		margin-bottom: 0.1rem;
		position: relative;
	}

	.mobile-nav.on span {
		transform-origin: center;
		transition: transform .3s
	}

	.mobile-nav.on span.line2 {
		display: none
	}

	.mobile-nav.on span.line1 {
		transform: rotate(45deg);
		top: 0.12rem;
	}

	.mobile-nav.on span.line3 {
		transform: rotate(-45deg);
		top: -0.02rem;
	}

	.go_top {
		width: 1rem;
		height: 1.06rem;
		display: block;
		margin: 0px auto;
		background: url(../images/backtop.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		bottom: 14%;
		right: 0.3rem;
		z-index: 99;
	}

	/* 测导航 */
	/*menu*/
	.menu-li {
		position: fixed;
		top: 1rem;
		z-index: 102;
		width: 100%;
		background: #fff;
		display: none;
		border-top: 1px solid #eee;
		height: 100%;
		overflow: auto;
	}

	.menu-li ul li {
		display: block;
		overflow: hidden;
	}

	.menu-li ul li>a {
		display: block;
		line-height: 1rem;
		font-size: 0.29rem;
		color: #666;
		padding: 0px 0.3rem;
		overflow: hidden;
		border-bottom: 1px solid #f5f5f5;
	}

	.menu-li ul li>a i {
		float: right;
		width: 0.24rem;
		height: 0.26rem;
		background-image: url(../images/jia.png);
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 0.35rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
	}

	.menu-li ul li.on>a {
		color: #3aa0d9;
	}

	.menu-li ul li.on>a i {
		background-image: url(../images/jian.png);
		background-size: contain;
		background-position: right;
		/* margin-top: 0.3rem; */
		background-repeat: no-repeat;
	}

	.menu-li ul li dl {
		display: none;
		background: #f8f8f8;
		padding-top: 0.25rem;
		padding-bottom: 0.5rem;
	}

	.menu-li ul li dt {
		overflow: hidden;
		font-size: 0.26rem;
		color: #999;
		font-weight: normal;
		line-height: 0.48rem;
	}

	.MenuMain {
		width: 100%;
		margin-top: 0.25rem;
	}

	.MenuMain.Nor h2 {
		color: #3aa0d9;
	}

	.menu-li ul li dt h2 {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.3rem;
		color: #000;
		margin-top: 0.24rem;
		position: relative;
	}

	.MenuDown {
		padding-left: 0.76rem;
		padding-top: 0.3rem;
		display: none;
	}

	.menu-li ul li dt .MenuDown a {
		font-size: 0.26rem;
		color: #999;
		margin-top: .2rem;
		padding-left: 0;
	}


	.menu-li ul li dt a {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.26rem;
		color: #999;
		margin-top: 0.2rem;
	}

	/*banner */
	.IndexBanner{
		width: 100%;
		height: 5rem;
	}
	.IndexBanner .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.IndexBanner .swiper-pagination {
		bottom: 0.1rem !important;
	}

	.IndexBanner .swiper-pagination-bullet {
		background-color: #FFFFFF;
		opacity: 0.7;
		margin: 0px 0.1rem !important;
		position: relative;
		width: 0.15rem;
		height: 0.15rem;
	}

	.IndexBanner .swiper-pagination-bullet-active {
		background-color: #3aa0d9;
		opacity: 1;
	}

	.IndexBanner .swiper-slide .container {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.IndexBannerCt {
		width: 5rem;
		font-size: 0.24rem;
		line-height: 0.38rem;
		padding: .3rem 0;
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.8);
		position: relative;
		height: 2rem;
		top: 1rem;
		overflow: hidden;
	}

	.IndexBannerCt::after {
		content: '';
		width: 0.05rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #3aa0d9;
	}

	.IndexBannerCt h2 {
		font-size: 0.32rem;
		padding-left: 0.3rem;
		padding-bottom: 0.2rem;
		color: #36b7ff;
	}

	.IndexBannerCt p {
		padding-left: 0.3rem;
	}

	/* åº•éƒ¨ */
	.Footer {
		position: relative;
		font-size: 0.26rem;
		line-height: 0.42rem;
		color: #999;
		border-top: 1px solid #eee;
	}

	.am_subfooterdiv {
		width: 100%;
		letter-spacing: 1px;
		padding: 0.3rem 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.am_subfooterdiv:last-child {
		text-align: center;
		border: 0;
		margin-top: 0.6rem;
	}

	.am_subfooterdiv:last-child img {
		width: 2rem;
		display: block;
		margin: 0px auto 0.1rem;
	}

	.am_subfooterdiv h2 {
		font-size: 0.28rem;
		color: #666;
		background-image: url(../images/jia.png);
		background-size: 0.24rem 0.26rem;
		background-repeat: no-repeat;
		background-position: right;
		font-weight: bold;
	}

	.am_subfooterdiv.on h2 {
		background-image: url(../images/jian.png);
		background-size: 0.24rem 0.03rem;
		background-repeat: no-repeat;
		background-position: right;
		color: #3aa0d9;
	}

	.am_subtag {
		display: none;
		margin-top: 0.2rem;
	}

	.am_subfooterdiv a {
		color: #999;
		display: block;
		padding: 0.15rem;
	}

	.am_subfooterdiv a:first-of-type img {
		display: block;
		margin: 0px auto;
	}

	.am_bootom {
		padding: 0.3rem 0.5rem;
		margin-top: 0.6rem;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		text-align: center;
	}

	.am_bootom a {
		color: #999;
	}

	.am_bootom .fl,
	.am_bootom .fr {
		float: none;
		width: 100%;
	}

	.am_bootom .fr a {
		padding: 0px 0.1rem;
	}

	/* 业务动态 */
	.TitNav {
		height: 1rem;
		line-height: 1rem;
		background-color: #f6f6f6;
		text-align: center;
		font-size: 0;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.TitNav .container {
		max-width: initial;
		padding: 0;
	}

	.TitNav a {
		display: inline-block;
		vertical-align: top;
		font-size: 0.24rem;
		color: #999;
		position: relative;
		margin: 0px 0.3rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.TitNav a.active {
		color: #3aa0d9;
	}

	.NewCt {
		padding: 1rem 0;
	}

	.BaseTit img {
		max-width: 100%;
		display: block;
		margin: 0px auto 0.25rem;
	}

	.BaseTit h2 {
		font-size: 0.32rem;
		color: #bbb;
		margin-bottom: 0.15rem;
		text-align: center;
	}

	.BaseTit p {
		font-size: 0.24rem;
		color: #bbb;
		text-align: center;
	}

	.NewsFx {
		display: block;
		background-color: #f6f6f6;
		position: relative;
		margin-top: 0.6rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #333;
		padding-bottom: 0.3rem;
	}

	.NewsFxImg {
		width: 100%;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}

	.NewsFxImg img,
	.HonorFxImg img {
		width: 100%;
	}


	.NewsFx h2 {
		width: 0.8rem;
		background-color: #3aa0d9;
		color: #ffffff;
		font-size: 0.24rem;
		position: absolute;
		text-align: center;
		left: 0.3rem;
		top: 0.3rem;
		line-height: 0.32rem;
		padding: 0.1rem 0;
	}

	.NewsFx h2 i {
		display: block;
		letter-spacing: 0;
	}

	.NewsFx p {
		margin: 0px 0.3rem;
	}

	.NewsFx span {
		font-size: 0.24rem;
		color: #3aa0d9;
		margin: 0.2rem 0.3rem;
		display: block;
	}

	.page {
		width: 100%;
		height: 0.6rem;
		line-height: 0.6rem;
		text-align: center;
		margin: 0.8rem auto 0;
		font-size: 0;
		display: inline-block;
		vertical-align: top;
	}

	.page a {
		color: #999;
		font-size: 0.24rem;
		display: inline-block;
		font-family: "Font";
		vertical-align: top;
		margin-right: 0.1rem;
		padding: 0px 0.2rem;
		height: 0.6rem;
		border: solid 1px #dddddd;
		line-height: 0.6rem;
		text-align: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.page a.nor,
	.page a:hover {
		background-color: #3aa0d9;
		border: solid 1px #3aa0d9;
		color: #fff;
	}

	/* 详情 */
	.NewsCt {
		margin: 1rem auto;
	}

	.NewDetails {
		font-size: 0.24rem;
		color: #333;
		line-height: 0.48rem;
	}

	.newTitle {
		font-size: 0.32rem;
		color: #333;
		text-align: center;
		margin-bottom: 0.4rem;
		font-weight: bold;
	}

	.newTime {
		text-align: center;
		line-height: 32px;
		margin-bottom: 35px;
		font-size: 14px;
		color: #333;
	}

	.newTime h2 {
		float: right;
		font-size: 14px;
		color: #333;
	}

	.newTime h2 img {
		vertical-align: middle;
		margin-right: 5px;
	}

	.newInfo {
		margin: 0.2rem 0 0.5rem;
		width: 100%;
	}

	.newInfo p {
		text-align: left;
		color: #333;
		margin-bottom: 0.1rem;
	}

	.newInfo p strong,
	.newInfo p strong span {
		font-weight: bold;
	}

	.newInfo p img,
	.Business p img,
	.newInfo img {
		max-width: 100%;
		text-align: center;
		margin: 0.2rem auto 0;
	}

	.newInfo p.newInfoP {
		font-size: 18px;
		line-height: 34px;
		margin: 30px auto;
		color: #333333;
		text-align: center;
		display: block;
	}

	.BackPage {
		/* margin-top: 100px; */
		padding-top: 1rem;
		width: 100%;
	}

	.BackPage h2 {
		font-size: 0.26rem;
		line-height: 0.48rem;
		color: #333;
	}

	.BackPage h2 a {
		color: #333;
	}

	.BackPage h2.nor,
	.BackPage h2.nor a {
		color: #3aa0d9;
	}

	.BackPage h2.nor {
		border-bottom: 1px solid #3aa0d9;

	}

	.BackPage .col-md-4 a {
		float: right;
		font-size: 0.26rem;
		line-height: 0.48rem;
		color: #333;
		margin-top: 0.2rem;
	}

	.BackPage .col-md-4 a img {
		width: 0.38rem;
		height: 0.38rem;
		margin-left: 0.15rem;
		vertical-align: middle;
	}

	/* 特色品牌 */
	.BrandFx {
		background-color: #f6f6f6;
		display: block;
		margin-top: 0.5rem;
		padding-bottom: 0.5rem;
	}


	.BrandFxImg img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.BrandFxR {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		padding: 0px 0.3rem;
	}

	.BrandFxR h2 {
		font-size: 0.32rem;
		margin: 0.3rem 0 0.2rem;
		color: #333333;
	}

	.Honor .BaseTit h2,
	.Honor .BaseTit p {
		color: #FFFFFF;
	}

	.Organize img {
		max-width: 100%;
		display: block;
		margin: 0.6rem auto 1.2rem;
	}

	.Organize {
		padding-bottom: 0;
	}

	/* 联系我们 */
	.Contact {
		margin: 0.8rem auto 0.3rem;
	}

	.map1 {
		width: 100%;
		height: 4.8rem;
		position: relative;
		margin-top: 0.5rem;
	}

	#allmap1 {
		width: 100%;
		height: 100%;
	}

	.ContactL {
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #666;
	}

	.ContactL h2 {
		font-size: 0.32rem;
		line-height: 0.48rem;
		color: #333;
	}

	.ContactL h3 {
		font-size: 0.26rem;
		line-height: 0.42rem;
		letter-spacing: -1px;
		color: #3aa0d9;
		margin-top: 0.1rem;
		margin-bottom: 0.6rem;
	}

	.CoreCt {
		font-size: 0.25rem;
		line-height: 0.48rem;
		text-align: center;
		color: #999999;
		margin-top: 0.6rem;
		padding: 0px 0.3rem;
	}

	.CoreCt i {
		color: #3aa0d9;
		font-weight: bold;
	}

	.CoreFx {
		background-color: #f6f6f6;
		width: 100%;
		position: relative;
		margin-top: 0.8rem;
		padding-bottom: 0.4rem;
	}

	.CoreFx img,
	.CoreFxR {
		width: 100%;
		position: relative;
	}

	.HonorFx:nth-of-type(2n) {
		float: right;
	}

	.CenterPor {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		width: 80%;
		margin: 0.5rem auto 0;
	}

	.CoreFxR h2 {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
		color: #333;
	}

	.CoreFxR p {
		margin-bottom: 0.2rem;
	}

	.Company {
		padding: 1.2rem 0;
		position: relative;
	}

	.CompanyL {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		padding-bottom: 0.48rem;
	}

	.CompanyL .BaseTit h2,
	.CompanyL .BaseTit p {
		text-align: left;
	}

	.CompanyLt {
		padding-bottom: 0.3rem;
	}

	.CompanyLt span {
		width: 33.3%;
		float: left;
		margin-top: 0.5rem;
		color: #3aa0d9;
		font-size: 0.36rem;
		text-align: left;
	}

	.CompanyLt span i {
		display: block;
		font-size: 0.26rem;
		color: #999999;
		margin-top: 0.1rem;
	}

	.CompanyImg {
		width: 100%;
	}

	.Vision {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		padding: 1rem 0px 2.65rem;
		margin-bottom: 0.8rem;
	}

	.BaseTit1 p {
		color: #999999;
	}

	.BaseTit1 h2 {
		font-size: 0.42rem;
		color: #3aa0d9;
	}

	.VisionFx {
		margin-top: 1rem;
		float: left;
		width: 33.3%;
		font-size: 0.22rem;
		text-align: center;
		line-height: 0.42rem;
		color: #999999;
	}

	.VisionFx h2 {
		text-align: center;
		width: 1.5rem;
		height: 1.5rem;
		border: dashed 0.02rem #3aa0d9;
		margin: 0px auto 0.4rem;
		border-radius: 100%;
		line-height: 1.5rem;
		font-size: 0.26rem;
		font-weight: bold;
		color: #3aa0d9;
	}

	.SystemCt {
		margin-top: 0.5rem;
	}

	.SystemFx {
		margin-top: 0.3rem;
		background-color: #f6f6f6;
		font-size: 0.24rem;
		color: #999999;
		line-height: 0.48rem;
		padding: 0.3rem;
	}

	.SystemFx h2 {
		font-size: 0.32rem;
		color: #333333;
		padding-bottom: 0.1rem;
	}

	.Honor {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 1.2rem;
		padding: 1rem 0px 1.6rem;
	}

	.HonorFx {
		float: left;
		width: 48%;
		text-align: center;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #ffffff;
		margin-top: 0.65rem;
	}

	.HonorFxImg {
		width: 100%;
		margin-bottom: 0.3rem;
		height: 1.91rem;
	}

	.HonorFx p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.ServiceProvice {
		width: 100%;
		text-align: center;
		margin: 0px auto 0.4rem;
	}

	.ServiceProvice select,
	.ServiceProviceText {
		width: 48%;
		background-color: #f6f6f6;
		height: 0.8rem;
		line-height: 0.8rem;
		color: #999;
		font-size: 0.24rem;
		padding: 0px 0.2rem;
		background-image: url(../images/down.png);
		background-size: 0.18rem 0.11rem;
		background-repeat: no-repeat;
		background-position: 93%;
		float: left;
	}

	.ServiceProvice select:nth-of-type(2) {
		float: right;
	}

	.ServiceProviceText {
		width: 94%;
		background-position: 96%;
		background-image: none;
		margin-top: 0.2rem;
	}

	.ServiceProviceText1 {
		line-height: 0.8rem;
		float: left;
		width: 88%;
	}

	.ServiceProviceText2 {
		background-image: url(../images/search.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.2rem;
		height: 0.2rem;
		float: right;
		margin-top: 0.3rem;
	}

	.recruit_table {
		border: solid 1px rgba(0, 0, 0, 0.1);
	}

	.recruit_thead {
		height: 0.8rem;
		background-color: #3aa0d9;
		line-height: 0.8rem;
		padding: 0px 0.3rem;
	}

	.recruit_thead h2 {
		font-size: 0.26rem;
		color: #fff;
		width: 25%;
		float: left;
		line-height: 0.8rem;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.RecuitBorerSub {
		line-height: 0.8rem;
		padding: 0px 0.3rem;
	}

	.RecuitBorer a {
		font-size: 0.24rem;
		color: #666;
		width: 25%;
		float: left;
		line-height: 0.8rem;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.RecuitBorer a:first-of-type,
	.recruit_thead h2:first-of-type {
		text-align: left;
	}

	.RecuitBorer a:last-child,
	.recruit_thead h2:last-child {
		text-align: right;
	}

	.RecuitBorerSub:nth-of-type(2n) {
		background-color: #f6f6f6;
	}

	.RecruitPopule {
		background-color: #fff;
		width: 6rem;
		padding: 0.5rem;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.RecruitPopule .CloseImg {
		background-image: url(../images/close.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.22rem;
		height: 0.21rem;
		position: absolute;
		top: 0.3rem;
		right: 0.3rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.RecruitPopuleH {
		font-size: 0.32rem;
		color: #3A3633;
		padding-bottom: 0.2rem;
		font-weight: bold;
	}

	.RecruitScroll {
		height: 3rem;
		overflow-y: auto;
		overflow-x: hidden;
		margin-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.RecruitScroll::-webkit-scrollbar {
		display: none;
	}

	.RecruitCont {
		margin-bottom: 3%;
	}

	.RecruitJob {
		margin-top: 0.1rem;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
	}

	.RecruitJob h2 {
		font-size: 0.3rem;
		color: #3A3633;
		font-weight: bold;
		margin-bottom: 0.1rem;
	}

	.PositionApplied {
		width: 2rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
		text-align: center;
		color: #fff;
		height: 0.6rem;
		display: block;
		margin: 0px auto;
		background-color: #3aa0d9;
	}

	.RecruitIntro {
		border-bottom: solid 0.02rem rgba(0, 0, 0, 0.1);
		padding-bottom: 0.2rem;
	}

	.RecruitIntro span {
		display: inline-block;
		vertical-align: top;
		font-size: 0.24rem;
		color: #666666;
		padding: 0px 0.3rem;
		border-left: 1px solid #999;
		line-height: 0.42rem;
	}

	.RecruitIntro span:first-of-type {
		padding-left: 0;
		border-left: 0;
	}

	.CloseImg:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.Technology {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		padding: 1rem 0 1.5rem;
	}

	.TechnologyL {
		margin-top: 0.75rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.48rem;
		color: #999999;
		padding-bottom: 0.75rem;
	}

	.TechnologyL .BaseTit1 {
		margin-bottom: 0.4rem;
	}

	.TechnologyL a {
		font-size: 0.24rem;
		display: block;
		margin-top: 0.6rem;
		color: #3aa0d9;
	}

	.MappingImg {
		width: 100%;
		position: relative;
		margin-top: 0.75rem;
	}

	.MappingImg img {
		width: 100%;
		height: 100%;
	}

	.MappingImg .play {
		background-image: url(../images/video.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 0.8rem;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.vid {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: fill;
		display: none;
	}

	.Newscenter {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		padding: 1rem 0;
		margin: 0;
	}

	.MoreData {
		width: 2.5rem;
		height: 0.6rem;
		border: solid 1px rgba(255, 255, 255, 0.3);
		line-height: 0.6rem;
		text-align: center;
		margin: 0.8rem auto 0;
		color: #fff;
		font-size: 0.24rem;
		display: block;
		position: relative;
	}

	.MoreData i {
		position: relative;
		z-index: 6;
	}

	.Investment {
		padding: 1rem 0;
	}


	.Enter .BaseTit h2,
	.Enter .BaseTit p {
		text-align: left;
		top: 0;
	}

	.InvestmentSwiper .swiper-slide img {
		width: 100%;
		margin-top: 0.5rem;
	}

	.InvestmentSwiper .BannerCenter {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		padding-top: 0.3rem;
	}

	.InvestmentSwiper a {
		font-size: 0.24rem;
		display: block;
		margin-top: 0.4rem;
		color: #3aa0d9;
	}

	.InvestmentSwiper h2 {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
		color: #333333;
	}

	.InvestmentSwiper .swiper-button-next {
		width: 0.6rem;
		height: 0.6rem;
		background-color: #3aa0d9;
		background-image: url(../images/prev.png) !important;
		background-size: 0.18rem .26rem;
		background-repeat: no-repeat;
		background-position: center;
		right: initial;
		left: 0;
		top: 45%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.InvestmentSwiper .swiper-button-prev {
		width: 0.6rem;
		height: 0.6rem;
		background-color: #3aa0d9;
		background-image: url(../images/next.png) !important;
		background-size: 0.18rem .26rem;
		background-repeat: no-repeat;
		background-position: center;
		left: initial;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		top: 45%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 0;
	}

	.InvestmentSwiper .swiper-button-next:hover,
	.InvestmentSwiper .swiper-button-prev:hover {
		background-color: #294486;
	}

	.EnterFx {
		float: left;
		margin-top: 0.7rem;
		font-size: 0.24rem;
		text-align: center;
		color: #FFFFFF;
		width: 48%;
	}

	.EnterFx img {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.EnterFx:nth-of-type(2n) {
		float: right;
	}

	.InformationImg {
		width: 100%;
		margin-top: 0.65rem;
		font-size: 0;
	}

	.InformationImg img {
		float: left;
		margin-bottom: 0.2rem;
		width: 48%;
		height: 2.8rem;
	}

	.InformationImg img:first-of-type,
	.InformationImg img:last-child,
	.OtherBanner img {
		width: 100%;
		height: auto;
	}

	.InformationImg img:nth-of-type(3),.InformationImg img:nth-of-type(7),.InformationImg img:nth-of-type(9),.InformationImg img:nth-of-type(5) {
		float:right;
	}

	.Information .MoreData {
		border: solid 1px #3aa0d9;
		color: #3aa0d9;
	}

	.Information .MoreData:before {
		background-color: #3aa0d9;
	}

	.Information .MoreData:hover i {
		color: #fff;
	}

	.Enter {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #736c6c;
		padding-bottom: 0.6rem;
		background-position: 40% !important;
	}
	
	.Enter p{
		position: relative;
		top: -3.2rem;
	}
	
	.EnterCt {
		padding: 0.54rem 0 3.2rem;
		font-size: 0;
	}

	.EnterCt span {
		width: 1rem;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0.4rem;
		text-align: center;
		font-size: 0.24rem;
		color: #3AA0D9;
		margin-right: 0.5rem;
	}

	.EnterCt span img {
		width: 1rem;
		height: 1rem;
		margin-bottom: 0.15rem;
	}

	.Enter .MoreData {
		margin: 1rem 0 0;
		top: -1.5rem;
	}
	
	.datalist{
		margin-top: 0.4rem;
	}
}
