.bodyDiv {
    width: 100%;
    height: auto;
    background: #fff;
}

.news {
    width: 1200px;
    height: 765px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

.title-h2 {
    font-size: 32px;
    color: #010101;
    margin-bottom: 20px;
}

.title-e {
    font-weight: lighter;
    font-size: 18px;
    color: #000;
    margin-bottom: 65px;
}

.n-left:hover, .n-r-div:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px 0 rgba(24, 44, 79, .15);
}

.n-left {
    width: 582px;
    height: 429px;
    padding: 17px 12px 0 12px;
    float: left;
    box-shadow: 0 5px 5px 0 rgba(24, 44, 79, .07);
    transition: all .3s linear;
    cursor: pointer;
}

.n-right {
    width: 548px;
    height: 429px;
    float: right;
}

.clearfloat {
    clear: both;
}

.n-more {
    width: 137px;
    height: 34px;
    line-height: 34px;
    margin: 60px auto 35px auto;
    font-size: 12px;
    color: #fff;
    font-weight: lighter;
    border-radius: 17px;
    background: linear-gradient(to right, #1476f6, #1edfd2)
}

.n-l-bottom {
    width: 100%;
    height: 50px;
    margin-top: 13px;
    position: relative;
    text-align: left;
}

.n-l-bottom h3 {
    width: 474px;
    margin-left: 73px;
    display: inline-block;
}

.date {
    font-size: 12px;
    color: #959595;
    line-height: 30px;
    float: right;
}

.n-r-div {
    width: 548px;
    height: 132px;
    margin-bottom: 17px;
    padding: 10px;
    transition: all .3s linear;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(24, 44, 79, .07);;
}

.n-r-img {
    width: 147px;
    height: 96px;
    float: left;
    margin-right: 15px;
}

n-r-text.img-title {
    text-indent: 46px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    float: left;
}

.n-r-text {
    width: 366px;
    height: 56px;
    text-align: left;
    float: left;
    position: relative;
}

.n-r-text-s {
    width: 366px;
    height: 50px;
    text-align: left;
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #959595;
}



.develop{
    width: 100%;
    height: 3582px;
    padding: 50px;
    background-image: url(images/introduce/develop.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: left;
}
.develop > h2 {
    color: white;
}
.develop-div{
    width: 100%;
    height: 340px;
    padding-left: 62px;
    background: url(images/introduce/develop-line.png) no-repeat 0 4px;
}
.develop-div h2{
    font-size: 32px;
    margin-bottom: 20px;
}
.develop-div p{
    width: 80%;
    font-size: 22px;
    line-height: 34px;
    font-weight: lighter;
}

.company-map-div{
    width: 90%!important;
    margin: 0 auto!important;
}
.s-mobile-fixed{
    height: 100px;
}
.s-mobile-fixed .s-m-n-img{
    margin-top: 15px;
}
.mobile-nav-shadow {
    box-shadow: 0 10px 35px 0 rgba(24,44,79,.07);
}
.backtop{
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: none;
}
.tabBtn{
    width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
.mb-service{
    width: auto!important;
    height: auto;
    position: relative;
    display: inline-block;
}
.mb-s-ul{
    box-shadow:     2px 23px 15px -9px #899dbd12 inset,
    0px -23px 15px -10px #899dbd12 inset;
}
