/* CSS Document */
/********************** CSS reset Start **********************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
b,
i,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
ins {
  text-decoration: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
label {
  margin-bottom: 0px;
}
::-moz-selection {
  color: #fff;
  color: #ffffff;
  background: #0175e2;
}
::selection {
  color: #fff;
  color: #ffffff;
  background: #0175e2;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:focus,
a:active {
  color: #333;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.clearfix:after,
.cf:after {
  clear: both;
}
.clearfix,
.cf {
  *zoom: 1;
}
.clear {
  clear: both;
}
.show {
  display: block !important;
}
.none,
.hide {
  display: none !important;
}
.l,
.fl {
  float: left;
}
.r,
.fr {
  float: right;
}
.va-m {
  vertical-align: middle;
}
.font_En {
  font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
}
.bg-gray-blue {
  background-color: #f9fafc;
}
.bg-white {
  background: #ffffff;
}
/***
鍏叡鏍峰紡
***/
.clear {
  clear: both;
}
.body-hidden {
  overflow: hidden !important;
}
.overflow-y {
  overflow-y: scroll;
}
.overflow-x {
  overflow-x: scroll;
  overflow-y: hidden;
}
.pd-0 {
  padding: 0px !important;
}
.pd-5 {
  padding: 5px !important;
}
.pd-10 {
  padding: 10px !important;
}
.pd-15 {
  padding: 15px !important;
}
.pd-20 {
  padding: 20px !important;
}
.pdr-0 {
  padding-right: 0px !important;
}
.pdr-5 {
  padding-right: 5px !important;
}
.pdr-10 {
  padding-right: 10px !important;
}
.pdr-15 {
  padding-right: 15px !important;
}
.pdr-20 {
  padding-right: 20px !important;
}
.pdr-30 {
  padding-right: 30px !important;
}
.pdl-0 {
  padding-left: 0px !important;
}
.pdl-5 {
  padding-left: 5px !important;
}
.pdl-10 {
  padding-left: 10px !important;
}
.pdl-15 {
  padding-left: 15px !important;
}
.pdl-20 {
  padding-left: 20px !important;
}
.pdl-30 {
  padding-left: 30px !important;
}
.pdt-0 {
  padding-top: 0px !important;
}
.pdt-5 {
  padding-top: 5px !important;
}
.pdt-10 {
  padding-top: 10px !important;
}
.pdt-15 {
  padding-top: 15px !important;
}
.pdt-20 {
  padding-top: 20px !important;
}
.pdb-0 {
  padding-bottom: 0px !important;
}
.pdb-5 {
  padding-bottom: 5px !important;
}
.pdb-10 {
  padding-bottom: 10px !important;
}
.pdb-15 {
  padding-bottom: 15px !important;
}
.pdb-20 {
  padding-bottom: 20px !important;
}
.mgt-0 {
  margin-top: 0px !important;
}
.mgt-5 {
  margin-top: 5px !important;
}
.mgt-10 {
  margin-top: 10px !important;
}
.mgt-15 {
  margin-top: 15px !important;
}
.mgt-20 {
  margin-top: 20px !important;
}
.mgt-25 {
  margin-top: 25px !important;
}
.mgt-30 {
  margin-top: 30px !important;
}
.mgb-0 {
  margin-bottom: 0px !important;
}
.mgb-5 {
  margin-bottom: 5px !important;
}
.mgb-10 {
  margin-bottom: 10px !important;
}
.mgb-15 {
  margin-bottom: 15px !important;
}
.mgb-20 {
  margin-bottom: 20px !important;
}
.mgb-30 {
  margin-bottom: 30px !important;
}
.mgr-0 {
  margin-right: 0px !important;
}
.mgr-5 {
  margin-right: 5px !important;
}
.mgr-10 {
  margin-right: 10px !important;
}
.mgr-15 {
  margin-right: 15px !important;
}
.mgr-20 {
  margin-right: 20px !important;
}
.mgr-25 {
  margin-right: 25px !important;
}
.mgr-30 {
  margin-right: 30px !important;
}
.mgl-0 {
  margin-left: 0px !important;
}
.mgl-5 {
  margin-left: 5px !important;
}
.mgl-10 {
  margin-left: 10px !important;
}
.mgl-15 {
  margin-left: 15px !important;
}
.mgl-20 {
  margin-left: 20px !important;
}
.mgl-25 {
  margin-left: 25px !important;
}
.mgl-30 {
  margin-left: 30px !important;
}
.bg-blue {
  background: #5b94c3 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-none {
  background: none !important;
}
.font-blue {
  color: #0175e2 !important;
}
.font-white {
  color: #fff !important;
}
.font-powder {
  color: #ff31c1 !important;
}
.font-green {
  color: #8fc31f !important;
}
.font-red {
  color: #fb3149 !important;
}
.font-bold {
  font-weight: bold !important;
}
/*鍙栨秷杈规*/
.bd-none {
  border: none !important;
}
.bdt-none {
  border-top: 0px !important;
}
.bdr-none {
  border-right: 0px !important;
}
.bdb-none {
  border-bottom: 0px !important;
}
.bdl-none {
  border-left: 0px !important;
}
.line-hr {
  height: 1px;
  background-color: #dcdcdc;
  overflow: hidden;
}
.h100 {
  height: 100%;
}
.h88 {
  height: 88%;
}
.h81 {
  height: 81%;
}
.h80 {
  height: 80%;
}
.h75 {
  height: 75%;
}
.h72 {
  height: 72%;
}
.h70 {
  height: 70%;
}
.h65 {
  height: 65%;
}
.h60 {
  height: 60%;
}
.h58 {
  height: 58%;
}
.h57 {
  height: 57%;
}
.h55 {
  height: 55%;
}
.h50 {
  height: 50%;
}
.h45 {
  height: 45%;
}
.h43 {
  height: 43%;
}
.h42 {
  height: 42%;
}
.h40 {
  height: 40%;
}
.h38 {
  height: 38%;
}
.h37 {
  height: 37%;
}
.h36 {
  height: 36%;
}
.h35 {
  height: 35%;
}
.h33 {
  height: 33.33%;
}
.h32 {
  height: 32%;
}
.h30 {
  height: 30%;
}
.h28 {
  height: 28%;
}
.h27 {
  height: 27%;
}
.h25 {
  height: 25%;
}
.h20 {
  height: 20%;
}
.h19 {
  height: 19%;
}
.h15 {
  height: 15%;
}
.h10 {
  height: 10%;
}
/* 鏍呮牸绯荤粺 */
.col-100,
.col-86,
.col-80,
.col-70,
.col-65,
.col-63,
.col-60,
.col-50,
.col-55,
.col-53,
.col-47,
.col-45,
.col-40,
.col-37,
.col-35,
.col-34,
.col-33,
.col-30,
.col-25,
.col-24,
.col-23,
.col-22,
.col-21,
.col-20,
.col-19,
.col-18,
.col-17,
.col-16,
.col-15,
.col-14,
.col-13,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 1px;
  float: left;
}
.col-100 {
  width: 100%;
}
.col-86 {
  width: 86%;
}
.col-80 {
  width: 80%;
}
.col-70 {
  width: 70%;
}
.col-65 {
  width: 65%;
}
.col-63 {
  width: 63%;
}
.col-53 {
  width: 53%;
}
.col-55 {
  width: 55%;
}
.col-50 {
  width: 50%;
}
.col-47 {
  width: 47%;
}
.col-45 {
  width: 45%;
}
.col-40 {
  width: 40%;
}
.col-37 {
  width: 37%;
}
.col-35 {
  width: 35%;
}
.col-34 {
  width: 34%;
}
.col-33 {
  width: 33.33333333%;
}
.col-30 {
  width: 30%;
}
.col-25 {
  width: 25%;
}
.col-24 {
  width: 24%;
}
.col-23 {
  width: 23%;
}
.col-22 {
  width: 22%;
}
.col-21 {
  width: 21%;
}
.col-20 {
  width: 20%;
}
.col-19 {
  width: 19%;
}
.col-18 {
  width: 18%;
}
.col-17 {
  width: 17%;
}
.col-16 {
  width: 16%;
}
.col-15 {
  width: 15%;
}
.col-14 {
  width: 14%;
}
.col-13 {
  width: 13%;
}
.col-12 {
  width: 12%;
}
.col-11 {
  width: 11%;
}
.col-10 {
  width: 10%;
}
.col-9 {
  width: 9%;
}
.col-8 {
  width: 8%;
}
.col-7 {
  width: 7%;
}
.col-6 {
  width: 6%;
}
.col-5 {
  width: 5%;
}
body {
  font-family: 'microsoft yahei';
  position: relative;
  overflow-x: hidden;
  background: #ffffff url('../images/header-bg.jpg') no-repeat center 0px;
}
/********************** CSS reset End **********************/
/***
鎻掍欢鏍峰紡
***/
/* input 鎻愮ず鎻掍欢鏍峰紡 */
.placeholder {
  position: absolute;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  left: 10px;
  top: 0px;
  color: #a4a4a4;
  cursor: text;
  font-weight: normal;
  font-size: 14px;
}
/***
header鏍峰紡
****/
.header {
  width: 1200px;
  margin: 0px auto;
  height: 80px;
}
.header .top-logo {
  width: 380px;
  height: 80px;
  padding-left: 50px;
  position: relative;
  box-sizing: content-box;
}
.header .top-logo a.logo-link {
  background: url('../images/top-logo.png') no-repeat center 0px;
  display: block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  color: #3867bf;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  text-indent: -999em;
}
.header .top-logo a.logo-link:hover {
  text-decoration: none;
}
.header .top-logo .city-choosee {
  background: #4d6c9e;
  color: #fff;
  text-align: left;
  float: right;
  font-size: 14px;
  position: absolute;
  top: 25px;
  right: 0px;
}
.header .top-logo .city-choosee .button-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block;
}
.header .top-logo .city-choosee .button {
  color: #fff;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0px 20px 0px 10px;
  position: relative;
}
.header .top-logo .city-choosee .button .icon-caret-down {
  background: url('../images/sprite.png') no-repeat 0px -180px;
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  top: 10px;
  right: 5px;
}
.header .top-logo .city-choosee .button:hover {
  text-decoration: none;
}
.header .top-logo .city-choosee .button-dropdown-list {
  width: 360px;
  padding: 5px 10px 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  top: 25px;
}
.header .top-logo .city-choosee .button-dropdown-list li {
  float: left;
  width: 68px;
  text-align: center;
  margin-top: 5px;
}
.header .top-logo .city-choosee .button-dropdown-list li a {
  color: #313040;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px 10px;
}
.header .top-logo .city-choosee .button-dropdown-list li a:hover {
  background: #c1cadb;
  text-decoration: none;
}
.header .menu-auto {
  width: 568px;
  height: 80px;
  padding-left: 10px;
  float: left;
  box-sizing: content-box;
}
.header .menu-auto .menu-list-header {
  float: left;
}
.header .menu-auto .menu-list-header > li {
  float: left;
  position: relative;
}
.header .menu-auto .menu-list-header > li a {
  width: auto;
  height: 80px;
  line-height: 32px;
  display: inline-block;
  padding: 16px 15px 5px 15px;
  color: #000;
  font-family: 'microsoft yahei';
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.header .menu-auto .menu-list-header > li a:hover,
.header .menu-auto .menu-list-header > li a.active {
  text-decoration: none;
  background-color: #fff;
  outline: none;
}
.header .menu-auto .menu-list-header > li a i {
  background: url('../images/menu-icon.png') no-repeat;
  display: block;
  margin: 0px auto;
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
}
.header .menu-auto .menu-list-header > li a i.icon_01 {
  background-position: 0px 0px;
}
.header .menu-auto .menu-list-header > li a i.icon_02 {
  background-position: 0px -25px;
}
.header .menu-auto .menu-list-header > li a i.icon_03 {
  background-position: 0px -50px;
}
.header .menu-auto .menu-list-header > li a i.icon_04 {
  background-position: 0px -75px;
}
.header .menu-auto .menu-list-header > li a i.icon_05 {
  background-position: 0px -100px;
}
.header .menu-auto .menu-list-header > li a i.icon_06 {
  background-position: 0px -125px;
}
.header .menu-auto .menu-list-header > li a i.icon_07 {
  background-position: 0px -150px;
}
.header .menu-auto .menu-list-header > li .sub-menu {
  background-color: rgba(36, 150, 255, 0.7);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  display: none;
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 100;
}
.header .menu-auto .menu-list-header > li .sub-menu ol {
  overflow: hidden;
  display: block;
}
.header .menu-auto .menu-list-header > li .sub-menu li {
  line-height: 32px;
  overflow: hidden;
}
.header .menu-auto .menu-list-header > li .sub-menu li a {
  color: #e5e5e5;
  display: block;
  padding: 0px 0px 0px 15px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.header .menu-auto .menu-list-header > li .sub-menu li a:hover {
  color: #fff;
  background-color: #55558d;
  text-decoration: none;
  border-bottom: 0px solid #fff;
}
.header .user-info {
  float: right;
  padding-top: 23px;
  padding-right: 13px;
}
.header .user-info .user-login {
  background: url('../images/sprite.png') no-repeat 5px 7px;
  display: block;
  float: right;
  -width: 40px;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  box-sizing: content-box;
}
.header .user-info .user-login:hover {
  text-decoration: none;
}
.header .user-info .user-reg {
  margin-left: 10px;
  display: block;
  float: right;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #2496ff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
.header .user-info .user-reg:hover {
  text-decoration: none;
}
.button-dropdown-list {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 46px;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-width: 0px;
  border-color: #86adc6;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-dropdown-list > li {
  padding: 0;
  margin: 0;
  display: block;
}
.button-dropdown-list > li > a {
  display: block;
  line-height: 28px;
  font-size: 14px;
  padding: 0px 0px 0px 18px;
  float: none;
  color: #000;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.button-dropdown-list > li > a:hover {
  color: #000;
  background: #e6e5e7;
  text-decoration: none;
}
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(10px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}
.wrap-banner {
  background: no-repeat center 0px;
  /* background: url('../images/banner-text.png') no-repeat center 0px; 2020-12-15 寮犲环鏉ヤ慨鏀�*/
  text-align: center;
  height: 400px;
  width: 100%;
}
.wrap-banner .wb-main {
  width: 1200px;
  height: 400px;
  margin: 0px auto;
  position: relative;
}
.wrap-banner .wb-main .float-link {
  width: 40px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bounce-up 2.5s linear infinite;
  animation: bounce-up 2.5s linear infinite;
}
.wrap-banner .wb-main .float-link:before {
  position: absolute;
  top: 33px;
  left: 10px;
  right: auto;
  display: inline-block !important;
  border-top: 10px solid #2496ff;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
}
.wrap-banner .wb-main .float-link a {
  color: #fff;
  font-size: 14px;
}
.wrap-banner .wb-main .float-link a:hover {
  text-decoration: none;
}
.wrap-banner .wb-main .float-link.fl-type-1 {
  background: #2496ff;
  top: 190px;
  left: 116px;
}
.wrap-banner .wb-main .float-link.fl-type-2 {
  -webkit-animation: bounce-up 1.9s linear infinite;
  animation: bounce-up 1.9s linear infinite;
  background: #55558d;
  top: 160px;
  left: 264px;
}
.wrap-banner .wb-main .float-link.fl-type-2:before {
  border-top-color: #55558d;
}
.wrap-banner .wb-main .float-link.fl-type-3 {
  -webkit-animation: bounce-up 1.9s linear infinite;
  animation: bounce-up 1.9s linear infinite;
  background: #ff24ff;
  top: 180px;
  left: 910px;
}
.wrap-banner .wb-main .float-link.fl-type-3:before {
  border-top-color: #ff24ff;
}
.wrap-banner .wb-main .float-link.fl-type-4 {
  -webkit-animation: bounce-up 2.5s linear infinite;
  animation: bounce-up 2.5s linear infinite;
  background: #9d2cbe;
  top: 160px;
  left: 1054px;
}
.wrap-banner .wb-main .float-link.fl-type-4:before {
  border-top-color: #9d2cbe;
}
.wrap-banner .search-directory {
  display: none;
  width: 827px;
  height: 302px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 6px;
  border-radius: 8px;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 186px;
  z-index: 1000;
}
.wrap-banner .search-directory .sd-main {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.wrap-banner .search-directory .sd-close {
  background: url('../images/sprite.png') no-repeat 5px -85px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.wrap-banner .search-directory .sd-function {
  height: 100%;
  background: #fff;
  border-radius: 5px 0px 0px 5px;
}
.wrap-banner .search-directory .sd-title {
  color: #313040;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: 'microsoft yahei light';
  font-weight: bold;
  text-align: left;
  padding-left: 25px;
}
.wrap-banner .search-directory .sd-btn-box {
  padding-left: 30px;
  padding-top: 16px;
}
.wrap-banner .search-directory .sd-btn-box a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 5px;
  color: #5b5662;
  font-size: 16px;
  margin-top: 10px;
}
.wrap-banner .search-directory .sd-btn-box a.active {
  color: #fff;
  background: #2496ff;
}
.wrap-banner .search-directory .sd-btn-box a:hover {
  text-decoration: none;
}
.wrap-banner .search-directory .sd-conditions {
  padding-right: 14px;
  box-sizing: border-box;
  height: 242px;
  overflow: auto;
}
.wrap-banner .search-directory .sd-conditions .sdc-main {
  -padding-right: 20px;
}
.wrap-banner .search-directory .sd-conditions .row {
  width: 100%;
  float: left;
}
.wrap-banner .search-directory .sd-conditions .col-20,
.wrap-banner .search-directory .sd-conditions .col-30 {
  box-sizing: border-box;
}
.wrap-banner .search-directory .sd-conditions .sdc-tit {
  text-align: right;
  padding-right: 18px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
.wrap-banner .search-directory .sd-conditions .sdc-input {
  text-align: left;
}
.wrap-banner .search-directory .sd-conditions .sdc-input .form-control {
  border-radius: 3px;
  border: 1px solid #b8c2d6;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
}
.wrap-banner .search-directory .sd-conditions .sdc-input .form-control.fc-date {
  background: #ffffff url('../images/fc-date.png') no-repeat right 10px center;
}
.wrap-banner .search-directory .sd-conditions .sdc-input .form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}
.wrap-banner .search-box {
  width: 1000px;
  margin: 0px auto;
  padding-top: 230px;
  /* 2020.11.16 寮犲环鏉ヤ慨鏀� 鍘熸暟鍊� padding-top: 160px; */
}
.wrap-banner .search-box .top-search {
  width: 715px;
  margin: 0px auto;
  height: 64px;
}
.wrap-banner .search-box .input-icon {
  margin: 0px auto;
  width: 522px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-sizing: content-box;
}
.wrap-banner .search-box .input-icon .placeholder {
  height: 46px;
  line-height: 46px;
  color: #7d7d7d;
  font-size: 14px;
  left: 20px;
}
.wrap-banner .search-box .button-dropdown {
  background-color: #fff;
  border-radius: 5px 0px 0px 5px;
  height: 46px;
  margin-right: 0px;
  float: left;
  width: 90px;
  position: relative;
}
.wrap-banner .search-box .button-dropdown .button {
  cursor: pointer;
  color: #2f9bff;
  display: inline-block;
  width: 72px;
  height: 46px;
  text-align: left;
  line-height: 46px;
  padding-left: 18px;
  font-size: 14px;
  position: relative;
  box-sizing: content-box;
}
.wrap-banner .search-box .button-dropdown .button .icon-caret-down {
  background: url('../images/icon-caret-down.png') no-repeat 0px 0px;
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  top: 20px;
  right: 5px;
}
.wrap-banner .search-box .button-dropdown .button:hover {
  text-decoration: none;
}
.wrap-banner .search-box .button-dropdown-list {
  top: 46px;
}
.wrap-banner .search-box .form-control {
  background-color: #fff;
  color: #7d7d7d;
  border: 0px;
  box-sizing: border-box;
  border-radius: 0px;
  width: 386px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  font-size: 14px;
  float: left;
}
.wrap-banner .search-box .form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}
.wrap-banner .search-box .search-btn {
  width: 46px;
  height: 46px;
  border-radius: 0px 5px 5px 0px;
  display: inline-block;
  float: left;
  background: #2496ff url('../images/search-btn.png') no-repeat center 12px;
  text-indent: -999em;
  overflow: hidden;
}
.wrap-banner .search-box .high-search {
  color: #3971d7;
  height: 46px;
  line-height: 46px;
  width: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.wrap-banner .target {
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.wrap-banner .target .main {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
  background-color: rgba(28, 129, 221, 0.9);
  text-align: center;
  position: relative;
}
.wrap-banner .target .main .open-tips {
  color: #fff;
  width: 225px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 0px;
}
.wrap-banner .target .main .open-tips .ot-icon {
  background: url('../images/sprite.png') no-repeat 27px -30px;
  display: block;
  float: left;
  width: 60px;
  height: 30px;
  margin-top: 19px;
}
.wrap-banner .target .main .open-info {
  display: inline-block;
  margin-top: 8px;
  border-left: 1px solid #76b3e7;
}
.wrap-banner .target .main .open-info .oi-item {
  float: left;
  padding: 0px 20px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #76b3e7;
}
.wrap-banner .target .main .open-info .oi-item dt {
  font-size: 12px;
}
.wrap-banner .target .main .open-info .oi-item dd {
  font-size: 12px;
}
.wrap-banner .target .main .open-info .oi-item dd span {
  font-size: 24px;
}
.wrap-topic {
  background: url('../images/topic-bg.jpg') no-repeat center 0px;
  width: 100%;
  height: 500px;
}
.wrap-topic .wt-main {
  background: url('../images/wrap-topic.png') no-repeat center 0px;
  width: 1200px;
  height: 500px;
  margin: 0px auto;
  position: relative;
}
.wrap-topic .wt-main .wt-title {
  width: 235px;
  height: 58px;
  margin: 0px auto;
  padding-top: 29px;
  box-sizing: content-box;
}
.wrap-topic .wt-main .wt-title a {
  background: url('../images/topic-title.png') no-repeat center 0px;
  display: block;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
.wrap-topic .wt-main .wt-title a:hover {
  text-decoration: none;
}
.wrap-topic .wt-main .wt-body {
  position: relative;
  height: 300px;
}
.wrap-topic .wt-main .wt-body .wt-item {
  -background: #fff;
  position: absolute;
  display: block;
  border-radius: 100%;
  text-indent: -999em;
  overflow: hidden;
  color: #fff;
}
.wrap-topic .wt-main .wt-body .wt-item.type-01 {
  width: 86px;
  height: 86px;
  left: 139px;
  top: 58px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-02 {
  width: 84px;
  height: 84px;
  left: 280px;
  top: 142px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-03 {
  width: 104px;
  height: 104px;
  left: 355px;
  top: 2px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-04 {
  width: 74px;
  height: 74px;
  left: 481px;
  top: 108px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-05 {
  width: 124px;
  height: 124px;
  left: 598px;
  top: 48px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-06 {
  width: 74px;
  height: 74px;
  left: 737px;
  top: 167px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-07 {
  width: 107px;
  height: 107px;
  left: 872px;
  top: 48px;
  text-indent: 0px;
}
.wrap-topic .wt-main .wt-body .wt-item.type-07 span {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 18px;
  left: 0px;
}
.dialog-topic .dialog-search {
  height: 50px;
  float: left;
  width: 860px;
}
.dialog-topic .dialog-search .form-control {
  border: 1px solid #adacb3;
  border-right: 0px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  width: 770px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 14px;
  float: left;
}
.dialog-topic .dialog-search .form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}
.dialog-topic .dialog-search .search-btn {
  width: 90px;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  display: inline-block;
  float: left;
  background: #7777a4 url('../images/search-btn.png') no-repeat center 15px;
  text-indent: -999em;
  overflow: hidden;
}
.dialog-topic .dialog-search .placeholder {
  height: 50px;
  line-height: 50px;
  color: #7d7d7d;
  float: left;
  width: 100%;
}
.dialog-topic .dialog-text {
  color: #7777a4;
  font-size: 14px;
  padding: 10px 10px 0px;
  line-height: 24px;
  box-sizing: border-box;
  width: 860px;
  float: left;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
.news-portlet {
  background: #fff;
  border: 0px solid #d7d7d7;
}
.news-portlet.box-shadow {
  box-shadow: 0px 0px 10px #dcdcdc;
}
.news-portlet .portlet-title {
  margin: 0;
  border-bottom: 1px solid #4ea8ff;
  position: relative;
}
.news-portlet .portlet-title .caption {
  color: #3971d7;
  font-family: 'microsoft yahei light';
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #4ea8ff;
  display: inline-block;
  padding: 0 12px;
}
.news-portlet .portlet-title .caption a {
  color: #3971d7;
}
.news-portlet .portlet-title .caption.black {
  color: #000 !important;
  font-size: 18px;
}
.news-portlet .more {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-right: 15px;
}
.news-portlet .more a {
  font-family: '瀹嬩綋';
  color: #666;
}
.news-portlet .more a:hover {
  text-decoration: underline;
}
.news-portlet .portlet-title:before,
.news-portlet .portlet-title:after {
  content: " ";
  display: table;
}
.news-portlet .portlet-title:after {
  clear: both;
}
.news-portlet .portlet-body {
  min-height: 270px;
}
.news-portlet.portlet-purple .portlet-title {
  border-bottom-color: #7030a0;
}
.news-portlet.portlet-purple .portlet-title .caption {
  color: #7030a0;
  border-bottom-color: #7030a0;
}
.news-portlet.portlet-red .portlet-title {
  border-bottom-color: #ff3349;
}
.news-portlet.portlet-red .portlet-title .caption {
  color: #ff3349;
  border-bottom-color: #ff3349;
}
.news-portlet.portlet-blue .portlet-title {
  border-bottom-color: #1981da;
}
.news-portlet.portlet-blue .portlet-title .caption {
  color: #1981da;
  border-bottom-color: #1981da;
}
.news-portlet.portlet-purple-sub .portlet-title {
  border-bottom-color: #9d2cbe;
}
.news-portlet.portlet-purple-sub .portlet-title .caption {
  height: 39px;
  line-height: 39px;
  color: #9d2cbe;
  border-bottom-color: #9d2cbe;
}
.news-portlet.portlet-blue-sub .portlet-title {
  border-bottom-color: #1981da;
}
.news-portlet.portlet-blue-sub .portlet-title .caption {
  height: 39px;
  line-height: 39px;
  color: #1981da;
  border-bottom-color: #1981da;
}
/*
閫夐」鍗℃牱寮�
*/
.tab-content {
  overflow: hidden;
}
.portlet-tabbable .portlet-tabs {
  display: inline-block;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 8px;
  left: 455px;
  z-index: 101;
}
.portlet-tabbable .portlet-tabs li {
  font-size: 12px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  border-radius: 100%;
}
.portlet-tabbable .portlet-tabs li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.portlet-tabbable .portlet-tabs li.active {
  margin-top: -5px;
}
.portlet-tabbable .portlet-tabs li.active span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
}
.portlet-tabbable .tab-content > .tab-pane {
  background-color: #fff;
  display: none;
  width: 100%;
}
.portlet-tabbable .tab-content > .tab-pane.show {
  display: block;
}
#dataType .tab-content {
  min-height: 425px;
  position: relative;
}
#dataType .pt-topic {
  background: #2496ff;
}
#dataType .pt-field {
  background: #55558d;
}
#dataType .pt-department {
  background: #9d2cbe;
  margin-right: 0px;
}
#dataType .type-topic {
  min-height: 425px;
  padding-top: 40px;
  box-sizing: border-box;
}
#dataType .type-topic .tt-list {
  padding-left: 20px;
}
#dataType .type-topic .tt-list li {
  float: left;
  width: 216px;
  margin-top: 18px;
}
#dataType .type-topic .tt-list li a {
  color: #6f7b8d;
  padding-left: 12px;
  float: left;
  height: 55px;
  line-height: 55px;
  box-sizing: content-box;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
#dataType .type-topic .tt-list li a .ifont {
  display: inline-block;
  font-size: 38px;
  width: 55px;
  height: 55px;
  line-height: 52px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px solid #6f7b8d;
  color: #6f7b8d;
  text-align: center;
  vertical-align: top;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
#dataType .type-topic .tt-list li a span {
  display: inline-block;
  font-size: 15px;
  font-family: 'microsoft yahei light';
  font-weight: bold;
  padding-left: 10px;
  width: 92px;
  line-height: 22px;
  vertical-align: middle;
  box-sizing: content-box;
}
#dataType .type-topic .tt-list li a:hover {
  color: #2496ff;
  text-decoration: none;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
#dataType .type-topic .tt-list li a:hover .ifont {
  color: #2496ff;
  border-color: #2496ff;
}
#dataType .type-field {
  background: #ffffff url('../images/type-field.jpg') no-repeat center bottom;
  min-height: 425px;
  padding-top: 70px;
  box-sizing: border-box;
}
#dataType .type-field .tf-list {
  padding-left: 160px;
  width: 820px;
  box-sizing: content-box;
}
#dataType .type-field .tf-list li {
  float: left;
  width: 90px;
  height: 90px;
  margin-bottom: 27px;
  margin-right: 27px;
}
#dataType .type-field .tf-list li a {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  color: #797979;
  height: 90px;
  width: 90px;
  padding-top: 8px;
  text-align: center;
  display: block;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  background-color: #FFFFFF;
  opacity: 0.9;
}
#dataType .type-field .tf-list li a .ifont {
  font-size: 38px;
  width: 55px;
  height: 50px;
  margin: 0px auto;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 100%;
  color: #4d5666;
  text-align: center;
}
#dataType .type-field .tf-list li a .ifont.color-green {
  color: #04b252;
}
#dataType .type-field .tf-list li a .ifont.color-green2 {
  color: #5d9a0e;
}
#dataType .type-field .tf-list li a .ifont.color-red {
  color: #ff3b50;
}
#dataType .type-field .tf-list li a .ifont.color-blue {
  color: #328ccc;
}
#dataType .type-field .tf-list li a .ifont.color-purple {
  color: #9e57c4;
}
#dataType .type-field .tf-list li a .ifont.color-golden {
  color: #9e7138;
}
#dataType .type-field .tf-list li a span {
  font-size: 15px;
  font-family: 'microsoft yahei light';
  font-weight: bold;
  color: #797979;
}
#dataType .type-field .tf-list li a:hover {
  background: #448aca;
  color: #fff;
  text-decoration: none;
}
#dataType .type-field .tf-list li a:hover .ifont {
  color: #fff;
}
#dataType .type-field .tf-list li a:hover span {
  color: #fff;
}
#dataType .type-department {
  background: #ffffff url('../images/type-department.jpg') no-repeat center bottom;
  min-height: 425px;
  padding-top: 40px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
#dataType .type-department .td-title {
  background: #ffffff url('../images/type-department-title.png') no-repeat center center;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #448aca;
}
#dataType .type-department .td-list {
  padding-left: 33px;
  overflow: auto;
}
#dataType .type-department .td-list li {
  float: left;
  width: 175px;
  margin-top: 6px;
  margin-left: 26px;
}
#dataType .type-department .td-list li a {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #aecce9;
  color: #7a7a7a;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
#dataType .type-department .td-list li a:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 13.5px;
  width: 2px;
  height: 2px;
  background: #7a7a7a;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
#dataType .type-department .td-list li a span {
  margin-left: 7px;
}
#dataType .type-department .td-list li a:hover {
  background: #448aca;
  color: #fff;
  text-decoration: none;
}
#dataType .type-department .td-list li a:hover:before {
  background: #fff;
}
.title-list li {
  padding-left: 12px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-list li > a {
  color: #595959;
  white-space: nowrap;
  width:75%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.title-list li > span {
  float: right;
  color: #bfbfbf;
}
.title-list.and-num > li > span {
  float: right;
  font-size: 12px;
  display: inline-block;
  padding: 0px 6px;
  height: 20px;
  line-height: 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  margin-top: 5px;
}
.title-list.type-1 > li {
  background: url('../images/font_icon.png') no-repeat 0px 15px;
}
.title-list.type-1 > li > span {
  color: #7030a0;
  border: 1px solid #7030a0;
}
.title-list.type-2 > li {
  background: url('../images/font_icon.png') no-repeat 0px -26px;
}
.title-list.type-2 > li > span {
  color: #ff3349;
  border: 1px solid #ff3349;
}
.title-list.type-3 > li {
  background: url('../images/font_icon.png') no-repeat 0px -66px;
}
.title-list.type-3 > li > span {
  color: #1981da;
  border: 1px solid #1981da;
}
.title-list.and-date > li > span {
  color: #bfbfbf;
  border: 0px solid transparent;
}
/*
寮�鏀剧洰褰曟牱寮�
*/
.page-info {
  width: 1200px;
  height: 70px;
  margin: 0px auto;
}
.page-info .pi-left {
  line-height: 70px;
  font-size: 30px;
  text-align: center;
}
.page-info .pi-left a {
  display: block;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-shadow: 1px 1px 5px #333333;
}
.page-info .pi-left a:hover {
  text-decoration: none;
}
.page-info .pi-right {
  background-color: rgba(70, 90, 122, 0.2);
  height: 70px;
}
.page-info .pi-right .pir-main {
  margin-top: 13px;
  border-left: 1px solid #acb4c4;
}
.page-info .pi-right .oi-item {
  float: left;
  padding: 0px 20px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #acb4c4;
}
.page-info .pi-right .oi-item dt {
  font-size: 12px;
}
.page-info .pi-right .oi-item dd {
  font-size: 12px;
}
.page-info .pi-right .oi-item dd span {
  font-size: 24px;
}
.wrapper-bg {
  background: #f2f2f2;
  width: 100%;
}
.page-model {
  width: 1200px;
  min-height: 400px;
  margin: 0px auto;
}
.general-search .gs-box {
  position: relative;
}
.general-search .gs-box .search-btn {
  color: #4d6c9e;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}
.general-search .gs-box .search-btn:hover {
  text-decoration: none;
}
.general-search .form-control {
  width: 200px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e3e7ef;
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}
.general-search .form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}
.general-search .placeholder {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.portlet {
  background: #fff;
  -border: 1px solid #d7d7d7;
  box-shadow: 0px 0px 10px #dcdcdc;
  position: relative;
}
.portlet .pt-tips {
  height: 26px;
  line-height: 26px;
  padding-right: 20px;
  position: absolute;
  top: -30px;
  right: 0px;
}
.portlet .pt-tips a {
  color: #2496ff;
}
.portlet .portlet-title {
  background: #f3f3f3;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  padding: 0 10px;
}
.portlet .caption {
  color: #0175e2;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
}
.portlet .caption.black {
  color: #333;
}
.portlet .more {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
.portlet .more a {
  font-family: '瀹嬩綋';
  color: #fff;
}
.portlet .more a:hover {
  color: #fff;
  text-decoration: underline;
}
.portlet .portlet-title:before,
.portlet .portlet-title:after {
  content: " ";
  display: table;
}
.portlet .portlet-title:after {
  clear: both;
}
.portlet .portlet-body {
  height: auto;
}
.portlet .portlet-body .tit-h3 {
  font-size: 23px;
  font-weight: bold;
  padding: 15px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portlet.pt-red .portlet-title {
  background: #db5440;
  border-bottom: 1px solid #db5440;
}
.portlet.pt-red .caption {
  color: #fff;
}
.portlet.pt-red-dj .portlet-title {
  background: #e20001;
  border-bottom: 1px solid #e20001;
}
.portlet.pt-red-dj .caption {
  color: #fff;
}
.portlet.pt-green .portlet-title {
  background: #52bea6;
  border-bottom: 1px solid #52bea6;
}
.portlet.pt-green .caption {
  color: #fff;
}
.portlet.pt-blue .portlet-title {
  background: #0175e2;
  border-bottom: 1px solid #0175e2;
}
.portlet.pt-blue .caption {
  color: #fff;
}
.portlet.pt-white .portlet-title {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
}
.portlet.pt-white .caption {
  color: #0175e2;
}
.portlet.pt-white .more a {
  color: #666;
}
.portlet.pt-pink .portlet-title {
  background: #da557c;
  border-bottom: 1px solid #da557c;
}
.portlet.pt-pink .caption {
  color: #fff;
}
.portlet.pt-LightBlue {
  border: 1px solid #86b2dc;
}
.portlet.pt-LightBlue .portlet-title {
  background: #dbedff;
  border-bottom: 1px solid #86b2dc;
}
.portlet.pt-LightBlue .caption {
  color: #0175e2;
}
/***
tabbable 閫夐」鍗℃ā鍧�
***/
.tabbable {
  -border: 1px solid #dcdcdd;
  background-color: #fff;
  box-shadow: 0px 0px 10px #dcdcdc;
  min-height: 796px;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:hover {
  -box-shadow: 0px 0px 15px rgba(89, 89, 89, 0.2);
}
.tabbable .nav {
  list-style: none;
}
.tabbable .nav-tabs {
  border: none;
  margin: 0px;
  height: 40px;
}
.tabbable .nav-tabs > li {
  width: 33.3333%;
  height: 40px;
  float: left;
  position: relative;
}
.tabbable .nav-tabs > li > a {
  color: #313040;
  background-color: #fff;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  position: relative;
  display: block;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus {
  border: 0px;
  color: #2482d9;
  text-decoration: none;
}
.tabbable .nav-tabs > li:after {
  content: "";
  height: 1px;
  width: 230px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.tabbable .nav-tabs > li:nth-child(1) > a:hover {
  color: #2496ff;
}
.tabbable .nav-tabs > li:nth-child(1).active > a {
  color: #fff;
  background-color: #2496ff;
}
.tabbable .nav-tabs > li:nth-child(1).active > a:hover {
  background: #2496ff;
  cursor: default;
}
.tabbable .nav-tabs > li:nth-child(1).active:after {
  background: #2496ff;
}
.tabbable .nav-tabs > li:nth-child(2) > a:hover {
  color: #55558d;
}
.tabbable .nav-tabs > li:nth-child(2).active > a {
  color: #fff;
  background-color: #55558d;
}
.tabbable .nav-tabs > li:nth-child(2).active > a:hover {
  background: #55558d;
  cursor: default;
}
.tabbable .nav-tabs > li:nth-child(2).active:after {
  left: -100%;
  background: #55558d;
}
.tabbable .nav-tabs > li:nth-child(3) > a:hover {
  color: #9d2cbe;
}
.tabbable .nav-tabs > li:nth-child(3).active > a {
  color: #fff;
  background-color: #9d2cbe;
}
.tabbable .nav-tabs > li:nth-child(3).active > a:hover {
  background: #9d2cbe;
  cursor: default;
}
.tabbable .nav-tabs > li:nth-child(3).active:after {
  left: auto;
  right: 0px;
  background: #9d2cbe;
}
.tabbable .tab-content > .tab-pane {
  display: none;
  isibility: hidden;
}
.tabbable .tab-content > .active {
  display: block;
  visibility: visible;
}
.left-menu-list {
  height: 695px;
  overflow-y: auto;
  overflow-x: hidden;
}
.diy-tree li {
  height: 30px;
  line-height: 30px;
}
.diy-tree li a {
  padding-left: 16px;
  font-size: 14px;
  border-left: 3px solid #fefefe;
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.diy-tree li a:hover,
.diy-tree li a.active {
  border-left: 3px solid #2496ff;
  background: #d2e9fe;
  text-decoration: none;
}
.diy-tree li a:after {
  content: "";
  height: 1px;
  width: 200px;
  display: block;
  position: absolute;
  left: 13px;
  bottom: 0px;
  background: #bed6f0;
}
.diy-tree li a .name {
  padding-left: 25px;
  position: relative;
}
.diy-tree li a .name:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #2496ff;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.diy-tree li a .num {
  display: inline-block;
  float: right;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  border: 1px solid #7bbfff;
  color: #2496ff;
  padding: 0px 5px;
  border-radius: 7px;
  margin-top: 6px;
  margin-right: 15px;
  box-sizing: content-box;
}
.diy-tree.field-list li a:hover,
.diy-tree.field-list li a.active {
  border-left: 3px solid #55558d;
  background: #dcdce7;
}
.diy-tree.field-list li a:after {
  background: #c7cbdc;
}
.diy-tree.field-list li a .name:before {
  background: #55558d;
}
.diy-tree.field-list li a .num {
  border: 1px solid #9898ba;
  color: #55558d;
}
.dire-list-title {
  height: 60px;
  border-bottom: 1px solid #d8d9e2;
}
.dire-list-title .dlt-tips {
  height: 60px;
  line-height: 60px;
  padding-left: 22px;
  padding-right: 25px;
  color: #313040;
  font-size: 16px;
}
.dire-list-title .dlt-tips span {
  font-size: 24px;
  color: #f19149;
  margin: 0px 0px;
}
.dire-list-title .dl-search {
  padding-top: 15px;
  float: left;
}
.dire-list-title .dls-select .button-dropdown {
  background-color: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 5px 0px 0px 5px;
  box-sizing: border-box;
  height: 30px;
  margin-right: 0px;
  float: left;
  width: 105px;
  position: relative;
}
.dire-list-title .dls-select .button-dropdown .button {
  cursor: pointer;
  color: #7d7d7d;
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 27px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
  position: relative;
}
.dire-list-title .dls-select .button-dropdown .button .icon-caret-down {
  background: url('../images/icon-caret-down-dir.png') no-repeat 0px 0px;
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
}
.dire-list-title .dls-select .button-dropdown .button:hover {
  text-decoration: none;
}
.dire-list-title .dls-select .button-dropdown-list {
  width: 105px;
  border: 1px solid #e3e7ef;
  font-size: 12px;
  top: 28px;
  left: -1px;
}
.dire-list-title .dls-select .button-dropdown-list > li > a {
  color: #7d7d7d;
  font-size: 12px;
}
.dire-list-main li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9ee;
}
.dire-list-main li > a:hover {
  background: #d6ddea;
}
.dire-list-main li .dlm-icon {
  width: 150px;
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.dire-list-main li .dlm-icon .ifont {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background-color: #8492ac;
  color: #fff;
  font-size: 44px;
  display: inline-block;
}
.dire-list-main li > .tit {
  height: 32px;
  line-height: 32px;
  padding-top: 20px;
  box-sizing: content-box;
}
.dire-list-main li > .tit h3 {
  color: #504f5b;
  float: left;
}
.dire-list-main li > .tit h3 a {
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.dire-list-main li > .tit h3 .tips {
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 19px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
  margin-right: 5px;
  outline: none;
}
.dire-list-main li > .tit h3 .tips-csv {
  background: #f4c87d;
}
.dire-list-main li > .tit h3 .tips-xls {
  background: #2ecc71;
}
.dire-list-main li > .tit h3 .tips-xml {
  background: #55558d;
}
.dire-list-main li > .tit h3 .tips-json {
  background: #8dc7fd;
}
.dire-list-main li > .tit h3 .tips-rdf {
  background: #ff675a;
}
.dire-list-main li > .tit .tit-collection {
  margin-right: 36px;
  color: #93949d;
  font-size: 12px;
  float: right;
  width: 56px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #b8c2d6;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.dire-list-main li > .tit .tit-collection i {
  color: #93949d;
  font-size: 12px;
}
.dire-list-main li > .tit .tit-collection.already {
  color: #f75a53;
  border-color: #fbaca9;
}
.dire-list-main li > .tit .tit-collection.already i {
  color: #f75a53;
}
.dire-list-main li > .tit .tit-check {
  float: right;
  color: #7b7b7b;
  font-size: 12px;
  height: 22px;
  line-height: 19px;
  padding: 0px 10px;
  margin-right: 10px;
}
.dire-list-main li > .tit .tit-check .ifont {
  vertical-align: middle;
}
.dire-list-main li > .tit .tit-score-star {
  display: block;
  float: right;
  width: 110px;
  height: 20px;
  background: url('../images/score-star.png') no-repeat 0px 0px;
}
.dire-list-main li > .tit .tit-score-star.start-0 {
  background-position: 0px 0px;
}
.dire-list-main li > .tit .tit-score-star.start-1 {
  background-position: 0px -20px;
}
.dire-list-main li > .tit .tit-score-star.start-2 {
  background-position: 0px -40px;
}
.dire-list-main li > .tit .tit-score-star.start-3 {
  background-position: 0px -60px;
}
.dire-list-main li > .tit .tit-score-star.start-4 {
  background-position: 0px -80px;
}
.dire-list-main li > .tit .tit-score-star.start-5 {
  background-position: 0px -100px;
}
.dire-list-main li .txt-list {
  height: 60px;
}
.dire-list-main li .txt-list p {
  height: 30px;
  line-height: 30px;
  color: #6a6a73;
  float: left;
  font-size: 14px;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dire-list-main li .txt-list p span {
  color: #c1c3c7;
}
.dire-list-main li .txt {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dire-list-main li .tips-data {
  height: 30px;
  line-height: 22px;
  padding-right: 35px;
}
.dire-list-main li .tips-data span {
  color: #d3d5d9;
  float: right;
  margin-left: 15px;
}
.dire-list-main li:hover {
  text-decoration: none;
  background: #f8f8f8;
}
.dire-list-main .demand-list .tit {
  cursor: pointer;
  height: 40px;
}
.dire-list-main .demand-list .tit h3 {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
.dire-list-main .demand-list .demand-details {
  border-top: 1px solid #e9e9ee;
  background-color: #f6f8fa;
  display: none;
  padding: 10px 0px;
}
.dire-list-main .demand-list .demand-details .dd-line {
  height: 32px;
  line-height: 32px;
  color: #6a6a73;
}
.dire-list-main .demand-list .demand-details .text-right {
  color: #b8b9be;
}
.dire-list-main {
  min-height: 656px;
}
.list-pages {
  padding: 25px 0px;
  text-align: center;
  font-size: 14px;
}
.list-pages a {
  color: #5d7a9e;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #c8c8c8;
  padding: 0px 10px;
  line-height: 28px;
  margin: 0 5px;
}
.list-pages a:hover {
  text-decoration: none;
  background: #66708b;
  border-color: #50627f;
  color: #fff;
}
.list-pages a.disabled {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.list-pages .active {
  color: #fff;
  text-decoration: none;
  background: #66708b;
  border: 1px solid #50627f;
  padding: 0px 10px;
  line-height: 28px;
  margin: 0 5px;
  display: inline-block;
}
.list-pages .tips {
  color: #5d7a9e;
}
.details-list {
  min-height: 600px;
}
.details-list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9ee;
  padding-right: 20px;
}
.details-list li > a:hover {
  text-decoration: none;
  background: #d6ddea;
}
.details-list li .dl-icon {
  width: 250px;
  height: 150px;
  line-height: 150px;
  padding: 20px;
  margin-right: 10px;
  text-align: center;
  box-sizing: content-box;
}
.details-list li .tit {
  height: 32px;
  line-height: 32px;
  padding-top: 20px;
  box-sizing: content-box;
}
.details-list li .tit h3 {
  color: #504f5b;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
.details-list li .tit .tit-check {
  float: right;
  color: #d4d4d8;
  font-size: 12px;
  height: 22px;
  line-height: 19px;
  padding: 0px 10px;
}
.details-list li .txt-list {
  height: 90px;
  line-height: 28px;
  font-size: 14px;
  padding-top: 5px;
  color: #94959b;
}
.details-list li .tips-data {
  height: 30px;
  line-height: 30px;
}
.details-list li .tips-data span {
  color: #d4d4d8;
  float: left;
}
.details-list li .tips-data span .ifont {
  font-size: 14px;
}
.details-list li:hover {
  text-decoration: none;
  background: #f8f8f8;
}
.details-box .details-title {
  border-bottom: 1px solid #e9e9ee;
}
.details-box .details-title .dt-icon {
  width: 120px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.details-box .details-title .dt-icon .ifont {
  border-radius: 100%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background-color: #8492ac;
  color: #fff;
  font-size: 44px;
  display: inline-block;
  vertical-align: middle;
}
.details-box .details-title .dt-name {
  height: 90px;
  line-height: 90px;
  color: #504f5b;
  float: left;
  font-size: 22px;
  font-weight: bold;
}
.details-box .details-title .dt-collection {
  margin-top: 24px;
  margin-right: 36px;
  color: #93949d;
  font-size: 12px;
  float: right;
  width: 56px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #b8c2d6;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.details-box .details-title .dt-collection i {
  color: #93949d;
  font-size: 12px;
}
.details-box .details-title .dt-collection.already {
  color: #f75a53;
  border-color: #fbaca9;
}
.details-box .details-title .dt-collection.already i {
  color: #f75a53;
}
.details-box .details-body {
  position: relative;
}
.details-box .details-body .db-nav-tabs {
  width: 100%;
  height: 40px;
  padding-top: 4px;
  padding-left: 20px;
  background: #8492ac;
}
.details-box .details-body .db-nav-tabs.fixed {
  width: 1200px;
  margin: 0px auto;
  position: fixed;
  top: 0px;
  z-index: 100;
}
.details-box .details-body .db-nav-tabs li {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-right: 1px;
}
.details-box .details-body .db-nav-tabs li a {
  display: block;
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
}
.details-box .details-body .db-nav-tabs li a:hover,
.details-box .details-body .db-nav-tabs li a.active {
  background: -webkit-linear-gradient(#e4e7ed 10%, #ffffff 40%);
  /* Safari 5.1 - 6.0 */
  background: linear-gradient(#e4e7ed 10%, #ffffff 40%);
  /* 鏍囧噯鐨勮娉曪紙蹇呴』鏀惧湪鏈�鍚庯級 */
  color: #000;
  text-decoration: none;
}
.details-box .details-body .db-tab-content {
  padding-top: 0px;
}
.details-box .details-body .db-tab-content.fixed {
  padding-top: 40px;
}
.details-box .details-body .db-tab-content .tab-pane {
  display: none;
}
.details-box .details-body .db-tab-pane {
  padding: 40px 10px 0px;
}
.details-box .details-body .dtp-title {
  padding: 0px 15px;
}
.details-box .details-body .dtp-title h3 {
  border-top: 1px solid #e9e9ee;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  position: relative;
}
.details-box .details-body .dtp-title h3.active:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #a6b5ce;
}
.details-box .details-body .dtp-title .txt {
  display: inline-block;
  border-top: 3px solid #8492ac;
  font-size: 16px;
  font-weight: bold;
  color: #313040;
  height: 39px;
  line-height: 36px;
  padding: 0px 5px;
  float: left;
  margin-right: 15px;
}
.details-box .details-body .dtp-title .tips {
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 19px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
  margin-top: 13px;
  margin-right: 5px;
  outline: none;
}
.details-box .details-body .dtp-title .tips-csv {
  background: #f4c87d;
}
.details-box .details-body .dtp-title .tips-xls {
  background: #2ecc71;
}
.details-box .details-body .dtp-title .tips-xml {
  background: #55558d;
}
.details-box .details-body .dtp-title .tips-json {
  background: #8dc7fd;
}
.details-box .details-body .dtp-title .tips-rdf {
  background: #ff675a;
}
.details-box .details-body .dtp-title .tips-down {
  background: #2496ff;
}
.details-box .details-body .dtp-body {
  padding: 5px 45px;
}
.details-box .details-body .dtp-body .td-name {
  background: #eaeff4;
  padding-right: 8px;
}
.details-box .details-body .dtp-body .td-centent {
  padding-left: 8px;
}
.details-box .details-body .db-title {
  height: 110px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.details-box .details-body .db-title h1 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  height: 72px;
  line-height: 62px;
}
.details-box .details-body .db-title p {
  font-size: 14px;
  color: #bfbec2;
}
.details-box .details-body .db-title p span {
  padding: 0px 20px;
}
.details-box .details-body .db-title p a {
  color: #2496ff;
}
.details-box .details-body .db-content {
  min-height: 550px;
  background-color: #f9fafc;
  padding: 0px 75px;
}
/* 澧炲姞 */
.details-box .details-body .db-content .dbc-main{
	min-height: 450px;
}/* 澧炲姞 */

.details-box .details-body .db-content .dbc-page {
  color: #bfbec2;
  height: 80px;
  line-height: 80px;
}
.details-box .details-body .db-content .dbc-page a {
  color: #2496ff;
}
/***
琛ㄦ牸鏍峰紡
***/
.table-advance {
  margin-bottom: 10px;
}
.table-advance thead {
  color: #999;
}
.table-advance thead tr th {
  background-color: #e5ebf1;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-advance tr td {
  border-left-width: 0px;
  font-size: 12px;
}
.table-advance > thead > tr > th,
.table-advance > tbody > tr > th,
.table-advance > tfoot > tr > th,
.table-advance > thead > tr > td,
.table-advance > tbody > tr > td,
.table-advance > tfoot > tr > td {
  padding: 6px 6px;
}
.table-advance .btn {
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 0px;
  border-radius: 10px;
  line-height: 1.3;
}
.form-cont .fc-name {
  height: 36px;
  line-height: 36px;
  text-align: right;
  color: #868686;
}
.form-cont .fc-input {
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: left;
}
.form-cont .fc-text {
  line-height: 20px;
  padding-top: 8px;
}
.bg-white .fc-input {
  padding-left: 10px;
}
.btn-blue {
  background-color: #2496ff;
  border-color: #2496ff;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #1f89ea !important;
  border-color: #1f89ea !important;
  color: #fff !important;
}
.footer {
  background-color: #3a434c;
  color: #888c90;
}
.footer .footer-info {
  background: url('../images/footer-ball.jpg') no-repeat right 0px;
  height: 120px;
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.footer .footer-info .conac {
  height: 120px;
  line-height: 120px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer .footer-info .footer-link {
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
}
.footer .footer-info .footer-link a {
  color: #fff;
}
.footer .footer-info .footer-link a:hover {
  text-decoration: none;
}
.footer .footer-info .footer-link .f-nl {
  color: #fff;
  margin: 0 10px;
}
.footer .footer-info .footer-link .fl-copyright {
  font-size: 12px;
  color: #888c90;
  line-height: 32px;
}
.footer .footer-info .footer-link .fl-copyright img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
/*# sourceMappingURL=style.css.map */
