html,
body {
  margin: 0;
  padding: 0;
  font-size: .13rem;
  color: #333333;
}
html > section,
body > section {
  padding-top: .58rem;
}
.nav-con {
  height: .58rem;
  display: flex;
  align-items: center;
  background-color: #153E8D;
  color: #fff;
  padding: 0 .1rem;
  position: relative;
}
.nav-con > .logo {
  flex: 1;
}
.nav-con > .logo img {
  width: 1rem;
}
.nav-con > .menu {
  flex: 0 0 .4rem;
  background: url('../mimage/icon_nav@2x.png') no-repeat center center;
  background-size: .22rem;
  height: .2rem;
}
.nav-con > .menu-close {
  flex: 0 0 .4rem;
  background: url('../mimage/png_guanbi@2x.png') no-repeat center center;
  background-size: .22rem;
  height: .2rem;
}
.nav-con > .menu-con {
  display: none;
  position: absolute;
  top: .58rem;
  left: 0;
  right: 0;
  height: 10rem;
  background-color: #044098;
  z-index: 666;
}
.nav-con > .menu-con > dl {
  color: #fff;
  padding: 0 .2rem;
  text-align: center;
}
.nav-con > .menu-con > dl > dt {
  background-color: #0F4BA2;
  border-radius: .07rem;
  color: #FFFFFF;
  line-height: .5rem;
  height: .5rem;
  font-size: .13rem;
  margin-bottom: .1rem;
}
    .nav-con > .menu-con > dl > dt > a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
.nav-con > .menu-con > dl > dt > a:visited {
  color: #fff;
}
.nav-con > .menu-con > dl > dd {
  text-align: center;
  line-height: .4rem;
  margin: 0;
}
    .nav-con > .menu-con > dl > dd > a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
.nav-con > .menu-con > dl > dd > a:visited {
  color: #fff;
}
footer {
  background: url(../mimage/home/footer_bg@2x.png) no-repeat right bottom;
  background-size: 3.38rem auto;
  background-color: #171C39;
  color: #8D94C0;
}
footer > .trial-con {
  height: 1.7rem;
  text-align: center;
  font-size: .17rem;
  color: #fff;
  background: url(../mimage/trial_bg@2x.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
footer > .trial-con > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
footer > .trial-con > .btn-trial {
  width: 1.18rem;
  height: .28rem;
  line-height: .28rem;
  background-color: #5AC8CC;
  font-size: .15rem;
  border-radius: .75rem;
  margin: .3rem auto;
}
footer > .site-map {
  padding-top: .2rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: .12rem;
}
footer > .site-map > dl {
  flex: 0 0 50%;
}
footer > .site-map > dl > dt {
  color: #D9D9D9;
  line-height: .3rem;
}
footer > .site-map > dl > dd {
  margin: 0;
  line-height: .3rem;
}
footer > .site-map > dl > dd > a {
  color: #7487B3;
  text-decoration: none;
}
footer > .site-map > dl > dd > a:visited {
  color: #7487B3;
}
footer > .contact {
  display: flex;
  padding: .2rem;
  font-size: .12rem;
}
footer > .contact > .info {
  flex: 1;
}
footer > .contact > .wechat {
  flex: 0 0 1rem;
  text-align: center;
}
footer > .contact > .wechat > .qrcode {
  padding-top: .08rem;
  margin: 0 auto;
  margin-bottom: .08rem;
  width: .5rem;
  height: .5rem;
  background: url(../mimage/qrcode.png) no-repeat center center;
  background-size: 100% auto;
}
footer > .copyright {
  font-size: .1rem;
  line-height: .3rem;
  height: .3rem;
  border-top: .01rem solid #374F85;
  text-align: center;
}
.trial-con {
  height: 4.5rem;
  background: url(../mimage/png_beijing@2x.png) no-repeat center center;
  background-size: 100% auto;
  text-align: center;
}
.trial-con > .title {
  padding-top: .26rem;
  font-size: .2rem;
  color: #fff;
}
.trial-con > .tip {
  padding-top: .13rem;
  font-size: .15rem;
  color: #fff;
}
.trial-con > .form-con {
  margin: 0 auto;
  margin-top: .5rem;
  width: 2.92rem;
  height: 2.6rem;
  background-color: #fff;
}
.trial-con > .form-con > .title {
  text-align: center;
  font-size: .12rem;
  color: #333;
  padding: .16rem;
  border-bottom: .01rem solid #DFDFDF;
  margin: 0 .07rem;
}
.trial-con > .form-con > .content {
  margin: .15rem;
}
.trial-con > .form-con > .content > .ipt-con {
  background-color: #F5F5F5;
  height: .31rem;
  display: flex;
  align-items: center;
  margin-bottom: .14rem;
}
.trial-con > .form-con > .content > .ipt-con > .label {
  flex: 0 0 .8rem;
  text-align: center;
  border-right: .01rem solid #DFDFDF;
  font-size: .13rem;
}
.trial-con > .form-con > .content > .ipt-con > .input {
  flex: 1;
  min-width: 1rem;
}
.trial-con > .form-con > .content > .ipt-con > .input > input {
  border: 0;
  width: 100%;
  background-color: transparent;
  outline: none;
  font-size: .13rem;
}
.trial-con > .form-con > .content > .btn-submit {
  text-align: center;
  background-color: #5AC8CC;
  font-size: .13rem;
  padding: .09rem 0;
  color: #fff;
}

.fixed-box {
    position: fixed;
    right: 0;
    bottom: 2.5rem;
    width: .6rem;
    font-size: .12rem;
    z-index: 1;
}

    .fixed-box .item {
        width: .6rem;
        height: .6rem;
        background: #FFFFFF;
        cursor: pointer;
        text-align: center;
        color: #044098;
        text-decoration: none;
        margin-bottom: 1px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    }

    .fixed-box a {
        text-decoration: none;
    }

        .fixed-box .item > img {
            width: .35rem;
            margin-top: .05rem;
        }