/**** é¦–é¡µ å…¬å…±éƒ¨åˆ† ****/
.index-tit01 {
    text-align: center;
    line-height: 70px;
    line-height: .7rem;
    position: relative;
    transform: translate(0, -80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
    z-index: -1;
}

.index-zwgk.showdiv .index-tit01,
.index-zwfw.showdiv .index-tit01,
.index-hdjl.showdiv .index-tit01,
.index-ztzl.showdiv .index-tit01 {
    transform: none;
    opacity: 1;
    z-index: 1;
}

.index-tit01 span {
    font-size: 80px;
    font-size: .8rem;
    color: #f5f5f5;
    font-weight: 700;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    text-transform: uppercase;
}

.index-tit01 a {
    font-size: 36px;
    font-size: .36rem;
    font-weight: 700;
}

/**** é¦–é¡µ ç¬¬ä¸€å± ****/
.index-section01 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(2022-index-img.jpg) no-repeat top center;
    background-size: auto 800px;
    background-size: auto 8rem;
}

.index-section01 .bb {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;
    z-index: 3;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.index-section01.showdiv .bb {
    opacity: 1;
}

.index-section01 .bb:hover {
    animation-play-state: paused;
    color: #fff;
}

.index-section01 .bbBG {
    position: absolute;
    bottom: 0px;
    height: 50px;
    height: .5rem;
    overflow: hidden;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.index-section01 .pTop {
    transform: translate(0, -80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.index-section01.showdiv .pTop {
    display: block;
    transform: none;
    opacity: 1;
}

.index-logo {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.index-logo img {
    display: block;
    margin: 200px auto 0;
    margin: 2rem auto 0;
    width: 547px;
    width: 5.47rem;
}

.index-video {
    width: 100%;
}

.index-video #myVideo {
    min-height: 800px;
    min-height: 8rem;
    min-width: 100%;
}

.index-header {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.index-header .header-top-bg img {
    width: 100%;
    display: block;
}

.index-header .header-bottom {
    height: auto;
    width: 100%;
    background: url(2022-index-header-bottom.png) repeat-x top;
}

/**** é¦–é¡µ ä¸»ç•Œé¢ ****/
.index-section02 {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: none;
    z-index: 998;
}

.index-section02.showdiv {
    top: 0;
}

.index-section02.showdiv .pNav {
    display: block;
}

.index-section02 .pNav {
    background-color: #125db2;
    height: 94px;
    height: .94rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    padding-top: .1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transform: translate(0, -80px);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.index-section02.showdiv .pNav {
    transform: none;
    opacity: 1;
}

.index-section02 .pNav li {
    width: 11%;
    position: relative;
}

.index-section02 .pNav li a i::after {
    display: none;
}

.index-section02 .pNav li .searchbox {
    width: 110px;
    width: 1.1rem;
    height: 46px;
    height: .46rem;
    background-color: #3575bd;
    border-radius: 23px;
    border-radius: .23rem;
    display: block;
    position: absolute;
    right: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-section02 .pNav li .searchbox .searchbtn {
    width: 30px;
    width: .3rem;
    height: 30px;
    height: .3rem;
    background: url(2022-index-search.png) no-repeat center;
    background-size: contain;
    display: block;
    outline: none;
    cursor: pointer;
    margin: 8px auto 0;
    margin: .08rem auto 0;
    border: 0;
    position: absolute;
    right: 40px;
    right: .4rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-section02 .pNav li .searchbox .searchbtn span {
    display: none;
}

.index-section02 .pNav li .searchbox .searchbtn img {
    display: none;
}

.index-section02 .pNav li .searchbox .ipt {
    display: none;
    float: left;
    border: 0;
    width: 240px;
    width: 2.4rem;
    height: 30px;
    height: .3rem;
    margin-top: 7px;
    margin-top: .07rem;
    margin-left: 15px;
    margin-left: .15rem;
    outline: 0;
    background: none;
    color: #FFFFFF;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
}

.index-section02 .pNav li .searchbox .ipt::placeholder {
    color: #FFFFFF;
}

.index-section02 .pNav li .searchbox:hover {
    width: 350px;
    width: 3.5rem;
}

.index-section02 .pNav li .searchbox:hover .searchbtn {
    right: 20px;
    right: .2rem;
}

.index-section02 .pNav li .searchbox:hover .ipt {
    display: block;
}

/**** é¦–é¡µ æ”¿åŠ¡è¦é—» ****/
.index-section02 .index-tt {
    padding-top: 124px;
    padding-top: 1.24rem;
}

.index-tt {
    height: auto;
    text-align: center;
}

.index-section02 .index-tt {
    background: url(2022-index-header-bottom.png) repeat-x bottom #2469b7;
    background: -webkit-linear-gradient(#125db2, #6398d0);
    background: -o-linear-gradient(#125db2, #6398d0);
    background: -moz-linear-gradient(#125db2, #6398d0);
    background: linear-gradient(#125db2, #6398d0);
}

.index-tt a {
    color: #FFFFFF;
}

.index-tt .swiper-container {
    height: 133px;
    height: 1.33rem;
}

.index-tt .a-tit {
    font-size: 46px;
    font-size: .46rem;
    color: #FFFFFF;
    padding-top: 25px;
    padding-top: .25rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

.index-tt .a-tit:hover {
    text-decoration: underline;
}

.index-tt .a-txt {
    font-size: 24px;
    font-size: .24rem;
    color: #FFFFFF;
    padding-top: 16px;
    padding-top: .16rem;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
}

.index-tt p a:hover {
    color: #b0ceed;
}

.index-tt .more {
    color: #b0ceed;
    font-weight: 600;
    font-size: 16px;
    font-size: .16rem;
    margin-top: 10px;
    margin-top: .1rem;
    margin-bottom: 25px;
    margin-bottom: .25rem;
}

.index-tt .more:hover {
    color: #FFFFFF;
}

.index-news {
    position: relative;
}

.index-news-bg {
    width: 100%;
    height: 132px;
    height: 1.32rem;
    background: url(2022-index-news-bg.png) repeat-x top;
    background: -webkit-linear-gradient(#6398d0, #97b7d9);
    background: -o-linear-gradient(#6398d0, #97b7d9);
    background: -moz-linear-gradient(#6398d0, #97b7d9);
    background: linear-gradient(#6398d0, #97b7d9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.index-news::after {
    content: '';
    display: table;
    clear: both;
}

.index-news .news-img {
    width: 680px;
    width: 6.8rem;
    padding: 4px;
    padding: .04rem;
    float: right;
    background-color: #FFFFFF;
}

.index-news .news-img .img-box {
    width: 100%;
    height: 488px;
    height: 4.88rem;
    overflow: hidden;
    display: block;
    position: relative;
}

.index-news .news-img .img-box img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-news .news-img .a-tit {
    font-size: 24px;
    font-size: .24rem;
    font-weight: 200;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-top: .1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news .news-img .a-tit:hover {
    color: #FF0000;
}

.index-news .news-img .swiper-pagination {
    position: relative;
    height: 55px;
    height: .55rem;
    background-color: #f5f5f5;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-news .news-img .swiper-pagination-bullet {
    width: 14px;
    width: .14rem;
    height: 14px;
    height: .14rem;
    border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
    margin: 20px 12px 0 12px;
    margin: .2rem .12rem 0 .12rem;
    outline: none;
}

.index-news .news-img .swiper-pagination-bullet-active {
    background-color: #023E7A;
}

.index-news .news-txt {
    width: 682px;
    width: 6.82rem;
    margin-right: 30px;
    margin-right: .3rem;
    float: left;
    padding-top: 10px;
    padding-top: .1rem;
}

.index-news .news-txt .pHead01 {
    padding-top: 25px;
    padding-top: .25rem;
}

.index-news .news-txt .pHead01 a {
    color: #FFFFFF;
}

.index-news .news-txt .pHead01 a::after {
    background-color: #FFFFFF;
}

.index-news .news-txt .pHead01 li.active a {
    color: #F1F193;
}

.index-news .news-txt .con {
    margin-top: 40px;
    margin-top: .4rem;
}

/**** é¦–é¡µ æ”¿åŠ¡è¦é—» btn ****/
.index-zwyw-btn {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwyw-btn .btnlist {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwyw-btn .btnlist li {
    float: left;
    width: 446px;
    width: 4.46rem;
    height: 110px;
    height: 1.1rem;
    line-height: 110px;
    line-height: 1.1rem;
    background-color: #2a4a78;
    margin-right: 31px;
    margin-right: .31rem;
}

.index-zwyw-btn .btnlist::after {
    content: '';
    display: table;
    clear: both;
}

.index-zwyw-btn .btnlist li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
}

.index-zwyw-btn .btnlist li img {
    float: left;
    margin: 31px 50px 0 98px;
    margin: .31rem .5rem 0 .98rem;
    width: 48px;
    width: .48rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwyw-btn .btnlist li span {
    float: left;
    font-size: 22px;
    font-size: .22rem;
}

.index-zwyw-btn .btnlist li:hover img {
    margin-top: 21px;
    margin-top: .21rem;
}

.index-zwyw-btn .btnlist li.l02 {
    background-color: #7c9eda;
}

.index-zwyw-btn .btnlist li.l03 {
    background-color: #8799bd;
    margin-right: 0;
    line-height: 40px;
    line-height: .4rem;
}

.index-zwyw-btn .btnlist li.l03 span {
    margin-top: 15px;
    margin-top: .15rem;
}

/**** é¦–é¡µ æ”¿åŠ¡æœåŠ¡ ****/
.index-zwfw {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwfw.showdiv .index-tit01 {
    transform: none;
    opacity: 1;
}

.index-zwfw .box {
    width: 446px;
    width: 4.46rem;
    float: left;
    margin-right: 31px;
    margin-right: .31rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwfw .box.b01 {
    transform: translate(-80px, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-zwfw .box.b02 {
    transform: translate(0, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-zwfw .box.b03 {
    transform: translate(80px, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-zwfw.showdiv .box {
    transform: none;
    opacity: 1;
}

.index-zwfw .box.nomrg {
    margin-right: 0;
}

.index-zwfw .box .tit {
    width: 100%;
    height: 115px;
    height: 1.15rem;
    line-height: 1.15rem;
    background-position: 328px center;
    background-position: 3.28rem center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 80px;
    background-size: .8rem;
    display: block;
    position: relative;
    color: #363636;
}

.index-zwfw .box .tit.t01 {
    background-image: url(2022-index-zwfw-titico01.png);
}

.index-zwfw .box .tit.t02 {
    background-image: url(2022-index-zwfw-titico02.png);
}

.index-zwfw .box .tit.t03 {
    background-image: url(2022-index-zwfw-titico03.png);
}

.index-zwfw .box .tit span {
    font-size: 22px;
    font-size: .22rem;
    font-weight: 700;
    margin-left: 55px;
    margin-left: .55rem;
}

.index-zwfw .box .tit i {
    width: 8px;
    height: 100%;
    background: url(2022-index-zwfw-more.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    right: .18rem;
    display: none;
}

.index-zwfw .box .active .tit,
.index-zwfw .box .tit:hover {
    background-color: #1268b3;
    color: #FFFFFF;
}

.index-zwfw .box .active .t01,
.index-zwfw .box .tit:hover.t01 {
    background-image: url(2022-index-zwfw-titico01-hover.png);
}

.index-zwfw .box .active .t02,
.index-zwfw .box .tit:hover.t02 {
    background-image: url(2022-index-zwfw-titico02-hover.png);
}

.index-zwfw .box .tit:hover.t03 {
    background-image: url(2022-index-zwfw-titico03-hover.png);
}

.index-zwfw .box .active .tit i,
.index-zwfw .box .tit:hover i {
    display: block;
}

.index-zwfw .box .menulist::after {
    content: '';
    display: table;
    clear: both;
}

.index-zwfw .box .menulist li {
    width: 33.33%;
    float: left;
    height: 84px;
    height: .84rem;
    line-height: 84px;
    line-height: .84rem;
    border-bottom: 1px solid #eaeaea;
}

.index-zwfw .box .menulist li:nth-child(7),
.index-zwfw .box .menulist li:nth-child(8),
.index-zwfw .box .menulist li:nth-child(9) {
    border: 0;
}

.index-zwfw .box .menulist li::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c8c8c8;
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-right: .1rem;
    margin-left: 16px;
    margin-left: .16rem;
    float: left;
    margin-top: 39px;
    margin-top: .39rem;
}

.index-zwfw .box .menulist li a:hover {
    color: #FF0000;
}

.index-zwfw .box .imglink {
    display: block;
    width: 100%;
    height: 230px;
    height: 2.3rem;
    position: relative;
    overflow: hidden;
}

.index-zwfw .box .imglink.i01 {
    background-color: #2a4a78;
}

.index-zwfw .box .imglink.i02 {
    background-color: #7c9eda;
}

.index-zwfw .box .imglink.i03 {
    background-color: #8799bd;
}

.index-zwfw .box .imglink h1 {
    font-size: 36px;
    font-size: .36rem;
    color: #FFFFFF;
    font-weight: 400;
    margin: 46px 0 0 54px;
    margin: .46rem 0 0 .54rem;
}

.index-zwfw .box .imglink h5 {
    font-size: 22px;
    font-size: .22rem;
    color: #FFFFFF;
    font-weight: 400;
    margin: 30px 0 0 54px;
    margin: .30rem 0 0 .54rem;
}

.index-zwfw .box .imglink img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.index-zwfw .box .imglink:hover img {
    width: 105%;
}

.index-zwfw .box02 {
    width: 923px;
    width: 9.23rem;
}

.index-zwfw .box02 .tabs03 {
    width: 100%;
}

.index-zwfw .box02 .tabs03::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwfw .box02 .tabs03 li {
    width: 50%;
    float: left;
}

.index-zwfw .box02 .menulist li {
    width: 50%;
}

.index-zwfw .box02 .menulist li:nth-child(5),
.index-zwfw .box02 .menulist li:nth-child(6) {
    border: 0 !important;
}

.index-zwfw .box02 .menulist li a {
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**** é¦–é¡µ æ”¿åŠ¡å…¬å¼€ ****/
.index-zwgk {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwgk-tab01 {
    margin-top: 60px;
    margin-top: .6rem;
    background-color: #F5F5F5;
    padding: 60px 0;
    padding: .6rem 0;
}

.index-zwgk-tab01 .tit01 {
    width: 100%;
    height: 115px;
    height: 1.15rem;
    line-height: 115px;
    line-height: 1.15rem;
    font-size: 28px;
    font-size: .28rem;
    color: #363636;
}

.index-zwgk-tab01 .tit01 li {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    background-color: #ececec;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear
}

.index-zwgk-tab01 .tit01 li.active {
    background-color: #e4e4e4;
}

.index-zwgk-tab01 .box {
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.index-zwgk-tab01 .box::after {
    content: '';
    display: table;
    clear: both;
}

.index-zwgk-tab01 .box .imglink {
    width: 572px;
    width: 5.72rem;
    height: 252px;
    height: 2.52rem;
    display: block;
    float: left;
    margin: 42px 64px;
    margin: .42rem .64rem;
    position: relative;
    overflow: hidden;
}

.index-zwgk-tab01 .box .imglink img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab01 .box .imglink i {
    width: 101px;
    width: 1.01rem;
    height: 101px;
    width: 1.01rem;
    position: absolute;
    z-index: 9;
    top: 75px;
    top: .75rem;
    left: 235px;
    left: 2.35rem;
    display: block;
    background: url(2022-index-yhyshj-spico.png) no-repeat center;
    background-size: 100%;
}

.index-zwgk-tab01 .box .imglink:hover img {
    height: 103%;
}

.index-zwgk-tab01 .box .menulist {
    float: left;
    margin-top: 10px;
    margin-top: .1rem;
    width: 698px;
    width: 6.98rem;
}

.index-zwgk-tab01 .box .menulist li {
    float: left;
    margin-top: 32px;
    margin-top: .32rem;
    background-color: #FFFFFF;
    width: 280px;
    width: 2.8rem;
    height: 110px;
    height: 1.1rem;
    line-height: 110px;
    line-height: 1.1rem;
    margin-right: 69px;
    margin-right: .69rem;
}

.index-zwgk-tab01 .box .menulist li a {
    font-size: 22px;
    font-size: .22rem;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 200;
}

.index-zwgk-tab01 .box .menulist li a img {
    float: left;
    margin: 38px 20px 0;
    margin: .38rem .2rem 0;
    width: 42px;
    width: .42rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab01 .box .menulist li a:hover img {
    margin-top: 28px;
    margin-top: .28rem;
}

.index-zwgk-tab01 .box .menulist.l02 a img {
    margin: 38px 34px 0 48px;
    margin: .38rem .34rem 0 .48rem;
}

.index-section02-bg {
    background: url('2022-index-section2-bg.png') -.8rem .8rem no-repeat;
    background-size: 120%;
}

.index-zwgk-tab02 {
    margin-top: 25px;
    margin-top: .25rem;
    position: relative;
    /* background-color: #f5f5f5; */
}

.index-zwgk-tab02::after {
    content: '';
    display: table;
    clear: both;
}

.index-zwgk-tab02 .zwgk-tab02-bg {
    height: 107px;
    height: 1.07rem;
    /* background-color: #FFFFFF; */
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
}

.index-zwgk-tab02 .txtbox {
    width: 1042px;
    width: 10.42rem;
    margin-right: 30px;
    margin-right: .3rem;
    float: left;
    transform: translate(-80px, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-zwgk.showdiv .index-zwgk-tab02 .txtbox {
    transform: none;
    opacity: 1;
}

.index-zwgk-tab02 .txtbox .con {
    margin-top: 10px;
    margin-top: .1rem;
}

.index-zwgk-tab02 .txtbox .pHead01 {
    position: relative;
}

.index-zwgk-tab02 .txtbox .pHead01 li {
    padding-bottom: 20px;
    padding-bottom: .2rem;
}

.index-zwgk-tab02 .txtbox .headchild {
    position: absolute;
    left: 0;
    bottom: -30px;
    bottom: -.3rem;
    width: 700px;
    width: 7rem;
    margin: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab02 .txtbox .headchild dt {
    float: left;
    white-space: nowrap;
    margin-right: 30px;
    margin-right: .3rem;
}

.index-zwgk-tab02 .txtbox .headchild dt a {
    font-size: 18px;
    font-size: .18rem;
    font-weight: 400;
    color: #000000;
    background-color: #FFFFFF;
    display: block;
    padding: 0 30px;
    padding: 0 .3rem;
    border-radius: 10px;
    border-radius: .1rem;
    color: #125db2;
    border: 1px solid #8dafd2;
}

.index-zwgk-tab02 .txtbox .headchild dt a::after {
    height: 0;
}

.index-zwgk-tab02 .txtbox .headchild dt a:hover {
    background-color: #8dafd2;
    color: #FFFFFF;
}

.index-zwgk-tab02 .txtbox .pHead01 li:hover .headchild {
    opacity: 1;
    z-index: 1;
}

.index-zwgk-tab02 .rgtbox {
    float: right;
    transform: translate(80px, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-zwgk.showdiv .index-zwgk-tab02 .rgtbox {
    transform: none;
    opacity: 1;
}

.index-zwgk-tab02 .btnbox a {
    width: 100%;
    height: 72px;
    height: .72rem;
    line-height: 72px;
    line-height: .72rem;
    display: block;
    background-color: #125db2;
    margin-bottom: 10px;
    margin-bottom: .1rem;
    font-size: 22px;
    font-size: .22rem;
    color: #FFFFFF;
}

.index-zwgk-tab02 .btnbox a::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwgk-tab02 .btnbox img {
    width: 38px;
    width: .38rem;
    float: left;
    margin: 17px 48px 0 65px;
    margin: .17rem .48rem 0 .65rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab02 .btnbox a:hover {
    background-color: #4488d4;
}

.index-zwgk-tab02 .btnbox a:hover img {
    margin-top: 12px;
    margin-top: .12rem;
}

.index-zwgk-tab02 .searchbox {
    width: 328px;
    width: 3.28rem;
    height: 360px;
    height: 3.6rem;
    background-color: #ececec;
}

.index-zwgk-tab02 .searchbox .tit {
    width: 100%;
    font-size: 22px;
    font-size: .22rem;
    text-align: center;
    padding: 30px 0;
    padding: .3rem 0 .1rem;
    font-weight: 700;
}

.index-zwgk-tab02 .searchbox .ipt {
    display: block;
    width: 228px;
    width: 2.28rem;
    padding: 0 15px;
    padding: 0 .15rem;
    height: 60px;
    height: .6rem;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 3px;
    outline: none;
    margin: 18px auto 0;
    margin: .18rem auto 0;
    font-size: 18px;
    font-size: .18rem;
}

.index-zwgk-tab02 .searchbox .ipt::placeholder {
    color: #adadad;
}

.index-zwgk-tab02 .searchbox .ipt::-webkit-input-placeholder {
    color: #adadad;
}

.index-zwgk-tab02 .searchbox .ipt::-moz-placeholder {
    color: #adadad;
}

.index-zwgk-tab02 .searchbox .ipt::-ms-input-placeholder {
    color: #adadad;
}

.index-zwgk-tab02 .searchbox .btn {
    display: block;
    width: 258px;
    width: 2.58rem;
    height: 65px;
    height: .65rem;
    line-height: 65px;
    line-height: .65rem;
    background-color: #125db2;
    border: 0;
    border-radius: 3px;
    outline: none;
    margin: 30px auto 0;
    margin: .3rem auto 0;
    font-size: 22px;
    font-size: .22rem;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab02 .searchbox .btn:hover {
    background-color: #156cce;
}

.index-zwgk-tab03 {
    margin-top: 20px;
    margin-top: .2rem;
}

.index-zwgk-tab03 .swiper-container {
    padding-top: 10px;
    padding-top: .1rem;
}

.index-zwgk-tab03 .swiper-button-prev::after,
.index-zwgk-tab03 .swiper-button-next::after {
    font-size: 22px;
    font-size: .22rem;
    color: #b6b6b6;
    font-weight: 200;
}

.index-zwgk-tab03 .menulist li {
    width: 25%;
    float: left;
    text-align: center;
}

.index-zwgk-tab03 .menulist li img {
    width: 48px;
    width: .48rem;
    display: block;
    margin: 0 auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab03 .menulist li span {
    font-size: 22px;
    font-size: .22rem;
    color: #363636;
    margin: 0 auto;
    margin-top: 26px;
    margin-top: .26rem;
    display: block;
}

.index-zwgk-tab03 .menulist li a:hover img {
    margin-top: -10px;
    margin-top: -.1rem;
}

.index-zwgk-tab04 {
    padding-top: 20px;
    padding-top: .2rem;
    /* background-color: #f5f5f5; */
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-zwgk.showdiv .index-zwgk-tab04 {
    transform: none;
    opacity: 1;
}

.index-zwgk-tab04::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwgk-tab04 .tit {
    width: 100%;
    height: 31px;
    height: .31rem;
    line-height: 31px;
    line-height: .31rem;
    position: relative;
    text-align: center;
}

.index-zwgk-tab04 .tit::after,
.index-zwgk-tab04 .tit::before {
    width: 38%;
    height: 1px;
    background-color: #125db2;
    position: absolute;
    left: 0;
    top: 15px;
    top: .15rem;
    display: block;
    content: '';
}

.index-zwgk-tab04 .tit::after {
    right: 0;
    left: auto;
}

.index-zwgk-tab04 .tit a {
    width: 24%;
    font-size: 28px;
    font-size: .28rem;
    color: #023e7a;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.index-zwgk-tab04 .zfxxgk {
    width: 1042px;
    width: 10.42rem;
    margin-right: 30px;
    margin-right: .3rem;
    float: left;
    margin-top: 12px;
    margin-top: .12rem;
}

.index-zwgk-tab04 .zfxxgk .menulist::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwgk-tab04 .zfxxgk .menulist li {
    float: left;
    margin-top: 32px;
    margin-top: .32rem;
    background-color: #FFFFFF;
    width: 244px;
    width: 2.44rem;
    height: 110px;
    height: 1.1rem;
    margin-right: 22px;
    margin-right: .22rem;
}

.index-zwgk-tab04 .zfxxgk .menulist li:last-child {
    margin-right: 0;
}

.index-zwgk-tab04 .zfxxgk .menulist li a {
    font-size: 22px;
    font-size: .22rem;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 200;
}

.index-zwgk-tab04 .zfxxgk .menulist li a img {
    float: left;
    margin: 38px 32px 0;
    margin: .38rem .32rem 0;
    width: 42px;
    width: .42rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-zwgk-tab04 .zfxxgk .menulist li a:hover img {
    margin-top: 28px;
    margin-top: .28rem;
}

.index-zwgk-tab04 .zfxxgk .menulist li a span {
    line-height: 36px;
    line-height: .36rem;
    width: 100px;
    width: 1rem;
    display: block;
    margin-top: 19px;
    margin-top: .19rem;
    float: left;
}

.index-zwgk-tab04 .zwgk-map {
    width: 328px;
    width: 3.28rem;
    float: left;
    display: block;
}

.index-zwgk-tab04 .zwgk-map img {
    width: 100%;
}

/**** é¦–é¡µ äº’åŠ¨äº¤æµ ****/
.index-hdjl {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-hdjl .menulist {
    padding-top: 0;
}

.index-hdjl .menulist::after {
    content: '';
    display: table;
    clear: both;
}

.index-hdjl .menulist li {
    width: 256px;
    width: 2.56rem;
    margin: 30px 30px 0 0;
    margin: .3rem .3rem 0 0;
    float: left;
    position: relative;
    height: 374px;
    height: 3.74rem;
}

.index-hdjl .menulist li:nth-child(1),
.index-hdjl .menulist li:nth-child(2) {
    transform: translate(-80px, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-hdjl .menulist li:nth-child(3) {
    transform: translate(0, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-hdjl .menulist li:nth-child(4),
.index-hdjl .menulist li:nth-child(5) {
    transform: translate(80px, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-hdjl.showdiv .menulist li {
    transform: none;
    opacity: 1;
}

.index-hdjl .menulist li a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-hdjl .menulist li .imgbox {
    width: 100%;
    height: 310px;
    height: 3.1rem;
    position: relative;
    display: block;
    overflow: hidden;
}

.index-hdjl .menulist li .imgbox img {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-hdjl .menulist li .imgbox .pic {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-hdjl .menulist li .imgbox .ico {
    position: absolute;
    left: 112px;
    left: 1.12rem;
    top: 102px;
    top: 1.02rem;
    width: 32px;
    width: .32rem;
}

.index-hdjl .menulist li:hover .imgbox .pic {
    height: 105%;
}

.index-hdjl .menulist li:hover .imgbox .ico {
    top: 92px;
    top: .92rem;
}

.index-hdjl .menulist li .name {
    width: 202px;
    width: 2.02rem;
    height: 128px;
    height: 1.28rem;
    line-height: 128px;
    line-height: 1.28rem;
    background-color: #F5F5F5;
    font-size: 22px;
    font-size: .22rem;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 27px;
    left: .27rem;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
}

.index-hdjl .menulist li:hover .name {
    color: #FFFFFF;
    background-color: #004A93;
}

.index-hdjl .menulist li:last-child {
    margin-right: 0;
}

/**** ä¸“é¢˜ä¸“æ  ****/
.index-ztzl {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-ztzl::after {
    content: '';
    display: table;
    clear: both;
}

.index-ztzl .zt-list {
    margin-top: 30px;
    margin-top: .3rem;
    width: 100%;
    position: relative;
    text-align: center;
    transform: translate(0, -80px);
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.index-ztzl.showdiv .zt-list {
    transform: none;
    opacity: 1;
}

.index-ztzl .zt-list li {
    width: 326px;
    width: 3.26rem;
    height: 233px;
    height: 2.33rem;
    margin-right: 32px;
    margin-right: .32rem;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.index-ztzl .zt-list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.index-ztzl .zt-list li img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-ztzl .zt-list .swiper-slide {
    width: auto;
}

.index-ztzl .zt-list .swiper-pagination {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-ztzl .zt-list .swiper-pagination-bullet {
    margin: 0 12px;
    margin: 0 .12rem;
    outline: none;
    width: 14px;
    width: .14rem;
    height: 14px;
    height: .14rem;
    border-radius: 50%;
    background-color: #dcdcdc;
    opacity: 1;
}

.index-ztzl .zt-list .swiper-pagination-bullet-active {
    background-color: #023e7a;
}

.index-ztzl .zt-list .swiper-button-next,
.index-ztzl .zt-list .swiper-button-prev {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 50px;
    width: .5rem;
    height: 50px;
    height: .5rem;
    top: 110px;
    top: 1.1rem;
    outline: none;
}

.index-ztzl .zt-list .swiper-button-next {
    right: -60px;
    right: -.6rem;
}

.index-ztzl .zt-list .swiper-button-prev {
    left: -60px;
    left: -.6rem;
}

.index-ztzl .zt-list .swiper-button-next:after,
.index-ztzl .zt-list .swiper-button-prev:after {
    font-size: 22px;
    font-size: .22rem;
    color: #125db2;
}

@media screen and (max-width: 1366px) {

    .index-logo img {
        margin: 130px auto 0;
        margin: 1.3rem auto 0;
        width: 4.5rem;
    }

    .index-video #myVideo {
        height: calc(100vw * 0.6);
        min-height: auto;
    }

    .index-tt .swiper-container {
        height: 117px;
        height: .67rem;
    }

    .index-tt .a-tit {
        font-size: 36px;
        font-size: .36rem;
        padding-top: 15px;
        padding-top: .15rem;
    }

    .index-tt .a-txt {
        padding-top: 10px;
        padding-top: .1rem;
    }
}

@media screen and (max-width: 1023px) {

    .index-section01 .pTop,
    .index-zwgk .index-tit01,
    .index-zwgk-tab02 .rgtbox,
    .index-zwgk-tab02 .txtbox,
    .index-zwgk-tab04,
    .index-zwfw .index-tit01,
    .index-zwfw .box,
    .index-hdjl .index-tit01,
    .index-hdjl .menulist li,
    .index-ztzl .index-tit01,
    .index-ztzl .zt-list {
        transform: none !important;
        opacity: 1 !important;
    }

    .index-section01 {
        height: 790px;
        height: 7.9rem;
        background-size: auto calc(100vw * 0.65) !important;
        background-position: -.9rem top;
    }

    .index-section01 .bb {
        display: none;
    }

    .index-section01 .bbBG {
        display: none;
    }

    .index-header .header-bottom {
        background: #2369b7;
        background: -webkit-linear-gradient(#2369b7, #7fa7d2);
        background: -o-linear-gradient(#2369b7, #7fa7d2);
        background: -moz-linear-gradient(#2369b7, #7fa7d2);
        background: linear-gradient(#2369b7, #7fa7d2);
    }

    .index-section02-bg {
        background-position: center 40%;
        background-size: inherit;
    }

    .index-section02 {
        position: relative;
        top: auto;
        left: auto;
    }

    .index-section02 .pNav {
        display: none !important;
    }

    .index-section02 .index-tt {
        display: none !important;

    }

    .index-section02 .index-news-bg {
        background: #2369b7;
        background: -webkit-linear-gradient(#6398d0, #97b7d9);
        background: -o-linear-gradient(#6398d0, #97b7d9);
        background: -moz-linear-gradient(#6398d0, #97b7d9);
        background: linear-gradient(#6398d0, #97b7d9);
    }
}

@media screen and (max-width: 768px) {
    .index-tit01 {
        line-height: 70px;
        line-height: .7rem;
    }

    .index-tit01 span {
        font-size: 70px;
        font-size: .7rem;
    }

    .index-video {
        display: none;
    }

    .index-tt .a-tit {
        width: 100%;
        font-weight: 400;
        font-size: 30px;
        font-size: .3rem;
    }

    .index-tt .a-txt {
        font-weight: 400;
        color: rgba(255, 255, 255, .8);
        display: none;
    }

    .index-news .news-img {
        float: none;
        width: calc(100% - .04rem);
    }

    .index-news .news-img .img-box {
        height: calc(100vw * 0.7);
    }

    .index-news .news-img .a-tit {
        font-weight: 400;
    }

    .index-news .news-txt {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    .index-news .news-txt .pHead01 {
        padding-top: 0;
    }

    .index-news .news-txt .pHead01 a {
        color: #676767;
    }

    .index-news .news-txt .pHead01 a::after {
        background-color: #023e7a;
    }

    .index-news .news-txt .pHead01 li.active a {
        color: #023e7a;
    }

    .index-news .news-txt .con {
        margin-top: 0;
    }

    .index-zwyw-btn {
        margin-top: 10px;
        margin-top: .1rem;
    }

    .index-zwyw-btn .btnlist {
        margin-top: .2rem;
    }

    .index-zwyw-btn .btnlist li {
        margin-top: 10px;
        float: none;
        width: 100%;
    }

    .index-zwfw {
        margin-top: .2rem;
    }

    .index-zwfw .box {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: .1rem;
    }

    .index-zwfw .box.b03 {
        margin-top: 0;
    }

    .index-zwfw .box .tit {
        height: .8rem;
        line-height: .8rem;
        background-size: .6rem;
        background-position: 95% center;
    }

    .index-zwfw .box .tit span {
        margin-left: .3rem;
    }

    .index-zwfw .box .imglink {
        height: calc(100vw * .5);
    }

    .index-zwfw .box02 .menulist li {
        width: 100%;
    }

    .index-zwfw .box02 .menulist li:nth-child(5) {
        border-bottom: 1px solid #eaeaea !important;
    }

    .index-zwgk {
        margin-top: .2rem;
    }

    .index-zwgk-tab01 {
        margin-top: 20px;
        margin-top: .2rem;
        padding: 30px 0 20px;
        padding: .3rem 0 .rem;
    }

    .index-zwgk-tab01 .box .imglink {
        width: calc(100% - 20px);
        height: calc(100vw * .4);
        margin: 10px 10px 0;
        float: none;
        display: inline-block;
    }

    .index-zwgk-tab01 .box .imglink i {
        left: 41%;
        top: 23%;
    }

    .index-zwgk-tab01 .box .menulist {
        float: none;
        padding: 0 10px 10px;
        width: calc(100% - 20px);
    }

    .index-zwgk-tab01 .box .menulist::after {
        content: '';
        display: table;
        clear: both;
    }

    .index-zwgk-tab01 .box .menulist li {
        width: calc(50% - 5px);
        margin: 10px 10px 0 0;
        height: auto;
    }

    .index-zwgk-tab01 .box .menulist li:nth-child(2n) {
        margin-right: 0;
    }

    .index-zwgk-tab01 .box .menulist li a {
        font-weight: 400;
    }

    .index-zwgk-tab01 .box .menulist li a img,
    .index-zwgk-tab01 .box .menulist.l02 li a img {
        float: none;
        display: block;
        margin: .2rem auto 0;
    }

    .index-zwgk-tab01 .box .menulist li a span {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        line-height: 2em;
        margin-bottom: 10px;
    }

    .index-zwgk-tab02 {
        margin-top: .1rem;
    }

    .index-zwgk-tab02 .rgtbox {
        float: none;
        margin-top: 0;
    }

    .index-zwgk-tab02 .btnbox img {
        margin-left: .98rem;
        margin-right: .6rem;
    }

    .index-zwgk-tab02 .searchbox {
        width: calc(100% - 20px);
        padding: 0 10px;
        height: auto;
        padding-bottom: .2rem;
    }

    .index-zwgk-tab02 .searchbox::after {
        content: '';
        display: table;
        clear: both;
    }

    .index-zwgk-tab02 .searchbox .tit {
        padding: .2rem 0;
    }

    .index-zwgk-tab02 .searchbox .ipt {
        float: left;
        width: calc(80% - 20px);
        padding: 0 10px;
        margin: 0;
        border-radius: 3px 0 0 3px;
        height: .5rem;
    }

    .index-zwgk-tab02 .searchbox .ipt:nth-child(3) {
        display: none;
    }

    .index-zwgk-tab02 .searchbox .btn {
        float: left;
        width: 20%;
        padding: 0;
        margin: 0;
        height: .5rem;
        line-height: .5rem;
        border-radius: 0 3px 3px 0;
    }

    .index-zwgk-tab02 .txtbox {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-top: .2rem;
    }

    .index-zwgk-tab02 .txtbox .headchild {
        display: none !important;
    }

    .index-zwgk-tab02 .txtbox .pHead01 li {
        padding-bottom: 0;
        width: 24%;
    }

    .index-zwgk-tab02 .txtbox .pHead01 li:nth-child(2) {
        width: 28%;
    }

    .index-zwgk-tab02 .txtbox .con {
        margin-top: .1rem;
    }

    .index-zwgk-tab03 {
        margin-top: 0;
    }

    .index-zwgk-tab03 .menulist li {
        margin-top: 10px;
        margin-top: .1rem;
    }

    .index-zwgk-tab03 .menulist li span {
        font-size: 18px;
        font-size: .18rem;
        margin-top: 10px;
        margin-top: .1rem;
    }

    .index-zwgk-tab03 .swiper-button-prev,
    .index-zwgk-tab03 .swiper-button-next {
        display: none;
    }

    .index-zwgk-tab04 .zfxxgk {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .index-zwgk-tab04 .tit a {
        width: 50%;
    }

    .index-zwgk-tab04 .tit::after,
    .index-zwgk-tab04 .tit::before {
        width: 25%;
    }

    .index-zwgk-tab04 .zfxxgk .menulist {
        margin-top: 0;
    }

    .index-zwgk-tab04 .zfxxgk .menulist li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 10px;
    }

    .index-zwgk-tab04 .zfxxgk .menulist li:nth-child(2n) {
        margin-right: 0;
    }

    .index-zwgk-tab04 .zwgk-map {
        display: none;
    }

    .index-hdjl {
        margin-top: .2rem;
    }

    .index-hdjl .index-tit01 span {
        font-size: .6rem;
    }

    .index-hdjl .menulist {
        padding-top: 0;
    }

    .index-hdjl .menulist li {
        width: calc(50% - 5px);
        margin-right: 10px;
        height: calc(100vw * .35 + .4rem);
        margin-top: 10px;
    }

    .index-hdjl .menulist li:nth-child(2n) {
        margin-right: 0;
    }

    .index-hdjl .menulist li .imgbox {
        height: calc(100vw * .35);
    }

    .index-hdjl .menulist li .imgbox .ico {
        left: 45%;
        top: 35%;
    }

    .index-hdjl .menulist li .imgbox .pic {
        width: 100%;
        height: auto;
    }

    .index-hdjl .menulist li .name {
        width: 80%;
        left: 10%;
        height: .8rem;
        line-height: .8rem;
    }

    .index-ztzl {
        margin-top: .2rem;
    }

    .index-ztzl .index-tit01 {
        line-height: .6rem;
    }

    .index-ztzl .index-tit01 a {
        line-height: 1.2rem;
    }

    .index-ztzl .index-tit01 span {
        font-size: .6rem;
    }

    .index-ztzl .zt-list {
        margin-top: .2rem;
    }

    .index-ztzl .zt-list li {
        width: 100%;
        height: calc(100vw * .35);
        margin-right: 0;
        float: none;
    }

    .index-ztzl .zt-list .swiper-pagination {
        margin-top: .2rem;
    }

    .index-ztzl .zt-list .swiper-pagination-bullet {
        margin: 0 .05rem;
    }

    .index-ztzl .zt-list .swiper-button-next {
        right: -8px;
        top: calc((100vw * .35 - .35rem + .45rem) / 2);
        width: .35rem;
        height: .35rem;
        opacity: .8;
    }

    .index-ztzl .zt-list .swiper-button-prev {
        left: -8px;
        top: calc((100vw * .35 - .35rem + .45rem) / 2);
        width: .35rem;
        height: .35rem;
        opacity: .8;
    }

    .index-ztzl .zt-list .swiper-button-next:after, .index-ztzl .zt-list .swiper-button-prev:after {
        font-size: .16rem;
    }
}

@media screen and (max-width: 667px) {
    .index-logo img {
        margin-top: calc(100vw * 0.06);
        width: calc(100vw * 0.5);
    }

    .index-section01 {
        height: calc(100vw * 0.65);
        background-size: auto 4.5rem;
        overflow: initial;
    }
}

@media screen and (max-width: 666px) {
    .index-section01 {
        height: calc(100vw * 1);
        background-size: auto 3.1rem;
        background-position: -.9rem top;
    }

    .index-logo img {
        margin-top: calc(100vw * 0.09);
        width: calc(100vw * 0.7);
    }
}
