﻿.arr-down {
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.arr-down:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #0d2ca0;
}
.arr-down.active:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #0d2ca0;
}
body {
  font-size: 14px;
}
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  background: #0d9ca0;
  color: #fff;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #0b8588;
}
.btn-blue-group {
  text-align: center;
}
.btn-blue-group .btn-blue {
  display: inline-block;
  width: 150px;
  height: 38px;
  background: #0d2ca0;
  color: #fff;
  line-height: 38px;
  text-align: center;
}
.btn-blue-group .btn-blue + .btn-blue {
  margin-left: 56px;
}
.btn-blue-group .btn-blue:hover {
  background: #0b2689;
}
.pagination {
  margin-top: 20px;
  margin-bottom: 37px;
  text-align: center;
  font-size: 14px;
}
.pagination ul {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
}
.pagination li {
  float: left;
}
.pagination li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  color: #327ab7;
  text-decoration: none;
}
.pagination li a:hover {
  background: #0d9ca0;
  color: #fff;
}
.pagination li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li + li {
  border-left: 1px solid #ddd;
}
/*index*/
.index header .search-box {
  display: block;
}
.index header .log-box {
  /*display: none;*/
}
.index .top {
  height: 250px;
  background: url(../img/index-bg.jpg) no-repeat;
}
.index .top .title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 114px;
}
.index .top i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.index .title h2 {
  margin-bottom: 16px;
}
.index .title h3 {
  font: 34px/34px 'microsoft yahei';
  color: #fff;
}
.index .content {
  padding: 24px 55px 53px 41px;
  background: #fff;
}
.index .content .con-left,
.index .content .con-right {
  float: left;
  width: 528px;
}
.index .content .con-right {
  margin-left: 48px;
}
.index .content h4 {
  font: 18px/65px 'microsoft yahei';
  color: #000;
  border-bottom: 1px solid #000;
}
.index .content .exp {
  padding-top: 5px;
  padding-bottom: 8px;
}
.index .content .exp h5 a {
  font: 16px/26px 'microsoft yahei';
  color: #039;
}
.index .content .exp h5 a:hover {
  text-decoration: underline;
}
.index .content .exp p {
  font: 12px/24px 'microsoft yahei';
  color: #666;
  height: 48px;
}
.index .content ul a {
  font: 12px/21px 'microsoft yahei';
  color: #003399;
}
.index .content ul a:hover {
  text-decoration: underline;
}
/*数据标准页*/
.standard,
.detail {
  padding: 23px 54px 105px 60px;
  background: #fff;
}
.standard .title,
.detail .title {
  border-bottom: 2px solid #0d2ca0;
}
.function .title {
  border-bottom: 2px solid #0d2ca0;
  padding-left:20px;
}
.standard .title h2,
.function .title h2,
.detail .title h2 {
  font: 20px/48px 'microsoft yahei';
  color: #0d2ca0;
}
.standard .title .btn-group,
.function .title .btn-group,
.detail .title .btn-group {
  height: 28px;
  margin-top: 10px;
}
.standard .title .btn + .btn,
.function .title .btn + .btn,
.detail .title .btn + .btn {
  margin-left: 6px;
}
.standard .list-left,
.detail .list-left {
  padding-top: 36px;
}
.standard .list-left li,
.detail .list-left li {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.standard .list-left li a,
.detail .list-left li a {
  position: relative;
  display: block;
  padding-left: 15px;
  width: 155px;
  height: 34px;
  line-height: 34px;
  color: #355ca0;
  font-size: 14px;
}
.standard .list-left li a:hover,
.detail .list-left li a:hover {
  text-decoration: none;
}
.standard .list-left li a:before,
.detail .list-left li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #333;
}
.standard .list-left li + li,
.detail .list-left li + li {
  border-top: none;
}
.standard .list-right,
.help .list {
  padding-top: 20px;
  margin-left: 245px;
}
.standard .list-right li h3,
.help .list li h3 {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 48px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.standard .list-right li h3:before,
.help .list li h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background: url(../img/icon.png) -98px 0px no-repeat;
}
.standard .list-right li h3:hover,
.help .list li h3:hover,
.standard .list-right li h3.current,
.help .list li h3.current {
  color: #039;
}
.standard .list-right li h3.current:before,
.help .list li h3.current:before {
  content: '';
  position: absolute;
  margin-top: -3px;
  background: url(../img/icon.png) -98px -11px no-repeat;
  height: 6px;
  width: 8px;
}
.standard .list-right li .list-con,
.help .list li .list-con {
  display: none;
  padding: 25px 0 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.standard .list-right li .list-con .list-item,
.help .list li .list-con .list-item {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0d2ca0;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.standard .list-right li .list-con p,
.help .list li .list-con p {
  margin-left: 50px;
  font-size: 12px;
  line-height: 19px;
  color: #666;
  text-align: justify;
}
/*帮助页*/
.help {
  padding: 16px 63px 54px 54px;
  background: #fff;
}
.help .list {
  margin-left: 0;
}
/*登录前页*/
.detail h2,
.function h2 {
  position: relative;
  padding-left: 40px;
}
.function h2:before,
.detail h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 25px;
  height: 20px;
  background: url(../img/icon.png) -106px 0 no-repeat;
}
.detail .title a.btn {
  font-size: 12px;
}
.detail .list-right
 {
  padding-top: 26px;
  margin-left: 245px;
}
.detail .list-right ul {
  font-size: 14px;
  color: #666;
}
.detail .list-right ul li {
  line-height: 34px;
  border-bottom: 1px solid #e3e3e3;
}
.detail .list-right ul .item-label {
  float: left;
  width: 87px;
  text-align: left;
}
.detail .list-right ul .item-con {
  padding: 6px 0;
  line-height: 22px;
  margin-left: 88px;
}
.detail .list-right .table,
.detail .list-right .structure {
  margin-top: 30px;
}
.detail .list-right .table h4,
.detail .list-right .structure h4 {
  font: 16px/34px 'microsoft yahei';
  color: #36c;
}
.detail .list-right .structure h4 {
  border-bottom: 1px solid #369;
}
.detail .list-right .table-title {
  border-bottom: 1px solid #369;
  height:50px;
}
.detail .list-right .table-title .btn {
  float: right;
  position: relative;
  padding-left: 30px;
  padding-right: 14px;
  line-height: 28px;
  background: #0d9ca0;
  font-size: 14px;
  color: #fff;
}
.detail .list-right .table-title .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  background: url(../img/icon.png) -14px 0px no-repeat;
  height: 16px;
  width: 16px;
}
.detail .list-right table {
  margin-top: 20px;
  font-size:14px;
  border-collapse: collapse;
  table-layout: fixed;
}
.detail .list-right table th,
.detail .list-right table td {
  border: 1px solid #e3e3e3;
}
.detail .list-right table th {
  font-size: 14px;
  line-height: 34px;
  color: #184a4a;
  background: #e2f3f3;
}
.detail .list-right table .item1 {
  padding-left: 25px;
  width: 164px;
  text-align: left;
}
.detail .list-right table .item2 {
  padding-left: 25px;
  width: 198px;
  text-align: left;
}
.detail .list-right table .item3 {
  width: 116px;
 word-break: break-word;
  text-align: center;
}
.detail .list-right table .item4 {
  width: 157px;
  word-break: break-word;
  text-align: center;
}
.detail .list-right table .item5 {
  width: 144px;
  word-break: break-word;
  text-align: center;
}
.detail .list-right .structure .img-box {
  margin-top: 17px;
}
/*系统演示，列表页*/
.list .list-menu {
  float: left;
  padding: 38px 0 0 60px;
  width: 170px;
  padding-bottom:25px;
}
.function .list-menu {
  float: left;
  padding: 58px 0 0 60px;
  width: 170px;
}
.list .list-menu .menu-item1,
.function .list-menu .menu-item1 {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.list .list-menu .menu-item1 + .menu-item1,
.function .list-menu .menu-item1 + .menu-item1 {
  border-top: none;
}
.list .list-menu .menu-item1 h3,
.function .list-menu .menu-item1 h3 {
  position: relative;
  padding-left: 15px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.list .list-menu h3:before,
.function .list-menu h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: url(../img/icon.png) -87px 0px no-repeat;
  height: 8px;
  width: 5px;
}
.list .list-menu h3.current:before,
.function .list-menu h3.current:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: url(../img/icon.png) -87px -11px no-repeat;
  height: 5px;
  width: 8px;
}
.list .list-menu .list-menu-bd,
.function .list-menu .list-menu-bd {
  display: none;
  padding-left: 24px;
  padding-bottom: 5px;
}
.list .list-menu .list-menu-bd a,
.function .list-menu .list-menu-bd a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #355ca0;
}
.list .list-menu .list-menu-bd a:before,
.function .list-menu .list-menu-bd a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background: #777;
}
.list .list-menu .list-menu-bd a:hover,
.function .list-menu .list-menu-bd a:hover {
  padding-left: 10px;
  padding-right: 20px;
  background: #5e9def;
  color: #fff;
}
.list {
  background: #fff;
}
.list .list-body {
  margin-left: 285px;
  padding-right: 50px;
  padding-top: 50px;
}
.list .list-body .form {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 9px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.list .list-body .form label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.list .list-body .form span {
  vertical-align: middle;
}
.list .list-body .form input {
  height: 26px;
  line-height: 26px;
  border: 1px solid #ccc;
  padding-left: 12px;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.list .list-body .form #name {
  width: 195px;
  margin-right: 10px;
}
.list .list-body .form .btn {
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.list .list-body .form #version {
  width: 16px;
}
.list .list-body .form #view {
  padding-left: 20px;
  width: 80px;
}
.list .list-body .table {
  margin-top: 18px;
}
.list .list-body table {
	width:865px;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
.list .list-body table th {
  background: #e2f3f3;
  color: #184a4a;
  height: 35px;
}
.list .list-body table td {
  text-align: center;
  line-height: 34px;
}
.list .list-body table th,
.list .list-body table td {
  border: 1px solid #e3e3e3;
  word-wrap:break-word;
}
.list .list-body table .item1 {
  width: 42px;
}
.list .list-body table .item2 {
  width: 95px;
}
.list .list-body table .item3 {
  width: 147px;
}
.list .list-body table .item4 {
  width: 300px;
}
.list .list-body table .item5 {
  width: 135px;
}
.list .list-body table .item6 {
  width: 136px;
}
.list .list-body table .item3 a,
.list .list-body table .item5 a {
  color: inherit;
}
.list .list-body table .item3 i,
.list .list-body table .item5 i {
  vertical-align: 0;
}
.list .list-body table td + td {
  padding-left: 15px;
  text-align: left;
}
.list .list-body table td a {
  display: block;
  color: #3366cc;
  /*width: 275px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .list-body table td a:hover {
  text-decoration: underline;
}
.list .list-body table td .op {
  display: block;
  float: left;
  width: auto;
  text-decoration: underline;
}
.list .list-body table td .op + .op {
  margin-left: 7px;
}
/*系统功能 元素及管理*/
.manage {
  padding: 30px 54px 0;
  background: #fff;
}
.manage .title {
  border-bottom: 1px solid #9c9c9c;
}
.manage .title h2 {
  font-size: 20px;
  line-height: 55px;
  color: #0d2ca0;
}
.manage .title h2 span {
  font-size: 16px;
  color: #666;
  vertical-align: middle;
}
.manage .title .search-box1 {
  margin-top: 20px;
  height: 28px;
  line-height: 28px;
}
.manage .title .search-box1 label {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.manage .title .search-box1 input {
  border: 1px solid #ccc;
  width: 195px;
  padding-left: 12px;
  line-height: 26px;
  height: 26px;
  vertical-align: middle;
}
.manage .title .search-box1 .btn {
  vertical-align: middle;
  margin-left: 7px;
}
.manage .table {
  margin-top: 18px;
}
.manage table {
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
.manage table th {
  background: #e2f3f3;
  color: #184a4a;
  height: 35px;
}
.manage table td {
  text-align: center;
  line-height: 34px;
}
.manage table th,
.manage table td {
  border: 1px solid #e3e3e3;
}
.manage table .item1 {
  width: 42px;
}
.manage table .item2 {
  width: 213px;
}
.manage table .item3 {
  width: 422px;
}
.manage table .item4 {
  width: 54px;
}
.manage table .item5 {
  width: 120px;
}
.manage table .item6 {
  width: 108px;
}
.manage table .item7 {
  width: 120px;
}
.manage table td + td {
  padding-left: 15px;
  text-align: left;
}
.manage table td a {
  display: inline-block;
  color: #3366cc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  text-decoration: underline;
  vertical-align: middle;
}
.manage table td a + a {
  margin-left: 5px;
}
.manage table .item4,
.manage table .item5,
.manage table .item6,
.manage table .item7 {
  padding-left: 0;
  text-align: center;
  white-space: nowrap;
}
/*系统功能-属性页*/
.function {
  background: #fff;
  /*padding: 45px 53px 134px 0;
  padding: 23px 54px 105px 60px;*/
}
.function .list-menu {
  padding-top: 20px;
  padding-bottom:25px
}
.function .list-menu h2 {
  line-height: 40px;
}
.function .list-menu h2 a {
  display: block;
  padding-left: 23px;
  color: #333;
  font-size: 14px;
  background: url(../img/home2.png) left 12px no-repeat;
}
.function .right {
  margin-left: 285px;
}
.function .right h3 {
  line-height: 40px;
  border-bottom: 1px solid #9c9c9c;
  color: #000;
  font-size: 14px;
  margin-bottom: 17px;
  font-weight: 700;
}
.function .right .form-group {
  line-height: 28px;
  font-size: 12px;
  color: #666;
}
.function .right .form-group label {
  display: inline-block;
  line-height: inherit;
  margin-left: 4px;
}
.function .right .form-group input {
  border: 1px solid #ccc;
  background: #fff;
  line-height: 26px;
  height: 26px;
  padding-left: 10px;
  color: #666;
  width:380px;
}

.function .right .form-group #def {
  width: 442px;
}
.function .right .form-group #name1,
.function .right .form-group #name2 {
  width: 275px;
}
.function .right .form-group #url1,
.function .right .form-group #url2 {
  width: 450px;
}
.function .right .form-group a.btn {
  margin-left: 43px;
}
.function .right .form-group textarea {
  width: 842px;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-top: 6px;
  height: 75px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.function .right h4 {
  font-size: 14px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
}
.function .right .exp {
  width: 842px;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-top: 6px;
  height: 75px;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
/*选项卡页*/
.container {
  padding: 40px 54px 110px 50px;
  background: #fff;
}
.container .nav {
  font-size: 14px;
  border-bottom: 1px solid #369;
  margin-bottom: 18px;
}
.container .nav ul {
  height: 42px;
}
.container .nav li {
  float: left;
  position: relative;
  top: 1px;
  height: 42px;
  width: 96px;
}
.container .nav li a {
  border: 1px solid #369;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94px;
  display: block;
  text-align: center;
  color: #3366cc;
  line-height: 37px;
  transition: all 0.5s ease-in-out;
  background: #f5f5f5;
}
.container .nav li + li {
  left: -1px;
}
.container .nav li.current a {
  border-bottom: 1px solid #fff;
  line-height: 42px;
  background: #fff;
}
.container .nav .name {
  padding-top: 3px;
  padding-left: 16px;
  line-height: 39px;
  color: #3366cc;
}
.container .nav .name:hover {
  text-decoration: underline;
}
.container .title {
  height: 57px;
}
.container .title h2 {
  float: left;
  line-height: 57px;
  height: 57px;
  font-size: 22px;
  color: #0d2ca0;
}
.container .title span {
  float: left;
  margin-left: 35px;
  margin-top: 9px;
  font-size: 12px;
  line-height: 48px;
  color: #000;
}
.container .title .btn-group {
  float: right;
  margin-top: 20px;
}
.container .title .btn-group .btn {
  font-size: 12px;
  line-height: 25px;
}
.container table {
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}
.container table th {
  background: #e2f3f3;
  color: #184a4a;
  height: 35px;
}
.container table td {
  text-align: center;
  line-height: 34px;
}
.container table th,
.container table td {
  border: 1px solid #e3e3e3;
}
.container table .item1 {
  width: 42px;
}
.container table .item2 {
  width: 250px;
}
.container table .item3 {
  width: 100px;
}
.container table .item4 {
  width: 71px;
}
.container table .item5 {
  width: 89px;
}
.container table .item6 {
  width: 101px;
}
.container table .item7 {
  width: 303px;
}
.container table .item8 {
  width: 126px;
}
.container table td + td {
  padding-left: 15px;
  text-align: left;
}
.container table .item3,
.container table .item4,
.container table .item5,
.container table .item6 {
  padding-left: 0;
  text-align: center;
}
.container table td a {
  display: block;
  color: #3366cc;
  width: 275px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container table td a:hover {
  text-decoration: underline;
}
.container table td .op {
  display: block;
  float: left;
  width: auto;
  text-decoration: underline;
}
.container table td .op + .op {
  margin-left: 7px;
}
.container .part {
  margin-top: 12px;
}
.container .part h3 {
  font-size: 14px;
  line-height: 43px;
  border-bottom: 1px solid #9c9c9c;
  color: #000;
  font-weight: 700;
}
.container .part .info {
  margin-top: 18px;
}
.container .part .info li {
  height: 34px;
  border-bottom: 1px solid #dcdcdc;
  color: #666;
}
.container .part .info li div.left {
  float: left;
  width: 38%;
}
.container .part .info li div.right {
  float: left;
  width: 62%;
}
.container .part .info li span {
  display: inline-block;
  line-height: 34px;
  font-size: 14px;
}
.container .part .info li span.first {
  display: inline-block;
  width: 95px;
}
.container .part .form-group {
  padding-top: 5px;
  height: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 26px;
  color: #666;
}
.container .part .form-group span,
.container .part .form-group label {
  float: left;
  width: 130px;
  line-height: 28px;
  font-size: 14px;
}
.container .part .form-group #data {
  padding-left: 10px;
  line-height: 26px;
  color: #666;
}
.container .part .form-group #path {
  padding-left: 10px;
  display: block;
  margin-left: 131px;
  width: 950px;
  line-height: 25px;
  border: 1px solid #dcdcdc;
  color: #666;
}
.container .part .form-group #ele {
  padding-left: 10px;
  display: block;
  margin-left: 131px;
  width: 950px;
  line-height: 25px;
  border: 1px solid #dcdcdc;
  color: #666;
}
.container .part .form-group #dataset {
  padding-left: 10px;
  display: block;
  margin-left: 131px;
  width: 950px;
  line-height: 25px;
  border: 1px solid #dcdcdc;
  color: #666;
}


