@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
ul,ol{list-style:none;}
a{text-decoration:none;color: #333333}
/*a:hover{color: #0397ed}*/
img{border:0;vertical-align:middle;}
input,button{vertical-align:middle;outline:none;border:none;}
textarea{outline:none;border:none;resize:none;}
input, textarea {box-sizing: content-box;outline: none;background: 0 0;font-family: "Microsoft YaHei"}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #acacac;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#acacac;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#acacac;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#acacac;
}
.rt{float:right;}
.lf{float: left;}
body{color: #000;font-family: "Microsoft YaHei"}
html,body{min-width: 1200px;}
/*清除浮动*/
.clearfix{*zoom:1;} /* 针对IE7 hack，触发IE7的haslayout，以清除浮动 */
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
table tr td,table{border-collapse:collapse;}
/*通用样式*/

/*a:hover{
    color: #fff;
}*/
.marginTop-20{
    margin-top: 20px;
}
.marginTop-10{
    margin-top: 10px;
}
.wzS-weather {
    position: absolute;
    margin-top: 50px;
}

.wz-weatherS {
    position: relative;
    width: 120px;
    margin-left: 10px;
}
.wz-city {
    display: block;
    width: 70px;
    float: left;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: 微软雅黑;
    cursor: pointer;
    text-align: center;
    margin: 3px 20px 3px;
}
.wz-city span{
    float: left;
    color: #fff;
}
.wz-city p{
    float: left;
    margin: 2px 14px;
    line-height: 20px;
    color: #fff;
}


.wz-weatherS .wz-slideul {
    top: 23px;
    left: 20px;
    width: 70px;
}


.f-none {
    display: none;
}

.wz-slideul {
    position: absolute;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    background: url(py-main-icon16.png);
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
    filter: alpha(opacity=30);*/
}

.wz-slideul li {
    font-size: 15px;
    line-height: 30px;
    color: rgb(51, 51, 51);
    text-align: center;
    cursor: pointer;
}

.wzS-weShow {
    clear: both;
    display: block;
    width: 110px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    height: 20px;
}

.wzS-weShow p {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    color: #f3a204;
}




/*右侧手势区*/
.show-touch{
    position:fixed;
    width: 200px;
    right: 2px;
    top:0;
    z-index: 990;

}

.touch-content{
    position: fixed;
    width: 100px;
    right: -100px;
    top:0;
    z-index: 999;
    background: url("touch-bg.png");
    padding: 40px 0;
}

.show-touch img{
    width: 90px;
    height: 89px;
    position: absolute;
    right: 0;
    margin-top: 130px;
}
.touch-content a{
    display: block;
    margin-top: 25px;
}
.touch-content a:hover span{
    color: #ff2626;
}
.touch-content img{
    width: 100%;
    height: 65px;

}
.touch-content span{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;

}