*{
	margin: 0;
	padding: 0;
}
input,textarea{
	outline: none;
}
 html, body {
    position: relative;
    height: 100%;
    font-size: 12px;
    min-height: 700px;
}
@media only screen and (min-height: 100px) and (max-height: 769px) {
	.swiper-slide1 h1{
		margin-top: 1rem !important;
	}
    .swiper-slide1 .w-logo{
    	width: 20rem !important;
    	margin: 2.5rem auto !important;
    }
    .swiper-slide1 .downs{
    	margin-top: 2.5rem !important;
    }
    .swiper-slide1 .w-logo img{
    	max-width: 100%;
    }
    .pone-bg {
	    height: 40rem !important;
	    width:20rem !important;
        padding: 5.15rem 1.6rem !important;
    }
    .pone-bg img{
    	max-width: 100%;
    }
    .news_title{
    	margin-top: 3.5rem !important;
    }
    .news_info{
    	margin-top: 5rem !important;
    }
    .swiper-slide4 > .content{
    	padding-top: 2rem !important;
    	margin-bottom: 5rem !important;
    }
    .about_content{
    	margin: 1.8rem 0 !important;
    	font-size: 1.3rem !important;
    }
    .about_img img{
    	width: auto !important;
    	height: 15rem !important;
    }
    .swiper-slide .about_footer{
    	padding: 1rem 0 !important;
    }
}
body {
/*    background: -moz-linear-gradient( top,#4CB6FC,#33AFFC);
	background: -webkit-linear-gradient(top,#4CB6FC,#33AFFC);
	background: -o-linear-gradient(top,#4CB6FC,#33AFFC);
	background-color: #4CB6FC; */
	background: #142c66;
    font-family: '微软雅黑',Helvetica Neue, Helvetica, Arial, sans-serif;
    color:#fff;
    margin: 0;
    padding: 0;
}

ul,li,ol{
	list-style: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { 
	 background-color: #f5f5f5;
	 }
a{
	text-decoration: none;
	color: #fff;
}

.center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.center-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.center-b-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    /* text-align: center; */
    font-size: 18px;    
}
.mr10{
	margin-right: 10px;
}
.cp{
	cursor: pointer;
}
  
header,.header{
	width: 100%;
	height: 5rem;
	background: rgba(0,3,19,0.5);
	box-shadow:4px 0px 8px 0px rgba(0,3,19,0.5);
	-webkit-box-shadow:4px 0px 8px  0px rgba(0,3,19,0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.header .content{
	width: 140rem;
	height: 5rem;
}
.header a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size:1.8rem;
	font-family:STYuanti-SC-Regular;
	color:rgba(255,255,255,1);
}
.header .nav{
	margin-left: 20rem;
}
.header .nav >  div a{
	/* padding:0 2.5rem 0.2rem; */
	margin-left: 2.5rem;
	font-size:1.5rem;
	font-weight: normal;
	font-family:STYuanti-SC-Light;
	color:rgba(255,255,255,1);
}
.header .nav >  div span{
	height: 0px;
	width: 0px;
	border-left: 0.4rem solid  transparent;
	border-right: 0.4rem solid transparent;
	border-top: 0.52rem solid #fff;
	border-bottom: 0.4rem solid transparent;
	margin-left: 5px;
	display: inline-block;
}
.header .nav >  div.current span{
	border-top: 0.52rem solid #2B6BFE;
}
.header .nav >  div.current a{
	color:#2B6BFE;
	font-weight: 550;
}
.header .slide-icon{
	
}
.header .slide-icon .icon{
	height: 3rem;
	width: 3rem;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.header .slide-icon .wx{
	background-image: url(../images/wechat@2x.png);
	position: relative;
}
.header .slide-icon .sina{
	background-image: url(../images/weibo@2x.png);
	margin-left: 3rem;
}
.header .slide-icon .sina a{
	height: 3rem;
	width: 3rem;
	display: block;
}
.header .slide-icon .show_wx{
	position: absolute;
	left: -1.5rem;
	top: 5rem;
	display: none;
}
.swiper-slide1{
	padding-top: 5rem;
	background-image: url(../images/1bg.png);
	-webkit-background-size: auto auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.swiper-slide1 h1{
	margin-top: 1rem;
	font-family: STYuanti-SC-Regular;
}
.swiper-slide1 .w-logo{
	width: 28rem;
	margin:5rem auto;
}
.swiper-slide1 .w-logo img{
	max-width: 100%;
}
.swiper-slide1 .w-text{
	height: 6.5rem;
	/* background: url(../images/text2@2x.png) center no-repeat; */
	-webkit-background-size: auto 6.5rem;
	background-size: auto 6.5rem;
}
.swiper-slide1 .downs .down-icon{
	height: 5rem;
	width: 13rem;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.swiper-slide1 .downs{
	margin-top:5rem;
}
.swiper-slide1 .downs .down-icon:first-child{
	position: relative;
	background-image: url(../images/ios@2x.png);
	cursor: pointer;
}
.swiper-slide1 .downs .down-icon:last-child{
	position: relative;
	background-image: url(../images/android@2x.png);
	margin-left: 90px;
	cursor: pointer;
}
.swiper-slide1 .downs .down-icon .img{
	width: 120px;
	height: 120px;
	position: absolute;
	top:-80px;
	display: none;
}
.swiper-slide1 .downs .down-icon:first-child .img{
	right:120%;
}
.swiper-slide1 .downs .down-icon:last-child .img{
	left:120%;
}
.swiper-slide1 h1 .line{
	width:5.75rem;
	height:0.33rem;
	border-radius:0rem;
}
.swiper-slide1 h1 .line:first-child{
	background: -moz-linear-gradient( left,rgba(255,255,255,0.1),rgba(255,255,255,1));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0.1),rgba(255,255,255,1));
	background: -o-linear-gradient(left,rgba(255,255,255,0.1),rgba(255,255,255,1));
	/*background-color:#fff;*/
}
.swiper-slide1 h1 .line:last-child{
	background: -moz-linear-gradient( left,rgba(255,255,255,1),rgba(255,255,255,0.1));
	background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0.1));
	background: -o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0.1));
	/*background-color:#fff;*/
}
.swiper-slide1 h1 .text{
	width: 25rem;
	height: 4rem;
	padding: 0 6rem;
	background: url(../images/text1@2x.png) center no-repeat;
}
.swiper-slide2{
	background-image: url(../images/2bg.png);
	background-size: auto auto;
	-webkit-background-size: auto auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}






.pone-bg{
	height: 51rem;
	width: 25rem;
	padding: 6.6rem 1.8rem;
	background-image: url(../images/iPhone6@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 35rem;
}
.pone-bg > div{
	background-color: #fff;
}
.pone-bg img{
	display: block;
	border:0;
	margin-top: 0.5px;
}

.module-son{
	width: 100%;
	/*background: goldenrod;*/ /*************/
}
.module-son .con-text{
	width: 30rem;
	margin-left: 10rem;
}
.module-son .con-text h2{
	width: 25rem;
	font-size: 5rem;
	font-weight: normal;
}
.module-son .con-text .text{
	font-size: 1.33rem;
	padding-top: 3rem;
	line-height:2.5rem;
	padding-right:4.8rem;
	background-image: url(../images/bg_decorate2@2x.png);
	background-repeat: no-repeat;
	background-position: right 2rem;
}

.module-son.swiper-container-vertical .swiper-pagination-bullet{
	margin-top:8rem;
	margin-bottom: 0;
	display: flex;
	position: relative;
}
.module-son.swiper-container-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active .text{
	font-size:1.5rem;
}
.module-son.swiper-container-vertical .swiper-pagination-bullet:nth-of-type(2){
	
	
}
.module-son.swiper-container-vertical .swiper-pagination-bullet:after{
	position: absolute;
	content: '';
	top: 3.45rem;
	left: 1.2rem;
	height: 6.67rem;
	width: 3px;
	background: #fff;
}
.module-son.swiper-container-vertical .swiper-pagination-bullet:last-child:after{
	position: absolute;
	content: '';
	top: 0rem;
	left: 0rem;
	height: 0rem;
	width: 0px;
	background: #fff;
}
.module-son.swiper-container-vertical .swiper-pagination-bullet .circle{
	height: 1.08rem;
	width: 1.08rem;
	background-color: #fff;
	border:0.75rem solid rgba(59, 177, 252,1);
	border-radius: 50%;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}
.module-son.swiper-container-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active .circle{
	border:0.75rem solid rgba(59, 177, 252,0.7);
}
.module-son.swiper-container-vertical .swiper-pagination-bullet .text{
	font-size: 1.15rem;
}
.module-son .swiper-pagination{
	width:19rem;
	height: 60rem;
	padding-right: 12.5rem;
	background-image: url(../images/bg_decorate1@2x.png);
	background-repeat: no-repeat;
	background-position: right 17rem;
	background-size:auto 7rem;
	-webkit-background-size:auto 7rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 32rem;
	right: auto;
}

.module-son .swiper-pagination:before{
	height: 6.67rem;
	width: 3px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 1.2rem;
	z-index: -1;
	background: -moz-linear-gradient( top,rgba(255,255,255,0.1),rgba(255,255,255,1));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(255,255,255,1));
	background: -o-linear-gradient(top,rgba(255,255,255,0.1),rgba(255,255,255,1));
	/*background-color: #fff;*/
}
.module-son .swiper-pagination:after{
	height: 6.67rem;
	width: 3px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 1.2rem;
	z-index: -1;
	background: -moz-linear-gradient( top,rgba(255,255,255,1),rgba(255,255,255,0.1));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
	background: -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
	/*background-color: #fff;*/
}


.news{
    background: url(../images/5bg.png) no-repeat;
    background-position: 0% 100%;
    background-size: 100% 200%;
    -webkit-background-size: 100% 200%;
}
.news_title{
	font-size: 3rem;
	color: #FFFFFF;
	margin-top: 6.5rem
}
.news_info{
	width: 100%;
	margin-top: 10rem;
}
.news_item li{
	width: 29rem;
	height: 33rem;
	padding-bottom: 0.2rem;
	margin-right: 3rem;
	float: left;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.news_item li a{
	display: block;
	
	color: #868382;
	text-decoration: none;
	text-align: left;
}

.text_info{
	padding: 0.5rem 0.8rem;
}
.text_info h4{
	margin: 0.8rem 0;
	font-size: 1.83rem;
	font-weight: normal;
	color: #403531;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text_info time{
	font-size: 1.33rem;
	color: #969696;
}
.news_item li .img{
	width:  100%;
	height: 19rem;
}
.news_item li .img img{
	width: 100%;
	height: 19rem;
}

.news_big {
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
}
.news_big:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*关于往往*/
.swiper-slide4{
	background: url(../images/4bg.png) no-repeat;
	background-position: 0% 100%;
	background-size: 100% 200%;
	-webkit-background-size: 100% 200%;
}
.swiper-slide3 > div{
	width: 100%;
	height: 100%;
	background: url(../images/3bg.png) no-repeat;
	background-size: cover;
}
.swiper-slide4 > .content{
	width: 1200px;
	padding-top: 4rem;
	background: url(../images/4bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 16rem;
	/*padding-bottom: 13rem;*/
}
.swiper-slide .about_footer{
	border-top: 2px solid rgba(255,255,255,0.4);
	padding: 2rem 0px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
}
.about_title{
	font-size: 3rem;
	color: #FFFFFF;
}
.about_content{
	color: #FFFFFF;
	margin: 5rem 0;
	font-size: 1.5rem;
}
.about_img img{
	width: 75rem;
	height: 25rem;
}

.new_text{
	height: 7rem;
	font-size: 1rem;
	color: #969696;
}
.new_text3{
	height: 10.7rem;
	font-size: 0.5rem;
}
/*#about {
  animation: rotateRing1 5s infinite ease-in-out alternate;
  -webkit-animation: rotateRing1 5s infinite ease-in-out alternate;
  -o-animation: rotateRing1 5s infinite ease-in-out alternate;
  -moz-animation: rotateRing1 5s infinite ease-in-out alternate;
}
@keyframes rotateRing1 {
  0% {
   transform: rotateX(2.72727deg);

  }

  20% {
   transform: rotateX(30deg);
  }

  40% {
    transform: rotateY(1.72727deg);
  }

  60% {
   	 transform: rotateY(10deg);
  }

  80% {
    	transform: rotateZ(1.72727deg);
  }

  100% {
    	transform: rotateZ(5deg);
  }
}
@-webkit-keyframes rotateRing1 {
  0% {
    -webkit-transform: rotateX(2.72727deg);
  }

  20% {
    -webkit-transform: rotateX(30deg);
  }

  40% {
    -webkit-transform: rotateY(1.72727deg);
  }

  60% {
     -webkit-transform: rotateY(10deg);
  }

  80% {
    	-webkit-transform: rotateZ(1.72727deg);
  }

  100% {
    	-webkit-transform: rotateZ(5deg);
  }
}
@-o-keyframes rotateRing1 {
  0% {
    -o-transform: rotateX(2.72727deg);
  }

  20% {
    -o-transform: rotateX(30deg);
  }

  40% {
    -o-transform: rotateY(1.72727deg);
  }

  60% {
     -o-transform: rotateY(10deg);
  }

  80% {
    	-o-transform: rotateZ(1.72727deg);
  }

  100% {
    	-o-transform: rotateZ(5deg);
  }
}
@-moz-keyframes rotateRing1 {
  0% {
    -moz-transform: rotateX(2.72727deg);
  }

  20% {
    -moz-transform: rotateX(30deg);
  }

  40% {
    -moz-transform: rotateY(1.72727deg);
  }

  60% {
     -moz-transform: rotateY(10deg);
  }

  80% {
    	-moz-transform: rotateZ(1.72727deg);
  }

  100% {
    -moz-transform: rotateZ(5deg);
  }
}*/
.body-title{
	position:relative;
	height: 100%;
	/* display: flex; */
}
.body-title .body-img{
	display: block;
	width: 100%;
	height: 960px;
}
.body-title .body-imgUp{
	position: absolute;
}
.body-title .body-span{
	width: 860px;
	height: 271px;
	position: absolute;
	top:250px;left: 305px;
	font-size: 80px;
	font-family: Advent Pro;
	font-weight: bold;
	color: #FFFFFF;
	/* z-index: 10000; */
	letter-spacing:20px;
}
.download{
	border:1px solid #588eda;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	color: #1e78e7;
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.downloadImg{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 195px;
	top: 86px;
	display: none;
}
.download:hover .downloadImg{
	display: block;
}
.download .img{
	background: url(../images/iconImg.png) no-repeat;
	margin-right: 15px;
	width: 25px;
	height: 25px;
	background-size: 100%;
}
.body-title .body-image{
	width: 700px;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1;
}
.body-title .body-image img{
	width: 320px;
	height: 600px;
	/* display: flex; */
	
}
.body-title .homepage-body{
	position: absolute;
	top:0;left: 110px;
	font-family: Advent Pro;
	color: #FFFFFF;
	cursor: default;
}
.body-title .homepage-body .company{
	font-size: 34px;
	font-weight: normal;
}
.body-title .homepage-body .introduce{
	width: 909px;
	height: 48px;
	padding-top: 34px;
    font-weight: normal;
}
.ml{
	margin-top: 30px;
}
.circle ul{
	display: flex;
	position: absolute;
	top:85%;left: 110px;
	z-index: 800;
}
.circle ul li{
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	/* background: white; */
	border: 1px solid white;
}
.circle ul .carousel{
	background: white;
	width: 30px;
}
.partner-circle{
	position: absolute;
	top: 70%;
	right: 30%;
}
.partner-circle ul{
	display: flex;
	position: absolute;
	top:85%;left: 110px;
	z-index: 800;
}
.partner-circle ul li{
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	/* background: white; */
	border: 1px solid white;
}
.partner-circle ul .partnerV{
	background: white;
	width: 30px;
}
.homepage-circle{
	position: fixed;
	right: 3%;
	top: 40%;
	z-index: 999;
}
.homepage-circle ul li{
	margin-top: 40px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color:white;
	border: 1px solid #FFFFFF;
}
.homepage-circle ul .domo{
	background: white;
}
.body-title .body-img{
	display: block;
	width: 100%;
	height: 960px;
}
.body-title .body-imgUp{
	position: absolute;
}
/* 关于我们左边 */
.about{
	position: absolute;
	top: 25%;
	left: 20%; 
	/* color: white; */
}
.about ul{
	font-size: 28px;
	font-family: Source Han Sans CN;
	
}
.about ul li{
	cursor: pointer;
	margin-top: 35px;
}
.about ul li {
	font-weight: bold;
	color: rgba(255,255,255,0.5);
}
.about ul li .domo{
	font-weight: bold;
	color: rgba(255,255,255,1);
}
.body-title .about-us{
	/* display: none; */
	color: rgba(255,255,255,1);
	float: left;
	font-size: 18px;
	height: 100%;
	font-weight: normal;
}
.body-title .about-usBlock{
	display: block;
}
	
.about > ul > li .about-us{
	display: none;
}
.about > ul > li.current{
	color: rgba(255,255,255,1) !important;
}
.about > ul > li.current .about-us{
	display: block;
	color: rgba(255,255,255,1);
}
.body-title .about-us .about-us-item{
	width: 60px;
	height: 2px;
	background: #FFFFFF;
}
.body-title .about-us .about-us-link{
	width: 584px;
	height: 164px;
	color: white;
}
.partner-left .partner-left-data{
	cursor: pointer;
	position: absolute;
	width: 600px;
	height: 464px;
	top: 30%;left: 13%;
	z-index: 700;
	font-size: 16px;
	color: white;
}
.partner-left .partner-left-data p:hover{
	font-size: 26px;
	transition: all 0.3s;
	opacity: 1 !important;
}
.partner-left img{
	position: absolute;
	top: 25%;left: 13%;
	z-index: 600;
	width: 450px;
	height: 460px;
}
.partner-right{
	position: absolute;
	top: 26%;
	left: 45%;
	color: white;
	z-index: 800;
}
.partner-right div{
    font-size: 33px;
    font-weight: bold;
}
.partner-right p{
	margin-top: 40px;
	width: 682px;
	height: 109px;
	font-size: 22px;
	font-weight: 400;
}
.partner-right img{
	margin-top: 100px;
	width: 50px;
	height: 50px;
}
.partner-right span{
	margin-top: 220px;
	width: 682px;
	height: 2px;
	display: block;
	background: #FFFFFF;
}
/* 信息服务 */
.message{
	position: absolute;
	top: 20%;left: 10%;
}
.message table{
	/* border-collapse:collapse; */
	width: 1520px;
	height: 640px;
	padding: 70px;
	background: #FFFFFF;
}
.message table tr td {
	width: 25%;
	padding:30px;
    border-style: solid;
    border-color: #C4C4C4;
	text-align: center;
}
.message .message-supply{
    color: #454545;	
}
.message .message-supply:hover{
	cursor: default;
	color: #1A4BC3;
}
.message .message-supply div{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.message .message-supply span{
	font-size: 20px;
}
.iframe{
	position: absolute;
	width: 100%;
	height: 500px;
	bottom: 0;
	/* opacity: 0.5; */
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url('../images/arrows.png') !important;  
	left:0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url('../images/arrows.png') !important
}
.swiper-button-next, .swiper-button-prev{
	width: 44px !important;
	height: 44px !important;
	margin-top: 126px;
    background-size: 44px 44px !important;
}