.txt-mid {
    height: 460px;
    position: relative;
}
.auto {
    margin-left: auto;
    margin-right: auto;
}
.w960{width: 960px;}
.w1050{width: 1050px;}
.w1100{ width: 1100px;}
.w1200{ width: 1200px;}

.clear { *zoom:1;overflow: hidden; }
.clear:after {
    content:'';
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
    visibility:hidden;
}

.fl { float: left;  }
.fr { float: right; }

.txt_align_left{text-align: left!important;}
.txt_align_right{text-align: right!important;}
.txt_align_center{text-align: center!important;}



.bbtn{
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *overflow: visible;         /* 解决i6,7 下按钮显示的padding值远远大于设置的padding值 */
}

/* 轮播图 开始 */
.cicle-wrap {
    width: 100%;
    min-width: 1000px;
    clear: both;
    position: relative;
    height: 460px;
}
.cicle-list {
    position: relative;
    width: 100%;
    height: 460px;
}
.cicle-list li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.txt-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 460px;

}
.txt-mid {
    height: 460px;
    position: relative;
}
.cicle-list li>a {
    display: block;
    width: 100%;
    height: 100%;
    /*background-size: 100% 100%;*/
    background-position: center top;
    background-repeat: no-repeat;
}
.banner-top {
    position: absolute;
    top: 160px;
    left: -600px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.banner-middle {
    position: absolute;
    top: 265px;
    left: -500px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.banner-btn-box {
    position: absolute;
    top: 380px;
    left: -300px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.banner-btn {
    padding: 10px 35px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    margin-left: 42px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* 轮播图下方圆点 */
.cir-box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.cir-box li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 12px;
    cursor: pointer;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cir-on {
    width: 30px !important;
    height: 10px;
    background-color: #0099e5 !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}
/* 轮播图 结束 */

/* 使用流程 开始 */
.process {
    background-color: #f8f8f8;
    height: 80px;
}
/* 使用流程 结束 */

/* 三大版本 开始 */
.edition {
    background-color: #fff;
    height: 476px;
}
.edition-title {
    font-size: 36px;
    color: #444;
    text-align: center;
    margin-top: 45px;
}
.edition-intro {
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 14px;
}
.edition-list {
    width: 1000px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}
/*.edition1,*/
/*.edition2 {*/
    /*margin-right: 20px;*/
/*}*/
.edition-list-each {
    position: relative;
    width: 228px;
    height: 305px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 4px;
}
.edition-each-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #555;
    text-align: center;
}
.edition1 .edition-each-title {
    background-color: #ece8f6;
}
.edition2 .edition-each-title {
    background-color: #eaf7d9;
}
.edition3 .edition-each-title {
    background-color: #feeddb;
}
.edition4 .edition-each-title {
    background-color: #e9e9e9;
}
.edition-each-intro {
    margin-top: 10px;
}
.platform-small {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    width: 213px;
    margin-left: auto;
    margin-right: auto;
}
.platform-big {
    display: none;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    width: 213px;
    margin-left: auto;
    margin-right: auto;
}
.edition-mess-small {
    font-size: 12px;
    color: #666;
    line-height: 25px;
    width: 218px;
    margin-left: auto;
    margin-right: auto;
}
.edition-mess-big {
    display: none;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    width: 217px;
    margin-left: auto;
    margin-right: auto;
}
.edition-btn-box {
    position: absolute;
    bottom: 11px;
    right: 30px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}
.edition-btn-apply {
    padding: 7px 8px;
    color: #808080;
    border-right: 1px solid #d2d2d2;
}
.edition-btn-down {
    padding: 7px 8px;
    color: #808080;
}
.active1 {
    width: 240px;
    height: 315px;
    margin-top: 0;
    border: 1px solid #e6e6e6;
    /*transition: .5s;*/
    /*-webkit-transition: .5s;*/
    /*-moz-transition: .5s;*/
}
.active1 .edition-each-title {
    background-color: #8a7bdd;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active1 .edition-each-intro {
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.active1 .edition-btn-box {
    border:1px solid #bab2ec;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active1 .edition-btn-apply,
.active1 .edition-btn-down {
    color: #7666da;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active1 .edition-btn-apply:hover,
.active1 .edition-btn-down:hover {
    color: #fff;
    background-color: #bab2ec;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.active2 {
    width: 240px;
    height: 315px;
    margin-top: 0;
    border: 1px solid #e6e6e6;
    /*transition: .5s;*/
    /*-webkit-transition: .5s;*/
    /*-moz-transition: .5s;*/
}
.active2 .edition-each-title {
    background-color: #77c706;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active2 .edition-each-intro {
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active2 .edition-btn-box {
    border:1px solid #bbe382;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active2 .edition-btn-apply,
.active2 .edition-btn-down {
    color: #77c706;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active2 .edition-btn-apply:hover,
.active2 .edition-btn-down:hover {
    color: #fff;
    background-color: #bbe382;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active3 {
    width: 240px;
    height: 315px;
    margin-top: 0;
    border: 1px solid #e6e6e6;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.active3 .edition-each-title {
    background-color: #f5ab1e;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active3 .edition-each-intro {
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active3 .edition-btn-box {
    border:1px solid #fad58e;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active3 .edition-btn-apply,
.active3 .edition-btn-down {
    color: #f5ab1e;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active3 .edition-btn-apply:hover,
.active3 .edition-btn-down:hover {
    color: #fff;
    background-color: #fad58e;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active4 {
    width: 240px;
    height: 315px;
    margin-top: 0;
    border: 1px solid #e6e6e6;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.active4 .edition-each-title {
    background-color: #393b47;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active4 .edition-each-intro {
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active4 .edition-btn-box {
    border:1px solid #393b47;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active4 .edition-btn-apply,
.active4 .edition-btn-down {
    color: #393b47;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active4 .edition-btn-apply:hover,
.active4 .edition-btn-down:hover {
    color: #fff;
    background-color: #393b47;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
/* 三大版本 结束 */

/* 九大特点 开始 */
.nine-point-bg {
    height: 720px;
    position: relative;
    background-image: url("../image/nine-bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
.nine-point-mid {
    position: relative;
    height: 900px;
}
.nine-point-title {
    font-size: 36px;
    color: #fff;
    margin-top: 34px;
    text-align: center;
}
.nine-point-intro {
    font-size: 18px;
    color: #dbd9d9;
    margin-top: 23px;
    text-align: center;
}
.nine-point-list {
    position: relative;
    height: 700px;
}
.point-list-name {
    font-size: 18px;
    color: #8787ff;
}
.point-right {
    margin-left: 10px;
    vertical-align: middle;
    width: 87px;
    height: 20px;
}
.point-left {
    margin-right: 10px;
    vertical-align: middle;
    width: 87px;
    height: 20px;
    background-image: url("../image/left.png");
}
.point-list-mess {
    width: 230px;
    font-size: 12px;
    line-height: 18px;
    color: #ddd;
    margin-top: 12px;
}
.point-list1 {
    position: absolute;
    top: 37px;
    left: 182px;
}
.point-list2 {
    position: absolute;
    top: 140px;
    left: 46px;
}
.point-list3 {
    position: absolute;
    top: 250px;
    left: 15px;
}
.point-list4 {
    position: absolute;
    top: 374px;
    left: 46px;
}
.point-list5 {
    position: absolute;
    top: 464px;
    left: 142px;
}
.point-list6 {
    position: absolute;
    top: 77px;
    right: 150px;
}
.point-list7 {
    position: absolute;
    top: 177px;
    right: 62px;
}
.point-list8 {
    position: absolute;
    top: 295px;
    right: 12px;
}
.point-list9 {
    position: absolute;
    top: 418px;
    right: 112px;
}
.circle-center {
    position: absolute;
    top: 138px;
    left: 230px;
    width: 350px;
    height: 350px;
}
.circle1,
.circle2,
.circle3 {
    position: absolute;
    top: 0;
    left: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}
.circle-center:hover .circle1 {
    transform:rotate(70deg);
    -ms-transform:rotate(70deg);
    -moz-transform:rotate(70deg);
    -webkit-transform:rotate(70deg);
    -o-transform:rotate(70deg);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}
.circle-center:hover .circle2 {
    transform:rotate(-170deg);
    -ms-transform:rotate(-170deg);
    -moz-transform:rotate(-170deg);
    -webkit-transform:rotate(-170deg);
    -o-transform:rotate(-170deg);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}
.circle-center:hover .circle3 {
    transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}
/* 九大特点 结束 */

/* 三大优势 开始 */
.three-advan-bg {
    background-color: #fff;
    background-image: url("../image/advan-bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
.three-advan-title {
    font-size: 36px;
    color: #444;
    margin-top: 34px;
    text-align: center;
}
.three-advan-intro {
    font-size: 18px;
    color: #999;
    margin-top: 13px;
    text-align: center;
}
.three-advan-wrap {
    padding: 37px 0 40px;
}
.three-advan-list {
    margin-left: -30px;
}
.three-advan-list-each {
    width: 298px;
    margin-left: 30px;
}
.three-advan-img {
    display: block;
    width: 100%;
}
.three-advan-mess {
    height: 160px;
    padding-right: 18px;
    padding-left: 18px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    border-top-width: 0;
}
.three-advan-p1 {
    font-size: 14px;
    color: #7466c2;
    margin-top: 20px;
}
.three-advan-p2 {
    font-size: 12px;
    color: #888;
    margin-top: 12px;
    line-height: 24px;
}
/* 三大优势 结束 */

/* 下载区 开始 */
.download-area {
    height: 300px;
    background-image: url("../image/download-bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
.download-title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 34px;
}
.download-intro {
    color: #dbd9d9;
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
}
.download-list-wrap {
    width: 1080px;
    margin: 0 auto;
}
.download-list {
    margin-top: 40px;
    margin-left: -60px;
}
.download-list-each {
    margin-left: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.download-list-each-a {
    display: block;
    border: 1px solid #ebe9f3;
    padding: 10px 21px;
    color: #e6e6e6;
    font-size: 22px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.download-active1:hover {
    border: 1px solid #8a7bdd;
    color: #8a7bdd;
    box-shadow: 0 0 6px #8a7bdd;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.download-active2:hover {
    border: 1px solid #77c706;
    color: #77c706;
    box-shadow: 0 0 6px #77c706;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.download-active3:hover {
    border: 1px solid #f5ab1e;
    color: #f5ab1e;
    box-shadow: 0 0 6px #f5ab1e;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.download-active3:hover {
    border: 1px solid #f5ab1e;
    color: #f5ab1e;
    box-shadow: 0 0 6px #f5ab1e;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.download-active4:hover {
    border: 1px solid #4db8c5;
    color: #4db8c5;
    box-shadow: 0 0 6px #4db8c5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
/* 下载区 结束 */
/* 新闻资讯 开始 */
.news-bg {
    background-color: #fff;
    background-image: url("../image/news-bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
.news-title {
    font-size: 36px;
    color: #444;
    text-align: center;
    margin-top: 34px;
}
.news-list-wrap {
    margin-top: 45px;
    margin-bottom: 40px;
}
.news-list-each {
    width: 290px;
    margin-bottom: 10px;
}
.news-list-each-a {
    font-size: 12px;
    color: #666;
}
.mgl35 {
    margin-left: 25px;
}
.news-img {
    display: block;
    width: 318px;
    height: 138px;
    margin-left: 28px;
}
/* 新闻资讯 结束 */

/* 企业选择 开始 */
.choose-hxt {
    background-image: url('../image/choose-bg.png');
    background-position: center;
    background-repeat: no-repeat;
}
.choose-hxt-title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 34px;
}
.choose-list {
    margin-left: -50px;
    padding-bottom: 40px;
}
.choose-list-each {
    width: 150px;
    height: 100px;
    /*overflow: hidden;*/
    margin-left: 50px;
    margin-top: 40px;
}
.choose-img {
    width: 150px;
    height: 100px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz--transition: .5s;
}
.choose-img:hover {
    transition: .5s;
    -webkit-transition: .5s;
    -moz--transition: .5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
/* 企业选择 结束 */