.listpage {padding: 0.65rem 0.3rem;}
.listpage .title{}
.listpage .title h2{font-size: 0.34rem;line-height: 1.5;}
.listpage .title p{font-size: 0.24rem;line-height: 1.5;}
.listpage .text{font-size: 0.24rem;padding-top: 0.2rem;}
.listpage .text p{text-indent:2em;}
.listpage .table{padding-top: 0.7rem;}
.listpage .table table{width: 100%;}
.listpage .table table td{border: 1px solid #e9e9e9;text-align: center;width: 50%;}
.listpage .table table td h2{font-size: 0.24rem;color: #474747;margin-top: 0.15rem;margin-bottom: 0.5rem;}

.preface{ margin: 0.3rem;position: relative;padding-bottom: 0.8rem;}
.preface .h2{text-align: center;font-size: 0.34rem;padding-top: 0.5rem;padding-bottom: 0.3rem;}
.preface .context{font-size: 0.24rem;color: #;padding: 0 0.3rem;}
.preface .context p{text-indent:2em;padding-bottom: 0.1rem;text-align: justify;}
.preface .border-box1{background: url(/static/image/sino/mobile/images/preface-icon1.png) no-repeat ;width: 2.02rem;height: 2.01rem;position: absolute;top: 0;right: 0;background-size: cover;}
.preface .border-box2{background: url(/static/image/sino/mobile/images/preface-icon1.png) no-repeat ;width: 2.02rem;height: 2.01rem;position: absolute;bottom: 0;left: 0;background-size: cover;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.detailed {position: relative;margin: 0 0.3rem;margin-top: 0.6rem;}
.detailed .frame{overflow: hidden;}
.detailed .child{float: left;width: 100%;}
.detailed .img{text-align: center;}
.detailed .text{padding-top: 0.5rem;font-size:0.24rem;word-break:normal;word-wrap:break-word;}
.detailed .text.now{display:block;}
.detailed .text h2{font-size: 0.34rem; color: #474747;padding-bottom: 0.25rem;}
.detailed .text p{font-size: 0.24rem; color: #474747;padding-bottom: 0.25rem;word-break: break-all;}
.detailed .a{display: block;width: 0.33rem;height: 0.68rem; background: url(/static/image/sino/mobile/images/detailed-icon2.png) no-repeat;position: absolute;top: 2.5rem;background-size: 0.33rem 1.36rem;}
.detailed .a.prev{left: 0.3rem;}
.detailed .a.next{right: 0.3rem;background-position: 0 -0.68rem;}
 

.home{background: url(/static/image/sino/mobile/images/home.jpg) no-repeat;width: 6.4rem;height: 10.88rem;background-size: 6.4rem 10.88rem; position: relative;}
.home .link{text-align: center;position: absolute;top: 8.3rem;width: 100%;}
.home .link a{position: relative;display: inline-block;font-size: 0.2rem;color: #fff;padding: 0 0.4rem;height: 0.5rem;line-height: 0.5rem;margin: 0 0.1rem;}
.home .link a:before{content: "";background: url(/static/image/sino/mobile/images/home-icon.png) no-repeat;width: 0.31rem;height: 0.5rem;display: block;position: absolute;top: 0;left: 0;background-size: 0.31rem 0.5rem;}
.home .link a:after{content: "";background: url(/static/image/sino/mobile/images/home-icon.png) no-repeat;width: 0.31rem;height: 0.5rem;display: block;position: absolute;top: 0;right: 0;background-size: 0.31rem 0.5rem;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.home .link1 {position: absolute;left: 0;text-align: center;top: 9.15rem;width: 100%;z-index: 99;}
.home .link1 a{font-size: 0.2rem;color: #fff;display: inline-block;}
.home .link1 a span{display:inline-block;height: 0.6rem;width:100%;background: url(/static/image/sino/mobile/images/home-icon1.png) no-repeat center top;background-size: 0.9rem 0.59rem;animation:a1 1.2s linear 0s infinite;-webkit-animation:a1 1.2s linear 0s infinite;}
@-webkit-keyframes a1{
0%{-webkit-transform:translateY(0);}
50%{-webkit-transform:translateY(-8px);}
100%{-webkit-transform:translateY(0);}
}
@keyframes a1{
0%{transform:translateY(0);}
50%{transform:translateY(-8px);}
100%{transform:translateY(0);}
}

.menu_nav{position: absolute;top: rem;left: 0;background:#131c37 url(/static/image/sino/mobile/images/main-nav-icon1.png) no-repeat right bottom; width: 100%;z-index: 99;padding: 0.7rem 0.3rem;display: none;}
.menu_nav .button{font-size:0.24rem;color:#fff;margin-top:0.5rem;}
.menu_nav .title{color: #ffffb9;font-size: 0.3rem;display: block;padding-bottom: 0.3rem;}
.menu_nav .box:nth-child(3){margin-top: 0.9rem;}
.menu_nav .box .list .item{border-top: 1px solid #313c5b;padding: 0.2rem 0; position:relative}
.menu_nav .box .list .item .item-a{font-size: 0.24rem;color: #fff;display: block;position: relative;}
.menu_nav .box .list .item .list1{padding: 0.1rem 0;display: none;}
.menu_nav .box .list .item .list1 a{font-size: 0.24rem;color: #c0bfbf;display: block;padding-top: 0.15rem;}
.menu_nav .box .list .item .list1 a:hover{color: #4b86e7;}
.menu_nav .box .arrow{position:absolute;right:0;top:0.1rem;width:0.6rem;height:0.6rem;}
.menu_nav .box .arrow:after{content:"";width: 0;height: 0; width: 0;
transform: rotate(180deg);-webkit-transform: rotate(180deg);
    border-left: 0.135rem solid transparent;
    border-right: 0.135rem solid transparent;
    border-bottom: 0.12rem solid #55679f;position: absolute;top: 50%;right: 0.1rem;margin-top:-0.07rem;}
.menu_nav .box .arrow.now:after{content: "";transform: rotate(0deg);-webkit-transform: rotate(0deg);}
