@charset "utf-8";
.country ul li:nth-child(27) {
    left: 5%;
    top: 23%;
}
.country ul li:nth-child(28) {
    left: 33%;
    top: 21%;
}


*{
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}
.ny-banner {
    position: relative;
margin-bottom: 0.5rem;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.ny-index {
    padding-bottom: 1rem;
}

.lm-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lm-box h3 {
    font-size: .72rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: .4rem;
    white-space: nowrap;
}

.ny-wz {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ny-wz a {
    text-transform: uppercase;
    font-size: .2rem;
    color: #19a9e2;
    transition: all 0.3s;
}

.ny-wz a:hover {
    opacity: 0.8;
}

.ny-wz span {
    color: #19a9e2;
    margin: 0 .05rem;
}

.wp {
    max-width: 12.8rem;
    margin: 0 auto;
    width: 100%;
}

.dqwz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
    padding: 0 .1rem;
    display: none;
    padding-bottom: .2rem;
    border-bottom: .01rem solid #e5e5e5;
}

.dqwz h3 {
    font-size: .3rem;
    font-weight: 600;
}

.wap-wz a {
    color: #033d85;
    font-size: .16rem;
}

/* zz1 */
.zz1 h3 {
    font-size: .34rem;
    color: #222222;
    text-align: center;
}

.zz1 h4 {
    font-size: .24rem;
    line-height: .38rem;
    color: #222222;
    margin: .4rem 0;
    text-align: center;
}

.zz1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* zz2 */
.zz2-p {
    margin-top: 1rem;
}


/* yjcg */

.yjcg ul {
    display: flex;
    flex-wrap: wrap;
}

.yjcg ul li {
    width: 33.33%;
    margin-bottom: .25rem;
    position: relative;
}

.yjcg ul li a {
    display: block;
    position: relative;
    margin: 0 .1rem;
    background: #ffffff;
    z-index: 2;
    border-radius: .2rem;
}

.yjcg ul li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/s2-yy.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -0.28rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.yjcg ul li:hover::before {
    opacity: 1;
}

.yj-c {
    background-image: linear-gradient(to bottom,
            rgba(5, 163, 231, 0.05) 0%,
            rgba(161, 247, 89, 0.03) 75%,
            rgba(163, 247, 92, 0.03) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    background-size: 100% 100%;
    border-radius: .2rem;
    border: solid .01rem #aee3f5;
    padding: .4rem .35rem;
    padding-bottom: .5rem;
    position: relative;
    z-index: 2;
}

.yjcg ul li a p {
    font-size: .18rem;
    color: #2185b4;
}

.yjcg ul li a h3 {
    font-size: .22rem;
    line-height: .3rem;
    height: .9rem;
    color: #161a1f;
    margin-top: .2rem;
    margin-bottom: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.yj-more {
    width: 1.62rem;
    line-height: .46rem;
    border-radius: .23rem;
    position: relative;
    padding-left: .3rem;
    transition: all 0.3s;
    background: linear-gradient(90deg, #05a3e7 15%, #a9fc42, #05a3e7);
    background-size: 200% 100%;
    color: #ffffff;
    font-size: .2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.yj-more::after {
    content: '';
    width: .24rem;
    height: .18rem;
    background: url(../images/more-jt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
}

.yj-more:hover {
    border-radius: .35rem;
    animation: gradientFlow 1s linear;
}

.yjcg ul li a:hover h3 {
    color: #05557a;
}

/* wscn */
.wscn h3 {
    font-size: .38rem;
    line-height: 1.2;
    color: #222222;
    margin-bottom: .5rem;
    text-align: center;
}

.wscn p {
    font-size: .26rem;
    line-height: .38rem;
    color: #222222;
    margin-bottom: .4rem;
   text-indent:2em;
}

.ws-more {
    width: 3.1rem;
    line-height: .73rem;
    position: relative;
    padding-left: .3rem;
    transition: all 0.3s;
    background: linear-gradient(90deg, #05a3e7 15%, #a9fc42, #05a3e7);
    background-size: 200% 100%;
    margin: 0 auto;
}

.ws-more a {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    align-items: center;
    color: #ffffff;
    font-size: .28rem;
    font-weight: 600;
    transition: all 0.3s;
    padding-right: .2rem;
}

.ws-more a img {
    display: block;
    margin-left: .17rem;
    width: .28rem;
}

.ws-more:hover {
    border-radius: .35rem;
    animation: gradientFlow 1s linear;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 100%;
    }

    100% {
        background-position: 200% 100%;
    }
}

/* cb */

.cb-t {
    background: url(../images/cb-tbg1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
}

.cb-pic {
    width: 3.42rem;
}

.cb-pic img {
    display: block;
    width: 100%;
}

.cb-tx {
    
    flex: 1;
    min-width: 0;
    padding: .3rem .35rem;
    padding-bottom: 0;
}

.cb-tx p {
    font-size: .26rem;
    line-height: .38rem;
    color: #222222;
    text-indent:2em;
}

.cb-b {
    margin-top: .95rem;
}


.cb-b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cb-b ul li {
    width: 48.5%;
    margin-bottom: .35rem;
}

.cb-b .pic {
    padding-top: 62%;
}

.cb-btx p {
    text-indent:2em;
    font-size: .26rem;
    color: #222222;
    margin: .6rem 0;
}

.cb-btx {
    margin: 0 -0.6rem;
}

.cb-btx p a {
    display: inline;
    color: #00469b;
    font-size: .26rem;
    text-decoration: underline;
}

/* jz-lt */
.jz-lt ul {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.01) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
            rgba(161, 247, 89, 0.18) 0%,
            rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
}

.jz-lt h3 {
    font-size: .34rem;
    line-height: .83rem;
    color: #023793;
    padding: 0 .32rem;
    background: linear-gradient(90deg,
            rgba(5, 163, 231, 0.18) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: .01rem;
    border-image-source: linear-gradient(0deg,
            rgba(161, 247, 89, 0.18) 0%,
            rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
}

.jz-lt ul li {
    padding: .3rem .35rem;
}

.jz-lt ul li a {
    display: block;
    padding-left: .3rem;
    background: url(../images/jz-dots.png) no-repeat left .1rem;
    background-size: .11rem;
}

.jz-lt ul li a p {
    font-size: .24rem;
    line-height: .34rem;
    color: #222222;
}

.jz-lt ul li:nth-child(even) {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.05) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: .01rem;
    border-image-source: linear-gradient(0deg,
            rgba(161, 247, 89, 0.18) 0%,
            rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
}

.jz-bot {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.01) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
            rgba(161, 247, 89, 0.18) 0%,
            rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
    margin-top: .8rem;
}

.jzb-t {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.18) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    padding: .3rem;
    padding-bottom: .2rem;
}


.jzb-t h3 {
    font-size: .34rem;
    line-height: 1.2;
    color: #023793;
    font-weight: 600;
    margin-bottom: .1rem;
}

.jzb-t p {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}

.jzb-b {
    padding: .5rem .1rem;
}

.jzb-b img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
}

/* fx */
.fx-p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.fx-p {
    margin-bottom: 1rem;
}

.fx-bot ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .24rem;
}

.fx-a {
    flex: 1;
    min-width: 0;
}

.fx-bot ul li h3 {
    width: 3.04rem;
    min-height: 1.12rem;
    background-color: #0070c0;
    margin-right: .2rem;
    position: relative;
    padding: 0 .1rem;
}

.fx-bot ul li h3 strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: .34rem;
    text-align: center;
    display: block;
    width: 100%;
}

.fx-bot ul li:first-child h3 {
    background-color: #0070c0;
}

.fx-bot ul li:nth-child(2) h3 {
    background-color: #1b9b79;
}

.fx-bot ul li:nth-child(3) h3 {
    background-color: #042b62;
}

.fx-a a {
    display: block;
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.01) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
            rgba(161, 247, 89, 0.18) 0%,
            rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
    padding: 0 .3rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #023793;
    font-size: .24rem;
    font-weight: 600;
    margin-bottom: .1rem;
    transition: all 0.3s;
    line-height: 1.12rem;
}

.fx-a a:last-child {
    margin-bottom: 0;
}

.fx-a a::after {
    content: '';
    width: .1rem;
    height: .13rem;
    background: url(../images/jz-dots.png) no-repeat right center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: .25rem;
    transform: translateY(-50%);
}

.fx-a a:hover {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.18) 0%,
            rgba(161, 247, 89, 0.05) 75%,
            rgba(163, 247, 92, 0.05) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,
            #a1f759 0%,
            #05a3e7 100%);
    border-image-slice: 1;
}

/* gywm */
.cnest-p img {
    max-width: 80%;
    width: 5.52rem;
    display: block;
    margin: 0 auto;
}

.vd-box {
    margin: .8rem 0;
    position: relative;
}

.vd-play {
    content: '';
    width: .64rem;
    height: .64rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/i-play.png) no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
}

.vd-box video {
    width: 100%;
    display: block;
}

.gy-c h3 {
    font-weight: 600;
    color: #023793;
    font-size: .3rem;
    padding: .25rem .45rem;
    line-height: 1.2;
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.05) 0%,
            rgba(161, 247, 89, 0.01) 75%,
            rgba(163, 247, 92, 0.01) 75%,
            #fdfffc 99%,
            #ffffff 99%);
}

.gy-tx {
    padding: .45rem;
}

.gy-tx p {
    font-size: .24rem;
    line-height: .4rem;
    color: #222222;
}

.gy-c {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.01) 0%,
            rgba(161, 247, 89, 0.01) 75%,
            rgba(163, 247, 92, 0.01) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    border-style: solid;
    border-width: .01rem;
    border-image-source: linear-gradient(0deg,
            rgba(161, 247, 89, 0.18) 0%,
            rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
    margin-bottom: .8rem;
}

.gy-tx p img {
    max-width: 70%;
    margin: .2rem auto;
    display: block;
}


/* lxwm */

.lx-t {
    padding-top: .8rem;
}

.lx-t .gy-c {
    background: linear-gradient(90deg, rgba(5, 163, 231, 0.05) 0%, rgba(161, 247, 89, 0.02) 75%, rgba(163, 247, 92, 0.02) 75%, #fdfffc 99%, #ffffff 99%);
    border-style: solid;
    border-width: .01rem;
    border-image-source: linear-gradient(0deg, rgba(161, 247, 89, 0.18) 0%, rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
}

.lx-t .gy-c h3 {
    border-style: solid;
    border-width: .01rem;
    border-image-source: linear-gradient(0deg, rgba(161, 247, 89, 0.18) 0%, rgba(5, 163, 231, 0.18) 100%);
    border-image-slice: 1;
}

.lx-t .gy-tx p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lx-flex>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lx-flex>div span {
    flex: 1;
    min-width: 0;
    font-size: .22rem;
    line-height: .44rem;
    color: #222222;
}

.lx-wz {
    margin-bottom: .4rem;
}

.lx-wz img {
    width: .34rem;
    margin-right: .2rem;
}

.lx-yx img {
    width: .37rem;
    margin-right: .2rem;
}

.lx-lt ul {
    padding: .45rem;
    padding-top: .2rem;
}

.lx-lt ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .25rem;
    padding-bottom: .35rem;
    position: relative;
}

.lx-lt ul li:last-child:after {
    display: none;
}

.lx-lt ul li::after {
    content: '';
    position: absolute;
    left: .8rem;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: url(../images/lx-line.png) no-repeat;
    background-size: 100% 100%;
}

.lx-lt ul li img {
    width: .56rem;
    margin-right: .23rem;
    display: block;
}

.lx-btx {
    flex: 1;
    min-width: 0;
    padding-top: .05rem;
}

.lx-btx p {
    font-size: .22rem;
    line-height: .32rem;
    color: #222222;
}

/* yjfx-dy */

.yjfx-dy .gy-c {
    background-image: linear-gradient(90deg,
            rgba(5, 163, 231, 0.05) 0%,
            rgba(161, 247, 89, 0.02) 75%,
            rgba(163, 247, 92, 0.02) 75%,
            #fdfffc 99%,
            #ffffff 99%);
}

.fx-dy {
    background: url(../images/lx-line.png) no-repeat left top;
    background-size: 100% .01rem;
}

.fx-dy ul li {
    display: flex;
    flex-wrap: wrap;
    background: url(../images/lx-line.png) no-repeat left bottom;
    background-size: 100% .01rem;
}

.fx-dy ul li h4 {
    width: 3.5rem;
    min-height: 1.12rem;
    position: relative;
    background-color: #042b62;
}

.fx-dy ul li:nth-child(2) h4 {
    background-color: #05a3e7;
}

.fx-dy ul li h4 strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #ffffff;
    text-align: center;
    display: block;
    font-size: .34rem;
}

.dy-tx {
    flex: 1;
    min-width: 0;
    padding: .3rem .5rem;
}

.dy-tx p {
    font-size: .22rem;
    line-height: .5rem;
    color: #222222;
}


/* xw-lt */

.xw-lt ul li {
    margin-bottom: .5rem;
    position: relative;
}

.lt-c {
    background:#fff;
    position: relative;
    z-index: 3;
    border: solid .01rem #aee3f5;
    border-radius: .2rem .2rem 0rem .2rem;
}

.xw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: .2rem .2rem 0rem .2rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    background-image: linear-gradient(to bottom,
            rgba(5, 163, 231, 0.08) 0%,
            rgba(161, 247, 89, 0.04) 75%,
            rgba(163, 247, 92, 0.02) 75%,
            #fdfffc 99%,
            #ffffff 99%);
    background-size: 100% 100%;
}

.xw-lt ul li::after {
    content: '';
    height: 100%;
    background: linear-gradient(90deg, #05a3e7 16%, #a9fc42, #05a3e7);
    filter: blur(6px);
    position: absolute;
    left: .1rem;
    right: .1rem;
    bottom: -0.1rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.xw-lt ul li:hover:after {
    opacity: 0.7;
}

.xw-lt ul li a:hover {
    border-color: transparent;
}


.xw-p {
    width: 5.18rem;
}

.xw-lt ul li a .pic {
    padding-top: 61%;
    border-radius: .2rem .2rem 0rem .2rem;
}

.xw-tx p {
    font-size: .18rem;
    color: #2185b4;
}

.xw-tx h3 {
    font-size: .3rem;
    line-height: .44rem;
    color: #161a1f;
    max-height: .88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .2rem;
    margin-bottom: .4rem;
}

.xw-tx {
    flex: 1;
    min-width: 0;
    padding: .1rem .8rem;
}

.xw-lt ul li {
    position: relative;
}

.xw-lt ul li a:hover h3 {
    color: #002366;
}


/* hd */
.hd-t a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: .2rem .2rem 0rem .2rem;
    border: solid .01rem #aee3f5;
    z-index: 2;
    position: relative;
    background: #ffffff;
}

.hd-t {
    margin-bottom: 1.3rem;
    position: relative;
}

.hd-t::before {
    content: '';
    height: 100%;
    background: linear-gradient(90deg, #05a3e7 16%, #a9fc42, #05a3e7);
    filter: blur(6px);
    position: absolute;
    left: .1rem;
    right: .1rem;
    bottom: -0.1rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.hd-t:hover::before {
    opacity: 0.6;
}

.hd-t a .pic {
    width: 7.88rem;
    padding-top: 4.67rem;
    border-radius: .2rem;
}

.hd-ifo {
    flex: 1;
    min-width: 0;
    padding: 0 .9rem;
}

.hd-ifo span {
    font-size: .24rem;
    color: #197ac4;
    display: block;
}

.hd-ifo h3 {
    font-size: .4rem;
    line-height: .48rem;
    color: #042b61;
    max-height: 1.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: .3rem 0;
}

.hd-ifo p {
    font-size: .18rem;
    line-height: .34rem;
    color: #042b61;
    opacity: 0.8;
    max-height: 1.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hd-lt ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.13rem;
    margin-right: -0.13rem;
}

.hd-lt ul li {
    width: 33.33%;
    margin-bottom: 0.6rem;
    position: relative;
}

.hd-lt ul li a .pic {
    border-radius: .2rem;
    z-index: 3;
}

.hd-lt ul li a {
    margin: 0 .13rem;
    display: block;
    border-radius: .2rem .2rem 0rem .2rem;
    transition: all 0.3s;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.hd-lt ul li::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/s2-yy.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -0.28rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.hd-lt ul li:hover::after {
    opacity: 0.7;
}

.hd-tx {
    padding: .2rem .3rem;
    padding-bottom: .3rem;
    position: relative;
    z-index: 2;
   background: #ffffff;
    border-radius: 0 0 0rem .2rem;
    border: solid .01rem #aee3f5;
    margin-top: -0.1rem;
}

.hd-tx p {
    font-size: .18rem;
    color: #2185b4;
    margin-top: .1rem;
    margin-bottom: .15rem;
}

.hd-tx h3 {
    font-size: .2rem;
    line-height: .32rem;
    height: .64rem;
    letter-spacing: -0.01rem;
    color: #161a1f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 480px) {
    .hd-lt ul li {
        width: 100% !important;
    }
}
/* hd***end */

/* con */
.c-tit h3 {
    font-size: .38rem;
    line-height: 1.2;
    color: #222222;
    text-align: center;
    margin-bottom: .3rem;
}

.c-tx p {
    font-size: .24rem !important;
    line-height: .38rem !important;
    color: #222222;
    margin-bottom: .4rem;
text-indent:2em;

}

.c-tx p img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    height: auto !important;
    border: none !important;
}



/* cy */


.cy-tx p {
    display: none;
    font-size: .24rem;
    line-height: .46rem;
    color: #023793;
    text-align: center;
    margin: 0 auto;
    margin-top: .25rem;
    margin-bottom: .5rem;
    max-width: 14.7rem;
}

.cy-qh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cy-qh>div {
    border-radius: .23rem;
    border: solid .01rem #005cb4;
    text-align: center;
    margin: .11rem;
    padding: .1rem .3rem;
    cursor: pointer;
    color: #013793;
}

.cy-qh>div h3 {
    font-size: .72rem;
    line-height: 1;
    margin-bottom: .05rem;
}

.cy-qh>div p {
    font-size: .2rem;
}

.cy-qh>div.on {
    background: url(../images/cy-tbg.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}



/* cy */
.cy-lt .slide ul {
    display: flex;
    flex-wrap: wrap;
}

.cy-lt ul li {
    width: 20%;
}

.cy-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2rem;
    position: relative;
    box-shadow: 0rem .05rem .3rem 0rem rgba(133, 182, 250, 0.51);
    margin: .12rem;
    border-radius: .2rem;
    transition: all 0.3s;
}

.cy-lt ul li a:hover {
    box-shadow: 0rem .1rem .4rem 0rem rgba(133, 182, 250, 0.8);
}

.cy-lt ul li a p {
    font-size: .18rem;
    line-height: .24rem;
    color: #040505;
    text-align: center;
    max-width: 3rem;
    margin: 0 auto;
}

.cy-lt ul li a .ico {
    width: 100%;
    text-align: center;
}

.cy-lt ul li a .ico img {
    margin: 0 auto;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.cy-lt ul li a:hover p {
    color: #00469b;
}

.cy-ifo {
    text-align: center;

    font-size: .24rem;
    line-height: .46rem;
    color: #a9b4c5;
}

.cy-lt {
    padding-bottom: .8rem;
}

.cy-lt .slick-dots {
    text-align: center;
}

.cy-lt .slick-dots li {
    width: .09rem;
    height: .09rem;
    background-color: #dddedf;
    border-radius: .4rem;
    transition: all 0.3s;
}

.cy-lt .slick-dots li.slick-active {
    background-color: #042b62;
    width: .3rem;
}

.cy-qhc {
    position: relative;
}

.cy-qhc>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.cy-qhc>div.on {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/* map */

.map {
    max-width: 100%;
    width: 13.42rem;
    margin: 0 auto;
    position: relative;
}

.map>img {
    width: 100%;
    display: block;
}


.cy-gj h3 {
    display: none;
    color: #023793;
    font-size: .48rem;
    line-height: 1;
    font-weight: 600;
}

.cy-gj p {
    color: #023793;
    font-size: .24rem;
    font-weight: 600;
    white-space: nowrap;
}

.cy-q {
    width: .35rem;
    height: .35rem;
    background: url(../images/zb1.png) no-repeat center center;
    background-size: 100%;
}

.country {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cy-gj {
    position: absolute;
    z-index: 2;
    top: -1rem;
    left: .3rem;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.country ul li {
    position: absolute;
    left: 100%;
    top: 100%;
}

.country ul li:hover .cy-gj {
    opacity: 1;
    visibility: visible;
}

.cy-q::before {
    content: '';
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/zb2.png) no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.country ul li:hover .cy-q::before {
    opacity: 1;
    visibility: visible;
}

.cy-q::after {
    content: '';
    width: .05rem;
    height: 0;
    position: absolute;
    left: .16rem;
    bottom: .17rem;
    background: url(../images/zb-line.png) no-repeat;
    background-size: .05rem 1.14rem;
    transition: all 0.6s;
    overflow: hidden;
}

.country ul li:hover .cy-q::after {
    height: 1.14rem;
}


/* 扩散圆 */
.ks-q {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .8rem;
    height: .8rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.country ul li:hover .ks-q {
    visibility: visible;
    opacity: 1;
}

.ks-q::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 200, 241, 0.4);
    border-radius: 50%;
}

.country ul li:hover .ks-q::after {
    animation: scale_q 1.5s linear infinite;
}

@keyframes scale_q {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

/* 扩散圈end */

/* 国家定位 */
.country ul li:nth-child(1) {
    left: 1.19%;
    top: 31%;
}

.country ul li:nth-child(2) {
    left: 3.5%;
    top: 27%;
}

.country ul li:nth-child(3) {
    left: 2.3%;
    top: 23%;
}

.country ul li:nth-child(4) {
    left: 4.6%;
    top: 24%;
}

.country ul li:nth-child(5) {
    left: 6%;
    top: 19.8%;
}

.country ul li:nth-child(6) {
    left: 8.7%;
    top: 18%;
}

.country ul li:nth-child(7) {
    left: 7.4%;
    top: 22%;
}

.country ul li:nth-child(8) {
    left: 8%;
    top: 26%;
}

.country ul li:nth-child(9) {
    left: 7.4%;
    top: 30%;
}

.country ul li:nth-child(10) {
    left: 11.3%;
    top: 80%;
}


.country ul li:nth-child(11) {
    left: 18.7%;
    top: 42%;
}

.country ul li:nth-child(12) {
    left: 21.9%;
    top: 43%;
}

.country ul li:nth-child(13) {
    left: 26%;
    top: 27%;
}

.country ul li:nth-child(14) {
    left: 28%;
    top: 36%;
}

.country ul li:nth-child(15) {
    left: 30%;
    top: 40%;
}

.country ul li:nth-child(16) {
    left: 38%;
    top: 56%;
}

.country ul li:nth-child(17) {
    left: 45%;
    top: 59%;
}

.country ul li:nth-child(18) {
    left: 45%;
    top: 31%;
}

.country ul li:nth-child(19) {
    left: 49%;
    top: 29%;
}

.country ul li:nth-child(20) {
    left: 52%;
    top: 82%;
}

.country ul li:nth-child(21) {
    left: 65%;
    top: 39%;
}

.country ul li:nth-child(22) {
    left: 75%;
    top: 21%;
}

.country ul li:nth-child(23) {
    left: 74%;
    top: 30%;
}

.country ul li:nth-child(24) {
    left: 75%;
    top: 45%;
}

.country ul li:nth-child(25) {
    left: 74%;
    top: 60%;
}

.country ul li:nth-child(26) {
    left: 83%;
    top: 72%;
}







@media screen and (max-width: 1024px) {

    .cy-q {
        width: .15rem;
        height: .15rem;
    }

    .country ul li:hover .cy-q::after {
        height: 0.6rem;
    }

    .cy-gj {
        left: .2rem;
        top: -0.5rem;
    }

    .cy-gj h3 {
        font-size: .3rem;
    }

    .cy-q::after {
        left: .06rem;
    }

    .cy-lt ul li {
        width: 25%;
    }

    .wp {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .ny-index {
        padding-bottom: .3rem;
    }

    .dqwz {
        display: flex;
    }

    .lm-box h3 {
        font-size: .4rem;
    }

    .zz1 h3 {
        font-size: .3rem;
    }

    .zz1 h4 {
        font-size: .24rem;
    }

    .zz2-p {
        margin-top: .5rem;
    }

    .yjcg ul li {
        width: 50%;
    }

    .cb-tx {
        flex: auto;
        width: 100%;
    }

    .cb-t {
        padding: .3rem 0;
    }

    .cb-pic {
        margin: 0 auto;
    }

    .cb-btx {
        margin: 0;
    }

    .cb-b {
        margin-top: .5rem;
    }

    .cb-btx p {
        margin: .3rem 0;
    }

    .jzb-t h3 {
        font-size: .26rem;
    }

    .fx-bot ul li h3 {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
        min-height: .8rem;
    }

    .fx-bot ul li h3 b {
        font-size: .26rem;
    }

    .fx-a {
        flex: auto;
        width: 100%;
    }

    .fx-a a {
        line-height: .8rem;
    }

    .fx-p {
        margin-bottom: .5rem;
    }

    .vd-box {
        margin: .3rem 0;
    }

    .gy-c h3 {
        padding: .1rem .2rem;
        font-size: .26rem;
    }

    .gy-tx {
        padding: .2rem;
    }

    .gy-tx p {
        font-size: .2rem;
    }

    .gy-c {
        margin-bottom: .3rem;
    }

    .lx-lt ul {
        padding: .2rem;
    }

    .lx-flex>div span {
        font-size: .2rem;
        line-height: .3rem;
    }

    .lx-t {
        padding-top: .5rem;
    }

    .fx-dy ul li h4 {
        width: 100%;
        margin: 0;
        min-height: .6rem;
    }

    .dy-tx {
        flex: auto;
        width: 100%;
    }

    .fx-dy {
        padding-top: .3rem;
    }

    .fx-dy ul li h4 b {
        font-size: .26rem;
    }

    .dy-tx {
        padding: .2rem;
    }

    .xw-p {
        width: 4rem;
    }

    .xw-tx {
        padding: 0 .4rem;
    }

    .xw-tx h3 {
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }

    .hd-t a .pic {
        width: 100%;
        margin: 0;
        padding-top: 60%;
    }

    .hd-ifo {
        flex: auto;
        width: 100%;
        padding: .3rem;
    }

    .hd-ifo h3 {
        font-size: .3rem;
        margin: .2rem 0;
    }

    .hd-lt ul li {
        width: 50%;
        margin-bottom: .3rem;
    }

    .hd-t {
        margin-bottom: .5rem;
    }

    .hd-tx h3 {
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
}

@media screen and (max-width: 768px) {
    .cy-lt ul li {
        width: 33.33%;
    }
}

@media screen and (max-width: 640px) {
    .cy-lt ul li {
        width: 50%;
    }

    .yjcg ul li {
        width: 100%;
    }

    .xw-p {
        width: 100%;
        margin: 0;
    }

    .xw-tx {
        padding: .2rem;
    }
}


.keywordfontcolor1177427 {
    color: red !important;
    font-size: .3rem !important;
    font-family: 微软雅黑;
}

@media screen and (max-width:1024px) {
    .keywordfontcolor1177427 {
        font-size: .2rem !important;
    }
}

.cy-b {
   display:none;
    margin-top: 20px;
}

.c-tit span {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: .22rem;
    /* display: block; */
    text-align: center;
    margin-bottom: .5rem;
}



.v_news_content a {
    word-wrap: break-word;
}

.dy-tx p strong {color:#042b62;}
.cb-tx { position: relative;}
.cb-tx .ggha {
    position: absolute;
    right: .2rem;
    bottom: .1rem;
    width: 2.8rem;
    line-height: .63rem;
}
@media screen and (max-width:1024px) {
   .cb-tx .ggha {
      position: relative;
      left: -2%;
      margin-top: 10px;
}
}