@charset "utf-8";
/* CSS Document */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: "微软雅黑";
  font-size: 12px;
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0 auto;
  padding: 0;
  /*background:#f7f7f7;*/
  height: 100%;
  max-width: 750px;
}
i {
  font-weight: bold;
  font-style: normal;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
a,
a:active {
  text-decoration: none;
  background: none;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: underline;
}
ul li {
  list-style: none;
  ist-style-type: none;
}

img {
  border: none;
}
strong {
  font-weight: bold;
}
.red,
.red a {
  color: #bf0412;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  overflow: hidden;
  clear: both;
}
.text-center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.center {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.vertical {
  vertical-align: center;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.swiper-slide img {
  width: 100%;
}
.container {
  width: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
button {
  cursor: pointer;
}
.blue {
  color: #199be7;
}
.yellow {
  color: #fff600;
}
input,
button,
textarea,
select {
  outline: none;
  border: none;
  font-family: "Microsoft YaHei";
  background: transparent;
  font-size: 14px;
}
/*dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd*/
#banner .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#header {
  width: 100%;
  padding: 0 3%;
  font-size: 0;
  height: 1.5rem;
  line-height: 1.2rem;
  background: #fff;
}
#header .logo {
  overflow: hidden;
  width: 100%;
}
#header .logo_n {
  overflow: hidden;
  width: 100%;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
}
#header .logo img {
  display: block;
  padding-right: 0.1rem;
  margin-top: 0.25rem;
  padding-top: 0.1rem;
  height: 0.5rem;
  float: left;
}

#header .logo2 {
  width: 6.3rem;
  font-size: 0.35rem;
  color: #000;
}
#header .logo2 img {
  display: block;
  padding-right: 0.1rem;
  margin-top: 0.25rem;
  padding-top: 0.1rem;
  height: 0.5rem;
  width: 0.5rem;
  float: left;
}

#header .menu2 img {
  height: 0.3rem;
}
.menu {
  width: 100%;
  overflow: hidden;
}
.menu ul li {
  height: 0.6rem;
  float: left;
  width: 33.33%;
  display: block;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.menu ul li a {
  display: block;
  text-align: center;
  background: #2b2c2c;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
  color: #fff;
}
.menu ul li a:hover {
  background: #0aa4eb;
  text-decoration: none;
}
.about {
  width: 90%;
  margin: 0.2rem auto;
  font: normal normal 0.25rem/0.4rem "微软雅黑", sans-serif;
  overflow: hidden;
}
.about img {
  max-width: 100%;
  margin-top: 10px;
}
.product {
  overflow: hidden;
  margin: 0.2rem auto;
  padding: 0.1rem 0 0.3rem;
  width: 100%;
}
.product_in {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.product_title {
  background: url(../images/bg.jpg) bottom center no-repeat;
  text-align: center;
  color: #000;
  margin: 0.2rem auto;
  font: normal normal 0.35rem/0.65rem "微软雅黑", sans-serif;
}
.product_con {
  overflow: hidden;
}
.product_con ul li {
  width: 50%;
  float: left;
  padding: 0 2%;
}
.product_con ul li a img {
  width: 100%;
  border: 1px solid #000;
  height: 130px;
}
.product_con ul li h1 {
  font: normal normal 0.25rem/0.7rem "微软雅黑", sans-serif;
  color: #000;
}
.product_con ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font: normal normal 0.25rem/0.4rem "微软雅黑", sans-serif;
}
.index_title {
  background: url(../images/bg.jpg) bottom center no-repeat;
  font: normal normal 0.35rem/0.65rem "微软雅黑", sans-serif;
  color: #252525;
  text-align: center;
  margin: 0.2rem auto;
}
.product_in {
  width: 100%;
}
.product_in_con {
  overflow: hidden;
}
.product_in_con ul li {
  width: 50%;
  float: left;
  padding: 0 2%;
  margin: 0.1rem auto;
}
.product_in_con ul li h1 {
  font: normal normal 0.3rem/0.65rem "微软雅黑", sans-serif;
  height: 0.65rem;
  overflow: hidden;
}
.product_in_con ul li a img {
  width: 100%;
  border: 1px solid #fff;
  height: 130px;
}
.product_in_con ul li a {
  display: block;
  color: #000;
  text-align: center;
  font: normal normal 0.25rem/0.4rem "微软雅黑", sans-serif;
}
.video {
  overflow: hidden;
  margin: 0.2rem auto 0.3rem;
  width: 100%;
}
.video_con {
  width: 100%;
}
.video_con img {
  width: 100%;
}

.news {
}
.page-news {
  width: 100%;
  margin-top: 0.1rem;
  padding: 0.2rem 5%;
}

.category {
  width: 100%;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.category ul li {
  display: block;
  background: #e3e3e3;
  padding: 0 0.2rem;
  margin: 0.2rem 0.1rem 0;
  height: 0.5rem;
  float: left;
  font: normal normal 0.25rem/0.5rem "微软雅黑", sans-serif;
  color: #fff;
  border-radius: 5px;
}
.inside_banner {
  width: 100%;
  overflow: hidden;
}
.inside_banner img {
  display: block;
  width: 100%;
}
.secret {
  width: 100%;
  overflow: hidden;
}
.secret ul {
}
.secret ul li {
  width: 49.5%;
  float: left;
  display: block;
}
.secret ul li h1 {
  border: 1px solid #000;
  width: 30%;
  float: left;
  height: 0.6rem;
  margin-top: -1px 0 0 -1px;
  text-align: center;
  color: #000;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
}
.secret ul li h2 {
  border: 1px solid #000;
  width: 70%;
  float: left;
  height: 0.6rem;
  margin-top: -1px 0 0 -1px;
  text-align: center;
  color: #0060ff;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
}
.secret ul li h2 a {
  color: #0060ff;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
}

.page-news .list:before,
.page-news .list:after {
  content: " ";
  display: table;
}
.page-news .list:after {
  clear: both;
}
.page-news .list .pic {
  float: left;
  width: 2.3rem;
  height: 1.6rem;
  overflow: hidden;
  position: relative;
}
.page-news .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-news .list .text {
  padding: 0 0.2rem;
}
.page-news .list .text .title {
  font-size: 0.3rem;
  height: 0.4rem;
  overflow: hidden;
}
.page-news .list .text .title a {
  font-weight: bold;
}

.page-news .list .text .more {
  color: #0b0b0b;
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.page-news .d-title {
  font-size: 0.3rem;
  text-align: center;
}
.page-news .d-other {
  color: #666;
  text-align: center;
}
.page-news .d-other span {
  margin: 0 0.04rem;
}
.page-news .d-content {
  text-align: left;
  margin-top: 0.2rem;
}

.yuanxiao {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0;
  background: #f7f7f7;
}
.yuanxiao h1 {
  text-align: center;
  font: normal bold 0.5rem/0.8rem "微软雅黑", sans-serif;
  color: #666;
  width: 100%;
}
.yuanxiao h2 {
  text-align: center;
  font: normal normal 0.35rem/0.5rem "微软雅黑", sans-serif;
  color: #d28400;
}
.yuanxiao a {
  width: 30%;
  margin: 0.2rem 1.66%;
  display: block;
  float: left;
}
.yuanxiao a img {
  width: 100%;
  display: block;
}
.yuanxiao ul {
  display: block;
  float: left;
  overflow: hidden;
}
.yuanxiao ul li {
  display: block;
  margin: 0.2rem 1%;
  float: left;
  width: 18%;
}
.yuanxiao ul li a {
  width: 100%;
  margin: 0;
  text-align: center;
  display: block;
}
.yuanxiao ul li a img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.yuanxiao ul li a h3 {
  text-align: center;
}
.baoming {
  background: url(../images/bg3.jpg) top center no-repeat;
  padding: 0.5rem 1rem;
  width: 100%;
}
.baoming form {
  padding-top: 0.2rem;
  width: 100%;
  text-align: center;
  margin: 0 auto 0.3rem;
  color: #fff;
}
.baoming form .phone2 {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 0.15rem;
  color: #7a7a7a;
  border-radius: 5px;
  width: 90%;
  font-size: 0.2rem;
}
.baoming form input {
  height: 0.6rem;
  padding: 0 5%;
}
.baoming form .submit2 {
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 90%;
  font-size: 0.3rem;
  background: #fa4152;
  font-weight: 600;
  color: #fff;
}
.image {
  float: left;
  width: 30%;
  display: block;
  padding-left: 1rem;
}
.image img {
  width: 1.5rem;
  height: 0.9rem;
}
#footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #ccc;
  text-align: center;
}
#footer li {
  float: left;
  text-align: center;
  width: 50%;
  border-right: 1px solid #666;
  background: #262626;
}
#footer li a {
  display: block;
  color: #fff;
  font-size: 0;
  padding-top: 0.2rem;
  height: 1.3rem;
}
#footer li a img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 0.45rem;
  height: 0.45rem;
}
#footer li a h1 {
  color: #fff;
  font: normal normal 0.28rem/0.5rem "微软雅黑", sans-serif;
}
#footer2 {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  height: 1rem;
  border-top: 1px solid #ccc;
  text-align: center;
}
#footer2 .footer_b_l {
  background: #ff9320;
  width: 50%;
  float: left;
}
#footer2 .footer_b_l a {
  color: #fff;
  font: normal normal 0.4rem/1rem "微软雅黑", sans-serif;
}
#footer2 .footer_b_r {
  background: #e5004f;
  width: 50%;
  float: right;
}
#footer2 .footer_b_r a {
  color: #fff;
  font: normal normal 0.4rem/1rem "微软雅黑", sans-serif;
}

.message-form {
  padding-top: 0.2rem;
}
.inside_title {
  overflow: hidden;
  width: 90%;
  margin: 0.2rem auto;
}
.inside_title h1 {
  color: #000;
  float: left;
  background: url(../images/L.png) left center no-repeat;
  background-size: 8%;
  padding-left: 0.2rem;
  font: normal bold 0.3rem/1rem "微软雅黑", sans-serif;
}
.inside_title h2 a {
  color: #ff8a01;
  float: right;
  background-size: 8%;
  padding-left: 0.2rem;
  font: normal normal 0.2rem/1rem "微软雅黑", sans-serif;
}
.inside_title h2 {
  color: #5c5c5c;
  float: right;
  background-size: 8%;
  padding-left: 0.2rem;
  font: normal normal 0.2rem/1rem "微软雅黑", sans-serif;
}
.about_inside {
  margin-bottom: 0.5rem;
}

.wrapper {
  width: 100%;
  padding: 0 5% 0.5rem;
}

.page-single .m-title .en {
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #f8b332;
}
.page-single .m-title .dash {
  width: 0.44rem;
  height: 1px;
  margin: 0 auto;
  margin-top: 0.05rem;
  background: #f8b332;
}
.m-content img {
  max-width: 100%;
}
.page-product .list-wrapper {
  margin-left: -0.3rem;
}
.page-product .list-wrapper:before,
.page-product .list-wrapper:after {
  content: " ";
  display: table;
}
.page-product .list-wrapper:after {
  clear: both;
}
.page-product .list-box {
  float: left;
  width: 50%;
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
}
.page-product .list {
  border-radius: 0.15rem;
}
.page-product .list .pic {
  border: solid 1px #e3e1e1;
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  position: relative;
}
.page-product .list .pic img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-product .list .title {
  text-align: center;
  font-size: 0.24rem;
  color: #4c4b4b;
}
.page-news .list {
  margin-bottom: 0.3rem;
  border-bottom: 1px dashed #999;
  padding: 0.25rem;
  /*border-radius:10px;*/
}
.page-news .list:before,
.page-news .list:after {
  content: " ";
  display: table;
}
.page-news .list:after {
  clear: both;
}
.page-news .list .pic {
  float: left;
  width: 2.8rem;
  height: 1.8rem;
  overflow: hidden;
  position: relative;
}
.page-news .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-news .list .text {
  padding: 0 0.2rem;
  float: left;
  width: 78%;
}
.page-news .list .time {
  width: 22%;
  float: left;
  height: 1.5rem;
  background: #8e8f8f;
  text-align: center;
}
.page-news .list .time h1 {
  padding-top: 0.2rem;
  color: #fff;
  font: normal normal 0.4rem/0.5rem "微软雅黑", sans-serif;
}
.page-news .list .time h2 {
  padding-top: 0.1rem;
  color: #fff;
  font: normal normal 0.25rem/0.5rem "微软雅黑", sans-serif;
}
.page-news .list .text .title {
  overflow: hidden;
}
.page-news .list .text .title a {
  font-weight: bold;
  font-size: 0.3rem;
  height: 0.5rem;
  color: #000;
  line-height: 0.5rem;
}
.page-news .list .text .date {
  color: #000;
  font-size: 0.24rem;
  text-align: left;
}
.page-news .list .text .sale {
  border: 1px solid #090;
  width: 1rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #090;
  text-align: center;
  height: 0.4rem;
}

.page-news .list .text .desc {
  margin-top: 0.05rem;
  text-align: left;
  height: 0.72rem;
  width: 100%;
  line-height: 0.36rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-news .list .text .desc2 {
  margin-top: 0.05rem;
  text-align: left;
  color: #f00;
  height: 0.52rem;
  font-weight: bold;
  font-size: 0.3rem;
  width: 100%;
  line-height: 0.36rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-news .list .text .more {
  color: #0b0b0b;
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
.page-news .d-title {
  font-size: 0.3rem;
  text-align: center;
}
.page-news .d-other {
  color: #666;
  text-align: center;
}
.page-news .d-other span {
  margin: 0 0.04rem;
}
.page-news .d-content {
  text-align: left;
  margin-top: 0.2rem;
}
.page-message form {
  font-size: 0.24rem;
}
.page-message form .field-ctl {
  margin-bottom: 0.25rem;
}
.page-message form label {
  text-align: right;
  width: 1rem;
  float: left;
  height: 0.6rem;
  line-height: 0.6rem;
}
.page-message form .input-ctl {
  width: 5rem;
  margin-left: 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.05rem;
  border: solid 1px #ccc;
  padding: 0 0.2rem;
}
.page-message form #feedback {
  height: 1.8rem;
}
.page-message form .btn {
  display: inline-block;
  width: 2.4rem;
  height: 0.66rem;
  border-radius: 0.05rem;
  line-height: 0.64rem;
  margin-left: 1.2rem;
  text-align: center;
  background: #f8b332;
  color: #fff;
}
.backtotop {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 0.72rem;
  height: 0.72rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/common/back.png");
  bottom: 1.4rem;
  right: 0.4rem;
}
.page-index {
  font: 12px/1.5 "microsoft yahei", tahoma, arial, "Hiragino Sans GB",
    "\5b8b\4f53", sans-serif;
  height: 100%;
}
.page-index .wrapper {
  margin: 0 0.25rem;
}
.page-index .menu-list {
  position: absolute;
  font-size: 0.24rem;
  left: -2.4rem;
  min-height: 100%;
  padding: 0.2rem 0;
  background: #f7f7f7;
}
.page-index .menu-list a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  width: 2.4rem;
  text-align: center;
  color: #333;
  background: #f7f7f7;
  text-decoration: none;
}
.page-index .menu-in .menu-list {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0;
}
.page-index .menu-in .swiper-container {
  -webkit-transform: translate(2.4rem, 0);
  -ms-transform: translate(2.4rem, 0);
  transform: translate(2.4rem, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-index .menu-out .menu-list {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: -2.4rem;
}
.page-index .menu-out .swiper-container {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-index .main {
  overflow: hidden;
  height: 100%;
}
.page-index .loading {
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
}
.page-index .loading:before {
  display: table;
  content: "";
}

.nux-pagination {
  margin-top: 0.2rem;
  color: #333;
  text-align: center;
}
.nux-pagination .num {
  display: inline-block;
  min-width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  margin: 0 0.08rem;
  border-radius: 0.06rem;
  border: 1px solid #d9d9d9;
  color: #222;
}
.nux-pagination .prev,
.nux-pagination .next,
.nux-pagination .current {
  display: inline-block;
  min-width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  margin: 0 0.08rem;
  border-radius: 0.06rem;
  border: 1px solid #d9d9d9;
  color: #222;
}
.nux-pagination .prev,
.nux-pagination .next {
  padding: 0 0.1rem;
}
.nux-pagination .current {
  background: #0aa4eb;
  border-color: #0aa4eb;
  color: #fff;
}
.dividing {
  height: 0.3rem;
  background: #ececec;
  width: 100%;
}
.huxing {
  width: 90%;
  margin: 0 5% 0.2rem;
  background: #fff;
  padding: 0.5rem 0;
}
.huxing_t {
  height: 1rem;
  margin-top: 0.5rem;
}
.huxing_t h1 {
  font-size: 0.5rem;
  font-weight: bold;
}

.huxing_t h2 {
  font-size: 0.5rem;
}
.huxing_con ul {
  overflow: hidden;
}
.huxing_con ul li {
  width: 2.6rem;
  display: block;
  margin: 0 0.2rem;
  float: left;
}
.huxing_con ul li a {
  display: block;
}
.huxing_con ul li a img {
  display: block;
  width: 2.6rem;
  height: 2.3rem;
}
.huxing_con ul li a h1 {
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.5rem;
  width: 100%;
}
.bottom_bq {
  padding-top: 0.1rem;
  height: 1.3rem;
  line-height: 0.6rem;
  margin-bottom: 1.4rem;
  text-align: center;
  background: #f7f7f7;
}
.bottom_bq h1 {
  line-height: 0.5rem;
  font-size: 0.3rem;
}
.bottom_bq a {
  font-size: 0.2rem;
  line-height: 0.5rem;
}
/*-------------------------------------------------------------------------------------*/
.inside_left {
  overflow: hidden;
  width: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol.hashTabber-nav,
ol.hashTabber-data {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.hashTabber-data > li {
  display: none;
}
ol.hashTabber-data > li.active {
  display: block;
}
section.page-content {
  max-width: 48rem;
  margin: auto;
}
section.example {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.page-footer {
  max-width: 48rem;
  margin: auto;
  padding: 4.5rem 0 1.5rem;
}
a.fake-button {
  color: #fff;
  background-color: #00b464;
  line-height: 2rem;
  padding: 0 0.5rem;
  display: inline-block;
  text-decoration: none;
  border-bottom: 0.125rem solid #095;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
a.fake-button:hover {
  background-color: #4cca92;
  border-color: #095;
}
a.fake-button.fake-button-big {
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0 0.75rem;
}
nav.page-main-navigation {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 2;
  font-size: 1rem;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
nav.page-main-navigation:target {
  right: 10rem;
}
nav.page-main-navigation:target a.open {
  display: none;
}
nav.page-main-navigation:target a.close {
  display: block;
}
nav.page-main-navigation ol {
  height: auto;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
}
nav.page-main-navigation ol li {
  display: block;
}
nav.page-main-navigation ol li a {
  width: 10rem;
}
nav.page-main-navigation ol li:last-child a {
  border-bottom: 0.125rem solid #095;
  -webkit-border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  -ms-border-radius: 0 0 0 0.25rem;
  -o-border-radius: 0 0 0 0.25rem;
  border-radius: 0 0 0 0.25rem;
}
nav.page-main-navigation a {
  color: #fff;
  background-color: #00b464;
  line-height: 2rem;
  padding: 0 0.5rem;
  display: block;
  text-decoration: none;
  text-align: left;
}
nav.page-main-navigation a:hover {
  background-color: #4cca92;
}
nav.page-main-navigation a.close,
nav.page-main-navigation a.open {
  top: 0;
  right: 0;
  position: absolute;
  border-bottom: 0.125rem solid #095;
  -webkit-border-radius: 0 0 0 0.25rem;
  -moz-border-radius: 0 0 0 0.25rem;
  -ms-border-radius: 0 0 0 0.25rem;
  -o-border-radius: 0 0 0 0.25rem;
  border-radius: 0 0 0 0.25rem;
}
nav.page-main-navigation a.close {
  display: none;
}
.hashTabber-sandstone-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  vertical-align: top;
  background-color: #fff;
  padding: 0;
}
ol.hashTabber-nav.hashTabber-sandstone,
ol.hashTabber-data.hashTabber-sandstone {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 375px) {
  ol.hashTabber-nav.hashTabber-sandstone {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    vertical-align: top;
    overflow-y: scroll;
    float: left;
  }
}

ol.hashTabber-nav.hashTabber-sandstone {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*display: inline-block;*/
  width: 100%;
  display: inline-block;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;

  float: left;
  vertical-align: top;
  margin-bottom: 0.75rem;
}
.hashTabber-sandstone-wrapper > h2 {
}
.clearleft {
  width: 25%;
  height: 100%;
  background-color: #fff;
}
.clearleft h2 {
  width: 100%;
  float: left;
  height: 1rem;
  font: normal normal 0.25rem/0.5rem "微软雅黑", sans-serif;
  text-transform: uppercase;
  padding: 0.15rem 0.1rem;
  color: #443c37;
}
.clearleft > h2 img {
  width: 0.5rem;
}

ol.hashTabber-nav.hashTabber-sandstone > h2 {
  font: normal normal 0.25rem/0.5rem "微软雅黑", sans-serif;
  text-transform: uppercase;
  padding: 0.15rem 0.1rem;
  color: #443c37;
}

ol.hashTabber-nav.hashTabber-sandstone > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ol.hashTabber-nav.hashTabber-sandstone > li:not(:first-child) {
  border-top: 1px solid #999;
}
ol.hashTabber-nav.hashTabber-sandstone > li.active a {
  background-color: #f7f7f7;
  color: #199be7;
}
ol.hashTabber-nav.hashTabber-sandstone > li.active a:hover {
  background-color: #f7f7f7;
  color: #199be7;
}
ol.hashTabber-nav.hashTabber-sandstone > li > a {
  display: block;
  padding: 0.1rem;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font: normal normal 0.3rem/0.6rem "微软雅黑", sans-serif;
}
ol.hashTabber-nav.hashTabber-sandstone > li > a:hover {
  background-color: #443c37;
  border-color: #0c0a09;
}
ol.hashTabber-nav.hashTabber-sandstone > li > a {
  /*	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
	border-radius: 0.25rem*/
}
ol.hashTabber-data.hashTabber-sandstone {
  display: flex;
  width: 75%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  vertical-align: top;
  background-color: #f7f7f7;
  padding: 0.2rem;
  min-height: 20rem;
}

ol.hashTabber-data.hashTabber-sandstone {
  vertical-align: top;
}

ol.hashTabber-data.hashTabber-sandstone > li h3 {
  font: normal bold 0.3rem/0.6rem "微软雅黑", sans-serif;
  border-bottom: 1px solid #666;
  padding-left: 0.3rem;
  background: url(../images/icon_11.png) left center no-repeat;
}
ol.hashTabber-data > li article h3 {
  font: normal bold 0.3rem/0.6rem "微软雅黑", sans-serif;
  color: #000;
}
ol.hashTabber-data > li article > ul > li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #999;
  padding: 0.2rem 0.1rem;
}
ol.hashTabber-data > li article > ul > li a {
  display: block;
}
ol.hashTabber-data > li article > ul > li a img {
  display: block;
  float: left;
  margin-right: 0.15rem;
  width: 1.8rem;
}
ol.hashTabber-data > li article > ul > li a h4 {
  float: left;
  font: normal bold 0.3rem/0.6rem "微软雅黑", sans-serif;
}
ol.hashTabber-data > li article > ul > li h5 {
  border: 1px solid #199be7;
  color: #199be7;
  float: left;
  width: 1rem;
  display: block;
  height: 0.4rem;
  text-align: center;
  font: normal normal 0.2rem/0.4rem "微软雅黑", sans-serif;
}
ol.hashTabber-data > li article > ul > li h6 {
  float: left;
  width: 2.5rem;
  overflow: hidden;
  display: block;
  height: 0.5rem;
  text-align: center;
  color: #666;
  font: normal normal 0.25rem/0.5rem "微软雅黑", sans-serif;
}
/*-------------------------------------------------------------------------------------*/

.inside_left .in_yuanxiao {
  width: 100%;
  padding: 0.05rem;
}
.inside_left .in_yuanxiao ul {
  overflow: hidden;
}
.inside_left .in_yuanxiao ul li {
  width: 32%;
  float: left;
  margin: 0.04rem;
  padding: 0.2rem 0;
  text-align: center;
  background-color: #fff;
}
.inside_left .in_yuanxiao ul li a img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 1.2rem;
}
.inside_left .in_yuanxiao ul li a h1 {
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
}

#tab {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#tab .tabList {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#tab .tabList h2 {
  width: 1rem;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
  float: left;
}
#tab .tabList ul {
  width: 5rem;
  float: right;
}
#tab .tabList ul li {
  float: left;
  background: #fff;
  padding: 0;
  line-height: 0.6rem;
  width: 1.5rem;
  text-align: center;
  margin-left: -1px;
  position: relative;
  cursor: pointer;
}
#tab .tabCon {
  position: relative;
  justify-content: space-around;
  left: -1px;
  top: 10px;
  border-top: none;
  width: 100%;
  min-height: 2.5rem;
}
#tab .tabCon div {
  display: block;
  position: fixed;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
#tab .tabCon div h1 {
  float: left;
  padding: 0 0.2rem;
  font: normal normal 0.25rem/0.6rem "微软雅黑", sans-serif;
  display: block;
  margin: 0.1rem 0.1rem;
  background: #ebebeb;
}
#tab .tabList li.cur {
  border-bottom: 3px solid #f60;
  background: #fff;
}
#tab .tabCon div.cur {
  opacity: 1;
  filter: alpha(opacity=100);
}

.online-test-content {
  width: 94%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.2rem;
  padding: 5% 0;
}
.online-test-content .chose-items {
  margin-bottom: 0.4rem;
}
.online-test-content .chose-items .chose-title {
  font-size: 0.25rem;
  color: #333;
  padding-left: 0.3rem;
}
.online-test-content .chose-items .chose-li {
  padding-left: 5%;
}
.online-test-content .chose-items .chose-li li {
  font-size: 0.2rem;
  color: #333;
  width: 25%;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
  margin-left: 2.5%;
  margin-right: 2.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.online-test-content .chose-items .chose-li li.active {
  background: #f47243;
  color: #fff;
  border: 1px solid #f47243;
}
