@charset "utf-8";
.source-code-banner-block{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.source-code-banner-block img{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -960px;
    width: 1920px;
    height: 500px;
}
.source-code-banner-block .source-code-banner-info{
    position: absolute;
    left: 50%;
    top: 95px;
    z-index: 2;
    margin-left: -360px;
    width: 720px;
    text-align: center;
}
.source-code-banner-info .title{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.source-code-banner-info .text{
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-top: 30px;
}
.source-code-banner-info .attrs{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-top: 14px;
}
.source-code-banner-info .attrs dl,
.source-code-banner-info .attrs dl dt,
.source-code-banner-info .attrs dl dd{
    display: inline-block;
}
.source-code-banner-info .attrs dl{
    margin: 0 9px;
    vertical-align: middle;
}
.source-code-banner-info .attrs dl dt{
    width: 16px;
    height: 16px;
    background: url("/Public/Home/images/yuanma/source-code-banner-icon.png") no-repeat;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.source-code-banner-info .btn{
    margin-top: 28px;
}
.source-code-banner-info .btn a{
    display: inline-block;
    margin: 0 18px;
    width: 160px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.source-code-banner-info .btn a:nth-of-type(1){
    background-color: #31d482;
}
.source-code-banner-info .btn a:nth-of-type(1):hover{
    background-color: #26d07a;
}
.source-code-banner-info .btn a:nth-of-type(2){
    background-color: #0084ff;
}
.source-code-banner-info .btn a:nth-of-type(2):hover{
    background-color: #007bee;
}

/* 公共样式 */
.section-block{
    padding-top: 90px;
}
.section-title-bar{
    font-size: 32px;
    text-align: center;
}
.section-sub-txt {
    color: #888;
    line-height: 24px;
    margin-top: 19px;
    font-size: 16px;
    text-align: center;
}
.section-con{
    /*margin-top: 80px;*/
}


/* 轻松二开 */
.secondary-development-wrap{
    padding-top: 80px;
}
.secondary-development-top{}
.secondary-development-top li{
    float: left;
    padding: 30px 22px;
    width: 342px;
    height: 170px;
    margin-right: 21px;
    background-color: #eef5ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.secondary-development-top li:nth-of-type(2){
    background-color: #fff3ee;
}
.secondary-development-top li:last-child{
    margin-right: 0;
    background-color: #eeeeff;
}
.secondary-development-top li .tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.secondary-development-top li .txt{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 16px;
}
.secondary-development-bottom{
    margin-top: 64px;
}
.secondary-development-bottom li{
    float: left;
    width: 386px;
    height: 274px;
    margin-right: 21px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,103,255,0.23);
    -moz-box-shadow: 0 4px 10px 0 rgba(0,103,255,0.23);
    box-shadow: 0 4px 10px 0 rgba(0,103,255,0.23);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.secondary-development-bottom li:last-child{
    margin-right: 0;
}
.secondary-development-bottom li:hover{
    transform: translateY(-23px);
}
.secondary-development-bottom li a{
    display: block;
    padding: 20px 20px 14px;
    width: 346px;
    height: 240px;
    position: relative;
}
.secondary-development-bottom li .icon{
    display: block;
    width: 44px;
    height: 44px;
    background: url("/Public/Home/images/yuanma/source-code-develop-icon01.png") no-repeat;
}
.secondary-development-bottom li:nth-of-type(2) .icon{
    background: url("/Public/Home/images/yuanma/source-code-develop-icon02.png") no-repeat;
}
.secondary-development-bottom li:nth-of-type(3) .icon{
    background: url("/Public/Home/images/yuanma/source-code-develop-icon03.png") no-repeat;
}
.secondary-development-bottom li .tit{
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
    color: #333;
}
.secondary-development-bottom li .txt{
    color: #666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    margin-top: 16px;
}
.secondary-development-bottom li .label{
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin-top: 2px;
}
.secondary-development-bottom li .arr{
    position: absolute;
    right: 20px;
    bottom: 13px;
    width: 40px;
    height: 40px;
    background: url("/Public/Home/images/yuanma/source-code-develop-arr.png") no-repeat;
}

/* 官方定制 */
.guan-custom-wrap{
    padding: 109px 40px 0;
}
.guan-custom-wrap li{
    float: left;
    width: 156px;
    height: 196px;
    margin-right: 32px;
    position: relative;
}
.guan-custom-wrap li:after{
    content: '';
    position: absolute;
    left: 134px;
    top: 24px;
    width: 70px;
    height: 7px;
    background: url("/Public/Home/images/yuanma/source-code-guan-arr.png") no-repeat;
}
.guan-custom-wrap li:last-child:after{
   display: none;
}
.guan-custom-wrap li:last-child{
    margin-right: 0;
}
.guan-custom-wrap li .icon{
    display: block;
    width: 60px;
    height: 60px;
    background: url("/Public/Home/images/yuanma/source-code-guan-icon01.png") no-repeat center;
    margin: 0 auto;
}
.guan-custom-wrap li:nth-of-type(2) .icon{
    background: url("/Public/Home/images/yuanma/source-code-guan-icon02.png") no-repeat center;
}
.guan-custom-wrap li:nth-of-type(3) .icon{
    background: url("/Public/Home/images/yuanma/source-code-guan-icon03.png") no-repeat center;
}
.guan-custom-wrap li:nth-of-type(4) .icon{
    background: url("/Public/Home/images/yuanma/source-code-guan-icon04.png") no-repeat center;
}
.guan-custom-wrap li:nth-of-type(5) .icon{
    background: url("/Public/Home/images/yuanma/source-code-guan-icon05.png") no-repeat center;
}
.guan-custom-wrap li:nth-of-type(6) .icon{
    background: url("/Public/Home/images/yuanma/source-code-guan-icon06.png") no-repeat center;
}
.guan-custom-wrap li .tit{
    font-size: 16px;
    line-height: 24px;
    margin-top: 37px;
    text-align: center;
}
.guan-custom-wrap li .txt{
    color: #9e9e9e;
    font-size: 12px;
    line-height: 22px;
    margin-top: 9px;
}
.guan-custom-btn{
    display: block;
    margin: 96px auto 0;
    width: 198px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    color: #fff!important;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0084ff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.guan-custom-btn:hover{
    background-color: #007bee;
}

/* 独立部署 */
.arrange-block{
    padding-top: 124px;
    height: 776px;
    margin-top: 137px;
    background: url("/Public/Home/images/yuanma/source-code-arrange-bg.png") no-repeat center;
}
.arrange-info-wrap{
    padding: 150px 0 0 680px;
    width: 356px;
    height: 430px;
    margin: 34px auto 0;
    background: url("/Public/Home/images/yuanma/source-code-arrange-infobg.png") no-repeat center;
}
.arrange-info-wrap .arrange-info-tit{
    font-size: 20px;
    line-height: 36px;
    color: #333;
}
.arrange-info-wrap .arrange-info-btn{
    margin-top: 54px;
}
.arrange-info-wrap .arrange-info-btn a{
    float: left;
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #0084ff;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 1px solid #0084ff;
    margin-right: 27px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.arrange-info-wrap .arrange-info-btn a:hover{
    color: #fff;
    background-color: #0084ff;
}

.continuity-info-wrap{
    margin-top: 70px;
}
.continuity-info-top{
    text-align: center;
    padding: 0 40px;
    width: 804px;
    margin: 0 auto;
}
.continuity-info-top dl{
    float: left;
    width: 25%;
}
.continuity-info-top dl:last-child{
    margin-right: 0;
}
.continuity-info-top dl dt{
    font-size: 20px;
    line-height: 28px;
    color: #0084ff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.continuity-info-top dl dt .num{
    font-size: 50px;
}
.continuity-info-top dl dd{
    font-size: 16px;
    margin-top: 10px;
}
.continuity-info-bottom{
    margin-top: 60px;
    padding-bottom: 90px;
}
.info-bottom-advantage{
    padding: 50px 158px 0;
}
.info-bottom-advantage li{
    float: left;
    width: 184px;
    height: 79px;
    padding: 215px 40px 0;
    margin-right: 45px;
    background: url("/Public/Home/images/yuanma/source-code-advantage-bg01.png") no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.info-bottom-advantage li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.info-bottom-advantage li:nth-of-type(2){
    background: url("/Public/Home/images/yuanma/source-code-advantage-bg02.png") no-repeat;
}
.info-bottom-advantage li:nth-of-type(3){
    background: url("/Public/Home/images/yuanma/source-code-advantage-bg03.png") no-repeat;
    margin-right: 0;
}
.info-bottom-advantage li .title{
    font-size: 28px;
    color: #333;
    margin-top: 10px;
}
.info-bottom-advantage-btn{
    display: block;
    width: 150px;
    height: 48px;
    color: #0084ff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #0084ff;
    margin: 90px auto 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.info-bottom-advantage-btn:hover{
    color: #fff;
    background-color: #0084ff;
}

/* 购买正版 */
.genuine-block{
    padding-top: 120px;
    height: 540px;
    background: url("/Public/Home/images/yuanma/source-code-advantage-bg.png") no-repeat center;
}
.genuine-block .section-title-bar{
    color: #fff;
}
.genuine-info-btn{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #1ebfff!important;
    border: 1px solid #1ebfff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 40px auto 0;
}
.genuine-info-txt{
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.genuine-info-btns{
    margin-top: 60px;
    text-align: center;
}
.genuine-info-btns a{
    display: inline-block;
    width: 198px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background-color: #0084ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 17px;
}
.genuine-info-btns a:hover{
    background-color: #007bee;
}
.genuine-info-btns a:last-child{
    background-color: #31d482;
}
.genuine-info-btns a:last-child:hover{
    background-color: #26d07a;
}
