* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: "微软雅黑", tahoma, '宋体', Arial, Lucida, Verdana, Helvetica, sans-serif;
}
html{
  min-width: 1220px;
}
body {
  color: #3f3f3f;
  min-width: 1200px;
}
a {
  text-decoration: none;
  color: #3f3f3f;
}
a:hover {
  color: #ff9900;
}
.page-box {
  width: 1200px;
}
.w-1200px {
  width: 1200px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.display-block {
  display: block;
}
.display-inline {
  display: block;
}
.cursor {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
}
.f-666 {
  color: #666;
}
.f-f90 {
  color: #f90;
}
.f-999 {
  color: #999;
}
.inline-block {
  display: inline-block;
}
.f-14 {
  font-size: 14px;
}
.f-18 {
  font-size: 18px;
}
.loading {
  color: #fff;
}
.pagination-box {
  width: 100%;
  height: 30px;
  margin-top: 20px;
}
.page-header {
  width: 1200px;
  margin: auto;
  padding-top: 10px;
}
.page-header .logo-box {
  width: 254px;
  height: 70px;
}
.page-header .logo-box img {
  width: 254px;
  height: 70px;
}
.page-header .search-box {
  width: 490px;
  margin: 20px 0 0 80px;
}
.page-header .search-box .search-input .el-input-group__prepend {
  border-radius: 0;
}
.page-header .search-box .search-input .el-input-group__append {
  border-radius: 0;
  background-color: #50a9db;
  border: 1px solid #50a9db;
  color: #fff;
}
.page-header .search-box .search-input .el-input-group__append .el-icon-search {
  font-weight: 900;
}
.page-header .search-box .search-input .el-input--suffix {
  background-color: #50a9db;
}
.page-header .search-box .search-input .el-input--suffix .el-select__caret {
  color: #fff;
}
.page-header .search-box .search-input input.el-input__inner {
  border: 2px solid #50a9db;
}
.page-header .search-box .search-input .el-select .el-input {
  width: 80px;
  color: #fff;
}
.page-header .ctrl-box {
  width: 360px;
  height: 40px;
  line-height: 40px;
  padding: 20px 0 0 40px;
  color: #666;
}
.page-header .ctrl-box .login {
  cursor: pointer;
}
.page-header .ctrl-box .login .user-name {
  display: inline-block;
  /* width: 90px; */
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.page-header .ctrl-box a {
  color: #666;
  text-decoration: none;
}
.page-header .ctrl-box a:hover {
  color: #ff9900;
}
.page-header .ctrl-box .mobile-wap {
  background: url(../images/icon/ico_tel.jpg) no-repeat left center;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-left: 20px;
}
.page-header .ctrl-box .app-download {
  height: 40px;
  margin-left: 20px;
  display: block;
}
.page-header .nav-list {
  width: 1200px;
  padding-top: 20px;
  clear: both;
}
.page-header .nav-list .active{
  color:#ff9900
}
.page-header .nav-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.page-header .nav-list .nav-item {
  width: 140px;
  height: 44px;
  line-height: 44px;
  float: left;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.page-header .nav-list .nav-item .nav-child {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  display: none;
}
.page-header .nav-list .nav-item .nav-child a {
  padding: 5px 15px;
  display: block;
  width: 140px;
  text-align: center;
}
.page-header .nav-list a.nav-item.active {
  color: #ff9900;
}
.page-header .nav-list .nav-item .nav-child a:hover {
  color: #ff9900;
  background-color: #E7E7E7;
}
.page-header .nav-list .nav-item .nav-child a.active {
  color: #ff9900;
}
.page-header .nav-list .nav-item:hover .nav-child {
  display: block;
}
.page-header .nav-list .nav-item span {
  width: 140px;
  height: 44px;
  display: block;
}
.page-header .nav-list .nav-item span:hover {
  color: #ff9900;
}
.app-download-btn {
  background: url(../images/icon/ico_app.jpg) no-repeat left center;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  display: block;
  cursor: pointer;
}
.app-code {
  height: 150px;
  width: 150px;
}
.app-code img {
  height: 150px;
  width: 150px;
}
.nav-line {
  width: 100%;
  height: 6px;
  background: #0095e5;
}
.page-body {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px;
}
.bg_f2f2f2 {
  background: #f2f2f2;
}
.page-footer {
  width: 100%;
  background: #00669d;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f5f5f5;
  overflow: hidden;
}
.page-footer .footer-content {
  width: 1200px;
  margin: auto;
}
.page-footer .left-box {
  width: 980px;
  float: left;
  font-size: 14px;
}
.page-footer .left-box .type-box {
  overflow: hidden;
  border-bottom: 1px solid #2a7daa;
  padding-bottom: 10px;
}
.page-footer .left-box .type-box .type-item {
  width: 326px;
  float: left;
  text-align: center;
  height: 60px;
  padding-top: 10px;
}
.page-footer .left-box .type-box .type-item p {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.page-footer .left-box .type-box .type-item.line {
  border-left: 1px solid #2a7daa;
  border-right: 1px solid #2a7daa;
}
.page-footer .link-box {
  padding-top: 10px;
  text-align: center;
}
.page-footer .link-box .link-item {
  padding: 0 20px;
  display: inline-block;
  color: #f5f5f5;
}
.page-footer .qq-box {
  text-align: center;
  padding-top: 20px;
}
.page-footer .qq-box .qq {
  width: 92px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-indent: 20px;
  background: url("../images/icon/qq_bg.jpg") no-repeat;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
.page-footer .about {
  padding-top: 10px;
  text-align: center;
}
.page-footer .right-code {
  float: right;
  width: 150px;
}
[v-cloak] {
  display: none;
}
.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
}
