@font-face {
  font-family: "arial";
  src: url('../fonts/arial.ttf') format('truetype');
}
@font-face {
  font-family: "cg";
  src: url('../fonts/cg.ttf') format('truetype');
}
@font-face {
  font-family: "bebas";
  src: url('../fonts/bebas.ttf') format('truetype');
}
/* 小于一定尺寸时显示将要隐藏的内容 */
@media screen and (max-width: 320px) {
  html {
    overflow-x: auto;
    width: 320px;
  }
}
/* 居中标签 */
.center {
  width: 1400px;
  margin: 0 auto;
}
body {
  padding-top: 90px;
}
/* 分页 START */
.paging {
  position: relative;
  margin-top: 60px;
}
.paging a {
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #444;
  height: 34px;
  margin: 0 5px;
  min-width: 34px;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.paging .page {
  padding: 0 10px;
}
.paging .prevPage,
.paging .nextPage {
  width: auto;
  padding: 0 11px;
}
.paging .firstPage,
.paging .lastPage {
  width: auto;
  margin: 0 8px;
  padding: 0 11px;
}
.paging a.active,
.paging a:not(.noPage):hover {
  border-color: #12bfff;
  background: #12bfff;
  color: #fff;
}
.paging .noPage {
  opacity: 0.35;
  cursor: default;
}
/* 分页 END */
/* 点击加载更多 START */
.loadData {
  display: none;
  margin-top: 60px;
  text-align: center;
}
.loadData a {
  position: relative;
  margin: 0 auto;
  display: none;
  width: 200px;
  height: 64px;
  font-size: 16px;
  color: #666666;
  line-height: 64px;
  border: solid 1px #d2d2d2;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.loadData .loadStart {
  border-color: #12bfff;
  color: #12bfff;
}
.loadData .loading {
  border-color: #12bfff;
  background: #12bfff;
  color: #eee;
}
.loadData .loadEnd {
  border-color: #f9f9f9;
  background: #f9f9f9;
  cursor: default;
  color: #ccc;
}
.loadData .active {
  display: block;
}
.loadData .loadStart:hover {
  border-color: #12bfff;
  background: #12bfff;
  color: #fff;
}
/* 点击加载更多 END */
.aside {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 2%;
  top: 50%;
  height: 171px;
  margin-top: -85px;
}
.aside .aside_container {
  background: #fff;
}
.aside .item {
  z-index: 5;
  width: 42px;
  height: 42px;
  position: relative;
}
.aside .item:not(:first-child) {
  margin-top: -1px;
}
.aside .item .item_icon {
  z-index: 10;
  position: relative;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  height: 42px;
  border: solid 1px #e5e5e5;
  color: #656565;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.aside .item .item_explain {
  position: absolute;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 45px;
  margin: auto;
}
.aside .item .item_explain .explain_picture {
  top: 0;
  right: 0;
  opacity: 0;
  width: 100px;
  position: absolute;
  -o-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.aside .item .item_explain .explain_picture .picture_container {
  padding-top: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.aside .item .item_explain .explain_phone {
  white-space: nowrap;
  border-radius: 3px 0 0 3px;
  background: #12bfff;
  line-height: 42px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
  opacity: 0;
  -o-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.aside .item:hover {
  z-index: 10;
}
.aside .item:hover .item_icon {
  color: #fff;
  background: #12bfff;
  border-color: #12bfff;
}
.aside .item:hover .item_explain {
  visibility: visible;
}
.aside .item:hover .item_explain .explain_picture {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.aside .item:hover .item_explain .explain_phone {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.user_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  max-width: 1920px;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.4);
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.user_popup .user_popup_container {
  height: 100%;
  padding: 5% 0;
  overflow-y: auto;
}
.user_popup.active .center {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.user_popup .center {
  -o-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  padding: 45px 0 75px;
  margin: auto;
  width: 700px;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  background: #ffffff;
}
.user_popup .center > .close {
  font-size: 18px;
  color: #e5e5e5;
  position: absolute;
  line-height: 1em;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.user_popup .center > .close:hover {
  color: #12bfff;
}
.user_popup .center .popup_logo {
  height: 36px;
}
.user_popup .center .explain {
  border-top: 1px solid #eee;
  padding-top: 60px;
  margin-top: 35px;
}
.user_popup .center .explain .explain_hint {
  font-size: 18px;
  color: #555555;
}
.user_popup .center .explain_list {
  margin-top: 60px;
}
.user_popup .center .explain_list .item {
  width: 180px;
  height: 60px;
  border-radius: 6px;
  text-align: center;
  background: #eeeeee;
  line-height: 60px;
  color: #a2a2a2;
  font-size: 16px;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.user_popup .center .explain_list .item.active {
  background: #12bfff;
  margin-left: 30px;
  color: #fff;
}
.user_popup .center .explain_list .item:hover {
  opacity: 0.8;
}
/* 浏览器低版本提示 START */
#browser_mask {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 1000000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#browser_hint {
  z-index: 9999999999;
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#browser_hint #browser_container .explain {
  width: 800px;
  color: #555;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 50px;
  margin-top: -150px;
  margin-left: -450px;
}
#browser_hint #browser_container .explain .explain_title {
  font-size: 22px;
  font-weight: bold;
}
#browser_hint #browser_container .explain .explain_title span {
  color: red;
}
#browser_hint #browser_container .explain .explain_list {
  margin-top: 40px;
  overflow: hidden;
}
#browser_hint #browser_container .explain .item {
  width: 110px;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
}
#browser_hint #browser_container .explain .item .item_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 100px;
  box-sizing: content-box;
  background: #66CC66;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
#browser_hint #browser_container .explain .item .item_text {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}
/* 浏览器低版本提示 END */
.header {
  position: fixed;
  z-index: 1000;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  max-width: 1920px;
  min-width: 320px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.15);
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.header.boxShadow {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.header.fixed {
  background: #fff;
}
.header.fixed::after {
  opacity: 0;
}
.header.fixed .logo .logo_picture {
  display: none;
}
.header.fixed .logo .logo_picture.active {
  display: block;
}
.header.fixed .nav .item.active .first_nav,
.header.fixed .nav .item:hover .first_nav {
  color: #12bfff;
}
.header.fixed .nav .item .first_nav {
  color: #454545;
}
.header.fixed .search .search_control {
  color: #7f7f7f;
}
.header.fixed .search .search_control.active,
.header.fixed .search .search_control:hover {
  color: #12bfff;
}
.header.headerMove {
  -o-animation: headerMove 1.2s forwards;
  -moz-animation: headerMove 1.2s forwards;
  -webkit-animation: headerMove 1.2s forwards;
  animation: headerMove 1.2s forwards;
}
.header .center {
  position: relative;
}
.header .logo {
  height: 36px;
}
.header .logo .logo_picture {
  display: block;
}
.header .logo .logo_picture.active {
  display: none;
}
.header .nav .item {
  position: relative;
}
.header .nav .item:not(:last-child) {
  margin-right: 40px;
}
.header .nav .item.active .first_nav,
.header .nav .item:hover .first_nav {
  color: #12bfff;
}
.header .nav .item.active .first_nav .line,
.header .nav .item:hover .first_nav .line {
  opacity: 1;
  width: 100%;
}
.header .nav .item .first_nav {
  font-size: 16px;
  color: #ffffff;
  line-height: 90px;
  position: relative;
  padding: 0 10px;
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.header .nav .item .first_nav .line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  opacity: 0.35;
  z-index: 10;
  height: 2px;
  margin: auto;
  background: #12bfff;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav .item .second_nav {
  display: none;
  position: absolute;
  background: #fff;
  margin: auto;
  width: 234px;
  top: 90px;
  left: 50%;
  z-index: 99;
  overflow: hidden;
  margin-left: -117px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}
.header .nav .item .second_nav .second_nav_list {
  width: 100%;
  position: relative;
}
.header .nav .item .second_nav .second_nav_active {
  top: -60px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 60px;
  position: absolute;
  background: #f9f9f9;
  border-left: 2px solid #12bfff;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.header .nav .item .second_nav .second_nav_item {
  white-space: nowrap;
  position: relative;
  line-height: 60px;
  z-index: 10;
}
.header .nav .item .second_nav .second_nav_item::after {
  content: "";
  width: 234px;
  height: 1px;
  position: absolute;
  background: #eee;
  bottom: 0;
  left: 50%;
  -o-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.header .nav .item .second_nav .second_nav_item .item_text {
  font-size: 14px;
  color: rgba(85, 85, 85, 0.7);
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.header .search {
  margin-left: 40px;
}
.header .search .search_control {
  font-size: 20px;
  cursor: pointer;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  -o-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.header .search .search_control.active,
.header .search .search_control:hover {
  color: #12bfff;
}
.header .search .search_container {
  position: absolute;
  bottom: -46px;
  right: -120px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .search .search_container.active {
  right: 0;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.header .search .search_container .search_form {
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.header .search .search_container .search_form input {
  width: 200px;
  height: 36px;
  color: #666;
  font-size: 12px;
  padding: 0 15px;
  background: #fff;
  padding-right: 40px;
  border-radius: 18px;
}
.header .search .search_container .search_form input::-webkit-input-placeholder {
  color: #999;
}
.header .search .search_container .search_form input:-moz-placeholder {
  color: #999;
}
.header .search .search_container .search_form input:-ms-input-placeholder {
  color: #999;
}
.header .search .search_container .search_form input::placeholder {
  color: #999;
}
.header .search .search_container .search_form button {
  position: absolute;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #999;
  height: 36px;
  width: 36px;
  right: 0;
  top: 0;
  cursor: pointer;
  -o-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.header .search .search_container .search_form button:hover {
  color: #12bfff;
}
.header .user_info {
  margin-left: 40px;
}
.header .user_info .user_login {
  width: 80px;
  height: 36px;
  color: #fff;
  background: #12bfff;
  border-radius: 18px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .user_info .user_login .user_login_icon {
  font-size: 16px;
  line-height: 36px;
}
.header .user_info .user_login .user_login_text {
  line-height: 36px;
  margin-left: 4px;
  font-size: 14px;
}
.header .user_info .user_login:hover {
  opacity: 0.85;
}
.header .user_info .qinfotest {
  width: 80px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #12bfff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header .header_right_m {
  display: none;
}
.header .down_nav_control {
  width: 40px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
.header .down_nav_control.active .line.line1 {
  -o-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 15px;
}
.header .down_nav_control.active .line.line3 {
  -o-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  bottom: 15px;
}
.header .down_nav_control.active .line.line2 {
  opacity: 0;
}
.header .down_nav_control .line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #12bfff;
  position: relative;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 20px center;
  -moz-transform-origin: 20px center;
  -ms-transform-origin: 20px center;
  transform-origin: 20px center;
}
.header .down_nav_control .line.line1 {
  position: absolute;
  top: 0;
  left: 0;
}
.header .down_nav_control .line.line3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .header_user {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 20px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.header .header_user .header_login {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 42px;
  text-align: center;
  font-size: 24px;
  color: #12bfff;
}
.header .header_user .header_login:active {
  opacity: 0.85;
}
.header .header_user .header_person {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header .header_user .header_person .picture_container {
  padding-top: 100%;
}
@keyframes -webkit-headerMove {
  0% {
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -o-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
    opacity: 0;
  }
}
@keyframes headerMove {
  0% {
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -o-transform: translate3d(0, -90px, 0);
    -moz-transform: translate3d(0, -90px, 0);
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
    opacity: 0;
  }
}
.down_nav {
  border-top: 1px solid #eee;
  z-index: 10000;
  position: fixed;
  background: #fff;
  min-width: 320px;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}
.down_nav .down_nav_container {
  padding: 0 0 50px;
  overflow-y: auto;
  height: 100%;
}
.down_nav .nav .item {
  border-bottom: 1px solid #f5f5f5;
}
.down_nav .nav .item .first_nav {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  padding: 18px 15px;
}
.down_nav .nav .item .first_nav .first_nav_icon {
  color: #999;
  font-size: 18px;
  line-height: 18px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.down_nav .nav .item .first_nav:active,
.down_nav .nav .item .first_nav.active {
  background: rgba(0, 0, 0, 0.03);
}
.down_nav .nav .item .first_nav.active .first_nav_icon {
  -o-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.down_nav .nav .item .second_nav {
  display: none;
  background: rgba(0, 0, 0, 0.02);
}
.down_nav .nav .item .second_nav .second_nav_item {
  color: #444;
  font-size: 16px;
  line-height: 18px;
  padding: 18px 15px;
  border-top: 1px solid #f5f5f5;
}
.down_nav .nav .item .second_nav .second_nav_item:active {
  background: rgba(0, 0, 0, 0.01);
}
.down_nav .down_form {
  padding: 0 15px;
  margin-top: 20px;
}
.down_nav .down_form .down_form_container {
  position: relative;
  display: block;
}
.down_nav .down_form .down_form_container input {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border-radius: 22px;
  border: 1px solid #eee;
  padding-right: 70px;
  font-size: 14px;
  color: #666;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.down_nav .down_form .down_form_container input::-webkit-input-placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input:-moz-placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input:-ms-input-placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input::placeholder {
  color: #aaa;
}
.down_nav .down_form .down_form_container input:focus {
  border-color: #12bfff;
}
.down_nav .down_form .down_form_container button {
  position: absolute;
  text-align: center;
  line-height: 44px;
  margin: auto;
  width: 44px;
  bottom: 0;
  right: 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
  color: #aaa;
}
.down_nav .down_form .down_form_container button:active {
  color: #12bfff;
}
.footer {
  background: #666666;
}
.footer .footer_top {
  padding: 72px 0 90px;
    background: #f5f5f5;
}
.footer .footer_top .footer_left {
  max-width: 250px;
}
.footer .footer_top .footer_left .service_tel .service_tel_title_icon {
  line-height: 30px;
  font-size: 26px;
  color: #12bfff;
}
.footer .footer_top .footer_left .service_tel .service_tel_title_text {
  margin-left: 10px;
  font-size: 16px;
  color: #282828;
}
.footer .footer_top .footer_left .service_tel .service_tel_content {
  font-size: 28px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 7px;
}
.footer .footer_top .footer_left .footer_info {
  margin-top: 7px;
  font-size: 14px;
  line-height: 34px;
  color: #888888;
}
.footer .footer_top .footer_left .footer_share {
  margin-top: 20px;
}
.footer .footer_top .footer_left .footer_share .item {
  position: relative;
  background: none;
  text-indent: 0;
  float: none;
  margin: 0;
  width: auto;
  height: auto;
  line-height: normal;
}
.footer .footer_top .footer_left .footer_share .item:not(:last-child) {
  margin-right: 10px;
}
.footer .footer_top .footer_left .footer_share .item .item_link {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  float: none;
  background: none;
  line-height: normal;
}
.footer .footer_top .footer_left .footer_share .item .item_icon {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #8a8a8a;
  font-size: 20px;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.footer .footer_top .footer_left .footer_share .item .item_content {
  position: absolute;
  width: 100px;
  left: 0;
  top: 60px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.footer .footer_top .footer_left .footer_share .item .item_content::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -18px;
  left: 8px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
  border-right-width: 8px;
  border-left-width: 8px;
}
.footer .footer_top .footer_left .footer_share .item .item_content .item_picture {
  background: #fff;
  height: 100px;
  padding: 5px;
  position: relative;
}
.footer .footer_top .footer_left .footer_share .item .item_content .picture_container {
  padding-top: 100%;
}
.footer .footer_top .footer_left .footer_share .item .item_content .picture_container img {
  width: 100%;
}
.footer .footer_top .footer_left .footer_share .item .item_content .item_explain {
  font-size: 12px;
  margin-top: 8px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer_top .footer_left .footer_share .item:hover .item_icon {
  border-color: #12bfff;
  background: #12bfff;
  color: #fff;
}
.footer .footer_top .footer_left .footer_share .item:hover .item_content {
  top: 50px;
  opacity: 1;
  z-index: 10;
  visibility: visible;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_top .footer_right .footer_nav_item:not(:first-child) {
  margin-left: 100px;
}
.footer .footer_top .footer_right .footer_nav_item .nav_item_title {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
}
.footer .footer_top .footer_right .footer_nav_item .nav_item_list {
  margin-top: 12px;
}
.footer .footer_top .footer_right .footer_nav_item .nav_item_list .item {
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  color: #888888;
  position: relative;
  left: 0;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_top .footer_right .footer_nav_item .nav_item_list .item:hover {
  left: -4px;
  color: #12bfff;
}
.footer .footer_bottom {
  border-top: 1px solid #6c6c6c;
  text-align: center;
  font-size: 14px;
  padding: 32px 0;
  line-height: 16px;
  color: #888888;
  background: #343434;
}
.footer .footer_bottom a {
  display: inline;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .footer_bottom a:hover {
  color: #12bfff;
}
.footer .footer_bottom .footer_reference {
  margin-left: 20px;
  display: inline-block;
}
.footer .footer_bottom .footer_sitemap {
  margin-left: 10px;
  display: inline-block;
}
/* tabbar START */
.tabbar {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: none;
  text-align: center;
  max-width: 1200px;
  min-width: 320px;
  background: #fff;
  box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.06);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tabbar .item {
  color: #333;
  position: relative;
  padding: 20px 0;
}
.tabbar .item.active .item_icon {
  color: #12bfff;
}
.tabbar .item.active .item_text {
  color: #12bfff;
}
.tabbar .item:active .item_mask {
  background: rgba(0, 0, 0, 0.06);
}
.tabbar .item_mask {
  z-index: -1;
  background: rgba(0, 80, 123, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tabbar .item_icon {
  color: #555;
  font-size: 40px;
  line-height: 1em;
}
.tabbar .item_text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2em;
}
/* tabbar END */
/* 响应 */
@media screen and (max-width: 1400px) {
  .center {
    width: 100%;
    padding: 0 15px;
  }
  .header .nav .item:not(:last-child) {
    margin-right: 30px;
  }
  .header .search {
    margin-left: 30px;
  }
  .header .search .search_container.active {
    right: 15px;
  }
  .header .user_info {
    margin-left: 30px;
  }
  .footer .footer_top .footer_right .footer_nav_item:not(:first-child) {
    margin-left: 85px;
  }
}
@media screen and (max-width: 1300px) {
  .header .nav .item:not(:last-child) {
    margin-right: 25px;
  }
  .header .search {
    margin-left: 25px;
  }
  .header .user_info {
    margin-left: 25px;
  }
  .footer .footer_top .footer_right .footer_nav_item:not(:first-child) {
    margin-left: 65px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 84px;
    padding-bottom: 108px;
  }
  .aside {
    display: none;
  }
  .header {
    padding: 24px 0;
    background: #fff;
  }
  .header::after {
    opacity: 0;
  }
  .header .logo .logo_picture {
    display: none;
  }
  .header .logo .logo_picture.active {
    display: block;
  }
  .header .header_right {
    display: none;
  }
  .header .header_right_m {
    display: block;
  }
  .footer .footer_top {
    display: none;
  }
  .footer .footer_bottom {
    border: none;
    padding: 24px 0;
  }
  .paging {
    margin-top: 45px;
  }
  .tabbar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 70px;
    padding-bottom: 87px;
  }
  .header {
    padding: 20px 0;
  }
  .header .logo {
    height: 30px;
  }
  .header .down_nav_control {
    width: 32px;
    padding: 11px 0;
  }
  .header .down_nav_control.active .line.line1 {
    top: 11px;
  }
  .header .down_nav_control.active .line.line3 {
    bottom: 11px;
  }
  .header .down_nav_control .line {
    -webkit-transform-origin: 16px center;
    -moz-transform-origin: 16px center;
    -ms-transform-origin: 16px center;
    transform-origin: 16px center;
  }
  .header .header_user {
    width: 36px;
    height: 36px;
  }
  .header .header_user .header_login {
    font-size: 20px;
    line-height: 36px;
  }
  .footer .footer_bottom {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer_bottom .footer_reference {
    margin-left: 10px;
  }
  .footer .footer_bottom .footer_sitemap {
    margin-left: 5px;
  }
  .paging {
    display: none;
  }
  .loadData {
    display: block;
    margin-top: 35px;
  }
  .loadData a {
    width: 180px;
    height: 56px;
    line-height: 54px;
  }
  .user_popup .center {
    width: 94%;
    border-radius: 5px;
    padding: 20px 0 30px;
  }
  .user_popup .center > .close {
    font-size: 16px;
    right: 10px;
    top: 10px;
  }
  .user_popup .center .popup_logo {
    height: 24px;
  }
  .user_popup .center .explain {
    padding-top: 20px;
    margin-top: 15px;
  }
  .user_popup .center .explain .explain_hint {
    font-size: 16px;
  }
  .user_popup .center .explain_list {
    margin-top: 30px;
  }
  .user_popup .center .explain_list .item {
    width: 36%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
  .user_popup .center .explain_list .item.active {
    margin-left: 20px;
  }
  .tabbar .item {
    padding: 16px 0;
  }
  .tabbar .item_icon {
    font-size: 32px;
  }
  .tabbar .item_text {
    margin-top: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding-top: 58px;
    padding-bottom: 69px;
  }
  .header {
    padding: 16px 0;
  }
  .header .logo {
    height: 26px;
  }
  .header .down_nav_control {
    width: 30px;
    padding: 10px 0;
  }
  .header .down_nav_control.active .line.line1 {
    top: 10px;
  }
  .header .down_nav_control.active .line.line3 {
    bottom: 10px;
  }
  .header .down_nav_control .line {
    -webkit-transform-origin: 15px center;
    -moz-transform-origin: 15px center;
    -ms-transform-origin: 15px center;
    transform-origin: 15px center;
  }
  .header .header_user {
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }
  .header .header_user .header_login {
    font-size: 18px;
    line-height: 34px;
  }
  .down_nav .nav .item .first_nav {
    padding: 16px 15px;
  }
  .down_nav .nav .item .second_nav .second_nav_item {
    padding: 16px 15px;
  }
  .down_nav .down_form {
    margin-top: 15px;
  }
  .down_nav .down_form .down_form_container input {
    height: 40px;
    padding: 0 16px;
    padding-right: 60px;
  }
  .down_nav .down_form .down_form_container button {
    line-height: 40px;
    font-size: 16px;
    width: 40px;
  }
  .footer .footer_bottom {
    padding: 12px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .loadData {
    margin-top: 25px;
  }
  .loadData a {
    width: 150px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
  .tabbar .item {
    padding: 10px 0;
  }
  .tabbar .item_icon {
    font-size: 28px;
  }
  .tabbar .item_text {
    margin-top: 3px;
    font-size: 14px;
  }
}
