* {
    margin: 0rem;
    padding: 0rem;
    outline: none;
}

ul, li {
    list-style-type: none;
}

img, video, iframe {
    border: 0rem;
    max-width: 100%;
}

img {
    /*image-rendering: pixelated;*/
}

html {
    font-size: 100px;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: Microsoft YaHei,Arial, Helvetica, sans-serif,simsun;
    color: #333;
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 1920px;
    font-weight: 500;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #4397a0;
}

input {
    outline: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.no-animate {
    opacity: 0;
}

@font-face {
    font-family: c036;
    src: url(../fonts/036-CAI978.ttf);
}

@font-face {
    font-family: c037;
    src: url(../fonts/037-CAI978.ttf);
}

@font-face {
    font-family: c038;
    src: url(../fonts/038-CAI978.ttf);
}

@-webkit-keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeftDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftDown {
    -webkit-animation-name: fadeInLeftDown;
    animation-name: fadeInLeftDown
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,.2rem,0);
        transform: translate3d(0,.2rem,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,.2rem,0);
        transform: translate3d(0,.2rem,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeOutUp2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-0.2rem,0);
        transform: translate3d(0,-0.2rem,0)
    }
}

@keyframes fadeOutUp2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-0.2rem,0);
        transform: translate3d(0,-0.2rem,0)
    }
}

.fadeOutUp2 {
    -webkit-animation-name: fadeOutUp2;
    animation-name: fadeOutUp2
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-0.6rem,0,0);
        transform: translate3d(-0.6rem,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-0.6rem,0,0);
        transform: translate3d(-0.6rem,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(.6rem,0,0);
        transform: translate3d(.6rem,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(.6rem,0,0);
        transform: translate3d(.6rem,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes fadeOutRight2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(.6rem,0,0);
        transform: translate3d(.6rem,0,0)
    }
}

@keyframes fadeOutRight2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(.6rem,0,0);
        transform: translate3d(.6rem,0,0)
    }
}

.fadeOutRight2 {
    -webkit-animation-name: fadeOutRight2;
    animation-name: fadeOutRight2
}

@-webkit-keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0%,0,0);
        transform: translate3d(0%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0%,0,0);
        transform: translate3d(0%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft3 {
    -webkit-animation-name: fadeInLeft3;
    animation-name: fadeInLeft3
}

@-webkit-keyframes fadeInRight3 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight3 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight3 {
    -webkit-animation-name: fadeInRight3;
    animation-name: fadeInRight3
}

@-webkit-keyframes fadeInDown3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-0.3rem,0);
        transform: translate3d(0,-0.3rem,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-0.3rem,0);
        transform: translate3d(0,-0.3rem,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown3 {
    -webkit-animation-name: fadeInDown3;
    animation-name: fadeInDown3
}

@-webkit-keyframes fadeInHeight {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInHeight {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInHeight {
    -webkit-animation-name: fadeInHeight;
    animation-name: fadeInHeight
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp3 {
    -webkit-animation-name: fadeInUp3;
    animation-name: fadeInUp3
}

@-webkit-keyframes fadeInwidth2 {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes fadeInwidth2 {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

.fadeInwidth2 {
    -webkit-animation-name: fadeInwidth2;
    animation-name: fadeInwidth2
}

@-webkit-keyframes flip_x {
    0% {
        -webkit-transform: perspective(40rem) rotate3d(0,1,0,-360deg);
        transform: perspective(40rem) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-190deg);
        transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-170deg);
        transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(40rem) scale3d(.95,.95,.95);
        transform: perspective(40rem) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(40rem);
        transform: perspective(40rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip_x {
    0% {
        -webkit-transform: perspective(40rem) rotate3d(0,1,0,-360deg);
        transform: perspective(40rem) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-190deg);
        transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-170deg);
        transform: perspective(40rem) translate3d(0,0,1.5rem) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(40rem) scale3d(.95,.95,.95);
        transform: perspective(40rem) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(40rem);
        transform: perspective(40rem);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes slideOutDown_s {
    75% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    50% {
        visibility: hidden;
        -webkit-transform: translate3d(0,.2rem,0);
        transform: translate3d(0,.2rem);
        opacity: 0;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,0rem,0);
        transform: translate3d(0,0rem);
        opacity: 1;
    }
}

@keyframes slideOutDown_s {
    75% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    50% {
        visibility: hidden;
        -webkit-transform: translate3d(0,.2rem,0);
        transform: translate3d(0,.2rem,0);
        opacity: 0;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,0rem,0);
        transform: translate3d(0,0rem,0);
        opacity: 1;
    }
}

.animated.fadeOutRight2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fadeInRight2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fadeInRight3 {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes flips {
    0% {
        -webkit-transform: perspective(40rem) rotate3d(0,1,0,-180deg);
    }

    100% {
        -webkit-transform: perspective(40rem) rotate3d(0,1,0,0deg);
    }
}

@keyframes flipright {
    0% {
        -webkit-transform: perspective(40rem) rotate3d(0,1,0,180deg);
    }

    100% {
        -webkit-transform: perspective(40rem) rotate3d(0,1,0,0deg);
    }
}

/*video start*/
.sha_bg {
    background-color: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 100%;
    top: 0;
    transition: left .5s ease;
    z-index: 1001;
}

.sha_btn_close {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #444;
}

.sha_vid {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    video {
        max-width: 80vw;
        max-height: 80vh;
        display: block;
    }
}

.tjio {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.searchs {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 50px;
    margin-top: -25px;
    transform: translateX(-50%);
    max-width: 500px;
}

.seaz {
    width: 80%;
    overflow: hidden;
    float: left;
    background: #fff;
    height: 50px;
}

.seay {
    width: 20%;
    overflow: hidden;
    float: left;
    background: #2ea3f6;
    height: 50px;
}

.seaz input {
    background: none;
    border: 0px;
    outline: none;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
}

.seay input {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 50px;
    background: none;
    border: 0px;
    cursor: pointer;
    outline: none;
}

.top_search {
    cursor: pointer;
}

.top_search img {
    width: 16px;
}

.sbiao img {
    animation: slideOutDown_s 2.5s cubic-bezier(0.55, 0.09, 0.68, 0.53) infinite;
}

.menu_wap {
    background: url(../images/menu_s.png) no-repeat center;
    width: 30px;
    height: 30px;
    float: right;
    display: none;
    margin-top: 0px;
    flex: 1;
}

.pi2 .menu_wap {
    background: url(../images/menu_s2.png) no-repeat center;
}

.pi2 .in_topbox .menu {
    top: 83px;
}

.in_topbox {
    position: relative;
    z-index: 18;
}

.in_topbox .menu {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    line-height: 40px;
    height: auto;
    display: none;
    transition: 0.3s ease top;
}

.in_topbox .menu li {
    float: none;
    width: 100%;
    background: rgba(255,255,255,0.95);
    border-top: 1px solid #EEE;
    text-indent: 20px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.in_topbox .menu li:last-child {
    border-bottom: 1px solid #EEE;
}

.in_topbox .menu li > a {
    display: inline;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.in_topbox .menu li:hover > a {
    color: #333;
}

.in_topbox .menu li.sel > a {
    color: #333;
}

.in_topbox .menu li > a:after {
    display: none;
}

.in_topbox .menu li em {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    border-left: 0px;
    border-bottom: 0px;
    opacity: 1;
    display: block;
    transform: rotate(45deg);
}

.in_topbox .menu li .nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 30px;
    z-index: 101;
    text-align: left;
    background: #FFF;
    display: none;
    margin: 0;
    padding: 0;
}

.in_topbox .menu li .nav a {
    display: block;
    width: 100%;
    height: 30px;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.in_topbox .menu li .nav a:hover {
    background: #18a4c7;
    color: #FFF;
    font-weight: normal;
    transform: translateX(0px);
}

.in_topbox .menu li .nav a:after {
    display: none;
}

.f32 {
    font-size: .32rem;
}

.f28 {
    font-size: .28rem;
}

.f26 {
    font-size: .26rem;
}

.f24 {
    font-size: .24rem;
}

.f22 {
    font-size: .22rem;
}

.f20 {
    font-size: .2rem;
}

.f18 {
    font-size: .18rem;
}

.f16 {
    font-size: 16px;
}

.main_top {
    position: absolute;
    top: .38rem;
    left: 0px;
    z-index: 2;
    width: 100%;
}

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

.main_top .main_w .top_list a {
    color: #333333;
    font-size: 18px;
}

.main_top .main_w .top_list li.sel {
    position: relative;
    padding-bottom: .14rem;
}

.main_top .main_w .top_list li.sel::after {
    width: .3rem;
    height: .04rem;
    background: #f3a03e;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - .15rem);
    bottom: 0px;
    border-radius: 5px;
}

.main_top .main_w .top_list ul {
    display: flex;
    gap: .5rem;
}

.main_top .main_w .top_right {
    display: flex;
    justify-content: space-between;
    gap: .16rem;
    align-items: center;
}

.main_top .main_w .top_right .tel {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/tel.png) no-repeat left top 2px;
    padding-left: 18px;
    line-height: 1;
}

.main_top .main_w .top_right .top_search {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: bold;
    font-size: 18px;
    color: #f9aa4c;
    position: relative;
    padding-left: 10px;
}

.main_top .main_w .top_right .top_search::after {
    position: absolute;
    left: 0px;
    top: calc(50% - 6px);
    width: 1px;
    height: 12px;
    background: #d1d4d6;
    display: block;
    content: "";
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.x_hhh {
    position: relative;
}

/* .x_hhh .swiper-paginationx {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 0.6rem;
            position:absolute;
            left:0px;bottom:0.56rem;z-index:2;
            width:100%;
        }
    
        .x_hhh .swiper-container {
            width: 24px;
            height: 24px;
            margin: 0 0px;
            position: relative;
        }
    
        .x_hhh .progress-circle {
            width: 100%;
            height: 100%;
            fill: none;
            stroke: #fff;
            stroke-width: 2;
            stroke-dasharray: 70;
            stroke-dashoffset: 70;
            transform: rotate(-90deg);
            transform-origin: 50% 50%;
            transition: stroke-dashoffset 0.5s ease;
        }
        .progress-container{
            width: 24px;
            height: 24px;
        }
        .x_hhh .swiper-pagination-bullet{width:24px;height:24px;background:url(../images/dd1.png) no-repeat center;}
        .x_hhh .swiper-pagination-bullet-active{background:url(../images/dd2.png) no-repeat center;}
        .x_hhh .swiper-pagination-bullet-active .progress-circle{animation: 5s linear 0s 1 normal forwards running fill-progress;}
        @keyframes fill-progress {
            0% {
                stroke-dashoffset: 70;
            }
            100% {
                stroke-dashoffset: 0;
            }
        } */
.main {
    width: 100%;
    overflow: hidden;
}

.main_w {
    max-width: 1680px;
    margin: 0 auto;
    padding-left: .4rem;
    padding-right: .4rem;
}

.header .main_w {
    display: grid;
    grid-template-columns: auto 3.7rem;
    align-items: center;
}

.header .main_w .logo img {
    width: 12rem;
}

.header .main_w .search {
    overflow: hidden;
    grid-template-columns: auto .8rem;
    display: grid;
    align-items: center;
    background: #ededed;
    border-radius: 50px;
    height: .67rem;
}

.header .main_w .search input {
    height: 100%;
    border: 0;
    background: none;
    padding: 0 .34rem;
    width: calc(100% - .68rem);
    font-size: 16px;
}

.header .main_w .search input::placeholder {
    color: #b8b8b8;
}

.header .main_w .search .button {
    text-align: center
}

.header .main_w .search .button img {
    width: 0.27rem;
    cursor: pointer;
}

.menuPC {
    width: 100%;
    background: #489ca4;
}

.menuPC .nav>ul {
    display: flex;
    flex-wrap: wrap;
}

.menuPC .nav>ul>li {
    position: relative;
}

.menuPC .nav>ul>li>a {
    height: 0.78rem;
    line-height: 0.78rem;
    text-align: center;
    width: 1.76rem;
    display: block;
}

.menuPC .nav>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.menuPC .nav>ul>li:hover>a {
    background: #378e96;
}

.menuPC .nav>ul>li.sel>a {
    background: #378e96;
}

.menuPC .nav>ul>li div {
    position: absolute;
    left: 50%;
    top: 100%;
    /* padding-top:19px; */
    width: 100%;
    display: none;
    transform: translateX(-50%);
    z-index: 3;
    /* background: #489ca4; */
}

.menuPC .nav>ul>li ul {
    background: #489ca4;
    overflow: hidden;
    font-size: 14px;
    /* width:104px; */
    text-align: center;
    /* border-top:4px #dc8b03 solid; */
    /* border-radius:5px; */
    width: 100%;
}

.menuPC .nav>ul>li ul li {
    line-height: 1.2;
}

.menuPC .nav>ul>li ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: .2rem;
}

.menuPC .nav>ul>li ul li a:hover {
    background: #378e96;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-pagination {
    z-index: 4;
    right: auto;
    width: 100%;
    text-align: center;
    bottom: .3rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: url(../images/d1.png) no-repeat center;
    margin: 0 8px;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/d2.png) no-repeat center;
}

.sub-banner {
    overflow: hidden;
    margin-top: .5rem;
    position: relative;
}

.sub-banner img {
    vertical-align: bottom;
}

.sub-banner .c_kleft {
    position: absolute;
    left: 0px;
    top: calc(50% - 0.43rem);
    background: url(../images/t2.png) no-repeat left center;
    z-index: 3;
    display: block;
    width: 0.38rem;
    height: 0.86rem;
    transform: rotate(180deg);
    background-size: .38rem auto;
}

.sub-banner .c_kleft:hover {
    background-image: url(../images/t1.png);
    transform: rotate(0deg);
}

.sub-banner .c_kright {
    position: absolute;
    right: 0px;
    top: calc(50% - 0.43rem);
    background: url(../images/t2.png) no-repeat left center;
    z-index: 3;
    display: block;
    width: 0.38rem;
    height: 0.86rem;
    transform: rotate(0deg);
    background-size: .38rem auto;
}

.sub-banner .c_kright:hover {
    background-image: url(../images/t1.png);
    transform: rotate(180deg);
}

.a_wap {
    display: none;
}

.news-section {
    width: 100%;
    overflow: hidden;
    background: url(../images/indesx_02.jpg) no-repeat left center;
    background-size: cover;
    margin-top: .52rem;
    position: relative;
    min-height: 9.28rem;
    z-index: 1;
}

.news-section .main_w {
    position: relative;
}

.lunlo {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 56% auto;
    padding: .56rem 0;
}

.news-section .after {
    position: absolute;
    right: 47%;
    bottom: .6rem;
    background: url(../images/t-1.jpg) no-repeat center;
    display: block;
    content: "";
    width: 10.2rem;
    height: 6.17rem;
    z-index: -1;
}

.lunlo .news-left {
    overflow: hidden;
}

.lunlo .news-left li {
    position: relative;
    padding-top: 0.5rem;
}

.lunlo .news-left .news-date {
    text-align: center;
    background: #41959f;
    color: #fff;
    padding: 0.2rem;
    display: inline-block;
    position: absolute;
    left: 0.2rem;
    top: 0px;
}

.lunlo .news-left .news-date font {
    font-size: .34rem;
    font-weight: bold;
}

.lunlo .news-left .news-date p {
    font-size: 16px;
}

.lunlo .news-left img {
    vertical-align: bottom;
}

.lunlo .news-left .news-title {
    color: #ffffff;
    font-size: .22rem;
    font-weight: bold;
    padding-top: .2rem;
    max-width: 6.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunlo .news-left .news-p {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 1.42;
    padding-top: .11rem;
    max-width: 6.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_swiper {
    position: relative;
    padding-bottom: .45rem;
}

.news_swiper .lie {
    position: absolute;
    right: .8rem;
    bottom: 0px;
    z-index: 3;
    display: grid;
    align-items: center;
    gap: .2rem;
    grid-template-columns: 0.14rem auto 0.14rem;
}

.news_swiper .lie .new_kleft {
    background: url(../images/s1.png) no-repeat left center;
    z-index: 3;
    display: block;
    width: 0.14rem;
    height: 0.28rem;
    background-size: .14rem .28rem;
}

.news_swiper .lie .new_kleft:hover {
    background: url(../images/s2.png) no-repeat left center;
    transform: rotate(180deg);
    background-size: .14rem .28rem !important;
}

.news_swiper .lie .new_kright {
    background: url(../images/s1.png) no-repeat left center;
    z-index: 3;
    display: block;
    width: 0.14rem;
    height: 0.28rem;
    background-size: .14rem .28rem;
    transform: rotate(180deg);
}

.news_swiper .lie .new_kright:hover {
    background: url(../images/s2.png) no-repeat left center;
    transform: rotate(0deg);
    background-size: .14rem .28rem !important;
}

.news_swiper .lie .swiper-paginations .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url(../images/s3.png) no-repeat center;
    margin: 0 7px;
    opacity: 1;
}

.news_swiper .lie .swiper-paginations .swiper-pagination-bullet-active {
    background: url(../images/s4.png) no-repeat center;
}

.news-right {
    padding-top: .5rem;
    overflow: hidden;
}

.news-right .h3 {
    font-size: .32rem;
    font-weight: bold;
    padding-left: .4rem;
}

.news-right .news-list {
    padding-top: .3rem;
    position: relative;
    z-index: 3;
}

.news-right .news-list li {
    overflow: hidden;
    width: 100%;
}

.news-right .news-list li a {
    display: block;
    overflow: hidden;
    width: 100%;
}

.news-right .news-list .d1 {
    line-height: 1rem;
    border-bottom: 1px solid #a8babd;
    margin-left: .38rem;
}

.news-right .news-list .d1 p {
    float: right;
    font-size: 16px;
    color: #666666;
    padding-right: 5px;
    white-space: nowrap;
    padding-left: 5px;
}

.news-right .news-list .d1 font {
    font-size: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news-right .news-list .d2 {
    display: none;
}

.news-right .news-list li.active .d2 {
    display: block;
}

.news-right .news-list li.active .d1 {
    display: none;
}

.news-right .news-list .d2 {
    padding: .25rem 0;
    padding-left: .38rem;
    background: url(../images/index_16.jpg);
    background-size: cover;
    padding-right: .4rem;
    color: #fff;
    overflow: hidden;
}

.news-right .news-list .d2 p {
    font-weight: bold;
    color: rgba(255,255,255,.5);
}

.news-right .news-list .d2 font {
    font-size: .22rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: .1rem 0;
    width: 100%;
}

.news-right .news-list .d2 div {
    display: -webkit-box;
    color: rgba(255,255,255,.5);
    line-height: 1.42;
    -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
    overflow: hidden;
}

.collab-network {
    width: 100%;
    overflow: hidden;
    padding-bottom: .68rem;
}

.collab-network .h2 {
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: .4rem;
    font-weight: bold;
    padding-top: .66rem;
    padding-bottom: .5rem;
}

.collab-network .collab-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .19rem;
}

.collab-network .collab-content .collab-col {
    overflow: hidden;
}

.collab-network .collab-content .collab-col .collab-item {
    overflow: hidden;
    background: url(../images/index_19.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 1.72rem;
    display: flex;
    align-items: center;
}

.collab-network .collab-content .collab-col .collab-item font {
    display: block;
    font-size: .3rem;
    font-weight: bold;
    margin-left: .38rem;
    padding-left: .42rem;
    color: #ffffff;
    background: url(../images/d-1.png) no-repeat left center;
    background-size: .28rem .33rem;
}

.collab-network .collab-content .collab-col .collab-list li a {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-top: .3rem;
    padding-bottom: .3rem;
    background: url(../images/s5.png) no-repeat right 0.25rem center;
    background-size: 0.13rem 0.23rem;
    font-size: 0.22rem;
    padding-left: .25rem;
}

.collab-network .collab-content .collab-col:nth-child(2) .collab-item {
    background-image: url(../images/index_21.jpg);
}

.support-platform {
    width: 100%;
    overflow: hidden;
    padding-top: .6rem;
    background: #f7f7f7;
    padding-bottom: .6rem;
}

.support-platform .h2 {
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
}

.support-platform .support-cards {
    padding-top: 1.15rem;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0 .2rem;
}

.support-platform .support-cards p {
    font-size: 18px;
    padding: .25rem 0;
    text-align: center;
}

.footer .log1 {
    width: 2.78rem;
}

.footer {
    width: 100%;
    /* overflow:hidden; */
    /* background:#333333; */
    background: linear-gradient( to right, #2d2d2d 0%, #2d2d2d 22.9%, #333333 22.9%, #333333 100% );
    padding-top: .75rem;
    color: #fff;
    padding-bottom: .2rem;
    /* min-height:4.25rem; */
}

.footer a {
    color: #fff;
}

.footer .main_w {
    display: grid;
    grid-template-columns: 2.7rem auto;
    gap: 1rem;
}

.footer .main_w .footer-nav {
    display: flex;
    justify-content: space-between;
    max-width: 1273px;
    min-height: 3.65rem;
}

.footer .main_w .footer-nav .h4 {
    font-size: 18px;
    font-weight: bold;
    background: url(../images/index_32.jpg) no-repeat left bottom;
    padding-bottom: .15rem;
}

.footer .main_w .footer-nav ul {
    font-size: 14px;
    line-height: 2.21;
    margin-top: .2rem;
}

.footer .main_w .footer-nav ul a {
    color: rgba(255,255,255,.5);
}

.log2 {
    margin: .4rem 0;
}

.footer .footer-qrcode {
    text-align: center;
}

.footer .footer-qrcode img {
    width: 1.8rem;
}

.footer .footer-qrcode p {
    padding-top: .2rem;
}

.copyright {
    text-align: center;
    background: #333333;
    color: #fff;
    line-height: .4rem;
    padding: .5rem 0;
}

.copyright a {
    color: #fff;
}

.zxgk {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 4.13rem;
    background: url(../images/01about_02.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.zxgk .title {
    overflow: hidden;
    color: #fff;
}

.zxgk .title font {
    font-size: .48rem;
    font-weight: bold;
}

.zxgk .title p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0.01rem;
    color: rgba(255,255,255,.5)
}

.zxgk .sbiao {
    position: absolute;
    left: calc(50% - 12px);
    bottom: 0.35rem;
}

.zxgk .sbiao img {
    width: .24rem;
}

.ny_menu {
    width: 100%;
    overflow: hidden;
}

.ny_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    min-height: .84rem;
}

.ny_menu li a {
    font-size: 16px;
}

.ny_menu li.sel a,.ny_menu li a:hover {
    color: #4599a2;
    font-weight: bold;
}

.zxjj {
    width: 100%;
    overflow: hidden;
    background: url(../images/01sb_02.jpg) no-repeat center;
    background-size: cover;
    padding-top: .84rem;
}

.zxjj .shan {
    display: grid;
    grid-template-columns: auto 6.65rem;
    gap: .31rem;
}

.zxjj .shan>div {
    overflow: hidden;
}

.zxjj .shan .blei {
    font-weight: bold;
    font-size: .4rem;
    padding: .4rem 0;
}

.zxjj .shan .bcont {
    overflow: auto;
    line-height: 2.43;
    font-size: 16px;
    max-height: 244px;
    padding-right: .35rem;
}

/* .gdt{
    scrollbar-width: thin; 
    scrollbar-color: #cca76a rgba(227,227,227,1); 
  } */
.gdt::-webkit-scrollbar {
    width: 7px;
    border-radius: 50px;
    overflow: hidden;
}

.gdt::-webkit-scrollbar-track {
    background: #d0d2d3;
    border-radius: 50px;
}

.gdt::-webkit-scrollbar-thumb {
    background: #40949e;
    border-radius: 50px;
}

.gdt::-webkit-scrollbar-thumb:hover {
    background: #40949e;
    border-radius: 50px;
}

.ny_menu {
    width: 100%;
    overflow: hidden;
}

.zxjj .xias {
    overflow: hidden;
    margin-top: .67rem;
    padding-bottom: .69rem;
}

.zxjj .xias ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .28rem;
}

.zxjj .xias li {
    overflow: hidden;
    background: url(../images/01about_09.jpg) no-repeat;
    background-size: cover;
    height: 1.6rem;
}

.zxjj .xias li a {
    background: url(../images/v4.png) no-repeat right .36rem center;
    display: flex;
    height: 100%;
    background-size: .4rem .21rem;
    align-items: center;
    padding-left: .43rem;
}

.zxjj .xias li a .ytdw {
    background: url(../images/v1.png) no-repeat left center;
    background-size: .98rem .98rem;
    padding-left: 1.25rem;
    height: .98rem;
    display: flex;
    align-items: center;
}

.zxjj .xias li a font {
    color: #ffffff;
    font-weight: bold;
    font-size: .24rem;
}

.zxjj .xias li a p {
    color: rgba(255,255,255,.5);
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
}

.zxjj .xias li:nth-child(2) a .ytdw {
    background-image: url(../images/v2.png);
}

.zxjj .xias li:nth-child(3) a .ytdw {
    background-image: url(../images/v3.png);
}

.zjjg {
    background: #f0f3fa;
    width: 100%;
    overflow: hidden;
}
.zjjg .list{overflow:hidden;}
.zjjg .title {
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    padding-top: .5rem;
    padding-bottom: .15rem;
}

.zjjg .conts {
    display: grid;
    grid-template-columns: 2.65rem auto;
    gap: .45rem;
    background: #4599a2;
    padding: .6rem;
    margin-top: 1.25rem;
}

.zjjg .conts>div {
    overflow: hidden;
}

.zjjg .conts .lfan {
    margin-top: -1.85rem;
    text-align: center;
}

.zjjg .conts .lfan font {
    color: #fefefe;
    font-size: .24rem;
    font-weight: bold;
    display: block;
    padding-top: .2rem;
    padding-bottom: .1rem;
}

.zjjg .conts .lfan p {
    font-size: 16px;
    color: rgba(255,255,255,.8);
}

.zjjg .conts .ncont {
    background: #fff;
    border-radius: 10px;
    padding: .4rem;
}

.zjjg .conts .ncont .fonts {
    color: #333333;
    font-size: .28rem;
}

.zjjg .conts .ncont .cont {
    font-size: 16px;
    line-height: 2.4375;
    padding-right: .26rem;
    margin-top: .26rem;
    padding-left: 0rem;
    max-height: 234px;
    overflow: auto;
}

.diyijie {
    background: #f0f3fa;
    width: 100%;
    overflow: hidden;
}

.diyijie .titles {
    font-size: .28rem;
    font-size: .39rem;
    text-align: center;
    padding-top: .6rem;
    padding-bottom: .4rem;
}

.diyijie .list {
    width: 100%;
    overflow: hidden;
}

.diyijie .list li {
    text-align: center;
}

.diyijie .list li a {
    background: #d7e3e4;
    display: block;
    border-radius: 20px;
    margin-top: .85rem;
    padding: 0 0.1rem;
    padding-bottom: .4rem;
}

.diyijie .list li .d1 {
    overflow: hidden;
    padding: 0.15rem;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-top: -.85rem;
}

.diyijie .list li .d1 img {
    border-radius: 50%;
}

.diyijie .list li .d2 {
    overflow: hidden;
    background: url(../images/ds1.png) no-repeat center bottom;
    padding-bottom: .19rem;
    margin-bottom: .12rem;
}

.diyijie .list li .d2 font {
    color: #333333;
    font-size: .24rem;
    padding-top: .12rem;
    display: block;
}

.diyijie .list li .d2 p {
    color: #333333;
    font-size: .18rem;
    padding-top: .1rem;
}

.diyijie .list li .d3 {
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(51,51,51,.5)
}

.swiper-pagination3 {
    overflow: hidden;
    text-align: center;
    padding-top: .4rem;
    padding-bottom: .5rem;
}

.swiper-pagination3 .swiper-pagination-bullet {
    background: #d7e3e4;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    opacity: 1;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
    background: #4599a2;
}

.wanj {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    margin-bottom: .8rem;
    padding: 0 .2rem;
}

.wanj .zzjg {
    text-align: center;
    color: #333333;
    font-size: .28rem;
    font-weight: bold;
    padding-top: .4rem;
    padding-bottom: .3rem;
}

.wanj .cont {
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 1.9375;
    max-width: 1060px;
    margin: 0 auto;
}

.wanj .imgs {
    padding-top: .8rem;
    text-align: center;
    padding-bottom: .8rem;
}

.nBan {
    background-image: url(../images/news5_02.jpg);
}

.xtcx {
    background-image: url(../images/05zklm_02.jpg);
}

.news_main {
    width: 100%;
    overflow: hidden;
    padding-top: .72rem;
    padding-bottom: .95rem;
    background: #f0f3fa;
}

.about_main {
    width: 100%;
    overflow: hidden;
    background: #f0f3fa;
    line-height: 2;
    padding: .4rem 0;
    min-height: 400px;
    padding-top: .6rem;
}

.featured-news {
    overflow: hidden;
    position: relative;
    margin-bottom: .3rem;
}

.featured-news .swiper-pagination-news {
    position: absolute;
    right: calc(55% + 20px);
    bottom: 20px;
    z-index: 3;
    left: auto;
    width: auto;
}

.featured-news a {
    display: grid;
    grid-template-columns: 45% auto;
    gap: .4rem;
    background: #f0f3fa;
}

.featured-news a>div {
    overflow: hidden;
}

.featured-news a .featured-text .date {
    width: 121px;
    height: 34px;
    color: #fff;
    font-size: 16px;
    background: #41959f;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-top: .35rem;
}

.featured-news a .featured-text font {
    color: #333333;
    font-size: .22rem;
    font-weight: bold;
    padding-top: 0.15rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.featured-news a .featured-text p {
    line-height: 2;
    color: rgba(51,51,51,.5);
    padding-top: .2rem;
    min-height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-news a .featured-text div {
    background: #40949e url(../images/news-1.png) no-repeat right 0.3rem center;
    display: inline-block;
    width: 1.88rem;
    height: .66rem;
    color: #fff;
    border-radius: 50px;
    line-height: .66rem;
    padding-left: .3rem;
    margin-top: .2rem;
}

.featured-news .swiper-pagination-clickable .swiper-pagination-bullet {
    background: url(../images/s3.png) no-repeat center;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.featured-news .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-image: url(../images/s4.png);
}

.news_main .news-list {
    overflow: hidden;
    width: 100%;
    margin-top: .38rem;
    display: grid;
    gap: .3rem;
}

.news_main .news-list li {
    background: #ffffff;
    padding: .2rem;
    overflow: hidden;
}

.news_main .news-list li a {
    display: grid;
    grid-template-columns: 2.05rem auto;
    gap: .25rem;
    padding-right: 1.6rem;
    background: url(../images/news-4.png) no-repeat right .4rem center;
    background-size: .24rem auto;
    align-items: center;
}

.news_main .news-list li a>div {
    overflow: hidden;
}

.news_main .news-list li a .news-text div {
    color: #333333;
    font-size: .22rem;
    font-weight: bold;
    padding-bottom: .1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news_main .news-list li a .news-text p {
    color: rgba(51,51,51,.5);
    line-height: 1.42;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 1094px;
}

.news_main .news-list li a .news-text .date {
    color: #c5c5c5;
    margin-top: .14rem;
    display: block;
    background: url(../images/news3.png) no-repeat left center;
    padding-left: 23px;
}

.news_main .news-list {
    margin-top: 0px;
}

.news_main .news-list2 li a {
    grid-template-columns: 96px auto;
}

.news_main .news-list2 li a .news-date {
    width: 96px;
    height: 96px;
    background: #41959f;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.news_main .news-list2 li a .news-date font {
    color: #fff;
    font-size: .34rem;
}

.news_main .news-list2 li a .news-date div {
    color: #fff;
    font-size: 16px;
}

.download {
    width: 100%;
    overflow: hidden;
    background: #f0f3fa;
}

.download ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .2rem;
}

.download li {
    background: #fff url(../images/download.png) no-repeat left .25rem center;
    padding: .17rem .25rem;
    background-size: .59rem auto;
    height: 0.6rem;
    display: grid;
    align-items: center;
    overflow: hidden;
}

.download li a {
    padding-left: .83rem;
    display: block;
    overflow: hidden;
    line-height: .4rem;
}

.download li a p {
    float: right;
    color: #666666;
    padding-left: .2rem;
}

.download li a div {
    font-size: .2rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jsfklm .box {
    background: #fff;
    display: grid;
    grid-template-columns: auto;
    /* margin-bottom: .3rem; */
}
.jsfklm .title{
    padding-top:.4rem;
    background:#fff;
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
}
.jsfklm .clear_both{background:#fff;}
.jsfklm .clear_both .flickr{margin: .6rem 0;margin-top:.2rem}
.jsfklm .box>div {
    overflow: hidden;
}

.jsfklm .box .bLef {
    background: url(../images/05zklm_05.jpg) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    /*min-height:4.02rem;*/
    padding: .4rem 0;
    display: none;
}

.jsfklm .box .bLef font {
    font-size: .4rem;
    font-weight: bold;
    max-width: 0.4rem;
    color: #fff;
}

.jsfklm .box .bRig {
    padding: .4rem;
    overflow: hidden;
}

.jsfklm .box .bRig ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: .2rem .2rem;
}

.jsfklm .box .bRig li {
    background: #f0f3fa;
    padding: .15rem;
    overflow: hidden;
    font-size: 15px;
}

.jsfklm #bllm .bLef {
    background-image: url(../images/05zklm_08.jpg);
}

.jsfklm #bllm .bLef font {
    /* font-size: .3rem; max-width: .9rem;*/
    letter-spacing: 5px;
}

.jsfklm #tssjlm .bLef {
    background-image: url(../images/05zklm_10.jpg);
}

.tp_list {
    align-items: center;
    display: flex;
}

.tp_list img {
    object-fit: cover;
    height: 100%;
}

.filter-area {
    display: flex;
    justify-content: center;
    gap: .54rem;
    align-items: center;
    flex-wrap: wrap;
}

.search-province {
    background: #ffffff;
    max-width: 3.52rem;
    border-radius: 50px;
}

.select-province .el-cascader input {
    cursor: pointer;
    background: url(../images/k1.png) no-repeat center;
    background-size: 3rem .81rem;
    height: .81rem;
    border: 0px;
    font-size: .24rem;
    width: 3rem;
    color: #ffffff !important;
    padding-left: .31rem
}

.select-province .el-cascader input::placeholder {
    color: #ffffff !important;
}

.select-province .el-input__suffix {
    display: none;
}

.select-province .el-input {
    position: relative;
}

.select-province .el-input::after {
    position: absolute;
    right: .38rem;
    top: calc(50% - .06rem);
    z-index: 3;
    content: "";
    width: .22rem;
    height: .12rem;
    background: url(../images/k2.png) no-repeat right center;
    background-size: .22rem auto;
}

/* 
  .custom-select {
    position: relative;
  }
  
  .custom-select {
    cursor: pointer;
    background:url(../images/k1.png) no-repeat center;
    background-size:3rem .81rem;
    width:3rem;
  }
  .select-trigger{
    display:flex;color:#ffffff;align-items: center;
    font-size:.24rem;
    height:.81rem;
    padding-left:.31rem;
    background:url(../images/k2.png) no-repeat right .38rem center;
    background-size:.22rem auto;
}
  
  .select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    display: none; 
    z-index: 10;
  }
  
  .select-option {
    padding: 16px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  
  .select-option:hover {
    background-color: #f5f5f5;
  }
  
  .custom-select.active .select-options {
    display: block;
  } */
.filter-area .search-province {
    background: #ffffff;
    display: grid;
    grid-template-columns: auto .62rem;
    align-items: center;
}

.filter-area .search-province input {
    border: 0px;
    background: none;
    width: calc(100% - .6rem);
    padding: 0 .3rem;
    height: 100%;
    height: .81rem;
}

.filter-area .search-province .submit {
    display: flex;
    align-items: center;
    color: #b8b8b8;
    font-size: 16px;
    overflow: hidden;
}

.filter-area .search-province .submit img {
    width: .27rem;
    cursor: pointer;
}

.filter-area .search-province input::placeholder {
    color: #b8b8b8;
    font-size: 16px;
}

.hospital-list {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .18rem;
    margin-top: .83rem;
}

.hospital-list .hospital-item {
    background: #fff;
    padding: .34rem;
    display: grid;
    grid-template-columns: 1.62rem auto;
    gap: .5rem;
    overflow: hidden;
}

.hospital-list .hospital-item .hospital-info {
    margin-top: .2rem;
}

.hospital-list .hospital-item .hospital-info font {
    font-size: .22rem;
}

.hospital-list .hospital-item .hospital-info p {
    margin-top: .2rem;
    line-height: 1.85;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.ejlm {
    width: 100%;
    overflow: hidden;
    background: #f0f3fa;
    padding-top: .35rem;
    font-size: 16px;
}

.ejlm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .2rem .65rem;
}

.ejlm li a:hover, .ejlm li.sel a {
    color: #4397a1;
    font-weight: bold;
}

.gcpban {
    background-image: url(../images/07zkjs_02.jpg);
}

.boxzs {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto;
    gap: .5rem;
}

.boxzs .item {
    display: grid;
    grid-template-columns: 8.91rem auto;
    background: #fff;
}

.boxzs .item>div {
    overflow: hidden;
}

.boxzs .item img {
    vertical-align: bottom;
    height: 100%;
    object-fit: cover;
}

.boxzs .item .ybin {
    padding: .4rem .65rem;
    padding-top: .8rem;
}

.boxzs .item .ybin .a1 {
    font-size: .32rem;
}

.boxzs .item .ybin .a2 {
    width: .64rem;
    height: 3px;
    background: #40949e;
    margin: .25rem 0;
}

.boxzs .item .ybin .a3 {
    font-size: 16px;
    line-height: 2.25;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
    -webkit-box-orient: vertical;
}

.boxzs .item .ybin .a4 {
    margin-top: .6rem;
    width: 2.2rem;
    height: .65rem;
    background: #40949e;
    border-radius: 50px;
    line-height: .65rem;
}

.boxzs .item .ybin .a4 a {
    color: #fff;
    padding-left: .3rem;
    display: block;
    background: url(../images/jt1.png) no-repeat right .3rem center;
    background-size: .22rem auto;
}

.boxzs .item:nth-child(2n) {
    grid-template-columns: auto 8.91rem;
}

.boxzs .item:nth-child(2n)>div:nth-child(1) {
    order: 1;
}

.zk_show {
    background: #dde6e7;
    padding: .5rem 0;
    overflow: hidden;
}

.zk_show .rquan {
    display: grid;
    grid-template-columns: 8.91rem auto;
    gap: .6rem;
}

.zk_show .rquan>div {
    overflow: hidden;
}

.zk_show .rquan .a2 .bnzzk {
    font-weight: bold;
    font-size: .32rem;
    overflow: hidden;
    padding-top: .3rem;
}

.zk_show .rquan .a2 .bnzzk_di {
    width: .64rem;
    height: 3px;
    background: #40949e;
    margin-top: .26rem;
}

.zk_show .rquan .a2 .contents {
    overflow: auto;
    max-height: 4rem;
    line-height: 2.25;
    font-size: 16px;
    margin-top: .25rem;
    padding-right: .6rem;
}

.zk_show .rquan .a2 .contents::-webkit-scrollbar-track {
    background: #bbd2d6;
    border-radius: 50px;
}

.zk_show .rquan .a2 .contents::-webkit-scrollbar-thumb {
    background: #318391;
    border-radius: 50px;
}

.zk_show .rquan .a2 .contents::-webkit-scrollbar-thumb:hover {
    background: #318391;
    border-radius: 50px;
}

.zdzj {
    width: 100%;
    overflow: hidden;
    background: #f0f3fa;
    padding-bottom: .75rem;
}

.zdzj .title {
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.zdzj .list {
    overflow: hidden;
}

.zdzj .list li a {
    background: #fff;
    padding: .33rem;
    text-align: center;
    overflow: hidden;
    display: block;
}

.zdzj .list li p {
    font-size: .2rem;
    font-weight: bold;
    padding-top: .2rem;
}

.zdzj .swiper-pagination {
    overflow: hidden;
    text-align: center;
    padding-top: .5rem;
    width: 100%;
    position: relative;
}

.zdzj .swiper-pagination .swiper-pagination-bullet {
    background: #d1d1d1;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    opacity: 1;
}

.zdzj .swiper-pagination .swiper-pagination-bullet-active {
    background: #3f929d;
}

.ptsd {
    width: 100%;
    overflow: hidden;
}

.ptsd .k1 {
    background: #dfeaf1;
}

.ptsd .title {
    text-align: center;
    overflow: hidden;
    padding: .5rem 0;
    font-size: .4rem;
    font-weight: bold;
}

.ptsd .k1 .c_l1 {
    display: grid;
    grid-template-columns: auto 8.4rem;
    gap: .55rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.ptsd .k1 .c_l1 .c_l1_left {
    font-size: 16px;
    line-height: 2.43;
    overflow: auto;
    max-height: 3.69rem;
    padding-right: .52rem;
}

.ptsd .k2 {
    background: #f0f3fa;
}

.ptsd .k2 .list {
    overflow: hidden;
    padding-bottom: .7rem;
}

.ptsd .k2 .list ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .4rem;
}

.ptsd .k2 .list li {
    background: url(../images/10_06.png) no-repeat center center;
    padding: .3rem;
    padding-bottom: .4rem;
    overflow: hidden;
    background-size: cover;
}

.ptsd .k2 .list li:nth-child(2) {
    background-image: url(../images/10_07.jpg);
}

.ptsd .k2 .list li:nth-child(3) {
    background-image: url(../images/10_09.jpg);
}

.ptsd .k2 .list li:nth-child(4) {
    background-image: url(../images/10_11.jpg);
}

.ptsd .k2 .list li .t1 {
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: .1rem;
}

.ptsd .k2 .list li .t1::after {
    width: .46rem;
    height: 3px;
    background: #fff;
    display: block;
    content: "";
    margin: .3rem auto;
}

.ptsd .k2 .list li .t2 {
    font-size: 16px;
    line-height: 2.43;
    color: #fff;
}

.ptsd .k2 .list li .t3 {
    color: #fff;
    font-size: .2rem;
    line-height: 2.45;
}

.ptsd .k2 .list li .t3 .item {
    background: url(../images/qq.png) no-repeat left center;
    padding-left: .17rem;
}

.ptsd .k2 .list li .t4 {
    font-size: 16px;
    line-height: 2.4;
    text-align: center;
    color: #ffffff;
}

.ptsd .k2 .list li .t4 .quan {
    margin: 0 auto;
    display: grid;
    gap: .13rem;
    max-width: 250px;
}

.ptsd .k2 .list li .t4 .item {
    height: .52rem;
    border: 1px solid #cccbeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ptsd .k2 .list li .t5 {
    font-size: .2rem;
    color: #fff;
    line-height: 1.6;
}

.ptsd .k2 .list li .t5 .item {
    margin-bottom: .3rem;
    background: url(../images/qd.png) no-repeat left top 12px;
    padding-left: 20px;
}

.ptsd .k3 {
    background: url(../images/10_20.png) no-repeat center bottom #f0f3fa;
    background-size: 100% auto;
    padding-bottom: .5rem;
}

.ptsd .k4 {
    background: #f0f3fa;
    padding-bottom: .4rem;
    position: relative;
}

.ptsd .k4 .list {
    overflow: hidden;
    height: 345px;
}

.ptsd .k4 .list li a {
    display: block;
    background: #ffffff;
    border: 1px solid #aed0d8;
    padding: .19rem;
    height: 100%;
    box-sizing: border-box;
}

.ptsd .k4 .list li a div {
    font-size: 16px;
    background: url(../images/10_22.jpg) no-repeat left top 9px;
    padding-left: .23rem;
}

.ptsd .k4 .list li a div font {
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.ptsd .k4 .list li a div p {
    color: #adadad;
    font-size: 16px;
    margin-top: .15rem;
    background: url(../images/10_26.jpg) no-repeat left center;
    padding-left: 18px;
}

.ptsd .k4 .swiper-pagination {
    overflow: hidden;
    text-align: center;
    padding-top: .5rem;
    width: 100%;
    position: relative;
}

.ptsd .k4 .swiper-pagination .swiper-pagination-bullet {
    background: #d1d1d1;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    opacity: 1;
}

.ptsd .k4 .swiper-pagination .swiper-pagination-bullet-active {
    background: #3f929d;
}

.ptsd .k5 {
    width: 100%;
    overflow: hidden;
    background: #f0f3fa;
    position: relative;
}

.ptsd .k5 .list {
    overflow: hidden;
}

.ptsd .k5 .swiper-pagination {
    overflow: hidden;
    text-align: center;
    padding-top: .5rem;
    width: 100%;
    position: relative;
    padding-bottom: .5rem;
    display: block !important;
}

.ptsd .k5 .swiper-pagination .swiper-pagination-bullet {
    background: #d1d1d1;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    opacity: 1;
}

.ptsd .k5 .swiper-pagination .swiper-pagination-bullet-active {
    background: #3f929d;
}

.ywlcsy {
    width: 100%;
    overflow: hidden;
    padding-top: .5rem;
    background: #f0f3fa;
    padding-bottom: .5rem;
}

.jgjs {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .48rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.jgjs>div {
    overflow: hidden;
}

.jgjs .title font {
    font-size: .36rem;
    font-weight: bold;
}

.jgjs .titles font {
    font-size: .24rem;
    font-weight: bold;
    display: block;
    padding-top: .3rem;
}

.jgjs .titles p {
    font-size: 16px;
    color: rgba(51, 51, 51, .6);
    padding-top: .05rem;
}

.jgjs .conts {
    max-height: 3.25rem;
    overflow: auto;
    font-size: 16px;
    line-height: 2.3;
    margin-top: .2rem;
    padding-right: .4rem;
}

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

.jgjs .j_right .title p a {
    font-size: 16px;
    color: #666666;
}

.jgjs .j_right .list {
    padding-top: .4rem;
}

.jgjs .j_right .list ul {
    display: grid;
    grid-template-columns: auto;
    gap: 7px;
}

.jgjs .j_right .list li {
    overflow: hidden;
    background: #ffffff;
    padding: .2rem;
}

.jgjs .j_right .list li a {
    display: grid;
    grid-template-columns: 64px auto;
    gap: .2rem;
    align-items: center;
}

.jgjs .j_right .list li a>div {
    overflow: hidden;
    background: #40949e;
    text-align: center;
    padding: 0.1rem 0;
}

.jgjs .j_right .list li a>div font {
    color: #fff;
    font-size: .22rem;
}

.jgjs .j_right .list li a>div p {
    color: #fff;
    font-size: 12px;
}

.jgjs .j_right .list li a>p {
    font-size: .18rem;
}

.ywlcsy .pictures {
    overflow: hidden;
    background: url(../images/yuan.png) no-repeat right bottom;
    background-size: auto 3.06rem;
    padding-bottom: .92rem;
}

.ywlcsy .pictures ul {
    display: flex;
    gap: .3rem;
}

.ywlcsy .zzjg {
    overflow: hidden;
    padding-bottom: .4rem;
}

.ywlcsy .zzjg .title {
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
    padding-top: .5rem;
}

.ywlcsy .zzjg .pimg {
    text-align: center;
    padding-top: .4rem;
}

.xmglb {
    width: 100%;
    overflow: hidden;
}

.xmglb .xm_1 {
    overflow: hidden;
    background: #dfeaf1;
}

.xmglb .title {
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    padding: .55rem 0;
}

.xmglb .xm_1 .listimg {
    display: grid;
    grid-template-columns: 7.23rem auto;
    gap: .48rem;
    padding-bottom: 1rem;
    overflow: hidden;
    align-items: center;
}

.xmglb .xm_1 .listimg .jshao {
    font-size: 16px;
    line-height: 2.43;
    max-height: 2.4rem;
    overflow: auto;
    padding-right: .6rem;
}

.xmglb .xm_2 {
    overflow: hidden;
    background: #f0f3fa;
}

.xmglb .xm_2 .gkuan {
    max-width: 1156px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 0 auto;
    padding-bottom: .45rem;
}

.xmglb .xm_2 .title {
    padding: .3rem 0;
    padding-top: .5rem;
}

.xmglb .xm_3 {
    overflow: hidden;
    background: #f0f3fa;
}

.xmglb .xm_3 .title {
    padding: .3rem 0;
    padding-top: .5rem;
}

.xmglb .xm_3 .gpis {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.xmglb .xm_3 .llsc {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.xmglb .xm_3 .more {
    text-align: center;
    padding-bottom: 1rem;
}

.xmglb .xm_3 .more img {
    width: 3.3rem;
}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}

.news_detail {
    width: 100%;
}

.news_detail .title {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: normal;
    text-align: center;
    color: #212121;
}

.news_detail .fbt {
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
}

.news_detail .time {
    padding: 10px 0px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
}

.news_detail .time span {
    color: #666666;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

.news_detail .news_content {
    line-height: 2em;
    padding: 0px 20px;
    padding-bottom: 20px;
    font-size: 16px;
    min-height: 350px;
}

.news_detail .news_content img {
    max-width: 100% !important;
    height: auto !important;
}

.news_detail .news_content video {
    /*width: 100% !important; height: 480px !important; */
}

.news_detail .pre_next {
    text-indent: 20px;
    line-height: 2em;
    color: #666666;
}

.news_detail .pn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #EDEFF1;
    padding: 30px 0;
    overflow: hidden;
}

.news_detail .pn .btn {
    display: inline-block;
    vertical-align: top;
    width: 166px;
    height: 39px;
    margin: 0px 20px;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    background: #E7E7E7;
    border-radius: 39px;
}

.news_detail .pn .btn:hover {
    background: #4599a2;
    color: #FFF;
}

.flickr {
    text-align: center;
    margin: .8rem 0;
    clear: both;
}

.flickr .numbtn, .flickr .pagebtn {
    border-radius: 50%;
}

.flickr .numbtn {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.49rem;
    color: #333333;
    font-size: 0.16rem;
    margin: 0rem 0.12rem;
}

.flickr .numbtn.current {
    background: #4599a2;
    color: #fff;
}

.flickr .pagebtn {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.49rem;
    vertical-align: top;
    background: url(../images/f1.png);
    background-size: cover;
    ; margin: 0rem 0.12rem;
    font-size: 0rem;
}

.flickr .lastbtn {
    position: relative;
    transform: rotate(180deg);
    font-size: 0.16rem;
}

.docPage {
    text-align: center;
    padding: .4rem 0px;
}

.docPage .btn-prev,.docPage .btn-next {
    border: 1px solid #fff;
    background: #fff !important;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    color: #333333!important;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 50px !important;
}

.docPage .el-pager li {
    border: 1px solid #fff;
    background: #fff !important;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    color: #333333!important;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 50px !important;
}

.docPage .el-pager li::before {
    line-height: .5rem;
}

.docPage .el-pager li.active {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    background: #4599a2 !important;
    border: 1px solid #4599a2;
    color: #fff!important;
    display: inline-block;
    box-sizing: border-box;
}

.ny_main {
    background: #f0f3fa;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.clear_both {
    background: #f0f3fa;
    width: 100%;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.about_js {
    overflow: hidden;
    background: #f0f3fa;
    padding-top: .6rem;
}

.about_js .jtnr {
    overflow: hidden;
    padding: .3rem .4rem .5rem .4rem;
    background: #fff;
}

.about_js .jtnr .title {
    font-size: .28rem;
    font-weight: bold;
    text-align: center;
}

.about_js .jtnr .content {
    font-size: 16px;
    line-height: 2.3;
    margin-top: .3rem;
}

.kxyj {
    width: 100%;
    overflow: hidden;
    background: #f0f3fa;
    padding-top: .45rem;
    padding-bottom: .25rem;
}

.kxyj .search-bar {
    background: #ffffff;
    overflow: hidden;
    display: block;
    max-width: 8.25rem ;
    height: .75rem;
    margin: 0 auto;
    border-radius: 50px;
    padding: 0.06rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto .63rem;
}

.kxyj .search-bar .ssou {
    background: #ffffff;
    border: 0px;
    padding-left: .37rem;
    font-size: 16px;
    color: #b8b8b8;
}

.kxyj .search-bar .suos {
    background: url(../images/cs-1.png);
    border: 0px;
    background-size: .63rem;
    cursor: pointer;
}

.kxyj .search-bar .ssou::placeholder {
    color: #b8b8b8;
}

.letter-index {
    background: #4599a2;
    margin-top: .44rem;
    padding: .3rem;
    overflow: hidden;
}

.letter-index ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.letter-index li.all {
    font-weight: bold;
    font-size: .18rem;
    font-weight: bold;
    color: #fff;
}

.letter-index li a {
    color: rgba(255,255,255,.5);
}

.letter-index li.cur a {
    color: #ffffff;
}

.researchers {
    display: grid;
    gap: .3rem;
    margin-top: .47rem;
    padding-bottom: .4rem;
}

.researchers .researcher-card {
    overflow: hidden;
    background: #fff;
    padding: .16rem;
    display: grid;
    grid-template-columns: 1.86rem auto;
    gap: .27rem;
}

.researchers .researcher-card>div {
    overflow: hidden;
}

.researchers .researcher-card .researcher-info .title {
    font-size: 0.18rem;
    color: #666666;
    display: flex;
    align-items: center;
    gap: .2rem;
    flex-wrap: wrap;
}

.researchers .researcher-card .researcher-info .title font {
    font-size: .32rem;
    color: #333;
}

.researchers .researcher-card .researcher-info .title div {
    display: flex;
    gap: .1rem;
}

.researchers .researcher-card .researcher-info .title div span {
    background: rgba(69,153,162,1);
    color: #fff;
    padding: .05rem .15rem;
    border-radius: 50px;
    font-size: 14px;
}

.researchers .researcher-card .researcher-info .desc {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    padding-top: .3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer .lkbox {
    margin: 23px 0 0 0;
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: #3c3c3c;
    position: relative;
    z-index: 1;
}

.footer .lkbox::after {
    transition: all 0.5s;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px #b2b2b2 solid;
    border-top: 0px;
    border-right: 0px;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 25px;
}

.footer .lkbox.cur::after {
    transition: all 0.5s;
    transform: translateY(-50%) rotate(135deg);
}

.footer .lkbox p {
    padding-left: 25px;
    font-size: 16px;
    color: #b7b7b7;
    cursor: pointer;
}

.footer .lkbox ul {
    position: absolute;
    left: 0;
    bottom: 51px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    right: 0px;
    display: none;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 5px; */
}

.footer .lkbox ul li {
    /* padding: 0px 10px; */
    background: #ffffff;
}

.footer .lkbox ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #333;
    overflow: hidden;
    /* border-bottom: 1px #ddd solid; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .lkbox ul li a:hover {
    background: #4397a0;
    color: #FFF;
}


.zd_bt{width:100%;text-align:center;font-size:26px;color:#333333;margin-top:.4rem;}
.xuhao{max-width:1105px;margin:0 auto;}
.btil{background:#4599a2;margin-top:30px;display:grid;grid-template-columns:1.69rem 2.62rem auto;padding:.28rem 0;padding-left:.7rem;color:#fff;font-size:20px;font-weight:bold;}
.xhao{
     max-height:570px;
     overflow:auto;
     padding-right:35px;
     margin-top:.1rem;
     counter-reset: list-counter;
     }
.xhao .item{background:#dfeaf1;margin-bottom:.1rem;display:grid;grid-template-columns:1.69rem 2.62rem auto;padding:.2rem 0;padding-left:.7rem;color:#333333;font-size:18px;font-weight:bold;counter-increment: list-counter;}

.xhao .item>div:nth-child(1)::after{content: counter(list-counter);}


.xhao::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
    border-radius: 10px; 
}


.xhao::-webkit-scrollbar-thumb {
    background-color: #4599a2;
    border-radius: 10px; 
    border: 0px solid transparent; 
    background-clip: content-box;
}

.xhao::-webkit-scrollbar-track {
    background: #dfeaf1; 
    border-radius: 10px; 
}

.zjjg .conts .ncont .cont::-webkit-scrollbar {
    width: 9px; 
    height: 9px; 
    border-radius: 10px; 
}


.zjjg .conts .ncont .cont::-webkit-scrollbar-thumb {
    background-color: #4599a2;
    border-radius: 10px; 
    border: 0px solid transparent; 
    background-clip: content-box;
}

.zjjg .conts .ncont .cont::-webkit-scrollbar-track {
    background: #dfeaf1; 
    border-radius: 10px; 
}