﻿@charset "UTF-8";

#newBridge .icon-right-center{
    display:none !important;
}
/*#newBridge .nb-hide{
    display:block !important;
}*/
.wrapper {
    width: 100%;
    min-width: 1200px;
}

.wrapper .container {
    width: 1200px;
    padding: 0;
}


/*提示框开始*/
.public_Tips{
    width: 648px;
    height: 222px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -111px;
    margin-left: -324px;
    background:url("../image/formBg.png") bottom center no-repeat;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(70, 70, 70, 0.3);box-shadow: 0px 0px 9px 0px rgba(70, 70, 70, 0.3);
    z-index: 99999;
    display: none;
}

.public_Tips .silderBarForm-Form-main{
    height:76px;
    margin:0 auto;
    margin-top: 54px;
    line-height: 76px;
}
.public_Tips span{
    float:left;
}
.public_Tips .span1{
    display:inline-block;
    width:76px;
    height:76px;
    border-radius: 76px;
}

.public_Tips .span2{
    font-size:18px;
    color:#000;
    padding-left:18px;
}
.public_Tips button{
    float:right;
    margin-top:20px;
    width:88px;
    height:38px;
    background-color:#397fc4;
    text-align:center;
    line-height: 38px;
    font-size:18px;
    color:#fff;
    border:none;
}
/*不同*/
.form2 .span1{
    background:#22bfda url("../image/form_yes1.png") center center no-repeat;
    background-size:60% 60%; 
}
.form3 .span1{
    background:#272636 url("../image/form_cloes.png") center center no-repeat;
    background-size:60% 60%; 
}
/*提示框结束*/
#silderBarForm {
    width: 648px;
    height: 222px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -111px;
    margin-left: -324px;
    background:url("../image/formBg.png") bottom center no-repeat;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(70, 70, 70, 0.3);box-shadow: 0px 0px 9px 0px rgba(70, 70, 70, 0.3);
    z-index: 99999;
    display:none;
}
.silderBarForm-Form-close{
    width:28px;
    height:28px;
    background:url("../image/x image copy 6.png") center center no-repeat;
    position:absolute;
    top:0;
    right:10px;
    opacity: 1;
    z-index:999;
    margin-bottom:0px;
    cursor: pointer;
}
.silderBarForm-Form-jianbian {
    display: inline-block;
    width: 100%;
    height: 28px;
    background: -webkit-gradient(linear, right top, left top, from(#21b9e2), to(#28e5ab));
    background: -webkit-linear-gradient(right, #21b9e2 0%, #28e5ab 100%);
    background: -o-linear-gradient(right, #21b9e2 0%, #28e5ab 100%);
    background: linear-gradient(-90deg, #21b9e2 0%, #28e5ab 100%);
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
    position: relative;
    overflow: hidden;
}
.silderBarForm-Form-jianbian .background_color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#21b9e2), to(#28e5ab));
    background: -webkit-linear-gradient(left, #21b9e2 0%, #28e5ab 100%);
    background: -o-linear-gradient(left, #21b9e2 0%, #28e5ab 100%);
    background: linear-gradient(90deg, #21b9e2 0%, #28e5ab 100%);
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.silderBarForm-Form-main{
    width:574px;
    margin:0 auto;
}
#silderBarForm .silderBarForm-Form-main .form1{
    margin-top:20px;
}
#silderBarForm .silderBarForm-Form-main .p1{
    font-size:24px;
    color:#000;
    margin-top:16px;
}
#silderBarForm .silderBarForm-Form-main .p2{
    font-size:18px;
    color:#000;
    margin-top:20px;
}
#silderBarForm .silderBarForm-Form-main input{
    border:none;
    border-left:5px solid #397fc4;
    height: 39px;
    background-color: #e5e5e5;
    box-sizing: border-box;
    padding-left:12px;
}
#silderBarForm .silderBarForm-Form-main input[name="tel"]{
    width:255px;
}
#silderBarForm .silderBarForm-Form-main input[name="VC"]{
    width:127px;
    margin-left: 6px;
}
#silderBarForm .silderBarForm-Form-main button{
    width:88px;
    height:39px;
    background-color:rgba(57,127,196,.8);
    border:none;
    text-align: center;
    font-size:18px;
    color:#fff;
    line-height: 39px;
}
/*------------------*/
#sliderBar {
    position: fixed;
    top: 200px;
    right: 32px;
    z-index: 99999;
}

#sliderBar ul li {
    width: 68px;
    height: 68px;
    margin-top: 11px;
    position: relative;
    -webkit-box-shadow: 5px 6px 15px 0px rgba(70, 70, 70, 0.3);
    box-shadow: 5px 6px 15px 0px rgba(70, 70, 70, 0.3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    background: rgba(255, 255, 255, .6);
    border-radius: 6px;
}

#sliderBar ul li a {
    display: block;
    width: 236px;
    height: 68px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#sliderBar ul li i {
    display: block;
    width: 68px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    background: url("../image/sliderBarBg.png") 0 0 no-repeat;
    background-position-y: -0px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#sliderBar ul li p {
    width: 168px;
    height: 68px;
    line-height: 68px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    right: 68px;
    top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    color: #666;
    z-index: 999;
    text-align: left;
    padding-left: 16px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#sliderBar ul li:nth-child(1) i {
    background-position-x: -0px;
}

#sliderBar ul li:nth-child(2) i {
    background-position-x: -68px;
}

#sliderBar ul li:nth-child(3) i {
    background-position-x: -136px;
}

#sliderBar ul li:nth-child(4) i {
    background-position-x: -204px;
}

#sliderBar:hover ul li {
    width: 236px;
    background-color: #fff;
}

#sliderBar ul li:hover {
    background-color: #26dab9;
}

#sliderBar ul li:hover i {
    background-position-y: -68px;
}

#sliderBar ul li:hover p {
    color: #fff;
}


/*------------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0px;
    z-index: 99999;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#header.shrink {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 3px #939da6;
    box-shadow: 0 0 3px #939da6;
}

#header.shrink .site_nav {
    float: left;
}

#header.shrink .site_nav a {
    color: #4c4847;
}

#header.shrink .product_nav a {
    color: #4c4847 !important;
}

#header.shrink .product_nav_wrapper .corner:before,
#header.shrink .product_nav_wrapper .corner:after{
    background: #4c4847;
}

#header .logo {
    margin-left: 54px;
    float: left;
}

#header .nav_right {
    float: right;
    margin-right: 40px;
}

#header .logo img {
    width: 290px;
    height: 39px;
}

#header .site_nav {
    float: left;
    margin-right: 88px;
    position: relative;
}

#header .site_nav li {
    float: left;
    z-index: 9;
}


/*#header .site_nav li.on a{
  background: none;
  color: #0c75f7;
}*/

#header .site_nav li a {
    color: #fff;
    font-size: 18px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    padding: 10px 26px;
}

#header .site_nav li a:hover,
#header .site_nav li a:focus,
#header .site_nav li a.active {
    background: none;
    color: #0c75f7;
}
/*-------------------*/
#header .site_nav .slider_big {
    width: 88px;
    height: 24px;
    position: relative;
    display: none;
}
#header.shrink .site_nav .slider_big .smallBox:after,
#header.shrink .site_nav .slider_big .smallBox:before{
    background-color:#1e78f0;
}
#header .site_nav .slider_big .smallBox:after,
#header .site_nav .slider_big .smallBox:before{
    content:"";
    display: block;
    /*background-color:#1e78f0;*/
    background-color:#fff;
    position:absolute;
}
#header .site_nav .slider_big .left-top:after,
#header .site_nav .slider_big .left-top:before{
    top: 0;
    left: 0;
}
#header .site_nav .slider_big .left-bottom:after,
#header .site_nav .slider_big .left-bottom:before{
    bottom: 0;
    left: 0;
}

#header .site_nav .slider_big .right-top:after,
#header .site_nav .slider_big .right-top:before{
    top: 0;
    right: 0;
}
#header .site_nav .slider_big .right-bottom:after,
#header .site_nav .slider_big .right-bottom:before{
    bottom: 0;
    right: 0;
}

#header .site_nav .slider_big .left-top:after,
#header .site_nav .slider_big .left-bottom:after{
    width:4px;
    height:9px;
}
#header .site_nav .slider_big .left-top:before,
#header .site_nav .slider_big .left-bottom:before{
    width:9px;
    height:4px;
}


#header .site_nav .slider_big .right-top:after,
#header .site_nav .slider_big .right-bottom:after{
    width:9px;
    height:4px;
}
#header .site_nav .slider_big .right-top:before,
#header .site_nav .slider_big .right-bottom:before{
    width:4px;
    height:9px;
}

/*-------------------*/
#header .product_nav_wrapper {
    position: relative;
    float: left;
}

#header .product_nav_wrapper .corner {
    position: absolute;
}

#header .product_nav_wrapper .corner:before {
    content: " ";
    display: block;
    width: 4px;
    height: 8px;
    position: absolute;
    background: #fff;
}

#header .product_nav_wrapper .corner:after {
    position: absolute;
    content: " ";
    display: block;
    width: 8px;
    height: 4px;
    background: #fff;
}

#header .product_nav_wrapper .corner.top_left {
    left: 0;
    top: 0;
}

#header .product_nav_wrapper .corner.top_left:before {
    left: 0;
    top: 0;
}

#header .product_nav_wrapper .corner.top_left:after {
    left: 0;
    top: 0;
}

#header .product_nav_wrapper .corner.top_right {
    right: 0;
    top: 0;
}

#header .product_nav_wrapper .corner.top_right:before {
    left: -4px;
    top: 0;
}

#header .product_nav_wrapper .corner.top_right:after {
    left: -8px;
    top: 0;
}

#header .product_nav_wrapper .corner.bottom_left {
    left: 0;
    bottom: 0;
}

#header .product_nav_wrapper .corner.bottom_left:before {
    left: 0px;
    top: -8px;
}

#header .product_nav_wrapper .corner.bottom_left:after {
    left: 0px;
    top: -4px;
}

#header .product_nav_wrapper .corner.bottom_right {
    right: 0;
    bottom: 0;
}

#header .product_nav_wrapper .corner.bottom_right:before {
    left: -4px;
    top: -8px;
}

#header .product_nav_wrapper .corner.bottom_right:after {
    left: -8px;
    top: -4px;
}

#header .product_nav_wrapper .product_nav li {
    float: left;
}

#header .product_nav_wrapper .product_nav li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: relative;
}

#header .product_nav_wrapper .product_nav li a .caret {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#header .product_nav_wrapper .product_nav li a:hover,
#header .product_nav_wrapper .product_nav li a:focus,
#header .product_nav_wrapper .product_nav li a.active {
    background: none;
    color: #0c75f7;
}

#header .product_nav_wrapper .product_nav li a:hover .caret,
#header .product_nav_wrapper .product_nav li a:focus .caret,
#header .product_nav_wrapper .product_nav li a.active .caret {
    opacity: 1;
}

#footer {
    margin-top: -176px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#footer .footbox {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#footer .footbox .footbox_p {
    width: 20px;
    height: 416px;
    position: absolute;
    top: 5px;
    z-index: 2;
    margin-bottom: 0px;
}

#footer .footbox .footbox_p.p1 {
    left: 0px;
    background: url("../image/foot_jianyin1.png") top center no-repeat;
}

#footer .footbox .footbox_p.p2 {
    right: 0px;
    background: url("../image/foot_jianyin2.png") top center no-repeat;
}

#footer .foot_top {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 6px;
    padding-bottom: 62px;
    overflow: hidden;
}

#footer .foot_top .main {
    width: 1076px;
    margin: 0 auto;
    margin-top: 69px;
    overflow: hidden;
}

#footer .foot_top .main .ul_left {
    overflow: hidden;
    float: left;
}

#footer .foot_top .main .ul_left>li {
    background: url("../image/foot_icon.png") no-repeat;
    float: left;
    padding-top: 16px;
    width: 77px;
}

#footer .foot_top .main .ul_left>li>a {
    font-size: 14px;
    color: #333;
    text-decoration: initial;
}

#footer .foot_top .main .ul_left>li:nth-child(2) {
    margin-left: 109px;
}

#footer .foot_top .main .ul_left>li ul {
    margin-top: 28px;
}

#footer .foot_top .main .ul_left li ul li a {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 30px;
    text-decoration: initial;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#footer .foot_top .main .ul_left li ul li a:hover {
    color: #4dc8e7;
}

#footer .foot_top .main .ul_right {
    margin-left: 85px;
    overflow: hidden;
    float: left;
}

#footer .foot_top .main .ul_right li {
    background: url("../image/foot_icon.png") no-repeat;
    padding-top: 16px;
    width: 77px;
}

#footer .foot_top .main .ul_right li>a {
    font-size: 14px;
    color: #333;
    text-decoration: initial;
}

#footer .foot_top .main .ul_right li:nth-child(2) {
    margin-top: 29px;
}

#footer .foot_top .main .ul_right li:nth-child(3) {
    margin-top: 29px;
}

#footer .foot_top .main .right {
    width: 545px;
    float: right;
}

#footer .foot_top .main .right .contact {
    width: 100%;
    overflow: hidden;
    background: url("../image/foot_icon1.png") top right no-repeat;
}

#footer .foot_top .main .right .contact .title {
    display: block;
    font-size: 14px;
    color: #333;
    float: left;
    padding-top: 16px;
    text-decoration: initial;
}

#footer .foot_top .main .right .contact .tel_wx {
    width: 379px;
    float: right;
}

#footer .foot_top .main .right .contact .tel_wx ul {
    float: left;
    overflow: hidden;
}

#footer .foot_top .main .right .contact .tel_wx ul li {
    margin-top: 15px;
}

#footer .foot_top .main .right .contact .tel_wx ul li p {
    font-size: 12px;
    color: #bbb;
    line-height: 1.8;
}

#footer .foot_top .main .right .contact .tel_wx ul li p span {
    padding-left: 51px;
}

#footer .foot_top .main .right .contact .tel_wx .wx {
    width: 74px;
    float: right;
    margin-top: 14px;
    margin-right: 10px;
}

#footer .foot_top .main .right .contact .tel_wx .wx .bdsharebuttonbox {
    position: relative;
    left: 6px;
}

#footer .foot_top .main .right .contact .tel_wx .wx .bdsharebuttonbox a {
    background-position: inherit;
}

#footer .foot_top .main .right .contact .tel_wx .wx .bdsharebuttonbox .bds_sqq {
    background-image: url("../image/QQ.png");
}

#footer .foot_top .main .right .contact .tel_wx .wx .bdsharebuttonbox .bds_weixin {
    background-image: url("../image/wxtb.png");
}

#footer .foot_top .main .right .contact .tel_wx .wx .bdsharebuttonbox .bds_tsina {
    background-image: url("../image/wbtb.png");
}

#footer .foot_top .main .right .message {
    width: 100%;
    overflow: hidden;
    background: url("../image/foot_icon1.png") top right no-repeat;
}

#footer .foot_top .main .right .message .title {
    display: block;
    font-size: 14px;
    color: #333;
    padding-top: 16px;
    text-align: left;
    text-decoration: initial;
}

#footer .foot_top .main .right .message form {
    overflow: hidden;
    margin-top: 23px;
}

#footer .foot_top .main .right .message form .m_input {
    background-color: #f7f7f7;
    border: none;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}

#footer .foot_top .main .right .message form textarea {
    width: 100%;
    height: 74px;
    border-radius: 6px;
    padding-top: 10px;
}

#footer .foot_top .main .right .message form input[type="text"] {
    height: 24px;
    border-radius: 6px;
}

#footer .foot_top .main .right .message form button {
    width: 115px;
    height: 24px;
    background: url(../image/btnBg.png) no-repeat;
    border: none;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    margin-left: 7px;
}

#footer .foot_top .main .right .message form .tel {
    width: 148px;
}

#footer .foot_top .main .right .message form .name {
    width: 111px;
    margin-left: 4px;
}

#footer .foot_top .main .right .message form .code {
    width: 66px;
    margin-left: 10px;
}

#footer .foot_bottom {
    width: 100%;
    background-color: #f7f7f7;
}

#footer .foot_bottom .main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .foot_bottom .main .link ul {
    overflow: hidden;
    margin-top: 38px;
    margin-bottom: 60px;
    position: relative;
    left: 23px;
}

#footer .foot_bottom .main .link ul li {
    float: left;
    margin-right: 33px;
    margin-top: 12px;
    text-decoration: initial;
}

#footer .foot_bottom .main .link ul li a {
    font-size: 12px;
    color: #999999;
    text-decoration: initial;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#footer .foot_bottom .main .link ul li a:hover {
    color: #4dc8e7;
}

#footer .foot_bottom .main .link ul li:first-child {
    margin-right: 0px;
}

#footer .foot_bottom .main .link ul li:first-child a:hover {
    color: #999999;
}

#footer .foot_bottom .copyright {
    width: 100%;
    height: 93px;
    border-top: 1px solid #d0d0d0;
    line-height: 93px;
    overflow: hidden;
}

#footer .foot_bottom .copyright .logo {
    float: left;
    margin-top: 10px;
}

#footer .foot_bottom .copyright p {
    font-size: 12px;
    color: #515151;
    float: left;
    margin-left: 248px;
}
#cnzz_stat_icon_1263231086{
    float:right;
}

#map {
    width: 100%;
    height: 270px;
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-top: 20px;
    background: url(../image/map.png) center center no-repeat;
}

#map div {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


#map div .position{
    font-size: 12px;
    color: #333;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    position: absolute;
    left: 704px;
    top: 136px;
}

#map div .circle {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #7abefd;
    top: 153px;
    left: 622px;
    z-index: 12;
    margin-bottom: 0px;
}

#map div a {
    display: block;
}

#map div .ripple {
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    left: 558px;
    top: 88px;
    z-index: 9;
    margin-bottom: 0px;
}

#map div .p1:after,
#map div .p2:after,
#map div .p3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #75abfa;
    opacity: 0;
    
    background-color: rgba(160, 195, 244, .5);
}
#map div .p1:after{
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}
#map div .p2:after{
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite;
}
#map div .p3:after{
    -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
    animation: ripple 4.5s ease-out 5.8s infinite;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width: 1366px) {
    #header .site_nav {
        margin-right: 33px;
    }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImxheW91dC5sZXNzIiwiPGlucHV0IGNzcyA4PiIsInRvLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxpQkFBUztBQUNUO0lBQ0ksWUFBQTtJQUNBLGtCQUFBO0NDQ0g7O0FDRUQ7SUZBUSxjQUFBO0lDRVAsV0FBQTtDREVEOzs7QUVFQSxzQkZDSTs7QUVDSjtJQUNJLGFBQWE7SUZFYixjQUFBO0lFQUEsZ0JBQWdCO0lBQ2hCLFNGREE7SUVFQSxVQUFVO0lBQ1YsbUJGSEE7SUFDQSxvQkFBQTtDRUlIOztBQUVEO0lGZEEsWUFBQTtJQUFBLFlBQUE7SUNVQyw0QkFBQTtZQUFBLG9CQUFBO0NDUUE7O0FBRUQ7SUZMWSxnQkFBQTtJRU9SLFdGUFE7SUNBWCxZQUFBO0lEZkQsZUFBQTtDQ2lCQzs7QUFFRDtJQUNHLFlBQUE7SURBYSxhQUFBO0lBQVMsaUJBQUE7SUFBUyxtQkFBQTtJQ0lqQywyREFBQTtJQ1NHLG1EQUFtRDtJRFB2RCw0QkFBQTtJQUFBLHVCQUFBO0lBQUEsb0JBQUE7SUQxQkEsaUJBMkJJO0lDQ0gsb0NBQUE7SUFDRCxtQkFBQTtDRDdCQTs7QUNnQ0E7SUREWSxlQUFBO0lBQ0ksYUFBUztJQ0d4QixhQUFBO0lBQ0QsbUJBQUE7SUREZ0IsVUFBQTtJQUNBLFNBQUE7Q0NHZjs7QUNVRDtJRFBDLGVERmU7SUNHZixZQUFBO0lBQ0QsYUFBQTtJQUNDLG1CREZlO0lFV1osU0ZWWTtJQ0dmLE9BQUE7SUFDRCxlQUFBO0lEQVksNkRBckJSO0lDdUJILDRCQUFBO0lBQ0QsZ0NBQUE7SUFBQSwyQkFBQTtJQUFBLHdCQUFBO0NDU0M7O0FBRUQ7SURQQSxhQUFBO0lBQ0UsYUFBWTtJRERFLGtCQTVCWjtJQTZCZ0IsNEJBQUE7SUFBQSwrQkFBQTtJQUFBLG1CQUFBO0lBQ0EsWUFBQTtJQ0duQixTQUFBO0lEQVcsZ0JBQUE7SUVZUixtQkFBbUI7SUFDbkIsWUFBWTtJRFRkLGFBQUE7SUREYyxpQkFwQ1o7SUN1Q0gsbUJBQUE7SUFDRCxpQkFBQTtJQUNFLDRCQUFtQjtJQUFuQix1QkFBbUI7SUFBbkIsb0JBQW1CO0NDV3BCOztBRFJEO0lBQ0UsNEJBQW1CO0NEQ1Q7O0FFWVo7SURURSw2QkFBZTtDQ1doQjs7QUFFRDtJRFRFLDhCQUFpQjtDREFIOztBRWFoQjtJRFRFLDhCQUFhO0NDV2Q7O0FBRUQ7SURURSxhQUFBO0lEQWMsdUJBQUE7Q0NFaEI7O0FDWUE7SUZWZ0IsMEJBQUE7Q0NFaEI7O0FDWUE7SUYxR0EsNkJBQUE7Q0NrR0E7O0FDWUE7SURUQyxZQUFBO0NBQ0Q7OztBQ2FBLHNCRFZDOztBQ1lEO0lGVHdCLGdCQUFBO0lDQ3ZCLE9BQUE7SUFDRCxRQUFBO0lEQ3dCLGtCQUFBO0lBQ0EsZUFBQTtJQ0N2QiwwQkFBQTtJRENtQix1QkFBQTtJQUFTLCtCQXZGekI7SUF1RmtDLDBCQXZGbEM7SUMwRkgsdUJBQUE7SUFDRCxvQkFBQTtJQUNFLGtFQUFVO0lETFEsNkRBdkZoQjtJQXVGeUIsMERBQUE7Q0FBUzs7QUVvQnRDO0lGUEEsMEJBQUE7SUNEQSxvQ0FBQTtJREdJLDRCQUFBO0NFU0g7O0FEUkQ7SURIQSxZQUtJO0NFVUg7O0FEUkQ7SURFUSxlQUFBO0NFVVA7O0FEUkQ7SUFDRSwwQkFBWTtDRFpkOztBRXlCQTtJRlRZLG9CQUFBO0NFV1g7O0FBRUQ7SURYRSxvQkFBbUI7Q0RsQnJCOztBRWlDQTtJRFhFLGtCQUFRO0lEQU0sWUFqQlo7Q0UrQkg7O0FBRUQ7SUZib0IsYUFBQTtJQUFBLG1CQUFBO0NDRW5COztBQ2dCRDtJQUNJLGFBQWE7SUZmTyxhQUFBO0NFaUJ2Qjs7QUZkbUI7SUVpQmhCLFlBQVk7SUFDWixtQkFBbUI7SUY1QlAsbUJBakJaO0NDaUNIOztBQ2dCRDtJRmRvQixZQUFBO0NFZ0JuQjs7O0FEWEQ7OztHREN3Qjs7QUVrQnhCO0lEYkEsWUFBQTtJRENnQixnQkFBQTtJQUNBLDhCQUFBO0lDQ2QseUJBQWtCO0lEdERwQixzQkFLSTtJQWtEZ0IsbUJBQUE7Q0VnQm5COztBRFpEOzs7SUFHQyxpQkFBQTtJQUNELG1CQUFBO0NDZUM7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 */

