* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  margin: 0 auto;
  
  max-width: 6.4rem;
  padding: 0; 
  font-size: 0.24rem;
  font-family: Arial, "Microsoft Yahei", "宋体";
   background-color: #ffffff;
  color: #666666;
}
html,body{height:100%;}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
  margin: 0;
  padding: 0;
  border: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: 400;
  font-size: .24rem;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  margin: 0;
  padding: 0;
  color: #666666;
}

a,
img {
  -webkit-touch-callout: none;
}

ol,
ul,
li {
  list-style: none;
}

textarea,
input {
  outline: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  resize: none;
}

p {
  background-color: transparent;
  word-break: break-all;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.none {
  display: none;
}

.contain {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.arial {
  font-family: Arial;
}

/*侧边弹出懒*/
nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

nav .layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(10px) !important;
}

nav .nav {
    background-color: #2ebae9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10002;
    width: 3.2rem;
    
    overflow-y:auto;
}

nav .nav .accordion {
    margin-top:1.04rem;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: .8rem;
    
}

nav .nav .accordion .menu {
    padding-bottom: .2rem;
    padding-left: .96rem;
}

nav .nav .accordion .menu span, nav .nav .accordion .menu span a {
    display: inline-block;
    margin-bottom: .125rem;
    color: #fff;
    font-size: .28rem;
}

nav .nav .accordion .menu span a {
    margin-bottom: 0;
}

nav .nav .accordion .sub {
    display: none;
    margin-top: .15rem;
}

nav .nav .accordion .sub li {
    padding-bottom: .2rem;

}

nav .nav .accordion .sub li a {
    color: #fff;
    font-size: .24rem;
    opacity: .8;
}

/*头部*/

.header {
  height: .88rem;
  line-height: .88rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header .a-fh {
  position: absolute;
  left: 0;
  top: 0;
}

.header .a-fh img {
  width: .17rem;
  vertical-align: middle;
}

.header .a-logo {
  position: absolute;
  left: 0;
  top: 0;
}

.header p {
  font-size: .3rem;
  text-align: center;
  color: #000;
}

.header .a-logo img {
  width: 2.08rem;
  vertical-align: middle;
}

.header .pop {
  position: absolute;
  right: 0;
  top: 0;
}

.header .pop img {
  width: .36rem;
}

.header .a_text {
  display: block;
  float: right;
  box-sizing: border-box;
  width: .48rem;
  height: .4rem;
  line-height: .4rem;
  border: 1px solid #fff;
  text-align: center;
  font-size: .24rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: .7rem;
  margin: auto;
  bottom: 0;
}

.main {
  padding: .88rem 0 1.56rem;
  width: 100%;
}

.footer {
  width: 6.4rem;
  height: 1rem;
  z-index: 111;
  background-color: #2ebae9;
  overflow: hidden;
  position: fixed;
  bottom:0;
  left:0;
}

.footer a {
    float: left;
    width: 25%;
    display: inline-block;
    font-size: .22rem;
    color: #ffffff;
    height: 100%;
    text-align: center;
}

.footer a p {
    font-size: .22rem;
}

.footer a h2 {
    height: .6rem;
    line-height: .6rem;
}

.footer a img {
    vertical-align: middle;
        position: relative;
    top: .05rem;
}

.footer .act {
    background-color: #0091c1;
}

.footer a:nth-child(1) img {
    width: .46rem;
}

.footer a:nth-child(2) img {
    width: .48rem;
}

.footer a:nth-child(3) img {
    width: .37rem;
}

.footer a:nth-child(4) img {
    width: .39rem;
}


.con-zong {
  margin: .3rem 0 0;
}

.con-zong a {
  display: block;
  height: 1.8rem;
  margin: 0 0 .1rem;
}

.con-zong a div {
  height: 100%;
}

.con-zong a .d1 {
  width: 2rem;
  text-align: center;
  color: #ffffff;
  font-size: .32rem;
  padding: .65rem .3rem 0;
  background-color: #1fb9eb;
}

.con-zong a .d2 {
  width: 3.9rem;
}

.con-zong a .d2 img {
  width: 100%;
  height: 100%;
}

.ban .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #1fb9eb;
  background-color: transparent;
  border-radius: 50%;
 
  transition: .4s;
  cursor: pointer;
  opacity: 1;
  bottom: 0;
}

.ban .swiper-container .swiper-pagination-bullet-active {
  background-color: #1fb9eb;
  width: 12px;
  height: 12px;
  border-color: #1fb9eb;
}

.ban .swiper-container-horizontal>.swiper-pagination-bullets,
.ban .swiper-pagination-custom,
.ban .swiper-pagination-fraction {
  bottom: 5px;
}
.ban .swiper-button-prev{
  
}
.ban .swiper-button-next,.ban .swiper-button-prev {
  width:.17rem;
  height:.32rem;    
  background-size: 100% 100%;
}
