@charset "utf-8";
/* CSS Document */

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    background: #fff;
    overflow: hidden;
}
.page-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*幻灯片开始*/

.focus {
    width: 100%;
    /*height: 140px;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.focus .hd {
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 1;
    bottom:1px;
	/*top:3.2rem;*/
    text-align: center;
}
.focus .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    background-color: rgba(255,255,255,0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
	
}
.focus .hd ul li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}
.focus .hd ul .on {
    background: #FE6C9C;
}
.focus .bd {
    position: relative;
    z-index: 0;
}
.focus .bd li img {
    width: 100%;
    /*height: 140px;*/
    background: url(images/loading.gif) center center no-repeat;
}
.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
/*===FlexSlider幻灯片  结束===*/




/*navigators-gallery*/
.navigators-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 1.84rem;
    font-size: 0.26rem;
    border-bottom: 8px solid #FAFAFA;
    padding: 0 .15rem;
}
.navigators-gallery .gallery-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    height: 100%;
    text-align: center;
}
.navigators-gallery .gallery-item img {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
}
.navigators-gallery .gallery-item span {
    display: block;
    font-size: .22rem;
}
/*webapp-intro*/
.webapp-intro {
    padding-top: 0.6rem;
}
.webapp-intro p:nth-of-type(1) {
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.56rem;
}
.webapp-intro p:nth-of-type(2) {
    padding-bottom: 0.45rem;
    text-align: center;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #9fa5bb;
}
.webapp-intro .img-wrap {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: center;
    background: #fff;
    border-bottom: 8px solid #FAFAFA;
}
.webapp-intro .img-wrap img {
    width: 95%;
}
.title-wrap {
    position: relative;
}
/*.title-wrap::after{
  position: absolute;
  bottom: -0.15rem;
  left: 50%;
  content: "";
  width: 0.23rem;
  height: 0.15rem;
  background-image: url("../img/bottom_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}*/
/*application-scene*/
.application-scene-wrap .application-title {
    padding: 0.8rem 0;
    width: 100%;
    font-size: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    padding-bottom: .55rem;
}
.application-scene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.21rem;
    background: #fff;
}
.application-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.07rem;
    padding-bottom: 0;
    width: 50%;
    font-size: 0.26rem;
    text-align: center;
}
.application-item.application-item-try {
    width: 100%;
}
.application-item.application-item-try .try-btn {
    display: block;
    width: 1.44rem;
    height: 0.47rem;
    text-align: center;
    line-height: 0.47rem;
    border-radius: 0.235rem;
    font-size: 0.24rem;
    background: linear-gradient(#54A7F9, #1191EA);
    color: #fff;
}
.application-item img {
    width: 100%;
}
.application-item .item-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.application-item .item-content p {
    position: relative;
}
.application-item .item-content p:before {
    position: absolute;
    top: -0.1rem;
    left: 50%;
    content: "";
    width: 0.36rem;
    height: 0.03rem;
    background: #3091f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*webapp-make*/
.webapp-make {
    border-bottom: 8px solid #fafafa;
}
.webapp-make .title-wrap p:nth-child(1) {
    padding-top: 0.55rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.40rem;
}
.webapp-make .title-wrap p:nth-child(2) {
    padding-bottom: 0.1rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.26rem;
    color: #9fa5bb;
}
.make-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .5rem;
    height: 5rem;
    background: #fff;
}
.make-gallery .gallery-item {
    width: 33%;
    text-align: center;
}
.make-gallery .gallery-item img {
    padding-top: 0.5rem;
    /* padding-bottom: 0.3rem;*/
    width: 1.2rem;
}
.make-gallery .gallery-item .item-title {
    position: relative;
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #3091f2;
}
.make-gallery .gallery-item .item-title::before {
    position: absolute;
    top: -0.1rem;
    left: 50%;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #3091f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.make-gallery .gallery-item .item-description {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #a4a9be;
}
/*核心场景*/

.webapp-make_1 {
    border-bottom: 8px solid #fafafa;
}
.webapp-make_1 .title-wrap p:nth-child(1) {
    padding-top: 0.55rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.40rem;
}
.webapp-make_1 .title-wrap p:nth-child(2) {
    padding-bottom: 0.1rem;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.26rem;
    color: #9fa5bb;
}
.webapp-make_1 .make-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .3rem;
    height: 4rem;
    background: #fff;
}
.webapp-make_1 .make-gallery .gallery-item {
    width: 20%;
    text-align: center;
}
.webapp-make_1 .make-gallery .gallery-item img {
    padding-top: 0.5rem;
    /*padding-bottom: 0.3rem;*/
    width: 0.4rem;
}
.webapp-make_1 .make-gallery .gallery-item .item-title {
    position: relative;
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #3091f2;
}
.webapp-make_1 .make-gallery .gallery-item .item-title::before {
    position: absolute;
    top: -0.1rem;
    left: 50%;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #3091f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.webapp-make_1 .make-gallery .gallery-item .item-description {
    font-size: 0.16rem;
    line-height: 0.0rem;
    color: #a4a9be;
}
/*excellence-cases*/
.excellence-cases {
    position: relative;
    height: 11.55rem;
    background-image: url("../img/excellence_case_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cases-swiper-container {
    position: relative;
    padding-top: 1.78rem;
    width: 100%;
    height: 5.16rem;
    overflow: hidden;
}
.cases-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}
/*new-slider*/
#slide-section {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    position: relative;
    padding-top: 1.78rem;
}
.banner-wrap {
    width: 3.2rem;
    height: 5.16rem;
    position: relative;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.banner-item {
    width: 3.2rem;
    height: 5.16rem;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.banner-item img {
    width: 100%;
    height: 100%;
}
.prev-prev-item {
    /*background: pink;*/
    -webkit-transform: translate3d( -350px, 0, -400px );
    transform: translate3d( -350px, 0, -400px );
}
.prev-item {
    /*background: red;*/
    -webkit-transform: translate3d( -250px, 0, -300px );
    transform: translate3d( -250px, 0, -300px );
}
.current-item {
/*background: blue;*/
}
.next-item {
    /*background: yellow;*/
    -webkit-transform: translate3d( 250px, 0, -300px );
    transform: translate3d( 250px, 0, -300px );
}
.next-next-item {
    /*background: palegreen;*/
    -webkit-transform: translate3d( 350px, 0, -400px );
    transform: translate3d( 350px, 0, -400px );
}
.case-intros {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.35rem;
    z-index: 10;
}
.case-intros .case-intro {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.case-intros .case-intro.active {
    opacity: 1;
    z-index: 10;
}
.case-intro .case-name {
    padding-bottom: 0.2rem;
    padding-top: 0.6rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
}
.case-intro .case-description {
    display: -webkit-box;
    margin: 0 auto;
    width: 4.7rem;
    height: 1.32rem;
    line-height: 0.33rem;
    font-size: 0.24rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.case-intros .more-cases-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 1.05rem;
    z-index: 10;
}
.more-cases-wrap .more-cases {
    display: block;
    margin: 0 auto;
    width: 1.42rem;
    height: 0.45rem;
    border: 1px solid #fff;
    border-radius: 0.225rem;
    text-align: center;
    line-height: 0.45rem;
    font-size: 0.24rem;
    background-color: #39363c;
    color: #fff;
    margin-top: .2rem;
}

/*join-us*/
.join-us {
    height: 2.36rem;
    background-image: url("../img/join_us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.join-us .title {
    padding-top: 0.5rem;
    text-align: center;
    font-size: 0.38rem;
    line-height: 0.53rem;
    color: #fff;
}
.join-us .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.3rem;
    width: 100%;
}
.join-us .btn-group a {
    display: block;
    margin: 0 0.14rem;
    width: 1.44rem;
    height: 0.47rem;
    text-align: center;
    line-height: 0.47rem;
    border-radius: .235rem;
    font-size: 0.24rem;
    background-color: #FFE388;
    color: #3091F2;
}
/*weapp-news*/
.weapp-news {
/*padding-top: .62rem;*/
}
.weapp-news-item {
    padding: .38rem .27rem 0 .3rem;
}
.weapp-news-item-content {
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(213,213,222,1);
}
.weapp-news .title {
    font-size: .32rem;
    padding-bottom: .6rem;
    text-align: center;
    color: rgba(48,52,69,1);
    margin-top: .35rem;
}
.weapp-news-left {
    width: 3.12rem;
}
.weapp-news-shortcut {
    font-size: .24rem;
    width: 3.12rem;
    color: rgba(48,52,69,1);
    font-weight: 600;
}
.weapp-news-from-and-time {
    padding-top: .59rem;
}
.weapp-news-from, .weapp-news-time {
    font-size: .2rem;
}
.weapp-news-from {
    padding-right: .16rem;
    border-right: 1px solid rgba(213,213,222,1);
}
.weapp-news-time {
    padding-left: .16rem;
}
.weapp-news-img {
    width: 2.37rem;
    height: 1.81rem;
    background-color: green;
}
/*try-section*/
.try-section {
    padding-top: .9rem;
}
.try-title {
    font-size: .38rem;
    text-align: center;
    line-height: .52rem;
    color: #303445;
}
.try-description {
    font-size: .26rem;
    color: #a4a9be;
    text-align: center;
    line-height: .42rem;
}
.try-section .try-btn {
    display: block;
    margin: .26rem auto;
    width: 1.44rem;
    height: 0.47rem;
    text-align: center;
    line-height: 0.47rem;
    border: 1px solid #fff;
    border-radius: .235rem;
    font-size: 0.24rem;
    background: linear-gradient(#54A7F9, #1191EA);
    color: #fff;
}
.try-section img {
    width: 100%;
    margin-top: .6rem;
}
/*�������*/
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*С������Ѷ*/
.news-item {
    margin: 0 0.3rem;
    height: 2.46rem;
    border-bottom: 1px solid rgba(213, 213, 222, .5);
}
.news-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
}
.news-item .item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.4rem;
}
.news-item .item-text .item-title {
    display: -webkit-box;
    height: 1.2rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-item .item-text .item-text-bottom {
    padding-top: 0.26rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
}
.news-item .item-text-bottom .center-line {
    position: relative;
    top: 0.03rem;
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #ebebef;
    margin: 0 0.15rem;
}
.news-item .item-text .item-text-bottom .author {
    color: #9FA5BB;
}
.news-item .item-text .item-text-bottom time {
    color: #abb0c3;
}
.news-item .item-img {
    width: 2.31rem;
    height: 1.76rem;
}
.news-item .item-img img {
    width: 100%;
    height: 100%;
}
.case_arrow {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    top: 48%;
    padding: 0 3%;
}
#arrow_right {
    float: right;
    margin-top: 8.5%;
}
.select-template {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .26rem;
    background: #3091f2;
    z-index: 11;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}
.select-template a {
    flex: 1;
    color: #fff;
}
.select-template .devide-line {
    display: block;
    align-self: center;
    width: 0;
    height: 25px;
    border-left: 1px solid #fff;
}
/*小程序案例*/

.homeCase{
	width:100%;
	height:auto;
	/*background:*/
	background: url(../images/foot-1.jpg) no-repeat center;
	background-size: 100%;
}
.homeCase .title-wrap-1{
	color:#fff;
}
.homeCaseWrap{                                                                          
	font-size:0.16rem;
	padding:0.4rem 0 0.6rem 0;  
}
.homeCaseWrap .homeCaseList li{
	/*height:2.3rem;*/
	text-align: center;
	background-color: rgba(39,41,56,0.4);
	/*opacity: 0.6;*/
}
.homeCaseWrap .homeCaseList li div{

}
.homeCaseWrap .homeCaseList .txt{
	width:50%;
	float:left;
	height:100%;
	color:#f3f0f0;
}
.homeCaseWrap .homeCaseList .txt h3{
	font-size:0.2rem;
	margin:0.2rem 0 0.1rem 0;
	/*text-align: left;*/
}
.homeCaseWrap .homeCaseList .txt p{
	width:80%;
	margin: 0 auto;
	font-size:0.12rem;
	line-height: 0.24rem;
	text-align: left;
}
.homeCaseWrap .homeCaseList .pic{
	float:left;
	width:50%;
	height:100%;
}
.homeCaseWrap .homeCaseList .pic img{
	width:100%;	
	height:auto;
}
.homeCaseList li a:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
}

/*开发流程*/
.f-process{
	width:100%;
	height:100%;
	padding:0 0 50px 0;
}
.f-process .p-contact{
	width:100%;
	overflow: hidden;
	margin-top:14px;
}
.f-process .p-contact .sliderHomeSpB li{
	float:left;
	width:20%;
	text-align: center;
	padding:15px 0;
}
.f-process .p-contact .sliderHomeSpB .num{
	width:62px;
	height:62px;
	margin:0 auto;
	line-height: 62px;
	color:#3091f2;
	background: url(../images/border_1.png) no-repeat center;
	background-size:80%;
	font-size:0.2rem;
}
.f-process .p-contact .sliderHomeSpB p{
   font-size:0.17rem;
	color:#a4a9be;
}
/*底部固定工具条*/

#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 48px;
}
.toollist li {
    float: left;
    height: 100%;
    width: 25%;
    position: static !important;
    margin: 0;
    border-radius: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-shadow: none!important;
    background: none;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    position: relative;
}
.toollist li a img {
    width: 24px;
    height: 24px;
    text-align: center;
}
.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.toollist {
    background: #56a8fa;
}
.toollist li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li:last-child {
    border-right: none;
}
.toollist li a {
    color: #fff;
}
