@font-face {
  font-family: "zhangHaiShan";
  src: url("../fonts/zhanghaishan.woff2") format("woff2"), url("../fonts/zhanghaishan.woff") format("woff"), url("../fonts/zhanghaishan.ttf") format("truetype"), url("../fonts/zhanghaishan.eot") format("embedded-opentype"), url("../fonts/zhanghaishan.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.headTopAdv {
  background: #000;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.headTopAdv > div {
  position: relative;
}
.headTopAdv > div img {
  width: 100%;
}
.headTopAdv > div button {
  position: absolute;
  top: 0;
  right: 20px;
  background: #666;
  padding: 2px 6px 4px 6px;
  border-radius: 50%;
  opacity: 0.6;
  vertical-align: top;
}
.headTopAdv > div button span {
  color: #fff;
  font-family: "寰蒋闆呴粦 Light";
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
input {
  border: none;
  outline-style: none;
}
.header {
  background: #EEE;
  min-height: 34px;
}
.header h1 {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.header h1 span {
  border: 1px solid #333;
  border-radius: 3px;
  text-transform: capitalize;
  display: inline;
  margin-right: 10px;
  padding: 2px;
}
.header .navbar-brand {
  height: 34px;
  padding: 10px 15px 0;
}
.header .login a {
  padding: 8px 2px 0;
}
.header .weChart {
  position: relative;
  margin-left: 40px;
}
.header .weChart a i {
  font-size: 1.2em;
  padding-right: 5px;
}
.header .weChart a.hover {
  color: #1AD2A0 !important;
}
.header .weChart .weChart-img {
  position: absolute;
  padding-top: 7px;
  display: none;
  z-index: 10;
}
.search {
  color: #999;
}
.search .searchL {
  padding-left: 10px;
  padding-right: 50px;
}
.search .searchL h2 {
  font-size: 16px;
  margin-top: 5px;
  font-family: zhangHaiShan;
}
.search .searchL img {
  width: 100%;
}
.search .searchB h4 {
  font-size: 14px;
}
.search .searchB h4 span {
  color: #f00;
  cursor: pointer;
}
.search .searchB > div {
  position: relative;
  width: 560px;
  height: 40px;
  padding-left: 10px;
  border: 2px solid #1AD2A0;
}
.search .searchB > div input {
  border: none;
  outline-style: none;
  color: #333;
  width: 405px;
  font-size: 16px;
  padding: 7px 0 6px 0;
}
.search .searchB > div a {
  position: absolute;
  right: 0;
  background: #1AD2A0;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 4px 30px;
}
.search .searchB > div a:hover {
  text-decoration: none;
}
.search .searchR {
  text-align: right;
}
.search .searchR > div:first-child {
  margin-top: 25px;
}
.search .searchR > div:first-child > div {
  padding-left: 30px;
  padding-right: 0;
}
.search .searchR > div:nth-child(2) > div {
  padding-left: 30px;
  padding-right: 0;
}
.search .searchR p {
  font-size: 16px;
}
.headerNav {
  border-bottom: 2px solid #1AD2A0;
}
.headerNav .headerNav-l {
  padding: 0;
}
.headerNav .headerNav-l > div {
  position: relative;
}
.headerNav .headerNav-l > div > a {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -131px;
  top: 1px;
  width: 221px;
  background: #1AD2A0;
  color: #fff;
  height: 38px;
  font: 18px/38px "寰蒋闆呴粦";
  text-align: center;
}
.headerNav .headerNav-l > div > a span {
  padding-right: 10px;
}
.headerNav .headerNav-l .nav-first {
  position: absolute;
  left: -5px;
  top: 40px;
  list-style: none;
  display: none;
  padding-left: 20px;
  z-index: 10;
}
.headerNav .headerNav-l .nav-first > li {
  background: rgba(36, 43, 64, 0.6);
  margin-bottom: 1px;
}
.headerNav .headerNav-l .nav-first > li > a {
  display: block;
  height: 72px;
  width: 220px;
  color: #fff;
  font-size: 18px;
  line-height: 72px;
  padding-left: 70px;
}
.headerNav .headerNav-l .nav-first > li:last-child > a {
  height: 73px;
}
.headerNav .headerNav-l .nav-first > li:hover {
  background: #fff;
}
.headerNav .headerNav-l .nav-first > li:hover > a {
  color: #333;
}
.headerNav .headerNav-l .nav-first > li:hover .nav-second {
  display: block;
}
.headerNav .headerNav-l .nav-first > li:nth-child(1) > a {
  background: url("../images/second_ico1.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(2) > a {
  background: url("../images/second_ico2.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(3) > a {
  background: url("../images/second_ico3.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(4) > a {
  background: url("../images/second_ico4.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(5) > a {
  background: url("../images/second_ico5.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(6) > a {
  background: url("../images/second_ico6.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(1) > a:hover {
  background: url("../images/second_ico1_1.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(2) > a:hover {
  background: url("../images/second_ico2_2.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(3) > a:hover {
  background: url("../images/second_ico3_3.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(4) > a:hover {
  background: url("../images/second_ico4_4.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(5) > a:hover {
  background: url("../images/second_ico5_5.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first > li:nth-child(6) > a:hover {
  background: url("../images/second_ico6_6.png") no-repeat 30px center;
}
.headerNav .headerNav-l .nav-first .nav-second {
  position: absolute;
  left: 240px;
  top: 0;
  width: 726px;
  min-height: 438px;
  background: #fff url("../images/second_bg.png") repeat-x bottom left;
  padding: 20px 0;
  display: none;
}
.headerNav .headerNav-l .nav-first .nav-second .media-left {
  position: relative;
  width: 160px;
}
.headerNav .headerNav-l .nav-first .nav-second .media-left a {
  color: #666;
  width: 150px;
  line-height: 100%;
  text-align: center;
  font: 700 16px "寰蒋闆呴粦 Light";
  position: absolute;
  top: 5px;
}
.headerNav .headerNav-l .nav-first .nav-second .media-body {
  width: 586px;
  padding-right: 20px;
  position: relative;
}
.headerNav .headerNav-l .nav-first .nav-second .media-body a {
  color: #666;
  font-size: 16px;
  padding-right: 30px;
  line-height: 30px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
}
.headerNav .headerNav-l .nav-first .nav-second .media-body a:hover {
  color: #1487FA;
  cursor: pointer;
}
.headerNav .headerNav-l .nav-first .nav-second .media-body hr {
  border-bottom: 1px dotted #ddd;
  height: 1px;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.headerNav .headerNav-body {
  padding-left: 0;
  padding-right: 0;
  line-height: 38px;
  text-align: center;
}
.headerNav .headerNav-body a {
  color: #333;
  font: 16px "寰蒋闆呴粦 Light";
  font-weight: bold;
  display: inline-block;
  margin: 0 8px;
}
.headerNav .headerNav-body a:hover {
  color: #f60;
  text-decoration: none;
}
.headerNav .headerNav-R {
  padding: 0;
}
.headerNav .headerNav-R p {
  font-size: 22px;
  color: #f60;
  text-align: right;
  margin-bottom: 0;
}
.headerNav .headerNav-R p img {
  vertical-align: -10%;
}
.footer {
  background: #232830;
  color: #78808D;
  text-align: center;
  padding: 50px 0 10px;
}
.footer .contact {
  text-align: left;
}
.footer .contact h5 {
  color: #ddd;
  font-size: 12px;
  font-family: zhangHaiShan;
}
.footer .contact h4 {
  font-size: 16px;
  margin: 30px auto 20px;
}
.footer .contact p.tel {
  font-size: 22px;
  color: #ddd;
}
.footer .RQ p.chuangYe {
  margin-top: 10px;
}
.footer .col-md-3 {
  width: 24%;
}
.footer .col-md-3:last-child {
  width: 28%;
}
.footer .col-md-3:last-child .otherList {
  text-align: left;
}
.footer .otherList h3 {
  font-size: 16px;
}
.footer .otherList li {
  margin: 10px 0;
}
.footer .otherList li a {
  color: #767E8B;
}
.footer .otherList li a:hover {
  color: #fc6802;
}
.footer .otherList.serviceCenter li:not(:first-child) {
  padding-left: 1em;
}
.footer .copyRight {
  border-top: 1px solid #78808D;
  margin-top: 40px;
  padding-top: 20px;
}
.banner {
  height: 438px;
}
.banner img {
  width: 100%;
  height: 438px;
}
.progressSearch {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.progressSearch .progressContent {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.progressSearch .progressContent .panel-heading span {
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.progressSearch .progressContent .panel-body .searchRemark {
  display: none;
}
.progressSearch .progressContent .panel-body .searchRemark table tbody tr td:first-child {
  width: 115px;
}
#ms_dialog {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
#ms_dialog .alert {
  position: absolute;
  width: 400px;
  height: 200px;
  left: 50%;
  top: 30%;
  margin-left: -200px;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei";
  border: none;
}
#ms_dialog .alert h2 {
  font-size: 30px;
}
#ms_dialog .alert p {
  font-size: 16px;
  margin-top: 30px;
}
#ms_dialog .alert button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 20px;
}
/*# sourceMappingURL=public.css.map */