﻿@charset "utf-8";


/************* Reset CSS *************/
/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset,iframe, lengend, label, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

h1 ,h2 ,h3 ,h4, h5, h6 { font-size: 100%;font-family: 微软雅黑 }

address, cite, dfn, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }


/* 重置文本格式元素 */
a { text-decoration: none;}

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img, button{ border: none;}
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

img, iframe, table, form{ vertical-align: middle;}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/************* Reset CSS *************/
.clearfix::after,.clearfix::before{
    display: table;
    content: "";
}
.clearfix::after{
    overflow: hidden;
    clear: both;
}
.clearfix{*zoom:1}

 .fl{float:left;}
 .fr{float:right;}

body{
    overflow-x: hidden;
font-family: 微软雅黑;
}

.content {
    width: 7rem;
    margin: 0 auto;
}
.content>div{
    font-size: .36rem;
    color: #333333;
    text-align: center;
    padding-top: .15rem;
    padding-right: .4rem;
}
.main {
    margin: .88rem 0 .98rem;
    padding-bottom: .4rem;
}
.header {
    background-color: #fff;
    height: .74rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e6e6e6;
}
.header .content {
    position: relative;
    height: .88rem;
}
.header .content .logo {
    width: 1.48rem;
    position: absolute;
    top: .22rem;
    left: .2rem;
}
.header .content span {
    display: inline-block;
    width: .35rem;
    height: .3rem;
    background: url("../img/_nav_03.png") no-repeat center;
    background-size: cover;
    position: absolute;
    right: .8rem;
    top: .27rem;
}
.router {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    height: .98rem;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}
.router ul li {
    float: left;
    width: 1.25rem;
    text-align: center;
}
.router ul li p {
    font-size: .22rem;
    color: #4c4c4c;
    padding-top: .05rem;
}
.router ul li span {
    display: block;
    width: .44rem;
    height: .44rem;
    margin-left: .42rem;
    /* margin-top: -70rem; */
    padding-top: -1rem;
    margin-top: .12rem;
}
.router ul li span.span1 {
  background: url("../image/router_1_03.jpg") no-repeat center;
  background-size: cover;
}
.router ul li span.span1.current {
  background: url("../image/index_1_03.jpg") no-repeat center;
  background-size: cover;
}
.router ul li span.span2 {
  background: url("../image/index-2_03.jpg") no-repeat center;
  background-size: cover;
}
.router ul li span.span2.current {
  background: url("../image/router_2_03.jpg") no-repeat center;
  background-size: cover;
  color: #008cd6;
}
.router ul li span.span3 {
  background: url("../image/index-3_03.jpg") no-repeat center;
  background-size: cover;
}
.router ul li span.span3.current {
  background: url("../image/router_3_03.jpg") no-repeat center;
  background-size: cover;
  color: #008cd6;
}
.router ul li span.span4 {
  background: url("../image/idnex-4_03.jpg") no-repeat center;
  background-size: cover;
}
.router ul li span.span4.current {
  background: url("../image/router_4_03.jpg") no-repeat center;
  background-size: cover;
  color: #008cd6;
}
.router ul li span.span5 {
  background: url("../image/index-5_03.jpg") no-repeat center;
  background-size: cover;
}
.router ul li span.span5.current {
  background: url("../image/router_5_03.jpg") no-repeat center;
  background-size: cover;
  color: #008cd6;
}
.inside-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: .88rem;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #e6e6e6;
}
.inside-header .content {
    position: relative;
    text-align: center;
}
.inside-header .content ._back {
    position: absolute;
    top: .22rem;
    left: 0;
    display: inline-block;
    width: .26rem;
    height: .42rem;
    background: url("../img/2-5tijian-xq-back_03.jpg") no-repeat center;
    background-size: cover;
}
.inside-header .content .logo {
    width: 1.73rem;
    margin-top: .22rem;
}
.inside-header .content ._nav {
    display: inline-block;
    width: .4rem;
    height: .34rem;
    background: url("../img/_nav_03.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: .22rem;
    right: 0;
}
#nav {
    position: fixed;
    top: .72rem;
    right: 0;
    z-index: 9999;
    width: 3.2rem;
    background-color: rgba(51, 51, 51, 0.94);
    display: none;
}
#nav .par > a {
    color: #fff;
    font-size: .21rem;
    height: .67rem;
    line-height: .67rem;
    text-align: center;
    border-bottom: 1px solid #4d4d4d;
    display: block;
}
#nav .par ul {
    display: none;
}
#nav .par ul .child a {
    color: #999;
    font-size: .2rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    border-bottom: 1px solid #4d4d4d;
    display: block;
}
.back {
  position: fixed;
  right: 0;
  bottom: 2.06rem;
  z-index: 100;
}
.back li {
  display: none;
  text-align: center;
  width: 1.2rem;
  height: 1rem;
  border-top-left-radius: .06rem;
  border-bottom-left-radius: .06rem;
  background-color: #2399de;
  overflow: hidden;
  padding-top: .1rem;
  position: relative;
}
.back li i{
  color: #fff;
  font-size: .2rem;
  position: absolute;
  top: .15rem;
  right: .42rem;
}
.back li span {
  color: #fff;
  font-size: .2rem;
}
.back li a {
  display: block;
  width: .32rem;
  margin: 0 auto;
  margin-top: .04rem;
}
.back li a.span1 {
  height: .33rem;
  background: url("../image/phone_03.png") no-repeat center;
  background-size: cover;
}
.back li a.span2 {
  width: .52rem;
  height: .44rem;
  background: url("../image/shop_car_03.png") no-repeat center;
  background-size: cover;
  margin-top: .06rem;
}
.back li a.span3 {
  height: .26rem;
  background: url("../image/fanhui_03.png") no-repeat center;
  background-size: cover;
  margin-top: .09rem;
}
.show {
  width: .88rem;
  height: .88rem;
  background: url("../image/jia_03.png") no-repeat center;
  background-size: cover;
  position: fixed;
  right: 0;
  bottom: 1.18rem;
  z-index: 100;
  opacity:.5;
}
.show.current {
  background: url("../image/index_jian_03.png") no-repeat center;
  background-size: cover;
}
