.body{
    width: 1200px;
    height: 750px;
    /* background-color: pink; */
   
}
.address{
    width: 1200px;
    height: 80px;
    padding-top: 28px;
}
.address img {display: inline;margin-right: 10px;}
.address_color{
    color: #497fde;
}
.mould{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.mould_td{
    width: 1200px;
    font-size: 24px;
}
.new_list{
    width: 110px;
    height: 100%;
    background-color: #497fde;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.new_list a{
color:#fff;
}
.picture{
    height: 410px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
}
.picture_box{
    width: 635px;
    height: 376px;
    background-color: blue;
    margin-top: 18px;
    display: flex;
    flex-wrap: nowrap;
}
.big_picture{
    width: 518px;
    height: 100%;
    background-color: yellow;
}
.big_picture>img{
    width: 100%;
    height: 100%;
}
.small_picture{
    width: 117px;
    height: 100%;
    background-color: #dddddd;
}
.Infoimages>li{
    width: 92px;
    height: 82px;
    /* background-color: red; */
    margin:6px 10px 0px 10px;
}
.Infoimages>li>a>img{
   width: 90px;
   height: 80px;
}
.Infoimages>li:hover{
    border: 1px solid #497fde;
}
.picture_right{
    width: 60px;
    height: 376px;
    /* background-color: #000; */
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 84px;
}
.btn_left{
width: 60px;
    height: 60px;
    background-color: #dddddd;
    padding-left: 20px;
    padding-top: 20px;
}
.btn_left:hover{
    background-color: #4071d7;
}
.btn_right:hover{
    background-color: #4071d7;
}
.btn_left>img{
    width: 12px;
    height: 20px;
}
.button{
    width: 60px;
    height: 376px;
    /* background-color:  #000; */
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
}
.btn_right{
    width: 60px;
    height: 60px;
    background-color: #dddddd;
    padding-left: 20px;
    padding-top: 20px;
}
.btn_right>img{
    width: 12px;
    height: 20px;
}
.word{
    margin-top: 45px;
}
.word>ul>li{
    margin-top: 5px;
    color: #666666;
}
/* .word>ul>li:hover{
    color: #ef5e00;
} */
.words{
    display: none;
}
.size{
    display: none;
}
.small_area {overflow:hidden;width:100%;height:100%;}
.Infoimages {overflow-y:scroll;width:120%;height:100%;}