/*
* Bootstrap reset
* author: boy
*/
/**
 * 通用变量
 * @author kepler
 */
@font-face {
  font-family: FontAwesome;
  src: url('/fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont_d95d6f5.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: '微软雅黑', 'Microsoft YaHei', 'Open Sans', 'sans-serif';
  font-size: 14px;
  background: #FFF;
  color: #6b6b6b;
  display: flex;
  flex-direction: column;
  height: 100%;
}
html {
  height: 100%;
}
#main-container {
  flex: 1 0 auto;
}
/*角色*/
*[data-privilege] {
  display: none !important;
}
*[data-link] {
  cursor: pointer;
}
/*text*/
.text-info {
  color: #5bc0de;
}
.text-warning {
  color: #f0ad4e;
}
.text-success {
  color: #5cb85c;
}
.text-error {
  color: #d9534f;
}
.text-price {
  color: #fe5771;
}
.hide {
  display: none !important;
}
ul {
  padding-left: 0;
}
ul,
li {
  list-style: none;
}
a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: #6b6b6b;
}
a:hover,
a:focus {
  color: #384c9d;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tab-active {
  background-color: #103b73;
}
.tab-active a {
  color: #ffffff !important;
}
.tab-underline span {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
/*dialog*/
.bootstrap-dialog .modal-footer .bootstrap-dialog-footer-buttons {
  text-align: center;
}
.bootstrap-dialog .modal-footer .bootstrap-dialog-footer-buttons .btn {
  margin-right: 20px;
}
#mask-box {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #fff;
}
#mask-box img {
  width: 200px;
  position: absolute;
  left: 48%;
  margin-left: -100px;
  top: 49%;
}
/*btn*/
/* ----------------------------------------------- */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn {
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.btn-primary {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #384c9d;
  border-color: #384c9d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #384c9d;
  border-color: #384c9d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #384c9d;
  border-color: #384c9d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #384c9d;
  border-color: #384c9d;
}
.form-horizontal .form-group {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .form-submit {
  margin-top: 35px 0;
  text-align: center;
}
.form-horizontal .form-submit .btn {
  margin-right: 35px;
}
.form-horizontal .form-group .control-label {
  float: left;
  width: 140px;
}
.form-horizontal .required > .control-label:before {
  content: "*";
  margin-right: 10px ;
  font-family: "宋体";
  color: #D20000;
  font-weight: 400;
  font-size: 13px;
}
.form-horizontal .form-group .control-input {
  position: relative;
  margin-left: 160px;
}
.form-horizontal .form-group .form-control {
  display: inline-block;
  padding: 6px;
}
.form-horizontal .form-group input[type="radio"],
.form-horizontal .form-group input[type="checkbox"] {
  margin-top: 3px;
}
.form-horizontal .form-group .control-input .help-inline {
  color: #868686;
}
.form-horizontal .form-group .control-input textarea {
  min-width: 400px;
  min-height: 200px;
}
.form-horizontal .form-group .error-msg {
  position: absolute;
  left: 160px;
  font-size: 12px;
}
.form-horizontal .form-group.has-error .form-control,
.form-horizontal .form-group.has-error .error-msg {
  color: #a94442;
}
.form-horizontal .form-group.has-success .form-control,
.form-horizontal .form-group.has-success .error-msg {
  color: #3c763d;
}
.form-control {
  border-radius: 0;
}
.form-filter .form-group {
  display: inline-block;
}
.form-filter .form-group .form-input {
  width: 180px;
}
.form-filter .form-line {
  display: block;
}
.form-filter .form-submit {
  text-align: left;
  margin-left: 160px;
}
.table {
  margin-top: 15px;
}
.table thead th {
  background-color: #ebf2f6 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > td.action .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.table > tbody > tr > td.or-content {
  width: 250px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(2n) td,
.table-striped tbody tr:nth-child(2n) th {
  background: #fff;
}
.table-bordered {
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
/*Notify*/
.notify-container {
  position: fixed;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-style: solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.6);
  width: 320px;
  z-index: 9999;
}
.notify-top-right,
.notify-top-left,
.notify-top-center {
  top: 50px;
  border-width: 0 3px 3px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
.notify-bottom-right,
.notify-bottom-left,
.notify-bottom-center {
  bottom: -2px;
  border-width: 3px 3px 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}
.notify-top-right,
.notify-bottom-right {
  right: 20px;
}
.notify-top-left,
.notify-bottom-left {
  left: 20px;
}
.notify-top-center,
.notify-bottom-center {
  left: 50%;
  margin-left: -160px;
}
.notify-item {
  position: relative;
  display: none;
  height: auto !important;
  padding: 10px;
  color: #555;
}
.notify-item.notify-error {
  color: #c62626;
}
.notify-item.notify-success {
  color: #7fae00;
}
.notify-item.notify-info {
  color: #00a6fc;
}
.notify-item.notify-warning {
  color: #f0ad4e;
}
.notify-close {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.notify-close:hover,
.notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.notify-message {
  padding-right: 20px;
  padding-left: 14px;
  text-align: center;
  font-weight: 700;
}
.notify-top-right .notify-item,
.notify-top-left .notify-item,
.notify-top-center .notify-item {
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.notify-bottom-right .notify-item,
.notify-bottom-left .notify-item,
.notify-bottom-center .notify-item {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.notify-top-right .notify-item:last-child,
.notify-top-left .notify-item:last-child,
.notify-top-center .notify-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.notify-bottom-right .notify-item:first-child,
.notify-bottom-left .notify-item:first-child,
.notify-bottom-center .notify-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}
/*pagination*/
.pagination-section {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}
.common-ui-pagination {
  display: inline-block;
  overflow: hidden;
  zoom: 1;
}
.common-ui-pagination .page-per {
  float: left;
  height: 36px;
  line-height: 36px;
}
.common-ui-pagination .page-skip {
  float: right;
  height: 36px;
  line-height: 36px;
  margin-left: 15px;
}
.common-ui-pagination .page-skip .page-skip-input {
  width: 60px;
  margin: 0 5px;
  height: 30px;
  display: inline-block;
}
.common-ui-pagination .page-skip .page-skip-btn {
  margin-left: 5px;
  height: 30px;
  padding: 2px 8px;
}
.common-ui-pagination .page-list {
  float: right;
}
.common-ui-pagination .page-msg {
  float: right;
  height: 36px;
  line-height: 36px;
}
.common-ui-pagination .pagination {
  margin: 0 0 0 10px;
  overflow: hidden;
  zoom: 1;
  *margin: 0;
}
.common-ui-pagination .pagination .page-item {
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.common-ui-pagination .pagination .page-item a {
  color: #ffffff;
}
.common-ui-pagination .pagination .page-active a {
  cursor: default;
  color: #ffffff;
  background-color: #eee;
  border-color: #ddd;
}
/*右侧联系*/
.contact-container .w-cs-free-box {
  position: fixed;
  height: 305px;
  width: 195px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 102;
}
.contact-container .w-cs-free-box .w-cs-btn {
  position: absolute;
  right: 0;
}
.contact-container .w-cs-icon,
.contact-container .w-cs-top {
  margin-right: 0;
  display: block;
  position: relative;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color: #384c9d;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.contact-container .w-cs-icon img,
.contact-container .w-cs-top img {
  width: 32px;
  height: 32px;
  margin: 14px;
}
.contact-container .w-cs-menu {
  width: 200px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 60px;
  background-color: #475aa4;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px;
}
.contact-container .w-cs-menu h3 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.contact-container .w-cs-menu .w-cs-text {
  padding-bottom: 10px;
}
.contact-container .w-cs-menu a {
  color: #fff !important;
}
.contact-container .w-cs-qrcode {
  margin-top: 9px;
  padding: 20px;
}
.contact-container .w-cs-qrcode .w-cs-qrcode-img img {
  width: 160px;
}
.contact-container .w-cs-qq {
  margin-top: 60px;
}
.contact-container .w-cs-clock {
  margin-top: 120px;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #ffffff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar-inverse {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0) !important;
}
.navbar {
  padding-top: 5px;
  margin-bottom: 0;
}
.header-bar {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  padding: 0px 10%;
  height: 0;
  background: #373f4e;
  background: rgba(42, 48, 60, 0.8);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  z-index: 100;
  display: flex!important;
  flex-flow: row;
  justify-content: center;
  justify-content: space-around;
}
.header-bar .bar-item {
  margin-top: -62px;
}
.header-bar .bar-item .bar-title {
  color: #fff;
  font-size: 16px;
}
.header-bar .bar-item .bar-text {
  padding-top: 12px;
}
.header-bar .bar-item .bar-text a {
  color: #333333!important;
  font-size: 14px;
}
.header-bar .bar-item .bar-text a:hover,
.header-bar .bar-item .bar-text a:focus {
  color: #ffffff;
}
.show {
  padding-top: 100px;
  padding-bottom: 20px;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
}
.header-container .logo {
  margin-top: 7px;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container .logo img {
  width: 182px;
  height: 97px;
}
.header-container .logo .hot-line {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #384c9d;
}
.header-container .call-icon {
  width: 23px;
  height: 23px;
}
.header-container .tel-text {
  color: #333333;
  font-weight: bold;
  padding-top: 5px;
  font-size: 15px;
}
.header-text-box {
  display: none;
}
.popup-tel {
  display: none;
}
.footer-tel {
  display: none;
}
.navbar-menu {
  position: absolute;
  top: 110px;
  width: 100%;
  font-size: 18px;
  background: #384c9d;
  text-align: center;
}
.navbar-menu .navbar-nav {
  margin: 0 auto;
  float: none !important;
}
.navbar-menu .navbar-m {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.navbar-menu .navbar-nav > li {
  display: inline;
  padding: 0 15px;
}
.navbar-menu .navbar-nav > li > a {
  color: #cfe2f3;
}
.navbar-menu .tab-item {
  text-align: center;
}
.navbar-menu .tab-son-menu {
  display: none;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 45px;
  width: 140px;
  left: 0px;
  background: #fff;
  /*box-shadow: 0 2px 8px #ccc, 0 0 1px #ccc, 0 0 1px #ccc;*/
  box-shadow: 0 2px 1px #ccc, 0 0 0px #ccc, 0 0 0px #ccc, 0 2px 2px #ccc;
  /*padding: 15px 0;*/
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
}
.navbar-menu .tab-son-menu span {
  line-height: 40px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.dot-slide-banner {
  background-color: #efeff1;
}
.dot-slide-banner .carousel-indicators {
  width: 100%;
  margin: 0 auto;
  left: auto;
  right: auto;
  text-align: center;
}
.dot-slide-banner .carousel-indicators li {
  background: #c7c7c7;
  border: none;
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
}
.dot-slide-banner .carousel-indicators li.active {
  box-shadow: 0 0 0 2px #ffffff;
  border-color: #ffffff;
  width: 15px;
  height: 15px;
}
.dot-slide-banner .carousel-indicators .active:before {
  background-color: #ffffff;
  left: 0;
  top: 0;
}
.dot-slide-banner .carousel-inner > .item {
  width: 100%;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.dot-slide-banner .slide-text {
  max-width: 1100px;
  padding: 378px 0;
  left: 5%;
  right: 5%;
}
.dot-slide-banner .slide-text > h1 {
  display: block;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
}
.dot-slide-banner .slide-text p {
  font-size: 20px;
}
.dot-slide-banner a.btn-default {
  font-size: 16px;
  padding: 12px 20px;
  margin-left: 0;
  color: #fff!important;
  border: 2px solid #1eba9d;
  background-color: rgba(0, 0, 0, 0);
}
.dot-slide-banner a.btn-default span {
  font-size: 14px;
}
.dot-slide-banner a.btn-default:hover {
  background-color: #384c9d !important;
}
.index-banner-box {
  margin-top: 160px;
  position: relative;
  text-align: center;
}
.index-banner-box img {
  width: 100%;
  height: 260px !important;
}
.index-banner-box .top-img {
  width: 500px;
  height: 450px;
  text-align: center;
}
.index-banner-box .top-img-box {
  margin-top: 75px;
}
.index-banner-box .banner-text {
  color: #000;
}
.index-banner-box .slide-text {
  bottom: 0;
  top: inherit;
  text-align: center;
}
.page-title {
  height: 60px;
  background-color: #efeff1;
}
.page-title .title-content {
  line-height: 60px;
  display: flex;
}
.page-title .title-content .title-left {
  font-size: 20px;
  width: 230px;
  background-color: #3099dd;
  text-align: center;
  color: #fff;
}
.page-title .title-content .title-left img {
  width: 27px;
  height: 27px;
  margin-top: -5px;
}
.page-title .title-content .title-left .title-name {
  margin-left: 10px;
}
.page-title .title-content .title-right {
  flex: 1;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
}
.page-title .title-min-content {
  display: none;
}
.swiper-container .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 100%;
  text-align: center;
}
.swiper-container .swiper-pagination-switch {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  opacity: .7;
  cursor: pointer;
}
.swiper-container .swiper-active-switch {
  background-color: #007aff;
  opacity: .9;
}
.bs-slider {
  max-height: 870px!important;
}
.bs-slider .bs-slider-overlay {
  opacity: 0;
}
.footer-container {
  flex: 0 0 auto;
  background-color: #384c9d;
}
.footer-container .contact-box .contact-list {
  margin: 45px auto;
  display: flex;
  justify-content: space-around;
}
.footer-container .contact-box .contact-list .contact-item {
  color: #fff;
  text-align: center;
}
.footer-container .contact-box .contact-list .contact-item .contact-text {
  margin-top: 15px;
}
.footer-container .contact-box .contact-list .contact-tel-link {
  display: none;
}
.footer-container .contact-box img {
  width: 50px;
  height: 50px;
}
.footer-container .friend-link {
  margin: 0 100px;
  color: #fff;
  text-align: center;
}
.footer-container .friend-link .link-item {
  color: #fff;
  margin-right: 25px;
}
.footer-container .footer-top {
  width: 100%;
  height: auto;
  padding: 40px 0 30px;
}
.footer-container .footer-top img {
  width: 80px;
  height: 80px;
}
.footer-container .footer-top .footer-text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.footer-container .footer-top .code-item {
  margin-right: 40px;
}
.footer-container a {
  color: #9f9f9f;
}
.footer-container a:active {
  color: #ffffff;
}
.footer-container a:hover {
  color: #ffffff;
}
.footer-container .address-content {
  color: #fff;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .contact-container {
    display: none;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  .header-container {
    display: none;
  }
  .header-text-box {
    background: #384c9d;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    line-height: 30px;
  }
  .header-text-box a {
    color: #fff !important;
  }
  .header-text-box p {
    margin: 0 0 4px;
  }
  .popup-tel {
    display: block;
    position: fixed;
    width: 65px;
    height: 65px;
    background: url(/static/images/tel_bg_ad2e86f.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 310px;
    right: 5px;
    z-index: 2000;
  }
  .popup-tel img {
    width: 25px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .popup-tel .text {
    color: #fff !important;
    position: absolute;
    bottom: 5px;
    left: 21px;
  }
  .footer-tel {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff !important;
    background-color: #5f72c3;
    text-align: center;
    line-height: 50px;
    z-index: 2000px;
  }
  .navbar {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: absolute;
  }
  .navbar-menu {
    position: absolute;
    display: block;
    padding: 0;
    top: 180px;
  }
  .navbar-menu .navbar-m {
    flex-wrap: wrap;
  }
  .navbar-menu .navbar-nav > li {
    width: 33%;
  }
  .navbar-menu .nav > li > a {
    padding: 10px 0;
    font-size: 15px;
  }
  .tab-active {
    background-color: #384c9d;
  }
  .tab-active a {
    color: #ffffff !important;
  }
  .index-banner-box {
    margin-top: 50px;
    margin-bottom: 120px;
  }
  .index-banner-box img {
    height: 130px !important;
  }
  .footer-container {
    padding-bottom: 50px;
  }
  .footer-container .contact-box .contact-list {
    margin: 45px auto 0;
  }
  .footer-container .contact-box .contact-list .contact-tel-link {
    display: block;
  }
  .footer-container .contact-box .contact-list .contact-tel {
    display: none;
  }
  .footer-container .contact-box .contact-list .contact-text {
    display: none;
  }
  .footer-container .friend-link {
    display: none;
  }
  .page-title {
    height: 60px;
    background-color: #fff;
  }
  .page-title .title-content {
    display: none;
  }
  .page-title .title-min-content {
    display: block;
    line-height: 60px;
    color: #2188ca;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
}
