.container
{
    width: 1200px;
    margin: 0 auto;
}

.tedian-list{
    margin-top: 77px;
}

.tedian-list li{
    float: left;
    position: relative;
    margin-bottom: 30px;
    width: 560px;
    height: 240px;
    cursor: pointer;
}

.tedian-list li:hover{
    transform: translateY(-8px);
    transition: transform .2s;
}

.tedian-list li.mr{
    margin-right: 76px;
}

.tedian-list li i{
    width: 102px;
    height: 99px;
    font-size: 120px;
    font-family: Impact;
    font-weight: 400;
    color: #F0F5FF;
    line-height: 99px;
}

.tedian-list li .content{
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 3;
}
.tedian-list li h2{
    font-size: 26px;
    
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.tedian-list li p{
    margin-top: 20px;
    font-size: 16px;
    
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.yunying-content{
    margin-top: 30px;    
}

.yunying-title{
    font-size: 30px;
    
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.yunying-fans{
    margin-top: 50px;
}

.yunying-anli{
    margin-top: 90px;
}
.anli-list {
    margin-top: 30px;
    margin-bottom: 90px;
}
.anli-list li{
    padding-top: 34px;
    width: 290px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
    float: left;
    margin-right: 13px;
    margin-top: 15px;
}

.anli-list li:hover{
    transform: translateY(-8px);
    transition: transform .2s;
}

.anli-list li:first-child+li+li+li,
.anli-list li:first-child+li+li+li +li+li+li+li {
    margin-right: 0;
}

.anli-list li img{
    display: block;
    margin: 0 auto;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    overflow: hidden;
}

.anli-list li h3{
    margin-top: 50px;
    display: inline-block;
    font-size: 20px;
    
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.anli-list li i{
    display: block;
    height: 4px;
    background: #2cb364;
    border-radius: 2px;
}


.first-main .first-img img {
    width: 873px;
    height: 524px;
    margin-top: 50px;
    margin-right: 50px;
}

.first-main .first-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 615px;
}

.first-main .first-img .index-canvas {
    position: absolute;
    left: 50%;
    margin-left: -615px;
    z-index: 2;
}