#banner-swiper-container .swiper-button-prev,
#banner-swiper-container .swiper-button-next{
  display: none;
  transition: all .3s;
}


.main-header ul {
  margin-right: 64px;
}

.main-header ul li {
  text-align: center;
  float: left;
  font-size: 18px;
  font-weight: 500;
  padding: 1em;
  margin-left: 2em;
}

.main-header ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
}

.main-header ul li.active a,
.main-header ul li:hover a {
  color: #fff;
}

.main-header .menu {
  /* margin-top: 20px; */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.main-header .menuList {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  z-index: 10;
  overflow: hidden;
}

.main-header .menuList .logo {
  float: left;
}

.main-header .menuList span {
  color: #fff;
}

.main-header .nav-fixed {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  background: linear-gradient(90deg, #00a0ad, #0040d1);
  z-index: 99;
}

.main-header .menu-children {
  top: 53px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 8px;
  padding: 32px 24px 16px;
}

.main-header .menu-children:after {
  top: -18px;
  left: 18px;
  position: absolute;
  content: '';
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-bottom: 10px #fff solid;
}

.main-header .menu-children .menu-children-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.main-header .menu-children .menu-children-item:nth-last-type-of() {
  margin-bottom: 0px;
}

.main-header .menu-children .menu-children-item img {
  width: 16px;
  margin-right: 12px;
}

.main-header .menu-children .menu-children-item:hover span a,
.main-header .menu-children .menu-children-item.active a,
.main-header .menu-children .menu-children-item span a.active {
  font-weight: bold;
  color: #1b89fb;
}

.main-header .menu-children .menu-children-item span a {
  color: #999;
  font-size: 16px;
  line-height: 22px;
}

.main-header .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .contact-phone {
  display: flex;
  align-items: center;
}

.main-header .contact-phone img {
  width: 20px;
  margin-right: 10px;
}

.main-header .menu-panel {
  display: none;
}

.main-header .menu-panel .menu-icon {
  color: #fff;
  font-size: 20px;
  margin: 0 10px 0 30px;
  cursor: pointer;
}

.main-footer .bg-gradient {
  padding: 80px 0;
  background: linear-gradient(139deg, #00a0ad 0%, #0040d1 100%);
}

.main-footer .main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.main-footer .main .main-title {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 8px;
}

.main-footer .main .main-title-en {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 60px;
}

.main-footer .main .main-img {
  margin-bottom: 48px;
}

.main-footer .main .main-img img {
  vertical-align: top;
}

.main-footer .main .main-desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.main-footer .consultation-form{
  padding: 0 150px;
  font-size: 14px;
}
.main-footer .consultation-form .form-item{
  display: flex;
  margin-bottom: 30px;
}
.main-footer .consultation-form .form-item-label{
  width: 120px;
  text-align: right;
  color: #fff;
  line-height: 50px;
}
.main-footer .consultation-form .form-item-required:before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
}
.main-footer .consultation-form .form-item-label>label:after {
  content: ":";
  display: inline-block;
  margin: 0 8px 0 2px;
}
.main-footer .consultation-form .form-item-content{
  position: relative;
  flex: 1;
}
.main-footer .consultation-form .form-input{
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 12px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.main-footer .consultation-form .form-textarea{
  height: 100px;
}
.main-footer .consultation-form .form-input-error{
  border-color: #f5222d;
}
.main-footer .consultation-form .form-submit {
  text-align: center;
  margin-top: 60px;
}
.main-footer .consultation-form .form-error-message{
  position: absolute;
  text-align-last: left;
  color: #f5222d;
  line-height: 24px;
}

.main-footer .form-submit .btn-submit {
  display: inline-block;
  padding: 18px 110px;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
  background: linear-gradient(270deg, #00bfb8 0%, #23b1db 100%);
  border-radius: 15px;
  cursor: pointer;
}



.main-footer .magic-footer {
  background: #031035;
  padding: 64px 0 0;
}

.main-footer .magic-footer .content {
  width: 1200px;
  margin: 0 auto;
}

.main-footer .magic-footer .footer-list {
  padding: 0 50px 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-footer .magic-footer .footer-list .list {
  font-size: 14px;
  line-height: 32px;
  color: #aaa;
}

.main-footer .magic-footer .footer-list .hot {
  width: 480px;
}

.main-footer .magic-footer .footer-list .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 26px;
  line-height: 27px;
}

.main-footer .magic-footer .product-list{
  width: 320px;
}
.main-footer .magic-footer .ewm-wrapper{
  text-align: center;
}
.main-footer .magic-footer .ewm-wrapper img{
  display: block;
  width: 120px
}


.main-footer .magic-footer a {
  color: #aaa;
  cursor: pointer;
}
.main-footer .magic-footer a:hover {
  color: #fff;
}

.main-footer .magic-footer .contact {
  display: flex;
  width: 240px;
  align-items: flex-start;
  justify-content: space-between;
}

.main-footer .magic-footer .contact img {
  width: 100px;
}

.main-footer .magic-footer .list-link {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-footer .magic-footer .list-link div {
  margin-right: 32px;
}

.main-footer .magic-footer footer {
  padding: 32px 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 12px;
  line-height: 30px;
}





.main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.main-title {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 8px;
}

.main-title-en {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 60px;
}

.main-title-third{
  text-align: left;
  font-size: 18px;
  margin-bottom: 30px;;
}
.main-title-third.white{
  color: #fff;
}

.main-img {
  margin-bottom: 48px;
}

.main-img img {
  vertical-align: top;
}

.main-desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: justify;
}

.self-map {
  padding: 45px 0 100px;
  background: linear-gradient(139deg, #00a0ad 0%, #0040d1 100%);
}

.self-map .map-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.self-map .map-content .map-content-left {
  width: 372px;
  box-sizing: border-box;
  padding: 26px;
  border: 2px solid #eeeded;
  border-radius: 15px;
}

.self-map .map-content .map-content-left .map-info-content{
  display: none;
}
.self-map .map-content .map-content-left .map-info-content.active{
  display: block;
}

.self-map .map-content .map-content-left .item {
  display: flex;
  align-items: top;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 26px;
}

.self-map .map-content .map-content-left .item img {
  height: 33px;
}

.self-map .map-content .map-content-left .item .item-title {
  flex: 1;
  line-height: 26px;
  margin-left: 16px;
  font-size: 18px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.self-map .map-content .map-content-left .item .title {
  line-height: 33px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.self-map .map-content .map-content-right {
  margin-left: 32px;
  flex: 1;
  height: 512px;
}
.self-map .map-content .map-content-right .map {
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative;
}
.self-map .map-content .map-content-right #map-core {
  height: 100%;
  margin: 0;
}

.map-content-left-title {
  display: flex;
  justify-content: center;
  align-items: middle;
}

.map-content-left-title .title {
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 47px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  padding: 0 15px;
  margin: 0 15px 60px;
  cursor: pointer;
}

.map-content-left-title .title.active {
  background: #fff;
  color: #303484;
}

.apply {
  display: block;
  width: 152px;
  height: 48px;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 47px;
  background: transparent;
  outline: none;
  color: #fff;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
  margin: 50px 0;
}
.apply a {
  display: block;
  color: #fff;
}

.bg-gradient {
  padding: 60px 0;
  background: linear-gradient(139deg, #00a0ad 0%, #0040d1 100%);
}

.product {
  background: #010969 url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/official/product_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}

.product:nth-of-type(2n) {
  background: linear-gradient(90deg, #00a0ad, #0040d1);
}

.product .product-list-title {
  margin: 50px 0 80px;
  display: flex;
  align-items: middle;
  justify-content: flex-start;
}

.product .product-list-title .title {
  cursor: pointer;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 47px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
  padding: 0 24px;
  margin-right: 32px;
}

.product .product-list-title .title.active {
  background: #fff;
  color: #303484;
}

.product .product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product .product-content img {
  width: px;
  vertical-align: top;
}

.product .product-content .tabs-content {
  flex: 1;
}

.product .product-content .tabs-content .title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin-bottom: 32px;
  text-align: left;
}

.product .product-content .tabs-content .desc {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  text-align: left;
  width: 70%;
  text-align: justify;
  margin-bottom: 60px;
}

.product .product-content .tabs-content .list {
  font-weight: 300;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product .product-content .tabs-content .list .item {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-right: 42px;
}

.product .product-content .tabs-content .list .item img {
  width: 26px;
  margin-right: 12px;
}














.index-page .carousel-wrapper {
  margin-bottom: 140px;
}
.index-page .banner {
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/fdsoft/top_bj.jpg") top center no-repeat;
  background-size: 100% 100%;
  padding: 60px 0 120px;
}
.index-page .banner .banner-img {
  width: 100%;
  margin: 40px 0;
  vertical-align: top;
}
.index-page .product {
  background: #010969 url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/official/product_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}
.index-page .product .product-list-title {
  margin: 50px 0 80px;
  display: flex;
  align-items: middle;
  justify-content: flex-start;
}
.index-page .product .product-list-title .title {
  cursor: pointer;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 47px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  line-height: 60px;
  font-size: 22px;
  padding: 0 24px;
  margin-right: 32px;
  cursor: pointer;
}
.index-page .product .product-list-title .title.active {
  background: #fff;
  color: #303484;
}
.index-page .product .product-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 480px;
}
.index-page .product .product-content img {
  vertical-align: top;
}
.index-page .product .product-content .tabs-content {
  flex: 1;
}
.index-page .product .product-content .tabs-content .title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin-bottom: 32px;
  text-align: left;
}
.index-page .product .product-content .tabs-content .desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 26px;
  text-align: left;
  width: 80%;
  text-align: justify;
  margin-bottom: 30px;
}
.index-page .product .product-content .tabs-content .list {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-page .product .product-content .tabs-content .list .item {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-right: 32px;
}
.index-page .product .product-content .tabs-content .list .item img {
  width: 26px;
  margin-right: 12px;
}
.index-page .strengths-list {
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  /*margin-top: 120px;*/
  height: 340px;
  position: absolute;
  top:20px;
  left: 0;
}
.index-page .strengths-list .list {
  opacity: 1;
  width: 240px;
  padding: 0 10px;
  display: inline-block;
  float: left;
}
.index-page .strengths-list .list .strengths-detail {
  margin: 0 auto;
  width: 114px;
  border: 1px solid #424ef4;
  opacity: 1;
  border-radius: 15px;
  color: #424ef4;
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
  color: #3835a0;
  opacity: 1;
}
.index-page .strengths-list .list .strengths-title {
  width: 120px;
  margin: 8px auto 32px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #666;
  opacity: 1;
  position: relative;
}
.index-page .strengths-list .list .strengths-title:after {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  background: #26e6e6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.index-page .strengths-list .list .strengths-img {
  text-align: center;
}
.index-page .strengths-list .list .strengths-img a {
  display: block;
}
.index-page .strengths-list .list .strengths-img:hover .origin {
  display: none;
}
.index-page .strengths-list .list .strengths-img.hover .origin {
  display: none;
}
.index-page .strengths-list .list .strengths-img .select {
  display: none;
}
.index-page .strengths-list .list .strengths-img:hover .select {
  display: block;
  position: relative;
  transform: scale(1.2);
  transition: all 0.3s linear;
}
.index-page .strengths-list .list .strengths-img.hover .select {
  display: block;
  position: relative;
  transform: scale(1.2);
  transition: all 0.3s linear;
}
.index-page .strengths-list .list .strengths-img img {
  width: 100%;
  cursor: pointer;
  vertical-align: top;
}
.index-page #map-core {
  border-radius: 20px;
}
.index-page .blank {
  background: #fff;
  padding: 60px 0;
}
.index-page .blank .main-title {
  color: #002e96;
}
.index-page .blank .main-title-en {
  color: #9b9b9b;
}
.index-page .main-img img {
  width: 100%;
}
.index-page .partner-wrapper .ant-col {
  padding: 20px;
}
.index-page .partner-wrapper img {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.index-page .leftBtn {
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-zfdrl/PC/left_icon01.svg");
  width: 24px;
  height: 48px;
}
.index-page .leftBtn:hover {
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-zfdrl/PC/left_icon02.svg");
  width: 24px;
  height: 48px;
}
.index-page .rightBtn {
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-zfdrl/PC/right_icon01.svg");
  width: 24px;
  height: 48px;
}
.index-page .rightBtn:hover {
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-zfdrl/PC/right_icon02.svg");
  width: 24px;
  height: 48px;
}




.desicript-page {

}
.desicript-page-banner {
  background: #010969 url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/cpjs/PC/cpjs_topimg.png") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.desicript-page-banner .desicript-content .tabs-content {
  flex: 1;
}

.desicript-page-banner .desicript-content .tabs-content .title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin-bottom: 32px;
  text-align: left;
}

.desicript-page-banner .desicript-content .tabs-content .desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  text-align: left;
  width: 70%;
  text-align: justify;
  margin-bottom: 60px;
}

.desicript-page .blank_light .main-desc {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.desicript-page .blank_light {
  background: #fff;
  padding: 70px 0 84px;
}
.desicript-page .blank_light .main-title {
  color: #000;
}
.desicript-page .blank_light .main-title-en {
  color: rgba(0,0,0,0.44);
}
.desicript-page .blank_dark .main-desc {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.desicript-page .blank_dark {
  background: #1C2A44;
  padding: 70px 0 84px;
}
.desicript-page .blank_dark .main-title {
  color: #fff;
}
.desicript-page .blank_dark .main-title-en {
  color: rgba(225,225,225,0.44);
}

.desicript-page .contentLfte .main {
  display: flex;
  justify-content:space-around;
}
.desicript-page .contentLfte .main .imgBox {
  padding: 40px 0;
}
.desicript-page .contentLfte .main .textBox {
  text-align: left;
  display: flex;
  align-items: center;
  padding-bottom: 70px;
}
.desicript-page .contentLfte .main .textBox .textBoxson p:nth-of-type(1) {
  color:#080808;
  font-size: 24px;
  line-height: 70px;
}
.desicript-page .contentLfte .main .textBox .textBoxson p:nth-of-type(2),
.desicript-page .contentLfte .main .textBox .textBoxson p:nth-of-type(3) {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.desicript-page .contentBox {
  background: #1C2A44;
  padding-bottom: 60px;
}
.desicript-page .contentBox .main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.desicript-page .contentBox dl {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  text-align: left;
  display: inline-block;
  width: 366px;
  height: 256px;
  margin-bottom: 20px;
}
.desicript-page .contentBox dl dt{
  display: inline-block;
  /*border: 1px dashed  #666;*/
}
.desicript-page .contentBox dl dd:nth-of-type(1) {
  color: #333333;
  font-size: 24px;
  line-height: 56px;
}
.desicript-page .contentBox dl dd:nth-of-type(2),
.desicript-page .contentBox dl dd:nth-of-type(3){
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.desicript-page .scenaContent {
  padding-bottom: 60px;
}
.desicript-page .scenaContent .scena_mini {
  width: 100%;
  /*height: 641px;*/
  background: #FFFFFF;
  border: 1px solid rgba(153, 153, 153, 0.21176470588235294);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 10px;
}

.desicript-page .scenaContent .scena_mini .scena_mini_top {
  padding: 30px 0 20px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(153, 153, 153, 0.21176470588235294);
}
.desicript-page .scenaContent .scena_mini .scena_mini_top ul li {
  float: left;
  margin: 0 30px;
  color: #666666;
  font-size: 18px;
  cursor: pointer;
}
.desicript-page .scenaContent .scena_mini .scena_mini_top ul li.activeli {
  color: #2679FC;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom {
  padding: 30px;
  overflow: hidden;
}

.desicript-page .scenaContent .scena_mini .scena_mini_bottom  .tabs_boxed {
  display: none;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom  .tabs_boxed.activeTabs {
  display: block;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box {
  display: flex;
  justify-content: space-between;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box .tabs_box_left {
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box .tabs_box_right {
  padding: 0  60px;
  overflow: hidden;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box .tabs_box_right p:nth-of-type(1) {
  color: #333333;
  font-size: 24px;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box .tabs_box_right p:nth-of-type(2) {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
  margin: 30px 0 50px 0;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box .tabs_box_right p:nth-of-type(3) button {
  width: 128px;
  height: 40px;
  background: linear-gradient(132deg, #36B6FF 0%, #2473FB 100%);
  opacity: 1;
  border-radius: 8px;
  border: 0;
}
.desicript-page .scenaContent .scena_mini .scena_mini_bottom .tabs_box .tabs_box_right p:nth-of-type(3) button a {
  color: #fff;
  display: block;
}




.product-page .banner {
  background: #00401d url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/official/product_banner_bg.png") center no-repeat;
  background-size: 100% 100%;
  padding: 110px 0 40px;
}
.product-page .main-desc {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.product-page .blank {
  background: #fff;
  padding: 70px 0 84px;
}
.product-page .blank .main-title {
  color: #000;
}
.product-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.product-page .self-map {
  padding: 110px 0;
}
.product-page .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .contact img {
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
}
.product-page .contact .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}




.contact-page .banner {
  background: linear-gradient(139deg, #37bdff 0%, #1c66e6 100%);
  background-size: 100% 100%;
  padding: 120px 0 64px;
}
.contact-page .banner .banner-content {
  display: flex;
  align-items: middle;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.contact-page .banner .banner-content img {
  width: 485px;
  position: relative;
  top: 30px;
}
.contact-page .banner .banner-content .item {
  flex: 1;
  margin-right: 48px;
  margin-top: 48px;
}
.contact-page .banner .banner-content .item .title {
  font-size: 48px;
  line-height: 67px;
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
.contact-page .banner .banner-content .item .title strong {
  font-weight: 500;
}
.contact-page .banner .banner-content .item button {
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 47px;
  background: none;
  font-size: 18px;
  font-weight: 300;
  padding: 0 28px;
  font-family: PingFangSC-Medium;
  line-height: 48px;
  color: #fff;
  opacity: 1;
  margin-top: 24px;
}
.contact-page .banner .banner-content .item .desc {
  font-size: 26px;
  margin-top: 16px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
}
.contact-page .banner .banner-content .item .tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin-top: 56px;
}
.contact-page .banner .banner-content .item .tag-list .tag {
  display: flex;
  align-items: center;
  margin-right: 64px;
  margin-bottom: 26px;
}
.contact-page .banner .banner-content .item .tag-list img {
  width: 23px;
  margin-right: 8px;
}
.contact-page .main-desc {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
}
.contact-page .blank {
  background: #fff;
  padding: 70px 0 84px;
}
.contact-page .blank .main-title {
  color: #000;
}
.contact-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.contact-page .purpose-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .purpose-list .purpose-list-item {
  text-align: center;
  width: 220px;
}
.contact-page .purpose-list .purpose-list-item img {
  width: 62px;
  margin-bottom: 10px;
}
.contact-page .purpose-list .purpose-list-item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #080808;
  opacity: 1;
  margin-bottom: 28px;
}
.contact-page .purpose-list .purpose-list-item .desc {
  text-align: justify;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 32px;
  color: #666;
  opacity: 1;
}
.contact-page .self-map {
  padding: 110px 0;
}
.contact-page .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-page .contact img {
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
}
.contact-page .contact .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}





.about-page .banner {
  background: #060949;
  background-size: 100% 100%;
  padding: 120px 0 64px;
}
.about-page .banner .banner-content {
  display: flex;
  align-items: middle;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.about-page .banner .banner-content img {
  width: 485px;
}
.about-page .banner .banner-content .item {
  flex: 1;
  margin-right: 48px;
  margin-top: 48px;
}
.about-page .banner .banner-content .item .title {
  font-size: 48px;
  line-height: 67px;
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
.about-page .banner .banner-content .item .title strong {
  font-weight: 500;
}
.about-page .banner .banner-content .item button {
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 47px;
  background: none;
  font-size: 24px;
  font-weight: 300;
  padding: 0 28px;
  font-family: PingFangSC-Medium;
  line-height: 48px;
  color: #fff;
  opacity: 1;
  margin-top: 24px;
}
.about-page .banner .banner-content .item .desc {
  font-size: 26px;
  margin-top: 16px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  opacity: 1;
}
.about-page .banner .banner-content .item .tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin-top: 56px;
}
.about-page .banner .banner-content .item .tag-list .tag {
  display: flex;
  align-items: center;
  margin-right: 64px;
  margin-bottom: 26px;
}
.about-page .banner .banner-content .item .tag-list img {
  width: 23px;
  margin-right: 8px;
}
.about-page .main-desc {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 28px;
}
.about-page .blank {
  background: #fff;
  padding: 60px 0;
}
.about-page .blank .main-title {
  color: #000;
}
.about-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.about-page .team {
  background: #f1f7fa;
}
.about-page .process {
  background: #fff url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/official/process_bg.png") center no-repeat;
  background-size: 100% 100%;
}
.about-page .process-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.about-page .process-list .item {
  width: 220px;
  text-align: justify;
}
.about-page .process-list .item .bor {
  width: 60px;
  height: 60px;
  border: 5px solid #94a8af;
  color: #94a8af;
  text-align: center;
  border-radius: 100%;
  font-size: 31px;
  line-height: 50px;
  margin-bottom: 40px;
}
.about-page .process-list .item .title {
  font-size: 24px;
  font-family: PingFangSC-Medium;
  line-height: 33px;
  color: #000;
  margin-bottom: 15px;
}
.about-page .process-list .item .desc {
  color: #666;
  font-size: 18px;
  line-height: 30px;
}
.about-page .honor_mb {
  display: none;
}
.about-page .contactus {
  margin-top: 50px;
}




.sjzt-page .data-power {
  padding: 0;
}
.sjzt-page .data-power .data-power-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sjzt-page .data-power .data-power-list .item {
  width: 50%;
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 88px;
}
.sjzt-page .data-power .data-power-list .item .title {
  font-size: 36px;
  line-height: 50px;
  color: #000;
}
.sjzt-page .data-power .data-power-list .item .desc {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0,0,0,0.6);
}
.sjzt-page .data-power .data-power-list .item img {
  height: 120px;
  margin-bottom: 40px;
}
.sjzt-page .data-power .data-power-computer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 80px;
}
.sjzt-page .data-power .data-power-computer img {
  width: 400px;
}
.sjzt-page .data-power .data-power-computer .data-power-computer-list {
  padding-left: 80px;
  width: 50%;
}
.sjzt-page .data-power .data-power-computer .data-power-computer-list img {
  width: 24px;
  height: 24px;
}
.sjzt-page .data-power .data-power-computer .data-power-computer-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.sjzt-page .data-power .data-power-computer .data-power-computer-list .item .title {
  line-height: 50px;
  font-size: 36px;
  color: #000;
  opacity: 1;
  margin-left: 16px;
  font-weight: 300;
}
.sjzt-page #map-core {
  border-radius: 20px;
}
.sjzt-page .ant-carousel {
  margin-bottom: 40px;
}
.sjzt-page .blank {
  background: #fff;
  padding: 60px 0;
}
.sjzt-page .blank .main-title {
  color: #000;
}
.sjzt-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.sjzt-page .blank .main-desc {
  width: 1000px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
.sjzt-page .plat-from {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.sjzt-page .plat-from .plat-from-list {
  flex: 1;
  padding-right: 60px;
}
.sjzt-page .plat-from .plat-from-list .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  text-align: left;
  margin-right: 16px;
}
.sjzt-page .plat-from .plat-from-list .item .title {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  margin-bottom: 8px;
}
.sjzt-page .plat-from .plat-from-list .item .desc {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  line-height: 27px;
  color: rgba(0,0,0,0.6);
}
.sjzt-page .plat-from .plat-from-list .item img {
  width: 160px;
  margin-right: 32px;
}
.sjzt-page .plat-from .bigImg {
  width: 396px;
}
.sjzt-page .step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.sjzt-page .step .item {
  width: 238px;
  height: 119px;
  background: #bdd3ff;
  font-size: 18px;
  line-height: 25px;
  color: #1e3971;
  border-radius: 20px;
  line-height: 119px;
}
.sjzt-page .step .item:nth-of-type(even) {
  background: #bcbeff;
  color: #8e61cb;
}
.sjzt-page .step img {
  width: 32px;
}
.sjzt-page .dataList {
  margin-bottom: 85px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sjzt-page .dataList:nnth-last-of-type(1) {
  margin-bottom: 0px;
}
.sjzt-page .dataList img {
  width: 43px;
  margin-right: 48px;
}
.sjzt-page .dataList .dataList-main {
  flex: 1;
  text-align: left;
}
.sjzt-page .dataList .dataList-main .dataList-title {
  font-size: 36px;
  line-height: 45px;
  color: #000;
  margin-bottom: 8px;
}
.sjzt-page .dataList .dataList-main .dataList-desc {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0,0,0,0.6);
  margin-bottom: 17px;
}
.sjzt-page .dataList .dataList-main .dataList-tags {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sjzt-page .dataList .dataList-main .dataList-tags .dataList-tags-item {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-bottom: 16px;
}
.sjzt-page .dataList .dataList-main .dataList-tags .dataList-tags-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #484d56;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.sjzt-page .dataList .dataList-main .dataList-tags .dataList-tags-item:nth-of-type(2n-1) {
  width: 360px;
}
.sjzt-page .dataList .dataList-main .dataList-tags .dataList-tags-item:nth-of-type(2n) {
  width: 600px;
}
.sjzt-page .platform {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sjzt-page .platform .platform-item {
  width: 240px;
  margin-right: 80px;
  margin-bottom: 80px;
  text-align: left;
}
.sjzt-page .platform .platform-item:nth-of-type(4n) {
  margin-right: 0;
}
.sjzt-page .platform .platform-item img {
  display: block;
  width: 110px;
  margin-bottom: 24px;
}
.sjzt-page .platform .platform-item .title {
  font-size: 28px;
  line-height: 54px;
  color: #0d0d0d;
  margin-bottom: 8px;
}
.sjzt-page .platform .platform-item .desc {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 30px;
  color: #666;
  opacity: 1;
}
.sjzt-page .main-desc {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.sjzt-page .main-info-content{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: left;
}
.sjzt-page .main-info-content .main-info-item{
  width: 50%;
  padding: 15px;
}
.sjzt-page .main-info-content .main-info-item-inner{
  position: relative;
  height: 310px;
  padding: 40px 40px 40px 120px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  background: #fff url(../images/sjzt_img_jjfa2_bg.png) 0 0 no-repeat;
}
.sjzt-page .main-info-content .item-number{
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 50px;
  color: #B7D6FF;
}
.sjzt-page .main-info-content .item-title{
  font-size: 24px;
  color: #404040;
  margin-bottom: 20px;
}
.sjzt-page .main-info-content .item-info p{
  margin-bottom: 20px;
  color: #707070;
  font-size: 18px;
  line-height: 28px;
}
.sjzt-page .main-info-content .item-info p:last-child{
  margin-bottom: 0;
}



.bigdata-page .painSpot {
  margin-top: 60px;
}
.bigdata-page .developTime {
  text-align: center;
  margin-bottom: 80px;
}
.bigdata-page .developTime img {
  margin-top: 90px;
  width: 227px;
}
.bigdata-page .developTime p {
  margin-top: 62px;
  color: #696969;
  font: 30px/45px '微软雅黑';
}
.bigdata-page .systemFun {
  margin-top: 50px;
  padding-top: 20px;
}
.bigdata-page .systemFun .system {
  background: url(../images/spotBg.png) no-repeat;
  background-position: 24px bottom;
  padding-bottom: 16px;
  background-size: 224px 13px;
  margin-bottom: 98px;
}
.bigdata-page .systemFun .system span:nth-child(2n+1) {
  font: 50px/70px Arial;
  color: #ccd8f7;
  margin-right: 24px;
}
.bigdata-page .systemFun .system span:nth-child(2n) {
  font: 31px/70px '微软雅黑';
  color: #000;
}
.bigdata-page .spot {
  background: url(../images/spotBg.png) no-repeat;
  background-position: 65px bottom;
  padding-bottom: 16px;
  background-size: 282px 13px;
  margin-bottom: 98px;
}
.bigdata-page .spot span:nth-child(2n+1) {
  font: 50px/75px Arial;
  color: #ccd8f7;
  margin-right: 12px;
}
.bigdata-page .spot span:nth-child(2n) {
  font: 31px/75px '微软雅黑';
  color: #000;
}
.bigdata-page .built-title {
  margin-bottom: 20px;
}
.bigdata-page .built-title span {
  width: 66px;
  height: 76px;
  display: block;
  float: left;
  font: 29px/76px Arial;
  background-image: url(../images/built-title.png);
  text-align: center;
  color: #fff;
  margin-right: 33px;
}
.bigdata-page .built-title p {
  font: 35px/76px Arial;
  color: #000;
  float: left;
}
.bigdata-page .built {
  margin-top: 80px;
  margin-bottom: 40px;
}
.bigdata-page .built .text {
  margin-bottom: 50px;
  text-align: justify;
  padding-left: 99px;
  font: 18px/30px '微软雅黑';
  color: #696969;
}
.bigdata-page .politics-box .magic-main {
  position: relative;
}
.bigdata-page .politics {
  margin-top: 110px;
}
.bigdata-page .politics .politics-li {
  margin-bottom: 130px;
}
.bigdata-page .politics .politics-li:nth-child(2n) {
  position: relative;
  top: 45px;
}
.bigdata-page .politics .text {
  margin-top: 58px;
  width: 150px;
  margin-left: 15px;
  color: #696969;
  text-align: justify;
  font: 18px/36px '微软雅黑';
}
.bigdata-page .analysis .analysis-list .analysis-list-li h3 {
  font-size: 22px;
  min-height: 200px;
  margin-left: 12px;
}
.bigdata-page .ptaq {
  margin-bottom: 100px;
}
.bigdata-page .ptaq .ptaq-list-li {
  text-align: center;
}
.bigdata-page .ptaq .ptaq-list-li div {
  border-radius: 8px;
  width: 374px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
  padding: 24px 0;
}
.bigdata-page .ptaq .ptaq-list-li div:hover {
  transition: 0.5s linear;
  transform: scale(1.1);
}
.bigdata-page .ptaq .ptaq-list-li h3 {
  font: 300 30px/42px '微软雅黑';
  color: #333;
  margin: 8px 0 18px;
}
.bigdata-page .ptaq .ptaq-list-li li {
  color: #696969;
  font: 300 22px/48px '微软雅黑';
}
.bigdata-page .ptaq .ptaq-list-li img {
  width: 174px;
}
.bigdata-page .target-control {
  margin-top: 60px;
  margin-bottom: 80px;
}
.bigdata-page .target-control .target-control-li {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
  position: relative;
}
.bigdata-page .target-control .target-control-li .target-control-svg {
  width: 90px;
  position: absolute;
  top: 10px;
}
.bigdata-page .target-control .target-control-li .target-control-text {
  flex: 1;
  padding-left: 106px;
}
.bigdata-page .target-control .target-control-li .target-control-text h4 {
  font: 300 25px/1.5 '微软雅黑';
  color: #333;
  margin-bottom: 8px;
}
.bigdata-page .target-control .target-control-li .target-control-text p {
  color: #696969;
  font: 300 18px/1.5 '微软雅黑';
  text-align: justify;
}
.bigdata-page .ypyj {
  width: 1200px;
  margin: 140px auto 120px;
}
.bigdata-page .ypyj img {
  float: left;
  width: 354px;
}
.bigdata-page .ypyj .ypyj-box {
  margin-left: 110px;
  float: left;
}
.bigdata-page .ypyj .ypyj-box h3 {
  margin: 36px 0;
  color: #333;
  font: 300 50px/1.5 '微软雅黑';
}
.bigdata-page .ypyj .ypyj-box p {
  width: 550px;
  text-align: justify;
  color: #696969;
  font: 300 22px/1.5 '微软雅黑';
}
.bigdata-page .platform {
  margin-top: 60px;
}
.bigdata-page .circle {
  margin: 0 auto;
}



.water-page .blank {
  background: #fff;
  padding: 60px 0;
}
.water-page .blank .main-title {
  color: #000;
}
.water-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.water-page .blank .main-desc {
  width: 1000px;
  line-height: 30px;
  margin: 0 auto;
  color: #000;
  text-align: left;
}
.water-page .goal-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.water-page .goal-list .goal-list-item:nth-child(even) {
  position: relative;
  top: 30px;
}
.water-page .goal-list .goal-list-item img {
  width: 60px;
  margin-bottom: 12px;
}
.water-page .goal-list .goal-list-item .title {
  width: 200px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  opacity: 1;
  margin-bottom: 8px;
  height: value;
}
.water-page .goal-list .goal-list-item .list {
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  opacity: 1;
  text-align: left;
}



.town-page .blank {
  background: #fff;
  padding: 60px 0;
}
.town-page .blank .main-title {
  color: #000;
}
.town-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.town-page .blank .main-desc {
  width: 1000px;
  line-height: 30px;
  margin: 30px auto;
  color: #000;
  text-align: center;
}
.town-page .zhxzList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.town-page .zhxzList .zhxzList-item {
  width: 340px;
}
.town-page .zhxzList .zhxzList-item img {
  width: 100%;
  margin-bottom: 52px;
}
.town-page .zhxzList .zhxzList-item .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  color: #666;
  opacity: 1;
}
.town-page .titleList {
  margin-top: 60px;
}
.town-page .titleList .titleList-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.town-page .titleList .titleList-item span {
  width: 44px;
  text-align: center;
  margin-right: 24px;
  border-bottom: 2px solid #5985ff;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 300;
  line-height: 50px;
  color: #ccd8f7;
  opacity: 1;
}
.town-page .titleList .titleList-item .desc {
  flex: 1;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  color: #666;
  opacity: 1;
}
.town-page .tagList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}
.town-page .tagList .tagList-item {
  width: 270px;
}
.town-page .tagList .tagList-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: url(../images/titlebg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  letter-spacing: 1px;
  opacity: 1;
  margin-bottom: 32px;
}
.town-page .tagList .tagList-item-title span {
  font-size: 48px;
  margin-right: 48px;
}
.town-page .tagList .tagList-tag {
  position: relative;
}
.town-page .tagList .tagList-tag:after {
  display: block;
  content: '';
  width: 1px;
  background: #bfbfbf;
  height: 185px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.town-page .tagList .tagList-tag.none:after {
  display: none;
}
.town-page .tagList .tagList-item-list {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  opacity: 1;
  margin-bottom: 22px;
  padding-left: 64px;
}
.town-page .tagList .tagList-item-list span {
  width: 8px;
  height: 8px;
  background: #d3d8df;
  border-radius: 50%;
  margin-right: 24px;
}



.customize-page .blank {
  padding: 60px 0;
}
.customize-page .blank .main-title {
  color: #000;
}
.customize-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.customize-page .scenarioList-title {
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-around;
  padding: 0 120px;
}
.customize-page .scenarioList-title .tit {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #666;
  padding: 20px 50px;
  cursor: pointer;
}
.customize-page .scenarioList-title .tit.active {
  color: #000;
}
.customize-page .scenarioList-title .tit.active:after {
  display: block;
  content: '';
  position: absolute;
  width: 126px;
  height: 4px;
  background: #59cee3;
  opacity: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.customize-page .scenarioList-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 100px;
}
.customize-page .scenarioList-list .scenarioList-list-content{
  flex: 1;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
.customize-page .scenarioList-list .scenarioList-list-content.active{
  display: flex;
}
.customize-page .scenarioList-list img {
  width: 173px;
  margin-bottom: 32px;
}
.customize-page .scenarioList-list .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 54px;
  color: #000;
  margin-bottom: 8px;
}
.customize-page .scenarioList-list .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #666;
}
.customize-page .point-list {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.customize-page .point-list .point-list-item {
  width: 500px;
  text-align: left;
  margin-bottom: 32px;
  margin-right: 200px;
}
.customize-page .point-list .point-list-item:nth-of-type(2n) {
  margin-right: 0px;
}
.customize-page .point-list .point-list-item .bigTitle {
  color: #ccd8f7;
  font-size: 60px;
  line-height: 90px;
}
.customize-page .point-list .point-list-item .bigTitle span {
  border-bottom: 4px solid #5985ff;
}
.customize-page .point-list .point-list-item .title {
  margin: 20px 0 8px;
  font-size: 36px;
  line-height: 50px;
  color: #000;
}
.customize-page .point-list .point-list-item .desc {
  text-align: justify;
  width: 460px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0,0,0,0.6);
}
.customize-page .reportListTiltle {
  display: flex;
  justify-content: space-around;
  padding: 60px 120px;
}
.customize-page .reportListTiltle .tit {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #666;
  padding: 20px 50px;
  cursor: pointer;
}
.customize-page .reportListTiltle .tit.active {
  color: #000;
}
.customize-page .reportList {
  margin-top: 100px 32px;
  text-align: left;
}
.customize-page .reportList .reportList-content {
  display: none;
}
.customize-page .reportList .reportList-content.active {
  display: block;
}
.customize-page .reportList img {
  width: 520px;
}
.customize-page .reportList .reportList-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 8px;
}
.customize-page .reportList .reportList-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.customize-page .reportList .reportList-item-line {
  height: 342px;
  margin: 22px 46px 0;
  background: #000;
  width: 1px;
  position: relative;
}
.customize-page .reportList .reportList-item-line img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -22px;
  left: -7px;
}
.customize-page .reportList .reportList-item-line:nth-last-of-type(1) {
  background: transparent;
}
.customize-page .reportList .title {
  font-size: 20px;
  line-height: 32px;
  color: #333;
  margin-bottom: 22px;
}
.customize-page .reportList .reportList-item-list {
  width: 520px;
}
.customize-page .reportList .list {
  width: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 21px;
}
.customize-page .reportList .list div {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 32px;
  color: #666;
  position: relative;
}
.customize-page .reportList .list div:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: #26e6e6;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -16px;
}



/*数据门户*/
.sjmh-page .blank {
  background: #fff;
  padding: 60px 0;
}
.sjmh-page .blank .main-title {
  color: #000;
}
.sjmh-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.sjmh-page .blank .main-desc {
  width: 1000px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
.sjmh-page .blank .statusContent {
  display: flex;
  justify-content: space-between;
}
.sjmh-page .blank .statusContent dl {
  width: 240px;
  display: inline-block;
  padding: 20px;
  height: 280px;
}
.sjmh-page .blank .statusContent dl dt {

}
.sjmh-page .blank .statusContent dl dd:nth-of-type(1) {
  color: #000;
  font-size: 24px;
  line-height: 60px;
}
.sjmh-page .blank .statusContent dl dd:nth-of-type(2) {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  width: 260px;
  text-align: left;
}
.sjmh-page .blank .portal_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sjmh-page .blank .portal_content dl {
  display: inline-block;
  padding: 10px 20px 10px 80px;
  height: 260px;
  position: relative;
}
.sjmh-page .blank .portal_content dl.ulOne:before {
  content: '01';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.sjmh-page .blank .portal_content dl.ulTwo:before {
  content: '02';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.sjmh-page .blank .portal_content dl.ulThree:before {
  content: '03';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.sjmh-page .blank .portal_content dl.ulFour:before {
  content: '04';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.sjmh-page .blank .portal_content dl dt {
  color: #000;
  font-size: 24px;
  line-height: 60px;
  text-align: left;
}
.sjmh-page .blank .portal_content dl dd {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  width: 460px;
  text-align: left;
}
.sjmh-page .introdution_content {

}
.sjmh-page .introdution_content p {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  padding: 0 10px;
  text-indent: 36px;
}
.sjmh-page .introdution_content dl {
  padding: 20px 0 20px 110px;
  text-align: left;
  position: relative;
}
.sjmh-page .blank .introdution_content dl.ul_01:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon05.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.sjmh-page .blank .introdution_content dl.ul_02:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon06.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.sjmh-page .blank .introdution_content dl.ul_03:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon07.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.sjmh-page .blank .introdution_content dl.ul_04:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon08.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.sjmh-page .blank .introdution_content dl.ul_05:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon09.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.sjmh-page .introdution_content dl dt {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.sjmh-page .introdution_content dl dd {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.sjmh-page .schene_content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sjmh-page .schene_content dl {
  display: inline-block;
  padding: 30px 30px 20px 80px;
  width: 544px;
  height: 200px;
  background: #FFFFFF;
  border: 1px solid #BBD6FF;
  box-shadow: 0px 10px 10px rgba(188, 188, 188, 0.22);
  opacity: 1;
  border-radius: 6px;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.sjmh-page .blank .schene_content dl.ul_one:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon10.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.sjmh-page .blank .schene_content dl.ul_two:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon11.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.sjmh-page .blank .schene_content dl.ul_three:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon12.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.sjmh-page .blank .schene_content dl.ul_four:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon13.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.sjmh-page .schene_content dl dt {
  font-size: 20px;
  line-height: 40px;
  color: #000;
}
.sjmh-page .schene_content dl dd {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.sjmh-page .fenxi_content {
  width: 1144px;
  border: 1px solid #BBD6FF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
}
.sjmh-page .fenxi_content:before {
  content: '';
  width: 34px;
  height: 21px;
  background: url('https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/jiantou.png');
  position: absolute;
  top:-21px;
  right: 260px;
}
.sjmh-page .fenxi_content dl {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.sjmh-page .fenxi_content dl dt {
  color: #333;
}
.sjmh-page .fenxi_content dl dd {
  color: #666;
}



/*政法大容量*/

.zfdrl-page .blank {
  background: #fff;
  padding: 60px 0;
}
.zfdrl-page .blank .main-title {
  color: #000;
}
.zfdrl-page .blank .main-title-en {
  color: rgba(0,0,0,0.44);
}
.zfdrl-page .blank .main-desc {
  width: 1000px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
.zfdrl-page .blank .statusContent {
  display: flex;
  justify-content: space-between;
}
.zfdrl-page .blank .statusContent dl {
  width: 230px;
  display: inline-block;
  padding: 20px;
  height: 280px;
}
.zfdrl-page .blank .statusContent dl dt {

}
.zfdrl-page .blank .statusContent dl dd:nth-of-type(1) {
  color: #000;
  font-size: 24px;
  line-height: 60px;
}
.zfdrl-page .blank .statusContent dl dd:nth-of-type(2) {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  width: 260px;
  text-align: left;
}
.zfdrl-page .blank .portal_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zfdrl-page .blank .portal_content dl {
  display: inline-block;
  padding: 10px 20px 10px 80px;
  height: 210px;
  position: relative;
}
.zfdrl-page .blank .portal_content dl.ulOne:before {
  content: '01';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.zfdrl-page .blank .portal_content dl.ulTwo:before {
  content: '02';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.zfdrl-page .blank .portal_content dl.ulThree:before {
  content: '03';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.zfdrl-page .blank .portal_content dl.ulFour:before {
  content: '04';
  width: 46px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_listicon_bg.png") center center/contain;
  position: absolute;
  top:14px;
  left: 16px;
}
.zfdrl-page .blank .portal_content dl dt {
  color: #000;
  font-size: 24px;
  line-height: 60px;
  text-align: left;
}
.zfdrl-page .blank .portal_content dl dd {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  width: 460px;
  text-align: left;
}
.zfdrl-page .introdution_content {

}
.zfdrl-page .introdution_content p {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  padding: 0 10px;
  text-indent: 36px;
}
.zfdrl-page .introdution_content dl {
  padding: 20px 0 20px 110px;
  text-align: left;
  position: relative;
}
.zfdrl-page .blank .introdution_content dl.ul_01:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon05.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.zfdrl-page .blank .introdution_content dl.ul_02:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon06.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.zfdrl-page .blank .introdution_content dl.ul_03:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon07.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.zfdrl-page .blank .introdution_content dl.ul_04:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon08.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.zfdrl-page .blank .introdution_content dl.ul_05:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon09.svg") center center/contain;
  position: absolute;
  top:22px;
  left: 42px;
}
.zfdrl-page .introdution_content dl dt {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.zfdrl-page .introdution_content dl dd {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.zfdrl-page .schene_content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.zfdrl-page .schene_content dl {
  display: inline-block;
  padding: 30px 30px 20px 80px;
  width: 544px;
  height: 249px;
  background: #FFFFFF;
  border: 1px solid #BBD6FF;
  box-shadow: 0px 10px 10px rgba(188, 188, 188, 0.22);
  opacity: 1;
  border-radius: 6px;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.zfdrl-page .blank .schene_content dl.ul_one:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon10.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.zfdrl-page .blank .schene_content dl.ul_two:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon11.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.zfdrl-page .blank .schene_content dl.ul_three:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon12.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.zfdrl-page .blank .schene_content dl.ul_four:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url("https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/sjmh_icon13.svg") center center/contain;
  position: absolute;
  top:36px;
  left: 16px;
}
.zfdrl-page .schene_content dl dt {
  font-size: 20px;
  line-height: 40px;
  color: #000;
}
.zfdrl-page .schene_content dl dd {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.zfdrl-page .fenxi_content {
  width: 1144px;
  border: 1px solid #BBD6FF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
}
.zfdrl-page .fenxi_content:before {
  content: '';
  width: 34px;
  height: 21px;
  background: url('https://magicsoft.oss-cn-hangzhou.aliyuncs.com/jjfa-sjmn/PC/jiantou.png');
  position: absolute;
  top:-21px;
  right: 260px;
}
.zfdrl-page .fenxi_content dl {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.zfdrl-page .fenxi_content dl dt {
  color: #333;
}
.zfdrl-page .fenxi_content dl dd {
  color: #666;
}

.zfdrl-page .contentLfte .main {
  display: flex;
  justify-content:space-around;
}
.zfdrl-page .contentLfte .main .imgBox {
  padding: 40px 0;
}
.zfdrl-page .contentLfte .main .textBox {
  text-align: left;
  display: flex;
  align-items: center;
  padding-bottom: 70px;
}
.zfdrl-page .contentLfte .main .textBox .textBoxson p:nth-of-type(1) {
  color:#080808;
  font-size: 24px;
  line-height: 70px;
}
.zfdrl-page .contentLfte .main .textBox .textBoxson p:nth-of-type(2),
.zfdrl-page .contentLfte .main .textBox .textBoxson p:nth-of-type(3),
.zfdrl-page .contentLfte .main .textBox .textBoxson p:nth-of-type(4) {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.zfdrl-page .blank_light .main-desc {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.zfdrl-page .blank_light {
  background: #fff;
  padding: 70px 0 84px;
}
.zfdrl-page .blank_light .main-title {
  color: #000;
}
.zfdrl-page .blank_light .main-title-en {
  color: rgba(0,0,0,0.44);
  margin-bottom: 0;
}
