@media (min-width: 922px) {
    .ast-container {
        max-width: 100% !important;
        padding: 0
    }
}

body, html {
    margin: 0;
    padding: 0;
    overflow-X: hidden
}
.imgBox{
    position: relative;
    width: 100%;
}
.imgBox img{
    width: 100%;
}

.nav{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(224,227,234,0.8);
}
.nav>.navContent>.current-cat>[aria-current=page]{
    color: #ff0101!important;
}
.navContent {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    color: #000;
}
.cat-item{
    text-align: center;
    font-size: 18px;
}
.main{
    width: 80%;
    margin: 1vh auto;
}
.main>p:nth-child(2) {
    color: #767676;
    margin: 1.5vw 0;
    font-size: 18px;
}
/* 	//时间轴 */
.cx-time-main{
    width: 80%;
    margin-left: 10%;
    padding: 20px 0;
}
ul{
    white-space:nowrap;
    margin: 0;
    padding: 0;
}
.main>h1 {
    color: #333;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 28px;
}
@media(max-width: 1000px) {
    .main>h1 {
        margin-bottom: 8px;
    }
}
ul li{
    outline: none;
    list-style-type: none;
    margin: 0px;
}
.cx-time-main{
    width: 80%;
    margin-left: 10%;
    height: auto;
}
.cx-time-box{
    position: relative;
    width: 100%;
    height: auto;
}
.cx-time-main ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.cx-time-main ul li:nth-child(2n){
    padding-left: 50%;
    text-align: left;
}
.cx-time-main ul li:nth-child(2n+1){
    padding-right: 50%;
    text-align: right;
}
.cx-main-box::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #459de7;
    background-color: #459de7;
}
/* .cx-main-box::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #3670d2;
} */
.cx-main-box>div:nth-child(1) {
    font-size: 18px;

    margin-bottom: 6px;
}
.cx-time-main ul li:nth-child(2n+1) .cx-main-box::after{
    left: auto;
    right: calc(50% + 6px);
}
.active{
    text-align: left!important;
}
.active::before {
    background: #26a69a;
    border: 2px solid #459de7;
}
.cx-time-main ul li::before,.cx-time-main ul li::after{
    content: '';
    position: absolute;
    top: -11px;
    width: 2px;
    height: calc(50% + 4px);
    left: 50%;
    background: #459de7;
    margin-left: -2px;
}
.cx-time-main ul li:nth-child(1)::before {
    height: calc(80% - 0px);
    top: -40px;
    background: linear-gradient(45deg, #479ae8, transparent);
}
.cx-time-main ul li::after {
    top: auto;
    bottom: 11px;
}
.cx-main-box{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;
    /* 	background: #80cbc4; */
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}
.development {
    border: 1px solid #459de7;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 7px 39px;
    color: #459de7;
    box-sizing: content-box;
}
.c-tail-center>ul {
    flex-grow: 1;
}
.cx-main-box>div:nth-child(2) {
    font-size: 14px;
}
.cx-time-main ul li:nth-child(2n+1)>div:before {
    top: 27px;
    right: -5px;
}
.cx-time-main ul li:nth-child(2n)>div:before {
    top: 29px;
    left: -7px;
}

/* 	 头部*/
.titleWrapper {
    position: absolute;
    top: 88px;
    left: 10%;
    color: #fff;
}
.imgTitle{
    /*     	font-size: 40px; */
}
.smallTitle{
    /* 		font-size: 20px; */
}
@media (max-width: 1100px) {
    .titleWrapper {
        top: 50px;
    }
    .imgTitle {
        font-size: 30px;
    }
    .smallTitle {
        font-size: 16px;
    }
}
@media (max-width: 750px) {
    .titleWrapper {
        top: 12px;
        left: 10%;
    }
    .imgTitle {
        font-size: 21px;
    }
    p.smallTitle {
        font-size: 12px;
    }
}
@media (max-width: 499px) {
    .titleWrapper {
        top: 20px;
    }
    .imgTitle {
        font-size: 16px;
    }
    p.smallTitle {
        font-size: 10px;
        line-height: 13px;
    }
}
.navContent>li>a {
    /* 		font-size: 18px; */
}
@media(max-width: 850px) {
    .navContent>li>a {
        font-size: 13px;
    }
}
@media(max-width: 499px) {
    .navContent>li>a {
        font-size: 12px;
    }
}
.jxsurvey {
    display: none;
}
.swiper-slide {
    display: flex;
    text-align: left;
}
#swiper,#swiper1,#swiper2 {
    display: none;
    width: 80%;
}
@media(min-width: 1367px) {
    #swiper {
        display: block;
    }
    .swiper-container-android .swiper-slide, .swiper-wrapper {
        transform: translate3d(-px,0,0);
    }
}
@media(max-width: 1366px) {
    #swiper {
        display: none;
    }
    #swiper1 {
        display: block;
    }
}
@media(max-width: 499px) {
    #swiper1 {
        display: none;
    }
    #swiper2 {
        display: block;
    }
    .jxsurvey {
        display: block;
    }
    .jxsurveybg {
        display: none;
    }
}
/* 	 头部end*/


@media(max-width: 1365px) {
    .cx-time-main ul li:nth-child(2n+1)>div:before {
        top: 21px;
    }
    .cx-time-main ul li:nth-child(2n)>div:before {
        top: 21px;
    }
    .cx-time-main ul li:nth-child(2n+1)>div {
        display: flex;
        flex-direction: column;
    }
    .cx-main-box>div:nth-child(1) {
        font-size: 18px;
    }
    .cx-main-box>div:nth-child(2) {
        font-size: 14px;
        white-space: normal;
    }
    .cx-main-box {
        padding: 10px 9px;
    }
}
@media(max-width: 1200px) {
    .cat-item {
        font-size: 14px;
    }
}
@media(max-width: 1100px) {
    .cat-item {
        font-size: 12px;
    }
    .main>h1 {
        font-size: 18px;
    }
    .main>p:nth-child(2) {
        font-size: 16px;
    }
}
.nav-order a {
    cursor: auto;
}
.nav-order a:nth-child(1):hover {
    cursor: pointer;
    color: #777;
}
@media(max-width: 600px) {
    .nav-order {
        font-size: 12px;
    }
}
@media(max-width: 375px) {
    .cx-time-main ul li:nth-child(2n+1)>div:before {
        top: 39px;
    }
    .cx-time-main ul li:nth-child(2n)>div:before {
        top: 40px;
        left: 0;
    }
    .wrapDownItemRight {
        font-size: 12px;
    }
    .navContent>li:nth-child(1),
    .navContent>li:nth-child(2),
    .navContent>li:nth-child(3),
    .navContent>li:nth-child(4)
    {
        width: 25%;
    }
    .navContent>li:nth-child(5),
    .navContent>li:nth-child(6),
    .navContent>li:nth-child(7)
    {
        width: 33%;
    }
    .cx-main-box::before {
        margin: -19px 0 0 -7px;
    }
    .cx-time-main ul li::after {
        height: calc(50% - 3px);
    }
}
.swiper-slide{
    padding:0!important;
}

.navContent {
    width: 80%;
}

.swiper-container-horizontal {
    display: flex;
    justify-content: center;
}