@charset "utf-8";

div.row.home {margin-left:-15px; margin-right:-15px; padding:0; margin-top:-20px}
div.row.home h2 {width:100%; text-align:center; padding:10px 0; background-color:#0174b7; border-radius:10px; color:#ededed;}
div.row.home a:hover {color:#ededed;}
div.row.home div.back a:hover {color:#e97a1c}
div.homecontainer {position:relative; width:100%; height:240px; overflow:hidden; padding:0;}
div.front {width:100%; height:100%; position:absolute; transition: transform 0.7s 0.10s ease-in-out; z-index:2;}
div.front img {width:100%;}
div.front div.glyphicon {position:absolute; overflow:hidden; text-align:right; width:100%; font-size:22px; color:white; opacity:0.8; margin-top:0; padding:0;
text-shadow: 2px 2px 3px rgba(96, 92, 92, 1); height:20%; }
div.back {position:absolute; width:100%; height:100%; padding-left:15%; background-color:#fff;}
div.back ul {margin-left:-15px}
div.homecontainer:hover > .front {transform:translateX(-90%)}
 @media only screen and (min-device-width : 769px) and (max-device-width : 883px) {
div.row.home div.homecontainer div.back p {display:none}
}
#imageLogo{height: 70px;}

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#c1c1c1;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}


/*在线客服*/
*html{background-image:url(about:blank);background-attachment:fixed;}
.kf{width:127px;border:1px solid #51b5f0;position:fixed;top:45%;right:0;background:url(../images/kf_ico.png) no-repeat 7px 10px #1a98d5;min-height:50px;_height:auto!important;_height:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||130)-(parseInt(this.currentStyle.marginBottom,10)||130)));}
.kf_r{margin-left:37px;background:#16a2dd;color:#fff;text-align:center;padding:10px 0 10px;}
.kf_r img{margin-bottom:5px;}

/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}