/* page_tab start */
.page_tab{
    height: 14px;
    line-height: 14px;
    padding: 50px 0 0 0;
}
.page_tab i{
    text-decoration:underline;
}
/* page_tab end */

/* section star t*/

.section p{
    height: 36px;
    line-height: 38px;
    background-color: #eeeeee;
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #104492;
    font-weight: bold;
    border-bottom:2px solid #104492 ;

}
.section ul{
    display: flex;
    flex-wrap: wrap;
}
.section ul li{
    display: block;
    /*float: left;*/
    margin: 20px 60px 0 60px;
}
.section ul li span{
    width: 280px;
    height: 30px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    font-size: 14px;
}
.section ul li span:hover{
    color: #104492;
    text-decoration: underline;
}
.section ul li .Square{
    width: 278px;
    height: 298px;
    border: 1px solid #c7c7c7;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}
.section ul li .Square:hover{
    border: 1px solid #104492;
}
.section ul li .Square:hover img {
    opacity: 0.7;
}

section .target-fix{
    position: relative;
    top: -40px; // 偏移值
    display: block;
    height: 0;
    overflow: hidden;

}