html{color:#000;background:#EFEFF4;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering:optimizelegibility}
article,aside,blockquote,body,button,code,dd,details,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font:300 1em/1.8 PingHei,'PingFang SC','Helvetica Neue',Helvetica,STHeitiSC-Light,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
ol,ul{list-style:none}
caption,th{text-align:left}
a{text-decoration:none;color:#3CA1E3}
a:active{color: #3B79BA}
a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;}
input,textarea,button{outline:0;-webkit-appearance: none;}
.textwrap,.textwrap td,.textwrap th{word-wrap:break-word;word-break:break-all}
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}

/**
* public style
*/
.navigater{
    height: 3.4em;
}
.navigation-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.8em 0;
    line-height: 1;
    background: #f8f8f8;
    text-align: center;
    font-size: 1.25em;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
.navigation-bar::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E1E1E5;
    content: '';
    -webkit-transform: translateY(0.5);
    transform: translateY(0.5);
}
.navigation-bar>button{
    position: absolute;
    top: 0.65em;
    left: 0.45em;
    width: 1.25em;
    height: 1.25em;
    border: 0;
    background: url("../images/back.png") center no-repeat;
    -webkit-background-size: 0.75em 1.25em;
    background-size: 0.75em 1.25em;
}

.m-site-btn{
    display: block;
    width: 92%;
    margin: 0 auto;
    background: #E5484B;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5em 0;
    color: #FFF;
    font-size: 1.125em;
}
.m-site-btn:active{
    background: #BC3D40;
    color: #EFEFF4;
}
/*
* welcome page
*/
.m-site-welcome-tip{
    padding: 0.5em 1em;
    text-align: center;
    line-height: 1.5;
}

/**
* login page
*/
.m-site-login-form{
    margin-top: 1em;
}
.m-site-login-form ul{
    position: relative;
    background: #FFF;
    margin-bottom: 1.5em;
}
.m-site-login-form ul::before,
.m-site-login-form ul label::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #F6F6F6;
    content: '';
    -webkit-transform: translateY(0.5);
    transform: translateY(0.5);
}
.m-site-login-form ul label{
    display: block;
    position: relative;
    padding: 0.4em 1em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.m-site-login-form ul label::after{
    bottom: 0;
}
.m-site-login-form ul label>span{
    display: inline-block;
}
.m-site-login-form ul label>input{
    border: 0;
    width: 80%;
    /*background: #EEE;*/
    font-size: 0.875em;
    padding: 0.4em 0 0.4em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-site-login-form ul label.verify input{
    width: 50%;
}
.ver-code{float: right;width: 25%;font-size: 0.875em;}
.ver-code>img{
    width: 100%;
}
.mt5{
    margin-top: 0.4em;
}
.m-site-forget-pwd{
    padding: 0.8em 1em;
    font-size: 0.875em;
}
.m-site-reg{
    float: right;
}
.register-step{
    margin: 1em 1em 0 1em;
    font-size: 0.875em;
}
.register-step ul{
    position: relative;
    z-index: 2;
}
.register-step ul:before{
    position: absolute;
    left: 0;
    top: 0.9em;
    width: 100%;
    height: 2px;
    background: #BBBBBB;
}
.register-step li{
    position: relative;
    float: left;
}
.register-step li:last-child{
    float: right;
}

.register-step li i{
    display: inline-block;
    height: 1.8em;
    width: 1.8em;
    background: #BBBBBB;
    color: #FFF;
    font-style: normal;
    text-align: center;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}
.register-step li.success i{
    margin-right: 1em;
    background:#31B56C url("../images/checked.gif") center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.register-step li.current i{
    position: relative;
    background: #31B56C;
    height: 2em;
    line-height: 2;
    width: 2em;
    margin-top: -0.2em;
    font-size: 1.125em;
}
.register-step li.current i::after{
    position: absolute;
    bottom: -1em;
    left: 50%;
    margin-left: -0.5em;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #FFF;
    content: '';
}
.register-step li span{
    padding: 0 0.5em;
    background: #EFEFF4;
}
.register-step li.current i.no-arrow::after{
    display: none;
}
.mt-1{
    margin-top: 0.6em;
}

.slogan{
    margin: 0 1.5em;
    padding: 1.5em 0;
    text-align: center;
    font-size: 1.25em;
    color: #c88700;
    line-height: 1.5;
    background: url("../images/arrow.png") center bottom no-repeat;
    background-size: 100%;
}
.slogan-service{
    margin: 1.5em;
}
.slogan-service li{
    margin-bottom: 1em;
}
.slogan-service li:after{
    content:"";display:table;
    clear: both;
}
.item-icon,
.item-text{
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item-icon{
    width: 25%;
}
.item-icon>img{
    width: 100%;
}
.item-text{
    width: 75%;
    padding-left: 1em;
    color: #333;
}
.item-text>h4{
    font-weight: normal;
}
.item-text>p{
    font-size: 0.75em;
    color: #666;
}

/*2016-06-13 add*/
.news-list a{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.4em 0.8em;
    background: #FFF;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list a:active,
.news-list a:hover{
    background: #EEE;
}
.news-list-pic {
    width: 39%;
}
.news-list-pic img {
    display: block;
    width: 100%;
}
.news-list-artical {
    width: 57%;
}
.news-list-artical h3 {
    font-size: 0.875em;
    line-height: 1.5;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-artical p {
    font-size: 0.75em;
    line-height: 1.5;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list-public-time {
    position: absolute;
    bottom: 0.6em;
    left: 44%;
    font-size: 0.625em;
    color: #999;
    line-height: 1;
    margin-top: 0.7em;
}
.news-content-detail {
    padding: 1em;
    color: #333;
}
.article-source {
    margin: 0.5em 0;
    font-size: 0.8em;
    color: #999;
}
.article-source span {
    margin-right: 1em;
    color: #333;
}
.disclaimer {
    margin: 1em 0;
    color: #999;
    font-size: 0.8em;
}
.share-source{
    font-size: 0.8em;
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}
.share-source a{
    display: block;
    padding: 0.4em 0;
    margin: 1em 0;
    background: #D43B41;
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    border-radius: 4px;
}
.share-source a strong{
    margin: 0 0.5em;
    font-size: 1.4em;
    color: #F9EF00;
}
.share-source a:active{
    background: #A32C32;
}
.pagers{
text-align:center;
}