.img-zoom {
    position: relative;
    display: block;
}
.img-zoom .img-frame {
    position: relative;
    overflow: hidden;
}
.img-zoom .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -ms-transition: transform 0.7s;
    transition: transform 0.7s;
}

.research-wrap {
    padding: .15rem 0 .4rem;
    font-family: "Microsoft YaHei";
}
.research-item.show .research-title i {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.research-article {
    display: none;
}
.research-article .tips {
    font-size: .18rem;
    line-height: .34rem;
    color: #9e9e9e;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-between.middle {
    align-items: center;
}
.flex-between .r-wrap {
    flex-shrink: 0;
}
.flex2 .r-wrap {
    width: 2.2rem;
    margin: 0 0 0 .4rem;
}
.flex3 .r-wrap {
    width: 2.8rem;
    margin: 0 0 0 .8rem;
}
.flex4 .r-wrap {
    width: 2.6rem;
    margin: 0 0 0 .6rem;
}
.flex5 .c-wrap {
    margin: 0 .2rem 0 0;
}
.flex5 .r-wrap {
    width: 3.4rem;
}
.flex6 {
    align-items: center;
}
.flex6 .img-box3 {
    width: 3.3rem;
    margin: 0 .6rem 0 0;
    flex-shrink: 0;
}
.flex7 .r-wrap {
    width: 4.6rem;
    margin: 0 0 0 .2rem;
}
.flex8 .r-wrap {
    width: 5.06rem;
    margin: 0 0 0 .2rem;
}
.flex9 .r-wrap {
    width: 3.85rem;
    margin: 0 0 0 .85rem;
}
.flex10 .l-wrap {
    width: 2.8rem;
    margin: 0 .6rem 0 0;
    flex-shrink: 0;
}
.flex10 .r-wrap {
    flex-shrink: 1;
}
.flex11 .l-wrap {
    width: 50%;
}
.flex11 .r-wrap {
    width: 47.6%;
}

.flex-between .text {
    font-size: .16rem;
    line-height: .36rem;
    color: #9e9e9e;
}
.flex-between .text2 {
    font-size: .14rem;
    line-height: .24rem;
    color: #9e9e9e;
}
.flex-between .text3 {
    font-size: .18rem;
    line-height: .4rem;
    color: #333;
}
.flex-between .text3 p {
    margin: 0 0 .2rem;
}
.flex-between .text3 span {
    vertical-align: top;
}

.research-column {
    margin: .07rem 0 0;
    font-size: .18rem;
    line-height: .42rem;
    color: #333;
}
.research-column h3 {
    font-size: .24rem;
    font-weight: 700;
}

.research-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .35rem 0;
    padding: 0 .3rem 0 .25rem;
    background: #F6F7F9;
    border-left: 5px solid #1053B5;
    cursor: pointer;
}
.research-title p {
    padding: .16rem 0;
    font-size: .24rem;
    font-weight: 700;
    line-height: .28rem;
    color: #333;
}
.research-title i {
    display: block;
    width: .5rem;
    height: .5rem;
    background: url("../images/research/f_icon1.png") no-repeat 50% 50%;
    background-size: .2rem;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all .36s;
    -ms-transition: all .36s;
}

.download-link {
    font-size: .16rem;
    line-height: 220%;
    color: #9e9e9e;
    text-align: justify;
}

.research-article .img-box {
    margin: .35rem 0 0;
    text-align: center;
}
.research-article .img-box img {
    margin: 0 0 .08rem;
}
.research-article .img-box h5 {
    font-size: .18rem;
    font-weight: 700;
    color: #333;
    line-height: .36rem;
    text-align: left;
}
.research-article .img-box4 img {
    margin: 0 0 .15rem;
}
.research-article .img-box5 {
    display: flex;
    align-items: center;
    height: 4.2rem;
}
.research-article .img-box5 img {
    max-height: 100%;
}

.research-article .ewm-box {
    width: 1.2rem;
    margin: .1rem 0 0 .8rem;
    flex-shrink: 0;
}
.research-article .ewm-box img {
    width: 1.2rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.research-article .ewm-box p {
    margin: .1rem 0 0;
    font-size: .14rem;
    line-height: .2rem;
    color: #666;
    text-align: center;
}

.picture-list1 {
    font-size: 0;
    margin: 0 -.12rem .3rem;
}
.picture-list1 li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: .32rem 0 0;
    padding: 0 .12rem;
}
.picture-list1 img {
    position: absolute;
    top: -.15rem;
    right: -.15rem;
    bottom: -.15rem;
    left: -.15rem;
    z-index: 5;
    width: calc(100% + .3rem);
    max-width: calc(100% + .3rem);
    height: calc(100% + .3rem);
    max-height: calc(100% + .3rem);
    border: 5px solid #0848A7;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    object-fit: cover;
    opacity: 0;
    transform: scale(.88);
    -ms-transform: scale(.88);
}
.picture-list1 .img {
    padding: 74% 0 0;
}
.picture-list1 .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: .08rem .1rem;
    font-size: .16rem;
    line-height: .2rem;
    text-align: center;
    color: #fff;
    background: rgba(8, 72, 167, .9);
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.picture-list1 .img-zoom:hover img {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
}
.picture-list1 .img-zoom:hover .txt {
    opacity: 0;
}

.picture-list2 li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 .4rem;
    padding: .4rem .32rem .32rem;
    background: rgba(0, 0, 0, 0.04);
}
.picture-list2 li:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: .5rem
}
.picture-list2 .img-zoom {
    width: 53%;
}
.picture-list2 .img-zoom img {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.picture-list2 .text {
    width: 42%;
    padding: .3rem 0 0;
    font-size: .16rem;
    font-weight: 500;
    line-height: 220%;
    color: #333;
    text-align: justify;
}
.picture-list2 .p1 {
    font-size: .18rem;
    font-weight: 700;

}
.picture-list2 .p1::after {
    display: block;
    content: "";
    width: .4rem;
    height: 2px;
    margin: .15rem 0;
    background: #333;
}
.picture-list2 .p2::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 .14rem 2px 0;
    background: #333;
    border-radius: 50%;
}

.picture-list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.picture-list3 li {
    width: 30%;
    margin: 0 0 .15rem;
    text-align: center;
}
.picture-list3 p {
    margin: .1rem 0 0;
    font-size: .18rem;
    line-height: .4rem;
    color: #333;
    font-weight: 500;
}

.research-content {
    font-size: .16rem;
    font-weight: 500;
    line-height: .34rem;
    color: #333;
    text-align: justify;
}
.research-content.mb1 p {
    margin: 0 0 .1rem !important;
}
.research-content img {
    max-width: 100%;
}
.research-content video, .research-content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.research-content table {
    max-width: 100%;
    margin: 0 auto;
}
.research-content table td {
    word-break: break-all;
}
.research-content .table-box {
    overflow-x: auto;
}

.research-content.list-style1 p {
    position: relative;
    margin: 0 0 .3rem;
    padding: 0 0 0 .24rem;
}
.research-content.list-style1 p::before {
    position: absolute;
    content: "";
    top: .14rem;
    left: 0;
    z-index: 1;
    width: .08rem;
    height: .08rem;
    background: #0848A7;
}
.research-content.list-style2 h2 {
    font-size: .24rem;
    line-height: 280%;
}
.research-content.list-style2 p {
    position: relative;
    padding: 0 0 0 .18rem;
}
.research-content.list-style2 p::before {
    position: absolute;
    content: "";
    top: .14rem;
    left: 0;
    z-index: 1;
    width: .06rem;
    height: .06rem;
    background: #0848A7;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.research-content.list-style3 p {
    position: relative;
    margin: 0 0 .24rem;
    padding: 0 0 0 .22rem;
    font-size: .18rem;
    line-height: .3rem;
}
.research-content.list-style3 p::before {
    position: absolute;
    top: .08rem;
    left: 0;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #333;
}

.research-content.cont2 {
    font-size: .18rem;
}
.research-content.cont2 h5 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: .34rem 0;
    padding: 0 .25rem 0 .34rem;
    font-size: .18rem;
    font-weight: 700;
    line-height: .5rem;
    color: #fff;
    background: #0848A7;
}
.research-content.cont2 h5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    z-index: 1;
    width: .32rem;
    height: 100%;
    background: url("../images/research/f_icon2.png") no-repeat;
    background-size: 100% 100%;
}

.research-content.cont3 {
    margin: .3rem 0 0;
    color: #666;
}
.research-content.cont3 h2 {
    font-size: .24rem;
    line-height: .5rem;
    color: #333;
}
.research-content.cont3 h6 {
    font-size: .18rem;
    font-weight: 500;
    line-height: .5rem;
    color: #333;
}
.research-content.cont3 p {
    margin: 0 0 .2rem;
}
.research-content.cont4 {
    font-size: .16rem;
    line-height: .24rem;
    text-align: left;
}
.research-content.cont4 p {
    margin: 0 0 .14rem;
}

.research-content.row1 p {
    margin: .14rem 0 0;
}

.research-content.col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.research-content.col2 p {
    width: 48%;
    margin: .14rem 0 0;
}

.text-list1 li {
    position: relative;
    margin: 0 0 .3rem;
    padding: 0 0 0 20px;
    font-size: .18rem;
    line-height: .3rem;
}
.text-list1 li::after {
    position: absolute;
    top: .08rem;
    left: 0;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #333;
}

.text-list2 li {
    position: relative;
    margin: 0 0 .25rem;
    padding: 0 0 0 29px;
    font-size: .18rem;
    line-height: .3rem;
}
.text-list2 .p1 {
    font-weight: 700;
}
.text-list2 .p1::before {
    position: absolute;
    content: "";
    top: .12rem;
    left: 0;
    z-index: 1;
    width: .08rem;
    height: .08rem;
    background: #0848A7;
}
.text-list2 .p2::before {
    position: absolute;
    content: "";
    top: .08rem;
    left: 0;
    z-index: 1;
    width: .14rem;
    height: .14rem;
    background: url("../images/research/f_icon3.png") no-repeat 0% 50%;
    background-size: .14rem;
}

/* 缈婚〉鏍峰紡 */
#list-page {
    margin: .2rem 0 .4rem !important;
    font-family: Arial;
    text-align: center;
}
#list-page div {
    font-family: Arial;
    text-align: center;
}
#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px;
}
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: 10px 12px;
    color: #888;
    border: 1px solid #aaa;
    border-radius: 2px;
}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #0848A7;
    font-weight: bold;
    color: #fff;
    border-color: #0848A7;
}
#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;
}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;
}
#list-page .p_pages span {
    color: #aaa;
}
#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
    .research-wrap {
        padding: 0 0 .4rem;
    }
    .research-title {
        margin: .3rem 0 .2rem;
    }
}
@media screen and (max-width: 768px) {
    .research-title {
        padding: 0 .2rem 0 .15rem;
    }
    .research-title p {
        font-size: .22rem;
        padding: .1rem 0;
    }
    .picture-list1 {
        margin: 0 -.08rem .2rem;
    }
    .picture-list1 li {
        width: 50%;
        margin: .25rem 0 0;
        padding: 0 .08rem;
    }
    .picture-list1 img {
        display: none;
    }
    .picture-list1 .txt {
        position: static;
        opacity: 1 !important;
        background: #0848A7;
    }
    .picture-list2 li {
        flex-direction: column !important;
        margin: 0 0 .2rem;
        padding: .2rem !important;
    }
    .picture-list2 .img-zoom {
        width: 100%;
        text-align: center;
    }
    .picture-list2 .text {
        width: 100%;
        padding: .15rem 0 0;
    }
    .research-content.cont2 h5 {
        margin: .2rem 0;
        padding: 0 .12rem;
    }
    .research-content.col2 p {
        width: 100%;
    }
    .research-article .flex-between {
        flex-direction: column;
    }
    .research-article .ewm-box {
        width: 100%;
        margin: .2rem 0 0;
        text-align: center;
    }
    .research-content.cont3 h6 {
        line-height: .32rem;
    }
    .research-content.list-style1 p {
        margin: 0 0 .15rem;
    }
    .flex-between .r-wrap {
        width: 100% !important;
        margin: 0 !important;
    }
    .flex-between .img-box, .flex-between .img-box2, .flex-between .img-box3 {
        text-align: center;
    }
    .flex-between .text3 {
        width: 100%;
    }
    .research-article .img-box5 {
        height: auto;
    }
    .flex11 .l-wrap {
        width: 100%;
    }
    .text-list1 li {
        margin: 0 0 .1rem;
    }
    .research-content.list-style3 p::before {
        border-width: 5px;
        top: .06rem;
    }
}
@media screen and (max-width: 520px) {
    .research-title {
        font-size: .21rem;
    }
    .picture-list3 li {
        width: 100%;
    }
}