* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: white;
}
html {
  font-size: 50px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.66666667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.26666667px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
body {
  min-width: 320px;
  max-width: 750px;
  background-color: white;
  margin: 0 auto;
}
body .menu_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body .menu_box .menu_main {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  height: 100%;
  background-color: white;
}
body .menu_box ul li {
  padding: 0 0.6rem;
  width: 100%;
  height: 1.68rem;
  box-sizing: border-box;
  text-align: center;
}
body .menu_box ul li a {
  display: block;
  border-bottom: 0.02rem solid #ccc;
  font-size: 0.64rem;
  color: #999;
  line-height: 1.68rem;
}
body .menu_box ul li:nth-of-type(1) {
  height: 2.2rem;
  padding-top: 0.72rem;
  padding-left: 5.76rem;
}
body .menu_box ul li:nth-of-type(1) .menu_exit {
  width: 0.64rem;
  height: 0.64rem;
  background: url('/skin/images/phone/menu_exit.png') no-repeat;
  background-size: 0.64rem 0.64rem;
}
body .menu_box ul li:nth-of-type(2) a {
  color: red;
  font-weight: 700;
}
body .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-bottom: 0.02rem solid #e60012;
  z-index: 100;
}
body .header .rd {
  float: left;
  width: 5.32rem;
  height: 1.6rem;
  background-color: #E60012;
  border-radius: 1.6rem;
  margin-top: 0.3rem;
}
body .header .rd a {
  display: block;
  width: 100%;
  height: 100%;
}
body .header .rd a .rd_logo {
  display: inline-block;
  width: 1.28rem;
  height: 1.36rem;
  background: url('/skin/images/phone/rdlogo.png') no-repeat;
  background-size: 1.28rem 1.36rem;
  vertical-align: middle;
  margin-left: 0.4rem;
}
body .header .rd a span {
  font-size: 0.72rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: white;
}
body .header .zx {
  float: left;
  width: 4.2rem;
  height: 1.6rem;
  background-color: #F1F1F1;
  border-radius: 1.6rem;
  margin-top: 0.3rem;
  margin-left: 0.4rem;
}
body .header .zx a {
  display: block;
  width: 100%;
  height: 100%;
}
body .header .zx a .zx_logo {
  display: inline-block;
  width: 0.84rem;
  height: 0.9rem;
  background: url('/skin/images/phone/zxlogo.png') no-repeat;
  background-size: 0.84rem 0.9rem;
  vertical-align: text-bottom;
  margin-left: 0.36rem;
}
body .header .zx a span {
  font-size: 0.6rem;
  line-height: 1.6rem;
  font-weight: 200;
  color: #666;
}
body .header #menu {
  float: right;
  width: 1.68rem;
  height: 1.28rem;
  margin-top: 0.4rem;
  border-radius: 0.1rem;
  background: rgba(204, 204, 204, 0.2) url('/skin/images/phone/menu.png') no-repeat center center;
  background-size: 0.96rem 0.96rem;
}
body .main {
  padding: 0 0.6rem;
  padding-top: 2.18rem;
}
body .main p {
  line-height: 2;
  text-indent: 2em;
  font-weight: 200;
  font-size: 0.52rem;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
body .main .pstyle {
  font-weight: 700;
  font-size: 0.56rem;
  line-height: 1.6;
}
body .main .qustion1 {
  border-left: 2px solid #6cdf79;
  border-right: 2px solid #6cdf79;
  border-bottom: 2px solid #6cdf79;
  padding-bottom: 0.6rem;
  margin-top: 0.8rem;
}
body .main .qustion1::before {
  display: block;
  content: '';
  width: 13.8rem;
  height: 0.64rem;
  background: url('/skin/images/wenti/question/tab1.gif') no-repeat;
  background-size: 13.8rem 0.64rem;
}
body .main .qustion1 .qustab {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion1 .qustab img {
  float: left;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion1 .qustab .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #99ca8c;
}
body .main .qustion1 .qustab .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #6cdf79;
  color: #6cdf79;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion1 .resp {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion1 .resp img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion1 .resp .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #f6cb71;
}
body .main .qustion1 .resp .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #f6cb71;
  color: #f6cb71;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion2 {
  border-left: 2px solid #6a8fcd;
  border-right: 2px solid #6a8fcd;
  border-bottom: 2px solid #6a8fcd;
  padding-bottom: 0.6rem;
  margin-top: 0.8rem;
}
body .main .qustion2::before {
  display: block;
  content: '';
  width: 13.8rem;
  height: 0.64rem;
  background: url('/skin/images/wenti/tab2.gif') no-repeat;
  background-size: 13.8rem 0.64rem;
}
body .main .qustion2 .qustab {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion2 .qustab img {
  float: left;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion2 .qustab .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #99ca8c;
}
body .main .qustion2 .qustab .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #6cdf79;
  color: #6cdf79;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion2 .resp {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion2 .resp img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion2 .resp .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #f6cb71;
}
body .main .qustion2 .resp .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #f6cb71;
  color: #f6cb71;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion3 {
  position: relative;
  border: 2px solid #6a8fcd;
  padding-bottom: 0.6rem;
  margin-top: 0.8rem;
}
body .main .qustion3 .mty {
  width: 1.72rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
body .main .qustion3 .qustab {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion3 .qustab img {
  float: left;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion3 .qustab .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #99ca8c;
}
body .main .qustion3 .qustab .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #6cdf79;
  color: #6cdf79;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion3 .resp {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion3 .resp img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion3 .resp .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #f6cb71;
}
body .main .qustion3 .resp .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #f6cb71;
  color: #f6cb71;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion4 {
  border: 2px solid #6a8fcd;
  padding-bottom: 0.6rem;
  margin-top: 0.8rem;
}
body .main .qustion4 .qustab {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion4 .qustab img {
  float: left;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion4 .qustab .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #99ca8c;
}
body .main .qustion4 .qustab .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #6cdf79;
  color: #6cdf79;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion4 .resp {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion4 .resp img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion4 .resp .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #f6cb71;
}
body .main .qustion4 .resp .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #f6cb71;
  color: #f6cb71;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion5 {
  position: relative;
  border: 2px solid #6a8fcd;
  padding-bottom: 0.6rem;
  margin-top: 0.8rem;
  margin-bottom: 2.8rem;
}
body .main .qustion5 .mty {
  width: 1.72rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
body .main .qustion5 .qustab {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion5 .qustab img {
  float: left;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion5 .qustab .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #99ca8c;
}
body .main .qustion5 .qustab .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #6cdf79;
  color: #6cdf79;
  font-size: 0.64rem;
  font-weight: 700;
}
body .main .qustion5 .resp {
  position: relative;
  width: 100%;
  height: 2.2rem;
  padding: 0 0.6rem;
  margin: 0.48rem 0;
  box-sizing: border-box;
}
body .main .qustion5 .resp img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  height: 1.88rem;
  border-radius: 50%;
  border: 0.16rem solid #fff;
  box-shadow: #cccccc 0 0.12rem 0.12rem;
}
body .main .qustion5 .resp .bor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.52rem;
  float: left;
  width: 50%;
  border: 1px dashed #f6cb71;
}
body .main .qustion5 .resp .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  width: 1.44rem;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #f6cb71;
  color: #f6cb71;
  font-size: 0.64rem;
  font-weight: 700;
}
body .about {
  height: 7.56rem;
  background-color: white;
  margin-top: 0.4rem;
  padding: 0 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
body .about h3 {
  font-size: 0.6rem;
  color: #e60012;
  padding: 0.4rem 0;
}
body .about .ab_info {
  float: left;
  width: 50%;
  height: 100%;
}
body .about .ab_info .ab_name {
  font-size: 0.64rem;
  margin-top: 0.4rem;
}
body .about .ab_info .ab_phone {
  margin-top: 0.32rem;
}
body .about .ab_info .ab_phone img {
  width: 0.64rem;
  height: 0.64rem;
  vertical-align: -20%;
}
body .about .ab_info .ab_phone span {
  font-size: 0.48rem;
}
body .about .ab_info .ab_qq img {
  width: 0.64rem;
  height: 0.64rem;
  vertical-align: -20%;
}
body .about .ab_info .ab_qq span {
  font-size: 0.48rem;
}
body .about .ab_info .ab_email img {
  width: 0.64rem;
  height: 0.64rem;
  vertical-align: -20%;
}
body .about .ab_info .ab_email span {
  font-size: 0.48rem;
}
body .about .ab_ewm {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
}
body .about .ab_ewm img {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0.4rem 0;
}
body .about .ab_ewm p {
  font-size: 0.48rem;
  margin-top: -0.34rem;
}
body .bot_bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  border-top: 1px solid #F5F5F5;
}
body .bot_bar ul {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .bot_bar ul li {
  float: left;
  flex: 1;
  height: 100%;
  background-color: #e60012;
  text-align: center;
}
body .bot_bar ul li:nth-child(5) {
  flex: 2;
  background-color: white;
}
body .bot_bar ul li:nth-child(5) .bar_text {
  display: inline-block;
}
body .bot_bar ul li:nth-child(5) .bar_text img {
  float: left;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.36rem;
}
body .bot_bar ul li:nth-child(5) .bar_text p {
  float: left;
  font-size: 0.52rem;
  color: #333;
  line-height: 2rem;
  margin-left: 0.12rem;
}
body .bot_bar ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
body .bot_bar ul li a img {
  width: 0.96rem;
  height: 0.96rem;
  margin-top: 0.2rem;
}
body .bot_bar ul li a p {
  font-size: 0.44rem;
  color: white;
}
