@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/* 方正兰亭黑简体 */
@font-face {
  font-family: FZLTHGBK;
  src: url('http://files.offcn.com/font/FZLTHGBK.TTF');
}

/* 方正兰亭粗黑简体 */
@font-face {
  font-family: FZLTCHGBK;
  src: url('http://files.offcn.com/font/FZLTCHGBK.TTF');
}

/*方正兰亭特黑简体*/
@font-face {
  font-family: FZLTTHJGBK;
  src: url('http://files.offcn.com/font/FZLTTHJGBK.TTF');
}

body,
html {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 720px;
  background: #FFFFFF;
  font-family: 'FZLTHJW';
  position: relative;
  font-size: .18rem;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
}

img {
  border: none;
  max-width: 100%;
  width: auto\9;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

input,
textarea,
select {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  vertical-align: middle;
  color: #333;
  font-family: 'FZLTHJW';
}

select {
  border: inherit;
  background: inherit;
}

a {
  text-decoration: none;
  color: #333;
}

em,
i {
  font-style: normal;
}

a:focus,
input,
select {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.clearfix:after {
  content: "\200B";
  display: block;
  clear: both;
  height: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'FZLTHJW';
}

p,
ul,
ol {
  margin: 0;
}

img {
  vertical-align: top;
}

.inner {
  padding: 0 .1rem;
  height: 100%;
}

/**  公共样式  END   **/

.d_f {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.fw_w {
  flex-wrap: wrap;
}

.fd_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* 主轴 */
.jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.jc_fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.jc_fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.jc_sr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* 主轴侧轴对齐 */
.jcai_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*侧轴*/
.ai_fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ai_fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ai_fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.ai_bl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

main {
  display: block;
  padding-top: .5rem;
  padding-bottom: .68rem;
}


/*  end */

/* header */
.header {
  height: .5rem;
  background: #fff;
  padding: 0 .1rem;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  max-width: 750px;
}

.logo {
  display: block;
  float: left;
  width: 2.2rem;
  position: relative;
  margin-top: .05rem;
}

.headTel {
  display: block;
  float: right;
  padding-left: .32rem;
  color: #333;
  height: .5rem;
  line-height: .6rem;
  font-weight: bold;
  background: url(../images/headTel.png) no-repeat left center;
  background-size: .24rem auto;
}

/* footer */
footer {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  z-index: 999999;
}

footer a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  height: .68rem;
  line-height: .68rem;
}

footer a em {
  color: #fff;
  padding-left: .5rem;
  background: no-repeat left center;
  background-size: contain;
}

.footerTel {
  background: #1b1b1b;
}

.footerTel em {
  background-image: url(../images/footerTel.png);
}

.footerOnline {
  background: #f20202;
}

.footerOnline em {
  background-image: url(../images/footeronline.png);
}