* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
    
}
p {
    margin-top: 0;
    margin-bottom: 0!important;
}
a{
    text-decoration: none;
}
h1{
    font-weight: bold;
}
/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}

/*主导航*/
.caidan0 .active a {
    color: #3178ff !important;
    font-weight: bold;
}
.mainLink a:hover{
    color: #3178ff!important;
}
#mainMenu{
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
    position: fixed;
    z-index: 999;
}

#mainMenu a{
    color: #000;
}

#mainMenu ul{
    list-style-type: none;
    height: 90%;
    float: inline-end;
}

#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
    margin-left: 18px;
}
#mainMenu ul i{
    padding-left: 30px;
    color: #3178ff;
}
#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

#mainMenu .caidan0 .secondMenu{
    position: absolute;
    left: -30px;
    top: 49px;
    background: #3178ff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}
#mainMenu .caidan0 .secondMenu a{
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #fff !important;
    line-height: 33px;
    padding: 0 30px;
}
#mainMenu .caidan0 .secondMenu a:hover{
   background-color: #256bee;
}

.mobile-li i.icon{
    display: none;
    }
.offcanvas-body .mobile-li a{
    display: flex;
    justify-content: space-between;
    }
.offcanvas-body .mobile-li i.icon{
    display: inline-block;
    }
.offcanvas-body .mobile-li>div{
    display: none ;
    }
.caidan0 {
    background-color: #fff;
    border-radius: 80px;
    margin-top: 15px;
    padding: 8px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#mainMenu ul li i {
    display: none;
}
.mini_top .caidan0{
    margin-top: 0;
}
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    height: max-content;
    /* border-radius: 100px; */
    border: none;
    margin-right: 6px;
    font-size: 16px;
    color: #999;
}
.btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: none;
}
.dropdown-toggle::after {
    margin-left: 0;
}    
#mainMenu .dropdown-menu{
    margin-top: 48px;
    --bs-dropdown-min-width: 8rem!important;
}
.yuyan {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 30px;
}
.yuyan:hover{
    color: #3178ff!important;
}
#mainMenu .logo {
    background-image: url(logo.jpg);
    background-position: 12px;
    background-repeat: no-repeat;
    transition: all .2s;
}

.mini_top .caidan0{
    background-color: #071027;
}
.mini_top{
    background-color: #071027;
}
.mini_top .caidan0 .mainLink a{
    color: #fff!important;
}
.mini_top .caidan0 .active .mainLink a{
    color: #3178ff!important;
}
.mini_top .caidan0 a:hover {
    color: #3178ff !important;
}
.mini_top .logo {
    background-image: url(logo.png) !important;
    background-position: 12px;
}

.carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0c2438 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}

#wz{
    margin-top: -180px;
    position: relative;
    z-index: 998;
    color: #fff;
}
#wz h1{
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    opacity: 0.6;
}
#wz p{
    color: #a1a1a1;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #5f6370;
    padding-right: 10px;
}

.a{
    font-weight: 300;
    display: block;
    float: inline-end;
    color: #071027;
    border-bottom: 2px solid #071027;
    margin-top: 18px;
    position: absolute;
    right: 15px;
    bottom: 3px;
}
.a:hover i{
    transform: rotate(45deg);
}
.a i{
    display: block;
    font-size: 12px;
    transition: all 0.4s ease;
    float: right;
    margin-left: 6px;
    margin-top: 3px;
}
.cgbt .an{
    font-weight: 300;
    color: #666;
}
.cgbt h2{
    padding-bottom: 5px;
    font-weight: 800;
}
.cgbt .col-12{
    position: relative;
}
.b{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
    background: linear-gradient(45deg, #2169f4, #b7d1fd);
}

#jianj{
    margin-top: 145px;
}
.jianj1{
    background: linear-gradient(45deg, #071027, #404e68);
    border-radius: 10px;
    color: #fff!important;
    margin-top: 35px;
}
.jianj1 .zuo{
    padding-left: 45px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jianj1 .zuo div h2{
 line-height: 34px;
 font-size: 26px;
}
.jianj1 .zuo div p{
    padding-top: 15px;
    color: #666;
    font-weight: 300;
    padding-bottom: 25px;
}
.jianj1 .zuo div span{
    display: block;
    font-weight: 300;
    padding-bottom: 3px;
}
.jianj1 .zuo div .qm p{
    float: left;
    padding-top: 36px;
}
.jianj1 .zuo div .qm img{
    float: left;
}
.jianj1 .zuo div .qm {
    margin-top: 20px;
}
.jianj1 .you img{
    display: block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}
.jianj1 .you {
    position: relative;
}
.jianj1 .you .bq{
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 10px 20px;
    background-color: rgba(43, 55, 80, 0.8);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    color: #999;
}

#cjqf{
    margin-top: 77px;
}
.cjqf0 a{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-top: 25px;
}
.cjqf0  a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #071027 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0) 70%);
    opacity: 0.5;
    z-index: 99;
}
.cjqf0 img {
    width: 100%;
    transition: all .3s ease-in-out;
    height: 100%;
}
.cjqf0 p{
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
    z-index: 99;
    font-size: 18px;
    transition: all 0.4s ease;
    font-weight: 300;
}
.cjqf0 a:hover img{
    transform: scale(1.1);
}

#huoy{
    margin-top: 78px;
    background-image: url(huoy.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 540px;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
}
#huoy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #071027 0%, rgba(7, 16, 39, 0.7) 25%, rgba(7, 16, 39, 0.2) 70%);
    z-index: 1;
}
#huoy .huoy0{
    z-index: 2;
}
#huoy .huoy0 p{
    padding-top: 14px;
    padding-bottom: 10px;
    font-weight: 300;
    opacity: 0.6;
}
#huoy .huoy0  span p{
    display: block;
    float: left;
    margin-right: 20px;
}
#huoy .huoy0  span{
    display: block;
    overflow: hidden;
}
#huoy .huoy0 a{
    position: static;
    float: left;
    color: #fff;
    border-bottom: 2px solid #fff;
}
#huoy H2{
    font-weight: 800;
}

#qic{
    background-color: #f5f7fa;
    background-image: url(qic.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 70px;
    padding-top: 70px;
}
#qic .a{
    bottom: 35px;
}

#hz{
    margin-top: 78px;
}
#hz .owl-carousel{
    width: 74%;
}
#hz .hz0 span{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #071027;
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 100px;
}
#hz .hz0 span i{
    font-size: 22px;
}
#hz .hz0 p{
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 15px;
    border-right: 1px solid #c4c4c5;
    font-weight: bold;
    padding-right: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}
#lb3 img{
    height: 45px;
    filter: grayscale(100%);
}
#lb3:hover img{
    filter: grayscale(0);
}
#xw{
    margin-top: 78px;
}
#xw img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
#xw .pictitle0{
    overflow: hidden;
    border-radius: 10px;
}
#xw img:hover{
    transform: scale(1.1);
}
#xw .pictitle{
    padding-left: 40px;
    position: relative;
}
#xw .pictitle p{
    padding-top: 30px;
    color: #071027;
    font-weight: 300;
}
#xw .pictitle h3{
    font-size: 25px;
    color: #071027;
    line-height: 28px;
    padding-top: 20px;
}
#xw .pictitle h6{
    color: #666;
    font-weight: 300;
    
    line-height: 20px;
}
#xw .pictitle h5{
    position: absolute;
    bottom: 25px;
    left: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}

#lx{
    border-radius: 10px;
    border: 1px solid #dee2e6;
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 60px;
    padding-right: 60px;
}
#lx img {
    display: block;
    float: left;
    transition: all 0.8s;
    margin-top: 2px;
    max-width: 100%;
}
#lx a:hover img {
    transform: rotateY(360deg);
}
#lx span {
    display: block;
    float: left;
    width: 62%;
    white-space: nowrap;
    margin-left: 3%;
}
.lxs{
    width: auto;
}
#lx h4 {
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
}
#lx p {
    color: #666666;
    font-weight: 300;
}
#di{
    background-color: #071027;
    padding: 30px 0;
    color: #9d9e9f;
    font-weight: 300px;
    margin-top: 40px;
}
#di .shang{
    cursor: pointer;
}

.banner {
    width: 100%;
            height: 400px;
            background-position: center center;
            color: #fff;
            display: flex;
            position: relative;
            align-items: flex-end;
            padding-bottom: 40px;
            background-size: cover;
            overflow: hidden;
}
.a1 {
    background-image: url(a1.jpg);
}
.a2 {
    background-image: url(a2.jpg);
}
.a3 {
    background-image: url(a3.jpg);
}
.a4 {
    background-image: url(a4.jpg);
}
.a5 {
    background-image: url(a5.jpg);
}
.a6 {
    background-image: url(a6.jpg);
}
.banner div {
    z-index: 998;
    animation: yidong 2s;
}	
@keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    } 
.banner div h3{
	font-size:30px;
	text-shadow: 0px 0px 0px #000;
    float: left;
    font-weight: bold;
	}
.banner div h3  p{
    font-weight: bold;
}  
.banner div h3  .navLink{font-family: 'mont1';font-weight: bold;}  
.banner div h5{
	font-size:14px;
	opacity:0.7;
    float: right;
    margin-top: 18px;
}
.banner div h5 a{
    color: #FFF;
    opacity:0.7;
}
.banner div h5 .nav{
	display: contents;
	color: #FFF;
	}			
.banner div h3 a{
	color:#fff;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(to top, #071027 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 90%);
    z-index: 1;
}
#pagemenu span{
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 8px;
    backdrop-filter: blur(5rem);
    display: inline-block;
    color: #fff;
    font-weight: 300;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    
}
#pagemenu {
    display: flex;
    justify-content: flex-end;
}
#pagemenu span:hover{
    
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}
#weizhi .nav{
    color: #666;
    display: contents;
    font-weight: 300;
}
#weizhi {
    color: #666;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 45px;
    font-size: 14px;
}

#nr strong{
    font-size: 18px;
    color: #071027;
    font-weight: bold;
}
#nr{
    color: #666;
    font-weight: 300;
}
#nr p{
    font-weight: 300;
    line-height: 26px;

}
#nr .chunge img{
    display: block;
    border-radius: 10px;
}
#nr .jianj1{
    background-image: url(chunge.jpg);
    background-size: cover;
    position: relative;
    min-height: 510px;
}
#nr .jianj1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #071027 0%, rgba(7, 16, 39, 0.7) 25%, rgba(7, 16, 39, 0.2) 70%);
    z-index: 1;
    border-radius: 10px;
}
#nr .jianj1 .zuo{
    z-index: 2;
}
#nr .jianj1 .zuo div p {
    padding-top: 33px;
    color: #999;
}
#nr .jianj1 .you {
    color: #999;
    z-index: 2;
}
#nr .nrjj strong{
    padding-bottom: 25px;
    padding-top: 45px;
}
#nr .nrjj p{
    display: block;
    overflow: hidden;
    float: left;
    width: auto;

}
#nr .nrjj0 img{
    max-width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 10px;

}
#nr .nrjj0 strong{
    padding-bottom: 15px;
    padding-top: 35px;
}   
#nr .nrjj0 h4{
    font-size: 20px;
    color: #666;
    margin-bottom: 2px;
    padding-top: 20px;
} 
#nr .nrjj0 h5{
    font-size: 16px;
    color: #666;
}
#nr .nrjj0 h6{
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 15px;
}
#nr .cg{
    background-color: #f5f7fa;
    border-radius: 10px;
    overflow: hidden;
}
#nr .cg img{
    width: 100%;
}
#nr .cg .cg1{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 35px 50px;
}
#nr .cg .cg1 strong{
    padding-bottom: 20px;
    display: block;
}
#nr .huoyun{
    background-color: #f5f7fa;
    border-radius: 10px;
    padding: 30px 15px;
}
#nr .huoyun img{
    width: 60%;
    margin: 0 auto;
    display: block;
    border: 1px solid #dee2e6;
    border-radius: 100px;
}
#nr .huoyun p{
    text-align: center;
    padding-top: 10px;

}
.huoyun1{
    padding-top: 40px;
}
.huoyun1 strong{
    
}
#cgxw .newsquery img{
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
#cgxw .newsquery:hover img{
    transform: scale(1.1);
}
#cgxw .newsquery div{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
#cgxw .newsquery h4{
    display: block;
    overflow: hidden;
    width: 95%;
    color: #071027;
    font-size: 18px;
    padding-top: 18px;
    line-height: 22px;
}
#cgxw .newsquery p{
    color: #666;
    font-weight: 300;
}
#xwxq h2{
    font-size: 24px;
    line-height: 34px;
    color: #071027;
}
#xwxq .p{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6;
    color: #666;
    padding-bottom: 25px;
}
#xwxq .xq{
    padding-top: 30px;
}
#xwxq .xq img{
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
#xwxq .xq p{
    font-weight: 300;
    color: #666;
}
.PingHei_text .col-12{
    font-weight: 300;
    color: #071027;
}
#xwxq .wz{
    padding-top: 120px!important;
    padding-bottom: 20px;
}
.wenti{
    margin-top: 40px;
}
.wenti1{
    padding-bottom: 40px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 40px;
} 
.wenti1 .accordion-body {
    font-weight: 300;
    color: #666;
    background-color: #f5f7fa;
}
.wenti1 .accordion-button{
    border-radius: 0;
    color: #666;
    font-weight: 300;
}
.qianzheng{
    position: relative;
}
.qianzheng .a{
    float: left!important;
    bottom: 10px;
    right: auto;
}
.lxcg{
    position: relative;
}
.cpquery img{
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    height: auto;
}
.cpquery div{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.cpquery:hover img{
    transform: scale(1.1);
}
.cpquery p{
    text-align: center;
    color: #666;
    padding-top: 15px;
    padding-bottom: 25px;
}
.PingHei_text{
    padding-top: 25px;
}
.PingHei_text a{
    color: #666;
}
.navLink{color: #666;}
.lxtu img{
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
#lb4{
    width: 50%;
}
#lb4 .owl-nav{
    display: none;
}
#lb4 .owl-dots{
    padding-top: 8px;
}
.hyt img{
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
.bg-body-tertiary {
    background-color: #fff!important;
    border-bottom: 1px solid #dee2e6;
}
.carousel {
    margin-top: 65px;
}
#wz h1 {
    font-size: 16px;
    line-height: 24px;
    color: #071027;
}
#wz {
    margin-top: 20px;
}
#jianj {
    margin-top: 30px;
}
.a {
    right: auto;
    bottom: auto;
}
.jianj1 {
    margin-top: 75px;
}
.jianj1 .zuo {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
.jianj1 .you img {
    border-radius: 10px;
}
.jianj1 .zuo div h2 {
    line-height: 26px;
    font-size: 20px;
    padding-top: 15px;
}
#cjqf {
    margin-top: 40px;
}
.cjqf0 p {
    bottom: 12px;
    left: 16px;
    font-size: 16px;
}
.cgbt h2 {
    padding-bottom: 0px;
}
#huoy {
    margin-top: 40px;
    min-height: 340px;
    background-size: cover;
}
#qic .a {
    bottom: inherit;
}
#qic {
    padding-bottom: 80px;
    padding-top: 35px;
}
#xw {
    margin-top: 40px;
}
#xw .pictitle {
    padding-left: 15px;
}
#xw .pictitle h3 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 6px;
}
#xw .pictitle p {
    padding-top: 18px;
}
#xw .pictitle h5 {
    position: initial;
}
#xw .pictitle h6 {
    padding-top: 0px;
}
#lx {
    margin-top: 30px!important;
    padding-left: 0px;
    padding-bottom: 0px;
}
#lx .col-12{
    margin-bottom: 25px;
}
#di .text-end {
    text-align: left!important;
}
.yy{
    padding-top: 20px;
}
.yuyan{
    text-align: left;
}
.offcanvas-body li {
    list-style-type: none;
    line-height: 35px;
}
.offcanvas-body .dropmenu0_b i{
    display: none;
}
.offcanvas-body .dropmenu2_b i{
    display: none;
}
.offcanvas-body .dropmenu3_b i{
    display: none;
}
.offcanvas-body .dropmenu4_b i{
    display: none;
}
.banner {
    height: 280px;
    padding-bottom: 25px;
}
.banner::before {
    height: 280px;
}
.banner div h3 {
    font-size: 16px;
}
#pagemenu span {
    border-radius: 10px;
    padding: 3px 7px;
    margin-left: 5px;
    font-size: 14px;
}
#nr .nrjj p {
    width: 100%;
}
#nr {
    display: block;
    overflow: hidden;
}
.yncg img{
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
#nr .jianj1::before {
    background: none;
}
#nr .jianj1 {
    background-image: none;
    background-color: #071027;
}
.qianzheng .a {
    bottom: auto;
}
.wenti {
    margin-top: 70px;
}
#nr .cg .cg1 {
    padding: 30px 25px;
    padding-top: 30px;
}
#nr .cg {
    margin-bottom: 25px;
}
#nr .huoyun p {
    padding-bottom: 15px;
    font-size: 14px;
}
#lb4 {
    width: 100%;
}
#xwxq .wz {
    padding-top: 95px !important;
}
#cgxw .newsquery p {
    padding-bottom: 25px;
}
.carousel-indicators {
    opacity: 0;
} 
.jianj1 .you .bq{
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    color: #999;
}  
#huoy .huoy0 {
    padding: 35px 0;
} 
#huoy .huoy0 span p{
    padding: 0;
    width: 100%;
}
}

.w-100 {
    transform: scale(1.2);
    /* 应用缩放动画 */
    animation: scaleDown 1.5s ease-out forwards;
}

/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}



