@charset "utf-8";
/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,abbr,address,big,em,img,q,small,strike,strong,
sub,sup,tt,var,i,dl,dt,dd,ol,ul,li,form,fieldset,label,table,caption,tbody,thead,tfoot,tr,th,td,article,
aside,canvas,details,figure,figcaption,header,footer,menu,nav,output,section,time,mark,audio,
video,input,select,button{margin:0;padding:0;border:0;font-family:Arial,'微软雅黑';font-size:16px;}
/*去除默认样式*/
ul,ol,li{list-style:none;}
/*表格边框合并，边框距零*/
table{border-collapse:collapse;border-spacing:0;}
/*继承父元素的字体系列样式*/
input,select,textarea,button{font-family:inherit;}
/*清除浮动*/
.fl{float:left;}
.fr{float:right;}
.cf{zoom:1;}
.cf:after{content:"";display:table;clear:both;overflow:hidden;height:0;}
/*a链接*/
a{text-decoration:none;color:#000;}
a:hover{text-decoration:none;}
/*去除点击高亮效果*/
a,button,input,select,img,label{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:medium none;}
input::-moz-focus-inner{border:none;padding:0;}
select, input{vertical-align:middle;}
/*去掉苹果的默认UI来渲染按钮*/
input[type="submit"],input[type="reset"],input[type="button"],button,select{-webkit-appearance:none;}
/*placeholder文本颜色*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{
color:#ccc;
}
.cl-box{clear: both;  }
a,p,span,div{
    text-align: justify;
}
/*html5标签*/
header,footer,section,article,aside,nav,figure{display:block;}
/*长英文字母 数字 换行*/
p{word-wrap:break-word;}
/*去除默认样式*/
h1,h2,h3,h4,h5,h6,i,em,address, caption, cite, code, dfn, th, var{font-weight:normal;font-style:normal;}
fieldset, img{border:none;display:block;}
/*去除长按a链接弹框*/
html,body{-webkit-touch-callout:none;background: #ececec;}
/*
 这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义
 */
.mui-plus.mui-android header.mui-bar{
    display: none;
}
.mui-plus.mui-android .mui-bar-nav~.mui-content{
    padding: 0;
}

/*公用部分样式*/
.socc {
  overflow: scroll;
}
/*头部样式*/
/*商务通样式*/
#LRdiv0 #LRfloater0 {
top:90px !important;
}
#LRdiv0 #LRfloater0 img{
    width: 100%;
    float: right;
}
#LRMINIBar>#LR-BTN{
    display: none !important;
}
#LRfloater0{
width:16%;
}
/**/
.header,.footer{
    display: flex !important;
    justify-content: space-between;
    position: fixed !important;
    left:0;
    width: 100%;
    z-index: 999999;
}
.header{
    top:0;
    background: #3a3c3e;
    overflow: hidden;
}
.posi_chidle{
    width: 100%;
    height:100%;
    background: #3a3c3e;
}
.footer{
    bottom:0;
    background: #3a3c3e;
    height:1.6rem;
}
.header,.blink_header,.nav_button,.footer_blink,.div_logo,.search,.close{
    height:1.6rem;
    display: block;
}
.nav_button{
    width: 1.2rem;
    background: #3a3c3e url("../images/nav_button.png") no-repeat center center;
    background-size: 60%;
    display: block;
    margin-right:0.3rem;
}
.nav_button1{
    width: 1.2rem;
    background: #3a3c3e url("../images/nav_close.png") no-repeat center center;
    background-size: 60%;
    margin-right:0.3rem;
}
.div_logo{
    width: 3.45rem;
    background:url("../images/logo.png") no-repeat center center;
    background-size: 100%;
    margin-left:0.28rem;
}
.search{
    display: block;
    width: 1.2rem;
    background: #3a3c3e url("../images/search.png") no-repeat center left;;
    background-size: 60%;
    margin-left:2.6rem;
}
.search1{
    display: block;
    height:100%;
    width: 1.2rem;
    background: #3a3c3e url("../images/close.png") no-repeat center left;;
    background-size: 60%;
    margin-left:3.2rem;
}

/*搜索*/
.search_div{
    width: 5.5rem;
    height:0.8rem;
    margin-top:0.24rem;
    border-radius: 0.4rem;
    background: #fff;
    padding:0 0.24rem;
    display: none;
}
.search_div form{
    width: 100%;
    height:0.8rem;
    border-radius: 0.4rem;
    display: flex;
    padding:0 0.24rem;
    justify-content: space-between;
}
.header_mid{
    height:1.28rem ;
    width: 5.5rem !important;
    text-align: center;
    font:0.5rem/1.28rem "Arial";
    color:#fff;
    font-weight: bold;
}
.retn_pre{
    width:1.17rem !important;
    height:1.28rem;
    display: block;
    background: url("../images/return_pre.png") no-repeat  0.2rem center;
    background-size: 30%;
}
/**/
.search_div input{
    display: block;
    width:80%;
    height:100%;
    border: none;
    background: #fff;
    font:0.4rem/0.8rem "Arial";
    color:#333;
    margin: 0;
    padding:0;
}
.search_div button{
    display: block;
    width:15%;
    height:100%;
    border: none;
    background:url("../images/nav_search.png") no-repeat right center;
    background-size: 60%;
    margin: 0;
    padding:0;
}
/*搜索结束*/



/*头部样式结束*/

/*侧导航*/
.nav_aside{
    background:#fff;
    position: fixed;
    left:0;
    top:1.6rem;
    z-index: 999999;
    display: none;
    width: 100%;
    z-index:66666;
    background: rgba(58,60,62,0.3);
}
.nav_aside_ul li,.nav_aside_two li{
    width: 100%;
    text-align: center;
}
.nav_aside_ul{
    background:#f6f6f6 !important;;
    padding:10px 10px 20px 10px;
}
.nav_aside_ul li{
    margin-bottom: 10px;
    background: #fff;
}
.nav_aside_ul li.bgcolor{
    background: #eaeaea;
}
.nav_aside_two{
    width: 100%;
    display: none;
}
.nav_aside_two li a{
    font:0.4rem/1rem "Arial" !important;
    color:#666 !important;
}
.nav_aside_ul li a{
    font:0.5rem/1rem "Arial";
    color:#000000;
    display:block;
    width:100%;
    text-align:center;
}
.nav_aside_ul li span{
    display: block;
    border: none;
    width: 0.75rem;
    height:1.2rem;
    background: url("../images/nav_two.png") no-repeat center center;
    background-size: 70%;
}
.nav_aside_pro{
    margin-left:3.7rem;
}

/*侧导航结束*/



/*底部公用样式*/
.fot_pro{
    background: url("../images/footer_pic1.png") no-repeat center center;
}
.fot_con{
    background: url("../images/footer_pic2.png") no-repeat center center;
}
.fot_app{
    background: url("../images/footer_pic4.png") no-repeat center center;
}
.fot_chat{
    background: url("../images/footer_pic5.png") no-repeat center center;
}
.fot_email{
    background: url("../images/footer_pic3.png") no-repeat center center;
}
.fot_pro,.fot_con,.fot_app,.fot_chat,.fot_email{
    display: block;
    width: 20%;
    height:0.6rem;
    padding-top:1rem;
    background-size:40%;
}
.footer p{
    font:0.4rem/0.5rem "Arial";
    text-align: center;
    color:#fff;
}

@keyframes animation_css{
    0% {
        background-size: 35%;
    }
    75% {
        background-size: 40%;
    }
    100% {
        background-size: 26.5%;
    }
}
.cur{
    animation: animation_css 0.5s;
}
.pro_more{
    display: block;
    height:0.64rem;
    width: 1.35rem;
    background: url("../images/pro_more.png") no-repeat center center;
    background-size: 80%;
}
/*底部样式结束*/

/*当前位置*/
.position{
    padding:0.24rem;
    background: #f7f7f8;
}
.position ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.position ul li{
    margin-right:0.1rem;
}
.position ul li a,.position ul li{
    font: 0.4rem/0.8rem "Arial";
    color: #3a3c3e;
    display: -webkit-box;
    margin-right: 6px;
}
.position ul li:first-child{
    
    flex-wrap:wrap;
    display:flex;
    justify-content: start;
 
}
.posi{
    width: 0.6rem;
    height:0.66rem;
    background: url("../images/position.png") no-repeat left center;
    background-size: 78%;
}
.position ul li a:first-child{
padding-left:27px;
}
.position ul li:nth-child(2) a{
    font-weight: bold;
}

.page_tab li a{
    font: 0.45rem/0.6rem "Arial";
    display: block;
    width: 1rem;
    text-align: center;
    color: #fe0000;
}
.page_tab li{
   /* display: flex;*/
      display: inline-block;
    border: 1px solid #aaa;
}
.thisclass a{
    background: #ccc;
}
/*当前位置结束*/