.point{
    font-size: 14px;
    color: #808080;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}
.point a{
    color: #808080;
}


.content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.title{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f5f5f6;
}
.title span{
    color: #eb5255;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    background: #f5f5f6;
    font-size: 14px;
}
.title a{
    color: #e62f34;
    float: right;
    padding-right: 20px;
}

/*
-------------------
                   change tab
---------------------
*/
.part1{}
.change{
    width: 270px;
    height: 170px;
    overflow: hidden;
}
.part1 ul:after, .part1 ul:before{
    content: '';
    height: 0;
    display: table;
}
.part1 ul:after{
    clear: both;
}
.part1 ul{
    margin-top: 20px;
    margin-bottom: 50px;
}

.part1 ul li{
    width: 270px;
    height: 330px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.35);
    padding: 10px 7px;
    float: left;
    margin-right: 20px;
}
.part1 ul li:last-child{
    margin-right: 0;
}

.hover_change{
    width: 270px;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.hover_change img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.m_height{
    height: 170px;
    position: absolute;
    left: 50%;
    top: 0;
}
.m_width{
    width: 270px;
    position: absolute;
    left: 0;
    top: 50%;
}




.menu{
    margin-top: 6px;
}
.menu:before, .menu:after{
    content: '';
    height: 0;
    display: table;
}
.menu:after{
    clear: both;
}
.menu .menu_img{
    float: left;
    width: 86px;
    height: 55px;
    display: block;
    overflow: hidden;
    margin-left: 6px;
    cursor: pointer;
}
.menu .menu_img:first-child{
    margin-left: 0;
}
.menu_img img{
    width: 100%;
    height: 100%;
}
.photo_text{}
.photo_text h1{
    font-size: 14px;
    color: #353535;
    font-weight: normal;
    margin-top: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.photo_text span{
    color: #808080;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}
.photo_text span:last-child{
    float: right;
}
.photo_text span img{
    vertical-align: middle;
    padding-right: 7px;
}
