.slide {
    position: relative;
}

.slide-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.slide-nav ul {
    font-size: 0;
}

.slide-nav ul li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    text-align: center;
    padding: 15px 0;
    border-left: 1px solid #6d665f;
    box-sizing: border-box;
    cursor: pointer;
}

.slide-nav ul li:hover {
    background: rgba(113, 113, 113, 0.4);
}

.slide-nav ul li:last-child {
    border-right: 1px solid #6d665f;
}

.slide-nav ul li .item img {
    width: 55px;
    margin-bottom: 10px;
}

.slide-nav ul li .item p {
    color: #fff;
}

.system {
    margin-bottom: 100px;
}

.rail {
    margin-top: 50px;
    background: url('../images/system-rail.jpg') no-repeat center/cover;
    line-height: 60px;
    text-align: center;
}

.rail .title {
    color: #fff;
}

.system .system-list>ul>li {
    display: table;
}

.system .system-list>ul>li .wrap {
    display: table;
}

.system .system-list>ul>li .wrap .item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.system .system-list>ul>li .wrap .item img {
    width: 85%;
}

.system .system-list>ul>li:nth-of-type(odd) .item:last-child {
    text-align: right;
}

.system .system-list>ul>li .wrap .box {
    border: 1px solid #8C8C8C;
    padding: 15px;
}

.system .system-list>ul>li:nth-of-type(odd) .wrap .box {
    margin-right: 20px;
}

.system .system-list>ul>li:nth-of-type(even) .wrap .box {
    margin-left: 20px;
}

.system .system-list .system-des {
    line-height: 1.6;
}

.system .system-list .box dl {
    font-size: 0;
}

.system .system-list .box dl dd {
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    width: 25%;
}

.system .system-list .box dl dd:nth-of-type(4n) {
    margin-right: 0;
}

.system .system-list .btn {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 0;
}

.system .system-list>ul>li:nth-of-type(even) .btn {
    padding-right: 15px;
    text-align: right;
}

.system .system-list>ul>li:nth-of-type(odd) .btn {
    padding-left: 15px;
}

.system .system-list .btn a {
    background-color: #aaa;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}

.system .system-list .btn a:hover {
    transition: all 1s;
    background-color: #55a1f9;
}

.system .system-list .btn a+a {
    margin-left: 40px;
}

.system-title {
    display: inline-block;
    color: #fff;
    background-color: #ff8b02;
    font-size: 24px;
    padding: 5px 10px;
    margin: 50px 0;
}

.oneQRcode {
    margin-bottom: 100px;
}

.oneQRcode .index-title-box {
    margin-top: 50px;
}

.oneQRcode .index-title-box .desc {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    padding-top: 10px;
}

.oneQRcode .functions .list {}

.oneQRcode .functions .list ul {
    font-size: 0;
}

.oneQRcode .functions .list ul li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-right: 8%;
    font-size: 16px;
    margin-top: 50px;
}

.oneQRcode .functions .list ul li:nth-of-type(4n) {
    margin-right: 0;
}

.oneQRcode .functions .list ul li .title {
    font-size: 24px;
    text-align: center;
}

.oneQRcode .functions .list ul li .icon img {
    width: 100%;
}

.oneQRcode .functions .list ul li .shadow {
    margin-top: 10px;
    box-shadow: 0px 0px 10px 2px #cecece;
    overflow: hidden;
    border-radius: 5px;
}

.oneQRcode .functions .list ul li .text {
    padding: 20px 15px;
    height: 150px;
    line-height: 1.8;
}

.oneQRcode .market .list {
    text-align: center;
}

.oneQRcode .market .list .title span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #8C88FD;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    width: 220px;
}

.oneQRcode .market .list>ul>li {
    margin-top: 50px;
}

.oneQRcode .market .list>ul>li:nth-of-type(2) .title span {
    background-color: #34D8A8;
}

.oneQRcode .market .list>ul>li:nth-of-type(3) .title span {
    background-color: #F8B45B;
}

.oneQRcode .market .list>ul>li table {
    width: 100%;
    margin-top: 50px;
}

.oneQRcode .market .list>ul>li:nth-of-type(1) table tr td {
    width: 11.1111%;
}

.oneQRcode .market .list>ul>li:nth-of-type(2) table tr td {
    width: 9.09%;
}

.oneQRcode .market .list>ul>li:nth-of-type(3) table tr td {
    width: 16.666%;
}

.oneQRcode .market .list>ul>li table tr td div {
    height: 39px;
    margin-bottom: 10px;
}

.oneQRcode .market .list>ul>li table tr td img {
    height: 100%;
}

.oneQRcode .market .list>ul>li table tr td p {
    color: #656565;
}

.custom .custom-img {
    margin-top: 50px;
}

.cooperation .cooperation-img {
    margin-top: 50px;
}

.wxAgent {
    margin-bottom: 100px;
}

.wxAgent .index-title-box {
    margin-top: 50px;
}

.wxAgent .index-subtitle {
    color: #333;
}

.wxAgent .wxsys .content .icon .circle {
    background-color: #3DCABA;
    width: 125px;
    height: 125px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.wxAgent .wxsys .content .text {
    line-height: 1.8;
    color: #333;
    margin: 15px 0;
}

.wxAgent .wxsys .content .icon .circle .img {
    padding-top: 10px;
}

.wxAgent .wxsys .content .icon {
    text-align: center;
}

.wxAgent .wxsys .content .icon dl {
    font-size: 0;
}

.wxAgent .wxsys .content .icon dl dd {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.wxAgent .wxsys .content .icon dl dd+dd {}

.wxAgent .wxsys .content .icon dl dd:nth-of-type(2) .circle {
    background-color: #36DA83;
}

.wxAgent .wxsys .content .icon dl dd:nth-of-type(3) .circle {
    background-color: #FF9A4A;
}

.wxAgent .wxsys .content .icon dl dd:nth-of-type(4) .circle {
    background-color: #55A1F9;
}

.wxAgent .wxsys .content .icon dl dd:nth-of-type(5) .circle {
    background-color: #AA89BD;
}

/*五大功能*/

.lr-liseboxx {
    margin-top: 40px;
}

.lr-liseboxx .top-boxli {
    width: 1199px;
    border-radius: 30px;
    height: 50px;
    box-shadow: 0px 3px 10px #888888;
}

.lr-liseboxx .top-boxli li {
    border-right: 1px solid #ccc;
    float: left;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    width: 239px;
    cursor: pointer;
}

.lr-liseboxx .top-boxli li:nth-child(1) {
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 30px 0px 0px 30px;
}

.lr-liseboxx .top-boxli li:nth-child(5) {
    border: none;
    border-radius: 0px 30px 30px 0px;
}

.nav-grn {
    background: #66cccc;
    color: #fff;
}

.bott-box .lie-bx {
    margin-top: 20px;
    height: 400px;
    display: none;
}

.bott-box .nav-dis {
    display: block;
}

.bott-box .lie-bx .max-po {
    margin-left: 60px;
}

.lie-bx .lr-v {
    float: right;
    width: 340px;
    margin-right: 50px;
}

.lie-bx .lr-v p {
    font-size: 28px;
}

.lie-bx .lr-v .lr-pu {
    font-size: 14px;
    color: #66cccc;
}

.ws-box .qa-btns {
    width: 33%;
}

.ws-box .qa-btns .cps span {
    width: 217px;
    margin: 10px 0 0 90px;
}

.ws-box .qa-btns {
    padding: 0px 0 30px 0;
}

.ws-mgg {
    margin-top: 60px;
}

.distribution {
    padding-top: 50px;
}

.distribution .content {
    text-align: center;
    color: #616161;
    padding: 10px 0;
}

.distribution {
    font-size: 0;
}

.distribution .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    box-sizing: border-box;
}

.distribution .list .item:nth-of-type(1) {
    padding-right: 130px;
}

.distribution .list .item:nth-of-type(2) {
    padding-left: 130px;
}

.distribution .list .item:nth-of-type(3) {
    width: 100%;
    text-align: center;
    padding-top: 35px;
}

.distribution .list .item:nth-of-type(3)  img{
    margin-left: -35px;
}
.distribution .item img {
    width: 100%;
}

.distribution .list .item .title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.distribution .list .item .subtitle {
    color: #2EB8FF;
    font-size: 18px;
    padding: 8px 0;
   
}

.distribution .list .item .des {
    color: #616161;
}
.distribution2{
    padding-bottom: 50px;
}
.distribution2 .list{
    font-size: 0;
    margin-top: 35px;
    
} 
.distribution2 .list .item{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin-right: 8%;
    text-align: center;
    
}
.distribution2 .list .item .des{
    text-align: left;
    color: #616161;
}
.distribution2 .list .item .title{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;

}
.distribution2 .list .item:last-child{
    margin-right: 0;
}
.distribution3 {
    background:url('../images/distribution3.png') no-repeat center/cover;
    padding: 50px 0;
}

.distribution3 .list{
    font-size: 0;
}

.distribution3 .list .item{
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2.5%;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.distribution3 .list .item:last-child{
    margin-right: 0;
}
.distribution3 .list .item img{
    width: 90px;
    
}
.distribution3 .list .item .image{
    margin-bottom: 25px;
}
.distribution4{
    padding: 50px 0;
}
.distribution4 .list{
    font-size: 0;
    margin-top: 15px;
}
.distribution4 .list .item{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.distribution4 .list .item ul li{
    background: url(../images/distribution4-bg.png) no-repeat center /cover;
    height: 80px;
    display: table;
    width: 100%;
}
.distribution4 .list .item ul li{
    margin-top: 50px;
}
.distribution4 .list .item ul li .title{
    color:#010101;
    font-size: 18px;
}
.distribution4 .list .item ul li .text{
    color: #1D1C1C;
    font-size: 14px;
    margin-top: 5px;
}
.distribution4 .list .item ul li  .first{
    float: left;
    width: 100px;
    font-size: 28px;
    color: #fff;
    margin-right: 25px;
    text-align: center;
    line-height: 80px;
}
.distribution4 .list .item ul li .second{
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
}