*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0;
    padding:0;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
}
body{
    background:#fff;
    font-family:'Microsoft Yahei', Arial;
}
a, p{
    color:#333;
    text-decoration: none
}
a:hover{
    color:#e86939;
}
img{
    box-sizing: border-box;
    vertical-align: middle;
}
ul,li{
    list-style: none
}
.cb{
    clear:both;
}
.text-tag{
    outline:none!important;
}

/*显隐操作*/
#older_zone{
    width:1100px;
    height:0;
    overflow:visible;
    margin:auto;
    position:relative;
    top:60px;
    right:0;
    text-align:right;
}
#older_mode{
    display:inline-block;
    width:130px;
    padding:5px 10px;
    text-align:center;
    background-color:#e86939;
    color:#fff;
    border-radius:3px;
    cursor:pointer;
}
.older #older_mode{
    width:200px;
    padding:10px;
    font-size:25px;
}


/*当前位置*/
.dqwz{
    height:40px;
    line-height: 40px;
    width: 100%;
    background: #efefef;
}
.older .dqwz{
    height:50px;
    line-height: 50px;
}
.dqwz-con{
    padding-left: 20px;
    font-size: 13px;
    height:40px;
    margin: auto;
    background: url("home.png") no-repeat 0px;
    width:1100px;
}
.older .dqwz-con{
    font-size: 22px;
    height:50px;
}
.dqwz-con a{
    line-height: 40px;
    color: #333333;
    font-size: 13px;
}
.older .dqwz-con a{
    line-height: 50px;
    font-size: 18px;
}