/*加载弹框开始*/



.service {
    min-width: 1500px;
    width: 1500px;
    height: auto;
    margin: 69px auto 0px;
}

.service-title {
    min-width: 1500px;
    width: 1500px;
    height: 90px;
    text-align: center;
    margin-bottom: 16px;
}

    .service-title h2 {
        font-size: 40px;
        color: #444444;
    }

    .service-title p {
        font-size: 18px;
        color: #444444;
    }

.service-top {
    margin-top: 30px;
    width: 100%;
    height: 845px;    
    background-size: 1920px 845px;
    overflow: hidden;
}

.service-news{
    margin: 0 auto;
}

.service-top-title {
    width: 1500px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.service-top-title ul {
    padding-top: 30px;
    width: 520px;
    margin: 0 auto;
}

.service-top-title ul li {
    float: left;
    width: 200px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    margin: 0px 30px;
    background: #fff;
    cursor: pointer;
    color: #F39700;
    border: 1px solid #F39700;
}

.service-top-title ul li.active1 {
    color: #fff;
    background: #F39700;
}

.service-news-li {
    width: 1500px;
    margin: 0 auto;
    margin-top: 20px;
}

.service-news-li ul {
    height: 530px;
}

.service-news-li ul li {
    width: 475px;
    height: 355px;
    background: url(/images/story-news-bg1.jpg)center center no-repeat;
    background-size: 475px 355px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 10px #7D7D7D;
    border-radius: 3px;
    padding: 42px;
    margin-top: 30px;
}

.service-news-li ul li:nth-child(2) {
    background: url(/images/story-news-bg1.jpg)center center no-repeat;
    background-size: 475px 355px;
    margin-left: 37.5px;
    margin-right: 37.5px;
}

.service-news-li ul li:nth-child(5) {
    background: url(/images/story-news-bg1.jpg)center center no-repeat;
    background-size: 475px 355px;
    margin-left: 37.5px;
    margin-right: 37.5px;
}


.service-news-li ul li div {
    background: url(/images/service/yiliao.jpg)center center no-repeat;
    background-size: 391px 225px;
    width: 391px;
    height: 225px;
    text-align: center;
    overflow: hidden;    
}

.service-news-li ul li:nth-child(2) div {
    background: url(/images/service/yanglao.jpg)center center no-repeat;      
}
.service-news-li ul li:nth-child(3) div {
    background: url(/images/service/kangfu.jpg)center center no-repeat;      
}
.service-news-li ul li:nth-child(4) div {
    background: url(/images/service/linzhong.jpg)center center no-repeat;      
}
.service-news-li ul li:nth-child(5) div {
    background: url(/images/service/huli.jpg)center center no-repeat;      
}
.service-news-li ul li:nth-child(6) div {
    background: url(/images/service/shenghuo.jpg)center center no-repeat;      
}


.service-news-li img {
    width: 391px;
    height: 225px;
}

.service-news-li h2 {    
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 391px;
    height: 40px;
    font-size: 23px;    
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-news-li li p{
    animation:mymove 0.2s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;

    /* Safari 和 Chrome */
    -webkit-animation:mymove 0.2s;
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: none;
    font-size: 25px;           
    font-weight: bold;
    color:#ffffff;
    width: 391px;
    height: 0px;
    background: rgba(61,76,97,0.9);
    padding:0 25px;
}


@keyframes mymove
{
    from {height:0px;}
    to {height:225px;}
}

@-webkit-keyframes mymove /* Safari 和 Chrome */
{
    from {height: 0px;}
    to {height: 225px;}
}







