* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.navbar .lb {
  float: left;
  margin-left: -15px;
  /*下拉详细列表具体分类*/
  /*详细分类标题*/
}
.navbar .lb span {
  float: right;
}
.navbar .lb .last {
  border-top: 1px solid #f4f4f4;
  font-weight: 700;
}
.navbar .lb .last.menuliselected {
  background-color: #fff !important;
}
.navbar .lb .pullDown {
  z-index: 1;
  position: absolute;
}
.navbar .lb .pullDownTitle {
  display: inline-block;
  width: 220px;
  margin: 0;
  line-height: 50px;
  background-color: #009783;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.navbar .lb .pullDownList {
  width: 220px;
  height: 320px;
  position: relative;
  z-index: 2;
  list-style: none;
  background-color: #fff;
}
.navbar .lb .pullDownList li {
  height: 40px;
  line-height: 40px;
  color: #474747;
  font-size: 14px;
  padding-left: 11px;
  position: relative;
}
.navbar .lb .pullDownList li a {
  color: #474747;
  font-size: 14px;
}
.navbar .lb .pullDownList li.menuliselected {
  background: #009783;
  color: #fff;
}
.navbar .lb .pullDownList li.menuliselected a {
  color: #fff;
}
.navbar .lb .pullDownList li span {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 22px;
}
.navbar .lb .yMenuListCon {
  width: 650px;
  height: 320px;
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 220px;
  overflow: hidden;
}
.navbar .lb .yMenuListCon p {
  width: auto;
  color: #7f7e7e;
  font-size: 14px;
  margin: 10px 0 0 -1px;
  overflow: hidden;
}
.navbar .lb .yMenuListCon p a {
  color: #7f7e7e;
  font-size: 14px;
  padding: 0 8px;
  display: inline-block;
  float: left;
  margin-top: 10px;
  line-height: 1;
}
.navbar .lb .yMenuListCon p a.ecolor610 {
  color: #fd6954;
  line-height: 1;
}
.navbar .lb .yMenuListCon p a:hover {
  color: #a90000;
  text-decoration: underline;
}
.navbar .lb .yMenuListConin {
  display: none;
  background: #fff;
  padding: 0 20px;
  width: 650px;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar .lb .yMenuLCinList {
  overflow: hidden;
}
.navbar .lb .yMenuLCinList h3 {
  position: relative;
  height: 40px;
  width: auto;
  margin: 0;
  border-bottom: 1px solid #000;
}
.navbar .lb .yMenuLCinList h3 a {
  font-size: 12px;
  color: #2d2d2d;
  position: absolute;
  bottom: 0px;
  display: block;
}
.navbar .lb .yMenuLCinList h3 .yListMore {
  color: #666666;
  font-weight: normal;
  right: 0;
  with: 40px;
  height: 20px;
}
.navbar .lb .yMenuLCinList h3 .yListName {
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  -o-transition: left .2s linear;
  display: block;
  width: 200px;
  height: 20px;
  padding-left: 10px;
  left: 0;
}
.navbar .lb .yMenuLCinList h3 .yListName:hover {
  left: 6px;
}
.menu-list {
  height: 320px;
  background-image: url(../../img/bg.png);
  background-size: cover;
  background-position: center;
}
.menu-list .col-md-9 img {
  margin-left: 254px;
}
.menu-list .col-md-3 {
  padding-right: 0;
}
.menu-list .login {
  position: relative;
  margin-top: 25px;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}
.menu-list .login .nav {
  position: relative;
  margin: 0 0 15px 20px;
  z-index: 10;
}
.menu-list .login .nav li {
  margin-right: 10px;
}
.menu-list .login .nav li a {
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 20px;
}
.menu-list .login .nav li.active a {
  background-color: #0078d4;
}
.menu-list .login .line {
  position: absolute;
  width: 228px;
  height: 1px;
  background-color: #f4f4f4;
  top: 34px;
}
.menu-list .login .input-group {
  margin-top: 10px;
}
.menu-list .login .input-group-addon {
  padding: 4px;
  background-color: #fff;
}
.menu-list .login .form-control {
  height: 42px;
  border-left: 0;
}
.menu-list .login button {
  height: 40px;
  margin-top: 20px;
  background-color: #fd6954;
  color: #fff;
}
.menu-list .login .new {
  margin-top: 15px;
}
.menu-list .login .new a {
  color: #43887f;
}
.menu-list .login .new span.pull-right a {
  color: #7f8193;
}
.notice {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.notice h2 {
  margin: 10px 0 5px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 14px;
}
.notice h2 a {
  margin-top: 0 !important;
  color: #979797;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.notice h2 a:hover {
  color: #f8823f;
}
.notice ul {
  list-style: none;
}
.notice ul li {
  line-height: 35px;
  border-bottom: 1px dashed #f4f4f4;
}
.notice ul li a {
  color: #626578;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.notice ul li a:hover {
  color: #f8823f;
}
.notice ul li span {
  color: #0078d4;
}
.notice ul li span.pull-right {
  color: #a5a5a5;
}
.company {
  margin-top: 20px;
}
.company dl dt {
  width: 245px;
  height: 345px;
  padding: 40px 30px;
  background-color: #fd6954;
  background-image: url(../../img/company.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  white-space:normal !important;
}
.company dl dt h3 {
	width: 185px;
	text-align: center;
	word-wrap:break-word ;
	word-break: normal;
  font-size: 20px;
  margin: 0;
}
.company dl dt .time {
  margin-top: 20px;
  text-align: left;
}
.company dl dt .time span {
  float: left;
  display: inline-block;
  width: 70px;
}
.company dl dt .time div {
  margin-left: 70px;
}
.company dl dt .address {
  margin-top: 20px;
  text-align: left;
}
.company dl dt .address span {
  float: left;
  display: inline-block;
  width: 43px;
}
.company dl dt .address div {
  margin-left: 43px;
  width: 142px;
  word-wrap:break-word ;
  word-break: normal;
}
.company dl dt .phone {
  margin-top: 20px;
}
.company dl dt button {
  margin-top: 20px;
  background-color: #ffb320;
  color: #fff;
  border-color: transparent;
}
.company dl dt button:hover {
  background-color: #ffaa06;
  color: #fff;
  border-color: transparent;
}
.company dl dd {
  height: 345px;
  margin-left: 265px;
  border-radius: 4px;
}
.company dl dd .scene,
.company dl dd .join {
  background-color: #fff;
  height: 345px;
}
.company dl dd .join {
  margin-left: -10px;
}
.company dl dd .join ul .pull-right {
  margin: 7px 15px 0 0;
  color: #a5a5a5;
}
.company dl dd h2 {
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  border-bottom: 2px solid #f4f4f4;
}
.company dl dd h2 span {
  display: inline-block;
  padding: 15px 0;
  margin-bottom: -2px;
  border-bottom: 2px solid #0078d4;
}
.company dl dd h2 a {
  margin-top: 5px;
  color: #979797;
}
.company dl dd ul {
  list-style: none;
}
.company dl dd a {
  padding-left: 15px;
  line-height: 37px;
  display: block;
  color: #626578;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.company dl dd a:hover {
  color: #f8823f;
}
.hot {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.hot h2 {
  margin: 10px 0 5px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 14px;
}
.hot h2 a {
  margin-top: 5px !important;
  margin-bottom: 0;
  color: #979797;
}
.hot h2 span {
  line-height: 1;
}
.hot a {
  display: inline-block;
  margin-bottom: 15px;
  display: block;
  color: #626578;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.hot a:hover {
  color: #f8823f;
}
.job {
  margin-top: 20px;
  background-color: #fff;
}
.job h2 {
  margin: 10px 0 5px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
}
.job h2 a {
  padding-right: 0 !important;
  margin-top: 0 !important;
  color: #979797;
}
.job h2 span {
  line-height: 1;
}
.job .ano {
  margin: 0;
}
.job .col {
  float: left;
  width: 20%;
}
.job a {
  display: block;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #979797;
}
.job a span.name {
  color: #0078d4;
}
.job a span.pull-right {
  color: #f8823f;
}
.job a .details {
  margin-top: 5px;
}
.resume {
  margin-top: 20px;
  background-color: #fff;
}
.resume h2 {
  margin: 10px 0 5px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 14px;
}
.resume h2 a {
  margin-top: 0 !important;
  color: #979797;
}
.resume h2 span {
  line-height: 1;
}
.resume a {
  display: block;
  margin-bottom: 15px;
  padding-right: 15px;
  color: #979797;
}
.resume a span.name {
  color: #0078d4;
}
.resume a span.pull-right {
  color: #a5a5a5;
}
.resume a span.education {
  color: #f8823f;
}
.resume a span.divider {
  display: inline-block;
  margin: 0 5px;
}
.resume a .details {
  margin-top: 5px;
}
.server {
  margin-top: 20px;
}
.server .row {
  margin: 0 -25px;
}
.server .col-md-4 {
  padding: 0 10px;
  height: 140px;
}
.server .col-md-4 > div {
  height: 100%;
  padding: 40px 0 0 20px;
  background-color: #fff;
}
.server .col-md-4 > div h3 {
  margin: 0;
  color: #474747;
  font-size: 20px;
}
.server .col-md-4 > div a {
  display: inline-block;
  margin-top: 25px;
  color: #0078d4;
  border: 1px solid #0078d4;
  padding: 3px 12px;
  border-radius: 20px;
  text-decoration: none;
}
.server .t1 {
  background-image: url(../../img/t1.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.server .t2 {
  background-image: url(../../img/t2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.server .t3 {
  background-image: url(../../img/t3.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.footer {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #0a4142;
  color: #fff;
}
.footer .title {
  margin: 20px 0 15px;
}
.footer a {
  color: #fff;
}
.footer dl {
  margin: 0;
}
.footer dl dt {
  width: 100px;
  padding-top: 10px;
}
.footer dl dd {
  margin-left: 100px;
}
.footer dl dd span {
  display: inline-block;
  text-align: center;
}
.footer dl dd span i {
  display: block;
  font-style: normal;
}
.nav-com {
  margin: 20px 0;
  background-color: #fafafa;
  border: 1px solid #ccc;
}
.nav-com li > a {
  padding: 12px 20px;
  color: #b3b3b3;
  border-bottom: 2px solid transparent;
  border-right: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
}
.nav-com li > a:hover,
.nav-com li > a:focus {
  color: #069f89 !important;
  background-color: transparent !important;
}
.nav-com li.active > a {
  background-color: transparent;
  color: #0078d4;
  border-bottom-color: #0078d4;
}
.nav-com > li + li {
  margin-left: 0;
}
.rclist .list-group-item {
  border-radius: 0;
}
.rclist .list-group-item .th {
  margin-top: 10px;
  margin-bottom: 10px;
}
.rclist .list-group-item .th button {
  background-color: #f6f6f6;
}
.rclist .list-group-item .th button.cur {
  background-color: #0078d4;
  color: #fff;
}
.rclist .list-group-item .zw,
.rclist .list-group-item .xx,
.rclist .list-group-item .mz,
.rclist .list-group-item .num {
  font-size: 16px;
}
.rclist .list-group-item .zw {
  color: #0078d4;
}
.rclist .list-group-item .xx .fgx {
  margin: 0 3px !important;
}
.rclist .list-group-item .mz {
  color: #808080;
  font-weight: bold;
}
.rclist .list-group-item .num {
  color: #fa9b52;
}
.rclist .list-group-item .fgx {
  margin: 0 10px;
}
.rclist .list-group-item p {
  margin-left: 73px;
}
.rclist .list-group-item a.sc {
  display: block;
  margin-top: 10px;
  color: #666;
  text-decoration: none;
}
.rclist .list-group-item a.sc:hover {
  color: #fa9b52;
}
.rclist .list-group-item a.sc.cur {
  color: #fa9b52;
}
.rclist .list-group-item .col-md-2 .btn {
  color: #0078d4;
  border: 1px solid #0078d4;
}
.rclist .list-group-item .btn-toolbar {
  padding-left: 300px;
}
#jlyl .box {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px 15px;
}
#jlyl .box .tx {
  text-align: center;
}
#jlyl .box .wx {
  padding-top: 10px;
  text-align: right;
}
#jlyl .box h1 {
  font-size: 20px;
  font-weight: bold;
}
#jlyl .box h1 span {
  font-size: 14px;
  font-weight: normal;
  color: #cacaca;
}
#jlyl .box .txt i {
  color: #cacaca;
}
#jlyl .box .txt span {
  margin-right: 20px;
}
#jlyl .box .txt + p {
  margin: 5px 0;
}
#jlyl .box .label {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #fff;
  color: #333333;
  border: 1px solid #ccc;
}
#jlyl .box ul {
  margin: 0;
}
#jlyl .box a.more {
  color: #337ab7;
  font-size: 14px;
}
#jlyl .box a.more span {
  color: #337ab7;
}
#jlyl .box .col-md-6 {
  margin-bottom: 20px;
}
#jlyl .box .col-md-6 > div {
  padding: 10px 20px;
  background-color: #f9f9f9;
}
#jlyl .box .col-md-6 > div ul > li:first-child {
  margin-bottom: 10px;
}
#jlyl .box .col-md-6 > div ul > li:first-child .pull-right {
  color: #ff6c22;
}
#jlyl .box .col-md-6 > div span {
  margin-right: 15px;
}
#jlyl .box .col-md-6 > div span.pull-right {
  margin-right: 0;
}
#jlyl .xq {
  margin-top: 15px;
  padding: 20px 15px;
  border: 1px solid #ddd;
}
#jlyl .xq h2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#jlyl .xq h2 span {
  margin-right: 5px;
  color: #ff6c22;
}
#jlyl .xq .qzyx {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
#jlyl .xq .qzyx ul li {
  margin-bottom: 10px;
  padding-left: 28px;
}
#jlyl .xq .gzjl {
  padding: 20px 0;
  border-bottom: 1px dotted #ddd;
}
#jlyl .xq .gzjl dl dt {
  position: relative;
  font-weight: normal;
  overflow: inherit;
}
#jlyl .xq .gzjl dl dt span {
  position: absolute;
  right: 0;
  bottom: -20px;
}
#jlyl .xq .gzjl dl dt:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 50%;
  right: -45px;
  top: 6px;
}
#jlyl .xq .gzjl dl dd {
  margin-left: 200px;
  padding-left: 50px;
}
#jlyl .xq .gzjl dl dd.title {
  color: #638bbc;
  font-weight: bold;
}
#jlyl .xq .gzjl dl dd.title span {
  margin: 0 5px;
  font-weight: normal;
}
#jlyl .xq .gzjl dl dd.details {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 60px;
  border-left: 1px solid #ddd;
}
#jlyl .xq .jypxjl {
  padding: 20px 0;
}
#jlyl .xq .jypxjl dl dt {
  position: relative;
  font-weight: normal;
  overflow: inherit;
}
#jlyl .xq .jypxjl dl dt span {
  position: absolute;
  right: 0;
  bottom: -20px;
}
#jlyl .xq .jypxjl dl dt:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 50%;
  right: -45px;
  top: 6px;
}
#jlyl .xq .jypxjl dl dd {
  margin-left: 200px;
  padding-left: 50px;
}
#jlyl .xq .jypxjl dl dd.title {
  color: #638bbc;
}
#jlyl .xq .jypxjl dl dd.title span {
  margin: 0 5px;
}
#jlyl .xq .jypxjl dl dd.details {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 60px;
  border-left: 1px solid #ddd;
}
.gzlist .list-group-item {
  border-radius: 0;
  padding-bottom: 0;
  color: #979797;
}
.gzlist .list-group-item .th {
  margin-top: 10px;
  margin-bottom: 20px;
}
.gzlist .list-group-item .th button {
  background-color: #f6f6f6;
}
.gzlist .list-group-item .th button.cur {
  background-color: #0078d4;
  color: #fff;
}
.gzlist .list-group-item .zw,
.gzlist .list-group-item .xx,
.gzlist .list-group-item .mz,
.gzlist .list-group-item .num {
  font-size: 16px;
}
.gzlist .list-group-item .zw {
  color: #0078d4;
}
.gzlist .list-group-item .mz {
  color: #808080;
  font-weight: bold;
}
.gzlist .list-group-item .num {
  color: #fa9b52;
}
.gzlist .list-group-item a.sc {
  display: block;
  margin-top: 10px;
  color: #666;
  text-decoration: none;
}
.gzlist .list-group-item a.sc:hover {
  color: #fa9b52;
}
.gzlist .list-group-item a.sc.cur {
  color: #fa9b52;
}
.gzlist .list-group-item .col-md-2 .btn {
  color: #0078d4;
  border: 1px solid #0078d4;
  margin-top: 8px;
}
.gzlist .list-group-item .btn-toolbar {
  padding-left: 300px;
}
.zwjj {
  padding-top: 20px;
}
.zwjj .box {
  padding: 20px 15px;
  border: 1px solid #ccc;
}
.zwjj .box .box-body .mc {
  color: #0078d4;
  font-size: 18px;
  font-weight: bold;
}
.zwjj .box .box-body .mc > span {
  color: #979797;
  font-size: 14px;
  font-weight: normal;
}
.zwjj .box .box-body .mc > span span {
  margin: 0 5px 0 20px;
}
.zwjj .box .box-body .mc + p {
  margin: 10px 0 0 0;
  line-height: 20px;
  color: #ff8a22;
}
.zwjj .box .box-body .mc + p span {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #ff8a22;
  color: #fff;
  text-align: center;
}
.zwjj .box.box-bg {
  background-color: #f7f7f7;
}
.zwjj .yq {
  margin-top: 15px;
  padding: 20px 15px;
  border: 1px solid #ccc;
}
.zwjj .yq .js {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.zwjj .yq .js ul {
  margin: 0;
}
.zwjj .yq .js ul li {
  width: 32%;
  line-height: 30px;
}
.zwjj .yq .js ul li span {
  margin-right: 5px;
  color: #999999;
}
.zwjj .yq .js p {
  margin: 0;
}
.zwjj .yq .js p span {
  margin-right: 8px;
  padding-left: 5px;
  color: #999999;
}
.zwjj .yq .js a.sc {
  display: block;
  margin-top: 10px;
  color: #666;
  text-decoration: none;
}
.zwjj .yq .js a.sc:hover {
  color: #fa9b52;
}
.zwjj .yq .js a.sc.cur {
  color: #fa9b52;
}
.zwjj .yq .js .col-md-3 .btn {
  margin-top: 20px;
  color: #fff;
  background-color: #ff6c22;
  border: 0;
}
.zwjj .yq .lxfs {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.zwjj .yq .lxfs h2 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ff6c22;
  font-size: 16px;
  font-weight: bold;
}
.zwjj .yq .lxfs p {
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
}
.zwjj .yq .lxfs p span {
  margin-right: 15px;
  color: #46c5fe;
}
.zwjj .yq .lxfs p .btn {
  color: #46c5fe;
  border-color: #46c5fe;
}
.zwjj .yq .lxfs .tip {
  position: relative;
  display: inline-block;
  margin: 10px 0 0 105px;
  padding: 10px;
  background-color: #a6a6a6;
  color: #fff;
}
.zwjj .yq .lxfs .tip .sjx {
  position: absolute;
  top: -8px;
  left: 40px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 8px dashed #a6a6a6;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.zwjj .yq .zwmx {
  padding-bottom: 20px;
}
.zwjj .yq .zwmx h2 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ff6c22;
  font-size: 16px;
  font-weight: bold;
}
.zwjj .yq .zwmx li {
  padding-left: 20px;
  line-height: 24px;
}
.zwjj .yq .zwmx p {
  padding-left: 20px;
  line-height: 45px;
}
.zwjj .yq .code {
  height: 100px;
  padding: 15px 0;
  margin: 0 20px;
  line-height: 70px;
  background-color: #feecde;
}
.zwjj .yq .code img {
  width: 70px;
}
.zwjj .yq .code .glyphicon {
  font-size: 40px;
  top: 10px;
}
.zwjj .yq .code .btn {
  margin-left: 20px;
  color: #fff;
  background-color: #ff6c22;
  border: 0;
}
.zwjj .right {
  padding-left: 0;
}
.zwjj .right .gsjx {
  text-align: center;
}
.zwjj .right .gsjx a {
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.zwjj .right .gsjx p {
  max-width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwjj .right .gsjx ul {
  text-align: left;
}
.zwjj .right .gsjx ul li {
  margin-bottom: 10px;
}
.zwjj .right .gsjx ul span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  background-color: #f8f8f8;
}
.zwjj .right .code {
  margin-top: 15px;
}
.zwjj .right .code a {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
}
.zwjj .right .code a img {
  width: 100px;
}
.zwjj .right .code span {
  line-height: 1.8;
}
.zwjj .right .list-group {
  margin-top: 15px;
}
.zwjj .right .list-group .list-group-item {
  padding: 20px 15px;
  border-radius: 0;
}
.zwjj .right .list-group .list-group-item p span,
.zwjj .right .list-group .list-group-item p a {
  color: #0078d4;
}
.zwjj .right .list-group .list-group-item:first-child {
  font-size: 16px;
}
.zwjj .right .list-group .list-group-item:first-child a {
  font-size: 12px;
  color: #6f7474;
}
#gsjj .box {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px 15px;
}
#gsjj .box .tx {
  text-align: center;
  border: 1px solid #ccc;
}
#gsjj .box .wx {
  padding-top: 10px;
  text-align: right;
}
#gsjj .box h1 {
  font-size: 20px;
}
#gsjj .box h1 span {
  color: #ff6c22;
}
#gsjj .box h2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#gsjj .box h2 span {
  color: #ff6c22;
}
#gsjj .box .txt span {
  margin-right: 20px;
}
#gsjj .box .info {
  margin-left: 0;
  margin-top: 10px;
}
#gsjj .box .info li {
  padding: 5px 10px;
  text-align: center;
  border-right: 1px solid #ccc;
}
#gsjj .box .info li b {
  display: block;
}
#gsjj .box .info li.end {
  border: 0;
}
#gsjj .box .label {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #fff;
  color: #333333;
  border: 1px solid #ccc;
}
#gsjj .box ul {
  margin: 0;
}
#gsjj .box a.more {
  color: #0078d4;
  font-size: 14px;
}
#gsjj .box a.more span {
  color: #0078d4;
}
#gsjj .box .col-md-6 {
  margin-bottom: 20px;
}
#gsjj .box .col-md-6 > div {
  padding: 10px 20px;
  background-color: #f9f9f9;
}
#gsjj .box .col-md-6 > div ul > li:first-child {
  margin-bottom: 10px;
}
#gsjj .box .col-md-6 > div ul > li:first-child .pull-right {
  color: #ff6c22;
}
#gsjj .box .col-md-6 > div a {
  color: #0078d4;
}
#gsjj .box .col-md-6 > div span {
  margin-right: 15px;
}
#gsjj .box .col-md-6 > div span.pull-right {
  margin-right: 0;
}
#gsjj .list-group-item {
  border-radius: 0;
}
#gsjj .list-group-item p {
  margin: 5px 0 0;
}
#gsjj .list-group-item p span {
  margin-right: 15px;
}
#gsjj .list-group-item p > span:first-child {
  color: #ff6c22;
}
#gsjj .list-group-item .col-md-10 a {
  color: #0078d4;
}
#gsjj .list-group-item .col-md-2 .btn {
  position: relative;
  top: 5px;
  color: #0078d4;
  border: 1px solid #0078d4;
}
#gsjj .nav-cur {
  margin: 20px 0;
  border: 1px solid #ccc;
}
#gsjj .nav-cur li > a {
  padding: 12px 20px;
  color: #b3b3b3;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
}
#gsjj .nav-cur li > a:hover,
#gsjj .nav-cur li > a:focus {
  color: #b3b3b3 !important;
  background-color: #eee !important;
}
#gsjj .nav-cur li:first-child > a {
  border-right: 1px solid #ccc;
}
#gsjj .nav-cur li.active > a {
  background-color: #ff6c22;
  color: #fff;
  border-bottom-color: #ff6c22;
}
#gsjj .nav-cur li.active > a:hover,
#gsjj .nav-cur li.active > a:focus {
  background-color: #ff6c22 !important;
  color: #fff !important;
  border-bottom-color: #ff6c22 !important;
}
#gsjj .nav-cur li.active > a span {
  color: #fff;
}
#gsjj .nav-cur > li + li {
  margin-left: 0;
}
#gsjj .nav-cur span {
  color: #ff6c22;
}
#gsjj .nav-cur .pull-right {
  display: inline-block;
  padding: 12px 20px;
  font-weight: bold;
}
.list {
  margin-top: 20px;
}
.list .aside {
  position: relative;
}
.list .aside .aside-bg {
  position: absolute;
  left: -15px;
  top: 0;
}
.list .aside .aside-title {
  position: relative;
  width: 200px;
  height: 78px;
  z-index: 10;
  margin: 0 0 0 45px;
  text-align: center;
  color: #fff;
  border-bottom: 0;
  font-size: 14px;
}
.list .aside .aside-title span {
  display: block;
}
.list .aside .aside-title span:first-child {
  padding-top: 17px;
  margin-bottom: 5px;
  font-size: 16px;
}
.list .aside ul {
  z-index: -1;
  width: 197px;
  min-height: 300px;
  margin-left: 42px;
  padding: 0 5px;
  background-color: #fafafa;
}
.list .aside ul li {
  position: relative;
  z-index: 10;
  padding: 18px 12px;
  border-bottom: 1px solid #f4f4f4;
}
.list .aside ul li a {
  display: block;
}
.list .aside ul li a:hover {
  text-decoration: none;
}
.list-content h2 {
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.list-content h2 span {
  display: inline-block;
  padding: 12px 10px;
}
.list-content h2 span.list-content-title {
  border-bottom: 1px solid #d54f43;
  color: #f06a47;
  font-size: 16px;
}
.list-content ul {
  min-height: 450px;
}
.list-content ul li {
  padding: 15px 10px;
  border-bottom: 1px dotted #f4f4f4;
}
.list-content ul li a {
  color: #333333;
  transition: all 0.3s ease 0s;
}
.list-content ul li a:hover {
  color: #f45b4d;
  text-decoration: none;
}
.list-content .btn-toolbar button {
  background-color: #f6f6f6;
}
.list-content .btn-toolbar button.cur {
  background-color: #0078d4;
  color: #fff;
}
.list-content .dl {
  padding-top: 100px;
}
.list-content .dl input {
  height: 45px;
  border-radius: 0;
  background-color: #f4f4f4;
}
.list-content .dl div.btns {
  margin-top: 50px;
  text-align: center;
}
.list-content .dl div.btns .btn {
  width: 100px;
  height: 45px;
  background-color: #aeaeae;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.list-content .dl div.btns .btn-default {
  background-color: #fd6b30;
  color: #fff;
}
.list-content .baseinfo {
  min-height: 400px;
  padding: 20px;
  border: 1px solid #ddd;
}
.list-content .baseinfo h3 {
  margin: 20px 0;
  color: #fd6b30;
  font-size: 18px;
}
.list-content .baseinfo .col-lg-6 {
  margin-bottom: 20px;
}
.list-content .baseinfo label {
  width: 80px;
  margin-right: 30px;
  text-align: right;
  color: #ddd;
}
.details .breadcrumb {
  margin-top: 10px;
}
.details .breadcrumb a {
  color: #474747;
}
.details .content {
  padding: 40px;
  margin-bottom: 50px;
  min-height: 500px;
  border: 1px solid #ccc;
}
.details .content h2 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}
.details .content p {
  text-indent: 28px;
  line-height: 1.8;
}
.details .content table {
  margin: 0;
}
.login-header {
  padding: 15px 0;
}
.login-header i {
  margin: 0 15px 0 10px;
  font-size: 28px;
  font-style: normal;
}
.login-header span {
  position: relative;
  top: 5px;
  font-size: 24px;
  font-weight: bold;
}
.login-header .col-md-3 {
  padding-top: 20px;
  text-align: right;
}
.login-header .col-md-3 a {
  margin-left: 20px;
  background-color: #0078d4;
  color: #fff;
  border: 0;
}
#login {
  position: relative;
  height: 536px;
  overflow: hidden;
}
#login > .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#login .container {
  position: relative;
  min-height: 400px;
}
#login .login {
  position: absolute;
  right: 15%;
  top: 5%;
  width: 260px;
  padding: 15px;
  background-color: #fff;
}
#login .login .login-title {
  position: relative;
  padding: 0 0 20px;
  font-size: 20px;
  text-align: center;
}
#login .login .login-title:after {
  content: " ";
  position: absolute;
  left: 30px;
  top: 14px;
  right: auto;
  bottom: auto;
  width: 45px;
  height: 1px;
  background-color: #ddd;
  z-index: 2;
}
#login .login .login-title:before {
  content: " ";
  position: absolute;
  right: 30px;
  top: 14px;
  left: auto;
  bottom: auto;
  width: 45px;
  height: 1px;
  background-color: #ddd;
  z-index: 2;
}
#login .login .input-group {
  margin-bottom: 15px;
}
#login .login .input-group .input-group-addon,
#login .login .input-group .form-control {
  border-radius: 0;
  background-color: #fff;
  height: 34px;
}
#login .login .input-group .form-control {
  box-shadow: none;
}
#login .login .input-group .input-group-addon {
  color: #cecccd;
  font-size: 18px;
}
#login .login .code .form-control {
  width: 100px;
}
#login .login .code img {
  float: right;
  height: 34px;
}
#login .login .col-sm-6 {
  margin-bottom: 15px;
  padding: 0;
}
#login .login .checkbox {
  margin: 0;
}
#login .login button {
  height: 36px;
}
#login .login button.btn-default {
  background-color: #0078d4;
  color: #fff;
  border-radius: 0;
  border: 0;
}
@media (min-width: 1280px) {
  #login .login {
    top: 10%;
    right: 10%;
    width: 290px;
    padding: 15px;
  }
  #login .login-title:after {
    width: 60px !important;
  }
  #login .login-title:before {
    width: 60px !important;
  }
  #login .code .form-control {
    width: 120px !important;
  }
  #login .input-group-addon,
  #login .form-control,
  #login .code img {
    height: 34px !important;
  }
}
@media (min-width: 1360px) {
  #login .login {
    top: 10%;
    right: 5%;
    width: 330px;
    padding: 20px;
  }
  #login .login-title:after {
    width: 60px !important;
  }
  #login .login-title:before {
    width: 60px !important;
  }
  #login .code .form-control {
    width: 120px !important;
  }
  #login .input-group-addon,
  #login .form-control,
  #login .code img {
    height: 34px !important;
  }
}
@media (min-width: 1440px) {
  #login .login {
    top: 10%;
    right: 0%;
    width: 330px;
    padding: 25px;
  }
  #login .login-title:after {
    width: 60px !important;
  }
  #login .login-title:before {
    width: 60px !important;
  }
  #login .code .form-control {
    width: 120px !important;
  }
  #login .input-group-addon,
  #login .form-control,
  #login .code img {
    height: 40px !important;
  }
}
@media (min-width: 1600px) {
  #login .login {
    top: 20%;
    width: 380px;
    padding: 30px;
  }
  #login .login-title:after {
    width: 80px !important;
  }
  #login .login-title:before {
    width: 80px !important;
  }
  #login .code .form-control {
    width: 150px !important;
  }
  #login .input-group-addon,
  #login .form-control,
  #login .code img {
    height: 46px !important;
  }
}
.login-footer {
  margin-top: 30px;
}
.top {
  line-height: 40px;
  background-color: #f1f1f1;
  color: 828080;
}
.search {
  height: 100px;
  background-color: #fff;
}
.search .logo {
  padding: 15px 0;
}
.search .col-md-1 {
  padding: 0;
}
.search .dq {
  position: relative;
  margin-top: 26px;
}
.search .dq .btn-default:hover,
.search .dq .btn-default:focus {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.search .dq .btn-default:active,
.search .dq .btn-default.active,
.search .dq .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.search .dq .glyphicon {
  color: #fd6954;
}
.search .input-group {
  margin-top: 22px;
}
.search .input-group .qian {
  padding: 5px 0;
  background-color: #fff;
}
.search .input-group .btn-default:hover,
.search .input-group .btn-default:focus {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.search .input-group .btn-default:active,
.search .input-group .btn-default.active,
.search .input-group .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.search .input-group .form-control {
  height: 46px;
}
.search .input-group .hou {
  width: 80px;
  cursor: pointer;
  background-color: #0078d4;
  color: #fff;
}
.search .btn-group button {
  border-color: #fff;
}
.search .wx1 {
  text-align: center;
  padding: 5px 0;
}
.search .wx1 img {
	width: 120px;
	float: left;
}
.search .wx1 p {
	margin-left: 120px;
	margin-bottom: 0;
}
.navbar {
  margin-bottom: 0;
  line-height: 50px;
  background-color: #0078d4;
  border-radius: 0;
  border: 0;
}
.navbar ul.nav li {
  width: 100px;
  text-align: center;
}
.navbar ul.nav a {
  display: inline-block;
  padding: 13px 0;
  color: #fff;
  border-bottom: 2px solid transparent;
}
.navbar ul.nav a:hover,
.navbar ul.nav a:focus {
  background-color: transparent;
  border-bottom-color: #fff;
}
.navbar ul.nav li.active a {
  border-bottom-color: #fff;
}
/*# sourceMappingURL=project.css.map */


.search1 {
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 10px 0;
	background-color: #f5f5f5;
}

.search1 .form-group {
	margin-bottom: 0;
}

.search1 .tj {
	margin-right:100px;
}

.search1 .an {
	width: 100px;
	float: right;
	text-align: right;
	padding-right: 20px;
}
..search1 {
	border: 0;
}