.home{
    position: relative;
    width: 100%;
    min-width: 1900px;
    background-color: #0c233b;
}
.homeBox{
    background: url('../images/bg1.jpg') no-repeat;
    width: 100%;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 410px;
}

/* 移动端高度 */
@media screen and (max-width:1200px) {
    .homeBox{
        height: 4020px;
        overflow: scroll;
    }
}
.p_title{
    width: 149px;
	height: 55px;
    margin:auto;
    padding-top: 104px;
}
.p_tabs {
    margin: 100px auto 0;
    height: 41px;
    text-align: center;
}

.tabs {
    display: inline-flex;
    cursor: pointer;
    width: 153px;
    height: 49px;
    padding-top: 10px;
    padding-left: 24px;
}

.tabs img {
    width: 102px !important;
    height: 30px !important;
}

.tabsline {
    margin: 0 25px;
    width: 3px;
    height: 41px;
    display: inline-flex;
    cursor: pointer;
    background-image: linear-gradient(90deg,
            #4ccaff 0%,
            #3b89ff 100%);
    border: solid 2px #ffffff;
    vertical-align: text-bottom;
}

.p_Active {
    width: 153px;
    height: 49px;
    background: url('../images/titlebg.png') no-repeat;
    background-repeat: no-repeat;
}
.p_box{
    color: #ffffff;
    position: relative;
}
.p_qydtBox{
    /* height: 1500px; */
}
.p_hydtBox{
    /* height: 3000px; */
}
.bg_line{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 98px;
    transform: translateX(-47%);
}
.satellite{
    width: 113px;
	height: 91px;
    margin-left: -7px;
}

.p_info{
    position: relative;
    /* height: 1500px; */
    padding-top: 355px;
    text-align: center;
    overflow: hidden;
}
.bg_lineIMg{
    position: absolute;
    top: 188px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.p_infoItem{
    height: 350px;
}
.p_infoItem1{
    /* position: absolute;
    left: 50%;
    top: 355px;
    transform: translateX(-50%); */
}
.item{
    position: relative;
}
.odd .item .scale{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.odd .item .circle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.odd .item .guideLine{
    position: absolute;
    left: 50%;
    transform: translateX(7%);
    top: 8px;
}
.odd .item .time{
    position: absolute;
    left: 50%;
    transform: translateX(115%);
    top: -8px;
    width: 140px;
}
.odd .item .photos{
    position: absolute;
    left: 50%;
    transform: translateX(39%);
    top: 36px;
    cursor: pointer;
}
.odd .item .photos img{
    margin-top: 20px;
}
.odd .img_title{
    width: 408px;
	font-family: PingFang-SC-Bold;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: left;
}

.even .item .scale{
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
}
.even .item .circle{
    position: absolute;
    right: 50%;
    transform: translateX(38%);
}
.even .item .guideLine{
    position: absolute;
    right: 50%;
    transform: translateX(-9%);
    top: 8px;
}
.even .item .time{
    position: absolute;
    right: 50%;
    transform: translateX(-110%);
    top: -8px;
    width: 140px;
    height: 37px;
}
.even .item .shortTime{
    width: 105px;
    transform: translateX(-148%);
}
.even .item .photos{
    position: absolute;
    right: 50%;
    transform: translateX(-37%);
    top: 36px;
    cursor: pointer;
}
.even .item .photos img{
    margin-top: 20px;
}
.even .img_title{
    width: 408px;
	font-family: PingFang-SC-Bold;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: right;
}
.even .over{
    background: url('../images/over_bg.png') no-repeat;
    background-size: 100% 100%;
    width: 199px;
	height: 52px;
    line-height: 52px;
    position: absolute;
    right: 60%;
    top: -16px;
    font-family: PingFang-SC-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #929aa6;
}

.odd .over{
    background: url('../images/over_bg.png') no-repeat;
    background-size: 100% 100%;
    width: 199px;
	height: 52px;
    line-height: 52px;
    position: absolute;
    left: 60%;
    top: -16px;
    font-family: PingFang-SC-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #929aa6;
}
.showMore{
    display: none;
}

.odd .more{
    background: url('../images/more_bg.png') no-repeat;
    background-size: 100% 100%;
    width: 246px;
	height: 52px;
    line-height: 52px;
    position: absolute;
    left: 60%;
    top: -16px;
    font-family: PingFang-SC-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}