﻿/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0px;border:0;}
body{color:#333;font:14px Arial,'微软雅黑';font-family: "微软雅黑","Arial Narrow",HELVETICA;}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal; margin:0px; padding:0px;}
input,button,textarea,select{font:100% Arial,'微软雅黑';}

/* 默认全局样式超链接样式*/
a:link{color:#333; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#333; text-decoration:none;}/* 链接点击过后的样式 */
a:hover{color:#e61101;text-decoration:none;cursor:pointer;}/* 链接移上时的样式 */
a:active{color:#e61101;text-decoration:none;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear: both;}
.noBorder{border:none;	}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */


ul{ width:100%;overflow:hidden;zoom:1;}
ul li.last{ margin:0 !important; border-right:none !important; background:none !important;}

.hd{width:100%;}
.bd{width:100%;}

/*---样式增加的--*/
.rili {width: auto !important;margin-left: 10px !important;}
#TimingOne{ background:url(/Template/Default/Skin/ak2020/images/14yunhui.png) no-repeat left; padding-left:20px;}
.rili span{ background:#fff; color:#f72f2f; padding:0 1px;}
.Timing {width: 100%;line-height: 34px;color: #fff;}
.Timing span {margin: 0 3px;}

/*----页面右边栏悬浮导航2023-----*/
.page-right-nav {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 99;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 78px;
  transition: width 0.3s;
}

.page-right-nav-heid {
  width: 46px;
}

.page-right-nav .page-right-list .page-right-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 1px;
  color: #333;
  font-size: 14px;

  box-sizing: border-box;
}

.page-right-nav .page-right-list .page-right-item .iconfont {
  font-size: 26px;
}

.page-right-nav .page-right-list .page-right-item span {
  margin-top: 8px;
}

.page-right-nav .page-right-list .page-right-item:first-of-type a {
  background: #ff9630;
  color: #fff;
}

.page-right-nav .page-right-list .page-right-item:nth-of-type(2) a {
  background: #3b82de;
  color: #fff;
}

.page-right-nav .retract-box {
  background: #3b82de;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.page-right-nav .retract-box .iconfont {
  margin: 0 5px;
  display: inline-block;
  transition: all 0.25s;
}


ul.page-right-list li.page-right-item{ position: relative;}
.page-right-nav .page-right-list{ overflow: inherit;}
.page-right-nav .gxPush{width:110px;position:absolute; left:-158px; top:0px; z-index:99;padding-right:40px;}
.hovFrame{ width:115px; background:#fff;padding:10px 10px 10px 20px;-webkit-box-shadow: 0 0 4px 4px #e3effd;	-moz-box-shadow: 0 0 4px 4px #e3effd;box-shadow: 0 0 4px 4px #e3effd; position: relative;}
.gxPush i{ width: 0;height: 0;border-width: 8px;border-style: solid;border-color:transparent transparent transparent #fff;position: absolute; top:30px; right:-11px; z-index: 99;}
.hovFrame a,.hovFrame p{ display: block !important; line-height: 26px;  }
.hovFrame a{ color: #0b7fea; height: 30px; line-height: 30px; color: #0b7fea !important; background: none !important; font-size: 15px !important;  text-align: center;padding:0 !important; }
.hovFrame p{line-height: 20px; font-size: 14px; color: #777;}
.page-right-nav .dy_con{top:154px;}
ul.page-right-list li .gxPush{ display: none;}
ul.page-right-list li:hover .gxPush{ display:block;}













