html, body{
	background:#090a3d;
	font-size: 14px;
}
.swiper-container {
  width: 100%;
  height: 500px;
}
.swiper-container .swiper-button-prev {
  color: #ffffff;
}
.swiper-container .swiper-slide-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.index-container {
  width: 1200px;
  margin: 0 auto;
}

/* query */
.index-container .search_content {
  padding: 34px 110px 23px;
  margin-top: 50px;
  background: linear-gradient(270deg, #7314FF 0%, #004EBA 100%);
}
.index-container .search-box {
  display: flex;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.index-container .search-input {
  flex: 1;
  height: 100%;
  padding: 0 26px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #979797;
  font-weight: 600;
  color: #9b9b9b;
  box-sizing: border-box;
  outline: none;
}
.index-container .search_action {
  width: 200px;
  height: 100%;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0px 4px 4px 0px;
  border: none;
  background: #268aff;
  outline: none;
}
.index-container .search_action--sm{
  display: none;
}
.index-container .search_action:active {
  background: #5ba5ff;
}

main.page {
  padding: 0 10px;
  margin-top: 45px;
}
/* class-title */
main.page .class-title {
  position: relative;
  margin: 0;
  height: 57px;
}
main.page .class-title img {
  height: 100%;
}
/* main.page .class-title .title-level1 {
  font-size: 36px;
  font-weight: 600;
  color: #0d1e5c;
  line-height: 50px;
}
main.page .class-title .title-level2 {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 34px;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(243deg, #ff52ee 0%, #268aff 100%);
} */
main.page .row{
	overflow: hidden;	
}

/* product */
main.page .product-container {
  width: 100%;
  margin: 38px 0 37px;
  color: #fff;
}
/* margin-left: -10px; */
main.page .product-container .row {
  margin-left: -10px;
  margin-right: -10px;
}
main.page .product-cont {
  padding: 10px;
  border-radius: 4px;
}
main.page .product-cont a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
main.page .product-cont img {
  display: block;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
main.page .product-cont img:hover {
  transform: scale(1.1);
}

/* service */
main.page .service-container {
  width: 100%;
  margin: 48px 0 45px;
  color: #fff;
}
main.page .service-container .row {
  margin-right: -10px;
}
main.page .service-item {
  margin-bottom: 10px;
}
main.page .service-cont {
  padding: 30px;
  margin-right: 10px;
  height: 250px;
  box-sizing: border-box;
}
main.page .service-cont-1 {
  background: url(../img/home/service-cont-1.png) center no-repeat;
}
main.page .service-cont-2 {
  background: url(../img/home/service-cont-2.png) center no-repeat;
}
main.page .service-cont-3 {
  background: url(../img/home/service-cont-3.png) center no-repeat;
}
main.page .service-cont-4 {
  background: url(../img/home/service-cont-4.png) center no-repeat;
}
main.page .service-cont-5 {
  background: url(../img/home/service-cont-5.png) center no-repeat;
}
main.page .service-cont-6 {
  background: url(../img/home/service-cont-6.png) center no-repeat;
}
main.page .service-cont-title {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
main.page .service-cont-desc {
  font-size: 16px;
  margin-top: 10px;
  color: #ffffff;
  line-height: 1.5;
  word-break: break-all;
}

/* module  */
main.page .module-container {
  padding: 27px 0 18px;
  margin-top: 32px;
  text-align: center;
  color: #ffffff;
  background: url(../img/home/module.png) center no-repeat;
  border-radius: 4px;
}
main.page .module-cont-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 41px;
}
main.page .module-cont-desc {
  margin-top: 17px;
  font-weight: 600;
  line-height: 20px;
}

/* map */
main.page .map-container{
	display: flex;
      align-items: center;
      justify-content: space-between;
      background: url(../img/home/map_bg.png) no-repeat;
      background-size: cover;
}
main.page .city-list{
	flex-shrink: 0;
	max-width: 246px;
font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #268AFF;
line-height: 20px;
overflow: hidden;
}
main.page .map {
	width: 600px; 
	height:500px;
}
main.page .city-list-item {
	float: left;
	min-width: 64px;
	text-align: center;
	padding: 8px 4px;
	margin: 0 10px 10px 0 ;
	background: #0A0C58;cursor: pointer;
	border-radius: 2px;
}
main.page .city-list-item-active{
	color: #fff;
	background: #1677FF;
}
main.page .city-info {
	flex-shrink: 0;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #4A4A4A;
line-height: 20px;

background: #FFFFFF;
border-radius: 4px;
overflow: hidden;
}
main.page .city-info .city-info-img{
width: 200px;
height: 200px;
}
main.page .city-info-address{
	max-width: 200px;
	padding: 15px 10px 20px;
	box-sizing: border-box;
}
main.page .city-info-address-title{
	margin-bottom: 10px;
}
main.page .city-info-mark{
	width: 11px;
	height: 14px;
	position: relative;
    top: 1px;
    margin-right: 5px;
}
main.page .map-container-small{
	display: none;
	margin: 30px 0;
	overflow: hidden;
border-radius: 4px;
}
main.page .map-container-small .city-list-small{
	position: relative;
	padding: 0 31px;
}
main.page .city-list-small .city-list-citys-small {
	overflow: hidden;
}
main.page .city-list-small .city-list-nav-small{
	float: left;
	white-space: nowrap;
    transition: transform .3s;
}
main.page .city-list-small .city-list-item-small{	
	display: inline-block;
height: 20px;
font-family: PingFangSC-Regular, PingFang SC;
color: #268AFF;
line-height: 20px;
padding: 8px 4px;
min-width: 42px;
background: #0A0C58;
border-radius: 2px;
text-align: center;
cursor: pointer;
transition: color .3s cubic-bezier(.645,.045,.355,1), background .3s cubic-bezier(.645,.045,.355,1), padding .3s cubic-bezier(.645,.045,.355,1);
}
main.page .city-list-small .city-list-item-small-active {
	color: #fff;
background: #1677FF;
}
main.page .city-list-small .city-list-item-small:not(last-child){
	margin-right: 10px;
}
main.page .city-list-left-arrow,.city-list-right-arrow{
	position: absolute;
	top: 0;
	line-height: 36px;
}
main.page .city-list-left-arrow{
	left: 0;
}
main.page .city-list-right-arrow {
	right: 0;
}
main.page .city-list-small .city-list-arrow-bg{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #1677FF;
	line-height: 16px;
	cursor: pointer;
}
main.page .city-info-small{
	margin-top: 20px;
}
main.page .city-info-img-small{
	display: block;
	width: 100%;
	height: 135px;
}
main.page .city-info-address-small{
	padding: 14px 10px 16px;
	background-color: #fff;
}
main.page .city-info-address-title-small, main.page .city-info-address-detail-small{
	
font-family: PingFangSC-Regular, PingFang SC;
color: #4A4A4A;
line-height: 20px;
}
main.page .city-info-address-title-small{
	margin-bottom: 10px;	
}

/* news  */
main.page .news-container {
  margin: 48px 0 103px;
}
main.page .news-container-left {
  background-color: #ffffff;
}
main.page .news-container-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 0 15px;
  border: 1px solid #eeeeee;
  font-weight: 600;
  color: #505050;
  line-height: 20px;
}
main.page .news-container-tabs {
  display: flex;
}
main.page .news-container-tabs-item {
  padding-bottom: 12px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  transition: all .3s;
}
main.page .tabs-item-active{
	border-color: #268AFF;
	color: #268AFF;
}
main.page .news-container-tabs-item:not(:last-child) {
  	margin-right: 30px;
}
main.page .news-container-more .news-container-more-link{
  	display: none;
  	color: #505050;
	line-height: 20px;
}
main.page .news-container-more .news-container-more-link-active{
	display: block;
}
main.page .news-container-more--bottom {
  display: none;
  padding: 15px 0;
  text-align: center;
}
main.page .news-container-more--bottom .news-container-more--bottom-link {
  display: none;
  color: #505050;
  line-height: 20px;
}
main.page .news-container-more--bottom .news-container-more--bottom-link-active{
	display: block;
}
main.page .news-container-right {
  width: 280px;
}
main.page .news-cont{
	display: none;
}
main.page .news-cont-active{
	display: block;
	transition: all .3s;
}
main.page .news-cont-list{
	padding: 20px 15px;
	box-sizing: border-box;
}
main.page .news-cont-item:not(:last-child){
	margin-bottom: 15px;
}
main.page .news-cont-item a {
	display: block;
}
.text-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
main.page .news-cont-item-title{	
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	line-height: 22px;
}
main.page .news-cont-item-content{
	margin: 7px 0 17px;
	font-size: 12px;
	color: #979797;
	line-height: 17px;
}
main.page .news-cont-item-date {
	font-size: 12px;
	color: #979797;
	line-height: 17px;
}
main.page .info-form{
	display: none;
	padding: 15px;
background: #FFFFFF;
border-radius: 4px;
color: #404040;
margin-bottom: 20px;
}
main.page .info-form .info-form-title{
	margin-bottom: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
line-height: 20px;
}
main.page .info-form .info-form-input {
	
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
height: 36px;
margin-bottom: 15px;
background: #F5F7FA;
border-radius: 4px;
border: 1px solid #D0D6DE;
}
main.page .info-form .info-form-button {
	margin-top: 5px;
font-size: 16px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
line-height: 22px;
height: 36px;
background: linear-gradient(135deg, #168BFF 0%, #1664FF 100%);
box-shadow: 0px 4px 5px 0px rgba(22, 103, 255, 0.24);
border-radius: 4px;
width: 100%;
border: none;
}
main.page .info-form .info-form-button:active {
    background: #5ba5ff;
}
.helper{
	background: #FFFFFF;
}
.helper>img {
	display: block;
  	width: 1200px;
  	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .swiper-container{
      height: 357px;
    }
    .index-container{
      width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .index-container{
      width: 100%;
    }
    .index-container .search_content {
    	padding-left: 30px;
    	padding-right: 30px;
    }
}
@media screen and (max-width: 960px){
	.mg_header .mg_nav_wrap{
		position: relative;
	}
	.mg_header .fixed {
		position: fixed;
	}
}
@media screen and (max-width: 768px){
	.swiper-container{
      height: 257px;
    }
    .index-container .search_content {
      padding: 15px;
      margin-top: 20px;
    }
    .index-container .search-box{
      height: 40px;
    }
	main.page {
	  padding: 0 15px;
	  margin-top: 30px;
	}
	main.page .class-title {
      height: 27px;
	}
	main.page .product-container {
	  margin: 10px 0 20px;
	}
	main.page .service-container{
	  margin: 20px 0 15px;
	}
	main.page .service-item {
	  margin-bottom: 15px;
	}
	main.page .service-cont-title{
		font-size: 16px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		line-height: 22px;
	}
	main.page .service-cont-desc{
		width: auto;
		font-size: 12px;
		font-family: PingFangSC-Regular, PingFang SC;
		line-height: 17px;
	}
	main.page .service-cont-1 {
		background: url(../img/home/service-cont-mobile-1.png) center no-repeat;
	}
	main.page .service-cont-2 {
	  background: url(../img/home/service-cont-mobile-2.png) center no-repeat;
	}
	main.page .service-cont-3 {
	  background: url(../img/home/service-cont-mobile-3.png) center no-repeat;
	}
	main.page .service-cont-4 {
	  background: url(../img/home/service-cont-mobile-4.png) center no-repeat;
	}
	main.page .service-cont-5 {
	  background: url(../img/home/service-cont-mobile-5.png) center no-repeat;
	}
	main.page .service-cont-6 {
	  background: url(../img/home/service-cont-mobile-6.png) center no-repeat;
	}
	main.page .service-cont {
	  height: auto;
	  min-height: 118px;
	  padding: 28px 15px;
	  border-radius: 4px;
	  background-size: cover;
	}
	main.page .module-container {
	  padding: 10px;
      margin-top: 20px;
      background: url(../img/home/module-mobile.png) center no-repeat;
      background-size: cover;
	}
	main.page .module-cont-title {
		font-size: 21px;
		font-family: CloudRuiHeiGBK;
		line-height: 24px;
	}
	main.page .module-cont-desc{
	  font-size: 12px;
	  font-weight: 600;
	  color: #FFFFFF;
	  line-height: 12px;
	  margin-top: 9px;
	}
	main.page .news-container{
	margin: 20px 0;
	
border-radius: 4px;
    overflow: hidden;
	}	
}
@media screen and (max-width: 579px){
	.popup{
		width: auto;
	}
	.swiper-container{
      height: 157px;
    }
	.index-container .search-input{
	padding: 0 9px;
	font-size: .7rem;
	color: #9B9B9B;
	line-height: 14px;
	}
  .index-container .search_action {
    width: 100px;
  }
   .index-container .search_action--lg, main.page .map-container,.helper {
  	display: none;
  }
  .index-container .search_action--sm, main.page .info-form, main.page .map-container-small{
	display: block;
	}
	
}
@media screen and (max-width: 490px){
	.swiper-container{
      height: 157px;
    }
    .index-container .search-box{
    	height: 36px;
    }
  .index-container .search_action {
    width: 80px;
  }
	main.page .module-item:nth-child(-n+2) .module-cont{
	  margin-bottom: 20px;
	}
	main.page .module-item {
	    box-sizing: border-box;
	    padding-top: 10px;
    }
	main.page .module-item:first-child {
		border-right: 1px dashed rgba(255,255,255,.3);
	}
	main.page .module-item:nth-child(3) {
		padding-top: 20px;
		padding-bottom: 10px;
		border-right: 1px dashed rgba(255,255,255,.3);
		border-top: 1px dashed rgba(255,255,255,.3);
	}
	main.page .module-item:nth-child(4) {
		padding-top: 20px;
		padding-bottom: 10px;
		border-top: 1px dashed rgba(255,255,255,.3);
	}
	main.page .news-container-more--bottom {
	  display: block;
	}
	main.page .news-container-more{
	  display: none;
	}
	main.page .news-cont-list{
	  padding: 15px 15px 0;
	}
	main.page .news-cont div:last-child .news-cont-list{
	  display: none;
	}
}
	
.home_bg{background:url("../img/home/bg.jpg") no-repeat center top;height:815px}.home_bg .mg_wrap{height:100%;background:url("../img/home/home_header_text.png") center center no-repeat;font-size:0;text-indent:-999em;overflow:hidden}.mg_body{background:linear-gradient(178.1deg, #001232, #0068d2)}.mg_quick_nav .mg_wrap{background:#fff}.mg_quick_nav li{text-align:center;padding:20px 0;border-right:1px solid #c0c0c0;-webkit-box-sizing:border-box;box-sizing:border-box}.mg_quick_nav li i{display:inline-block;width:86px;height:83px;margin-bottom:10px;font-size:50px;color:#2B75EB;background:url("../img/home/home_icon.png") no-repeat}.mg_quick_nav li i.icon-company-register{background-position:0 0}.mg_quick_nav li i.icon-bookkeeping{background-position:-158px 3px}.mg_quick_nav li i.icon-law{background-position:0 -137px}.mg_quick_nav li i.icon-change{background-position:-168px -137px}.mg_quick_nav li b{display:block;font-size:20px;color:#2b75eb}.mg_quick_nav li span{color:#909090;font-size:18px}.banner{height:200px;margin-top:30px;color:#fff;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 13px 13px 0px #000d23;box-shadow:0px 13px 13px 0px #000d23;position:relative;overflow:hidden}.banner ul{position:absolute;width:100%;height:200px;left:0;top:0}.banner ul li{float:left;height:200px;position:relative}.banner ul li .img{display:block;width:100%;overflow:hidden}.banner ul li .img img{display:block;width:100%;height:200px;border-radius:5px}.banner ul li .info{position:absolute;width:100%;height:100%;padding-top:55px;left:0;top:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:0;line-height:0;overflow:hidden}.banner ol{position:absolute;width:100%;height:10px;line-height:10px;z-index:5;left:0;bottom:20px;text-align:center;font-size:0}.banner ol li{display:inline-block;width:10px;height:10px;line-height:10px;border-radius:50%;background:#fff;margin-left:15px}.banner ol li.active{background:#2b75eb}.hd h3{color:#fff !important}a.prev,a.next{position:absolute;width:60px;height:60px;border-radius:50%}.service_advantages{padding:80px 0}.service_advantages .bd{position:relative;margin-top:68px}.service_advantages .content{font-size:0}.service_advantages .content:before,.service_advantages .content:after{content:"";display:table}.service_advantages .content:after{clear:both}.service_advantages .content .col-lg-3,.service_advantages .content .col-xm-6{padding-left:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.service_advantages .content ul{margin-left:-20px}.service_advantages .content li{height:378px;margin-top:110px}.service_advantages .content .list{width:100%;background-color:#fff;position:relative;vertical-align:top;padding-bottom:20px;border-radius:5px;-webkit-box-shadow:0px 13px 13px 0px #000d23;box-shadow:0px 13px 13px 0px #000d23}.service_advantages .content .list:before,.service_advantages .content .list:after{content:"";display:table}.service_advantages .content .list:after{clear:both}.service_advantages .content .list .img{width:100%;margin-bottom:20px;text-align:center}.service_advantages .content .list .img img{width:86%;-webkit-transition:all .2s;transition:all .2s;-webkit-box-shadow:0px 13px 30px 0px #a0a0a0;box-shadow:0px 13px 30px 0px #a0a0a0;border-radius:5px;margin-top:-100px}.service_advantages .content .list .info{height:54px;-webkit-transition:height .5s;transition:height .5s}.service_advantages .content .list .info .t{text-align:center}.service_advantages .content .list .info .t span{display:inline-block;font-size:36px;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color:#2b75eb}.service_advantages .content .list .info .t p{vertical-align:top;display:inline-block;height:50px;line-height:50px;font-size:18px;font-weight:700;border-left:2px solid #d8d8d8;margin-left:15px;padding-left:10px;color:#404040;text-align:left}.service_advantages .content .list .info .f{margin-top:16px;padding:0 30px;font-size:14px;line-height:1.75;color:#505050;-webkit-transform:translateY(45px);transform:translateY(45px);-webkit-transition:opacity .3s, -webkit-transform .3s;transition:opacity .3s, -webkit-transform .3s;transition:opacity .3s, transform .3s;transition:opacity .3s, transform .3s, -webkit-transform .3s;-webkit-transition-delay:0s;transition-delay:0s;opacity:0}.service_advantages .content .list:hover .img img{width:280px}.service_advantages .content .list:hover .info{height:auto;min-height:142px}.service_advantages .content .list:hover .info .f{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:.2s;transition-delay:.2s}.mg_wrap_system{padding:80px 0;position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box}.mg_wrap_system .bd{margin-top:50px}.mg_wrap_system .bd:before,.mg_wrap_system .bd:after{content:"";display:table}.mg_wrap_system .bd:after{clear:both}.mg_wrap_system .bd .col-lg-4{padding:0 10px;margin-bottom:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.mg_wrap_system .bd .info{width:100%;height:278px;background:rgba(43,117,235,0.8);padding:40px 28px 20px;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top;text-align:center;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mg_wrap_system .bd .info b{display:inline-block;font-size:48px;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif}.mg_wrap_system .bd .info p{font-size:14px;line-height:24px;margin-top:15px;text-align:left}.mg_wrap_system .bd .info:hover{background:-webkit-gradient(linear, left top, left bottom, from(#56c7f7), to(#2b75eb));background:linear-gradient(180deg, #56c7f7, #2b75eb);-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}.mg_wrap_system::before{content:'';position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:url("../img/home/caishui_bg.jpg") no-repeat center top;background-size:cover;opacity:.3}.mg_wrap_third{padding-top:100px}.team_content:before,.team_content:after{content:"";display:table}.team_content:after{clear:both}.team_content .bd{margin-top:72px;position:relative}.team_content .bd:before,.team_content .bd:after{content:"";display:table}.team_content .bd:after{clear:both}.team_content .bd .t-lf,.team_content .bd .t-lr{float:left;width:680px;min-height:420px;border-radius:5px;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.team_content .bd .t-lf h4,.team_content .bd .t-lr h4{font-size:24px}.team_content .bd .t-lf li,.team_content .bd .t-lr li{margin-top:20px}.team_content .bd .t-lf li>span,.team_content .bd .t-lr li>span{display:inline-block;font-size:34px;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;vertical-align:middle}.team_content .bd .t-lf li p,.team_content .bd .t-lr li p{display:inline-block;padding-left:20px;vertical-align:middle}.team_content .bd .t-lf li p>b,.team_content .bd .t-lr li p>b{display:block;font-size:20px;line-height:28px}.team_content .bd .t-lf li p>span,.team_content .bd .t-lr li p>span{display:inline-block;font-size:14px;line-height:20px;margin-top:8px}.team_content .bd .t-lf{padding:40px 190px 0 20px;background:-webkit-gradient(linear, left top, left bottom, from(#00448d), to(#002155));background:linear-gradient(180deg, #00448d, #002155);-webkit-box-shadow:0px 13px 13px 0px #001b4b;box-shadow:0px 13px 13px 0px #001b4b}.team_content .bd .t-lf li{margin-left:17px}.team_content .bd .t-lr{position:absolute;top:72px;right:0px;background-color:#2b75eb;-webkit-box-shadow:0px 13px 13px 0px rgba(43,117,235,0.33);box-shadow:0px 13px 13px 0px rgba(43,117,235,0.33);padding:40px 30px 0}.develop_content{margin-top:50px;color:#fff}.develop_content li{text-align:center;vertical-align:top;margin-bottom:20px}.develop_content li b{display:block;font-size:48px;line-height:58px;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif}.develop_content li span{font-size:18px}.map_content{width:1000px;height:840px;margin:-90px auto 0;background:url("../img/home/map.png") no-repeat center top;position:relative}.map_content .point_area{position:absolute;text-align:center;width:12px;height:12px;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;z-index:0}.map_content .point_area .point{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;width:12px;height:12px;margin:auto;border-radius:50%;background:0 0}.map_content .point_area .point_1,.map_content .point_area .point_2{width:500%;height:500%;margin-left:-200%}.map_content .point_area .point_1::after,.map_content .point_area .point_2::after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid #00cdec;opacity:0}.map_content .point_area .point_1::after{-webkit-animation:ripple 4.5s ease-out 225ms infinite;animation:ripple 4.5s ease-out 225ms infinite}.map_content .point_area .point_2::after{-webkit-animation:ripple 4.5s ease-out 1125ms infinite;animation:ripple 4.5s ease-out 1125ms infinite}.map_content .point_area .point_dot{position:relative;z-index:50;top:50%;margin-top:-6px;background:#00c4e2;-webkit-box-shadow:0 0 10px rgba(0,196,226,0.5);box-shadow:0 0 10px rgba(0,196,226,0.5)}.map_content .point_area .window{position:absolute;z-index:51;width:350px;display:none}.map_content .point_area .window .con{position:relative;display:block;width:350px;background:url("../img/home/map_solid_t.png") no-repeat center 5px;padding-bottom:5px}.map_content .point_area .window .con .lt,.map_content .point_area .window .con .lb,.map_content .point_area .window .con .rt,.map_content .point_area .window .con .rb{position:absolute;display:block;width:30px;height:100px}.map_content .point_area .window .con .ani{animation:run 2s ease-in-out;-webkit-animation:run 2s ease-in-out;-moz-animation:run 2s ease-in-out;-o-animation:run 2s ease-in-out}.map_content .point_area .window .con .lt{top:0;left:0;border-top:2px solid #00c4e2;border-left:2px solid #00c4e2}.map_content .point_area .window .con .lb{bottom:0;left:0;border-bottom:2px solid #00c4e2;border-left:2px solid #00c4e2}.map_content .point_area .window .con .rt{top:0;right:0;border-top:2px solid #00c4e2;border-right:2px solid #00c4e2}.map_content .point_area .window .con .rb{bottom:0;right:0;border-bottom:2px solid #00c4e2;border-right:2px solid #00c4e2}.map_content .point_area .window .con::after,.map_content .point_area .window .con::before{content:'';display:table}.map_content .point_area .window .con::after{clear:both}.map_content .point_area .window .item{width:340px;background:url("../img/home/map_solid_s.png") center top repeat-y;margin:18px auto 0}.map_content .point_area .window .item dl{position:relative;top:6px;width:300px;color:#fff;text-align:left;margin:0 auto;overflow:hidden}.map_content .point_area .window .item dl dt{height:24px;line-height:24px;font-size:16px;margin-bottom:8px;overflow:hidden}.map_content .point_area .window .item dl dd{line-height:24px;font-size:14px;color:#ccc;overflow:hidden}.map_content .point_area .window .item dl dd .name{display:inline-block;width:50px}.map_content .point_area .window .bg{display:block;width:100%;background:url("../img/home/map_solid_f.png") center bottom no-repeat;padding-bottom:32px}.map_content .point_area .window::after,.map_content .point_area .window::before{content:'';display:table}.map_content .point_area .window::after{clear:both}.map_content .point_area .window.rightW{top:4px;left:4px;padding-left:110px;background:url("../img/home/map_solid_lr.png") no-repeat left top}.map_content .point_area .window.leftW{bottom:4px;right:4px;padding-right:77px;background:url("../img/home/map_solid_lf.png") right bottom no-repeat}.map_content .point_area .window.leftW .con{top:50px}.map_content .active{z-index:99}.map_content .active .window{display:block}.map_content .litter,.map_content .litter .point_dot{width:7px;height:7px}.map_content .litter .point_dot{margin-top:-4px}.map_content .litter .point_1::after{-webkit-animation:ripple 4.5s ease-out 825ms infinite;animation:ripple 4.5s ease-out 825ms infinite}.map_content .litter .point_2::after{-webkit-animation:ripple 4.5s ease-out 1725ms infinite;animation:ripple 4.5s ease-out 1725ms infinite}.map_content .map_cd{left:506px;top:537px}.map_content .map_cd .point_dot{width:14px;height:14px;margin-top:-7px}.map_content .map_cd .point_1,.map_content .map_cd .point_2{margin-left:-190%}.map_content .map_nc{left:536px;top:554px}.map_content .map_pzh{left:484px;top:620px}.map_content .map_lz{left:555px;top:566px}.map_content .map_ls{left:539px;top:572px}.map_content .map_ga{left:552px;top:535px}.map_content .map_cq{left:582px;top:543px}.map_content .map_nn{right:370px;bottom:105px}.map_content .map_gz{right:270px;bottom:92px}.map_content .map_gy{right:390px;bottom:175px}.map_content .map_hz{right:125px;top:515px}.map_content .map_gzz{right:240px;top:580px}@-webkit-keyframes ripple{0%{opacity:0;-webkit-transform:scale(0.1, 0.1)}5%{opacity:1}100%{opacity:0;-webkit-transform:scale(1)}}@keyframes ripple{0%{opacity:0;-webkit-transform:scale(0.1, 0.1);transform:scale(0.1, 0.1)}5%{opacity:1}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes run{0%{width:0;height:0}50%{width:60px;height:60px}100%{width:30px;height:30px}}@keyframes run{0%{width:0;height:0}50%{width:90px;height:90px}100%{width:30px;height:100px}}.news_content_main{margin-top:100px}.mg_wrap_link{background-color:#fff;padding:30px 0}.mg_wrap_link .title{font-size:28px;color:#212121}.mg_wrap_link .bd{margin-top:20px;overflow:hidden}.mg_wrap_link .bd:before,.mg_wrap_link .bd:after{content:"";display:table}.mg_wrap_link .bd:after{clear:both}.mg_wrap_link a{float:left;position:relative;margin:0 20px 15px 0;color:#999;font-size:14px;line-height:1}.mg_wrap_link a:after{content:'|';position:absolute;top:0;left:-10px;color:#999;font-size:12px;line-height:1}
