@font-face {
	font-family: TencentSans-W7;
	src: url(../../font/TencentSans-W7.otf)
}
@font-face {
	font-family: TTTGB-Medium;
	src: url(../../font/TTTGB-Medium.ttf)
}
.banner {
  position: relative;
}
.banner-btn {
  position: absolute;
  left: 50%;
  bottom: .2rem;
  width: 50%;
  transform: translate(-50%, 0);
}

.menu {
  padding: .12rem .3rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url('../../imgs/h5/navbg-m.png') no-repeat scroll;
  background-size: 100%;
}
.menu-item {
  margin-bottom: .1rem;
  width: 24%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #41a2f3;
  border: 1px solid #2863a9;
  background-color: #081d48;
}
@media screen and (max-width: 320px){ 
  .menu-item {
    font-size: 10px;
  }
}
.menu-item.logo {
  border: none;
  background-color: transparent;
}
.menu-item.active {
  color: #fff;
  border-color: #a6d3fc;
  background-color: #43a1f8;
}

.title {
  padding-top: .4rem;
  padding-bottom: .36rem;
  font-size: .4rem;
  line-height: 100%;
  text-align: center;
  color: #fff;
	font-family: "TencentSans-W7";
}
.title-sub {
  margin-bottom: .2rem;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.sub-content {
  padding: 0 .26rem;
  padding-top: .2rem;
  padding-bottom: 1.2rem;
  background: url('../../imgs/h5/subpage/subpagebg-m.png') no-repeat scroll;
  background-size: auto;
}
.sub-item-box {
  padding: 0 .4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sub-item {
  padding-bottom: .5rem;
  background: url('../../imgs/h5/subpage/line-m.png') no-repeat scroll;
  background-position: center bottom;
  background-size: 80% auto;
}
.sub-item.none {
  background-image: none;
}
.sub-item-item {
  margin-bottom: .4rem;
}

.sub-list-1 li,
.sub-list-2 li,
.title-sub.tip {
  position: relative;
  padding-left: .3rem;
  margin-bottom: .25rem;
  line-height: .3rem;
  color: #fff;
}
.sub-list-1 li:before,
.sub-list-2 li:before,
.title-sub.tip:before {
  position: absolute;
  left: 0;
  content: "";
  width: .2rem;
  height: .26rem;
  background: url('../../imgs/liststyle1.png') no-repeat scroll;
  background-position: center center;
  background-size: 100% auto;
}

.sub-list-2 li {
  padding-left: .24rem;
  margin-bottom: .05rem;
}
.sub-list-2 li:before {
  width: .14rem;
  background-image: url('../../imgs/liststyle2.png');
}

.sub-text {
  color: #fff;
}
a.link {
  margin: 0 5px;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid #fff;
}
/* foot css */
.m-logo {
  display: block;
  background: #252525;
  padding: .5rem 0 0 0;
}
.m-logo>img {
  display: block;
  width: 3.81rem;
  height: .3rem;
  margin: 0 auto;
}
.foot {
  font-size: .22rem;
  text-align: center;
  padding: .5rem 0;
  background: #252525;
}

/* 视频 */
.pop-video {
  position: fixed !important;
  z-index: 101;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 98%;
  height: 30%;
  display: none;
}
.pop-pic {
  position: fixed !important;
  z-index: 101;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 73%;
  display: none;
}
.mask {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(1,1,1,0.77);
  display: none;
}
/* 悬浮小人 */
.hb-getmore{
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: .2rem;
  bottom: .5rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #eee;
  line-height: 1rem;
  text-align: center;
}
.square1a{
	position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 5.32rem;
    height: 12rem;
    background: url(../../imgs/side-menu.png) no-repeat;
    background-size: contain;
}
.square1a a{
	width: 100%;
    height: 6%;
    display: inline-block;
    position: absolute;
}
.square1a-1{
    top: 31%;
}
.square1a-2{
    top: 38%;
}
.square1a-3{
    top: 45%;
}
.square1a-4{
    top: 52%;
}
.square1a-5{
    top: 59%;
}
.square1a-6{
    top: 66%;
}