.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spaceBet {
    justify-content: space-between;
}

.alignCenter {
    align-items: center;
}

.w12 {
    width: 1200px;
    margin: 0 auto;
}

.index_nav {
    position: fixed;
    left: 0px;
    top: 30px;
    background: #001943;
    width: 100%;
    z-index: 6;
}

.navWrap {
    height: 68px;
}

.navWrap>img {
    width: 112px;
    height: 45px;
}

.navWrap>ul li {
    position: relative;
    line-height: 68px;
    margin-left: 40px;
}

.navWrap>ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.navWrap>ul li.active>a {
    color: #33BED3;
}

.applyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(224deg, #01c6c7 7%, #39bdd4 84%);
    border-radius: 6px;
    text-align: center;
}

.banner {
    position: relative;
    margin-top: 98px;
    height: 540px;
    width: 100%;
    background-image: url(../images/banner3.png?v=20230718);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner .mainBanner{
    display: block;
    position: static;
    width: 100%;
    height: auto;
}
.banner img {
    position: absolute;
    left: 18.75%;
    top: 101px;
    width: 767px;
    height: 294px;
}

.banner a {
    position: absolute;
    left: 18.75%;
    bottom: 62px;
    width: 180px;
    height: 58px;
    font-size: 24px;
    line-height: 58px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(225deg, #0091bf 2%, #0bd1df 94%);
    border-radius: 10px;
}
.share {
    justify-content: flex-end!important;
    width: 1200px;
    margin: 20px auto 40px;
}
.part{
    position: relative;
}
.partTitle {
    width: 226px;
    height: 125px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.partTitle1 {
    margin-top: 0;
    background: url(../images/t1.png) left top no-repeat;
    background-size: 100% 100%;
}

.partContent1 {
    width: 1200px;
    height: 298px;
    background: rgb(18, 77, 107, 0.5);
    border-radius: 10px;
    overflow: hidden;
    align-items: flex-start;
}

.partContent1 img {
    height: 100%;
}

.partContent1>div {
    padding: 27px 20px 0 32px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 0.7px;
}

.partTitle2 {
    background: url(../images/t2.png) left top no-repeat;
    background-size: 100% 100%;
}

.modeTh {
    width: 1200px;
    height: 62px;
    background: linear-gradient(114deg, #2c94b4 7%, #0a6b84 89%);
    border-radius: 10px 10px 0px 0px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 62px;
}

.modeTh span:first-child {
    padding-left: 36px;
    width: 278px;
    box-sizing: border-box;
}

.modeTh span:nth-child(2) {
    width: 519px;
}

.modeTh span:nth-child(3) {
    width: 195px;
}

.modeTh span:nth-child(4) {
    flex: 1;
}

.modeTr {
    height: 66px;
    background: #082D54;
    border-bottom: 1px solid #123a65;
}

.modeTr span:first-child {
    position: relative;
    width: 260px;
    padding-left: 58px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 400;
    text-align: left;
    color: #e9fcff;
}

.modeTr span:first-child::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 2px;
    background: url(../images/time.png) left top no-repeat;
    background-size: 100% 100%;
}

.modeTr span:first-child::after {
    content: '';
    position: absolute;
    right: 38px;
    top: 22px;
    width: 16px;
    height: 16px;
    background: #33BFD3;
    border-radius: 50%;
}

.modeTr span:nth-child(2) {
    position: relative;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 400;
    text-align: left;
    color: #e4fcff;
}

.modeTr span:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 41px;
    left: -49px;
    height: 44px;
    width: 6px;
    background: #33BFD3;
}

.modeTr span:nth-child(2) {
    flex: 1;
}

.modeTr span:nth-child(3),
.modeTr span:nth-child(4) {
    width: 200px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #a6d7df;
}

.modeTr span.line2 {
    line-height: 20px;
}

.modeTr span.cbfd {
    color: #33BFD3;
}

.partTitle3 {
    background: url(../images/t3.png) left top no-repeat;
    background-size: 100% 100%;
}

.modeTr.modeEnd span:nth-child(2)::before {
    display: none;
}

.partContent3 {
    position: relative;
}

.partContent3 .swiper {
    position: relative;
    width: 1070px;
    margin: 0 auto;
    overflow: hidden;
}

.swiperItem {
    position: relative;
    width: 250px;
    height: 377px;
    border-radius: 10px 40px 10px 10px;
    overflow: hidden;
}

.swiperItem img {
    display: block;
    height: 320px;
}

.personDesc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(218deg, #01c6c7 7%, #39bdd4 74%);
    border-radius: 10px 40px 10px 10px;
    padding: 22px 15px 0;
    box-sizing: border-box;
    width: 100%;
    height: 104px;
}

.personDesc h3 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
}

.personDesc div {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
}

.partContent3 .swiper-button-next,
.partContent3 .swiper-button-prev {
    width: 48px;
    height: 48px;
    z-index: 5;
}

.partContent3 .swiper-button-prev {
    left: 0px;
    background: url(../images/prev.png) left top no-repeat;
    background-size: 100% 100%;
}

.partContent3 .swiper-button-prev:hover {
    background: url(../images/next.png) left top no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
}

.partContent3 .swiper-button-next {
    right: 0px;
    background: url(../images/prev.png) left top no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg);
}

.partContent3 .swiper-button-next:hover {
    background: url(../images/next.png) left top no-repeat;
    background-size: 100% 100%;
    transform: rotateY(0deg);
}

.partTitle4 {
    background: url(../images/t4.png) left top no-repeat;
    background-size: 100% 100%;
}

.part4 {
    position: relative;
}

.partTip4 {
    position: absolute;
    right: 0px;
    top: 62px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #4c729a;
    line-height: 25px;
}

.partContent4 {
    width: 1200px;
    height: 471px;
    background: #082d54;
    border-radius: 10px;
}

.partContent4 ul {
    padding: 40px 190px 0;
}

.partContent4 ul li {
    margin-top: 20px;
}

.partContent4 ul li span {
    position: relative;
    width: 63px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    padding-left: 12px;
    box-sizing: border-box;
    color: #fff;
    /* color: #0dadb5; */
}

.partContent4 ul li span::before {
    content: "*";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #0dadb5;
}

.partContent4 ul li input,
.partContent4 ul li select {
    width: 300px;
    height: 40px;
    background: #163a61;
    border: none;
    padding-left: 13px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    border-radius: 4px;
    color: #fff;
    box-sizing: border-box;
}
.partContent4 ul li input::placeholder {
    color: #3A628D;
}

.partContent4 ul li select.province,
.partContent4 ul li select.city {
    width: 148px;
}

.partContent4 button {
    display: block;
    border: none;
    width: 240px;
    height: 56px;
    background: linear-gradient(90deg, #0eafb5 4%, #0097b1 97%);
    border-radius: 56px;
    margin: 32px auto 0;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
}

.partContent4 button:hover {
    background: linear-gradient(266deg, #00bbb5 7%, #00b6d5 100%);
}

.partTitle5 {
    background: url(../images/t5.png) left top no-repeat;
    background-size: 100% 100%;
}

.partContent5 {
    height: 560px;
    background: #042047 url(../images/map.png) 75px 0 no-repeat;
    background-size: 1051px 100%;
}
.partTitle6{
    background: url(../images/t6.png) left top no-repeat;
    background-size: 100% 100%;
}
.partContent6{
    height:88px ;
    padding:17px 80px;
    background: #082d54;
    border-radius: 10px;
    box-sizing: border-box;
}

.partTitle7{
    background: url(../images/t7.png) left no-repeat;
    background-size: 100% 100%;
}
.partContent7>div{
    position: relative;
    padding-left:140px ;
    height: 100px;
    background: url(../images/partner1.png) left top no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.partContent7>div.zcmt{
    height: 240px;
}
.partContent7>div img{
   width: 160px;
   height: 54px; 
   margin-right: 16px;
   border-radius: 6px;
}
.partContent7>div::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 40px;
    background: linear-gradient(213deg,#0eafb5 0%, #0097b1 83%);
    border-radius: 10px 0px 10px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: -0.74px;
}
.partContent7>div:nth-child(1):before{
    content:"主办方"
}
.partContent7>div:nth-child(2):before{
    content:"支持单位"
}
.partContent7>div:nth-child(3):before{
    content:"支持媒体"
}
.contact{
    margin-top: 70px;
    height: 413px;
    background: #002b55;
}
.contact .w12{
    padding-top:28px ;
}
.t8{
    width: 237px;
    height: 125px;
    background: url(../images/t8.png) left top no-repeat;
    background-size: 100% 100%;
}
.content_left{
    padding-left:41px ;
}
.contactWrap>div{
    display: flex;
}
.content_left{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #cedae6;
    line-height: 25px;
}
.content_left>ul:first-child{
    margin-right: 120px;
}
.content_left>ul li:first-child{
    margin-bottom: 13px;
}
.content_right img{
    width: 164px;
    height: 164px;
    display: block;
}
.content_right>div{
    margin-left:40px ;
}
.content_right>div p{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #cedae6;
    line-height: 22px;
    margin-top: 12px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}
.form_tips{
    max-width: 550px;
    color: #f2f2f2;
    font-size: 12px;
    margin: 20px auto 0;
}
.tips {
  text-align: right;
  color: #fff;
  margin: 20px 0;
}