﻿@charset "UTF-8";
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
}

/* IE5.xIE6 bug */
* html body {
  overflow: visible;
}

* html iframe, * html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #333;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}

i, em, cite {
  font-style: normal;
}

/* a */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a:link {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a:active, a:hover {
  text-decoration: none;
  color: #0673db;
}

a:focus {
  outline: none;
}

/*GY*/
.cl {
  clear: both;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.ov {
  overflow: hidden;
}

/*头部开始*/
.header {
  height: 110px;
}

.header .logo {
  width: 700px;
  float: left;
  margin-top: 20px;
}

.header .nav {
  width: 380px;
  height: 30px;
  margin-top: 50px;
  line-height: 30px;
  float: right;
}

.header .nav li {
  width: 180px;
  float: right;
}

.header .nav li a {
  width: 140px;
  display: block;
  text-indent: 35px;
  color: #0673db;
  font-size: 20px;
}

.header .nav .n1 a {
  background: url(../images/n1.gif) left center no-repeat;
}

.header .nav .n2 a {
  background: url(../images/n2.gif) left center no-repeat;
}

.header .nav-ss {
  width: 480px;
  margin-top: 20px;
  float: right;
}

.header .nav-ss .nav {
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 20px;
}

.header .nav-ss .ss {
  height: 32px;
  line-height: 32px;
  margin-top: 20px;
}

.header .nav-ss .ss .ck {
  float: left;
}

.header .nav-ss .ss .ck input {
  width: 312px;
  height: 30px;
  padding: 0 10px;
  color: #999999;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #0a9ce9;
}

.header .nav-ss .ss .btn {
  float: left;
}

.header .nav-ss .ss .btn input {
  margin: 0 2px;
}

/*头部结束*/
.line {
  border-bottom: 2px solid #0a9ce9;
}

.page {
  margin: 30px auto;
  position: relative;
}

.page .cha {
  width: 850px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}

.page .cha .bd {
  width: 830px;
  height: 150px;
  position: absolute;
  margin-left: 50%;
  left: -415px;
  top: 50%;
  margin-top: -45px;
  z-index: 10;
}

.page .cha .bd .tab {
  width: 80%;
  height: 35px;
  margin-left: 90px;
  margin-bottom: 5px;
}

.page .cha .bd .tab li {
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin-right: 20px;
}

.page .cha .bd .tab li a {
  height: 35px;
  display: block;
  background: #ddd;
  padding: 0 25px;
  border-radius: 5px;
}

.page .cha .bd .tab li a:hover {
  background: #0a9ce9;
  color: #fff;
}

.page .cha .bd .tab li .hover {
  background: #0a9ce9;
  color: #fff;
}

.page .cha .download {
  float: left;
  margin-left: 90px;
  margin-top: 5px;
}

.page .cha .download .icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(/img/icon.png);
  margin-left: 4px;
  cursor: pointer;
}

.page .cha .download .icon-download {
  background-position: -84px 16px;
  margin-right: 4px;
}

.page .cha .ck {
  margin-left: 90px;
  float: left;
}

.page .cha .ck input {
  width: 550px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 0 10px;
  color: #999;
  font-size: 16px;
}

.page .cha .btn {
  float: left;
}

.page .cha .btn input {
  margin: 0 3px;
}

.page .chexiao {
  width: 325px;
  height: 450px;
  float: right;
}

.page .chexiao .tit {
  height: 44px;
  line-height: 44px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  background: #0a9ce9;
  color: #fff;
  font-size: 20px;
}

.page .chexiao ul {
  border: 1px solid #0A9CE9;
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
}

.page .chexiao ul li {
  height: 32px;
  line-height: 32px;
  background: url(../images/che.gif) 10px center no-repeat;
  text-indent: 35px;
}

.page .chexiao ul li a {
  font-size: 14px;
}

.page .chexiao ul span {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  display: block;
}

.page .chexiao ul span a {
  font-size: 14px;
  margin-right: 10px;
}

/*
.page .cha
{
    width: 850px;
    height: 450px;
    float: left;
    position: relative;
}
*/
.footer {
  padding-top: 30px;
  height: 50px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}

.footer-line {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  color: #555;
}

.footer-line a {
  color: #555;
}

.footer-line__left img{
  vertical-align: middle;
}

.footer-line__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line__right > span {
  margin-left: 12px;
}

.page .main {
  margin: 10px auto;
  overflow: hidden;
}

.page .main .left {
  width: 360px;
  height: 555px;
  float: left;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  position: relative;
}

.page .main .left .time {
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #0a9ce9;
  font-size: 12px;
}

.page .main .right {
  width: 790px;
  float: right;
}

.page .main .right .menu {
  height: 40px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d2d2d2;
}

.page .main .right .menu ul {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}

.page .main .right .menu ul.tongji li {
  width: 20%;
  text-align: center;
  float: left;
}

.page .main .right .menu ul.tongji li select {
  height: 26px;
  width: 80px;
}

.page .main .right .menu ul.fenji li {
  width: 115px;
  text-align: center;
  float: left;
}

.page .main .right .menu ul.fenji li i {
  width: 1px;
  height: 20px;
  margin-top: 5px;
  background: #0a9ce9;
  float: right;
}

.page .main .right .menu ul li a, .page .main .right .menu ul li span {
  color: #0a9ce9;
}

.page .main .right .table {
  width: 790px;
  height: 390px;
  margin-top: 10px;
}

.page .main .right .table .gs_menu {
  width: 790px;
  margin-top: 10px;
}

.page .main .right .table .gs_menu li {
  float: left;
  margin: 5px;
}

.page .main .right .table .gs_menu li a {
  padding: 5px 10px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
}

.page .main .right .table .gs_menu li a:hover {
  background: #0a9ce9;
  color: #fff;
}

.page .main .con {
  width: 580px;
  margin: 0 6px;
  float: left;
  border: 1px solid #d2d2d2;
  border-radius: 5px 5px 0 0;
  padding-bottom: 10px;
}

.page .main .con .tit {
  height: 42px;
  background: url(../images/41230o.gif) 10px 0 no-repeat;
  line-height: 42px;
  color: #0a9ce9;
  border-bottom: 1px solid #d2d2d2;
  text-indent: 40px;
}

.page .main .con .cx {
  background: url(../images/41231o.gif) 10px 0 no-repeat;
}

.page .main .con .tit span {
  float: right;
  margin-right: 15px;
}

.page .main .con ul {
  height: 360px;
}

.page .main .con ul li {
  height: 35px;
  line-height: 35px;
  margin: 0 8px;
  background: url(../images/icon_02.gif) 0 center no-repeat;
  text-indent: 15px;
  border-bottom: 1px dashed #D2D2D2;
}

.page .main .con ul li a {
  float: left;
}

.page .main .con ul li span {
  float: right;
}

.page .left_menu {
  width: 240px;
  float: left;
  position: absolute;
  top: 0;
  background: #fff;
}

.page .left_menu .title {
  height: 38px;
  line-height: 38px;
  border: 1px solid #d2d2d2;
  border-bottom: 3px solid #0a9ce9;
  color: #0a9ce9;
  font-size: 20px;
  text-align: center;
}

.page .left_menu .title a {
  width: 100%;
  height: 38px;
  display: block;
}

.page .left_menu ul {
  display: none;
}

.page .left_menu .show {
  display: block;
}

.page .left_menu ul li {
  padding-top: 10px;
}

.page .left_menu ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #d2d2d2;
  background: url(../images/web18a.jpg) 70px center no-repeat;
}

.page .left_menu ul li .inactives {
  background: url(../images/web17a.jpg) 70px center no-repeat;
}

.page .left_menu ul li ul {
  display: none;
}

.page .left_menu ul li ul li {
  height: 25px;
  line-height: 25px;
}

.page .left_menu ul li ul li a {
  border: none;
  font-weight: 100;
  height: 25px;
  line-height: 25px;
  text-align: left;
  background: none;
  display: inline-flex;
  padding-left: 75px;
}

.page .left_menu ul li ul li a i {
  width: 3px;
  height: 3px;
  display: inline-block;
  margin: 11px;
  background: #0a9ce9;
}

.page .cont .sousou {
  width: 930px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
}

.page .cont .sousou .select {
  width: 167px;
  height: 26px;
  line-height: 26px;
  float: left;
}

.page .cont .sousou select {
  height: 26px;
  line-height: 26px;
  border: 1px solid #d2d2d2;
}

.page .cont .sousou label {
  font-weight: bold;
}

.page .cont .sousou .txt {
  width: 400px;
  height: 26px;
  line-height: 26px;
  float: left;
}

.page .cont .sousou .txt input {
  width: 320px;
  height: 24px;
  border: 1px solid #d2d2d2;
}

.page .cont .sousou .btnpic {
  margin-left: 5px;
  width: 88px;
  height: 24px;
  float: left;
}

.page .cont .main_t table {
  width: 100%;
  border-collapse: collapse;
}

.page .cont .main_t table tr {
  border-bottom: 1px dashed #ddd;
}

.page .cont .main_t table tr td {
  text-align: center;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
}

.page .cont .main_t table .title {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.page .cont .main_t table .Fname {
  text-align: left;
  text-indent: 120px;
}

/*list*/
#pager {
  width: 450px;
  margin: 20px auto;
}

.table .changeleft {
  margin: 20px 42%;
}

#pager ul.pages li {
  background: #D2D2D2;
  color: #333;
  border: 1px solid #d2d2d2;
}

#pager ul.pages li.pgEmpty {
  color: #848484;
  border: 1px solid #ddd;
}

#pager ul.pages li.pgCurrent, #pager ul.pages li:hover {
  border: 1px solid #0A9CE9;
  background: #0A9CE9;
  color: #fff;
}

.page .cont .main_t .pages {
  width: 450px;
  margin: 20px auto;
}

.page .cont .main_t .pages span {
  padding: 5px 10px;
  text-align: center;
  display: block;
  background: #D2D2D2;
  margin: 0 5px;
  float: left;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.page .cont .main_t .pages span:hover {
  background: #0A9CE9;
  color: #fff;
}

.page .cont .main_t .pages .hh {
  background: #0A9CE9;
  color: #fff;
}

.page .cont .main_t .pages .sl {
  background: none;
  color: #333;
}

.page .cont .main_t .pages .sl:hover {
  background: none;
  color: #333;
}

.tankuang {
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  font-size: 13px;
}

.tankuang li {
  width: 50%;
  float: left;
  border-bottom: 1px dashed #ccc;
  line-height: 26px;
}

.tankuang div {
  border-bottom: 1px dashed #ccc;
  line-height: 26px;
}

/*gs.html添加AAA按钮20161011*/
.anav {
  width: 855px;
  margin: 30px auto;
  overflow: hidden;
}

.anav li {
  width: 195px;
  height: 65px;
  line-height: 63px;
  text-align: center;
  margin-left: 133px;
  margin-left: 66px\9;
  float: left;
}

.anav li:nth-child(1) {
  margin: 0;
}

.anav li a {
  width: 195px;
  height: 63px;
  display: block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  color: #199de5;
  font-size: 20px;
}

.anav li a:hover {
  background: #199de5;
  border-color: #199de5;
  color: #fff;
}

.sm {
  width: 261px;
  height: 312px;
  position: fixed;
  left: 5px;
  top: 25%;
  background: url(../images/sm.png) no-repeat;
  z-index: 999;
}

/*
.sm {
    width: 250px;
    position: fixed;
    left: 5px;
    top: 25%;
    z-index: 999;
    padding-bottom: 20px;
    border-bottom:5px solid #b01116;
    box-shadow: 2px 3px 9px #9c9c9c;
}
.sm span{
    font-weight:bold;
    display: block;
	text-indent: 0;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
	color: #b01116;
	height:108px;
	line-height: 108px;
	background: url(../images/smm.png) center no-repeat;
}
.sm span i{
    display:inline-block;
	width: 20px;
}
.sm p{
    padding:0 25px;
    line-height: 25px;
    font-size: 14px;
    text-indent: 28px;
    color: #b01116;
    text-align: justify;
}
.sm a{
    color:#b01116;
    text-decoration: underline;
}
.sm a:hover{
    color:#000;
}
*/
/*fixright*/
.fixright {
  position: fixed;
  right: 5px;
  top: 25%;
  width: 300px;
  height: 312px;
  z-index: 9;
  padding: 3px;
  border: 2px solid #0a9ce9;
  border-radius: 5px;
}

.fixright .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #0a9ce9;
  font-size: 16px;
  display: block;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}

.fixright .tit dl dd {
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  transition: all 0.2s;
  cursor: pointer;
}

.fixright .tit dl dd.focus, .fixright .tit dl dd:hover {
  background-color: #0a9ce9;
  color: #fff;
}

.fixright .tit dl dt {
  display: inline-block;
  float: right;
  padding: 0 10px;
}

.fixright .tit dl dt select {
  padding: 5px 10px;
  border: 1px solid #0a9ce9;
}

.fixright .tit dl dt select option {
  padding: 3px 0;
}

.fixright ul li {
  width: 96%;
  height: 36px;
  line-height: 36px;
  margin: 0 1%;
  padding: 0 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #ccc;
}

.fixright ul li i {
  font-style: normal;
  background-color: #0a9ce9;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin-right: 2px;
  text-align: center;
}

.fixright ul li i.cx {
  background-color: #0a9ce9;
}

.fixright ul li i.ch {
  background-color: #596165;
}

.fixright ul li a:hover {
  color: #f00;
}

ul.RevokeMsg {
  height: 260px;
  overflow-y: scroll;
}

/*# sourceMappingURL=css.css.map */