.pc .header {
  background: url("http://www.haitao-tech.com/resources/imgs/header-bg.jpg") 0 0 repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.pc .header .wrap {
  width: 1136px;
}
.pc .header .header-img {
  display: block;
  width: 100%;
}
.pc .header .header-info {
  top: 0;
  left: 75px;
  z-index: 1;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
}

/*menu*/
.pc .menu {
  min-width: 1136px;
  height: 48px;
  overflow: hidden;
  background-color: #00a0e9;
}
.pc .menu:hover {
  overflow: inherit;
}
.pc .menu .wrap {
  height: 100%;
}
.pc .menu-list .menu-item {
  width: 120px;
  height: 100%;
  transition: all .3s;
}
.pc .menu-list .menu-item.active,
.pc .menu-list .menu-item:hover {
  background-color: #f8b62d;
}
.pc .menu-list .menu-item .menu-item-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}
.pc .menu-list .sub-menu {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  padding: 34px 0 12px;
  background-color: #f8b62d;
  transition: all .3s;
}
.pc .menu-list .sub-menu-item {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pc .menu-list .sub-menu-item.active,
.pc .menu-list .sub-menu-item:hover {
  color: #ea5514;
}
.pc .menu-list .menu-item:hover .sub-menu {
  padding-top: 46px;
  opacity: 1;
}

/*footer*/
.pc .footer {
  min-width: 1136px;
}
.pc .footer .friendship-links {
  font-size: 12px;
  color: #333;
  line-height: 60px;
}
.pc .footer .friendship-links .title {
  padding: 0 10px;
  margin-right: 35px;
  border-left: 4px solid #f8b62d;
  font-size: 14px;
  color: #00a0e9;
  font-weight: bold;
  line-height: 20px;
}
.pc .footer .friendship-links a {
  margin: 0 15px;
}
.pc .footer .footer-top {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  background-color: #00a0e9;
}
.pc .footer .footer-top .footer-item {
  position: relative;
  margin: 0 12px;
}
.pc .footer .footer-top .footer-item:hover {
  color: #fff;
  text-decoration: underline;
}
.pc .footer .footer-top .footer-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 1;
  width: 2px;
  height: 14px;
  margin-top: -7px;
  background-color: #fff;
}
.pc .footer .footer-top .footer-item:last-child:after {
  display: none;
}
.pc .footer-bottom {
  padding: 14px 0 66px;
}
.pc .footer .qrcode {
  margin: 0 5px 0 15px;
}
.pc .footer .qrcode img {
  float: left;
  width: 70px;
  height: 70px;
}
.pc .footer .qrcode-info {
  float: left;
  width: 19px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 14px;
}
.pc .footer .qrcode-info.last {
  line-height: 18px;
}
.pc .footer .footer-info {
  margin-left: 35px;
  font-size: 12px;
  color: #333;
  line-height: 24px;
}
.pc .footer .logo {
  display: block;
  margin-left: 42px;
  width: 48px;
  height: 55px;
}

.pc .common-box-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #00a0e9;
}
.pc .common-box-title .title-text {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
.pc .common-box-title .title-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 20px;
  margin-top: -10px;
  background-color: #f8b62d;
}
.pc .common-box-title .btn-more {
  margin-right: 14px;
  padding-right: 24px;
  font-size: 12px;
  background: url("../../imgs/icon-more.png") right 10px no-repeat;
}
.pc .common-box-title .btn-more:hover {
  color: #fff;
  text-decoration: underline;
}
.pc .common-box {
  padding: 6px 14px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.pc .common-box table,
.pc .common-box tbody,
.pc .common-box tr,
.pc .common-box td {
  display: block;
  width: 100%;
}
.pc .common-box tr,
.pc .common-box td {
  display: block;
}
.pc .common-box .list-item {
  padding-left: 18px;
  font-size: 12px;
  line-height: 28px;
  background: url("../../imgs/icon-triangle-right.png") 0 8px no-repeat;
}
.pc .common-box .list-item a {
  display: flex;
  justify-content: space-between;
}
.pc .common-box .list-item a span {
  color: #999;
}
.pc .common-box .list-item .title-short {
  max-width: 226px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.pc .common-box .list-item a:hover {
  color: #333;
}

.pc .bread-nav {
  padding: 20px 0 16px;
  font-size: 12px;
  color: #666;
}
.pc .bread-nav a {
  font-size: 12px;
}
.pc .bread-nav .separator {
  margin: 0 10px;
  font-size: 14px;
  color: #999;
}
.pc .bread-nav table {
  display: inline;
  vertical-align: sub;
}
.pc .bread-nav a:hover {
  text-decoration: none;
}
.pc .bread-nav a[href]:hover {
  text-decoration: underline;
}

#pcContent,
#mobileContent {
  display: none;
}

.mobile .page-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
  padding: 0 .16rem 0 .32rem;
  background: url("../../imgs/mobile/top-bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.mobile .page-top .logo {
  flex: none;
  width: 3.89rem;
}
.mobile .page-top .btn-menu {
  flex: none;
  width: .6rem;
  height: .6rem;
  background: url("../../imgs/mobile/icon-menu.png") center center no-repeat;
  background-size: .36rem auto;
}

.mobile .menu {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  z-index: 11;
  transition: all .3s;
}
.mobile .menu.cur {
  left: 0;
}
.mobile .menu-mask {
  flex: none;
  width: 50.4%;
}
.mobile .menu .menu-list {
  flex: 1;
  padding: .4rem 0 .8rem;
  background-color: #00A0E9;
  box-shadow: 0 0 .3rem rgba(0, 160, 233, .5);
  font-size: .24rem;
  color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling : touch;
}
.mobile .menu .menu-item {
  position: relative;
}
.mobile .menu .menu-item::after {
  content: '';
  position: absolute;
  left: .4rem;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: .02rem;
  background-color: rgba(255, 255, 255, .5);
}
.mobile .menu .menu-text {
  display: block;
  position: relative;
  padding: .2rem .2rem .2rem .4rem;
}
.mobile .menu .sub-menu-item {
  position: relative;
  display: block;
  padding: .2rem .2rem .2rem .6rem;
}

.mobile .page-content {
  padding-top: 1.2rem;
}
.mobile .page-content.has-nav {
  padding-top: 2rem;
}

.mobile .nav-list {
  position: fixed;
  top: 1.2rem;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: .8rem;
  font-size: .24rem;
  color: #fff;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #00A0E9;
}
.mobile .nav-list ul {
  display: flex;
}
.mobile .nav-list li {
  flex: none;
  padding: 0 .34rem;
}
.mobile .nav-list li a {
  display: block;
  border-bottom: .04rem solid transparent;
  line-height: .76rem;
}
.mobile .nav-list li.cur a {
  border-color: #F8B62D;
}

/* 友情链接 */
.mobile .friend-link {
  display: flex;
  width: 92%;
  margin: .38rem auto 0;
  font-size: .24rem;
  color: #333;
  line-height: .46rem;
}
.mobile .friend-link .field-title {
  flex: none;
  position: relative;
  padding: 0 .4rem 0 .3rem;
  font-size: .28rem;
  color: #00A0E9;
}
.mobile .friend-link .field-title::after {
  content: '';
  position: absolute;
  top: .2rem;
  left: 0;
  z-index: 1;
  width: .08rem;
  height: .38rem;
  margin-top: -.19rem;
  background-color: #F8B62D;
}
.mobile .friend-link .link-item {
  margin-right: .44rem;
}

.mobile .btn-back-top {
  display: block;
  height: .6rem;
  margin-top: .12rem;
  font-size: .28rem;
  color: #fff;
  text-align: center;
  line-height: .6rem;
  background-color: #00A0E9;
}

.mobile .copyright {
  padding: .26rem 0;
  font-size: .2rem;
  color: #333;
  line-height: .32rem;
  text-align: center;
}

.mobile .offical-account {
  padding-bottom: .24rem;
  font-size: .3rem;
  color: #333;
  text-align: center;
  line-height: .6rem;
}
.mobile .offical-account .qrcode-img {
  display: block;
  width: 2.2rem;
  margin: 0 auto;
}
