@charset "utf-8";

body{
    overflow-x: hidden;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.pos{
    position: relative;
}



.wc-top{
    background: url(../images/topbg2.jpg) no-repeat center top;
    min-height: 140px;
    background-size: cover;
}

.logo{
    padding-top: 33px;
}

.top-right a.a1{
    color: #fff;
    font-size: 18px;
    font-family: arial;
    text-decoration: none;
    font-weight: bold;
    padding: 0 12px;
    line-height: 24px;
    display: block;
    padding-top: 12px;
    text-align: right;
}

.top-right .search{
    background: url(../images/search.png) no-repeat center center;
    width: 245px;
    height: 42px;
    float: right;
    margin-top: 22px;
}

.search input.inp-text{
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
    color: #fff;
    padding-left: 10px;
    outline: none;
}

.search input.inp-but{
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 42px;
}




.navbar-default{
    clear: both;
}

.banner{
    width: 100%;
}

.banner .swiper-slide{
    position: relative;
}

.banner .ban-tt{
    position: absolute;
    left: 0;
    bottom:0%;
    background: rgba(51, 54, 56, 0.5);
    max-width: 75%;
    /*height:100%;*/
    padding: 0 20px;
    border-bottom: 4px solid #f77524;
}

.banner .ban-tt p{
    font-size: 28px;
    color: #fff;
    /*font-weight: bold;*/
    line-height: 50px;
    /* width: 570px; */
    /*padding: 20% 15% 0;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner .ban-tt a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/morebg.png) no-repeat center center;
    width: 175px;
    height: 57px;
    display: block;
    text-align: center;
    line-height: 57px;
    margin-top: 30px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 24%;
    left: initial;
    right: 0;
}

.banner .swiper-pagination-bullet{
    background: url(../images/aah1.png) no-repeat center center;
    width: 28px;
    height: 28px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active{
    background: url(../images/aah.png) no-repeat center center;
    opacity: 1;
}



.wc-menu{
    height: 50px;
    background: #fff;
}

.wc-menu ul{
    display: table;
    text-align: center;
    width: 100%;
}

.wc-menu ul li{
    padding: 0 50px;
    line-height: 50px;
    position: relative;
    float: left;
}

.wc-menu ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.wc-menu ul li a:hover, .wc-menu ul li a.move, .wc-menu ul li a.selected, .menu ul li a.parent{
    border-bottom: 2px solid #f77524;
    padding-bottom: 4px;
}

.wc-menu ul li .ernav{
    position: absolute;
    left: 14px;
    top: 40px;
    background: #4979b4;
    width: 110%;
    z-index: 10;
    display: none;
    padding: 0 10px;
}

.wc-menu ul li .ernav ul{
    padding: 0 2px;
}

.wc-menu ul li .ernav ul li{
    text-align: center;
    float: none;
    margin: 0px;
    display: block;
    line-height: 24px;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.wc-menu ul li .ernav ul li:last-child{
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a{
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    display: block;
    background: url(../images/di.png) no-repeat 4px 10px;
    padding: 8px 5px;
    padding-left: 24px;
}

.wc-menu ul li .ernav ul li a:hover{
    background: url(../images/dii.png) no-repeat 4px 10px;
    color: #a5a464;
    border-bottom: none;
}

.menu-button{
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
}

.bar{
    position: relative;
    display: block;
    width: 35px;
    height: 2px;
    margin: 8px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1){
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3){
    margin-bottom: 0px;
}

.menu-button:hover .bar:nth-of-type(1){
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2){
    opacity: .9;
}

.menu-button:hover .bar:nth-of-type(3){
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}


.header-nav .sub-title ul > li > a{
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color: #eee;
}




.header-nav{
    bottom: auto;
    top: 0;
    text-align: left;
}

.header-nav .nav{
    float: none;
}

.header-nav .nav > li{
    float: none;
    display: block;
    padding: 10px 0;
}

.header-nav .nav > li > a{
    padding: 0;
    font-size: 18px;
}

.header-nav .nav > li > a span{
    padding-bottom: 8px;
    display: block;
    color: #fff;
}

.header-nav .nav-pills, .header-nav .dropdown-menu{
    position: fixed;
    top: 0;
    right: -340px;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 999;
    width: 280px;
    background: #0c276e;
    opacity: 0.9;
    padding: 15px 15px 30px;
    left: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}


.site-mobile .header-nav .nav-pills, .site-mobile .dropdown-menu.show{
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.site-mobile .site-mobile-shade{
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.75);
    z-index: 999;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}


.header-nav .nav .fa-angle-down:before{
    content: "\f105";
    color: #fff;
    /*opacity: .75;*/
    margin-top: 0px;
}

.header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover, .header-nav .nav .open > a, .header-nav .nav .open > a:focus, .header-nav .nav .open > a:hover{
    background: none;
    border: none;
    color: #fff;
}

    .header-nav .nav > li > a:focus .fa-angle-down:before, .header-nav .nav > li > a:hover .fa-angle-down:before{
        content: "\f105";
    }

.mobile-nav-header{
    display: block !important;
    text-align: right;
    margin-top: -15px;
    height: 60px;
    line-height: 60px !important;
    padding: 0 !important;
}

.header-nav .back, .header-nav .closeIcon{
    color: #fff;
    font-size: 38px;
    display: inline-block;
    cursor: pointer;
    padding: 0 13px;
}

.header-nav .sub-title + ul > li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -18px;
    top: 12px;
    opacity: .85;
}

.header-nav .sub-title + ul{
    border-top: 1px dashed #fff;
    padding: 10px 0 10px 20px;
}

.header-nav .sub-title + ul > li > a{
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color: #eee;
}

ol.no-style li, ul.no-style li{
    list-style: none;
    position: relative;
    line-height: 150%;
}


.index-con{
    padding-top: 30px;
    padding-bottom: 40px;
}

.index-con-2{
    padding-top: 70px;
    padding-bottom: 70px;
background: #e3eaf0;
}
.diyi{
}

.new-top{
}

.new-top h4{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.new-top h4 span{
    font-size: 16px;
    font-family: arial;
    color: #3a6a8c;
    font-style: italic;
    text-transform: uppercase;
}

.dong1 a{
    display: block;
    overflow: hidden;
}
.dong1 a img{
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}
.dong1 a:hover img{
-webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.dbt1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/btbg.png) repeat left top;
    line-height: 35px;
    width: 100%;
    color: #fff;
    padding: 0 10px;
}







.nul{
    margin-top: -15px;
}

.nul ul li{
    border-bottom: 1px dotted #ccc;
    margin: 15px 0 0;
    padding-bottom: 15px;
}

.nul ul li:last-child{
    margin-bottom: 0;
}

.nul ul li .li-date{
    border: 1px solid #f77524;
    width: 14%;
    text-align: center;
}

.nul ul li .li-date p{
    font-size: 14px;
    color: #999;
    margin: 3px 0;
}

.nul ul li .li-date span{
    font-size: 24px;
    color: #f77524;
    display: block;
}

.nul ul li .li-text{
    width: 80%;
}

.nul ul li .li-text a{
    display: block;
    font-size: 16px;
    color: #0f4c81;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: -5px;
}

.nul ul li:hover{
    border-bottom: 1px solid #0F4C81;
}
.nul ul li:hover .li-text a{
   color:#f77524
}


.dier{
    margin-top: 30px;
    margin-bottom: 0px;
}




.rese{
    background: #b4af9a url(../images/nnbg.png) repeat-x left top;
    min-height: 288px;
    border-bottom: 4px solid #f77524;
    padding: 25px 25px 10px;
}

.rese:hover{
    cursor: pointer;
    border-bottom: 4px solid #0F4C81;
}

.new-top{
}

.new-top h4{
    float: left;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #0f4c81;
}
.new-top h4.th4 a{
    float: left;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #0f4c81;
}
.new-top h4.th4 span{
    float: left;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #0f4c81;
    font-style: initial;
}

.new-top a{
    display: block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    font-family: "arial";
    border-bottom: 2px solid;
}

.new-top a:hover{
    color: #0F4C81;
}

.rese .re-tt{
}

.rese .rese-con{
    padding-top: 20px;
}

.rese .rese-con .re-img{
    overflow: hidden;
}

.rese .rese-con .re-img a.a1{
    display: block;
    text-align: center;
}

.rese .rese-con .re-img a.a1{
    display: block;
    text-align: center;
}


.rese .rese-con .re-img img{
    transform: scale(1.0);
}

.rese .rese-con .re-img:hover img{
    opacity: 0.8;
}

.rese .re-tt p{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 31px;
    margin-top: -10px;
}
.rese .re-tt p:hover{
    color: #0f4c81
}



.dong1{
}

.dong1 ul li:first-child{
    margin-right: 4%;
}

.dong1 ul li{
    position: relative;
    float: left;
    width: 48%;
}

.dong1 ul li span.li-img{
}

.dong1 ul li span.li-att{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/nbg.png) repeat-x left top;
}

.dong1 ul li span.li-att p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    padding: 0 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dong1 ul li span.li-att .pp{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: left;
}



.kuai{
    background: #b4af9a url(../images/nnbg.png) repeat-x left top;
    min-height: 288px;
    border-bottom: 4px solid #f77524;
    padding: 25px;
}

.kuai:hover{
    cursor: pointer;
    border-bottom: 4px solid #0F4C81;
}

.kuai-top{
}

.kuai-top h4{
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #0f4c81;
}

.kuai-top a{
    display: block;
    float: right;
    font-size: 20px;
    font-weight: bold; 
    border-bottom: 2px solid;
}

.kuai-top a:hover{
    color: #999;
}

.kuai-top .th4 a{
    float: left;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #0f4c81;
    font-style: initial;
}

.kuai-con{
    padding-top: 23px;
}

.kuai-con a{
    position: relative;
    display: block;
}

.kuai-con a.a1{
    display: block;
    text-align: center;
}

.kuai-con a.a1 img{
    display: inline-block;
    transform: scale(1.0);
}
.kuai-con a.a1:hover img{
    opacity: 0.8;
}

.kuai-con span.pp{
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    display: block;
    background: url(../images/fimbg.png) repeat-x left bottom;
    height: 100%;
}

.kuai-con span.pp .sp{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}





.footer{
    background: url(../images/fbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 46px 0 30px;
    min-height: 240px;
}

.footer p{
    color: #fff;
    line-height: 31px;
    font-size: 16px;
    font-family: arial;
}

.footer p a{
    color: #fff;
}

.fer{
    text-align: right;
}

.fer img{
    display: inline-block;
}

.css-video .swiper-pagination{
padding: 10px;
width: 100%;
text-align: center;
display: none;
}

.css-video .swiper-container{
width: calc(100% - 300px);
margin: auto;

/*padding: 80px 100px;
background: #000;*/
}

.css-video video{
width:100%
}

.css-video .swiper-button-prev::after,
.css-video .swiper-button-next::after{
     content: none;
}

.css-video .swiper-button-prev{
     width: 56px;
     height: 100px;
     z-index: 99;
     left: 50px;
     background: #e4e4e4 url(../images/post16-l.png) no-repeat center;
}
.css-video .swiper-button-prev:hover{
     background: #0c437b url(../images/post16-l.png) no-repeat center;
}
.css-video .swiper-button-next{
     width: 56px;
     height: 100px;
     z-index: 99;
     right: 50px;
     background: #e4e4e4 url(../images/post16-r.png) no-repeat center;
}
.css-video .swiper-button-next:hover{
     background: #0c437b url(../images/post16-r.png) no-repeat center;
}
    .css-video .li-tt {
        position: absolute;
        left: 0px;
        top: 0px;
        text-align: center;
        color: #fff;
        width: 100%;
        height: 100%;
            background-color: rgb(0 0 0 / 10%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
            display: flex;
    justify-content: center;
    align-items: center;
    }

.css-video a>img{
max-width:100%;
}



@media (min-width: 1390px){
    .container{
        width: 1370px;
    }
}

@media (max-width: 1400px){
    .banner .ban-tt p{
        font-size: 36px;
        line-height: 45px;
        /* width: 570px; */
        /*padding: 20% 15% 0;*/
    }
}



@media (max-width: 1075px){
    .banner .ban-tt p{
        font-size: 26px;
        line-height: 45px;
        /*padding: 20% 15% 0;*/
    }
}


@media (min-width: 992px) and (max-width: 1200px){
.css-video .swiper-container {
    width: 80%;
}
.css-video .swiper-button-prev{
left:0;
}
.css-video .swiper-button-next{
right:0;
}
    .link-ul ul li{
        height: 88px;
    }

    .navbar-nav > li > a{
        padding: 15px 10px;
    }

    .navbar-default .navbar-nav > li > a{
        font-size: 16px;
    }

    .nul ul li .li-text p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .banner .ban-tt p{
        font-size: 35px;
        line-height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 992px){

.css-video .swiper-container {
    width: 90%;
}
.css-video .swiper-button-prev{
left:-50px;
}
.css-video .swiper-button-next{
right:-50px;
}

    .logo{
        padding-top: 15px;
    }

    .wc-top{
        min-height: 100px;
    }

    .navbar-nav > li > a{
        /*padding: 10px 5px;*/
    }

    .menu-button{
        top: 20px;
    }


    .banner{
    }

    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        padding: 15px 4px;
    }

    .nul ul li{
        margin-bottom: 10px;
    }

    .nul ul li .li-text p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner .ban-text ul li a{
        font-size: 22px;
    }

    .tongzhi{
        margin: 30px 0;
    }

    .kuai{
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .dier{
        margin-top: 0;
    }

    .rese .re-tt{
        margin-top: 20px;
    }

    .rese .rese-con .re-img{
        text-align: center;
    }

    .rese .rese-con .re-img img{
        display: inline-block;
    }

    .banner .ban-tt p{
        font-size: 22px;
        line-height: 37px;
    }

    .banner .ban-tt a{
        width: 130px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        width: 31%;
    }
}

@media (max-width: 992px){
      .wc-top{
           background: url(../images/topbg.jpg) no-repeat center top;
           background-size: cover;
      }

}
@media (max-width: 768px){
.css-video .swiper-container {
    width: 100%;
}
.css-video .swiper-button-prev{
     display: none;
}
.css-video .swiper-button-next{
     display: none;
}
.css-video .swiper-pagination{
display: block;
}

    .logo{
        padding-top: 13px;
        width: 80%;
        margin-left: 12px;
    }

    .fer{
        text-align: center;
        margin-top: 20px;
    }

    .footer{
        padding-top: 20px;
    }

    .rese .re-tt{
        margin-top: 20px;
    }

    .kuai{
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .new-top{
        margin: 10px 0;
    }

    .new-top h4{
        font-size: 20px;
        margin-bottom: 15px;
    }

    .dong1 ul li{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .banner .ban-tt{
        /*position: relative;
        margin-top: 10px;*/
    }

    .banner .ban-tt p{
        font-size: 16px;
        width: 100%;
        line-height: 25px;
       /* padding: 14% 15% 0;*/
    }

    .banner .ban-tt a{
        background: none;
        background: #0f4c81;
        margin-top: 10px;
        color: #fff;
        display: block;
        line-height: 35px;
        height: 35px;
        font-size: 14px;
        width: 115px;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        /*width: 100%;*/
        bottom: 0%;
        height: 30px;
    }

    .banner .swiper-pagination-bullet{
        background: #004687;
        width: 10px;
        height: 10px;
    }

    .banner .swiper-pagination-bullet-active{
        background: #f77524;
    }

    .dong1 ul li span.li-att p{
        font-size: 16px;
    }

    .rese .re-tt{
        margin-top: 20px;
    }
}




@media only screen and (min-width: 480px) and (max-width: 767px){
    .navbar-nav > li{
        display: block;
        text-align: left;
    }

    .navbar-default .navbar-toggle{
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color: #fff;
    }

    .banner{
    }

    .nul{
        margin: 30px 0;
    }

    .nul ul li .li-date{
        width: 15%;
    }

    .nul ul li .li-text{
        width: 80%;
    }

    .di-ul ul li{
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .stul{
        margin: 10px 0;
    }

    .wc-top{
        min-height: 90px;
    }

    .tbg{
        background: none;
    }

    .dier{
        margin-top: 0;
    }

    .dong1 a{
        display: block;
        text-align: center;
    }

    .dong1 a img{
        display: inline-block;
        max-width: 100%;
        height: auto;
    }


    .logo{
        padding-top: 13px;
        width: 80%;
    }

    .rese .re-tt{
        margin-top: 20px;
    }
}

@media only screen and ( max-width:479px){

    .navbar-nav > li{
        display: block;
        text-align: left;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
        color: #fff;
    }

    .navbar-default .navbar-toggle{
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .banner{
    }

    .navbar-default .navbar-nav > li > a{
        font-size: 16px;
    }

    .banner .bd{
        min-height: 300px;
    }

    .banner .ban-text{
        top: -230px;
        width: 300px;
        height: 130px;
    }

    .banner .bd ul li{
        min-height: 300px;
    }

    .banner .ban-text ul li a{
        font-size: 16px;
    }

    .nul{
        margin: -10px 0 20px;
    }

    .nul ul li .li-date{
        width: 15%;
    }

    .nul ul li .li-text{
        width: 80%;
    }

    .di-ul ul li{
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .stul{
        margin: 10px 0;
    }

    .wc-top{
        min-height: 65px;
    }

    .tbg{
        background: none;
    }

    .dier{
        margin-top: 0;
    }

    .dong1 a{
        display: block;
        text-align: center;
    }

    .dong1 a img{
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
}






  /*右侧浮窗*/
    #fixedLayertop {
        position: fixed !important;
        width: 50px;
        height: 115px;
        background: #004998 !important;
        border-radius: 6px 0 0 6px;
        right: 0;
        top: 42%;
        z-index: 200000;
        _position: absolute;
        _top: expression(eval(document.documentElement.scrollTop+71));
    }

        #fixedLayertop a {
            display: block;
            width: 50px;
            height: 55px;
                cursor: pointer;
        }

    a.weixin {
        background: url(../images/wx22.png) no-repeat center center;
    }

    a.sina {
        background: url(../images//wb22.png) no-repeat center center;
    }

    a.zx {
        background: url(..//images/Main/zx22.png) no-repeat center center;
    }

    a.top {
        background: url(../images/top22.png) no-repeat center center;
    }

    .close {
        background: url(../images/close22.png) no-repeat center center;
        width: 50px;
        height: 28px;
        margin-top: 15px;
        _margin-top: 0;
        cursor: pointer;
    }
    /* .weixin_img{display: none;height: 130px;left: -152px;position: absolute;top: -40px;width: 130px;border: 5px solid #9c65b2;border-radius: 5px;}
 */
    .weixin_img {
        display: none;
        width: 147px;
        height: 140px;
        left: -150px;
        position: absolute;
        top: -8px;
        background: url(../images/sj.png) no-repeat 140px center
    }

        .weixin_img img {
            width: 120px;
            height: 120px;
            padding: 10px;
            background: #9c65b2;
            border-radius: 5px 0px 0px 5px;
        }
