

@media (min-width: 1200px) {

   .zxleft{ width:140px; height:400px; position:fixed; left:10px; top:50%; margin-top:-200px; z-index:999999999;}
   .zxleft .zxtop{ width:140px; height:60px;}
   .zxleft .zxtop img{ display:block; width:140px; height:60px; border:0;}
   .zxleft .zxbottom{ width:140px; height:80px;}
   .zxleft .zxbottom img{ display:block; width:140px; height:80px; border:0;}
   
   .zxleft .zxcenter{ width:140px; height:260px; background:url(bg.png) center;}
   .zxleft .zxcenter .zxewm{ width:100px; height:125px; margin:0 auto;}
   .zxleft .zxcenter .zxewm img{ display:block; width:100px; height:100px; border:0;}
   .zxleft .zxcenter .zxewm p{ display:block; margin:0; padding:0; list-style:none; width:100px; height:25px; text-align:center; line-height:25px; font-family:"微软雅黑"; font-size:12px; color:#666666;}
   
   .zxleft .zxcenter .zxzj{ width:100px; height:80px; margin:0 auto;}
   .zxleft .zxcenter .zxzj p{ display:block; margin:0; padding:0; list-style:none; width:150px; height:30px; text-align:left; line-height:30px; font-family:"微软雅黑"; font-size:14px; color:#000000;}
   .zxleft .zxcenter .zxzj ul{ margin:0; padding:0; list-style:none;}
   .zxleft .zxcenter .zxzj ul li{ width:100px; height:25px; text-align:left; line-height:25px; font-family:"微软雅黑"; font-size:12px; color:#5686D5; font-weight:bold;}
   
   .zxleft .zxcenter .zxsj{ width:100px; height:55px; margin:0 auto;}
   .zxleft .zxcenter .zxsj p{ display:block; margin:0; padding:0; list-style:none; width:150px; height:30px; text-align:left; line-height:30px; font-family:"微软雅黑"; font-size:14px; color:#000000;}
   .zxleft .zxcenter .zxsj ul{ margin:0; padding:0; list-style:none;}
   .zxleft .zxcenter .zxsj ul li{ width:150px; height:25px; text-align:left; line-height:25px; font-family:"微软雅黑"; font-size:12px; color:#5686D5; font-weight:bold;}

}

@media (max-width: 1200px) {

   .zxleft{ display:none;}

}





.qq298 {
    width: 250px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -127px;
    background-color: #5686D5;
    z-index: 1000;
    transition: width 0.3s ease 0s;
}
.qq298.on {
    width: 50px;
}
.qq298 .top-list {
    width: 100%;
}
.qq298 .top-list ul {
    width: 100%;
}
.qq298 .top-list li {
    width: 100%;
    position: relative;
    border-bottom: 0px solid #3b3b3b;
    transition: background 0.3s ease 0s;
    height: 50px;
}
.qq298 .top-list a {
    display: block;
    width: 100%;
}
.qq298 .top-list .ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease 0s;
    z-index: 2;
}
.qq298 .top-list .ico2 {
    background: url(images/qq298_b.png) no-repeat center #5686D5;
}
.qq298 .top-list .ico3 {
    background: url(images/w298_b.png) no-repeat center #5686D5;
}
.qq298 .top-list .ico5 {
    background: url(images/f298_b.png) no-repeat center #5686D5;
}
.qq298 .top-list .ico7 {
    background: url(images/t298_b.png) no-repeat center #5686D5;
}
.qq298 .top-list .stt {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    transition: color 0.3s ease 0s;
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    width: 222px;
    cursor: pointer;
}
.qq298 .top-list li:hover .stt {
    color: #15191e;
}
.qq298 .top-list li:hover .ico2 {
    background:url(images/qq298_b.png) no-repeat center #fff;
}
.qq298 .top-list li:hover .ico3 {
    background: url(images/w298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover .ico5 {
    background: url(images/f298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover .ico7 {
    background: url(images/t298_h.png) no-repeat center #fff;
}
.qq298 .top-list li:hover {
    background-color: #fff;
}
.qq298 .top-list .top298 .stt {
    font-family: "Arial";
    font-weight: bold;
}
.qq298 .top-list li .weix {
    position: relative;
}
.qq298 .sidebox {
    position: absolute;
    right: 250px;
    top: 0;
    transition: all 0.1s ease 0s;
    width: 120px;
    z-index: 10;
    display: none;
    background: #5686D5;
}
.qq298 .sidebox img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 5px auto;
}

