body{
    background: #fff;
}
/* banner */
.slide {
    position: relative;
    width: 667px;
    height: 375px;
    overflow: hidden;
  }
  .slide:hover .arrow-left,
  .slide:hover .arrow-right {
    opacity: 0.86;
  }
  .slide .arrow-left,
  .slide .arrow-right {
    position: absolute;
    width: 20px;
    height: 37px;
    background-image: url(/vpn/89/https/P7XHILUINSWC635QPZYGG5C/default/xhtml/shangxia/images/index/left.png;vpn_img);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -40px;
    z-index: 22;
    opacity: 0;
    background-size: 100%;
  }
  .slide .arrow-left {
    background-position: 0 0;
    left: 27px;
  }
  .slide .arrow-right {
    background-image: url(/vpn/89/https/P7XHILUINSWC635QPZYGG5C/default/xhtml/shangxia/images/index/right.png;vpn_img);
    background-position: right 0;
    right: 23px;
  }
  .slide .swiper-slide {
    position: relative;
    float: left;
  }
  .slide .swiper-slide a {
    display: block;
  }
  .slide .swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 2%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
  }
  .slide .pagination {
    position: absolute;
    bottom: 13px;
    right: 0;
    z-index: 29;
    width: 110px;
    left: auto;
    text-align: right;
    padding-right: 8px;
  }
  .slide .pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
  }
  .slide .pagination .swiper-active-switch {
    background-color: #ffffff;
  }
  .slide {
    width: 667px;
    height: 375px;
  }
  .slide .swiper-slide {
    height: 375px;
  }
  .slide .swiper-slide img {
    width: 100%;
    height: auto;
    min-height:375px
  }
/* banner end  */
.tzgg{
    overflow: hidden;
    position: relative;
    margin: 25px auto;
    background-color: #F7F7F7;
}
.tzgg .ggtitle{
    float: left;
    width: 95px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: url(../images/index/tzggbg.png;vpn_img) no-repeat;
    background-size: 100% 100%;
}
.tzgg ul{
    position: absolute;
    right: 0;
    padding: 0 26px;
    width: 1105px;
    height: 500%;
    line-height: 42px;

}
.tzgg ul li{
    width: 100%;
    height: 42px;
    font-size: 15px;
}
.tzgg ul li span{
    float: right;
    color: #666;
}
.tzgg ul li a{
    overflow: hidden;
    float: left;
    width: 80%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.tzgg ul li a:hover{
    color: #1C63C3;
}

.tophot{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFEAF2;
}
.tophot h2{
    text-align: center;
    font-size: 31px;
}
.tophot h2 a{
    color: #1C63C3;
}
.tophot .memo{
    margin-top: 10px;
    font-size: 18px;
}
.news{
    margin-top: 20px;
}
.newsnav ul{
    text-align: center;
}
.newsnav li{
    position: relative;
    display: inline-block;
    padding: 0 37px 15px;
    font-size: 20px;
}
.newsnav li.on{
    font-weight: bold;
}
.newsnav li.on a{
    color: #1C63C3;
}
.newsnav li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
    width: 0px;
    height: 3px;
    background-color: #1C63C3;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
.newsnav li.on:after{
    width: 37px;
}
.newscontent{
    margin-top: 25px;
}
.newscontent .left{
    float: left;
    width: 707px;
}
.newscontent .right{
    float: right;
    width: 493px;
}
.newscontent img{
    width: 100%;
}
.newscontent .right ul{
    display: none;
}
.newscontent .right ul.on{
    display: block;
}
.newscontent .right li{
    padding: 15px 16px;
    height: 113px;
}
.newscontent .right .gwylist li{
    padding: 0;
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
}
.newscontent .right .gwylist p{
    overflow: hidden;
    float: left;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newscontent .right .gwylist span{
    float: right;
}
.newscontent .right .gwylist + .more{
    margin-top: 8px;
}
.newscontent .right li.on{
    box-shadow: 0px 0px 8.3px 0px #2365BA33;
}
.newscontent .right li.on a{
    color: #1C63C3;
}
.newscontent .right .lileft{
    float: left;
    width: 125px;
}
.newscontent .right .liright{
    float: right;
    width: 322px;
}
.newscontent .right h4{
    font-size: 15px;
}
.newscontent .right .liright h4 a{
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.newscontent .right .memo{
    margin-top: 9px;
    font-size: 13px;
    color: #808080;
    line-height: 21px;
}
.newscontent .right .more{
    padding-left: 16px;
    margin-top: 5px;
    width: 100%;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 13px;
}
.newscontent .right .more a{
    display: block;
    width: 100%;
    height: 100%;
    color: #A4A4A4;
    background-color: #f7f7f7;
}
.newscontent .right .more a:hover{
    color: #1C63C3;
}
.zwgkbox {
    margin-top: 10px;
}
.zwgkbox .gktitle{
    width: 100%;
    height: 85px;
    background: url(../images/index/zwgktitle.png;vpn_img) no-repeat;
}
.zwgkbox .gkxx{
    margin-top: 25px;
}
.zwgkbox .gkxx .left{
    position: relative;
    float: left;
    width: 619px;
}

.gkxx .right{
    float: right;
    width: 532px;
}
.gkxx .right li{
    float: left;
    padding-top: 30px;
    width: 161px;
    height: 133px;
    text-align: center;
    box-shadow: 0px 0px 17.43px 0px #1B79DB19;
}
.gkxx .right li + li{
    margin-left: 24px;
}
.gkxx .right li p{
    font-size: 14px;
    margin-top: 25px;
}
.gkxx .right li:nth-child(4){
    margin-left: 0;
}
.gkxx .right li.line2{
    margin-top: 25px;
}
.ztzl{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    height: 160px;
}
.ztzl ul{
    position: absolute;
    width: 300%;
}
.ztzl ul li{
    float: left;
    width: 286px;
    height:160px;
}
.ztzl ul li img{
    width: 100%;
    height: 100%;
}
.ztzl ul li + li{
    margin-left: 19px;
}
.ztzl .btn{
    display: none;
    position: absolute;
    width: 34px;
    height: 100%;
    line-height: 160px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
}
.ztzl:hover .btn{
    display: block;
}
.ztzl .next{
    right:0;
}
.djxx {
    display: none;
    margin-top: 20px;
}
.ggfwbox{
    margin-top: 10px;
}
.ggfwbox .fwtitle{
    margin-bottom: 20px;
    width: 100%;
    height: 85px;
    background: url(../images/index/ggfwtitle.png;vpn_img) no-repeat;
}
.ggfwbox .lylxbox > div{
    float: left;
    height: 462px;
}

.ggfwbox .lylxbox .small{
    float: right;
    padding: 150px 0;
    width: 103px;
    height: 100%;
    text-align: center;
    background: url(../images/index/lylxbg1.png;vpn_img) no-repeat;
}
.ggfwbox .lylxbox .szwl .small{
    background-image: url(../images/index/szwlbg1.png;vpn_img);
}
.ggfwbox .lylxbox .wllt .small{
    background-image: url(../images/index/wlltbg1.png;vpn_img);
}
.ggfwbox .lylxbox .wlml .small{
    background-image: url(../images/index/wlmlbg1.png;vpn_img);
}
.ggfwbox .lylxbox .szwl .small{
    float: left;
}
.ggfwbox .lylxbox .small img{
    width: 26px;
}
.ggfwbox .lylxbox .small p{
    margin-top: 20px;
    padding: 0 35px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.ggfwbox .lylxbox .big{
    overflow: hidden;
    position: relative;
    float: left;
    width: 0;
    height: 100%;
    background: url(../images/index/lylxbg2.png;vpn_img) no-repeat;
    transition: all .5s;
}
.ggfwbox .lylxbox .szwl .big{
    background-image: url(../images/index/szwlbg2.png;vpn_img);
}
.ggfwbox .lylxbox .wllt .big{
    background-image: url(../images/index/wlltbg2.png;vpn_img);
}
.ggfwbox .lylxbox .wlml .big{
    background-image: url(../images/index/wlmlbg2.png;vpn_img);
}

.ggfwbox .lylxbox > div.on .big{
    width: 782px;
}
.ggfwbox .lylxbox .big .info{
    position: absolute;
    top: 380px;
    left: 30px;
}

.lylxbox .big .info .infotitle{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}
.lylxbox .big .info .infotitle > *{
    vertical-align: middle;
}
.lylxbox .big .info .infotitle img{
    width: 34px;
    margin-right: 10px;
}
.lylxbox .big .info p{
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}
.fwnews{
    margin-top: 20px;
}
.fwnews .left{
    float: left;
    position: relative;
    width: 619px;
}
.fwnews .left .content{
    margin-top: 30px;
}
.fwnews .left .content > div{
    display: none;
    position: relative;
}
.fwnews .left .content div img{
    width: 100%;
    height: 379px;
}
.fwnews .left .content div p{
    overflow: hidden;
    position: absolute;
    bottom: -29px;
    left: 10%;
    width: 80%;
    height: 58px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 17.43px 0px #1B79DB19;
}
.fwnews .left .content div p a{
    color: #333;
}
.fwnews .left .content div p a:hover{
    color: #1C63C3;
}
.fwnews .left .content > div.on{
    display: block;
}

.fwnews .right{
    position: relative;
    float: right;
    width: 534px;
}
.fwnews .right .content{
    margin-top: 30px;
}
.fwnews .right .content > div{
    display: none;
}
.fwnews .right .content > div.on{
    display: block;
}

.fwnews .right .ycxx{
    overflow-y: auto;
    width: 100%;
    height: 408px;
}
.fwnews .right .ycxx::-webkit-scrollbar{
    display: none;
}
.fwnews .right .ycxx li{
    padding-left: 33px;
    background: url(../images/index/listline.png;vpn_img) no-repeat 0 5px;
}
.fwnews .right .ycxx li div{
    overflow: hidden;
    padding-bottom: 20px;
    border-radius: 8px;
    background-color: #EAF4FF;
}
.fwnews .right .ycxx li + li{
    margin-top: 15px;
}
.fwnews .right .ycxx li p{
    padding: 0 20px;
}
.fwnews .right .ycxx li .time{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #6F8498;
    background-color: #D7E8FA;
}
.fwnews .right .ycxx li .title{
    overflow: hidden;
    margin: 10px auto 5px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
}
.fwnews .right .ycxx li .memo{
    line-height: 20px;
    color: #999;
    font-size: 14px;
}
.fwpt{
    margin-top: 40px;
    padding: 25px 0;
    width: 100%;
    background: url(../images/index/fwptbg.png;vpn_img) repeat-x;
}
.fwpt ul{
    text-align: center;
}
.fwpt li{
    display: inline-block;
    margin: 0 90px;
}
.fwpt li img{
    height: 46px;
}
.fwpt li p{
    margin-top: 16px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.zmhdbox{
    padding-bottom: 30px;
    margin-top: 10px;
}
.zmhdbox .hdtitle{
    height: 80px;
    background: url(../images/index/zmhdtitle.png;vpn_img) no-repeat;
}
.zmhdbox .hdbox{
    margin-top: 30px;
}
.zmhdbox .hdbox .left{
    position: relative;
    float: left;
    width: 579px;
}
.zmhdbox .hdbox .left .content{
    margin-top: 25px;
}
.zmhdbox .hdbox .left .content > div{
    display: none;
}
.zmhdbox .hdbox .left .content > div.on{
    display: block;
}
.zmhdbox .hdbox .left .leftimg{
    float: left;
    width: 301px;
    height: 170px;
}
.zmhdbox .hdbox .left .leftimg img{
    width: 100%;
    height: 100%;
}
.zmhdbox .hdbox .left .rightinfo{
    float: right;
    padding: 20px 0 0 25px;
    width: 278px;
    height: 170px;
    border: 1px solid #e8e8e8;
}
.hdbox .left .rightinfo div + div{
    margin-top: 7px;
}
.hdbox .left .rightinfo span{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    float: left;
}
.hdbox .left .rightinfo .title span + span,
.hdbox .left .rightinfo .guest span + span {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hdbox .left .rightinfo span:first-child{
    color: #1C63C3;
}
.hdbox .left .rightinfo span + span{
    width: 195px;
    color: #000;
}
.hdbox .left .rightinfo span + span a{
    color: #000;
}
.hdbox .left .content .dclist{
    margin-top: -1px;
}
.hdbox .left .content .dclist li{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.hdbox .left .content .dclist li + li{
    margin-top: 9px;
}
.dclist li .status{
    display: inline-block;
    width: 15%;
    text-align: center;
    background: #EAF4FF;
    color: #000;
    vertical-align: middle;
}
.dclist li .status.on{
    color: #fff;
    background: #1C63C3;
}
.dclist li a{
    padding-left: 15px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dclist li .time{
    display: inline-block;
    vertical-align: middle;
    color: #999;
}
.hdbox .left .xxzj{
    margin-top: 25px;
}
.hdbox .left .xxzj .ldxx{
    width: 100%;
    /*float: left;*/
    background: url(../images/index/jzxx_b.png;vpn_img) no-repeat;
}
.hdbox .left .xxzj .yjzj{
    float: right;
}
.hdbox .left .xxzj > div{
    padding: 22px 43px;
    width: 281px;
    height: 109px;
    background: url(../images/index/xxzjbg.png;vpn_img) no-repeat;
}
.hdbox .left .xxzj > div div{
    display: inline-block;
    vertical-align: middle;
}

.hdbox .left .xxzj > div a:first-child{
    display: block;
    font-size: 20px;
    font-weight:bold;
    color: #2E54AC /*#1699FF*/;
}
.hdbox .left .xxzj > div a + *{
    display: block;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #489AF9;
}
.hdbox .right{
    float: right;
    position: relative;
    width: 579px;
}
.hdbox .right .jbpt{
    margin-top: 11px;
    padding: 5px;
    width: 100%;
    background: url(../images/index/jbptbg.png;vpn_img) no-repeat;
    background-size: 100% 100%;
}
.hdbox .right .jbpt li{
    float: left;
    margin: 5px 8px;
    padding: 5px 0 0 10px;
    width: 263px;
    height: 65px;
    font-size: 13px;
    background: url(../images/index/ptlibg.png;vpn_img) no-repeat 100% 100%;
}
.hdbox .right .jbpt li.jb img {
    width: 105px;
}
.hdbox .right .jbpt .ffzz {
    width: 96%;
    margin: 5px 8px;
    padding: 10px 0 10px 22px;
    min-height: 50px;
    font-size: 14px;
    background: url(../images/index/ptlibg.png;vpn_img) no-repeat;
    background-size: 100% 100%;
}
.hdbox .right .jbpt .ffzz span {
    font-size: 16px;
    font-weight: 700;
    color: #6f90c9;
}
.hdbox .right .comcontent{
    margin-top: 20px;
}
.hdbox .right .comcontent li{
    height: 36px;
    line-height: 36px;
}
/* æ‰§æ³•ä¿¡æ¯ */
.comcontent.zfxx ul{display: block;}
.comcontent.zfxx>div{display: none;height: 108px;overflow: hidden;}
.comcontent.zfxx>div.on{display: block;}

/* ä¸¾æŠ¥å¹³å° */
.jbpt_swiper{position: relative;}
.jbpt_swiper .arrow-left,.jbpt_swiper .arrow-right{
    position: absolute;top: 50%;display: block;width: 23px;height: 23px;margin-top: -11.5px; line-height: 23px;
    font-size: 16px;color:#fff;z-index: 2;border-radius: 50%;text-align: center;
    background:url(../images/index/icon_arrow_left.png;vpn_img) no-repeat center #9BB8DEFF;background-size: 7px;
}
.jbpt_swiper .arrow-left{left:0;}
.jbpt_swiper .arrow-right{right:0;background-image: url(../images/index/icon_arrow_right.png;vpn_img);}
.jbpt_swiper .arrow-left:hover,.jbpt_swiper .arrow-right:hover{background-color: #6F90C9FF;}
.jbpt_swiper .swiper-button-disabled,.jbpt_swiper .swiper-button-disabled:hover{opacity: .6;cursor: default;background-color: #9BB8DEFF;}


@media (max-width:1200px){
    .slide .swiper-slide,.slide .swiper-slide img,.slide{
        height: 235px;
    }
    .slide .swiper-slide img{
        min-height: 235px;
    }
    .newscontent .right .gwylist li{
        padding-left: 0;
    }
    .tzgg .ggtitle{
        width: 30%;
    }
    .tzgg ul{
        padding: 0;
        width: 70%;
    }
    .tzgg ul li a{
        width: 100%;
    }
    .tzgg ul li span{
        display: none;
    }
    .tophot h2{
        font-size: 22px;
    }
    .tophot .memo{
        font-size: 16px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newsnav ul{
        text-align: left;
    }
    .newsnav li{
        font-size: 18px;
        width: 49%;
        text-align: center;
    }
    .newscontent .left{
        width: 100%;
    }
    .newscontent .right{
        width: 100%;
    }
    .newscontent .right .lileft{
        width: 40%;
    }
    .newscontent .right .liright{
        padding-left: 5px;
        width: 60%;
    }
    .newscontent .right li{
        padding: 10px;
    }
    .newscontent .right h4{
        font-size: 14px;
    }
    .newscontent .right .memo{
        margin-top: 4px;
        font-size: 12px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newscontent .right .more{
        padding-left: 0;
    }
    .zwgkbox .gkxx .left{
        width: 100%;
    }
    .zwgkbox .gktitle,.ggfwbox .fwtitle,.zmhdbox .hdtitle{
        height: 50px;
        background-position: top center;
        background-size: 200%;
    }
    .gkxx .right{
        width: 100%;
    }
    .gkxx .right li{
        margin-top: 25px;
        width: 50%;
    }
    .gkxx .right li + li{
        margin-left: 0;
    }
    .ztzl .btn{
        display: block;
    }
    .ggfwbox .lylxbox .small{
        padding: 70px 0;
        display: block !important;
        width: 100%;
        background-size: 100% 100%;
    }
    .ggfwbox .lylxbox .big{
        display: none !important;
    }
    .ggfwbox .lylxbox > div{
        width: 25%;
        height: 300px;
    }
    .fwnews .left{
        width: 100%;
    }
    .fwnews .left .content{
        margin-top: 10px;
    }
    .fwnews .left .content div img{
        height: 240px;
    }
    .fwnews .left .content div p{
        bottom: -14px;
        font-size: 13px;
        height: 26px;
        line-height: 26px;
    }

    .fwnews .right{
        margin-top: 40px;
        width: 100%;
    }
    .fwnews .right .ycxx{
        height: auto;
    }
    .fwnews .right .ycxx li .title{
        font-size: 15px;
    }
    .fwnews .right .content{
        margin-top: 10px;
    }
    .fwnews .right .ycxx li .time{
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .fwnews .right .ycxx li .memo{
        font-size: 13px;
    }
    .fwpt{
        background-size: 100% 100%;
    }
    .fwpt li{
        display: inline-block;
        margin-top: 10px;
        font-size: 0;
        margin-left: 0;
        margin-right: 0;
        width: 49%;
    }
    .fwpt li p{
        font-size: 14px;
    }
    .zmhdbox .hdbox .left{
        width: 100%;
    }
    .zmhdbox .hdbox .left .leftimg{
        width: 100%;
        height: 220px;
    }
    .zmhdbox .hdbox .left .rightinfo{
        width: 100%;
        margin-top: 10px;
    }
    .hdbox .left .rightinfo span + span{
        width: 84%;
    }
    .hdbox .left .xxzj{
        margin-top: 10px;
    }
    .hdbox .left .xxzj > div{
        width: 100%;
        background-size: 100% 100%;
    }
    .hdbox .left .xxzj .yjzj{
        margin-top: 10px;
    }
    .hdbox .right{
        margin-top: 20px;
        width: 100%;
    }
    .hdbox .right .jbpt{
        background-size: 100% 100%;
    }
    .hdbox .right .jbpt li{
        margin: 10px 0;
        width: 100%;
        font-size: 14px;
        background-size: 100% 100%;
    }
    .hdbox .right .jbpt .ffzz{
        margin: 10px 0;
        width: 100%;
        background-size: 100% 100%;
    }
}
.ysfc{
  position: fixed;
  width: 220px;
  left: 10px;
  bottom: 24px;
  z-index: 999;
}
.ysfc li{
  width:100%;
}
.ysfc li + li{
  margin-top:10px;
}
.ysfc li img{
  width:100%;
}
@media screen and (max-width: 1500px){
  .ysfc li,.ysfc{
    width: 110px;
    left: 5px;
  }
}
@media screen and (max-width: 1200px){
  .ysfc{
    display:none;
  }
}
.ysfc-close {
    position: absolute;
    top: -12px;
    right: -9px;
    background: #005293;
    border-radius: 80px;
    color: #fff;
    padding: 4px 9px;
    font-weight: bolder;
}