﻿/*侧边栏*/
.rightSlide{position: fixed;right: 15px;top: 35%;/*width: 256px;*/ height: 300px;z-index:9999;}
.rightSlide_ul{position: absolute;right: 0;}
.rightSlide_ul li{width: 70px; height: 70px;padding: 10px 7px;color: white;font-size: 13PX;text-align: center;background: #0076ca;margin-bottom: 4px;cursor: pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.rightSlide_ul i{width: 29px;height: 29px;display: inline-block;margin-bottom: -4px;background-repeat: no-repeat;background-size: 100% 100%;}
.rightSlide_cont i{background-image: url(../images/right_sevice.png);}
.rightSlide_qq i{background-image: url(../images/right_qq.png);}
.rightSlide_free i{background-image: url(../images/right_phone.png);}
.rightSlide_qr i{background-image: url(../images/right_qr.png);}
.rightSlide_backTop {line-height: 23px;display: none;background-repeat: no-repeat;background-size: 100% 100%;}
/*弹出*/
.rightSlide_real{position: absolute;left: 0px;top: 0;}
/*在线咨询*/
.real_free{width: 181px;background: #0076ca;padding: 10px 18px;box-sizing: border-box;text-align: center;border-radius: 3px;display: none;position: absolute;top: 147px;}
.real_free b{position: absolute;right: 3px;top: -2px;color: black;font-size: 14px;cursor: pointer;}
.real_free span{display: block;margin-bottom: 9px;font-size: 21px;color: white;}
.cont_input{width: 137px;height: 28px;padding: 0 5px;line-height: 28px;color: #000000;background: white;border: none;margin-bottom: 9px;}
.talkBtn{width: 147px;height: 28px;line-height: 28px;padding: 0 5px;text-align: left;background: #124f7b;color: white;border: none;}
/*qq交谈*/
.real_qq{width: 117px;padding: 10px 6px 0 6px;box-sizing: border-box;border: 1px solid #d9d6d6;background: white;border-radius: 10px;position: absolute;left: 55px;top:-250px;display: none;}
.qq_dl{margin-bottom: 10px;text-align: center;border-bottom: 1px solid #d9d6d6;padding-bottom: 9px;}
.qq_dl i{width: 23px;height: 23px;display: inline-block;background: url(../images/qq.gif) no-repeat 100% 100%;vertical-align: bottom;margin-right: 10px;}
.qq_dt{margin-bottom: 14px;color: rgb(46, 47, 47);font-size: 13px;}
.qq_dd{margin-bottom: 7px;}
.qq_dd a{font-size: 13px; color: rgb(46, 47, 47);}
.real_qq dl:nth-last-of-type(1){padding: 0;margin: 0;border: none;}
.small{width: 12px;height: 12px;background: white;transform: rotateZ(45deg);position: absolute;right: -7px;top: 50%;border-top: 1px solid #d9d6d6;border-right: 1px solid #d9d6d6;}
/*二维码*/
.real_qr{width: 150px;padding: 14px 8px;border: 1px solid #d9d6d6;position: absolute;background: white;text-align: center;border-radius: 10px;left: 20px;top: 180px;display: none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.real_qr img{margin-bottom: 6px;width: 102px;height: 102px;}
.real_qr .small{top: 50%;}

#content {border: 1px solid #e0dcdc; padding: 10px 10px; margin-bottom: 30px;}
#content img{max-width: 100%;}
.right .news {border: 1px solid #e0dcdc;padding-left:20px;}
.right .news li a:hover {color:#636cee;}