/* 公共部分*/
body{
    margin:0;
    padding:0;
    font-family: Microsoft YaHei,"arial" !important;
}
h1,h2,h3,h4,h5,h6,a,nav,footer,header,section,select,div,p,span,option{
    padding:0;
    margin:0;
    font-family: Microsoft YaHei,"arial" !important;
}
/*******header部分******/

a{text-decoration: none;}

/*
*
20189101459新添加头部（招商加盟）
*
 */
.join-a {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #39a9f5;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.top {
    background: #424242;
    height: 40px;
    line-height: 40px;
}
.topInner {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}
.inner1 {
    float: left;
}
.inner1 a {
    margin-right: 25px;
    cursor: pointer;
}
.inner1 a {
    color: #fff;
}
.inner2 {
    float: right;
    margin-right: 23px;
}
.inner2 span {
    margin-left: 30px;
}



.block2 {
    text-align: center;
}
.innerBox {
    width: 1200px;
    margin: 0 auto;
}
.index-header {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    overflow: hidden;
}
.head {
    text-align: center;
    background: white;
    border: none;
    padding-bottom: 50px;
}
.headTitle {
    font-size: 30px;
}
.headMagin {
    margin-top: 10px;
}
.headLine {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #2b9aef;
    margin-bottom: 6px;
}
.wordAmongLine {
    color: #39a9f5;
    font-size: 20px;
    font-weight: bold;
}
.picMagin {
    margin-top: 50px;
}

.headPic {
    float: left;
    width:30%;
    margin-top:3%;
    background-size:cover;
    margin-left: 3%;
    height: 302px;
    overflow: hidden;
    /*height: 272px;*/
    cursor: pointer;
    position: relative;
}
.project-img{
    width:100%;
    cursor: pointer;
    transition: all 0.6s;
}
.project-title{
    display: inline-block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color:#fff;
    margin-top:35%;
}
.project-content{
    position:absolute;
    top:0;
    left:0;
    display: inline-block;
    width:100%;
    height:302px;
    background:rgba(67,67,67,0.5);
    overflow: hidden;
}
.project-text{
    display: inline-block;
    width:90%;
    margin:130px auto 0;
    color:#fff;
    font-size: 14px;
    text-align: center;
}
.x-project-center{
    width:100%;
    overflow: hidden;
}
.x-item{
    width:50%;
    float:left;
}
.project-advant{
    padding-top: 95px;
    text-align: left;
    padding-left: 28px
}
.blueNum{
    font-size: 24px;
    color: #fff;
    font-weight: 800
}
.textName{
    color: #fff;
    font-size: 24px;
}
.projectConText{
    font-size: 12px;
    padding: 10px 30px;
    line-height: 150%;
    color:#fff;
    text-align: left;
}
.project-btn{
    background: #0093dd;
    display: block;
    width: 360px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

/**
***
***服务支持
*/
.solution-section {
    padding: 60px 0 0;
}
.card-area {
    margin: 0 auto;
    height: 320px;
    width: 1200px;
    overflow: hidden;
    padding:0;
}
.card-area .card-item:first-child {
    margin-left: 0;
}
.card-area .card-item {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    padding: 75px 0 0;
    width: 190px;
    height: 100%;
    text-align: center;
    border: 1px solid #DBE0E8;
    background: #fff;
    -webkit-transition: all .25s cubic-bezier(.4,0,.2,1);
    -o-transition: all .25s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .25s cubic-bezier(.4,0,.2,1);
    transition: all .25s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}
.card-item:hover{
    background:#39A9F5;
    color:#fff;
    border-color:#39A9F5;
}
.card-item a{
    text-decoration: none;
    outline: none;
}
.card-item a:hover{
    color:#fff;
}
.card-area .card-item .icon-container {
    height: 84px;
    line-height: 84px;
    text-align: center;
}
.card-area .card-item .icon {
    margin: 0 auto;
}
.icon-personal {
    background-size:cover;
    background-position: 0 0;
    width: 78px;
    height: 84px;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.card-area .card-item .title {
    margin: 40px 0 0;
    font-size: 24px;
    color: #39A9F5;
}
.card-area .card-item .note {
    margin-top: 5px;
    font-size: 16px;
    color: #808c99;
}
.card-area .card-item .btn-view {
    margin-top: 26px;
    padding: 11px 26px;
}
.btn-hollow-white, .header.header-light .header-tools .btn-register {
    padding: 6px 17px;
    border: 1px solid #fff;
    color: #fff;
}
.card-item .btn {
    display: inline-block;
    line-height: 1;
    background: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}




















.header{
    width:100%;
    text-align: center;
    background:rgba(255,255,255,0.85);
    padding:10px 0;
    position:fixed;
    top:0;
    left:0;
    z-index: 9999;
    border-bottom: 2px solid #525867;
}
.header-main{
    width:1200px;
    background:#ffffff;
    margin:20px auto 0;
    /*overflow: hidden;*/
}
.logo{
    float:left;
}
.logo img{
    height:40px;
}
.logo h1{
    display: inline-block;
    font-size:28px;
    vertical-align: middle;
    max-width:240px;
    font-weight: 200;
    color:#5A5858;
}
.nav-box{
    float:right;
}

/*下拉菜单部分*/
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#F29562;text-decoration: none;}
.nav li a{
    color:#898989;
    font-size:16px;
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #898989;
    text-transform: uppercase;
    padding: 30px;
}
nav.navbar.bootsnav ul.nav > li{
    color:#F29562;
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #f4f4f4;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #F29562;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    content: "+";
    font-family: Microsoft YaHei,"arial" !important;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    content: "\f105";
    transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    border: none;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}
.dropdown-menu li a{
    color:#898989;
}


/**************************/

.nav-box .nav{
    position: relative;
    z-index: 111;
}
.nav-box .nav li{
    float: left;
    text-align: center;
    position: relative;
}
.nav-box .nav li a{
    color: #1C1C1C;
}
.nav-box .nav li .second-nav{
    width:120px;
    display: none;
    position: absolute;
    top:50px;
    left:0;
    padding-top:10px;
    padding-left:0;

}
.nav-box .nav li .second-nav li{
    width:100%;
    padding:5px 0;
    position: relative;
    background:#46526C;
}
.nav-box .nav li .second-nav li:hover{
    background:#344667;
}
.nav-box .nav li .second-nav li a{
    font-family: Microsoft YaHei,"arial" !important;
    font-size:16px;
    color:#ffffff;
}
.nav-box .nav li .second-nav li .third-nav{
    display: none;
}


/*<!--轮播-->*/
.banner{
    width:100%;
    /*height:400px;*/
    margin-top:92px;
    text-align: center;
}

.item img{
    width:100%;
    min-width:1200px;
    /*height:400px;*/
}

/***<!-- 硬件介绍 -->***/
/*****产品的排列*****/

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    position:relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-text{
    font-size: 12px;
    color:#808c99;
    position:absolute;
    top:180px;
    left:0;
    width:96%;
    padding:0 2%;
}


.section{
    width:100%;
    text-align: center;
}
.hardware{
    width:100%;
    background:#ffffff;
    text-align: center;
}
.device{
    width:1200px;
    margin:0 auto;
    text-align: center;
    overflow: hidden;

    position: relative;
    height: 100%;
}
.device h1{
    font-size:30px;
    font-weight: 300;
    margin:20px 0;
}
.float-l{
    float:left;
}
.float-r{
    float:right;
}
.case{
    width:100%;
    border:1px solid transparent;
    overflow: hidden;
}

.case a{
    display:block;
    width:200px;
    height:40px;
    margin:20px auto 20px;
}

.case > a > .more{
    clear: both;
    margin:20px auto 20px;
    width:200px;
    height:40px;
    line-height:40px;
    font-size:24px;
    border:1px solid #363636;
    color:#363636;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.case > a > .more:hover{
    color:#ED8139;
    border:1px solid #ED8139;
}
.picture{
    width:100%;
    text-align: center;
    border-bottom: 1px solid #D8D9D8;
    margin-top:92px;
}

/*********《！--系统合作中心--》**********/

.system-center{
    width:100%;
    background:#F3F3F3;
    text-align: center;
}
.cooperate-center{
    background:#F3F3F3;
}
.picture-bg{
    width:400px;
    height:400px;
    background:url(../img/201788827.png) no-repeat;
    margin:0 0 20px 0;
}
.picture-bg h2{
    font-weight: 300;
    font-size:22px;
    margin:75px 0 0 0;
}
.picture-bg h3{
    font-weight: 200;
    font-size:18px;
    margin:10px 0 0 0;
}
.cooperate{
    width:300px;
    max-height:100px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0 auto;
    font-size:14px;
    text-align: left;
}
.cooperate a{
    color:#509DC4;
}
.cooperate a:hover{
    color:#F27E31;
}
/**************<!--数据营销中心-->***************/

.data-center{
    width:100%;
    background:#ffffff;
    text-align: center;
}


/*********<!--战略合作-->*********/
.strategy{
    width:100%;
    background:#f3f3f3;
    text-align: center;
}


/**************<!--footer公司底部信息-->***********/
.footer{
    width:100%;
    background:#3E4D5F;
    color:#ffffff;
    text-align: center;
    overflow: hidden;
    padding:36px 0;
}
.footer h1{
    font-size: 28px;
    font-weight: 300;
}
.contact{
    width:1200px;
    margin:40px auto 40px;
    border:1px solid transparent;
}
.contact h1{
    font-size: 28px;
    font-weight: 300;
}


/**********<！--消息小弹窗-->**********/

.footer-ou{
    position:fixed;
    right:0;
    top:320px;
    z-index: 999;
    /*overflow: hidden;*/
    display:none;
}
.touch{
    padding:0;
}
.touch li{
    padding:5px;
    margin:0 0 5px 0;
    background:#5D6A83;
    position:relative;
}
.touch li{
    cursor: pointer;
}
.touch li img{
    width:60px;
}
.touch-ul{
    padding:0 10px 0 0;
    display: none;
}
.touch-ul-1{
    position:absolute;
    top:-65px;
    left:-125px;
}
.touch-ul-2{
    position:absolute;
    top:0;
    left:-128px;
}
.touch-ul-3{
    position:absolute;
    top:0;
    left:-128px;
}
.touch-ul-2 > li , .touch-ul-3 > li{
    width:120px;
    text-align: center;
    height:48px;
    line-height:48px;
}
.touch-ul li{
    background:#5D6A83;
    color:#ffffff;
    margin:0;
    padding:0;
}
.touch-ul li a{
    color:#ffffff;
}
.touch-ul li a:hover{
    color:#F7FF6F;
}
.touch-ul li img{
    width:120px;
}

/****************<!------------------非主页面--》即副页面----------------->***************/




/****************<!-----------------扁平式---产品中心------------------>***************/

.hardware-box01{
    width:100%;
    height:500px;
    background:url(../img/product/2017881511.jpg) no-repeat center;
}
.hardware-box02{
    width:100%;
    height:401px;
    background:url(../img/product/2017881512.jpg) no-repeat center;
}
.hardware-box03{
    width:100%;
    height:400px;
    background:url(../img/product/2017881513.jpg) no-repeat center;
}
.hardware-box04{
    width:100%;
    height:401px;
    background:url(../img/product/2017881514.jpg) no-repeat center;
}
.hardware-box05{
    width:100%;
    height:399px;
    background:url(../img/product/2017881515.jpg) no-repeat center;
}
.hardware-box06{
    width:100%;
    height:401px;
    background:url(../img/product/20176161010_06.png) no-repeat center;
}
/*产品页的背景部分*/
/*pos*/
.hardware-box07{
    width:100%;
    height:401px;
    background:url(../img/marketing/20176171202.jpg) no-repeat center;
}
.hardware-box08{
    width:100%;
    height:401px;
    background:url(../img/marketing/20176171202.jpg) no-repeat center;
}
.text-d1{
    width:450px;
    padding-top:100px;
    margin:0 100px 0 0;
}
.text-d1 h1{
    color:#363636;
    font-size:36px;
    font-weight: 600;
}
.text-d1 p{
    color:#363636;
    font-size:20px;
    text-align: left;

}
.margin-10{
    margin:50px 0 0 130px;
}
.margin-5{
    margin:0 0 0 130px;
}
.case-product{
    width:100%;
    border:1px solid transparent;
    overflow: hidden;
}

.case-product a{
    display:block;
    width:200px;
    height:40px;
    margin:20px auto 20px;
}

.case-product > a > .more{
    clear: both;
    margin:20px auto 20px;
    width:200px;
    height:40px;
    line-height:40px;
    font-size:24px;
    border:1px solid #363636;
    color:#363636;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.case-product > a > .more:hover{
    color:#ED8139;
    background:#ffffff;
    border-color:#ED8139;
}

.text-d2{
    width:450px;
    padding-top:100px;
    margin:0 0 0 50px;
}
.text-d2 h1{
    color:#363636;
    font-size:36px;
    font-weight: 600;
}
.text-d2 p{
    color:#363636;
    font-size:20px;
    text-align: left;

}



/****************<!-----------------扁平式---营销中心------------------>***************/


.marketing-box01{
    width:100%;
    background:#ffffff;
    text-align: center;
    border-bottom:1px solid #f3f3f3;
}
.marketing-box02{
    width:100%;
    background:#f3f3f3;
    text-align: center;
}
.marketing{
    width:1200px;
    margin:0 auto;
    text-align: center;
    overflow: hidden;
}
.marketing h1{
    font-size: 32px;
    font-weight:600;
}
.marketing h2{
    font-size: 28px;
    font-weight:600;
    margin:20px 0 20px 0;
}
.marketing h3{
    font-weight:300;
    margin:20px 0;
}
.marketing ul{
    overflow: hidden;
    padding:0;
    margin:0;
}
.marketing ul li{
    width:300px;
    float:left;
}
.marketing ul li a{
    border:none;
}
.marketing ul li a:hover{

}

/*------------------------下载中心-------------------------------*/

.download{
    width:180px;
    height:150px;
    border:1px solid #989898;
    border-radius: 10px;
    position:fixed;
    top:42%;
    left:30px;
    box-shadow: 5px 5px 10px #717171;
    -moz-box-shadow: 5px 5px 10px #717171;
    -webkit-box-shadow: 5px 5px 10px #717171;
    background:#ffffff;
    /*behavior: url(ie-css3.htc);*/
}
.load{
    width:100%;
    margin:20px 0 30px;
    padding:0 10px;
    color:orange;
    font-size: 15px;
}
.download a img{
    width:150px;
}


/*________________________系统中心___________________________*/

.margin-bottom{
    margin-bottom: 30px;
}
.padding-tpg{
    padding:50px 0 10px 0;
}

.img-bg{
    width:100%;
    height:700px;
    overflow: hidden;
}
.color-ju{
    color:#D87417;
}
.marginT120{
    margin-top:120px;
}
.marginT80{
    margin-top:80px;
}
.color-lan{
    color:#3399E5;
}

.apply-btn{
    width:20%;
    padding:10px 0;
    text-align: center;
    font-size: 16px;
    color:#fff;
    background:#3399E5;
    border-radius: 5px;
    border:1px solid #3399E5;
    margin:20px 0 80px;
}


/*
***
***移动端招商加盟
***
*/

.wap-box{
    max-width:520px;
    margin:0 auto;
    overflow: hidden;
}
.wap-banner{
    width:100%;
    /*height:400px;*/
    /*margin-top:70px;*/
    text-align: center;
}
.wap-title{
    width:100%;
    overflow: hidden;
    text-align: left;
    color:#fff;
    background:rgba(10,157,229,0.6);
    padding:5px 0;
}
.wap-title img{
    width:120px;
    /*float: left;*/
    margin-left:20px;
}
.wap-text{
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-top:24px;
}
.index1-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 1.8rem 2% 1.2rem;
}
.index1-wap h1{
    font-size: 1.48rem;
    background: linear-gradient(left, #1fa7dc, #266aaa);
    background: -webkit-linear-gradient(left, #1fa7dc, #266aaa);
    background: -o-linear-gradient(left, #1fa7dc, #266aaa);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.8rem;
}
.index1-wap h3{
    font-size: 0.3rem;
    font-weight: 100;
}
.index1-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 1.3rem 1rem;
    border-radius: 10px;
    background: #6CC4EF;
    margin: 0.8rem 0 1rem;
    color:#fff;
}

.index2-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 1.8rem 2% 2rem;
    border-top:1px solid #c1c1c1;
    color:#606060;
}
.index2-wap h1{
    font-size: 1.3rem;
    color: #202020;
    line-height: 1.8rem;
}
.index2-wap h3{
    font-size: 0.8rem;
    font-weight: 100;
    margin:1rem 0 0;
}
.index2-wap h3 span{
    font-size: 0.8rem;
    font-weight: 400;
}
.index2-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    /*padding: 1.3rem 1rem;*/
    /*margin: 0.8rem 0 1rem;*/
    color:#fff;
    text-align: center;
}
.group{
    width:100%;
    overflow: hidden;
    margin:2rem 0;
    text-align: center;
}
.group label{
    color:#606060;
    font-size: 1rem;
    /*display: inline-block;*/
    /*width:30%;*/
    /*text-align: right;*/
}
.group input{
    width:60%;
    padding:0.5rem 1rem;
    font-size: 1rem;
    color:#606060;
    border:1px solid #c5c5c5;
    margin-left:1rem;
    outline: none;
}
.wap-btn{
    font-size: 1rem;
    color:#FFF;
    width:80%;
    border:1px solid #6CC4EF;
    background:#6CC4EF;
    text-align: center;
    margin:0 auto;
    padding:0.5rem 0;
}

.index3-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #E5F4F9;
    padding: 1.8rem 2% 0;
    color:#606060;
}
.index3-wap h1{
    font-size: 1.48rem;
    background: linear-gradient(left, #1fa7dc, #266aaa);
    background: -webkit-linear-gradient(left, #1fa7dc, #266aaa);
    background: -o-linear-gradient(left, #1fa7dc, #266aaa);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.8rem;
    text-align: center;
}
.index3-wap h3{
    font-size: 0.3rem;
    font-weight: 100;
}
.index3-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 1.3rem 1rem;
    margin: 0.8rem 0 0;
    color:#fff;
}
.index3-wap .box img{
    width:100%;
}

.index4-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 1.8rem 2% 0;
    color:#606060;
}
.index4-wap h1{
    font-size: 1.48rem;
    background: linear-gradient(left, #1fa7dc, #266aaa);
    background: -webkit-linear-gradient(left, #1fa7dc, #266aaa);
    background: -o-linear-gradient(left, #1fa7dc, #266aaa);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.8rem;
    text-align: center;
}
.index4-wap h3{
    font-size: 0.3rem;
    font-weight: 100;
}
.index4-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 1.3rem 1rem;
    margin: 0.8rem 0 0;
    color:#fff;
}
.index4-wap .box img{
    width:100%;
}


.index5-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #E5F4F9;
    padding: 1.8rem 2% 1rem;
    color:#606060;
}
.index5-wap h1{
    font-size: 1.48rem;
    background: linear-gradient(left, #1fa7dc, #266aaa);
    background: -webkit-linear-gradient(left, #1fa7dc, #266aaa);
    background: -o-linear-gradient(left, #1fa7dc, #266aaa);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.8rem;
    text-align: center;
}
.index5-wap h3{
    font-size: 0.3rem;
    font-weight: 100;
}
.index5-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 1.3rem 1rem;
    margin: 0.8rem 0 0;
    color:#fff;
}
.index5-wap .box img{
    width:100%;
}

.index6-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 1.8rem 2% 1rem;
    color:#606060;
}
.index6-wap h1{
    font-size: 1.48rem;
    background: linear-gradient(left, #1fa7dc, #266aaa);
    background: -webkit-linear-gradient(left, #1fa7dc, #266aaa);
    background: -o-linear-gradient(left, #1fa7dc, #266aaa);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.8rem;
    text-align: center;
}
.index6-wap h3{
    font-size: 0.3rem;
    font-weight: 100;
}
.index6-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 1.3rem 1rem;
    margin: 0.8rem 0 0;
    color:#fff;
}
.index6-wap .box img{
    width:100%;
}

.index7-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #E5F4F9;
    padding: 1.8rem 2% 1rem;
    color:#606060;
}
.index7-wap h1{
    font-size: 1.48rem;
    background: linear-gradient(left, #1fa7dc, #266aaa);
    background: -webkit-linear-gradient(left, #1fa7dc, #266aaa);
    background: -o-linear-gradient(left, #1fa7dc, #266aaa);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.8rem;
    text-align: center;
}
.index7-wap h3{
    font-size: 0.3rem;
    font-weight: 100;
}
.index7-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0 1rem;
    margin: 0;
    color:#fff;
}
.index7-wap .box img{
    width:100%;
}

.index8-wap{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 1.8rem 2% 2rem;
    /*border-top:1px solid #c1c1c1;*/
    color:#606060;
}
.index8-wap h1{
    font-size: 1.3rem;
    color: #202020;
    line-height: 1.8rem;
}
.index8-wap h3{
    font-size: 0.8rem;
    font-weight: 100;
    margin:1rem 0 0;
}
.index8-wap h3 span{
    font-size: 0.8rem;
    font-weight: 400;
}
.index8-wap .box{
    width: auto;
    height: auto;
    overflow: hidden;
    /*padding: 1.3rem 1rem;*/
    /*margin: 0.8rem 0 1rem;*/
    color:#fff;
    text-align: center;
}
.group{
    width:100%;
    overflow: hidden;
    margin:2rem 0;
    text-align: center;
}
.group label{
    color:#606060;
    font-size: 1rem;
    /*display: inline-block;*/
    /*width:30%;*/
    /*text-align: right;*/
}
.group input{
    width:60%;
    padding:0.5rem 1rem;
    font-size: 1rem;
    color:#606060;
    border:1px solid #c5c5c5;
    margin-left:1rem;
    outline: none;
}
.wap-btn{
    font-size: 1rem;
    color:#FFF;
    width:80%;
    border:1px solid #6CC4EF;
    background:#6CC4EF;
    text-align: center;
    margin:0 auto;
    padding:0.5rem 0;
}
.index9-wap{
    width:100%;
    background:#6CC4EF;
    text-align: center;
    overflow: hidden;
    padding:1rem 0;
}
.index9-wap a{
    display: inline-block;
    width:76%;
    margin:0 auto;
    padding:0.5rem 0;
    color:#6CC4EF;
    border:1px solid #6CC4EF;
    background:#fff;
    border-radius: 5px;
    font-size: 1rem;
}


/*
*****
***提交申请
*****
*/

.star-animation{
    width:40%;
    float:left;
    padding-top:40px;
    padding-right:20px;
}
.join-form{
    width:49%;
    float:left;
    margin-top:50px;
    padding:20px 0 10px;
    border-left:1px solid #CEDBE3;
}
.join-title{
    width:100%;
    overflow: hidden;
    text-align: left;
    color:#fff;
    /*background:rgba(10,157,229,0.6);*/
    padding:5px 0 15px;
    border-bottom:1px solid #3399E5;
}
.join-title img{
    width:120px;
    /*float: left;*/
    margin-left:20px;
}
.join-text{
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-top:24px;
    margin-left:30px;
    color:#404040;
}
.apply-title{
    width:25%;
    font-size: 20px;
    font-weight: bold;
    color:#606060;
    padding:10px 0;
    /*border-bottom:1px solid #3399E5;*/
    background:#E0F0F7;
    text-align: center;
    /*margin:0 auto;*/margin-left:10%;
}

.apply-group{
    width:100%;
    margin:30px auto;
    overflow: hidden;
}
.apply-group:nth-child(1){
    margin-top:50px;
}
.apply-group label{
    display: inline-block;
    width:25%;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color:#606060;
    /*vertical-align: bottom;*/
    /*margin-bottom: 0;*/
}
.apply-group input{
    width:50%;
    text-align: left;
    font-size: 16px;
    color:#606060;
    padding:10px 10px;
    border:1px solid #6CC4EF;
    /*border-radius: 5px;*/
    outline: none;
    margin-left:20px;
}















