﻿/*
-----------------[案例]--------------*/
.sl-list1{padding-top: 28px; overflow: hidden;}
.sl-list1 li{
    float: left;    
    width: 33.3%;
    margin-bottom: 30px;
}
.sl-list1 .con{
    display: block;
    margin: 0 8px;
}
.sl-list1 .pic{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 67%;
}
.sl-list1 .pic > img{
    display: block;
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    -o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;
}
.sl-list1 .pic i {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: block;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}
.sl-list1 .pic i img {
    max-width: 100%;
    max-height: 100%;
}
.sl-list1 .txt {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 70px;
    z-index: 2;
}
.sl-list1 .txt small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -webkit-transition: all .4s ease-in-out .2s;
}
.sl-list1 .txt h4{
    font-size: 15px;
    line-height: 1.5;
    padding-top: 10px;
    color: #000;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.sl-list1 .txt span {
    font-size: 13px;
    color: #999;
    font-style: oblique;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.sl-list1 li:hover .pic i,.sl-list1 li:hover small{
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.sl-list1 li:hover h4,.sl-list1 li:hover span{color: #fff;}
.sl-list1 li:hover .pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}


/*
-----------------[人才job]--------------*/

.sl-list2{padding: 60px 0 100px;}
.sl-list2 .tit{
    font-size: 16px;
    color: #000;
    height: 41px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.sl-list2 h4{
    font-size: 15px;
    color: #666;
    font-weight: normal;
    height: 41px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.sl-list2 .tit span,.sl-list2 h4 span{
    float: left;
    white-space: nowrap;
    overflow: hidden;
}
.sl-list2 .tit .sp1,.sl-list2 h4 .sp1{width: 60%;}
.sl-list2 .tit .sp2,.sl-list2 h4 .sp2{width: 10%;text-align: center;}
.sl-list2 .tit .sp3,.sl-list2 h4 .sp3{width: 10%;text-align: center;}
.sl-list2 .tit .sp4,.sl-list2 h4 .sp4{width: 10%;text-align: center;}
.sl-list2 .tit .sp5,.sl-list2 h4 .sp5{width: 10%;text-align: center;}
.sl-list2 .txt{
    display: none;
    color: #666;
    font-size: 12px;
    margin: 25px 0;
}

.sl-list2 .txt h5{
    font-size: 14px;
    margin-bottom: 5px;
}
.sl-list2 .txt p{line-height: 2em;}

/*
-----------------[服务]--------------*/
.m-service{padding-top: 70px;}
.m-service .wp{
    color: #333;
    max-width: 1150px;
}
.g-tit1{
    font-size: 12px;
    text-align: center;
    padding-bottom: 90px;
    margin-bottom: 75px;
    background: url(../Images/ico-04.png) center bottom no-repeat;
}
.g-tit1 h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

.sl-list3{overflow: hidden;}
.sl-list3 li{float: left;width: 50%;height: 146px;margin-bottom: 100px; overflow: hidden;}
.sl-list3 .con{
    float: left;height: 100%;
    padding-right: 34px;
    border-right: 1px solid #a2a1a1;
}
.sl-list3 .box{
    font-size: 12px;
    width: 76px;
    text-align: center;
}
.sl-list3 .box img{display: block;width: 100%;margin-bottom: 8px;}
.sl-list3 .txt{
    font-size: 12px;
    color: #a09e9e;
    margin-left: 111px;
    padding: 5px 0 0 32px;
}
.sl-list3 li:nth-child(n){
    padding-left: 50px;
}
.sl-list3 li:nth-child(2n+1){
    padding-right: 50px;
}
.sl-list3 h4{
    font-size: 14px;
    color: #050505;
    font-weight: normal;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.sl-list3 .btn{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    width: 99px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #1dafec;
}
.sl-list3 .btn:hover{
    color: #fff;
    background-color: #1dafec;
}

/*
-----------------[付款方式]--------------*/

.m-fukuan{
    position: relative;
    width: 100%;
    border: 1px solid #1e8dc4;
}
.m-fukuan:after, .m-fukuan:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.m-fukuan.fk1{
    margin: 60px 0 48px;
    padding: 44px 40px;
}
.m-fukuan.fk2{
    margin: 40px 0 90px;
    padding: 30px 40px 55px 60px;
}
.m-fukuan .tit{
    position: absolute;
    left: 70px;
    top: -13px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #1dafec;
    padding: 0 15px 0 51px;
    background: #fff url(../Images/ico-05.png) 12px center no-repeat;
}
.m-fukuan.fk1 .img1{float: left;}
.m-fukuan.fk1 .img2{float: right;}
.m-fukuan.fk1 .txt{
    font-size: 16px;
    color: #868787;
    margin:0 200px;
    margin-top: 50px;
    line-height: 1.8em;
}
.m-fukuan.fk2 .tp1{
    position: absolute;
    top: 30px;right: 40px;
    font-size: 14px;
    color: #b0b1b1;
    list-style: none;
    line-height: 2em;    width: 470px;
}
.m-fukuan.fk2 .box{
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.m-fukuan.fk2 .con{margin-bottom: 40px;}
.m-fukuan.fk2 .box.padb1{padding-bottom: 35px;}
.m-fukuan.fk2 .box h4{
    margin-left: 190px;
    font-size: 16px;
    color: #1e8dc4;
    font-weight: normal;
    margin-bottom: 10px;
}
.m-fukuan.fk2 .img{
    float: left;
    margin-top: 30px;
}
.m-fukuan.fk2 .txt{
    margin-left: 190px;
    font-size: 14px;
    color: #6e7172;
    line-height: 2.1em;
}
.m-fukuan.fk2 .tp2{
    font-size: 14px;
    color: #a1a3a4;
    line-height: 2.1em;

}

/*
-----------------[首页]--------------*/
.sl-list4{
    height: 190px;
    padding-top: 50px;
    text-align: center;
}
.sl-list4 li{
    width: 15%;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.sl-list4 li a{
    font-size: 16px;
    color: #5d5a5a;
}
.sl-list4 li:hover a{
    color: #1e8dc4;
}
.sl-list4 li .icon{
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}
.sl-list4 .l1 .icon{
    background: url(../Images/img-19.png) center center no-repeat;
}
.sl-list4 .l2 .icon{
    background: url(../Images/img-21.png) center center no-repeat;
}
.sl-list4 .l3 .icon{
    background: url(../Images/img-23.png) center center no-repeat;
}
.sl-list4 .l4 .icon{
    background: url(../Images/img-25.png) center center no-repeat;
}
.sl-list4 .l5 .icon{
    background: url(../Images/img-27.png) center center no-repeat;

}

.sl-list4 .l6 .icon{
    background: url(../Images/img-29.png) center center no-repeat;
}
.sl-list4 .l1:hover .icon{
    background: url(../Images/img-20.png) center center no-repeat;
}
.sl-list4 .l2:hover .icon{
    background: url(../Images/img-22.png) center center no-repeat;
}
.sl-list4 .l3:hover .icon{
    background: url(../Images/img-24.png) center center no-repeat;
}
.sl-list4 .l4:hover .icon{
    background: url(../Images/img-26.png) center center no-repeat;
}
.sl-list4 .l5:hover .icon{
    background: url(../Images/img-28.png) center center no-repeat;
}
.sl-list4 .l6:hover .icon{
    background: url(../Images/img-30.png) center center no-repeat;
}

.row-a1{
    padding: 80px 0;
    background-color: #f6f6f6;
}
.row-a1 .tit{
    font-size: 36px;
    color: #090909;
    line-height: 1em;
    text-align: center;
    margin-bottom: 40px;
}
.slick-list1 .slick-dots{
    text-align: center;

}
.slick-list1 .slick-dots li{
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 0 5px;
    background-color: #d4d4d4;
}
.slick-list1 .slick-dots li.slick-active{
    background-color: #1e8dc4;
}

.slick-list1 .sl-list1 .txt {
    background-color: #fff;
}

.row-a2{
    padding: 80px 0 40px;
}
.row-a2 .tit{
    text-align: center;
    color: #454545;
    margin-bottom: 30px;
}
.row-a2 .tit h2{
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 20px;
}
.row-a2 .tit p{
    font-size: 14px;
}

.sl-list5{
    background-color: #333;
}
.sl-list5 ul{
    height: 425px;
    overflow: hidden;
}
.sl-list5 li{
    position: relative;
    height: 100%;
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sl-list5 .con{
    display: block;
    height: 100%;
}
.sl-list5 .box{
    position: absolute;
    left: 0;width: 100%;
    top: 30%;
    padding: 0 20px;
}
.sl-list5 .icon{
    position: relative;
    width: 60px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    margin: 0 auto 60px;
}
.sl-list5 .icon:after{
    position: absolute;
    content: '';
    width: 52px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    margin-left: -26px;
    bottom: -35px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sl-list5 .icon img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.sl-list5 h4{
    font-size: 18px;
    font-weight: normal;
    color: #fefefe;
    margin-bottom: 20px;
}
.sl-list5 .txt{
    font-size: 14px;
    color: #fff;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.sl-list5 .btn{
    display: block;
    margin: 45px auto 0;
    font-size: 14px;
    color: #fff;
    width: 146px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 16px;
    overflow: hidden;
}
.sl-list5 li:hover .con{
    background-color: #1e8dc4;
}
.sl-list5 li:hover .box{top: 15%;}
.sl-list5 li:hover .txt{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.sl-list5 li:hover .icon{margin-bottom: 30px;}
.sl-list5 li:hover .icon:after{
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.row-a3{
    padding: 40px 0 80px;
}
.row-a3 .tit{
    font-size: 36px;
    color: #090909;
    text-align: center;
    line-height: 1em;
    margin-bottom: 65px;
}
.sl-list6{overflow: hidden;}
.sl-list6 li{
    float: left;
    width: 16.66%;
}
.sl-list6 .con{
    display: block;
    margin: 0 5px 10px;
    height: 126px;
    line-height: 126px;
    text-align: center;
    background-color: #f6f6f6;
}
.sl-list6 .con img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.sl-list6 .con:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/*
-----------------[app开发资讯]--------------*/
.row-a4{overflow: hidden;padding-bottom: 80px;}
.row-a4 .wp{overflow: hidden;}
.row-a4 .tit{
    font-size: 36px;
    color: #090909;
    text-align: center;
    line-height: 1em;
    margin-bottom: 65px;
}
.sl-list21{
    float: left;
    width: 33.33%;
    padding: 0 30px;
}
.row-a4-box{margin: 0 -30px;}
.sl-list21 .tit1{
    font-size: 24px;
    margin-bottom: 10px;
}
.sl-list21 li{
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
.sl-list21 .date{
    float: right;
    color: #999;
}
.sl-list21 li a{
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sl-list21 li a:hover{color: #ff0000;}
/*
-----------------[关于]--------------*/
.m-infor1{
    padding: 50px 0 95px;
}
.m-infor1 .con{
    height: 184px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #1dafec;
}
.m-infor1 .con .pic,.m-infor1 .con .txt{float: left;width: 50%;height: 100%;}
.m-infor1 .con .pic{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.m-infor1 .con .txt{
    font-size: 16px;
    color: #fff;
    line-height: 1.85em;
    padding: 32px 0 0 12%; 
}
.m-infor1 .txt1{
    font-size: 16px;
    color: #868383;
    line-height: 1.85em;
}

.sl-list7{
    overflow: hidden;
    padding-top: 70px;
    text-align: center;
}
.sl-list7 li{
    display: inline-block;
    vertical-align: top;
    margin: 0 125px;
    font-size: 20px;
    color: #474545;
}
.sl-list7 .num{
    font-size: 60px;
    color: #1dafec;
    font-family: 'Arial';
}

.m-contact{
    padding-top: 90px;
    padding-bottom: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.m-contact .tit{
    font-size: 30px;
    color: #fff;
    line-height: 1em;
    /*padding-bottom: 45px;*/
    text-align: center;
    margin-bottom: 60px;
    
}
.city_list{
    
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 70px;
}
.city_list ul{
    overflow: hidden;
    max-width: 820px;
    margin: 0 auto;
}
.city_list li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.city_list li a{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    height: 48px;
    line-height: 47px;
    border-bottom: 1px solid #fff;
}
.city_list li.on a,.city_list li a:hover{
    color: #1dafec;
    border-color: #1dafec;
}
.sl-list8 {
    max-width: 640px;
    margin: 0 auto 100px;
    overflow: hidden;
}
.sl-list8 li{
    float: left;    
    width: 50%;
    font-size: 16px;
    color: #fff;
    height: 21px;
    line-height: 21px;
    margin-bottom: 25px;
    padding-left: 31px;
}
.m-contact .btn{
    display: block; 
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    width: 260px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 1px;
    overflow: hidden;
    background-color: #1dafec;
}
.m-contact .btn:hover{
    background-color: #33b8f0;
}
.sl-list8 .l1{
    background: url(../Img/img-39.png) left center no-repeat;
}
.sl-list8 .l2{
    background: url(../Img/img-40.png) left center no-repeat;
}
.sl-list8 .l3{
    background: url(../Img/img-41.png) left center no-repeat;
}
.sl-list8 .l4{
    background: url(../Img/img-42.png) 3px center no-repeat;
}
.sl-list8 .l5{
    background: url(../Img/img-73.png) 3px center no-repeat;
}
.sl-list8 .l5i{
    background: url(../Img/img-73.png) 3px center no-repeat;
    display:none;
}
.sl-list8 .l5 a{color:#fff;}
.sl-list8 .l5 a:hover{color:#fff;text-decoration:underline;}
.sl-list8 .l5i a{color:#fff;}
.sl-list8 .l5i a:hover{color:#fff;text-decoration:underline;}
.sl-list8 .l6{
    background: url(../Img/img-74.png) 3px center no-repeat;
}

.m-form1{
    padding: 68px 0 78px;
}
.m-form1 .tit{
    font-size: 30px;
    color: #060606;
    text-align: center;
    line-height: 1em;
    padding-bottom: 16px;
    margin-bottom: 65px;
    border-bottom: 1px solid #cdcdcd;
}
.m-tab1{
    max-width: 1080px;
    margin: 0 auto;
}
.m-tab1 .tr1{
    overflow: hidden;
    margin-bottom: 25px;
}
.m-tab1 .tr1 .td{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.m-tab1 .tr1 .td:last-child{margin: 0;}
.sl-inp1,.sl-sel1{
    display: block;
    height: 35px;
    width: 100%;
    padding: 0 11px;
    border: 1px solid #595959;
}
.sl-sel1{
    background: url(../Images/ico-06.png) 95% center no-repeat;
}
.m-tab1 textarea{
    display: block;
    width: 100%;
    padding: 11px;
    height: 190px;
    resize: none;
    border: 1px solid #595959;
}
.m-tab1 .btn{
    float: right;
    width: 182px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background-color: #1dafec;
}
.m-tab1 .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.sl-inp1.inp1{display: inline-block;vertical-align: middle; width: 142px;margin-right: 32px;}
.m-tab1 .pic{
    display: inline-block;
    vertical-align: middle;
    height: 35px;   
    line-height: 35px;
    max-height: 100%;
    cursor: pointer;
}
.m-tab1 .pic img{
    display: inline-block;
    vertical-align: middle;
}
.m-tab1 .tr1 span{
    color: #666;
}
.m-map{
    height: 386px;
    border-top: 1px solid #ccc;
}

.m-infor2{
    margin-top: 43px;
    height: 190px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.m-infor2 .wp{height: 100%;}
.m-infor2 .con1{
    position: relative;
    float: left;
    width: 71%;
    height: 100%;
    font-size: 14px;
    color: #d2d0d0;
    padding-top: 38px;
    padding-left: 38px;
    border-right: 1px solid #eee;
}
.m-infor2 .con1 h2{
    font-size: 23px;
    color: #000;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 20px;
}
.m-infor2 .con1 .date{
    font-size: 14px;
    color: #d2d0d0;
    line-height: 1em;
    margin-bottom: 45px;
}
.m-infor2 .con1 .box{
    position: absolute;
    right: 5px;
    top: 110px;
}
.m-infor2 .con1 .box a{
    display: inline-block;
    height: 21px;
    color: #999;
    padding: 0 25px 0 50px;
    border-right: 1px solid #f2f2f2;
}
.m-infor2 .con1 .box a:last-child{border: none;}
.m-infor2 .con1 .box .a1{
    background: url(../Images/img-43.png) 28px center no-repeat;
}
.m-infor2 .con1 .box .a2{
    background: url(../Images/img-44.png) 28px center no-repeat;
}
.m-infor2 .con1 .box .a3{
    background: url(../Images/img-45.png) 28px center no-repeat;
}
.m-infor2 .con2{
    float: left;
    width: 29%;
    height: 100%;
}
.m-infor2 .con2 .icon{
    float: left;
    display: block;
    margin-left: 30px;
    margin-top: 56px;
    width: 80px;
}
.m-infor2 .con2 .txt{
    margin-left: 170px;
    height: 80px;
    line-height: 80px;
    margin-top: 56px;
}
.m-infor2 .con2 .txt a{
    font-size: 14px;
    color: #b3b0b0;
}
.m-infor2 .con2 .txt a:hover{
    color: #1dafec;
    text-decoration: underline;
}
.m-infor3{padding-top: 50px;}
.m-infor3 .tit{font-size: 16px; color: #676767;text-align: center;margin-bottom: 45px;}
.m-infor3 .tit.bdb{border-bottom: 1px solid #dcdcdc;padding-bottom: 45px;}
.m-infor3 .tit h2{
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 45px;
}
.m-infor3 .img{display: block;width: 100%;}
.m-infor4{
    padding: 75px 0;
}
.m-infor4 .tit{
    font-size: 36px;
    color: #676767;
    line-height: 1em;
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
}
.m-infor4 .img{
    display: block;
    margin: 0 auto;
}

/*
-----------------[服务详情]--------------*/
.sl-list9 li{
    padding: 52px 0;
    overflow: hidden;
}
.sl-list9 .pic{
    float: left;
    width: 315px;
}
.sl-list9 .pic img{
    display: block;
    width: 100%;
}
.sl-list9 .txt{
    padding-top: 65px;
    font-size: 14px;
    color: #7c7777;
    margin-left: 385px;
}
.sl-list9 .txt .tit{
    font-size: 36px;
    color: #333;
    line-height: 1em;
    margin-bottom: 20px;
}
.sl-list9 .txt .subtit{
    font-size: 18px;
    color: #333;
    line-height: 1em;
    margin-bottom: 30px;
}
.sl-list9 .txt p{
    line-height: 1.7em;
}
.sl-list9 li:nth-child(2n){
    background-color: #f4f4f4;
}
.sl-list9 li:nth-child(2n) .pic{
    float: right;
}
.sl-list9 li:nth-child(2n) .txt{
    margin-left: 0;
    margin-right: 385px;
    text-align: right;
}
.sl-list9 .btn{
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    color: #646363;
    width: 119px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #1dafec;
}
.sl-list9 .btn:hover{
    color: #fff;
    background-color: #1dafec;
}

.g-tit2{
    text-align: center;
    padding: 85px 0 90px;
    margin-bottom: 60px;
    background: url(../Images/ico-04.png) center bottom no-repeat;
}
.g-tit2 h2{
    font-size: 30px;
    font-weight: normal;
}

.sl-list10{overflow: hidden;}
.sl-list10 li{
    float: left;
    width: 33.3%;
    height: 195px;
    padding-left: 55px;
    overflow: hidden;
}
.sl-list10 .icon{
    float: left;
    width: 60px;
    margin-top: 10px;
}
.sl-list10 .txt{
    font-size: 12px;
    color: #666;
    margin-left: 86px;
}
.sl-list10 .txt h4{
    font-size: 23px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 18px;
}
.sl-list10 .txt p{line-height: 1.2em;}



.row-a5{
    padding: 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.row-a5 .img{
    display: block;
    margin: 0 auto;
}
.row-a6{
    font-size: 13px;
    padding: 90px 0 30px;
    text-align: center;
}
.row-a6 .tit{
    font-size: 46px;
    color: #000;
    line-height: 1em;
    margin-bottom: 40px;
}
.row-a6 .ico-box{margin-bottom: 20px;}
.row-a6 p{line-height: 1.8em;}


/*
-----------------[技术]--------------*/
.row-a7{
    padding: 48px 0 45px;
    background-color: #fff;
}
.row-a7 .box{
    width: 635px;
    margin: 0 auto;
    font-size: 12px;
    color: #aea8a8;
}
.so-box{
    position: relative;
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
    border: 1px solid #1dafec;
}
.so-box .so-txt{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 110px 0 14px;
}
.so-box .so-txt::-webkit-input-placeholder {color: #e6e2e2;}
.so-box .so-txt::-moz-placeholder {color: #e6e2e2; }
.so-box .so-txt::-ms-input-placeholder {color: #e6e2e2;}
.so-box .so-btn{
    position: absolute;
    top: 0;right: 0;
    height: 100%;
    width: 99px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    background-color: #1dafec;
}

.row-a8{
    padding: 40px 0 120px;
    overflow: hidden;
}
.col-l-1{
    float: left;
    width: 72%;
}
.col-r-1{
    float: right;
    width: 26%;
}

.m-box1{
    margin-bottom: 32px;
    background-color: #fff;
    border: 1px solid #e2dfdf;
    -moz-box-shadow:-3px 3px 8px #ddd; 
    -webkit-box-shadow:-3px 3px 8px #ddd; 
    box-shadow:-3px 3px 8px #ddd;
}
.m-box1 .tit{
    font-size: 18px;
    color: #535252;
    padding: 0 19px;
    height: 39px;
    line-height: 39px;
    background-color: #fbfbfb
}

.sl-list11{
    margin: 14px 16px 0 16px;
}
.sl-list11 a{
    display: block;
    font-size: 16px;
    color: #333;
    height: 49px;
    line-height: 48px;
    border-bottom: 1px solid #dbd8d8;
}
.sl-list11 a:last-child {border: none;}
.sl-list11 a:hover,.sl-list12 a:hover{color: #1dafec; }

.sl-list12{
    overflow: hidden;
    margin: 14px;
}
.sl-list12 a{
    float: left;
    display: block;
    width: 32.33%;
    margin: 0 .5% 4px;
    height: 29px;
    line-height: 29px;
    padding: 0 8px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f6f6f6;
}
.slick-list2{margin-bottom: 17px;}
.slick-list2 .item img{width: 100%;}
.slick-list2 .slick-dots{
    position: absolute;
    left: 0;width: 100%;
    bottom: 20px;
    text-align: center;
}
.slick-list2 .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.slick-list2 .slick-dots li.slick-active{
    background-color: #fff;
}
.slick-list2 .slick-arrow{
    position: absolute;
    cursor: pointer;
    font-size: 0;
    border: none;
    outline: none;
    width: 40px;
    height: 80px;
    top: 50%;
    z-index: 3;
    margin-top: -40px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.slick-list2 .slick-prev{
    left: 0;
    background: url(../Images/ico-08.png) center center no-repeat;
}
.slick-list2 .slick-next{
    right: 0;
    background: url(../Images/ico-07.png) center center no-repeat;
}
.slick-list2 .slick-arrow:hover{
    background-color: rgba(0,0,0,.5);
}
.m-tuijian{
    padding: 25px 30px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e4e3e3;
}
.m-tuijian h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.m-tuijian h2 .a1 {color: #1dafec; } 
.m-tuijian h2 .a2 {color: #555; }
.m-tuijian h2 .a2:hover{color: #1dafec;}
.m-tuijian p {
    color: #666;
    font-size: 14px;
    text-indent: 2em;
}
.g-tit3{
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    color: #535252;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.m-box2{
    padding: 34px 10px 100px;
    background-color: #fff;
    border: 1px solid #e2dfdf;
}
.sl-list13{margin-bottom: 50px;}
.sl-list13 li{
    overflow: hidden;
    padding: 0 19px 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.sl-list13 .pic {
    display: block;
    float: left;
    width: 220px;
    overflow: hidden;
}
.sl-list13 .pic img{
    display: block;
    width: 100%;
}
.sl-list13 .txt{
    margin-left: 235px;
}
.sl-list13 h4 {
    display: inline;
    font-size: 18px;
    line-height: 24px;
}
.sl-list13 .tit{
    margin-bottom: 10px;
}
.sl-list13 .cat {
    color: #fff;
    background-color: #1dafec;
    padding: 3px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
}
.sl-list13 .cat:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -4px;
    right: -4px;
    width: 0;
    height: 0;
    border-left-color: #1dafec;
    border-left: 4px solid #1dafec;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.sl-list13 h4 a{color: #555;}
.sl-list13 h4 a:hover{color: #1dafec;}
.sl-list13 h4 .down{
    display: inline-block;
    vertical-align: middle;
    width: 22px;height: 24px;margin-left: 5px;
    background: url(../Images/img-53.png) left center no-repeat;
    background-size: 100% 100%;
}
.sl-list13 .meta {
    margin-bottom: 10px;
}
.sl-list13 .meta span,.sl-list13 .meta a{
    color: #999;
    font-size: 12px;
    margin-right: 20px;
    white-space: nowrap;
}
.sl-list13 .meta a:hover{color: #1dafec;}
.sl-list13 .meta .date{
    padding-left: 14px;
    background: url(../Images/img-49.png) left center no-repeat;
}
.sl-list13 .meta .a1{
    padding-left: 14px;
    background: url(../Images/img-50.png) left center no-repeat;
}
.sl-list13 .meta .read{
    padding-left: 16px;
    background: url(../Images/img-51.png) left center no-repeat;
}
.sl-list13 .meta .a2{
    padding-left: 16px;
    background: url(../Images/img-52.png) left center no-repeat;
}

.sl-list13 .note {
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    line-height: 20px;
}

.sl-list14{
    margin: 14px 16px 0 16px;
}
.sl-list14 li{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbd8d8;
}
.sl-list14 h4{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}
.sl-list14 h4 a{color: #333;}
.sl-list14 h4 a:hover{color: #1dafec;}
.sl-list14 .date{font-size: 12px;color: #999;}

.m-infor5{
    font-size: 15px;
    color: #555;
    padding: 40px 20px;
    background-color: #fff;
    border: 1px solid #e2dfdf;
}
.m-infor5 h1{
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
}
.m-infor5 .subtit{
    color: #999;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.m-infor5 .subtit span{
    margin: 0 10px;
    white-space: nowrap;
}
.m-infor5 .subtit a{color: #666;}
.m-infor5 .subtit a:hover{color: #FF5E52;}
.m-infor5 .subtit .bj{
    padding-left: 13px;
    background: url(../Images/img-50.png) left center no-repeat;
}
.m-infor5 p{
    line-height: 1.8em;
    text-indent: 2em;
    margin-bottom: 18px;
}
.m-infor5 p a{color: #1dafec;text-decoration: underline;}
.m-infor5 .img{
    display: block;
    margin: 0 auto 10px;
}
.post-copyright {
    background-color: #eee;
    font-size: 12px;
    padding: 8px 30px;
    border-radius: 2px;
    color: #aaa;
    text-align: center;
    margin-bottom: 30px;
}
.post-copyright a, .post-copyright a:hover {
    color: #aaa;
    text-decoration: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.post-copyright:hover{
    color: #fff;
    background-color: #FF5E52;
}
.post-copyright:hover a{color: #fff;}

.m-infor5 .down a{
    display: inline-block;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    color: #1e8dc4;
    text-decoration: underline;
    padding-left: 40px;
    margin-bottom: 20px;
    background: url(../Images/img-53.png) left center no-repeat;
}
.m-infor5 .bdsharebuttonbox{text-align: center;margin-bottom: 30px;}
.m-infor5 .bdsharebuttonbox a{
    float: none;
    display: inline-block;
    margin: 0;
    position: relative;
}
.m-infor5 .bdsharebuttonbox span{
    color: #666;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.m-infor5 .bdsharebuttonbox .bds_more,.m-infor5 .bdsharebuttonbox .bds_count{
    font-size: 14px;
    color: #666;
    padding: 0;
    width: auto;
    background: none;
    display: inline-block;
    vertical-align: top;
}
.article-tags {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}
.article-tags a {
    display: inline-block;
    padding: 4px 7px 3px;
    margin: 0 4px 4px 0;
    color: #fff;
    font-size: 12px;
    background-color: #1dafec;
    opacity: .85;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 85)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.article-tags a:hover{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}


.sl-list15 .tit {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.sl-list15 li {
    padding-left: 19px;
    margin-top: 12px;
    background: url(../Images/img-54.png) 1px center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sl-list15 li a {
    color: #777;
}
.sl-list15 li a:hover{color: #FF5E52;}

/*
-----------------[2017-7-6 ssl]--------------*/
.m-pro-gs{
    overflow: hidden;
    padding: 60px 0;
}
.m-pro-gs .pic{
    float: left;
    display: block;
    width: 332px;
}
.m-pro-gs .con{
    margin-left: 380px;
}
.m-pro-gs .con .tit1 {
    padding-left: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    font-size: 24px;
    color: #1861d0;
    position: relative;
    margin-bottom: 20px;
}
.m-pro-gs .con .tit1:before {
    content: "";
    display: inline-block;
    width: 152px;
    height: 5px;
    background: url(../Images/ssl-triangle.jpg) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
.m-pro-gs .con .txt{
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.85em;
}
.m-pro-gs .con .tit2{
    text-align: center;
    margin: 30px 0;
}
.m-pro-gs .con .tit2 span {
    display: inline-block;
    font-size: 18px;
    color: #3a9dcb;
    text-align: center;
    position: relative;
}
.m-pro-gs .con .tit2 span:before {
    content: "";
    display: inline-block;
    width: 230px;
    height: 8px;
    background: url(../Images/img-58.png) no-repeat 0 0;
    position: absolute;
    top: 12px;
    right: 240px;
}
.m-pro-gs .con .tit2 span:after {
    content: "";
    display: inline-block;
    width: 230px;
    height: 8px;
    background: url(../Images/img-59.png) no-repeat 0 0;
    position: absolute;
    top: 12px;
    left: 240px;
}

.sp-list{overflow: hidden;text-align: center;}
.sp-list li{
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.sp-list li img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}


.m-pro-ys{
    padding-bottom: 44px;
    background: #edfbff;
}
.g-tit4 {
    padding-top: 20px;
    text-align: center;
}
.g-tit4 span {
    display: inline-block;
    font-size: 24px;
    color: #1861d0;
    text-align: center;
    position: relative;
}
.g-tit4 span:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 5px;
    background: url(../Images/ssl-triangle.jpg) repeat-x;
    position: absolute;
    top: 18px;
    right: 140px;
}
.g-tit4 span:after {
    content: "";
    display: inline-block;
    width: 130px;
    height: 5px;
    background: url(../Images/ssl-triangle.jpg) repeat-x;
    position: absolute;
    top: 18px;
    left: 140px;
}

.sl-list16 {
    margin: 0 20px;
    overflow: hidden;
}
.sl-list16 li {
    padding-top: 40px;
    float: left;
    width: 50%;
    height: 140px;
    overflow: hidden;
}
.sl-list16 li:nth-child(2n-1) {
    padding-right: 70px;
}
.sl-list16 li .img {
    float: left;
    margin-right: 20px;
    width: 80px;
}
.sl-list16 li .txt {
    font-size: 14px;
    line-height: 1.7em;
    color: #9b9b9b;
    overflow: hidden;
}
.sl-list16 li .txt h4 {
    padding-bottom: 2px;
    font-size: 16px;
    color: #3b3b3b;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.m-pro-bb{padding-bottom: 30px;}
.sl-list17 {
    margin: 40px 20px 20px;
}
.sl-list17:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sl-list17 li{
    float: left;
    width: 33.33%;
}
.sl-list17 li .con{
    margin: 0 35px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    background: #4fc483;
    box-shadow: 0px 2px 10px 0px rgba(53, 53, 53, 0.15);
}
.sl-list17 li .tit {
    padding-top: 10px;
    font-size: 48px;
    color: #f9fb57;
    line-height: 1em;
}
.sl-list17 li .subtit{
    margin-top: 10px;
    font-size: 24px;
}
.sl-list17 li .se-star {
    margin: 2px auto 10px;
    width: 97px;
    height: 12px;
    background: url(../Images/img-67.png) no-repeat 0 0;
    position: relative;
}
.sl-list17 li .se-explain {
    margin: 0 30px;
    padding-top: 5px;
    border-top: 1px solid #a5e3c0;
    font-size: 14px;
    color: #cfffcf;
    height: 60px;
}
.sl-list17 li .se-btn {
    margin-bottom: 30px;
    display: inline-block;
    width: 228px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
}
.sl-list17 li .se-txt {
    padding: 24px 0 24px 100px;
    background: #fff;
    text-align: left;
}
.sl-list17 li .se-txt p {
    font-size: 14px;
    line-height: 30px;
    color: #595959;
    position: relative;
}
.sl-list17 li .se-txt p:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #cdd7e1;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    left: -16px;
}

.sl-list17 li:nth-child(1) .con {
    background: #3b87d4;
}
.sl-list17 li:nth-child(3) .con {
    background: #8072af;
}

.sl-list17 li:nth-child(1) .tit {
    color: #adfffa;
}
.sl-list17 li:nth-child(3) .tit {
    color: #f2daff;
}
.sl-list17 li:nth-child(1) .se-explain{
    border-top-color: #51bcf3;
    color: #a8f6ff;
}
.sl-list17 li:nth-child(3) .se-explain{
    border-top-color: #a191d8;
    color: #eee9ff;
}
.sl-list17 li .con:hover .se-btn{
    background: #46aa72;
}
.sl-list17 li:nth-child(1) .con:hover .se-btn{
    background: #2fa0da;
}
.sl-list17 li:nth-child(3) .con:hover .se-btn{
    background: #9486c6;
}


.sl-list17 .se-star.star3:before {
    content: "";
    display: inline-block;
    width: 54px;
    height: 12px;
    background: url(../Images/img-68.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.sl-list17 .se-star.star4:before  {
    content: "";
    display: inline-block;
    width: 76px;
    height: 12px;
    background: url(../Images/img-68.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.sl-list17 .se-star.star5:before {
    content: "";
    display: inline-block;
    width: 97px;
    height: 12px;
    background: url(../Images/img-68.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.m-application-cc{
    padding-bottom: 70px;
    background: #fffcf0;
}
.sl-list18 li {
    padding-top: 40px;
    overflow: hidden;
}
.sl-list18 li .img {
    float: left;
    margin-right: 30px;
    width: 184px;
    text-align: center;
}
.sl-list18 li .txt {
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}
.sl-list18 li .txt h4 {
    padding-bottom: 10px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
}
.sl-list18 li .txt.pt-10{padding-top: 10px;}
.sl-list18 li .txt.pt-20{padding-top: 20px;}
.sl-list18 li .txt.pt-50{padding-top: 50px;}

/*
-----------------[服务详情-new]--------------*/

.row-service{max-width: 1550px;}
.cur{
    font-size: 18px;
    color: #121111;
    padding: 28px 0;
}
.cur a{
    color: #121111;
}
.cur a:hover{
    color: #1dafec;
}

.sl-list19 li{
    margin-bottom: 39px;
    height: 414px;
}
.sl-list19 .pic{
    float: left;
    width: 50%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sl-list19 .txt{
    float: left;
    width: 50%;
    height: 100%;
    font-size: 17px;
    color: #222;
    padding: 60px 55px;
    background-color: #fff;
}
.sl-list19 li:nth-child(even) .pic{float: right;}
.sl-list19 .tit{
    max-width: 500px;
    border-bottom: 2px solid #1dafec;
}
.sl-list19 .tit .cn{
    font-size: 22px;
    margin-bottom: 30px;
}
.sl-list19 .tit .en{
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sl-list19 .desc{
    font-size: 16px;
    line-height: 3.5em;
    height: 7em;
    overflow: hidden;
    margin: 20px 0;
}
.sl-list19 .det{
    font-size: 12px;
    color: #8b8888;
    text-decoration: underline;
}
.sl-list19 .det:hover{
    color: #1dafec;
}






















