body {
    cursor: pointer;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.logo img{
    width: 100px;
    height: 70px;
}

.title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.toggleBox {
    display: flex;
    align-items: center;
}

.titleUl {
    display: flex;
    align-items: center;
}

.phone {
    font-size: 16px;
    margin-left: 90px;
    display: flex;
    align-items: center;
    width: 230px;
    line-height: 50px;
    border-radius: 25px;
    justify-content: center;
    color: #FFFFFF;
    background-color: #0F6DBB;
}

.call {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 25px;
    justify-content: center;
    color: #FFFFFF;
    background-color: #0F6DBB;
}

.hideUl {
    display: none;
}

.banner {
    position: relative;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.positionBox {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: -40px;
    top: 30px;
    background-color: #f2f2f2;
    padding: 20px 10px;
    border-radius: 4px;
}

.positionBox ul li {
    text-align: center;
    margin-bottom: 15px;
}

.banner img {
    padding: 0;
    width: 100%;
    height: 100%;
}

.color {
    border-bottom: 2px solid #000001;
}

.flexZsy {
    position: relative;
}

.itemMain {
    padding: 30px 0;
}

.itemTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.titleText {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    line-height: 80px;
    color: #333333;
    opacity: 0.25;
    top: 0;
}

.itemTitle h3 {
    margin: 40px 0 25px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 62px;
    color: #000000;
    opacity: 1;
}

.tranMain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.itemImg {
    position: relative;
    width: 384px;
    height: 606px;
    margin-right: 24px;
    margin-bottom: 24px;
}

.backImg{
    width: 100%;
    height: 100%;
}

.iconBoxs {
    position: absolute;
    top: 44px;
    left: 30px;
}

.iconImg {
    width: 60px;
    height: 60px;
}

.iconTitle {
    margin: 21px 0 11px 0;
    color: #FFF;
    font-size: 20px;
}

.iconZl {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 18px;
}

.borderSize {
    width: 31px;
    border: 1px solid #FFF;
    transition: linear 1s;
}

.maskBox {
    width: 384px;
    height: 606px;
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 9px;
    background-color: #0F6DBB;
    transition: linear .5s;
    display: flex;
}

.maskBox:hover {
    opacity: .9;
}

.maskBox:hover .borderSize {
    width: 51px;
    border: 1px solid #FFF;
    opacity: 1;
}

.mask {
    flex: 1;
    position: relative;
}

.dwMask {
    margin-top: 35px;
    margin-left: 21px;
}

.borderTop {
    position: absolute;
    width: 0;
    top: 0;
    right: 183px;
    transition: linear .8s;
}

.borderTops {
    position: absolute;
    width: 0;
    top: 0;
    left: 183px;
    transition: linear .8s;
}

.maskBox:hover .borderTop {
    border: 1px solid #FFF;
    width: 183px;
}

.maskBox:hover .borderTops {
    border: 1px solid #FFF;
    width: 183px;
}

.borderBottom {
    position: absolute;
    width: 0;
    bottom: 0;
    right: 183px;
    transition: linear .8s;
}

.borderBottoms {
    position: absolute;
    width: 0;
    bottom: 0;
    left: 183px;
    transition: linear .8s;
}

.maskBox:hover .borderBottom {
    border: 1px solid #FFF;
    width: 183px;
}

.maskBox:hover .borderBottoms {
    border: 1px solid #FFF;
    width: 183px;
}

.borderLeft {
    position: absolute;
    bottom: 294px;
    left: 0;
    height: 0;
    transition: linear .8s;
} 

.borderLefts {
    position: absolute;
    top: 294px;
    left: 0;
    height: 0;
    transition: linear .8s;
}

.maskBox:hover .borderLeft {
    border: 1px solid #FFF;
    height: 294px;
}

.maskBox:hover .borderLefts {
    border: 1px solid #FFF;
    height: 294px;
}



.borderRight {
    position: absolute;
    bottom: 294px;
    right: 0;
    height: 0;
    transition: linear .8s;
}

.borderRights {
    position: absolute;
    top: 294px;
    right: 0;
    height: 0;
    transition: linear .8s;
} 

.maskBox:hover .borderRight {
    border: 1px solid #FFF;
    height: 294px;
}

.maskBox:hover .borderRights {
    border: 1px solid #FFF;
    height: 294px;
}



.maskDetail {
    color: #FFF;
    margin-top: 40px;
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 16px;
}

.backGround {
    margin-top: 76px;
    position: relative;
    height: 749px;
}

.groundImgs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.someItem {
    width: 1200px;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
}

.someItem .imgItems:nth-child(4n) {
    border-right: none;
}

.imgItems {
    padding: 42px 16px 29px 22px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.imgItems img{
    width: 260px;
    height: 67px;
}

.jgz {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.hidenBox {
    width: 1435px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hlqm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 250px;
    margin-bottom: 61px;
}

/* .hidenBox .hlqm:nth-child(5n) {
    margin-right: 0;
} */

.pdf {
    width: 69px;
    height: 75px;
}

.person {
    font-size: 18px;
    color: #333;
    margin: 19px 0 10px 0;
}

.time {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.hoverDowns {
    display: none;
}
