@charset "utf-8";
/* common-css */
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.mt10{
    margin-top: 0.1rem ;
}
.mt5{
    margin-top: 0.05rem ;
}
.mt15{
    margin-top: 0.15rem ;
}
.mt20{
    margin-top: 0.2rem ;
}
.mt25{
    margin-top: 0.25rem ;
}
.mt30{
    margin-top: 0.3rem ;
}
.mt35{
    margin-top: 0.35rem;
}
.mt50{
    margin-top: 0.5rem;
}
.mb50{
    margin-bottom: 0.5rem;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input::-webkit-input-placeholder{
    color:#CCCCCC ;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#CCCCCC ;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#CCCCCC ;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#CCCCCC ;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* 首页-start */
.header_inner{
    position: relative;
    height: 0.51rem;
    padding: 0.09rem 0.2rem;
    background: #FFFFFF;
    border-bottom: 1px solid #D9DAD9;
}
.header_inner h1{
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.32rem;
    text-align: center;
    font-weight:700;
}
.logo_img img{
    display: block;
    width: 1.09rem;
    height:0.32rem;
}
.menu_btn{
    position: absolute;
    right: 0.1rem;
    top: 0.05rem;
    display: block;
    width:0.4rem;
    height: 0.4rem;
    background: url("/m/h5/images/menu_btn.png") no-repeat center;
    background-size: 0.2rem 0.16rem;
}
.swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container li img{
    display: block;
    width: 100%;
}
.swiper-pagination{
    position:absolute;
    bottom:0.05rem;
    left:50%;
    width: 100%;
    height:0.04rem;
    z-index:20;
    text-align:center;
    font-size: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-pagination span{
    display:inline-block;
    width:0.04rem;
    height: 0.04rem;
    vertical-align: top;
    background-color:#FFFFFF;
    cursor:pointer;
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    margin:0 0.03rem;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    width: 0.1rem;
    height: 0.04rem;
}
.banner_box .swiper-slide{
    height: 2.6rem;
    padding-bottom: 0.6rem;
}
.banner_box .swiper-slide img{
    display: block;
    width: 100%;
    height: 2rem;
}
.banner_bg{
    position: absolute;
    left: 0.15rem;
    bottom: 0;
    z-index: 40;
    width: calc(100% - 0.3rem);
    height: 1.2rem;
    background: #E84C3D;
}
.banner_box{
    position: relative;
}
.banner_words{
    position: absolute;
    left:0.15rem;
    bottom: 0;
    z-index: 50;
    width: calc(100% - 0.3rem);
    padding: 0.19rem 0.25rem 0;
    height: 1.2rem;
    text-align: center;
}
.banner_words .tit{
    font-size: 0.2rem;
    color: #FFFFFF ;
    line-height: 0.32rem;
}
.banner_words .txt{
    font-size: 0.12rem;
    color:#FFFFFF;
    line-height: 0.2rem;
}
.business_box{
    padding-left:0.15rem;
}
.business_box .swiper-slide{
    width: 80%;
}
.business_box .swiper-slide:last-child{
    margin-right: 0.15rem;
}
.business_box .swiper-slide img{
    display: block;
    width: 100%;
    height: 1.5rem;
}
.business_box .swiper-slide .words{
    padding: 0.25rem 0.25rem 0.27rem;
    background: #F7F7F7;
}
.business_box .swiper-slide .tit{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.32rem;
}
.business_box .swiper-slide .txt{
    margin-top: 0.05rem;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.2rem;
}
.business_box .swiper-slide .btn,
.more_btn{
    margin-top: 0.2rem;
    display: block;
    width: 1rem;
    height: 0.35rem;
    font-size: 0.12rem;
    color: #E84C3D ;
    line-height: 0.33rem;
    text-align: center;
    border: 1px solid #E84C3D;
}
.module_box{
    padding: 0 0.15rem;
}
.module_box .img_box img{
    display: block;
    width: 100%;
    height: 1.9rem;
}
.module_box h2{
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #000000 ;
    line-height: 0.28rem;
}
.module_box .p1{
    margin-top: 0.05rem;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.2rem;
}
.module_box .more_btn{
    width: 1.2rem;
}
.footer{
    padding: 0.3rem 0.2rem;
    background: #0B0C0D;
}
.footer p{
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.27rem;
}
.fixed_phone{
    position: fixed;
    right: 0.2rem;
    bottom: 15%;
    z-index: 666;
    width: 0.4rem;
    height: 0.4rem;
    background: url("/m/h5/images/phone_icon.png") no-repeat center;
    background-size: 0.4rem;
}
.menu_btn.close{
    background: url("/m/h5/images/menu_close.png") no-repeat center;
    background-size: 0.16rem 0.15rem;
}
.menu_box{
    position: fixed;
    top: 0.5rem;
    right:100%;
    z-index: 2000;
    width: 100%;
    height:calc(100% - 0.5rem);
    padding-bottom: 0.5rem;
    background: #FFFFFF;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.menu_box.active{
    right: 0;
}
.menu_nav{
    padding: 0 0.2rem;
    max-height: 100%;
    overflow-y: auto;
}
.menu_nav>li{
    position: relative;
    border-bottom: 1px solid #D9DAD9;
}
.menu_nav>li a{
    display: inline-block;
    vertical-align: top;
}
.menu_nav>li>a{
    padding: 0.16rem 0.1rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
}
.menu_nav>li.current>a{
    color: #333333;
}
.menu_nav .btn{
    position: absolute;
    right: 0.05rem;
    top:0.12rem;
    display:block;
    width:0.3rem;
    height: 0.3rem;
    background: url("/m/h5/images/icon_01.png") no-repeat center;
    background-size: 0.12rem 0.06rem;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.menu_nav>li.current>.btn,
.menu_nav .inner_01>li.act .btn{
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.menu_nav .inner_01>li>a{
    padding:0.1rem 0.3rem;
    font-size:0.14rem;
    color: #666666;
    line-height: 0.2rem;
}
.menu_nav .inner_01>li.act{
    background: #F7F7F7;
}
.menu_nav .inner_01>li.act>a{
    color:#333333;
}
.menu_nav .inner_02 li>a{
    padding: 0.09rem 0.52rem;
    font-size: 0.14rem;
    color: #666666 ;
    line-height: 0.2rem;
}
.menu_nav .inner_01>li{
    position: relative;
}
.menu_nav .inner_01>li .btn{
    top: 0.05rem;
}
.banner_01{
    position: relative;
}
.banner_01 img{
    display: block;
    width: 100%;
    height: 1.25rem;
}
.banner_01 .tit{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    margin-top: -0.15rem;
    width: 100%;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    font-weight: 700;
    text-align: center;
}
.article_list{
    padding: 0 0.15rem;
}
.article_list li{
    padding: 0.15rem 0;
    border-bottom: 1px solid #F0F0F0;
}
.article_list li>a{
    display: inline-block;
    vertical-align: top;
    font-size: 0.15rem;
    color: #333333 ;
    line-height: 0.21rem;
    font-weight: 500;
}
.article_list li>span{
    display: block;
    margin-top: 0.06rem;
    font-size:0.14rem;
    color: #999999;
    line-height: 0.2rem;
}
.see_more{
    font-size: 0;
    text-align: center;
}
.see_more>a{
    display: inline-block;
    vertical-align: top;
    padding:0.2rem 0 0.19rem;
    font-size: 0.15rem;
    color: #E84C3D;
    line-height: 0.21rem;
    font-weight: 500;
}
.article_detail{
    padding: 0.24rem 0.15rem 0.29rem;
    min-height:calc(100% - 2.19rem);
}
.article_detail h2{
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    font-weight: 500;
}
.article_detail .time{
    margin-top: 0.08rem;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.2rem;
}
.article_detail .words{
    margin-top:0.2rem;
    padding-top:0.19rem;
    border-top: 1px solid #D9DAD9;
}
.article_detail .words p{
    font-size: 0.16rem;
    color: #666666 ;
    line-height: 0.27rem;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
}
.article_detail .words p:not(:last-child){
    margin-bottom:0.3rem;
}
.company_intro{
    padding: 0.2rem 0.15rem 0;
}
.company_intro .txt{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.24rem;
    font-weight: 500;
    text-align: justify;
}
.video_box{
    position: relative;
}
.nice_tit{
    position: relative;
    padding-top: 0.19rem;
    font-size: 0.18rem;
    color: #333333 ;
    line-height: 0.25rem;
    font-weight: 700;
}
.nice_tit:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.04rem;
    background: #E84C3D;
}
.list_01{
    margin-top: 0.16rem;
}
.list_01 li{
    position: relative;
    margin-bottom: 0.24rem;
    padding-left: 0.76rem;
    font-size: 0.14rem;
    color: #333333;
    line-height:0.24rem;
    font-weight: 500;
}
.list_01 li span{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
}
.list_02{
    padding-top: 0.25rem;
}
.list_02 li{
    float: left;
    width: 48%;
    margin-bottom: 0.13rem;
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
    text-align: center;
    height: 1.05rem;
}
.list_02 li:nth-child(2n){
    margin-left: 4%;
}
.list_02 li span{
    display: block;
    padding-top: 0.34rem;
    width: 100%;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    font-weight: 500;
}
.range_box{
    margin-top: 0.19rem;
    padding: 0.2rem 0.2rem 0.16rem;
    border: 1px solid #E6E6E6;
}
.range_box p{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.26rem;
    font-weight: 500;
}
.com_people{
    padding: 0.17rem 0.15rem 0.2rem;
    background: #F7F7F7;
    border: 1px solid #E6E6E6;
}
.com_people p{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.25rem;
    font-weight: 500;
}
.list_03{
    margin-top: 0.2rem;
}
.list_03 li{
    margin-bottom:0.36rem;
}
.list_03 li .img_box{
    box-shadow: 0 5px 15px -2px rgba(0,0,0,.1);
}
.list_03 li .img_box img{
    display: block;
    width: 100%;
}
.list_03 li p{
    margin-top: 0.23rem;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
}
.play_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    background: url("/m/h5/images/play_btn.png") no-repeat center;
    background-size: 100%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.employ_list{
    min-height: calc(100% - 2.78rem);
    padding: 0 0.15rem;
}
.employ_list li{
    padding: 0.15rem 0;
    border-bottom: 1px solid #F2F2F2;
}
.employ_list li .tit{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
    font-weight: 700;
}
.employ_list li .tit span,
.employ_list li .tit i{
    display: inline-block;
    vertical-align: bottom;
}
.employ_list li .tit span{
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.employ_list li .tit i{
    font-style: normal;
    font-weight: normal;
    margin-left: 0.1rem;
    font-size: 0.14rem;
    color: #EE614F;
    line-height:0.2rem;
}
.employ_list li .p1{
    margin-top: 0.15rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.19rem;
}
.employ_detail{
    padding: 0.15rem 0.15rem 0.28rem;
}
.employ_detail .employ_list{
    background: #FFFFFF;
    box-shadow: 0 8px 14px -2px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 8px 14px -2px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 8px 14px -2px rgba(0,0,0,0.07);
}
.employ_detail .employ_list li{
    border-bottom: none;
}
.employ_detail .msg_box{
    margin-top: 0.28rem;
}
.employ_detail .msg_box h2{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    font-weight: 700;
}
.employ_detail .msg_box .p1,
.employ_detail .msg_box .p2{
    margin-top: 20px;
    font-size: 0.14rem;
    color: #666666 ;
    line-height: 0.2rem;
    text-align: justify;
    font-weight: 500;
}
.employ_detail .msg_box .p2{
    color: #000000;
}
.date_detail{
    position: relative;
    padding: 0.16rem 0.16rem 0.2rem;
    background: url(../images/trade_bg.png) no-repeat center;
    background-size: cover;
}
.date_detail h2{
    position: relative;
    padding-left: 0.14rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.25rem;
    font-weight: bold;
}
.date_detail h2 em{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.08rem;
    display: block;
    width: 0.04rem;
    height: 0.16rem;
    background: #ffffff;
}
.date_btn{
    position: absolute;
    top: 0.16rem;
    right: 0.16rem;
    font-size: 0;
}
.date_btn a,
.date_btn span{
    display: inline-block;
    vertical-align: top;
}
.date_btn a{
    width: 0.13rem;
    height: 0.25rem;
}
.date_btn a.left{
    background: url(../images/arrow_left.png) no-repeat center;
    background-size: 0.13rem 0.11rem;
}
.date_btn a.right{
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: 0.13rem 0.11rem;
}
.date_btn span{
    padding: 0 0.06rem;
    font-size: 0.14rem;
    line-height: 0.25rem;
    color: #FFFFFF;
    font-weight: 500;
}
.date_table{
    margin-top: 0.16rem;
    height: 2.16rem;
    overflow: hidden;
    position: relative;
}
.date_header{
    margin-bottom: 0.06rem;
}
.day_header{
    float: left;
    width: 14.28%;
    background: rgba(255,255,255,.19);
    font-size: 0.14rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.date_table .date_body{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
}
.day_child{
    position: relative;
    float: left;
    width: 14.28%;
    height: 0.3rem;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}
.day_child span{
    display: inline-block;
    vertical-align: top;
    width:0.3rem;
    height:0.3rem;
    font-size:0.14rem;
    color: #FFFFFF;
    opacity: 0.25;
    line-height:0.26rem;
    font-weight: 500;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.day_child.act span{
    opacity: 1;
    font-weight: 700;
}
.day_child em{
    position: absolute;
    bottom:0.03rem;
    left: 50%;
    margin-left:-0.02rem;
    display: block;
    width:0.04rem;
    height:0.04rem;
    background: #ffffff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.date_box{
    padding: 0.22rem 0.15rem;
}
.date_box h2{
    font-size: 0.14rem;
    color: #D0021B ;
    line-height: 0.2rem;
    font-weight: 500;
}
.date_list{
    margin-top: 0.1rem;
}
.date_list li{
    position: relative;
    padding: 0.17rem 0.5rem 0.16rem 0.1rem;
    border-bottom: 1px solid #D9DAD9;
}
.date_list li span{
    display: inline-block;
    vertical-align: top;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date_list li .btn{
    position: absolute;
    right: 0.05rem;
    top: 50%;
    margin-top: -0.15rem;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url("/m/h5/images/right_btn01.png") no-repeat center;
    background-size: 0.11rem 0.16rem;
}
.date_article{
    padding: 0.2rem 0.15rem;
}
.date_article h2{
    font-size: 0.24rem;
    color: #000000 ;
    line-height:0.33rem;
    font-weight: 700;
}
.date_article .words{
    margin-top: 0.18rem;
}
.date_article .words p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.26rem;
    font-weight: 500;
    text-align: justify;
}
.bank_list{
    min-height: calc(100% - 2.18rem);
    padding:0.2rem 0.15rem;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 3%, #F7F7F7 100%);
}
.bank_list li{
    position: relative;
    z-index: 10;
    margin-bottom:0.15rem;
    padding-top: 0.38rem;
    text-align: center;
    height: 1.26rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
}
.bank_list li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1.2rem;
    height: 1.26rem;
}
.bank_list li.li_01:before{
    width: 1.25rem;
    background: url("/m/h5/images/bank_icon01.png") no-repeat center;
    background-size: 1.26rem 1.18rem;
}
.bank_list li.li_02:before{
    width: 1.35rem;
    background: url("/m/h5/images/bank_icon02.png") no-repeat center;
    background-size: 1.35rem 1.26rem;
}
.bank_list li.li_03:before{
    width: 1.36rem;
    background: url("/m/h5/images/bank_icon03.png") no-repeat center;
    background-size: 1.36rem 1.21rem;
}
.bank_list li.li_04:before{
    background: url("/m/h5/images/bank_icon04.png") no-repeat center;
    background-size: 1.17rem 1.13rem;
}
.bank_list li .tit{
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.22rem;
    text-align: center;
}
.bank_list li .p1{
    margin-top: 0.09rem;
    font-size: 0.16rem;
    color: rgba(0,0,0,.15);
    line-height: 0.2rem;
    text-align: center;
    font-weight:700;
}
.bank_list li.li_05:before{
    background: url("/m/h5/images/bank_icon05.png") no-repeat center;
    background-size: 0.93rem 0.96rem;
}
.bank_list li.li_06:before{
    background: url("/m/h5/images/bank_icon06.png") no-repeat center;
    background-size: 0.97rem;
}
.bank_list li.li_07:before{
    background: url("/m/h5/images/bank_icon07.png") no-repeat center;
    background-size: 0.92rem 0.86rem;
}
.bank_list li.li_08:before{
    background: url("/m/h5/images/bank_icon08.png") no-repeat center;
    background-size: 1.11rem 0.98rem;
}
.address_content{
    padding:0.1rem 0.15rem;
}
.address_search {
    border: 1px solid #F2F2F2;
    position: relative;
    z-index: 100;
    margin-bottom: 0.23rem;
    border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
}
.address_search .select_box{
	border: 1px solid #F2F2F2;
    width: 34.8%;
    position: relative;
    position: relative;
    margin-right: 5px;
}
.address_search .select_box .p1{
    position: relative;
    padding: 0.14rem 0.15rem;
    font-size: 0.13rem;
    color: #333333;
    line-height: 0.16rem;
    font-weight: 500;
    z-index: 10;
}
.address_search .select_box .p1:after{
    content: "";
    display: block;
    float: right;
    width:0.12rem;
    height: 0.16rem;
    background: url("/m/h5/images/icon_01.png") no-repeat center;
    background-size: 0.12rem 0.05rem;
}
.address_search .select_box ul{
    position: absolute;
    left: -1px;
    top:-1px;
    width:calc(100% + 2px);
    padding: 0.44rem 0.15rem 0;
    z-index: 1;
    border: 1px solid #F2F2F2;
    background-color: #ffffff;
}
.address_search .select_box li{
    border-top: 1px solid #E6E6E6;
    padding: 0.15rem 0;
    font-size: 0.15rem;
    color: #333333;
    line-height: 0.2rem;
    font-weight: 500;
    text-align: center;
    border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
}
.search_box {
    position: relative;
    width: 65.2%;
    padding: 0.14rem 0.4rem 0.14rem 0.15rem;
}
.search_box input{
    display: block;
    width: 100%;
    height: 0.16rem;
    font-size: 0.13rem;
    color: #333333 ;
    line-height: 0.16rem;
    font-weight: 500;
    border: none;
    outline: none;
    background: none;
}
.search_box .btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0.4rem;
    height: 0.44rem;
    background: url("/m/h5/images/search_icon.png") no-repeat center;
    background-size: 0.18rem;
}
.address_detail{
    margin-bottom: 0.25rem;
}
.address_detail h2{
    padding: 0 0.12rem;
    font-size: 0.16rem;
    color: #E84C3D;
    line-height: 0.22rem;
    font-weight: 700;
}
.address_detail .msg_box{
    margin-top: 0.15rem;
    padding: 0.15rem 0.15rem 0.2rem;
    background: #FFFFFF;
    box-shadow: 0 2px 18px -2px rgba(0,0,0,0.08);
    border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
}
.address_detail .msg_box h3{
    position: relative;
    padding-right: 0.5rem;
    font-size: 0.15rem;
    color: #333333;
    line-height: 0.21rem;
    font-weight: 700;
}
.address_detail .msg_box .btn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.1rem;
    display: block;
    width: 0.2rem;
    height: 0.21rem;
    background: url("/m/h5/images/right_btn01.png") no-repeat center;
    background-size: 0.11rem 0.16rem;
}
.address_detail .list_box li{
    margin-top: 0.15rem;
    overflow: hidden;
    font-size:0.14rem;
    line-height: 0.2rem;
    font-weight: 500;
}
.address_detail .list_box span{
    display: inline-block;
    vertical-align: top;
    width: 0.9rem;
    color: #999999;
}
.address_detail .list_box strong{
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 0.9rem);
    color: #333333 ;
    font-weight: normal;
    text-align: justify;
}
.address_detail .list_box i{
    font-style: normal;
    /* margin-left: 0.05rem; */
    white-space: nowrap;
}
@media screen and (max-width: 320px){
    .address_search .select_box .p1{
        font-size: 0.12rem;
        padding: 0.14rem 0.1rem;
    }
}
.address_search.flex .select_box{
    width:25%;
}
.address_search.flex .search_box{
    width: 50%;
}
.address_search.flex .select_box .p1 {
    padding:0.15rem 0.1rem;
}
.address_search.flex .select_box ul{
    padding: 0.44rem 0.1rem 0;
}
.address_search.flex .select_box li{
    font-size: 0.12rem;
    padding: 0.1rem 0;
    border-radius:0;
}
.address_detail .list_box i{
    color: #4A90E2;
}
.address_search.margin15{
    margin: 0.1rem 0.15rem;
}
.contact_us{
    padding: 0.38rem 0.2rem;
}
.contact_us li{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    margin-bottom: 0.05rem;
}
.contact_us li>span{
    position: relative;
    display: block;
    padding-left:0.24rem;
    margin-right: 0.06rem;
    min-width: 0.47rem;
    font-size: 0.14rem;
    color: #999999 ;
    line-height: 0.24rem;
    font-weight: 500;
}
.contact_us li em{
    position: absolute;
    left:0;
    top: 0.04rem;
    display: block;
    width: 0.16rem;
    height: 0.16rem;
}
.contact_us li em.em_01{
    background: url("/m/h5/images/cont_01.png") no-repeat center;
    background-size:0.12rem 0.14rem ;
}
.contact_us li em.em_02{
    background: url("/m/h5/images/cont_02.png") no-repeat center;
    background-size:0.13rem 0.1rem ;
}
.contact_us li em.em_03{
    background: url("/m/h5/images/cont_03.png") no-repeat center;
    background-size:0.16rem 0.14rem ;
}
.contact_us li em.em_04{
    background: url("/m/h5/images/cont_04.png") no-repeat center;
    background-size:0.15rem 0.12rem ;
}
.contact_us li em.em_05{
    background: url("/m/h5/images/cont_05.png") no-repeat center;
    background-size:0.12rem;
}
.contact_us li em.em_06{
    background: url("/m/h5/images/cont_06.png") no-repeat center;
    background-size:0.12rem 0.14rem ;
}
.contact_us li .row-1{
    flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
}
.contact_us li .row-1 p{
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    color: #000000 ;
    line-height: 0.24rem;
    font-weight: 500;
}
.contact_us li .row-1 .btn{
    display: inline-block;
    vertical-align: top;
    margin-left: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
    background: #EF6A5A url("/m/h5/images/phone_icon02.png") no-repeat center;
    background-size: 0.13rem 0.16rem;
    border-radius: 4px;
}
.honor_list{
    margin: 0 0.15rem;
}
.honor_list li{
    position: relative;
    padding: 0.16rem 0 0.15rem;
    padding-left: 0.35rem;
    font-size: 0.15rem;
    color: #333333 ;
    line-height: 0.21rem;
    font-weight: 500;
    border-bottom: 1px solid #F2F2F2;
}
.honor_list li:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.11rem;
    content: "";
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url("/m/h5/images/cont_07.png") no-repeat center;
    background-size: 0.16rem 0.15rem;
}
.honor_detail{
    padding:0.12rem 0.15rem 0.2rem;
}
.honor_detail p{
    font-size: 0.16rem;
    color: #666666 ;
    line-height: 0.27rem;
    text-align: justify;
    font-weight: 500;
}
.pro_selsct{
    padding: 0.1rem 0.15rem 0;
}
.address_search.flex01{
    border: none;
    margin-bottom: 0;
}
.address_search.flex01 .select_box{
    width: 48%;
    margin-bottom: 0.06rem;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}
.address_search.flex01 .search_box{
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}
.rep_list li{
    padding: 0.16rem 0 0.15rem;
    font-size: 0.15rem;
    color: #333333 ;
    line-height: 0.21rem;
    font-weight: 500;
    border-bottom: 1px solid #F2F2F2;
}
.rep_list li i{
    font-style:normal;
	max-width:66%;
	font-family:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:inline-block
}
.team_tab{
    font-size: 0;
    text-align: center;
}
.team_tab span{
    display: inline-block;
    vertical-align: top;
    padding: 0 0.15rem;
    min-width: 1.28rem;
    font-size: 0.16rem;
    color:#E84C3D;
    line-height: 0.36rem;
    border: 1px solid #E84C3D;
}
.team_tab span:first-child{
    border-radius: 4px 0 0 4px;
}
.team_tab span:last-child{
    border-radius: 0 4px 4px 0;
}
.team_tab span.act{
    color: #ffffff;
    background: #E84C3D;
}
.team_detail{
    padding: 0.2rem 0.15rem 0;
}
.team_item{
    margin-bottom: 0.15rem;
    padding: 0.2rem 0.15rem 0.15rem;
    background: #FFFFFF;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
}
.team_item h3{
    font-size:0.16rem;
    color: #333333;
    line-height: 0.22rem;
    font-weight: 700;
    text-align: center;
}
.team_item  img{
    display: block;
    width: 100%;
}
.team_item .pep_box .img{
    margin-right: 0.2rem;
    width: 0.96rem;
}
.team_item .pep_box .name{
    padding-top: 0.18rem;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.25rem;
    font-weight: 700;
}
.team_item .pep_box .p1{
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.2rem;
    font-weight: 500;
}
.team_item .txt{
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.28rem;
    font-weight: 500;
    text-align: justify;
}
.class_list li{
    margin-bottom: 0.15rem;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    overflow: hidden;
}
.class_list .img_box{
    position: relative;
}
.class_list .img_box img,
.class_detail .img_box img,
.class_module .pep_msg .img img{
    display: block;
    width: 100%;
}
.class_play{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin: -0.2rem 0 0 -0.2rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("/m/h5/images/class_play.png") no-repeat center;
    background-size: 0.26rem 0.32rem;
}
.class_list .words{
    padding: 0.2rem 0.15rem 0.18rem;
}
.class_list h3{
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.25rem;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.class_list .p1{
    font-size: 0.14rem;
    color: #333333 ;
    line-height: 0.2rem;
    font-weight: 500;
}
.class_detail .img_box{
    position: relative;
}
.class_detail .words{
    padding: 0.17rem 0.15rem 0.15rem;
}
.class_detail .words h3{
    margin-bottom: 0.11rem;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.22rem;
    font-weight: 700;
}
.class_detail .words .p1,
.class_detail .words .p2{
    font-size: 0.14rem;
    color: #000000 ;
    line-height: 0.28rem;
    font-weight: 500;
}
.class_detail .words .p2{
    color: #999999;
}
.class_module{
    padding: 0.2rem 0.15rem 0.3rem;
    border-top: 0.1rem solid #f5f5f5;
}
.class_module h3{
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.25rem;
    font-weight:700;
}
.class_module .p1{
    font-size: 0.14rem;
    color: #333333 ;
    line-height:0.26rem;
    text-align:justify;
    font-weight: 500;
}
.mt40{
    margin-top: 40px;
}
.class_module .pep_msg{
    margin-top: 0.18rem;
}
.class_module .pep_msg .img{
    margin-right: 0.18rem;
    width: 1.29rem;
}
.class_module .pep_msg .p11{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.32rem;
    font-weight: 500;
}
.class_module .pep_msg .p11 span{
    color: #333333 ;
}
.qh_account{
    padding: 0.56rem 0.2rem 0.03rem;
}
.qh_account h2{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.32rem;
    font-weight:700;
    text-align: center;
}
.qh_account h2 span{
    color: #F76149;
}
.qh_erweima{
    position: relative;
    margin-top: 0.3rem;
    text-align: center;
}
.qh_erweima>img{
    margin: 0 auto;
    width:2.07rem;
    box-shadow: 0 10px 24px rgba(0,0,0,.1);
}
.qh_list{
    margin-top: 0.6rem;
    padding-left:14%;
}
.qh_list li{
    position: relative;
    padding-left: 0.39rem;
    margin-bottom: 0.3rem;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.28rem;
}
.qh_list li em{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0.28rem;
    height: 0.28rem;
}
.qh_list li em.em_01{
    background: url("/m/h5/images/qh_icon01.png") no-repeat center;
    background-size: 0.22rem;
}
.qh_list li em.em_02{
    background: url("/m/h5/images/qh_icon02.png") no-repeat center;
    background-size: 0.28rem;
}
.qh_list li em.em_03{
    background: url("/m/h5/images/qh_icon03.png") no-repeat center;
    background-size: 0.23rem 0.19rem;
}
.trade_limit{
    padding: 0.2rem 0.15rem 0.28rem;
}
.trade_limit .tip{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.2rem;
    font-weight: 500;
    text-align: center;
}
.trade_limit h3{
    margin: 0.17rem 0 0.15rem;
    font-size: 0.16rem;
    color: #333333 ;
    line-height: 0.22rem;
    font-weight: 700;
}
.checked_btn{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 0.24rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.2rem;
    font-weight: 500;
}
.checked_btn:before{
    position: absolute;
    left: 0;
    top: 0.02rem;
    content: "";
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
}
.checked_btn.act:before{
    border-color: #F76149;
    background: #F76149 url("/m/h5/images/gou01.png") no-repeat center;
    background-size: 0.09rem 0.07rem;
}
.trade_limit .p1{
    font-size: 0;
    margin-bottom: 0.2rem;
}
.trade_limit .p1 i{
    display: inline-block;
    vertical-align: top;
    min-width: 0.84rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.2rem;
    font-weight: 500;
    font-style: normal;
    text-align: right;
}
.trade_limit .p1 .checked_btn{
    margin-right:0.35rem;
}
.trade_limit .p1 .checked_btn:last-child{
    margin-right: 0;
}
.limit_form{
    padding-top: 0.01rem;
}
.reg_input{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.15rem;
}
.reg_input>span{
    display:inline-block;
    vertical-align: top;
    min-width: 0.84rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.4rem;
    text-align: right;
}
.reg_input .input_box{
    position: relative;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}
.reg_input .input_box input{
    display: block;
    padding: 0.1rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.2rem;
    font-weight: 500;
    width: 100%;
    height: 0.4rem;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    outline: none;
}
.yzm_btn{
    position: absolute;
    right:0.15rem;
    top: 0;
    z-index: 10;
    font-size: 0.14rem;
    color: #F3614B;
    line-height: 0.4rem;
    font-weight: 500;
}
.reg_input .input_box em{
    position: absolute;
    right: 0.05rem;
    top: 0.1rem;
    z-index: 10;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url("/m/h5/images/arrow_icon.png") no-repeat center;
    background-size: 0.12rem 0.06rem;
}
.reg_input .input_box.flex {
    min-width:calc(48% - 0.44rem);
    max-width:calc(48% - 0.44rem);
}
.reg_input .input_box.ml4.flex {
    margin-left:4%;
}
.reg_input .input_box.last{
    margin: 0.15rem 0 0 0.84rem;
}
.reg_input .input_box .list{
    position: absolute;
    left: 0;
    top:0.39rem;
    display: none;
    z-index: 50;
    width: 100%;
    max-height: 1.2rem;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}
.reg_input .input_box .list li{
    padding: 0.1rem;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    font-weight: 500;
}
.reg_input .input_box .list li:active{
    color: #F3614B;
}
.reg_input .input_box em{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.reg_input .input_box em.act{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.reg_btn a{
    display: block;
    width: 1.16rem;
    height:0.42rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.42rem;
    text-align: center;
    background-image: linear-gradient(0deg, #EE614F 0%, #FF6243 100%);
    border-radius: 4px;
}
.limit_form .reg_btn{
    margin: 0.25rem 0 0 0.84rem;
}
.phone_msg{
    padding: 0.16rem 0.15rem 0.3rem;
}
.phone_msg h3{
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.22rem;
    font-weight: 700;
}
.phone_msg .num{
    margin-bottom:0.34rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.34rem;
    font-weight: 500;
}
.phone_msg .num .btn{
    display: inline-block;
    vertical-align: top;
    margin-left: 0.3rem;
    width: 0.82rem;
    height:0.34rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    text-align: center;
    background-image: linear-gradient(0deg, #EE614F 0%, #FF6243 100%);
    border-radius: 4px;
}
.phone_msg .p1{
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.28rem;
    text-align: justify;
    font-weight: 500;
}
.phone_msg .img{
    margin-bottom: 0.15rem;
}
.phone_msg .img img,
.soft_banner img{
    display: block;
    width: 100%;
}
.soft_module{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    padding: 0.2rem 0.18rem;
    background: #F7F7F7;
}
.soft_module .words{
    flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    padding: 0.77rem 0.1rem 0 0.07rem;
}
.soft_module .words h3{
    font-size: 0.28rem;
    color: #2C2C2C;
    line-height: 0.48rem;
    font-weight: 700;
}
.soft_module .words .p1{
    margin-top: 0.08rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.22rem;
    font-weight: 500;
}
.soft_module .img_box{
    width: 1.35rem;
}
.soft_module .img_box img{
    display: block;
    width: 100%;
}
.soft_module.bg{
    background: #ffffff;
}
.soft_module.bg .words{
    padding-right: 0;
    padding-left: 0.27rem;
}
.soft_bottom{
    position: relative;
    padding: 0.2rem 0.2rem 0.2rem 0.71rem;
    background: #ffffff;
}
.soft_bottom .icon{
    position: absolute;
    left: 0.24rem;
    top: 50%;
    margin-top: -0.16rem;
    display: block;
    width:0.32rem;
    height: 0.32rem;
    background: url("/m/h5/images/soft_icon.png") no-repeat center;
    background-size: 100%;
}
.soft_bottom h3{
    font-size: 0.24rem;
    color: #2C2C2C ;
    line-height: 0.42rem;
    font-weight: 700;
}
.layer_cont{
    position: absolute;
    left:50%;
    top: 50%;
    width: 89.33%;
    padding-top: 0.28rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    transform: translate(-50%,-50%);
}
.layer_cont h2{
    font-size: 0.18rem;
    color: #333333 ;
    line-height: 0.2rem;
    font-weight: 500;
    text-align: center;
}
.layer_cont .msg_box{
    padding: 0.3rem 0.15rem;
}
.layer_cont .msg_box p{
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.25rem;
    text-align: center;
}
.layer_cont .btn_box .row-1{
    display: block;
    font-size: 0.18rem;
    color: #999999;
    line-height: 0.49rem;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}
.layer_cont .btn_box .row-1:not(:first-child){
    border-left: 1px solid #E5E5E5;
}
.layer_cont .btn_box .row-1.act{
    color: #FF4C4C;
}
.error_box{
    padding-top: 26%;
}
.error_box>img{
    display: block;
    width:2.17rem;
    margin: 0 auto 15%;
}
.error_box h2{
    font-size: 0.18rem;
    color: #000000 ;
    line-height: 0.25rem;
    font-weight: bold;
    text-align: center;
}
.error_box .reg_btn a{
    margin:  0.3rem auto;
}
.no_data_box{
    padding: 30% 0;
}
.no_data_box img{
    display: block;
    width: 2.72rem;
    margin: 0 auto 0.25rem;
}
.no_data_box h2{
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.25rem;
    text-align: center;
}
.down_load{
    position: relative;
}
.down_load img{
    width: 100%;
}
.down_load .txt{
    position: absolute;
    left:0;
    top: 50%;
    z-index: 10;
    width: 100%;
    transform: translateY(-50%);
}
.article_detail .down_load{
    margin: 0.15rem 0;
}
.article_detail .down_load .txt .p1{
    margin-bottom: 0;
    font-size:0.14rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
}
.down_load .txt .btn{
    margin: 0.15rem auto 0;
    display: block;
    width: 0.95rem;
    height:0.32rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height:0.32rem;
    background: #EE614F;
    text-align: center;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius:0.5rem;
}
.article_detail .img_box{
    margin: 0.15rem 0;
}
.article_detail .img_box img{
    width: 100%;
}

