@charset "utf-8";  
/* reset */
body,dl,dd,ul,p,pre,h1,h2,h3,h4,h5,h6,button,input,textarea,form{margin:0;}
ul,li,a,input,textarea,select{-webkit-tap-highlight-color:rgba(255,255,255,0);}
ul,input,textarea,button,select,menu{padding:0;}
ul{list-style:none;}
img{border:none;}
em,i{font-style:normal;}
input{outline:none;}
a{text-decoration:none;outline:none;}

html{font-size: 10px;}

@media screen and (-webkit-min-device-pixel-ratio: 1.1),
screen and (-moz-min-device-pixel-ratio: 1.1),
screen and (-o-min-device-pixel-ratio: 11/10),
screen and (min-device-pixel-ratio: 1.1),
screen and (min-resolution: 105dpi),    
screen and (min-resolution: 1.1dppx){
    html{font-size:9px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.2),
screen and (-moz-min-device-pixel-ratio: 1.2),
screen and (-o-min-device-pixel-ratio: 6/5),
screen and (min-device-pixel-ratio: 1.2),
screen and (min-resolution: 115dpi),    
screen and (min-resolution: 1.2dppx){
    html{font-size:8.33px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3),
screen and (-moz-min-device-pixel-ratio: 1.3),
screen and (-o-min-device-pixel-ratio: 13/10),
screen and (min-device-pixel-ratio: 1.3),
screen and (min-resolution: 124dpi),    
screen and (min-resolution: 1.3dppx){
    html{font-size:7.5px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.4),
screen and (-moz-min-device-pixel-ratio: 1.4),
screen and (-o-min-device-pixel-ratio: 7/5),
screen and (min-device-pixel-ratio: 1.4),
screen and (min-resolution: 134dpi),    
screen and (min-resolution: 1.4dppx){
    html{font-size:7.14px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (-o-min-device-pixel-ratio: 3/2),
screen and (min-device-pixel-ratio: 1.5),
screen and (min-resolution: 144dpi),    
screen and (min-resolution: 1.5dppx){
    html{font-size:6.66px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.6),
screen and (-moz-min-device-pixel-ratio: 1.6),
screen and (-o-min-device-pixel-ratio: 8/5),
screen and (min-device-pixel-ratio: 1.6),
screen and (min-resolution: 153dpi),    
screen and (min-resolution: 1.6dppx){
    html{font-size:6.25px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.7),
screen and (-moz-min-device-pixel-ratio: 1.7),
screen and (-o-min-device-pixel-ratio: 17/10),
screen and (min-device-pixel-ratio: 1.7),
screen and (min-resolution: 163dpi),    
screen and (min-resolution: 1.7dppx){
    html{font-size:5.88px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.8),
screen and (-moz-min-device-pixel-ratio: 1.8),
screen and (-o-min-device-pixel-ratio: 9/5),
screen and (min-device-pixel-ratio: 1.8),
screen and (min-resolution: 172dpi),    
screen and (min-resolution: 1.8dppx){
    html{font-size:5.55px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 1.9),
screen and (-moz-min-device-pixel-ratio: 1.9),
screen and (-o-min-device-pixel-ratio: 19/10),
screen and (min-device-pixel-ratio: 1.9),
screen and (min-resolution: 182dpi),    
screen and (min-resolution: 1.9dppx){
    html{font-size:5.26px;} 
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-moz-min-device-pixel-ratio: 2),
screen and (-o-min-device-pixel-ratio: 2/1),
screen and (min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi),    
screen and (min-resolution: 2dppx){
    html{font-size:5px;} 
}

body,h1,h2,h3,h4,h5,h6{
    font-family: PingFangSC-Regular,"Microsoft YaHei",Helvetica-light,Helvetica;
    font-weight: normal;
}
.none{
    display: none;
}
.center{
    max-width: 1200px;height: 100%; margin: 0 auto;
}
html,body {
    height:100%;
    width:100%;
}
body {
    margin:0;
    overflow:hidden;
    _padding:100px 0;
}
/* header */
.header{
     height:75px;
    width:100%;
    left:0;
    top:0px;
    position: absolute;
    z-index:100
}
.logo{
    float: left;height: 41px;padding: 17px 0;
}
.logo img{height: 100%;display: block;}
.header p{
    float: right;position: relative;
    padding-left:30px;color: #333;
    line-height:75px;font-size: 18px;
}
.header p:before{
    width: 20px;height: 20px;content: " ";
    position: absolute;left: 0;top: 50%;margin-top: -10px;
    background: url(../img/phone-grey.png) no-repeat;
    background-size: cover;
}
.header i{color: #4c8ced;}

/* main */
.main{
    width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 75px;
    bottom: 150px;
    _height: 100%;
    min-height: 500px;
}
.list{
    width: 100%;height: 100%;
    position: absolute;left: 0;top: 0;
    background-size: cover!important;
}
.list-pc{background: url(../img/pc.jpg?v=1.3) no-repeat center center;}
.list-android{background: url(../img/android.jpg?v=1.3) no-repeat center center;}
.list-ios{background: url(../img/ios.jpg?v=1.3) no-repeat center center;}
.list-erp{background: url(../img/erp.jpg?v=1.3) no-repeat center center;}

.fade-active{
    z-index: 1;opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.box-full{
	margin: 0 auto;width: 1200px;height: 100%;position: relative;
}
/* content */
.content{
    color: #fff;
}
.content h2{
    font-size: 48px;
    letter-spacing: 2px;
}
.content h3{
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}
.content i{
    width: 670px;
    height: 65px;
    display: block;
    margin-top: 30px;
    background: url(../img/paytype.png?v=1.2) no-repeat left center;
    background-size: contain;
}
.content ul{
    padding: 50px 0 0 0rem;
}
.content li{
    width: 290px;
    height: 60px;
    padding-top: 20px;
}
.content a{
    width: 220px;
    padding-left: 72px;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}
.content a:before{
    width: 24px;height: 24px;content: " ";
    position: absolute;left: 25px;top:18px;
    background: url(../img/download.png) no-repeat;
    background-size: cover;
}
.content a:after{
    width: 1px;height: 16px;content: " ";
    position: absolute;left: 62px;top: 23px;
    background: rgba(255,255,255,0.3);
}
.content a.blue{background: #4282e3;}
.content a.blue:hover{background: #2972e1;}
.content a.green{background: #00b25a;}
.content a.green:hover{background: #019a4e;}

.content .img{
    margin: 40px 20px 10px 0;
    width:180px;height: 180px;background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 6px solid #fff;
}
.content img{
    width:180px;height: 180px;display: block;
}
.content p{
    line-height: 40px;
    color: #fff;font-size: 16px;
    text-align: left;
    text-indent: 60px;
}

/*tab*/
.tab{
    width: 100%;
    background:#f0f0f0;
    position: absolute;
    bottom:0;
    left:0;
    z-index:100;
    height: 150px;
}
.tab li{
    width: 25%;  float: left;
    border-top:10px solid #f0f0f0;cursor: pointer;
    text-align: center;color:#c1c1c1;font-size: 2.2rem;
}
.tab li.active{
    border-color: #4182e2;color: #4182e2;background: #fff;cursor: default;
}
.tab i{
    width: 38px;height: 38px;
    display: block;margin: 30px auto 20px auto;
    background: url(../img/icon.png?v=1.1) no-repeat;
    background-size: cover;
}
.tab li p{
	font-size: 18px;
	padding-bottom: 30px;
}
.tab i.pc{background-position: 0 0;}
.tab li.active i.pc{background-position: -38px 0;}
.tab i.android{background-position: -76px 0;}
.tab li.active i.android{background-position: -114px 0;}
.tab i.ios{background-position: -152px 0;}
.tab li.active i.ios{background-position: -190px 0;}
.tab i.erp{background-position: -228px 0;}
.tab li.active i.erp{background-position: -226px 0;}
.tab ul.three li{width: 33.3%;}

/* footer */
.footer{
    height: 16rem;background: #3d3d3f;
}
.footer-left{
    height: 100%;padding-left: 19rem;
    float: left;position: relative;
}
.footer-img{
    width: 10rem;height: 10rem;
    position: absolute;left: 5.5rem;top: 2rem;
}
.footer-code{
    width: 17rem;position: absolute;left: 2rem;top: 13rem;
    color: #aaa;text-align: center;font-size: 1.2rem;
}
.footer-link{
    padding-top: 2rem;
    height: 2.4rem;
}
.footer-link a{
    position: relative;
    float: left;
    color: #d1d1d1;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0 1.5rem;
}
.footer-link a:after{
    width: 0.1rem; height: 1rem;content: " ";
    position: absolute;left: 0;top: 0.8rem;
    background: #d2d2d4;
}
.footer-link a.l{
    padding-left: 0;
}
.footer-link a.l:after{
    background: none;
}
.footer-email{margin-top: 1rem;}
.footer-email,.footer-address{
    padding-left: 3rem;
    position: relative;
    color: #e2e2e4;
    font-size: 1.4rem;
    line-height: 3rem;
}
.footer-email:after{
    width: 1.6rem;height: 0.9rem;content: " ";
    position: absolute;left: 0;top: 1rem;
    background: url(../img/email.png) no-repeat;
    background-size: cover;
}
.footer-address:after{
    width: 0.9rem;height: 1.3rem;content: " ";
    position: absolute;left: 0.3rem;top: 0.85rem;
    background: url(../img/address.png) no-repeat;
    background-size: cover;
}
.footer-copyright{
    margin-top: 0.5rem;
    color: #b0b0b0;
    font-size: 1.2rem;
    line-height: 2.4rem;
}
.footer-right{
    width: 30rem;height: 14rem;
    padding: 2rem 0 0 5.5rem; 
    float: right;position: relative;
}
.footer-right:after{
    width: 3.9rem;height: 3.9rem;content: " ";
    position: absolute;left: 0;top: 2.2rem;
    background: url(../img/phone.png?v=1.1) no-repeat;
    background-size: cover;
}
.footer-right h3{
    color: #e1e1e3;
    font-size: 1.4rem;line-height: 3rem;
}
.footer-right p{
    color: #4c8ced;
    font-size: 3.2rem;line-height: 4rem;
}
.box11 {
    width: 700px;
    height: 460px;
    position: absolute;
    left:0px;
    top: 50%;
    margin-top:-230px;
}