#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333;background: #fff;}
.inner{overflow: hidden;width: 100%; margin: 0 auto;}
img{ overflow:hidden;display:block;border: none;}
.header{
    overflow: hidden;
    width: 100%;
    background-color: #235578;
    height: 1rem;
    /*line-height: 1rem;*/
    display: flex;
    align-items: center;
}
.header a{
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    margin-left: .25rem;
}
.header a img{
    display: inline-block;
    width: .2rem;
    margin-right: .1rem;
}
.header a span{
    overflow: hidden;
    display: inline-block;
    color: #fff;
    font-size: .32rem;
    line-height: .32rem;
}
.logo{
    overflow: hidden;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: solid .01rem #ccc;
}
.logo img{
    width: 1.82rem;
    margin-left: .2rem;
}
.web-banner{
    overflow: hidden;
    position: relative;
    width: 7.5rem;
    padding: .4rem .25rem;
    border-bottom: solid .2rem #f7f7f7;
    margin: 0 auto;
}
.web-banner span{
    overflow: hidden;
    display: block;
    font-size: .28rem;
}
.web-banner span.size{
    font-size: .32rem;
    margin-bottom: .2rem;
    color: #003355;
}
.web-content{
    overflow: hidden;
    width: 100%;
}
.web-content .web-page{
    overflow: hidden;
    width: 7.5rem;
    padding: .5rem .25rem;
    border-bottom: solid .2rem #f7f7f7;
    margin: 0 auto;
}
.web-content .web-page.bg{
    background: url("/images/about/security/pic2-m.jpg") no-repeat center;
    background-size: 100% 100%;
    height: 8.01rem;
    width: 7.5rem;
    padding: .5rem .25rem;
}
.web-content .web-page.bg-1{
    background: url("/images/about/security/pic5-m.jpg") no-repeat center;
    background-size: 100% 100%;
    height: 7.91rem;
}
.web-content .web-page.padding{
    position: relative;
}
.web-content .web-page.padding-1{
    width: 7.5rem;
    padding: .5rem 0;
}
.web-content .web-page .left{
    overflow: hidden;
    float: left;
    width: 100%;
}
.web-content .web-page .left .arrow-left{
    overflow: hidden;
    display: none;
    position: absolute;
    bottom: 0;
}
.web-content .web-page .right{
    overflow: hidden;
    float: left;
    width: 100%;
}
.web-content .web-page .right .hide{
    display: none;
}
.web-content .web-page .right .arrow-right{
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
}
.web-content .web-page .title{
    overflow: hidden;
    /*height: .57rem;
    line-height: .57rem;*/
    display: flex;
    align-items: center;
}
.web-content .web-page .title img{
    overflow: hidden;
    display: inline-block;
    margin-right: .1rem;
    width: .67rem;
    /*height: .57rem;*/
}
.web-content .web-page .title span{
    overflow: hidden;
    display: inline-block;
    font-size: .32rem;
    /*line-height: .57rem;*/
    color: #003355;
}
.web-content .web-page .title a{
    overflow: hidden;
    display: inline;
    color: #003355;
}
.web-content .web-page .con{
    overflow: hidden;
}
.web-content .web-page .con .left-con{
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: .35rem;
}
.web-content .web-page .con .left-con span{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .28rem;
    margin-bottom: .1rem;
    font-weight: bold;
}
.web-content .web-page .con .left-con p{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
}
.web-content .web-page.border .con .left-con{
    width: 100%;
}
.web-content .web-page.border .con .left-con img{
    width: 6.51rem;
    margin: .3rem auto 0 auto;
}
.web-content .web-page .con .left-con .con-nav{
    overflow: hidden;
    width: 7rem;
}
.web-content .web-page .con .left-con .con-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.web-content .web-page .con .left-con .con-nav ul li{
    overflow: hidden;
    list-style: none;
    float: left;
    font-size: .28rem;
    width: 50%;
    text-align: center;
    padding: .15rem 0;
}
.web-content .web-page .con .left-con .con-nav ul li.on{
    border-bottom: solid .03rem #003355;
    color: #003355;
}
.web-content .web-page .con .left-con .con-nav ul li span{
    font-weight: normal;
}
.web-content .web-page .con .left-con .con-nav ul li.on span{
    font-weight: bold;
}
.web-content .web-page .con .left-con .con-list{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 6.8rem;
    height: 4.7rem;
    border-top: solid .01rem #ccc;
    background: #f7f7f7;
    padding: .35rem .1rem;
    display: none;
}
.web-content .web-page .con .left-con .con-list p{
    overflow: hidden;
    display: block;
    font-size: .24rem;
    line-height: .48rem;
    width: 100%;
}
.web-content .web-page .left-con .con-list .item{
    overflow: hidden;
}
.web-content .web-page  .left-con .con-list .item span{
    overflow: hidden;
    display: inline-block;
    font-size: .24rem;
    line-height: .36rem;
    color: #333;
    font-weight: normal;
}
.web-content .web-page .left-con .con-list .item a{
    overflow: hidden;
    display: inline;
    color: #035b83;
}
.web-content .web-page .left-con .con-list .list{
    overflow: hidden;
    position: relative;
}
.web-content .web-page .left-con .con-list .list span{
    overflow: hidden;
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    font-weight: normal;
}
.web-content .web-page .left-con .con-list .list img{
    width: 5.52rem;
    margin: .3rem auto;
    box-shadow: rgba(0,0,0,.25) 0 0 .18rem;
}
.web-content .web-page .con1{
    overflow: hidden;
    margin-top: .35rem;
}
.web-content .web-page .con1 span{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
    font-weight: bold;
}
.web-content .web-page .con1 p{
    overflow: hidden;
    display: block;
    font-size: .28rem;
    line-height: .48rem;
}
.web-content .web-page .con1 p.margin{
    margin-bottom: .3rem;
}
.web-content .web-page .con1 p.color{
    width: 5.8rem;
    color: #666;
    margin: 0 auto;
    text-align: justify;
    font-size: .24rem;
    line-height: .38rem;
}
.web-content .web-page .con1 img{
    margin: .4rem auto .2rem auto;
    width: 6.11rem;
}
.web-content .web-page .con1 img.hide{
    display: none;
}
.web-content .web-page.padding-1 .con1 img{
    margin: 0;
    width: 7.5rem;
}
.web-content .web-page.bg-1 .title{
    height: auto;
}
.web-content .web-page.bg-1 .title span{
    display: inline-block;
    margin: 0!important;
    font-size: .32rem!important;
    line-height: .57rem;
    font-weight: normal;
}
.web-content .web-page.bg-1 .title img{
    margin: 0 .1rem 0 0;
    width: .57rem;
}
.web-content .web-page.padding-1 .title{
    margin-left: .25rem;
}
.web-content .web-page.bg-1 .con1{
    width: 100%;
    margin-top: 0;
}
.web-content .web-page.bg-1 .con1 span{
    margin-top: .35rem;
}
.web-content .web-page.padding-1 .con1{
    margin-top: .35rem;
}
.web-content .web-page.padding-1 .con1 span{
    margin: 0 .25rem;
}
.web-content .web-page.padding-1 .con1 p{
    margin: 0 .25rem;
}
.web-content .web-page .con-hide{
    overflow: hidden;
    width: 93.5%;
    background: #f7f7f7;
    padding: 14px 0;
    margin: 30px 0 15px 60px;
}
.web-content .web-page .con-hide .hide-title{
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.web-content .web-page .con-hide .hide-title span{
    overflow: hidden;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.web-content .web-page .con-hide .hide-title img{
    display: inline-block;
}
.web-content .web-page .con-hide .show-con{
    overflow: hidden;
    display: none;
}
.web-content .web-page .con-hide .show-con .title{
    overflow: hidden;
    margin-left: 20px;
}
.web-content .web-page .con-hide .show-con .title span{
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #333;
}
.web-content .web-page .con-hide .show-con .title a{
    overflow: hidden;
    display: inline;
    color: #0096dc;
    text-decoration: none;
}
.web-content .web-page .con-hide .show-con .con-list{
    overflow: hidden;
    margin-top: 5px;
}
.web-content .web-page .con-hide .show-con .con-list .list{
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative;
}
.web-content .web-page .con-hide .show-con .con-list .list.width{width: 100%}
.web-content .web-page .con-hide .show-con .con-list .list span{
    overflow: hidden;
    display: block;
    width: 94%;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 28px;
}
.web-content .web-page .con-hide .show-con .con-list .list .small{
    overflow: hidden;
    width: 552px;
    height: 482px;
    margin: 0 auto;
}
.web-content .web-page .con-hide .show-con .con-list .list .small-1{
    overflow: hidden;
    width: 552px;
    height: 482px;
    margin-top: 33px;
}
.web-content .web-page .con-hide .show-con .con-list .list .big{
    display: none;
    position: absolute;
    top:0;
}
.web-content .web-page .con-hide .show-con .con-list .list img{
    margin-bottom: 10px;
}
.web-content .web-page .con-hide .show-con .con-list .list img.margin{
}
.web-content .web-page .con-hide .show-con .con-list .list.width img{
    margin: 0 auto;
}
.web-content .web-page .img-list{
    overflow: hidden;
    position: relative;
}
.web-content .web-page .img-list img{
    width: 6.2rem;
    margin: .3rem auto 0 auto;
}
.web-content .web-page .img-list span.masking{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 2rem;
    left: 0;
    background: rgba(255,255,255,.5);
    opacity: 0;
    animation: masking infinite;
    animation-duration: .5s;
    -webkit-animation:masking .5s infinite;
    animation-fill-mode: backwards;
}
@-webkit-keyframes masking {
    0% { bottom:0;opacity: 0;}
    100%{ bottom:4rem;opacity: .2;}
}
@keyframes masking {
    0% { bottom:0;opacity: 0;}
    100%{ bottom:4rem;opacity: .2;}
}
.m-more{
    overflow: hidden;
    padding-bottom: 1rem;
    background: #f7f7f7;
}
.m-more .layout-1{
    overflow:hidden;
    height:1.65rem;
}
.m-more .layout-1 a{
    overflow:hidden;
    padding-top:.4rem;
    padding-left:3.2rem;
    background-color:#456d88;
    width:100%;
    height: 100%;
    display:block;
    -webkit-transition:all .3s;
    transition:all .3s;
}
.m-more .layout-1 a .item-a{
    font-size:.28rem;
    color:#fff;
    letter-spacing:1px;
    padding-bottom:.15rem;
}
.m-more .layout-1 a .item-b{
    padding-left:2.1rem;
    font-size:0;
}
.m-more .layout-1 a .item-b em{
    color:#fff;
    font-size:.28rem;
    border-bottom:.02rem solid #fff;
    margin-right:.3rem;
    vertical-align:middle;
}
.m-more .layout-1 a .item-b i{
    vertical-align:middle;
    display:inline-block;
    background-image:url(/images/sprites-index-2x.png?v=20171128);
    background-position:-12.47rem -10.65rem;
    background-size:13.05rem 12.64rem;
    width:.45rem;
    height:.29rem;
}
.m-more .layout-1 a:hover{  background-color:#718d9e}
.m-more .layout-2{padding:.5rem 0}
.m-more .layout-2 .item-1{
    font-size:.24rem;
    color:#999;
    text-align:center;
    line-height:1.8;
}



















