
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html, body {
  height: 100%;
} 
body {
  position: relative;
  margin: 0 auto;
  max-width:7.5rem;
  padding: 0; 
  font-size: 0.14rem;
  font-family: Arial, "Microsoft Yahei", "宋体";
  background-color: #f5f5f5;
  color: #4c4c4c;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}
.header {
  height:.8rem;
  line-height:.8rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: #f0f0f0 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.main {
  width:100%;
  position: relative;
  top: 0;
  margin-bottom: 1rem;
  max-width: 7.5rem;
  width: 100%;
  height: 100%;
}


.main1{
  width:100%;
  height:auto;
  position:absolute;
  top:.8rem;/*top值为header的高*/
  bottom:1.05rem;/*bottom值为footer的高*/
  overflow-y:scroll;
  -webkit-overflow-scrolling:touch;
}
.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

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: 7rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.arial {
  font-family: Arial;
}


/*头部*/


.header .a-fh {
  position: absolute;
  left: 0;
  top: 0;
}

.header .a-fh img {
  width: 1.72rem;
  vertical-align: middle;
}

.header .a-logo {
  position: absolute;
  left: 0;
  top: 0;
}

.header p {
  font-size: .36rem;
  text-align: center;
  color: #fff;
}

.header .a-logo img {
  width: .61rem;
  vertical-align: middle;
}

.header .pop {
  position: absolute;
  right: 0;
  top: 0;
}

.header .pop img {
  width: .55rem;
  vertical-align: middle;
}

.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;
}

.fixed .ul {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.fixed .ul ul {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fixed .ul li {
  float: left;
  width: 33.3%;
  height: 100%;
  padding-top: .15rem;
  font-size: .24rem;
  color: #666666;
  text-align: center;
  
}


.fixed .ul span {
  display: block;
  text-align: center;
}
.fixed .ul  li  div span:nth-child(2) {
  padding-top: .05rem;
  /*text-transform: uppercase;*/
  
  font-size: .24rem;
}
.fixed .ul i {
  font-size: .4rem;
}

.fixed .ul a {
  color: #666666;
  display: block;
}
.fixed  a div{
  color: #7d7d7d;
}
.fixed .active {
  color: #b32a32;
}


/*首页轮播小圆点的样式*/
.ban .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ffc168;
  background-color:#fff;
  border-radius: 50%;
 
  transition: .4s;
  cursor: pointer;
  opacity: 1;
  bottom: 0;
}

.ban .swiper-container .swiper-pagination-bullet-active {
  background-color: #ffc168;
  width: 30px;
  height: 12px;
  border-color: #ffc168;
  border-radius: 10px;
}

.ban .swiper-container-horizontal>.swiper-pagination-bullets,
.ban .swiper-pagination-custom,
.ban .swiper-pagination-fraction {
  bottom: 5px;
}
.ban .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 2.5px;
}


/*点击上一篇下一篇的公共样式*/
.shangxia{
  margin-top:.22rem;
  padding: 0 .2rem;
  font-size: .22rem;
  color: #fff;
  opacity: 0.7;
}
.shangxia p:first-child{
  margin-bottom:.22rem;
}
.shangxia p:first-child a{
  color: #999;
}
.shangxia p:first-child+p a{
  color: #0664bb;
}
/*地图样式*/
#allmap {
  width:100%;
  height: 3.2rem;
  margin:0rem auto .18rem;
}
#allmap .BMap_bubble_content{
  width: 4.5rem!important;
}
.BMap_mask {
  background: url(../img/adr_02.png)!important;
  background-size: 100% 100%;
  opacity: .38!important;
}
.anchorBL{
  display: none;
}
/*文字显示2行超出隐藏*/
.line_clamp2{
  display: -moz-box;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
/*文字显示3行超出隐藏*/
.line_clamp3{
  display: -moz-box;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.gray_line{
  width: 100%;
  height: .1rem;
  background-color: #f5f5f5;
}
@font-face { 
  font-family:AppleChancery; 
  src: url('../img/apple_chancery.ttf'); 
} 