.type{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
}
.type_box{
    width: 1200px;
    height: 60px;
    /* background-color: pink; */
    margin: 0 auto;
}
.type_box>ul{
    display: flex;
    flex-wrap: nowrap;
}
.type_box>ul>li{
    margin-left: 20px;
    line-height: 60px;
}
.type_box>ul>li a{
    color: #000;
}
.type_box>ul>li:hover,.type_box>ul>li.active {
    border-bottom: 3px solid #4071d7;
    color: #4071d7;
}
.active{
    border-bottom: 3px solid #4071d7;
    color: #4071d7;
}
.type_picture{
    width: 1200px;
    height: 482px;
    /* background-color: green; */
    margin-top: 65px;
    /* display: flex;
    flex-wrap: nowrap; */
}
.rocket{
    padding-left: 65px;
    display: flex;
    flex-wrap: nowrap;
    display: none;
}
.rocket>div>img:hover{
    /* transform: scale(1.2); */
    box-shadow: 3px 3px 3px #ccc;

}
.rocket>div>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.part>ul>li>img:hover{
    /* transform: scale(1.2); */
    box-shadow: 3px 3px 3px #ccc;
}
.part>ul>li>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.selected{
    display: flex;
    /* display: block; */
}
.rocke{
    width: 320px;
    height: 482px;
    /* background-color: yellow; */
}
.rocke>img{
    width: 100%;
    height: 100%;
}
.part{
    width: 760px;
    height: 482px;
    /* background-color: red; */
    margin-left: 20px;
}
.part>ul{
    display: flex;
    flex-wrap: nowrap;
}
.part>ul:nth-of-type(1){
margin-bottom: 20px;
}
.part>ul>li{
    width: 240px;
    height: 230px;
    /* background-color: pink; */
    margin-left: 10px;
    /* margin-top: 10px; */
    box-shadow: 3px 3px 3px #ccc;
}
.part_ul{
    margin-top: 20px;
}
.cooperation{
    width: 100%;
    height: 600px;
    margin-top: 60px;
    background-color: #ebeff5;
}
.client{
    width: 1200px;
    height: 468px;
    margin: 0 auto;
}
.cooperative_client{
    width: 100%;
    height: 116px;
    text-align: center;
    line-height: 116px;
    font-size: 24px;
    color: #1443a7;
}
.picture{
    height: 350px;
    width: 100%;
}
.picture_zg{
    display: flex;
    flex-wrap: nowrap;
}
.picture_zg>li{
    width: 220px;
    height: 100px;
    margin-left: 20px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #ccc;
}
.picture_zg>li:first-of-type{
    margin-left: 0px;
}
.picture_Abbott{
    display: flex;
    flex-wrap: nowrap;
}
.picture_Abbott>li{
    width: 220px;
    height: 100px;
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #ccc;
}
.picture_Abbott>li:first-of-type{
    margin-left: 0px;
}
.picture_Proo{
    display: flex;
    flex-wrap: nowrap;
}
.picture_Proo>li{
    width: 220px;
    height: 100px;
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #ccc;
}
.picture_Proo>li:first-of-type{
    margin-left: 0px;
}
.picture_zg>li>img{
    width: 100%;
    height: 100%;
}
.picture_Abbott>li>img{
    width: 100%;
    height: 100%;
}
.picture_Proo>li>img{
    width: 100%;
    height: 100%;
}
.blogroll{
    margin-top: 20px;
}
