@charset "utf-8";
.sub-banner{
    height: 540px;
}
.m-banner.sub-banner .up-area {
    padding-top:191px;
}
.sub-banner .up-area h3{
    font-size:52px;
    color: #fff;
    margin-bottom:10px;
}
.sub-banner .up-area h3 span{
    padding:0 60px;
}
.sub-banner .up-area p{
    font-size: 24px;
    color: #fff;
}
.m-describe{
    padding:92px 40px;
    font-family:"微软雅黑";
    box-sizing:border-box;
}
.m-describe p{
    font-size:16px;
    line-height:28px;
}
.m-content{
    background:#e6f0fa;
    height:600px;
    padding:150px 0;
    box-sizing:border-box;
    overflow:hidden;
}
.m-content.nobg{
    background:none;
}

.m-content dt,.m-content dd{
    float:left;
    width:600px;
    box-sizing:border-box;
}

.m-content  h2{
    font-size:40px;
    margin-bottom:42px;
    line-height: 55px;
}
.m-content   p{
    font-size:16px;
    line-height:28px;
}
.m-content2 .m-left{
    padding-right:100px;
}
.left-area {
    position:absolute;
    z-index:10;
    top: 190px;
    left: 93px;
    text-align:left;
    color:#fff;
}
.left-area h1{
    font-size:52px;
    margin-bottom:22px;
}
.left-area p{
    font-size:18px;
    line-height:34px;
}
.right-area{
    position:absolute;
    top: 103px;
    right: -112px;
    transition:all .9s ease-in-out;
}
.m-banner .left-area {
    animation: left-to-right .6s ease-in-out 0s;
}
.m-banner  .right-area .img-box{
    animation: fadeInUp-s .6s cubic-bezier(0.4,0,.3,1) 0s;
}
/*关于我们*/

.links-us{
    background: #fff;
    font-family: 微软雅黑;
}
.links-us .link-contain{
    margin-bottom: 80px;
    padding-top: 10px;
}
.links-us h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: -6px;
}
.links-us .link-left{
    width: 355px;
    margin-right: 85px;
    margin-left: 15px;
}
.links-us .link-left .link-item{
    margin-top: 21px;
}
.links-us .link-left p{
    font-size: 14px;
    color: #000;
}
.com-name:hover{
    color:#4d7cfe;
    text-decoration: underline;
}
/*关于我们end*/
/*---------------------平台动态------------------------------------*/
.platform-dy-wrap{
    padding: 40px 0 70px 0;
    background: #ecf3fb;
}
.platform-dy-wrap .w1200{
    width: 1200px;
    margin: 0 auto;
}
.update-log{
    padding: 40px 0 40px 70px;
    background: #fff;
}
.update-day{
    display: inline-block;
    padding-right: 86px;
    min-height: 69px;
    margin-top: -6px;
}
.update-day .log-month em
,.update-day .log-month span{
    font-size: 28px;
    font-family: arial;
    color: #3e4956;
}
.update-day .log-fullday em{
    font-size: 18px;
    font-family: arial;
    color: #3e4956;
    opacity: 0.7;
}
.update-day .log-fullday{
    padding-left: 33px;
    line-height: 1;
    margin-top: 2px;
}
.update-info{
    padding-top: 4px;
    position: relative;
    padding-left: 160px;
}
.update-info:after{
    width: 1px;
    height: 100%;
    content: "";
    background: #ddd;
    position: absolute;
    top: 6px;
    left: 116px;
}
.update-info .cloud-dy-info{
    font-size:18px;
    font-family: "微软雅黑";
    color: #3e4956;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 23px;
    position: relative;
}
.update-info .cloud-dy-info:after{
    width: 1px;
    height: 30px;
    content: "";
    background: #3e4956;
    position: absolute;
    top: -4px;
    left: -44px;
    z-index: 100;
}
.add-fun{
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 26px;
    height: 130px;
    overflow: hidden;
    padding-right: 90px;
}
.add-fun p{
    position: relative;
    padding-left:30px;
}
.add-fun p em{
    position:absolute;
    top: 0;
    left: 0;
}
.btn-turn-box .btn-turn{
    font-size: 12px;
    color: #4d7cfe;
    font-family: "微软雅黑";
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.btn-turn-box{
    padding: 11px 0 70px 0;
}
.btn-turn-box .btn-turn:hover{
    text-decoration: underline;
}
.btn-turn.less{
    display: none;
}
.changing .more{
    display: none;
}
.changing .less{
    display: block;
}
.height-change{
    transition: height ease 0.5s;
    -webkit-transition: height ease-out 0.5s;
    height: auto;
}
.log-model:last-child .btn-turn-box{
    padding-bottom: 25px;
}
/*banner*/
.sub-banner.dy{
    height: 390px;
}
.sub-banner.dy .left-area {
    position: absolute;
    z-index: 10;
    top: 192px;
    left: 145px;
    text-align: left;
    color: #fff;
}
.sub-banner.dy .left-area h1{
    font-size:52px;
    margin-bottom:44px;
}
.sub-banner.dy .left-area p{
    line-height:34px;
}
.sub-banner.dy .right-area{
    position:absolute;
    top:113px;
    right:90px;
    transition:all .9s ease-in-out;
}
.sub-banner.dy .left-area {
    animation: left-to-rightdy .6s ease-in-out 0s;
}
.sub-banner.dy  .right-area .img-box{
    animation: fadeInUpTow .6s cubic-bezier(0.4,0,.3,1) 0s;
}
/*---------------------平台动态end------------------------------------*/
/*产品*/
.m-customer {
    width: 100%;
    height: 653px;
    position: relative;
    overflow: hidden;
}

.m-customer>div {
    padding: 0 160px;
    box-sizing: border-box;
}

.m-customer h2 {
    font-size: 30px;
    margin:70px 0 30px;
}

.m-customer p {
    font-size: 16px;
    line-height: 26px;
}

.m-customer .img-box>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 653px;
}

.m-mail {
    background: #f8fafc;
    height: 662px;
    overflow: hidden;
}

.m-mail-inner dt,
.m-mail-inner dd {
    float: left;
}

.m-mail-inner dt {
    width: 540px;
    padding-top: 175px;
    padding-right: 50px;
    box-sizing: border-box;
}

.m-mail-inner dt h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.m-mail-inner dt p {
    font-size: 16px;
    line-height: 26px;
}

.m-mail-inner dd {
    width: 640px;
    padding-top: 80px;
    padding-left:12px;
}

.m-mail-inner .wow {
    overflow: visible;
}

.m-flow {
    height: 662px;
    position: relative;
    overflow: hidden;
}

.m-flow .img-box>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:100%;
}

.m-flow-txt {
    width: 435px;
    margin-top: 135px;
}

.m-flow-txt h2,
.m-credit-tt h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.m-credit-tt h2{
    margin-bottom:25px;
}
.m-flow-txt p,
.m-credit-tt p {
    font-size: 16px;
    line-height: 26px;
}

.m-credit-tt {
    padding: 0 327px;
    box-sizing: border-box;
}

.m-credit {
    overflow: hidden;
}
.m-credit-inner{
    position: relative;
    height: 660px;
    padding: 76px 0 20px;
    box-sizing: border-box;
}
.m-credit .img-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
/*金牌服务*/
.sub-banner.gold-medal .left-area{
    top: 214px;
    left: 142px;
}
.sub-banner.gold-medal .left-area h1{
    letter-spacing: 3px;
    margin-bottom: 21px;
}
.sub-banner.gold-medal .left-area p{
    font-size: 24px;
}
/*介绍*/
.g-medal-intro .w1200{
    width: 1200px;
    margin: 0 auto;
}
.g-medal-intro{
    padding: 60px 0 80px 0;
}
.m-public-title{
    height: 45px;
    line-height: 45px;
    margin-bottom: 60px;
}
.m-public-title .p-word{
    font-size: 30px;
    color:#fff;
    font-weight: bold;
}
.m-public-title .p-title{
    background: url(../images/bg/gold-medal-bg.png) no-repeat center center;
    display: inline-block;
    width: 322px;
    height: 45px;
    margin: 0 17px;
}
.m-public-title .border-s{
    display: inline-block;
    width: 230px;
    height: 1px;
    background: #1e68ff;
    position: relative;
    top:-9px;
}
.medal-in{
    width: 1120px;
    height: 220px;
    margin: 0 auto;
    box-shadow: 0 0px 18px rgba(166,203,245,0.46);
    padding:60px 58px;
    box-sizing: border-box;
}
.medal-in p{
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
}
.medal-in p .s-instr{
    color:#ff8800;
}
.g-medal-con{
    background: #ebf2fa;
    padding:60px 0 52px 0;
}
.collection .col-items{
    width: 260px;
    height: 300px;
    box-shadow: 0 0px 18px rgba(166,203,245,0.46);
    background:#fff;
    display: inline-block;
    position: relative;
    margin-right: 40px;
}
.collection .col-items.last-cno{
    margin-right: 0;
}
.collection{
    padding: 0 20px 51px 20px;
}
.col-items>i.icon-m-free{
    position: absolute;
    right: 0;
    top: 0;
}
.col-items p.i-box i{
    width: 114px;
    height: 110px;
    display: inline-block;
    cursor: default;
}
.col-items p.i-box{
    margin-top: 59px;
}
.icon-item1{
    background: url(../images/icon/item1.png) no-repeat center center;
}
.icon-item2{
    background: url(../images/icon/item2.png) no-repeat center center;
}
.icon-item3{
    background: url(../images/icon/item3.png) no-repeat center center;
}
.icon-item4{
    background: url(../images/icon/item4.png) no-repeat center center;
}
.col-items p.w-box{
    line-height: 28px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-top: 43px;
    padding: 0 26px;
}
.important-tips p{
    font-size: 15px;
    line-height: 32px;
}
.important-tips p a:hover{
    text-decoration: underline;
    color: #1e68ff;
}
.important-tips{
    padding:0 20px;
}
.important-tips p .f-word{
    width: 75px;
    display: inline-block;
}

.important-tips p .tel-e{
    font-size: 24px;
    color:#ff9100;
    line-height: 32px;
    vertical-align: bottom;
}
.computed{
    margin-top: 9px;
    margin-bottom: 6px;
}
.g-medal-table .w1200{
    width: 1200px;
    padding: 60px 56px;
    box-sizing: border-box;
}
.workflow {
    font-size: 14px;
    line-height: 160%;
}
.workflow table,
.workflow table tr,
.workflow table td {
    border: 1px solid #dce0e2;
    border-collapse: collapse;
    padding: 3px 5px;
    color: #3e4956;
}
.introduction {
    margin: 0 81px 62px 11px;
}
.introduction p {
    font-size: 14px;
    line-height: 25px;
}
.introduction p:nth-last-child(2) em {
    font-weight: bold;
}
.introduction p em {
    color: #f60;
}
.workflow table dl dt {
    display: block;
    clear: both;
}
.workflow table dl dt {
    padding-left: 30px;
}
.workflow table dl dd {
    padding-left: 60px;
    display: block;
    clear: both;
}
.g-medal-table .f2f5fa{
    background: #f2f5fa;
}
.g-medal-table .e0edfb {
    background: #e0edfb;
    font-weight: bold;
}
