*{
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑";
}
li{
    list-style: none;
}
.am-sides{
    padding: 0;
}
.am-sides li{
    background: url(../images/b1.jpg) no-repeat center center;
}
.title{
    text-align: center;
}
.title h3{
    font-size: 24px;
    color: #60d5ef;
    letter-spacing: 2px;
    margin: 0;
}
.title p{
    margin-top: 10px;
}
.am-gallery-item{
    border:1px solid #999;
    border-radius: 0 0 15px 15px;
}
.am-gallery-item a{
    display: block;
    padding-left: 15px;
}
.am-gallery-item p{
    padding-top: 8px;
    color: #333;
    margin-bottom: 0;
}
.am-gallery-item img{
    padding: 15px;
}
.am-gallery-title span{
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    border: 1px solid #60d5ef;
    border-radius: 15px;
    padding: 5px;
    transition:  all 0.5s;
}
.am-gallery-title span:hover{
    background-color: #60d5ef;
    color: #fff;
}
.lin{
    padding: 15px 15px 15px 0;
    text-align: right;
    transition: all 0.5s;
}
.lin:hover{
    color: red;
}
.font{
    font-weight: 600;
    color: red;
    line-height: 30px;
}
.ewm{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: #eee;
}
.ewm p{
    margin-top: 10px;
    margin-bottom: 0;
}
.foot{
    line-height: 50px;
    background-color: #3b8292;
    color: #fff;
    text-align: center;
}
.foot p{
    margin: 0;
}
.am-gallery{
    margin-bottom: 40px;
}
.am-gallery li{
    margin-top: 30px;
}
.firend{
    padding-top: 20px;
}
.firend a{
    color:#fff;
    margin-left: 15px;
}
.firend a:hover{
    color:red;
}
@media screen and (min-width:1200px) {
    .am-sider{
        width: 100%;
        height: 450px;
        position: relative;
    }
    .am-sides li{
        height: 450px;
    }
    .container{
        width: 1100px;
        margin: 0 auto;        
        margin-top: 40px;
    }
    .cont{
        border:1px dashed #999;
    }
    .con{
        padding: 60px;
    }
    .am-gallery-item .am-gallery-title{
        width: 250px;
        white-space: initial;
    }
    .am-gallery-item img{
        height: 150px;
    }
    .rck{
        border:20px solid #fff;
        margin-left:20px;
    }
    .item{
        display: inline-block;
    }
}
@media screen and (max-width:640px){
    .am-sider{
        width: 100%;
        height: 145px;
    }
    .am-sides li{
        height: 145px;
        background-size: cover;
    }
    .am-gallery-item .am-gallery-title{
        width: 100%;
        white-space: initial;
    }
    .container{
        padding: 0 15px;
    }
    .con{        
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .title p{
        margin-bottom: 0;
    }
    .am-gallery{
        margin-bottom: 20px;
    }
    .am-gallery li{
        margin-top: 20px;
    }
    .ewm{
        padding: 30px 0;
    }
    .rck{
        border:20px solid #fff;
        margin-top:20px;
    }
}