@font-face {
    font-family: "Regular";
    src:url("../font/Montserrat-Regular.woff2");
}
.indexBox01{
	background-color: #f2f5fa;
	    margin-top: -57px;
	    padding-bottom: 50px;
}
.index-entrance {
    background: #fff;
    position: relative;
    padding: 20px 18px 8px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 17 51 / 10%);
    box-shadow: 0px 2px 10px 0px rgb(0 17 51 / 10%);
    width: 1200px;
    margin: -53px auto 60px;
    min-width: initial;
		z-index: 100;
}
.index-entrance li img{
	margin-right: 10px;
}
.index-entrance li h3 {
    margin: 0 0 5px;
    color: #333;
    font-size: 16px;
}
.index-entrance li p {
    font-size: 14px;
    color: #999;
}
.index-entrance li a:hover h3{
	color: #0055ff;
}

.cloud-product-left h3 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #333;
    font-weight: normal;
}
.cloud-product-left h3 img{
	margin-right: 5px;
}
.cloud-product-left {
    width: 270px;
    padding-top: 10px;
		    margin-right: 50px;
}
.cloud-product-left .cloud-link a {
  color: #666;
  position: relative;
}

.cloud-product-left .cloud-link a:hover {
  color: #0055ff;
}
.cloud-product-left li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.cloud-product-left li {
    padding-bottom: 25px;
}
.cloud-product-left .cloud-link a:not(:last-child) {
  margin-right: 20px;
}
.cloud-product-left li:not(:first-child) {
  margin-top: 25px;
}

.cloud-product-left li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.cloud-product-left .cloud-link:not(:last-child) {
  margin-bottom: 12px;
}


.cloud-product-left .cloud-link a:not(:last-child)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 16px;
  top: 2px;
  right: -9px;
  background: #ddd;
}



.cloud-product-right li {
  width: 280px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}

.cloud-product-right li:not(:nth-child(3n+1)) {
  margin-left: 20px;
}

.cloud-product-right h3 {
  color: #333;
  font-size: 14px;
}

.cloud-product-right a {
    display: block;
    padding: 28px 12px 0 30px;
    background: #fff;
    position: relative;
    height: 170px;
}

.cloud-product-right a:hover h3 {
  color: #0055ff;
}

.cloud-product-right a.pro-hot::before, .cloud-product-right a.pro-new::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ddd;
}

.cloud-product-right a.pro-hot::before {
  background: url("../img/pro-hot.png") center no-repeat;
}

.cloud-product-right a.pro-new::before {
  background: url("../img/pro-new.png") center no-repeat;
}

.cloud-product-right a > span {
  color: #999;
}

.cloud-product-right p {
  color: #999;
  line-height: 26px;
  margin: 10px 0 5px;
}

.cloud-product-right .cloud-product-price {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: #ff7f00;
  margin-right: 3px;
}

.solution-wrapper {
  padding-top: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-wrapper .container{
	width: 1200px;
	margin: 0 auto;
}
.solution-wrapper .module-title{
	padding-top: 0;
}

.tab-header-list {
  margin-bottom: 50px;
  position: relative;
}

.tab-header-list::before {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #ddd;
}

.tab-header-list li {
  position: relative;
  z-index: 1;
  width: 20%;
  color: #333;
  font-size: 16px;
  text-align: center;
  padding-bottom: 18px;
  cursor: pointer;
  border-bottom: 2px solid #ddd;
}

.tab-header-list li.active {
  color: #0055ff;
  border-bottom: 2px solid #0055ff;
}

.solution-wrapper {
  background-color: #f2f5fa;
  padding-bottom: 70px;
}

.tab-pane-top h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.tab-pane-top .tab-pane-text {
  width: 885px;
  color: #999;
  line-height: 30px;
  height: 60px;
}

.tab-pane-top a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0055ff), to(#00aaff)), -webkit-gradient(linear, left top, left bottom, from(#0055ff), to(#0055ff));
  background-image: linear-gradient(90deg, #0055ff 0%, #00aaff 100%), linear-gradient(#0055ff, #0055ff);
  background-blend-mode: normal, normal;
}

.tab-pane-top a:hover {
  color: #fff;
  opacity: .9;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.tab-pane-list {
  margin-top: 40px;
  margin-left: -20px;
}

.tab-pane-list h3 {
  font-size: 14px;
}

.tab-pane-list li {
  background-color: #fff;
  width: 285px;
  height: 236px;
  padding: 26px 15px 0 30px;
  margin-left: 20px;
}

.tab-pane-list .fa-pane-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.tab-pane-list .jr-fa-pane-icon1 {
  background: url("../img/1.png") center no-repeat;
}

.tab-pane-list .yx-fa-pane-icon1 {
  background: url("../img/2.png") center no-repeat;
}

.tab-pane-list .wz-fa-pane-icon1 {
  background: url("../img/3.png") center no-repeat;
}

.tab-pane-list .ds-fa-pane-icon1 {
  background: url("../img/4.png") center no-repeat;
}

.tab-pane-list .yd-fa-pane-icon1 {
  background: url("../img/5.png") center no-repeat;
}

.tab-pane-list .jr-fa-pane-icon2 {
  background: url("../img/6.png") center no-repeat;
}

.tab-pane-list .yx-fa-pane-icon2 {
  background: url("../img/7.png") center no-repeat;
}

.tab-pane-list .wz-fa-pane-icon2 {
  background: url("../img/8.png") center no-repeat;
}

.tab-pane-list .ds-fa-pane-icon2 {
  background: url("../img/9.png") center no-repeat;
}

.tab-pane-list .yd-fa-pane-icon2 {
  background: url("../img/10.png") center no-repeat;
}

.tab-pane-list .jr-fa-pane-icon3 {
  background: url("../img/11.png") center no-repeat;
}

.tab-pane-list .yx-fa-pane-icon3 {
  background: url("../img/12.png") center no-repeat;
}

.tab-pane-list .wz-fa-pane-icon3 {
  background: url("../img/13.png") center no-repeat;
}

.tab-pane-list .ds-fa-pane-icon3 {
  background: url("../img/14.png") center no-repeat;
}

.tab-pane-list .yd-fa-pane-icon3 {
  background: url("../img/15.png") center no-repeat;
}

.tab-pane-list .jr-fa-pane-icon4 {
  background: url("../img/16.png") center no-repeat;
}

.tab-pane-list .yx-fa-pane-icon4 {
  background: url("../img/17.png") center no-repeat;
}

.tab-pane-list .wz-fa-pane-icon4 {
  background: url("../img/18.png") center no-repeat;
}

.tab-pane-list .ds-fa-pane-icon4 {
  background: url("../img/19.png") center no-repeat;
}

.tab-pane-list .yd-fa-pane-icon4 {
  background: url("../img/20.png") center no-repeat;
}

.tab-pane-list p {
  color: #999;
  line-height: 30px;
  margin: 18px 0 6px;
  height: 120px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.tab-pane-list a {
  color: #0055ff;
}

.index-honor {
    padding: 60px 0 70px;
}
.index-honor .pic{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
	padding: 0 30px ;
	margin-bottom: 30px;
}
.index-honor li{
	text-align: center;
}
.index-honor li h5 {
	font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.map-service {
	    position: relative;
	    padding-bottom: 40px;
    background-color: #131926;
}
.map-service .cloud-product {
    padding: 65px 0px 10px 0px;
}
.map-service .module-title {
    color: #fff;
}
.map-service-box {
    position: relative;
}
.world-map-wrapper {
    background: url(../img/map-bg.png) center no-repeat;
		width: 100%;
		    height: 601px;
}
.region-list {
    position: absolute;
    cursor: pointer;
}
.area-box {
    z-index: 77;
}
.map-service .area-box .pulse {
    background: #00d5ff;
}
.area-box .pulse1 {
    display: inline-block;
    position: absolute;
    top: -36px;
    left: -36px;
    height: 88px;
    width: 88px;
    border-radius: 48px;
    background: #059fff;
    opacity: 0.12;
    -webkit-animation: warn 2.5s ease-out;
    animation: warn 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.area-box .pulse {
    display: inline-block;
    position: absolute;
    top: -36px;
    left: -36px;
    height: 88px;
    width: 88px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background: #14cc45;
    opacity: 0.12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.map-service .area-box .dot {
	border-radius: 50%;
	display: inline-block;
	    position: absolute;
    width: 30px;
    height: 30px;
    left: -7px;
    top: -6px;
    background: #00d5ff;
}
@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}
.postition-1 {
    left: 50px;
    top: 126px;
}
.postition-2 {
    left: 179px;
    top: 230px;
}
.postition-3 {
    left: 258px;
    top: 443px;
}
.postition-4 {
    left: 545px;
    top: 206px;
}
.postition-5 {
    left: 820px;
    top: 227px;
}
.world-map {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.map-service .postition-6 {
    left: 902px;
    top: 215px;
}
.map-service .postition-introduce-6 {
    left: 935px;
    top: 213px;
}
.region-position-introduce {
    position: absolute;
    font-size: 16px;
    color: #fff;
}
.map-service .region-list .name{
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 30px;
}
.intl-map-bubble {
    position:absolute;
    z-index:6;
    left:8px;
    bottom:100%;
    margin-left:-100px;
    margin-bottom:22px;
    width:200px;
    text-align:center;
    -webkit-transition:.3s all ease-out;
    transition:.3s all ease-out;
    opacity:0;
    visibility:hidden;
    -webkit-transform:translateY(5px);
    -ms-transform:translateY(5px);
    transform:translateY(5px);
    cursor:default;
    pointer-events:none;
    box-sizing:border-box
}
.intl-map-bubble-inner {
    position:static !important;
    left:50%;
    top:50%;
    min-width:196px;
    line-height:18px;
    font-size:12px;
    text-align:left;
    background-color:#fff;
    border:1px solid #006EFF;
    border-radius:4px;
    box-shadow:0 4px 8px 0 rgba(3,27,78,.12);
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.intl-map-bubble-tit {
    line-height:24px;
    font-size:14px;
    color:#006EFF;
    background:#EBF4FF;
    border-radius:4px 4px 0 0;
    padding:8px 16px;
    font-weight:500
}
.intl-map-bubble-detail {
    margin-top:4px;
    line-height:20px;
    font-size:14px;
    color:#000;
    padding:8px 16px
}
.intl-map-bubble-detail-item {
    margin-bottom:4px
}
.intl-map-bubble-detail-item::after {
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.intl-map-bubble-detail-tip {
    float:right;
    margin-left:16px;
    font-family: Regular,Microsoft YaHei;
}
.intl-map-bubble-detail-main {
    overflow:hidden
}
.intl-map-bubble-inner::after,.intl-map-bubble-inner:before {
    content:"";
    position:absolute;
    top:100%;
    left:inherit;
    right:inherit;
    margin-top:-1px;
    margin-left:-8px;
    width:0;
    height:0;
    font-size:0;
    border:8px dashed transparent;
    border-top-style:solid;
    box-sizing:border-box
}
.intl-map-bubble-inner::before {
    border-top-color:#006EFF
}
.intl-map-bubble-inner::after {
    margin-top:-2px;
    border-top-color:#fff
}
.map-service .region-list.active .area-box .dot {
    background-color: #0055ff;
    -webkit-box-shadow: inset 0px 0px 10px 0px #00aaff;
    box-shadow: inset 0px 0px 10px 0px #00aaff;
}
.map-service .region-list.active .area-box .pulse {
    background-color: #0055ff;
    -webkit-box-shadow: inset 0px 0px 10px 0px #00aaff;
    box-shadow: inset 0px 0px 10px 0px #00aaff;
}
.region-list.active .area-box .pulse1 {
    background: #059fff;
}
.map-service .postition-7 {
    left: 859px;
    top: 257px;
}
.map-service .postition-introduce-7 {
    left: 891px;
    top: 255px;
		font-size: 16px;
		color: #fff;
}
.map-service .postition-8 {
    left: 866px;
    top: 297px;
}
.map-service .postition-introduce-8 {
	font-size: 16px;
    left: 900px;
    top: 295px;
		color: #fff;
}
.map-service .postition-9 {
    left: 825px;
    top: 282px;
}
.map-service .postition-introduce-9 {
    left: 744px;
    top: 282px;
		color: #fff;
}
.news-wrapper {
    background-color: #f2f5fa;
    padding: 60px 0 70px;
}
.news-module-item {
    width: 386px;
    height: 310px;
    padding: 0 20px;
    margin-left: 20px;
    background-color: #fff;
}
.news-module-item h3 {
	font-weight: 500;
    padding: 25px 10px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.news-module-item-act{
	background: url(../img/new-act.png);
}
.news-module-item h3 a {
    color: #0055ff;
    font-size: 14px;
}
.news-module-item ul {
    padding: 16px 10px 0;
}
.news-module-item li a {
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.news-module-item li a:hover{
	color: #0055FF;
}
.ellipsis-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-module-item li .news-text + span {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.total-position{
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
}
.total-position .item{
    margin-bottom: 10px;
}
.total-position h1{
    font-weight: normal;
    line-height: 32px;
    font-size: 32px;
    font-family: Regular,Microsoft YaHei;
}