#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333}
img{ overflow:hidden;display:block;border: none;}
.m-account{
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("/images/index/h_banner.jpg") no-repeat center top;
    background-size: cover;
}
.account-btns{
    position: absolute;
    width: 80%;
    left: 50%;
    bottom: 2rem;
    transform: translate(-50%);
    z-index: 9;
    transition: 0.25s;
}
.split-line{
    transform: scaleY(0.6);
    color: #f1f1f1;
}
.swiper-pagination-bullet-active{
    background: #119cfe;
}
.account-btns .btn-primary{
    margin-bottom: .3rem;
}

.m-down{
    overflow: hidden;
    width: 100%;
    margin-top: .3rem;
}
.m-down .link{
    color: #119cfe;
    font-size: .28rem;
    line-height: 2;
    margin-top: .25rem;
    display: block;
}
.m-down .btn{
    min-width: 3.4rem;
    margin:.5rem auto .2rem;
}
.m-down .download-show{
    margin-top: 1.4rem;
    height: 4.4rem;
    background: url("/images/index/download.png") no-repeat center top;
    background-size: 5.2rem;
}
.m-page{
    overflow: hidden;
    position: relative;
}
.m-page.bg-color{background: #f9f9f9}
.m-page .list{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.m-page .list ul{
    overflow: hidden;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.m-page .list ul li{
    overflow: hidden;
    display: block;
    list-style: none;
    width: 4.42rem;
    height: .78rem;
    line-height: .5rem;
    background: url("/images/index/img-li.png") no-repeat bottom right;
    background-size: 3.69rem .26rem;
}
.m-page .list ul li:first-child{
    margin: .58rem 0 .67rem 1.13rem;
    width: 4.42rem;
}
.m-page .list ul li:nth-child(2){
    margin: 0 0 .75rem 1.56rem;
    width: 2.9rem;
    background: url("/images/index/img-li01.png") no-repeat bottom right;
    background-size: 2.16rem .26rem;
}
.m-page .list ul li:nth-child(3){
    margin: 0 0 1.07rem .45rem;
    width: 4.42rem;
}
.m-page .list ul li:last-child{
    margin: 0 0 1.42rem 1.06rem;
    width: 2.9rem;
    background: url("/images/index/img-li01.png") no-repeat bottom right;
    background-size: 2.16rem .26rem;
}
.m-page .list ul li span{
    overflow: hidden;
    display: block;
    font-size: .24rem;
    color: #fff;
    background: url("/images/index/img-bg01.png") no-repeat;
    background-size: 2.38rem .53rem;
    width: 2.38rem;
    height: .53rem;
    text-align: center;
}
.m-page .list-phone{
    overflow: hidden;
    position: absolute;
    right: .25rem;
    top: .68rem;
    height: 5.95rem;
}
.m-page .list-phone img{width: 3.47rem;}
.m-page .hide-con{
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: -1.35rem;
    display: none;
}
.m-page .layout{
    overflow: hidden;
    position: relative;
    height: 6rem;
}
.m-page .layout img{
    width: 5.67rem;
    position: absolute;
    left: .8rem;
    top: .5rem;
    animation: change 5s linear infinite;
    -moz-animation: change 5s linear infinite;
    -webkit-animation: change 5s linear infinite;
    -o-animation: change 5s linear infinite;
}
@keyframes change{
    0% {transform: scale(1,1);}
    50% {transform: scale(1.2,1.2);}
    100% {transform: scale(1,1);}
}
@-webkit-keyframes change{
    0% {transform: scale(1,1);}
    50% {transform: scale(1.2,1.2);}
    100% {transform: scale(1,1);}
}
.m-page .layout span{
    overflow: hidden;
    display: block;
    text-align: center;
    width: 100%;
}
.m-page .layout span.color{
    font-size: .36rem;
    color: #37aeb3;
    margin: 1.8rem 0 .54rem;
}
.m-page .layout .item {
    overflow: hidden;
    background: url("/images/index/img-bg02.jpg") no-repeat;
    background-size: 100% 100%;
    width: 2.94rem;
    height: 1.17rem;
    margin: 0 auto;
    animation: big 1s linear infinite;
    -moz-animation: big 1s linear infinite;
    -webkit-animation: big 1s linear infinite;
    -o-animation: big 1s linear infinite;
}
@keyframes big{
    0% {transform: scale(1,1);}
    50% {transform: scale(1.05,1.05);}
    100% {transform: scale(1,1);}
}
@-webkit-keyframes big{
    0% {transform: scale(1,1);}
    50% {transform: scale(1.05,1.05);}
    100% {transform: scale(1,1);}
}
.m-page .layout .item span {
    font-size: .6rem;
    line-height: .62rem;
    color: #fff;
    margin-top: .1rem;
    font-weight: bold;
}
.m-page .layout .item p {
    color: #fff;
    font-size: .24rem;
    line-height: .26rem;
    text-align: center;
}
.m-page .layout-1{
    overflow: hidden;
    margin: 0 0 .05rem;
}
.m-page .layout-1 span{
    overflow: hidden;
    display: block;
    float: left;
    width: 2.68rem;
    height: 1.17rem;
    font-weight: bold;
    font-size: .32rem;
    line-height: .34rem;
    text-align: center;
    margin: 0 .53rem;
    padding-top: .57rem;
}
.m-page .layout-1 span:first-child{
    background: url("/images/index/icon-tit01.png") no-repeat right;
    background-size: 2.61rem 1.17rem;
    padding-left: .3rem;
}
.m-page .layout-1 span:last-child{
    background: url("/images/index/icon-tit02.png") no-repeat;
    background-size: 2.68rem 1.17rem;
    padding-right: .3rem;
}
.m-page .layout-1 span.size{
    width: 100%;
    height: auto;
    background: none;
    font-size: .6rem;
    line-height: .62rem;
    margin: 0 0 1rem 0;
    padding: 0;
    font-weight: bold;
}
.m-page .layout-2{
    overflow: hidden;
}
.m-page .layout-2 ul{
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.m-page .layout-2 ul li{
    overflow: hidden;
    display: block;
    width: 50%;
    float: left;
    margin-top: .45rem;
}
.m-page .layout-2 ul li img{margin: 0 auto;width: 1.3rem}
.m-page .layout-2 ul li span{
    overflow: hidden;
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    color: #656565;
    text-align: center;
}
.m-page .btn{
    overflow: hidden;
    margin: .6rem 0 .97rem;
}
.m-page .btn a{
    overflow: hidden;
    display: block;
    width: 2.8rem;
    height: .77rem;
    line-height: .77rem;
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    background: #37aeb3;
}
.m-page .btn a:hover{
    background: transparent;
    border: solid 1px #37aeb3;
    color: #37aeb3;
}
.m-banner{
    overflow: hidden;
    position: relative;
    height: 4.12rem;
    background: #eee;
}
.m-banner .banner-list{overflow: hidden;display: block}
.m-banner .banner-list img{width: 7.5rem;height: 4.12rem}
.m-banner .swiper-container{height: 4.12rem}
.m-banner .swiper-pagination{bottom: -.1rem}
.m-banner .swiper-pagination-bullet{
    text-indent: 999px;
    background: rgba(255, 255, 255, .4);
    border-radius: 100%;
    width: .25rem;
    height: .25rem;
    margin: 0 .05rem;
    opacity: 1;
}
.m-banner .swiper-pagination-bullet-active{background: #fff}
/*.m-banner .banner-nav{
    overflow: hidden;
    position: absolute;
    bottom: .26rem;
    width: 100%;
}
.m-banner .banner-nav ul{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-banner .banner-nav ul li {
    text-indent: 999px;
    background: rgba(255, 255, 255, .4);
    border-radius: 100%;
    width: .25rem;
    height: .25rem;
    margin: 0 .05rem;
}
.m-banner .banner-nav ul li.on{background: #fff}*/
.kcharts{overflow: hidden;background: #fff;padding: .1rem 0;}
.kcharts .title{
    overflow: hidden;
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    margin: .7rem 0 .45rem;
}
.kcharts .k-list {
    /* width: 5.8rem; */
    /* margin: .1rem auto; */
    background: #fff;
    /* box-shadow: 0 0 .1rem rgba(185,185,185,.75); */
}
.kcharts .chart{
    font-size: .24rem;
    padding: .2rem;
    flex-grow: 1;
    color: #E86238;
    text-align: center;
}
.kcharts .chart .down{
    color: #3EB87D ;
}
.kcharts .chart .price{
    font-size: .4rem;
    line-height: 1.5;
    font-weight: bold;
}
.kcharts .m-container{
    overflow: hidden;
    height:2.33rem;
    position: relative;
}
.kcharts .m-container img {
    position: absolute;
    bottom: 0;
    width: 5.79rem
}
.kcharts .swiper-container{
    height: 2.2rem;
    background: #fff;
}
.swiper-pagination{
    bottom: .2rem !important;
}
.swiper-pagination-bullet{
    display: inline-block;
    margin:.02rem !important;
    border-radius: 0 !important;
    width: .2rem !important;
    height: .02rem !important;
}
.m_adv .container {
    padding-right: 0;
    background: #fff;
    margin-bottom: .2rem;
    padding: .9rem 0 0;
}
.m_adv .page-title{
    margin-bottom: .5rem;
}

.m-service{
    background: #F5F7F9;
    padding: 1.2rem 0.3rem 1rem;
}
.square-list .item{
    padding: .2rem .1rem;
    flex-grow: 1;
    min-width: 2rem;
}
.m-service h5{
    font-size: .48rem;
    color: #30363D;
    font-family: Helvetica;
    font-weight: normal;
    line-height: 1.5;
}
.tab-title{
    white-space: nowrap;
    font-size: .28rem;
    color: #6A6D75 ;
    margin: .3rem .2rem;
    border: 1px solid #119cfe;
    text-align: center;
}
.tab-title span{
    position: relative;
    display: block;
    transition: 0.25s;
    padding: .2rem;
    border-right: 1px solid #119cfe;
    flex-grow: 1;
}
.tab-title span:last-child{border-right: none;}
.tab-title span.active{
    color: #fff;
    background: #119cfe;
    transition: 0.25s;
}

.tab-content{
    margin-bottom: .3rem;
}
.tab-slide{
    padding:.5rem .2rem .3rem;
    display: none;
    visibility: hidden;
}
.tab-slide.active{
    display: block;
    visibility: visible;
}
.tab-slide .page-title{
    color: #119cfe ;
}
.tab-slide .summary{
    color: #333;
    font-size: .3rem;
    line-height: 1.5;
}

.tab-slide img{
    margin-top: .5rem;
}
.news{
    padding: .5rem 0 .7rem;
}
.news .item{
    font-size: .34rem;
    color: #30363D ;
    padding: .3rem 2.9rem .3rem 0;
    position: relative;
    min-height: 1.68rem;
    box-sizing: content-box;
    box-shadow: 0 1px 0 #eee;
    
}
.news li:last-child .item{
    box-shadow: none;
}
.news .item:last-child{
    border-bottom: none;
}
.news .item img{
    position: absolute;
    right: .3rem;
    top: .3rem;
    bottom: .3rem;
    width: 2.4rem;
    height: 1.68rem;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
}
.news .item .title{
    font-size: .32rem;
    color: #333;
    font-weight: 500;
    display: block;
    margin-bottom: .35rem;
    display: -webkit-box;
    line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  font-weight: bold;
}
.news  li{
  padding: 0  0 0 .3rem;  
}
.news  li:last-child{
    box-shadow: none;
}
.news .item .time{
    display: block;
    font-size:.24rem;
    color: #999999;
}
.m_adv .change2 {
    display: inline-block;
    background-image: url(/images/sprites-index-2x.png);
    background-position: -8.62rem -6.04rem;
    width: .38rem;
    height: .23rem;
    background-size: 13.05rem 12.64rem
}

.m-account .page-title{
    padding-top: 1rem;
    padding-bottom: .2rem;
}
.m-account .summary{
    padding: 0 9.6vw;
}
.m-account .page-title,.m-account .summary{
    position: relative;
    z-index: 9;
}
.page-title.sm-size{
    padding-top: .4rem;
    padding-bottom: .1rem;
}
.summary{
    color: #666;
    font-size: .36rem;
    line-height: 1.875;
}

.site-top{
    box-shadow: none;
}

.page-title.md-size{
    font-size: .5rem;
    margin-bottom: .15rem;
}
.page-title.xxs-size{
    font-size:.4rem; 
    margin-bottom: .2rem;
}
.footer{
    visibility: hidden !important;
    display:none !important;
}
.footer.active{
    display: block !important;
    visibility: visible !important;
}
.slogan-list{
    width:75%;
    margin:0 auto;
}
.slogan-list li{
    width: 50%;
    box-sizing: border-box;
    float: left;
    line-height: 1.875;
    list-style: disc inside;
    font-size: .3rem;

}
