
.index-banner{
    margin-top: 80px;
}

.profile{
    width: 100%;
    padding: 100px 0;
}
.profile-center{
    width: 1200px;
    margin: auto;
}
.profile-video{
    width: 600px;
    height: 400px;
    overflow: hidden;
    float: left;
}
.profile-right{
    width: 520px;
    float: right;
}
.profile-right span{
    display: block;
    font-size: 36px;
    color: #333;
    margin-top: 56px;
}
.profile-right p{
    font-size: 14px;
    color: #666;
    margin-top: 38px;
    line-height: 22px;
}
.profile-right a{
    display: block;
    width: 160px;
    height: 44px;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 44px;
    color: #666;
    border-radius: 10px;
    margin-top: 36px;
    transition: all 0.2s;
}
.profile-right a:hover{
    background: #dc4f45;
    color: #fff;
    border: 1px #fff solid;
}

/*business*/
.business{
    width: 100%;
    padding: 100px 0;
    background: #f7f7f7;
}
.business-a{
    display: block;
    font-size: 36px;
    text-align: center;
    color: #333;
}
.business-center{
    width: 1200px;
    margin: 60px auto 0;
}
.business-b{
    width: 1230px;
}
.business-c{
    width: 380px;
    height:380px;
    float: left;
    margin: 0 30px 30px 0;
    position: relative;
    overflow: hidden;
}
.business-c img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s;
}
.business-c:hover img{
    transform: scale(1.1);
}
.business-e{
    width: 380px;
    height: 60px;
    position: absolute;
    bottom:0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 1;
    transition: all 0.2s;
}
.business-c:hover .business-e{
    height: 380px;
    background: #dc4f45;
    opacity: 0.8;
}
.business-d{
    position: absolute;
    top:320px;
    width: 100%;
    z-index: 2;
    transition: all 0.3s;
}
.business-c:hover .business-d{
    width: 100%;
    top:100px;
}
.business-d span{
    display: block;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    transition: all 0.2s;
}
.business-c:hover .business-d span{
    font-size: 20px;;
}
.business-d p{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
}
.business-d a{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 30px auto 0;
    border: 1px #fff solid;
    border-radius: 10px;
    transition: all 0.2s;
}
.business-d a:hover{
    background: #fff;
    color: #666;
}

/*news*/
.news{
    width: 100%;
    padding: 100px 0;
    background: #fff;
}
.news-a{
    font-size: 36px;
    display: block;
    text-align: center;
    color: #333;
}
.news-center{
    width: 1200px;
    margin: 60px auto 0;
}
.news-b{
    width: 400px;
    height: 600px;
    float: left;
    transition: all 0.2s;
}
.news-b:hover{
    background: #f8f8f8;
}
.news-c{
    width: 350px;
    margin: auto;
}
.news-c img{
    width: 100%;
    height: 200px;
    margin-top: 25px;
}
.news-c h4{
    font-size: 20px;
    color: #333;
    font-weight:normal;
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;
    margin-top: 36px;
}
.news-c span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 40px;
}
.news-c p{
    height: 64px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 34px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news-c a{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 150px;
    height: 40px;
    border: 1px #444444 solid;
    border-radius: 10px;
    margin: 50px auto 0;
    text-align: center;
    line-height: 40px;
    transition: all 0.2s;
    background: #444444;
}
.news-c a:hover{
    background: #dc4f45;
}

/*blogroll*/
.blogroll{
    width: 100%;
    background: #dc4f45;
}
.blogroll-a{
    width: 1200px;
    margin: auto;
    padding: 40px 0;
}
.blogroll-a span{
    display: block;
    font-size: 36px;
    color: #fff;
}
.blogroll-b a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 24px 30px 0 0;
    transition: all 0.2s;
}
.blogroll-b a:hover{
    color: #eab8b5;
}
.news-b:hover{
    -moz-box-shadow:0px 0px 14px #dddddd; -webkit-box-shadow:0px 0px 14px #dddddd; box-shadow:0px 0px 14px #dddddd;
}
.news-b:hover .news-c a{
    background: #dc4f45;
    border: 1px #fff solid;
    color: #fff;
}
