body,div,img,p,ul,li,dd,dt,dl{
    margin:0;
    padding: 0;
}
ul,ol {
    list-style:none;
}
ul,li{
    float: left;
    margin-left: 60px;
}
body{
    min-width:1040px;
    width:100%;
    background: #FFFDF9;
}


#bg{
    background:url(../images/big-bg.png) no-repeat center/cover;
    width: 100%;
    position: relative;
    min-height: 380px;
}
.first-content{
    position: absolute;
    top:20px;
    width: 100%;
}
.m-width{
    width: 1040px;
    margin: 0 auto;
}
.big-bg{
    display: inline-block;
    background:url(../images/small-logo.png) no-repeat center/100%;
    width:175px;
    height: 48px;
    float: left;
}
.bg-content{
    height: 50px;
    line-height: 50px;
    position: relative;
}
.first-content.big-bg{
    display: inline-block;
    background:url(../images/small-logo.png) no-repeat center/100%;
    width:175px;
    height: 48px;
    float: left;
}
.first-content ul {
    float: right;
    display: inline-block;
}
.first-content ul li{
    position: relative;
}
.first-content ul li a{
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}
.second-content{
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.c-right{
    display: block;
    position: relative;
    width: 975px;
    right: 0;
    margin: 0 auto;
    text-align: right;
}
.right-content{
    width: 320px;
    text-align: left;
    float: right;
}
.logo-name{
    color: #F2FF8C;
    font-size: 54px;
}
.logo-detail{
    color: #fff;
    font-size: 24px;
}
.bor-r{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius:10px;
    -ms-border-radius:10px;
}
.box-s{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.down{
    width:155px;
    height: 45px;
    background: #F2FF8C;
    padding:12px 0 0  55px;
    position: relative;
    margin-top: 18px;
    display: inline-block;
    }
.fl{float: left}
.fr{float: right}
.down-icon{
    background: url(../image/icon-download.png) no-repeat center/100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    top:13px;
    left: 22px;
    position: absolute;
}
.down span{
    display: inline-block;
    height: 21px;
    line-height: 21px;
    border-left:1px solid #59A11A;
    color: #59A11A;
    font-size: 20px;
    padding-left: 15px;
}
.middle{
    padding-left: 60px;
    position: relative;
}
.middle .img1{
    display: inline-block;
    background: url(../images/small-ip.png) no-repeat center/100%;
    width: 286px;
    height: 529px;
    margin-top:-323px;
    z-index:2;
    position: relative;
}
.middle .img2{
    display: inline-block;
    background: url(../images/big-ip.png) no-repeat center/100%;
    width: 307px;
    height: 588px;
    margin-top:-323px;
    z-index:2;
    position: relative;
    top:5px;
    margin-left: -125px;
}
.middle .box3{
    width:320px;
    height: 150px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    float: right;
    right: 65px;
    position: absolute;
    margin-top: 40px;
}
.box3 .box-content{
    margin:25px 15px
}
.code-icon{
    display:inline-block;
    background: url(../images/weixin-code.jpg) no-repeat center/100%;
    width: 73px;
    height: 73px;
    vertical-align: middle;
    margin-right: 15px;
}
.logo-icon{
    display:inline-block;
    background: url(../images/big-logo.png) no-repeat center/100%;
    width:185px;
    height: 57px;
    vertical-align: middle;
}
.text-p{
    color: #60AA39;
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}
footer{
    position:absolute;
    background: #333;
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 90px;
    text-align: center;
    padding: 25px;
    min-width: 1040px;
}
.bg-content ul li:nth-child(2):hover .weixin-code{
    display: block;
}
.weixin-code{
    display: none;
    background: #fff;
    position: absolute;
    left: -22px;
    width: 115px;
    height: 136px;
    text-align: center;
}
.weixin-code:before{
    content: '';
    width: 13px;
    height: 13px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotete(135deg);
    -ms-transform: rotete(135deg);
    -o-transform: rotete(135deg);
    background: #fff;
    position: absolute;
    top:-6px;
    left: 52px;
}
.weixin-code img{
    margin: 15px auto 0
}
.weixin-code p{
    height: 20px;
    line-height: 20px;
    margin-top:-13px;
    font-size: 12px;
    color: #333;
}
.c-333{
    color: #333;
}
.about-bg{
    background: none !important;
    min-height:150px !important;
}
.top-nav{
    background: #58AA2E;
    height: 90px;
    width: 100%;
}
.fs-28{font-size:28px; }
.green-bg{
    display: inline-block;
    background:#58AA2E ;
    width: 4px;
    height: 26px;
    position: relative;
    top:4px;
    margin-right: 5px;
}
.p-text{
    font-size: 16px;
    margin: 30px auto 50px;}
.text-content{
    color: #58AA2E; font-size: 18px;}
.text-content dl dt{margin: 30px auto 5px;}
.text-content dl dd{font-size: 16px;color: #404040}
.text-content dl:last-child{margin-bottom: 50px;}
.phone-bg{background: url(../image/phone-bg.png) no-repeat center/cover;
    width: 100%;
    height: 100%;
    max-width: 720px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.phone-content{
    margin:20px auto 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    max-width: 720px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);}
.phone-logo{
    display:inline-block;
    width: 141px;
    height: 181px;
    margin:20px auto 0;
    background: url(../image/phone-logo.png) no-repeat center/100%;
}
.p1-text{
    color: #F2FF8C;
    font-size: 13px;
    line-height: 17px;
}
.phone-down{
    text-align: center;
    margin: 45px auto;
}
.phone-kind{
    display: block;
    width: 210px;
    margin: 20px auto;
    padding: 12px 0 0 20px
}
.phone-kind .down-icon{
    left: 45px;
}
.phone-bt{
    width:208px;
    margin:0 auto;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

@media only screen and (max-height: 360px){
    .phone-down{  margin: -10px auto !important;  }
    .phone-logo{margin: 0 auto}
    .phone-content{margin: 0;}
}
@media only screen and (min-width:320px) and (max-height:401px){
    .phone-down{  margin: -10px auto !important;  }
}
/*ip 4s*/
@media only screen and (min-width:320px) and (max-height:500px){
    .phone-logo{margin: 10px auto 0}
    .phone-down{margin: 20px auto}
}
/*ip 5s*/
@media only screen and (min-width:320px) and (max-height:510px){
}
/*ip 6*/
@media only screen and (min-width:375px) and (max-height:620px){
    .phone-logo{  margin: 50px auto 0; }
    .phone-down{margin: 65px auto}
}
/*ip 6+*/
@media only screen and (min-width:414px) and (max-height:680px){
    .phone-logo{  margin: 90px auto 0; }
    .phone-down{margin: 65px auto}
}
