
.ban_vid{
	position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.ban_vid .ship {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0;
    }

.qq-bg {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.qq-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.v_hide {
    display: none;}
    
.banner-slogan {
    position: relative;
    width: 100%;
    top: 40%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    text-align: center;
    }
.banner-slogan h1 {
	margin-top: 0;
    margin-bottom:35px;
    font-size: 38px;
    color: #fff;

    }
.banner-slogan p{
	width: 800px;
	margin: auto;
    font-size: 24px;
    line-height: 35px;
    color: #e4e3f3;
}

/*鼠标*/
.banner-mouse {
	position:absolute;
	left:50%;
	bottom:40px;
	width:28px;
	height:48px;
	margin-left:-14px;
	background:url(../images/shub.png) no-repeat;
	background-size:100%;
	opacity:0;
	-webkit-animation:fadeInDown 1s 2s forwards;
	animation:fadeInDown 1s 2s forwards;
	cursor: pointer;
}
.banner-mouse:after {
	content:"";
	position:absolute;
	top:15px;
	left:50%;
	width:3px;
	height:7px;
	border-radius:5px;
	color:#cacadc;
	background:#cacadc;
	-webkit-transform:translate3d(-50%,0,0);
	transform:translate3d(-50%,0,0);
	-webkit-animation:flash 1s infinite;
	animation:flash 1s infinite
}
.banner-arrow {
	position: absolute;
	bottom: 38px;
	left: 50%;
	width: 19px;
	height: 9px;
	margin-left: -9px;
	background: url(../images/xia.png) 0 0 no-repeat;background-size: 100% 100%;
	-webkit-animation: fadeInDown 1s forwards alternate infinite;
	animation: fadeInDown 1s forwards alternate infinite;
	display: none;
}

/*核心产品*/
.car-d-list li{
    width: 16.66666666666667%; 
}
.car-d-list li .box .chan_a{
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 5px 30px;
	color: #eee;
	 opacity: 0;
	 filter: alpha(opacity=0);
    transition: all 0.5s;
    font-size: 16px;
}
.car-d-list li:hover .box .chan_a{
	opacity: 1;
    filter: alpha(opacity=100);
}
.car-d-list li .box .chan_a:hover{color: #333;border-color: #ddd;background-color: #fff;}
.car-d-list li .box .ico1{width: 80px;height: 80px;}

/*软硬件连接*/
.yingj{ background-color:#083054;overflow: hidden;padding: 50px 0;}
.yingj .case-title .tit1{color: #fff;}
.yingj .case-title .tit2{color: #eee;}
 @keyframes que {
        /*以百分比来规定改变发生的时间 也可以通过"from"和"to",等价于0% 和 100%*/
        0%{
            /*rotate(2D旋转) scale(放大或者缩小) translate(移动) skew(翻转)*/
            transform: rotate(0deg);
        }
        100%{
            transform: rotate(360deg);
        }
    }

/*强大研发能力*/
.yanfa{background-color: #1c212d;padding-bottom: 80px;}
.yanf{
	width:1200px;
	margin: auto;
	height:820px;
	position: relative;
	background: url(../images/bg2.png) no-repeat;
	background-size: 100%;
	

}
.yanf .yan_tiem  p{font-size: 18px;color: #fff;padding-top: 10px;}
.yanf .yan_tiem  i{font-size: 33px;color: #fff;width: 65px;height: 65px;background-color: #00c5dc;display: inline-block;line-height: 65px;text-align: center;border-radius: 50%;transition: all .3s;}
.yanf .yan_tiem:hover  i{background-color: #fff;color: #00c5dc;}
.yanfa .tit1{color: #fff;}
.ch2 {
	position: absolute;
	left: 62px;
	top:246px;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: rgba(244,78,78,.5);
	-webkit-animation: zInOut 1s linear infinite alternate;
	animation: zInOut 1s linear infinite alternate
}

.ch2:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	border-radius: 50%;
	background: rgba(244,78,78,.75)
}

@-webkit-keyframes zInOut {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@keyframes zInOut {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}
@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	to {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}
}

@keyframes updown {
	0% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	to {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}
}
@keyframes btdown {
	0% {
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	to {
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}
}
.yanf .yan_tiem  {text-align: center;}
.yan_t1{text-align: center;}
.yan_t1 h3{font-size: 36px;line-height: 1;color: #fff;font-family: 'geoslab703_md_btmedium';padding-bottom:93px;margin: 0;padding-top: 93px;}
.yan_t1 h2{font-size: 36px;line-height: 1;color: #fff;font-family: 'geoslab703_md_btmedium';margin: 0;padding-top: 93px;}
.yan_t2{position:absolute;top:191px;left:-21px;}
.yan_t3{position:absolute;top:97px;left: 173px;}
.yan_t4{position:absolute;top:243px;left: 423px;}
.yan_t5{position:absolute;top:243px;left: 721px;}
.yanf .yan_t5 i {font-size: 44px;}
.yan_t6{position:absolute;top:38px; right:14px;}
.yan_t7{position:absolute;top:247px; left: 178px;}
.yan_t8{position:absolute;top:378px;left: 206px;}
.yan_t9{position:absolute;top:459px;left: 420px;}
.yan_t9 img{width: 77px;}
.yan_t10{position:absolute;top:758px;left: 106px;}
.yan_t11{position:absolute;top:243px; right: 43px;-webkit-animation: btdown 2s linear infinite alternate;animation: btdown 2s linear infinite alternate;}
.yanf .yan_t11:hover i{background-color:transparent ;}
.yanf .yan_t11 i {font-size: 44px;background-color: transparent;color: #00c5dc;}
.yan_t13{position:absolute;top:534px;left: 100px;}
.yan_t13 img{width: 190px;}
.yan_t14{position:absolute;top: 625px;left:426px;}
.yan_t15{position:absolute;top: 648px; left: 677px;}
.yan_img{width: 100%;display: none;}
@media only screen and (max-width:1440px ) {
	.yanf{display: none;}
	.yan_img{display: block;}
}

/*一体化*/
.yiti{background: #1c212d;padding: 50px 0;}
.yiti img{width: 100%;}
.yanfa{background: #161920;padding: 50px 0;}
.yanfa img{width: 100%;}
.yiti .case-title .tit1{color: #fff;}
/*地图*/
.ditu{background-color: #090d15;padding: 50px 0;/*background: url(../images/bg6.jpg) no-repeat 100%;*/}
.ditu .case-title{margin-top: 0;}
.ditu .case-title .tit1{color: #fff;padding-bottom: 0;}
.ditu .case-title .tit2{color: #b9b7b7;}
.ditu .ditu_m{width: 100%;display: none;}
/*服务流程*/
.zebra{padding:50px 0;}
.con_box{
	background:url(../images/t6.png) no-repeat center 68px;
	background-size:960px;
	height:507px
}
.list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.list .item{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
.list .item .box{
	width:175px;
	margin:0 auto
}
.list .item .box .icon {
	width:158px;
	height:158px;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:100%;
	margin:0 auto 14px;
	transition: all .2s;
}
.list .item .box .title{
	text-align:center;
	color:#333;
	font-size:18px;
	
}
.list .item .box .desc{
	font-size:16px;
	font-weight:400;
	color:#777;
	line-height:23px
}
.list .item .box .icon1{
	background-image:url(../images/t1.1.png)
}
.list .item .box .icon1:hover {
	background-image:url(../images/t1.png)
}
.list .item .box .icon2{
	background-image:url(../images/t2.1.png)
}
.list .item .box .icon2:hover {
	background-image:url(../images/t2.png)
}
.list .item .box .icon3{
	background-image:url(../images/t3.1.png)
}
.list .item .box .icon3:hover {
	background-image:url(../images/t3.png)
}
.list .item .box .icon4{
	background-image:url(../images/t4.1.png)
}
.list .item .box .icon4:hover {
	background-image:url(../images/t4.png)
}
.list .item .box .icon5 {
	background-image:url(../images/t5.1.png)
}
.list .item .box .icon5:hover {
	background-image:url(../images/t5.png)
}
.list .item:nth-child(2n) {
	margin-top:130px
}

/*关于我们*/
.guwm{
	background: url(../images/bg3.png);
	width: 100%;
	background-size: 100%;
	background-color: #eee;
	padding: 50px 0;

}
.gybox{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.gybox .gy_left{
	max-width: 50%;
}
.gybox .gy_left h3{
	font-size:36px;
	color: #333;
	margin: 0;
	margin-bottom: 28px;
}
.gybox .gy_left p{
	font-size: 16px;
	color: #777;
	line-height: 36px;
	margin-bottom: 30px;
}
.gybox .gy_left .button_container{text-align: left;}
.gybox .gy_right{
	max-width: 50%;
	text-align: right;
}
.gybox .gy_right img{
	width: 90%;
	
}
/*新闻*/
.aliyun-index-community .module-wrap .aliyun-index-community {
	padding: 50px 0;
}
.aliyun-index-community .module-wrap .aliyun-index-community * {
	box-sizing:border-box
}
.aliyun-index-community .module-wrap .aliyun-index-community a {
	text-decoration:none
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-head {
	margin-bottom:68px
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-head h1 {
	font-size:24px;
	text-align:center;	
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-head a.index-info {
	display:block;
	text-align:center;
	margin-top:12px;
	font-size:16px;
	color:#5f6367
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-head a.index-info:hover {
	text-decoration:none;
	color:#28d0e9
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-head p.index-info {
	margin-top:12px;
	text-align:center;
	font-size:16px;
	color:#5f6367;
	line-height:24px
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content {
	width:100%
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content.clearfix {
	zoom:1;
	display:block;
	_height:1px
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item {
	float:left;
	width:33%;
	padding-left:10px;
	padding-right:10px
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box {
	transition:all .15s cubic-bezier(.4,0,.2,1);
	cursor:pointer;
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid #c5d8db;
/*	height:230px*/
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box .img-area {
	width:100%;
	overflow:hidden;
	/*height:170px*/
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box .img-area img {
	transition:all .5s ease;
	width:100%
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box .box-header {
	padding:10px 20px;
	text-align: center;
	font-size:14px;
	color:#373d41;
	margin: 0;
}

.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box .box-header p{
	font-size: 18px;
	color: #333;
	margin-bottom: 0;
}

.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box:hover {
	box-shadow:0 0 15px rgba(186,204,207,.7)
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box:hover .box-header p{
	color: #00c5dc;
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box:hover .img-area img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-appendix {
	font-size:14px;
	padding-left:0;
	line-height:2
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-appendix ul li{
	margin: 0;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-appendix a {
	transition:all .15s cubic-bezier(.4,0,.2,1);
	color:#777;
	text-decoration:none;
	font-size: 14px;
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-appendix a:hover {
	color:#00c5dc;
}
/*合作伙伴*/
.mh5-coop {
	padding-top:50px;
	padding-bottom: 50px;
	background-color: #eee;
}
.mh5-coop .case-title{margin-top: 0;}
.coop-all.letmove {
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
	opacity: 0;
}
.coop-all.move {
	transform: translateY(0);
	opacity: 1;
}
.coop-list {
	margin:0 auto;
	width:100%;
	max-width: 1200px;
	transition: transform 1.2s .4s;
}

.coop-list.hi {
	transform: translateY(12px);
	transition: transform 1.2s .0s;
}
.loop-one {
	
	cursor: pointer;
	text-align: center;
	margin-bottom: 30px;
}
.loop-one a{display: block;background-color: #fff;border-radius: 4px;height: 85px;line-height: 85px;transition: all .5s;}
.loop-one:hover a{
	box-shadow:0 0 15px rgba(186,204,207,.7) ;
	border: 1px solid #eee;
	transform: translateY(-5px);
}
.loop-one img {
	max-width: 70%;
	max-height: 90%
}
/*按钮*/
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(61, 110, 138,0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(0, 197, 220,0.8);
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(142, 243, 255,0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 127, 255,0.6);
  }
}

.button_container{text-align: center;}
.button_su{
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

.su_button_circle{
  background-color: yellow;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.button_su_inner{
    display: inline-block;
    border: 1px solid #00c5dc;
    color: #00c5dc;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
    transition: 400ms;
    text-decoration: none;
    width: 90px;
    height: 45px;
    line-height: 45px;

}
.button_su_inner:hover{color: #fff;}
.button_text_container{
   position:relative;
   z-index: 10000;
   font-size: 16px;
}

.explode-circle {
   animation: explode 0.5s forwards;

}

.desplode-circle{
   animation: desplode 0.5s forwards;
}
.yin_box img{width: 100%;}
	.module-wrap{min-width:none;}
@media only screen and (max-width:1199px) {
	.car-d-list li{width: 31%;}
	.con_box{background: none;height: auto;padding: 0 15px;}
	.con_box .list {width: 100%;justify-content: space-around;}
	.con_box .list .item:nth-child(2n){margin-top: 0;}
	.con_box .list .item .box{margin: 0;}
	.ditu .y-row {display: none;}
	.ditu .ditu_m{display: block;}
	.ditu .y-clear{display: none;}
	.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item{
		width: 50%;
		margin-bottom: 20px;
	}
	.banner-slogan p{width: 90%;}
	.case-title .tit1{font-size: 28px;}
	.gybox .gy_left h3{font-size: 28px;}
	
}
@media only screen and (max-width:500px){
	.banner_txt1{font-size: 36px;}
	.banner-mouse{display: none;}
	.banner-arrow{display: block;}
	.car-d-list li{width: 48%;margin-bottom: 10px;}
	.car-d-list li .box{top: 10%;}
	.gybox .gy_left{max-width: 100%;}
	.gybox .gy_right{display: none;}
	.copyright-r p{text-align: center;}
	.copyright-r p:first-child{display: none;}
	.car-d-list li .box .chan_a{display: none;}
	.banner-slogan h1{font-size: 30px;}
	.banner-slogan p{width: 98%;font-size: 18px;}
	.car-d-cont{padding-top:30px;margin-bottom: 0;}
	.case-title{margin-bottom: 30px;}
	.case-title .tit1{font-size: 24px;padding-bottom: 10px;}
	.case-title .tit2{font-size: 14px;}
	.car-d-list li:hover .box{top: 10px;}
	.yingj .case-title .tit2{padding: 0 15px;line-height: 24px;}
	.car-d-cont .case-title .tit2{padding: 0 15px;line-height: 24px;}
	.yingj{padding: 30px 0;}
	.yiti{padding: 30px 0;}
	.yanfa{padding: 30px 0;}
	.ditu{padding: 30px 0;}
	.guwm{padding: 30px 0;}
	.gybox .gy_left h3{margin-bottom: 10px;font-size: 24px;}
	.button_text_container{font-size: 14px;}
	.button_su_inner{width: 80px;height: 40px;line-height: 40px;}
	.zebra{padding: 30px 0;}
	.con_box .list .item {flex:none;}
	.mh5-coop{padding-top: 30px;padding-bottom: 30px;}
	.mh5-coop .case-title .tit2{padding: 15px;line-height: 24px;}
	.list .item .box .title{margin-top: 0;margin-bottom:10px;}
	.loop-one{margin-bottom: 15px;}
	.aliyun-index-community .module-wrap .aliyun-index-community{
		padding: 30px 0;
	}
	.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item{
		width: 100%;
		padding: 0;
	}
	.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box{
		margin-bottom: 10px;
	}
	.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-box .box-header{
		padding: 5px 0;
	}
	.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content .ali-content-item .item-appendix ul li{
		margin-bottom: 10px;
	}
	.ban_vid{z-index: 9999;}
}

@media only screen and (max-width:320px) {
	.banner-slogan h1{font-size: 24px;margin-bottom: 20px;}
	.banner-slogan p{font-size: 16px;line-height: 24px;}
	.car-d-list li .box .ico{width: 50px;height: 50px;}
	.car-d-list li .box h3{font-size: 16px;}
	.case-title .tit1{font-size: 18px;}
	.yingj .case-title .tit2{font-size: 14px;}
	.gybox .gy_left h3{font-size: 18px;font-weight: bold;}
	.gybox .gy_left p{font-size: 14px;line-height: 24px;margin-bottom: 10px;}
	.mh5-coop .case-title .tit2{padding: 0 15px;}
	.button_su_inner{width: auto;height: auto;border: none;}
}

.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content {
	width:100%;max-width: 1200px;margin: 0 auto;
}
.aliyun-index-community .module-wrap .aliyun-index-community .ali-main-content.clearfix {
	zoom:1;
	display:block;
	_height:1px
}