.ky_bg {
    background: url(../images/ky_bg.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.research_lm {
    margin-bottom: .8rem;
}

.ny1_tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-bottom: .02rem solid #E8E8E8;
    margin-bottom: .4rem;
}

.ny1_tit h2 {
    font-size: .36rem;
    color: #333333;
    padding-bottom: .15rem;
    margin-right: .8rem;
    position: relative;
}

.ny1_tit h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: .04rem solid #1255B0;
}

.ny1_tit .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ny1_tit .more a {
    font-size: .16rem;
    color: #999999;
    padding-bottom: .05rem;
    display: inline-block;
    border-bottom: .01rem solid #D8D8D8;
    padding-right: .18rem;
    background: url(../images/ks-more.png) no-repeat right center;
    background-size: .14rem;
}

.ny1_tit .more a:hover {
    color: #1255B0;
}

/* ky-tz */
.kytz_list {}

.kytz_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kytz_list ul li {
    width: 48%;
}

.kytz_list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem solid #D8D8D8;
}

.kytz_list ul li a:hover {
    background: url(../images/ky_tzhoverpng.png) right center no-repeat;
    background-size: .44rem .09rem
}

.kytz_list ul li a p {
    flex: 1;
    min-width: 0;
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .9rem;
    position: relative;
    padding-right: .5rem;
}

.kytz_list ul li a:hover p {
    color: #1255B0;
    font-weight: 600;
}

.research_imglink {
    margin: 0rem auto;
    margin-bottom: .8rem;
}

.research_imglink ul {
    display: flex;
    justify-content: space-between;
}

.research_imglink ul li {
    width: 48%;
    text-align: center;
}

.research_imglink ul li a {
    display: block;
    text-align: center;
    padding: .6rem .7rem;
}
.kx1 ul li a {
    display: block;
    text-align: center;
    padding: 1rem .7rem;
}
.research_imglink ul li a img {
    height: 1.05rem;
    width: 1.05rem;
    display: block;
    margin: 0 auto;
    transition: all .3s
}

.research_imglink .research_imglink_tit {
    margin-top: .2rem;
    transition: all .3s;
}

.research_imglink .research_imglink_tit h2 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.research_imglink .research_imglink_tit h3 {
    font-family: Bebas;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.22rem;
    text-align: center;
    letter-spacing: 0.0002em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.kx1 li.child1 {
    background:url(../images/kx1-bg.png) no-repeat center center;
    background-size: 100% 100%; 
    width:100%;
}

.research_imglink li.child1 {
    background: url(../images/kyxt_bg2.png) center no-repeat;
    background-size: 100% 100%;
}

.research_imglink li.child2 {
    background: url(../images/kyxt_bg3.png) center no-repeat;
    background-size: 100% 100%;
}


.research_imglink li:hover a img {
    transform: rotateY(180deg);
}

.research_imglink li:hover .research_imglink_tit {
    margin-top: .15rem;
    margin-bottom: .05rem
}

/*  */
.research_con {}

.research_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.research_con ul li {
    width: 20%;
}

.research_con ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .4rem .2rem;
    position: relative;
}

.research_con ul li a .ico {
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    margin-bottom: .1rem;
    position: relative;
    box-sizing: border-box;
    border: 0.01rem dashed #1255B0;
    border-radius: 50%;
    overflow: hidden;
    padding: .08rem;
    transition: all .3s
}

.research_con ul li a .ico span {
    display: block;
    width: 100%;
    height: 100%;
    background: #E8F2FF;
    overflow: hidden;
    border-radius: 50%;
    transition: all .3s
}

.research_con ul li a .ico img {
    max-height: .8rem;
    min-height: .8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}


.research_con ul li a p {
    width: 100%;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    color: #333333;
}

.research_con ul li:hover {}

.research_con ul li:hover .ico span {
    background: #c3ebff;
}

.research_con ul li:hover a .ico {
    border: 0.02rem dashed #6abbe3;
}

.research_con ul li:hover .ico img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.research_con ul li:hover a p {
    color: #1455b1;
    font-weight: bold
}

/*  */
.research_down_con {
    min-width: 0;
}

.research_down_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.research_down_con ul li {
    width: 48%;
    border-bottom: .01rem solid #D8D8D8;
}

.research_down_con ul li a {
    display: block;
    color: #333333;
    font-size: .2rem;
    padding: .3rem 0;
    display: flex;
    align-items: center;
}

.research_down_con ul li a img {
    display: inline;
    margin: 0 .1rem;
    padding: .05rem;
    border-radius: 50%
}

.research_down_con ul li a:hover {
    color: #1255B0;
    font-weight: bold;
}

.research_down_con ul li a:hover img {
    background: #DDECFF
}

/*  */

.yd_s1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yd_s1 .yd_s1l {
    width: 49%;
}

.yd_s1 .yd_s1l a {
    display: block;
    position: relative;
}

.yd_s1 .yd_s1l a .pic {
    padding-top: 78.132%;
}

.yd_s1 .yd_s1l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(21, 21, 21, 0), #151515);
    opacity: .8;
}

.yd_s1 .yd_s1l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    z-index: 6;
    padding: 0 .4rem;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}

.yd_s1l .slick-prev {
    left: .1rem;
    width: .34rem;
    height: .54rem;
    background: rgba(0, 0, 0, .4) url(../images/yd1_l.png) no-repeat center center/.16rem auto;
    transition: all .6s;
}

.yd_s1l .slick-prev:hover {
    background: #1255B0 url(../images/yd1_l.png) no-repeat center center/.16rem auto;
}

.yd_s1l .slick-next {
    right: .1rem;
    width: .34rem;
    height: .54rem;
    background: rgba(0, 0, 0, .4) url(../images/yd1_r.png) no-repeat center center/.16rem auto;
    transition: all .6s;
}

.yd_s1l .slick-next:hover {
    background: #1255B0 url(../images/yd1_r.png) no-repeat center center/.16rem auto;
}

.yd_s1 .yd_s1r {
    width: 47.4%;
    margin-top: -0.23rem;
}

.list1 ul li a {
    display: block;
    position: relative;
    line-height: .75rem;
    border-bottom: 1px solid #D8D8D8;
    padding-right: 1.3rem;
    font-size: .2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list1 ul li:hover a {
    font-weight: bold;
    color: #1255B0;
}

.list1 ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: .28rem;
    font-size: .16rem;
    color: #333;
    background: url(../images/time.png) no-repeat left center/.2rem auto;
}

.list1 ul li a:hover span {
    font-weight: normal;
}

.yw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .14rem 0;
    border-bottom: .01rem solid #D8D8D8;
}

.yw-lt ul li a:hover b {
    color: #1255B0;
}

.yw-lt ul li a:hover p {
    color: #1255B0;
}

.yw-d {
    margin-right: .3rem;
    text-align: center;
}

.yw-d b {
    font-size: .36rem;
    color: #333333;
    line-height: 1;
    display: block;
}

.yw-d span {
    font-size: .14rem;
    color: #666666;
    line-height: 1;
}

.yw-tx {
    flex: 1;
    min-width: 0;
}

.yw-tx p {
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  */
.lzjsbox {
    margin-top: .8rem;
}

.dj_imglist {}

.dj_imglist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.dj_imglist ul li {
    width: 33.33%;
    margin-bottom: .4rem;
}

.dj_imglist ul li a {
    display: block;
    padding: 0 .2rem;
}

.dj_imglist ul li a .pic {
    padding-top: 61.36%;
}

.video_rmlist .pic::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: .5rem;
    width: .5rem;
    background: url(../images/img_icoplaypng.png) center no-repeat;
    opacity: 1;
    background-size: .5rem .5rem;
}

.dj_imglist ul li a .txt {
    padding: .25rem 0;
    border-bottom: 2px solid #1255B0;
}

.dj_imglist ul li a .txt p {
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    color: #333333;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dj_imglist ul li a:hover .txt p {
    color: #1255B0;
}

.syzbbox {
    margin-top: .4rem;
}

/* 脙茠脝鈥櫭冣�毭偮ッ兤捗⑩偓娄脙垄芒鈥毬⑩�灺⒚兤捗⑩偓拧脙鈥毭偮幻兤捗嗏�櫭冣�毭偮┟兤捗偮⒚兟⒚⑩�毬吢久冣�毭偮⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮っ兤捗⑩偓拧脙鈥毭偮幻兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥毭偮姑兤捗嗏�櫭冣�毭偮兤捗⑩偓拧脙鈥毭偮幻兤捗⑩偓拧脙鈥毭偮� */
.about_bg {
    background: url(../images/about_boxbg.png) no-repeat center !important;
    background-size: 100% 100% !important;
}

.about_box {
    padding: .2rem;
}

.about_box .about_tit {
    display: flex;
    justify-content: flex-start;
}

.about_box .about_tit h3 {
    font-size: .32rem;
    font-weight: bold;
    line-height: .26rem;
    text-align: justify;
    color: #333333;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    position: relative;
}

.about_box .about_tit a {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.3rem;
    height: .3rem;
    text-align: justify;
    letter-spacing: normal;
    color: #333333;
    margin-left: .3rem;
    background: url(../images/ky_dwico.png) left center no-repeat;
    background-size: .2rem .2rem;
    padding-left: .25rem;
}

.about_box .about_tit a:hover {
    color: #1152b0
}

.about_box .about_tit h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: .5rem;
    height: .04rem;
    background: #EF8338;
}

.about_box .a_part1 {}

.about_box .a_part1 img {
    width: 100%;
}

.about_box .a_part1 .a_part1_txt {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .3rem;
}

.about_box .a_part1 .a_part1_txt p {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .3rem;
}

.about_box .a_part1 .a_part1_img {
    width: 100%;
}

.about_box .a_part1 .a_part1_img img {
    width: 100%
}

.a_part2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.a_part2 {
    padding: 0 0;
}

.a_part2 ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -.08rem;
}

.a_part2 ul li {
    color: #fff;
    background: #E5EDF7;
    width: 20%;
    margin: 0 .08rem;
    padding: .25rem .1rem;
    text-align: center;
}

.a_part2 ul li span {
    font-family: Butler;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1255B0;
    position: relative;
    padding-bottom: .1rem;
    font-weight: bold;
}

.a_part2 ul li span em {
    font-family: MiSans;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1255B0;
    margin-left: .05rem;
}

.a_part2 ul li p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #333333;
    position: relative;
    text-align: center;
    display: block;
    margin-top: .12rem;
}

.a_part2 ul li span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .2rem;
    background: #1255B0;
    height: .02rem;
}

.a_part2 ul li span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.2;
    background: #1255B0;
    height: .01rem;
}

.a_part2 ul li {}

.a_part3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: .8rem 0 0rem 0;
    display: flex;
    justify-content: space-between;
}

.a_part3 .a_rongyu {
    width: 8rem;
    height: 6.6rem;
    background: url(../images/a_rybg.png) center no-repeat #1050a9;
    background-size: 100% 100%;
    color: #fff;
    padding: .2rem .5rem;
    margin-right: .4rem;
}

.a_part3 .a_rongyu p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    margin: .35rem 0;
}

.a_part3 .a_rongyu em {
    font-size: 0.36rem;
    font-family: Butler;
    font-style: normal;
    padding: 0 .05rem;
}

.a_part3 .a_zizhi {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.a_part3 .a_zizhi .azz_itme {
    width: 48%;
    width: 48%;
    height: 3.2rem;
    background: #144998;
    padding: .5rem .4rem .4rem .4rem;
    color: #fff;
    margin-bottom: .2rem;
}

.a_part3 .a_zizhi .azz_itme:nth-child(1) {
    background: url(../images/a_zzbg1.png) center no-repeat;
    background-size: 100% 100%;
}

.a_part3 .a_zizhi .azz_itme:nth-child(2) {
    background: url(../images/a_zzbg2.png) center no-repeat;
    background-size: 100% 100%;
}

.a_part3 .a_zizhi .azz_itme:nth-child(3) {
    background: url(../images/a_zzbg3.png) center no-repeat;
    background-size: 100% 100%;
}

.a_part3 .a_zizhi .azz_itme:nth-child(4) {
    background: url(../images/a_zzbg4.png) center no-repeat;
    background-size: 100% 100%;
}

.a_part3 .a_zizhi .azz_itme h3 {
    font-family: Butler;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-bottom: .1rem;
}

.a_part3 .a_zizhi .azz_itme h3 em {
    font-family: MiSans;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    padding: 0 .1rem;
}

.a_part3 .a_zizhi .azz_itme p {
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.32rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
}

.a_part3 {}

.a_part3 {}

/*  */
.a_part4 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    padding: .5rem 0;
    margin-top: .3rem;
}

.a_part4 p {
    z-index: 9;
    position: relative;
}

.a_part4 .pics {
    z-index: 9;
    position: relative;
    float: right;
}

.a_part4:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1000%;
    background: #E8F1FD;
    transform: translate(-50%, -50%);
    z-index: 0;
    clear: both;
}


.a_part4 img {
    float: left;
    margin-right: .4rem;
    position: relative;
    z-index: 9;
    width: 7rem;
    height: 4.1rem;
    margin-bottom: -.05rem;
}


.a_part4 p {
    font-size: .2rem;
    line-height: .4rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .15rem;
}

/*  */


.a_part5 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    padding: .5rem 0 0 0;
    overflow: hidden;
}

.a_part5 p {
    z-index: 9;
    position: relative;
}

.a_part5 .pics {
    z-index: 9;
    position: relative;
    float: right;
}



.a_part5 img {
    float: right;
    margin-left: .4rem;
    position: relative;
    z-index: 9;
    width: 7rem;
    height: 4.1rem;
    margin-bottom: -.05rem;
}


.a_part5 p {
    font-size: .2rem;
    line-height: .4rem;
    text-align: justify;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .15rem;
}

.a_part6 {
    height: auto;
    width: 100%;
    margin: .4rem auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.p6_right:before {
    content: "";
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #e8f1fd;
    z-index: 1;
}

.a_part6 .p6_left {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 99;
    padding: .4rem;
}

.a_part6 .p6_right {
    width: 4.8rem;
    height: 5.8rem;
    position: relative;
    z-index: 9;
}

.a_part6 .p6_text {}

.a_part6 .p6_text p {}

.a_part6 .p6_date {
    background: url(../images/p6-datebg.png) center no-repeat;
    background-size: 100% 100%;
}

.a_part6 .p6_date ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: .3rem .5rem;
    margin-top: .2rem;
}

.a_part6 .p6_date li {}

.a_part6 .p6_date li em {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-left: .05rem;
}

.a_part6 .p6_date span {
    font-family: Butler;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #FFFFFF;
    position: relative;
    padding-bottom: .08rem;
}

.a_part6 .p6_date span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .2rem;
    background: #fff;
    height: .02rem;
}

.a_part6 .p6_date span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.2;
    background: #fff;
    height: .01rem;
}

.a_part6 .p6_date p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #FFFFFF;
    text-indent: 0;
    text-align: left;
}

a_part6 .p6_date {}

.a_part6 .p6_right {}

.a_part6 .p6_right img {
    width: 4.8rem;
    height: 5.8rem;
}

.a_part6 p {
    text-indent: 2em;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #333333;
}


@media screen and (max-width: 1024px) {
    .a_part2 ul li span {
        font-size: 0.25rem;
    }

    .a_part6 {
        display: block;
        margin: .4remrem auto 0rem auto;
    }

    .a_part6 .p6_right {
        width: 100%;
        height: auto;
        padding: .2rem 0;
        display: none;
    }

    .a_part6 .p6_right img {
        width: 100%;
        height: auto;
    }

    .a_part3 {
        margin: 0rem 0 0rem 0;
        display: block;
    }

    .a_part6 .p6_left {
        padding: 0;
    }

    .a_part3 .a_rongyu {
        width: 100%;
        margin: 0 auto .4rem auto;
        height: auto;
    }

    .a_part3 .a_zizhi {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .a_part3 .a_zizhi .azz_itme {
        height: 2rem;
    }

    .a_part4 img {
        width: 49%;
        height: auto;
    }

    .a_part5 img {
        width: 49%;
        height: auto;
    }
}


@media screen and (max-width: 900px) {
    .yd_s1 {
        display: block;
    }

    .yd_s1 .yd_s1l {
        width: 100%;
    }

    .yd_s1 .yd_s1r {
        width: 100%;
        margin-top: .2rem;
    }

    .dj_imglist ul li {
        width: 50%;
    }

    .lzjsbox {
        margin-top: .4rem;
    }

    .kytz_list ul li {
        width: 100%;
    }

    .research_imglink ul li a {
        padding: .4rem;
    }

    .research_con ul li a .ico img {
        max-height: auto;
        min-height: auto;
        height: .4rem;
        width: .4rem;
        display: block;
    }

    .research_con ul li a .ico {
        max-height: auto;
        min-height: auto;
        height: .5rem;
        height: 1rem;
        width: 1rem;
    }

    .research_con ul li {
        /* width: auto; */
    }

    .research_con ul {
        align-items: flex-start;
    }

    .research_con ul li a {
        padding: 0 .2rem .2rem .2rem;
    }

    .research_con ul li a p {
        line-height: 0.27rem;
    }

    .research_down_con ul li {
        width: 100%;
    }

    .about_box .a_part1 {
        display: block;
    }

    .about_box .a_part1 .a_part1_txt {
        margin: 0 auto;
        padding: 0;
    }

    .about_box .a_part1 .a_part1_img {
        width: 100%;
        height: auto;
    }

    .a_part3 {}

    .a_part3 .a_rongyu {
        margin-right: .2rem;
        padding: .2rem .2rem;
        height: auto;
    }

    .a_part3 .a_zizhi .azz_itme {
        width: 49%;
    }

    .a_part3 .a_rongyu p {
        margin: .3rem 0;
    }
}

@media screen and (max-width: 768px) {
    .a_part4 img {
        width: 100%;
        height: auto;
        float: none;
    }

    .a_part5 img {
        width: 49%;
        height: auto;
    }

    .a_part2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .a_part2 ul li {
        width: 33%;
        margin: .1rem 0;
    }

    .a_part3 {
        display: block;
        margin: .4rem 0 0rem 0;
    }

    .a_part3 .a_rongyu {
        width: 100%;
    }

    .a_part3 .a_zizhi .azz_itme:nth-child(2) {
        margin-bottom: 0rem;
        margin-top: 0;
    }

    .a_part3 .a_zizhi .azz_itme {
        margin-top: 0;
        height: 2rem;
        padding: .3rem .4rem .3rem .4rem;
    }

    .a_part3 .a_zizhi .azz_itme:nth-child(3) {
        margin-top: 0rem;
    }

    .a_part4 p {
        margin: .2rem auto;
    }

    .a_part5 img {
        float: none;
        display: block;
        margin: 0 auto .2rem auto;
        width: 100%;
    }
    .a_part6 .p6_date ul{
        display:block;
    }
    .a_part6 .p6_date ul li{
        width:50%;
        float: left;
    }
    .a_part6 .p6_date ul li:nth-child(5){
        width:100%;
    }
}