html,
body {
	height: 100%;
	width: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #474157;
}

a:hover,
a:focus {
	color: #474157;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	letter-spacing: 1px;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}


@media (max-height: 500px) {}

@media (min-width: 768px) {}

@media (max-width: 767px) {}

footer {
	background-color: #222222;
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
}

footer p {
	font-size: 14px;
	margin: 0;
}



._pos-rel {
	position: relative;
}

._pos-abs,
._pos-abs-top,
._pos-abs-bottom,
._pos-abs-left,
._pos-abs-right,
._pos-abs-center,
._pos-abs-mid {
	position: absolute;
}

._pos-abs-top {
	top: 0;
}

._pos-abs-bottom {
	bottom: 0;
}

._pos-abs-left {
	left: 0;
}

._pos-abs-right {
	right: 0;
}

._pos-abs-center {
	left: 50%;
	transform: translateX(-50%);
}

._pos-abs-mid {
	top: 50%;
	transform: translateY(-50%);
}

._pos-fixed {
	position: fixed;
}

._flex-row,
._flex-row-bet,
._flex-row-center,
._flex-row-mid,
._flex-row-bet-mid,
._flex-row-center-mid,
._flex-col,
._flex-col-bet,
._flex-col-center,
._flex-col-center-mid,
._flex-col-mid,
._flex-col-bet-mid,
._flex-row-bet-end,
._flex-row-end,
._flex-row-ard,
._flex-row-ard-mid {
	display: flex;
}

._flex-row-bet,
._flex-row-bet-mid,
._flex-col-bet,
._flex-col-bet-mid,
._flex-row-bet-end {
	justify-content: space-between;
}

._flex-row-center,
._flex-row-center-mid,
._flex-col-center,
._flex-col-center-mid {
	justify-content: center;
}

._flex-row-mid,
._flex-row-bet-mid,
._flex-row-center-mid,
._flex-col-mid,
._flex-col-bet-mid,
._flex-col-center-mid,
._flex-row-ard-mid {
	align-items: center;
}

._flex-row-end,
._flex-row-bet-end {
	align-items: flex-end;
}

._flex-col,
._flex-col-bet,
._flex-col-center,
._flex-col-mid,
._flex-col-bet-mid,
._flex-col-center-mid {
	flex-direction: column;
}

._flex-row-ard,
._flex-row-ard-mid {
	justify-content: space-around;
}

._flex-wrap {
	flex-wrap: wrap;
}

._mar-top-10 {
	margin-top: 10px;
}

._mar-top-15 {
	margin-top: 15px;
}

._mar-top-20 {
	margin-top: 20px;
}

._mar-top-30 {
	margin-top: 30px;
}

.color70ff {
	color: #3370FF;
}

.color0004 {
	color: rgba(0, 0, 0, 0.4);
}

._w-max {
	width: 100%;
}
._w-50 {
	width: 50%;
}
._w-48 {
	width: 48%;
}
._line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

._line-2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

._line-3 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

._line-4 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }



.swiper-view .slideshow {
	width: 100%;
	height: auto;
}

.title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 60px;
}

.title .title-img {
	height: 92px;
	width: auto;
}
.title .title-img2 {
	height: 53px;
	width: auto;
}

.maskis {
	width: 10vw;
	height: 10vh;
	background: #000;
	position: fixed;
	top: 50vh;
	left: 50vw;
	transform: translateY(-50%);
	transform: translateX(-50%);
	opacity: 0;
	z-index: -1;
	transition: all 0.25s;
	border-radius: 10%;
}

.occupy {
	height: 70px;
	width: 100%;
	/* background-color: #00bcf8; */
	background: #FFFFFF;
}





/* 头部 */
.header {
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #FFFFFF;
	box-shadow:
	  0px 0px 1.7px rgba(0, 0, 0, 0.02),
	  0px 0px 5.6px rgba(0, 0, 0, 0.03),
	  0px 0px 25px rgba(0, 0, 0, 0.05)
	;
}

.nav-header {
	background-color: #00bcf8;
}

.head-top {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	display: flex;
	align-items: center;
}

.header .logo .logo-img {
	width: 144px;
	height: auto;
}

.header .column {
	display: flex;
	align-items: center;

}

.header .column .column-li {
	width: 130px;
	text-align: center;
}

.header .column .column-li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	transition: all 0.5s;
}

.header .column .column-li a:hover {
	color: #3370FF;
	font-weight: 700;
	transition: all 0.5s;
}


/* 底部 */
.footer-view {
	padding-top: 50px;
	padding-bottom: 36px;
	background: #4B81FF;
}

.footer-view .xian {
	width: 100%;
	height: 1px;
	background-color: #FFF;
	margin-top: 50px;
	margin-bottom: 20px;
}
.footer-view .copyright  {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-view .copyright a {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.footer-view .footer-corp {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	width: 60%;
}

.footer-view .footer-corp .logo2 {
	width: 162px;
	height: auto;
	margin-bottom: 40px;
}

.footer-view .footer-icon {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.footer-view .footer-right{
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.footer-view .wx-code {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 20px;
}

.footer-view .wx-code .wx-img {
	width: 86px;
	height: 86px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.paging{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px;
}
.paging .paging-s,.paging .paging-x{
	width: 91px;
	height: 40px;
	border: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	color: #3370FF;
	text-decoration: none;
	cursor:pointer;
}
.paging .paging-number{
	width: 40px;
	height: 40px;
	background: #ffffff;
	font-size: 14px;
	font-weight: 600;
	color: #3370FF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor:pointer;
}
.paging .paging-active{
	background: #3370FF;
	color: #FFFFFF;
}
#map-demo .BMapLabel{
	width: 150px !important;
	height: 50px;
}
#map-demo label{
	max-width: none !important;
}

.ms-head-top{
	width: 100vw;
	height: 17vw;
	background: #FFFFFF;
	padding: 6vw 4vw 4vw 4vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ms-head-top .ms-logo-img{
	width: 24vw;
	height: auto;
}
.ms-head-top .ms-logo-icon{
	width: 5vw;
	height: auto;
}
 .ms-column{
	width: 45vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 800;
	box-shadow:
	  0px 0px 1.3px rgba(0, 0, 0, 0.028),
	  0px 0px 4.2px rgba(0, 0, 0, 0.042),
	  0px 0px 19px rgba(0, 0, 0, 0.07)
	;
	transition: all 0.5s;
	-webkit-transform: translate3D(100%,0, 0);
	transform: translate3D(100%,0, 0);
	
}
.columnTrans{
	transform: translateX(0);
	transition-duration: 0.5s;
}
.ms-column .column-close{
	height: 17vw;
	width: 100%;
	padding:0 8vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.ms-column .column-close .column-close-icon{
	width: 6vw;
	height: auto;
}
.ms-column  .ms-column-list{
	display: flex;
	flex-direction: column;
	
}
.ms-column  .ms-column-list .ms-column-item{
	width: 100%;
	height: 17vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ms-column  .ms-column-list .ms-column-item a{
	font-size: 16px;
}
.banner-img{
	width: 100%;
}
.banner-img img{
	width: 100%;
	height: auto;
}
.banner-img .pc-img{
	width: 100%;
	height: auto;
}

.ms-show-block{
	display: none ;
}
.ms-show-flex{
	display: none ;
}
.ms-hide-flex{
	display: flex;
}
@media only screen and (max-width: 768px) {
	.occupy{
		height: 17vw;
	}
	.ms-hide{
		display: none ;
	}
	.ms-hide-flex{
		display: none ;
	}
	.ms-show-block{
		display: block;
	}
	.ms-show-flex{
		display: flex;
	}
	.title {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 6vw;
		padding-bottom: 4vw;
	}
	.title .title-img {
		height: 13vw;
		width: auto;
	}
	.title .title-img2 {
		height: 9vw;
		width: auto;
	}
	
	.container-nei{
		width: 100vw;
		overflow: hidden;
	}
	
	
	
	
	/* 底部 */
	.footer-view {
		padding-top: 4vw;
		padding-bottom: 4vw;
		background: #4B81FF;
	}
	
	.footer-view .xian {
		background-color: rgba(255, 255, 255, 0.6);
		margin-top: 2vw;
		margin-bottom: 2vw;
	}
	.footer-view .copyright a {
		font-size: 3vw;
	}
	
	.footer-view .footer-corp {
		font-size: 3.5vw;
		width: 70vw;
		padding-top: 3vw;
	}
	
	.footer-view .footer-corp .logo2 {
		width: 24vw;
		margin-bottom: 5vw;
	}
	
	.footer-view .footer-icon {
		width: 4vw;
		height: 4vw;
		margin-right: 2vw;
	}
	
	.footer-view .wx-code {
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	
	.footer-view .wx-code .wx-img {
		width: 15vw;
		height: 15vw;
		margin-bottom: 1vw;
	}
	.footer-view ._mar-top-20{
		margin-top: 4vw;
	}
	.paging{
		padding: 8vw 0;
	}
	.paging .paging-s,.paging .paging-x{
		width: 15vw;
		height: 8vw;
		font-size: 3.5vw;
		
	}
	.footer-view .footer-right{
		flex-direction: column;
	}
	.paging .paging-number{
		width: 8vw;
		height: 8vw;
		font-size: 3.5vw;
	}
	
}



