html,
body {
  width: 100%;
  color: #333;
  margin: 0;
  height: 100%;
  font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

html {
  font-size: 13.3333333333vw !important;
}


.right-menu{
  position: absolute;
  background: #c0ae72;
  z-index: 100;
  right: 0;
  top: 1.99rem;
  margin-top: 1px;
  width: 3rem;
}

.right-menu a{
  color: #fff;
}
.right-menu a.active{
  color: #086ff5;
}
.right-menu li {
  width: 3rem;
  line-height: .7rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.right-menu li:last-child {
  border-bottom: none;
}


.category-container {
  margin: 0 0.13rem;
}
.category-title {
  color: #333;
  font-size: .4rem;
  font-weight: bold;
  text-align: center;
  margin: .25rem 0;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px !important;
  }
}

a {
  text-decoration: none;
  color: #000;
}

a,
label,
button,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #f0f0f0;
  color: #333;
  max-width: 750px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #08acee;
}

button {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

ul li {
  list-style: none;
}

a {
  color: #333;
}

.inner {
  margin: .14rem;
  padding: .2rem;
  background: #fff;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}


.flex2 {
  display: flex;
}

.flex2-1 {
  flex: 1;
}


.divHeight {
  width: 100%;
  height: 10px;
  background: #f5f7fc;
  position: relative;
  overflow: hidden;
}

.r-line {
  position: relative;
}

.r-line:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #d9d9d9;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.b-line {
  position: relative;
}

.b-line:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 20px;
  width: 90%;
  height: 1px;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.aui-arrow {
  position: relative;
  padding-right: 0.8rem;
  color: #d5a376;
  font-size: 0.85rem;
}

.aui-arrow span {
  font-size: 0.8rem;
  color: #9b9b9b;
}

.aui-arrow:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #d5a376;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
  border-radius: 1px;
}

.aui-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  position: relative;
}

.aui-flex-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #333;
}


/* 必要布局样式css */

.aui-navBar {
  background: #fff;
  font-size: 0.24rem;
}

.aui-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.3rem 0.2rem;
}

.aui-head .logo {
  width: 1.75rem;
  /* height: 0.56rem; */
}

.aui-head .logo-zjjx {
  width: 4.75rem;
  /* height: 0.56rem; */
}

.aui-head .text {}

.aui-head .text img {
  width: 0.26rem;
  height: 0.23rem;
  display: inline-block;
  margin-right: 3px;
  margin-left: 6px;
}

.nav-more {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.aui-nav>ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #c0ae72;
  padding: 0 0.2rem;
  position: relative;
}

.aui-nav>ul li {
  flex-grow: 0;
  /* padding: 0 0.1rem; */
}

.rr-invisbility {
  visibility: hidden;
}


/* .aui-nav ul li>ul {
    transition: height 0.5s;
    position: absolute;
    width: 2.35rem;
    z-index: 99;
    right: 0rem;
    height: 0;
    overflow: hidden;
}

.aui-nav ul li>ul.sel {
    height: auto;
}

.aui-nav ul li>ul li {
    width: 2.35rem;
    height: 0.8rem;
    background: #c0ae72;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.aui-nav ul li>ul li a {
    display: block;
    color: #fff;
} */

.aui-nav>ul>li.active {
  position: relative;
}

.aui-nav>ul>li.active>a {
  border-bottom: 2px solid #fff;
}

.aui-nav>ul>li>a {
  line-height: 1.8em;
  display: inline-block;
  color: #fff;
  font-size: 0.24rem;
  padding: 0 2px;
}

.m-slider {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 90px #0000003b;
}

.m-slider .slider-item>img {
  width: 100%;
  height: 4rem;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  position: relative;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.slider-item {
  width: 100%;
  height: 4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
}

.slider-item img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

.slider-pagination {
  text-align: right;
  position: absolute;
  width: 100%;
  z-index: 2;
  right: 0;
  bottom: 10px;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-pagination>.slider-pagination-item {
  margin: 0 0.1rem;
  width: 0.6rem;
  height: 3px;
  display: inline-block;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slider-pagination>.slider-pagination-item.slider-pagination-item-active {
  background-color: #fff;
  width: 0.6rem;
}

.aui-part {
  background: #fff;
  margin: 0.13rem 0.13rem 0;
}

.aui-part .stit {
  font-size: 0.26rem;
  color: #210600;
  text-align: center;
  margin-bottom: 0.55rem;
}

.title {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  height: 1.42rem;
  line-height: 1.2rem;
  background: url(../images/tit-bg.jpg) center 0.85rem no-repeat;
  background-size: 2.78rem 0.23rem;
}

.part1 ul {
  display: flex;
  flex-wrap: wrap;
}

.part1 li {
  width: 3.4rem;
  height: 2.5rem;
  margin: 0.18rem 0 0 0.18rem;
}

.part1 li .box-border {
  border: 1px solid #c0ae72;
  border-radius: 4px;
  width: 3.34rem;
  height: 1.84rem;
}

.part1 li img {
  width: 2.7rem;
  height: 1.83rem;
  display: block;
  margin: 0 auto;
}

.part1 li p {
  font-size: 0.24rem;
  text-align: center;
  height: 2.8em;
  line-height: 2.8em;
  font-weight: 600;
}

.part2 img {
  width: 100%;
}

.part2.mar-pading {
  margin-bottom: 0.3rem;
  padding-bottom: 0.54rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}

.part3 ul {
  display: flex;
  flex-wrap: wrap;
}

.part3 li {
  width: 3.4rem;
  height: 2.5rem;
  margin: 0.18rem 0 0 0.18rem;
}

.part3 li img {
  width: 3.35rem;
  height: 1.85rem;
}

.part3 li p {
  font-size: 0.24rem;
  text-align: center;
  height: 2.8em;
  line-height: 2.8em;
  font-weight: 600;
}

.part4 {
  background: #f0f0f0;
}

.part4 ul li {
  margin-bottom: 0.13rem;
  padding: 0.17rem;
  background: #fff;
}

.part4 li {
  height: 2.4rem;
}

.part4 ul li a {
  display: block;
  height: 2.4rem;
  position: relative;
}

.part4 li img {
  height: 2.4rem;
}

.part4 li p {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.28rem;
  background: rgba(39, 69, 125, 0.9);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-weight: 600;
}

.part5 {}

.part5 li {
  border-bottom: 1px solid #ccc;
  padding: 0.16rem;
}

.part5 li:last-child {
  border: none;
}

.part5 li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.part5 li img {
  width: 2.18rem;
  height: 1.23rem;
}

.part5 .text {
  width: 4.45rem;
}

.part5 li h3 {
  color: #333;
  font-size: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.part5 li p {
  color: #666;
  font-size: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.part6 {
  padding: 0.15rem;
}

.part6 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem 0;
}

.part6 ul li {
  width: 3.27rem;
  height: 1.48rem;
  margin: 0 0.1rem 0.15rem;
  border-radius: 0.04rem;
  box-shadow: 0 0 12px #ccc;
  overflow: hidden;
}

.part6 img {
  width: 3.27rem;
  height: 1.48rem;
}

.part8 ul {
  background: #f0f0f0;
}

.part8 li {
  background: #fff;
  margin-bottom: 0.06rem;
  padding: 0.2rem 0.16rem;
  border-radius: 0.06rem;
}

.part8 li:last-child {
  margin-bottom: 0;
}

.part8 li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.part8 li img {
  width: 1.63rem;
  height: 2.04rem;
}

.part8 .text {
  width: 5.1rem;
  max-height: 2.4rem;
  overflow: hidden;
  margin-top: -0.15rem;
}

.part8 li h3 {
  height: 0.42rem;
  line-height: 0.42rem;
  color: #333;
  font-size: 0.26rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.part8 li h3 span {
  font-weight: normal;
}

.part8 li p {
  color: #666;
  font-size: 0.22rem;
}

.aui-footer {
  margin-top: 0.14rem;
  padding-bottom: 0.45rem;
}

.aui-footer1 {
  padding-bottom: 0;
}

.info-wrap {
  background: #c0ae72;
  color: #fff;
  font-size: 0.26rem;
  padding: 0.3rem .2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  line-height: 1.6em;
}

.info-wrap .text a {
  color: #fff;
}

.info-wrap img {
  width: 1.47rem;
  height: 0.59rem;
  margin-bottom: 0.12rem;
}

.info-wrap .text {
  border-top: 2px solid #fff;
  padding-top: 0.2rem;
}

.aui-footer-fixed {
  width: 100%;
  background: #1f2c5c;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
}

.aui-footer-fixed ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
}

.aui-footer-fixed ul li {
  width: 33.33%;
  text-align: center;
}

.aui-footer-fixed img {
  width: 0.5rem;
  height: 0.45rem;
  display: inline-block;
  position: relative;
  top: 0.14rem;
}

.aui-footer-fixed .center {
  position: relative;
}

.aui-footer-fixed .center:before {
  position: absolute;
  width: 2px;
  height: 0.3rem;
  content: "";
  background: #fff;
  top: 0.3rem;
  left: 0;
  z-index: 99;
}

.aui-footer-fixed .center:after {
  position: absolute;
  width: 2px;
  height: 0.3rem;
  content: "";
  background: #fff;
  top: 0.3rem;
  right: 0;
  z-index: 99;
}

.aui-footer-fixed a {
  color: #fff;
}


/*课程培训*/

.descript {
  padding: 0.12rem;
  padding-bottom: 0.3rem;
  padding-top: 0.17rem;
  position: relative;
}

.descript::before {
  content: "";
  position: absolute;
  right: 0.06rem;
  top: 0.07rem;
  width: 0;
  height: 0;
  border-top: 1rem solid #ba7c55;
  border-left: 1rem solid transparent;
}

.descript p {
  border: 1px solid #ba7c55;
  padding: 0.34rem;
  font-size: 0.18rem;
  line-height: 1.8em;
  text-indent: 2em;
}

.part9 {
  padding: 0.25rem 0.46rem 0.35rem;
}

.part9 .line {
  margin: .7rem auto .5rem;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(left, #fff 10%, #333 50%, #fff 90%);
}

.part9 .certificate {
  border: 1px dashed #333;
  font-size: 0.26rem;
  padding: 0.4rem 0.5rem;
  margin: 0.35rem 0.05rem 0;
  line-height: 1.6em;
  border-radius: 4px;
}

.part9 .certificate ol {
  color: #666;
}

.part9 .certificate h3 {
  color: #210600;
  font-size: 0.36rem;
  line-height: 1.6em;
  margin-bottom: 0.06rem;
}

.part9 .certificate ol {
  padding-left: 0.2rem;
}

.part9>h3 {
  color: #210600;
  font-size: 0.36rem;
  text-align: center;
  margin: 0.55rem 0;
  line-height: 1.5em;
}

.part9>h3 span {
  font-size: 0.26rem;
  display: block;
  font-weight: normal;
  line-height: 1.2em;
}

.part10 {
  padding: 0.1rem 0.45rem 0.5rem;
}

.part11 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.15rem;
}

.part11 li {
  margin-bottom: 0.15rem;
  padding: 0.09rem 0.08rem 0.14rem;
  background: #c0ae72;
}

.part11 li:nth-child(2n) {
  padding-left: 0;
}

.part11 img {
  width: 3.35rem;
  height: 3.92rem;
  border-radius: 0.04rem;
}

.part12 h3 {
  color: #210600;
  font-size: 0.42rem;
  text-align: center;
  line-height: 1.5em;
}

.part12 {
  padding: 0.5rem 0.14rem;
}

.part12 .stit {
  font-size: 0.28rem;
  color: #210600;
}

.part13 {
  padding: 0.4rem 0.1rem;
}

.part13 h3 {
  color: #210600;
  font-size: 0.42rem;
  text-align: center;
  line-height: 1.5em;
}

.part13 .stit {
  font-size: 0.28rem;
  color: #210600;
}

.part13>img {
  width: 96%;
  margin: 0 auto;
}

.part13 .students {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.45rem;
}

.part13 .students li {
  width: 2.72rem;
  height: 1.25rem;
  font-size: 0.26rem;
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0.2rem;
  margin-left: 0.15rem;
}

.part13 .students img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.15rem;
}


/*集团介绍*/

.abuot-wrap {
  margin: 0.14rem;
  color: #333;
  font-size: 0.24rem;
  background: #fff;
  padding: 0.4rem 0.35rem;
}

.abuot-wrap p {
  text-indent: 2em;
  line-height: 1.8em;
  padding: 0 0.05rem;
}

.abuot-wrap .address {
  color: #101010;
  margin-top: 0.4rem;
  line-height: 1.8em;
}

.abuot-wrap .address .row {
  margin-top: 0.1rem;
}

#container {
  width: 6.48rem;
  height: 3.72rem;
  margin: 0.25rem auto;
  overflow: hidden;
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}


/*证书查询*/

.certificate {
  margin: 0.25rem 0.14rem;
  background: #fff;
  font-size: 0.24rem;
  padding: 0.35rem;
  position: relative;
}

.certificate1 {
  min-height: 7.45rem;
}

.certificate h2 {
  font-size: 0.5rem;
  text-align: center;
  line-height: 1.8em;
  margin-top: 0.15rem;
}

.certificate .search {
  width: 6.14rem;
  height: 0.8rem;
  border: 1px solid #c0ae72;
  border-radius: 0.06rem;
  font-size: 0.28rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.45rem auto;
}

.certificate .search input {
  width: 4.87rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: none;
  text-align: center;
  outline: none;
}

.certificate .search button {
  width: 1.18rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  background: #c0ae72;
  outline: none;
  border: 0;
}

.certificate dl {
  font-size: 0.22rem;
  line-height: 1.8em;
  padding: 0 0.2rem;
  color: #999;
}

.certificate dt {
  line-height: 2em;
  font-weight: 600;
}

.certificate .bottom {
  text-align: center;
  color: #999;
  font-size: .24rem;
  line-height: 1.8em;
  position: absolute;
  bottom: .5rem;
  left: 0;
  width: 100%;
}

.news-wrap {
  margin: 0.14rem;
  color: #333;
  font-size: 0.22rem;
  background: #fff;
  padding: .16rem;
}

.news-wrap ul li {
  display: flex;
  justify-content: space-between;
  padding: .2rem 0;
  border-bottom: 1px solid #e9e9e9;
}

.news-wrap li img {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  width: 2.2rem;
  height: 1.24rem;
}

.news-wrap li div {
  padding-left: .24rem;
  width: 4.5rem;
}

.news-wrap li div h1 {
  width: 100%;
  display: inline-block;
  font-size: .24rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-wrap li div p {
  width: 100%;
  font-size: .22rem;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-detail .news-content {
  padding: .4rem;
  margin: .14rem;
  overflow: hidden;
  font-size: .22rem;
  font-family: Optima-Regular, \ PingFangTC-light;
  background: #fff;
  padding-bottom: .7rem;
}

.news-detail .news-content .next {
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px solid #e9e9e9;
}

.news-content p {
  text-indent: 2em;
  font-size: .22rem;
  line-height: 1.5;
}

.news-content img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .4rem auto;
}

.news-content .tit {
  font-size: .26rem;
  color: #0c61AE;
  text-align: center;
  margin-bottom: .28rem;
}

.news-content .time {
  font-size: .22rem;
  color: #666;
  text-align: center;
  margin-bottom: .3rem;
}

.cert-query .slider-wrapper {
  width: 7.5rem;
  height: 7.5rem;
}

.cert-query .slider-item {
  height: 7.5rem;
}

.cert-query .slider-wrapper img {
  height: 7.5rem;
}

.result-info p {
  font-size: .24rem;
  color: #000;
  line-height: 1.8em;
  font-weight: bold;
}

.sku ul {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e9e9e9;
  height: .6rem;
}

.sku ul li {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  height: .56rem;
  width: 1.4rem;
}

.sku ul li.cur {
  border-bottom: 4px solid #c0ae72;
  color: #c0ae72;
}

.sku-item {
  font-size: .24rem;
  color: #000;
  margin-top: .64rem;
}

.sku1 p {
  font-weight: bold;
  line-height: 1.8em;
}

.sku1 .label {
 width: 7rem;
    text-align: left;
}

.sku2 p {
  font-size: .22rem;
  color: #333;
  line-height: 1.8;
  text-indent: 2em;
}

.sku2,
.sku3 {
  display: none;
}

.sku3 h2 {
  font-size: .28rem;
  border-left: 3px solid #c0ae72;
  padding-left: .2rem;
  margin-bottom: .4rem;
}

.sku3 .notice {
  background: #f0f0f0;
  padding: .32rem;
}

.sku3 div {
  background-size: 100%;
}

.sku3 .com {
  padding-left: .75rem;
  line-height: .3rem;
  background-size: .3rem .3rem;
  font-size: .24rem;
}

.sku3 .notice p {
  font-size: .22rem;
  color: #666;
  line-height: 1.8em;
  margin-bottom: .32rem;
}

.lc {
  margin-left: .2rem;
}

.lc p {
  height: .5rem;
  padding-left: .55rem;
  border-left: 1px solid #c0ae72;
  margin: .18rem .15rem;
}

.lc p:last-child {
  border: none;
}

.sku .title,
.result-info .title {
  background: none;
}

ul.menu {
  display: none;
  position: absolute;
  left: -.5rem;
  top: .81rem;
  width: 1.9rem;
}

ul.menu li {
  margin: 0;
  background: #c0ae72;
}

ul.menu li a {
  text-align: center;
  font-size: .24rem;
  color: #fff;
  display: block;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  border-bottom: 1px solid #372A00;
}


/* ul.menu li a:link {
    color: #1F2c5c;
}

ul.menu li a:hover {
    color: #1F2c5c;
}

ul.menu li a:active {
    color: #1F2c5c;
} */


/* ul.menu li a:visited {
    color: #1F2c5c;
} */

ul.menu li.menu-active a {
  color: #1F2c5c;
}

.open {
  display: block;
}

.content1-8 {
  background: #fff;
  padding-bottom: .3rem;
}

.content1-8 .title {
  background: none;
}

.content1-8 p.time {
  font-size: .24rem;
  margin: .38rem 0 .28rem;
  color: #999;
}

.content1-8 ul li {
  margin-bottom: .16rem;
  position: relative;
}

.content1-8 ul li .tit {
  font-size: .36rem;
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: .4rem;
  margin-bottom: .36rem;
}

.content1-8 ul li>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content1-8 .left-tip {
  margin-left: .54rem;
  margin-top: .36rem;
  font-size: .22rem;
  color: #333;
}

.content1-8 .right-tip {
  margin-left: 4.03rem;
  margin-top: .36rem;
  font-size: .22rem;
  color: #333;
}

.content1-8 ul li p {
  line-height: .37rem;
}

.content9 {
  padding-left: .54rem;
  padding-top: 1px;
  margin: .36rem auto;
  /* width: 7.22rem; */
  height: 4.46rem;
  background: url(./../images/watch/3.png) no-repeat center;
  background-size: 100%;
}

.content9 .tit {
  font-size: .38rem;
  margin: 0.52rem 0 .3rem;
}

.content9 .sort-line {
  width: .6rem;
  height: .04rem;
  background: #000;
}

.content9 .tip {
  margin-top: .3rem;
}

.content9 .tip p {
  font-size: .22rem;
  line-height: .48rem;
}

.cert {
  padding-top: .5rem;
}

.cert p {
  font-size: .38rem;
  text-align: center;
  margin: .3rem auto;
}

.cert .desc {
  font-size: .22rem;
  color: #666;
  margin-bottom: .52rem;
  text-align: center;
}

.watchrepair .sub-tit {
  text-align: center;
  font-size: .26rem;
  color: #000;
  font-weight: bold;
}

.watchrepair .watchrepair-desc p {
  font-size: .26rem;
  color: #333;
  line-height: .56rem;
  text-align: center;
}

.watchrepair {
  margin: 0 auto;
  width: 7.22rem;
  height: 11.63rem;
  background: url(./../images/watchrepair/jh.jpg) no-repeat center;
  background-size: 100%;
}

.watchrepair-btm {
  margin: 0 auto;
  margin-top: .44rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  padding: .3rem;
  box-sizing: border-box;
  font-size: .26rem;
  color: #fff;
  width: 6.70rem;
  height: 2.9rem;
  background: url(./../images/watchrepair/30_bj.png) no-repeat center;
  background-size: 100%;
}

.watchrepair-btm p {
  width: 100%;
}

.ask {
  background: #fff;
  margin: .3rem auto;
  padding: .48rem 0;
}

.ask div {
  padding: .1rem .3rem 0;
  font-size: .28rem;
  display: flex;
  align-items: center;
  background: #DCD8CA;
  margin: .3rem;
  border-radius: .1rem;
}

.ask img {
  width: 1.05rem;
  height: 1.05rem;
}

.kecheng p {
  font-size: .24rem;
  color: #333;
  line-height: .4rem;
}

.kecheng {
  padding: .3rem;
  background: #DCD8CA;
}

.kecheng section {
  padding: .3rem;
  border: 1px dashed #c0ae72;
  border-radius: .26rem;
}

.kecheng .title {
  background: url(./../images/tit-bg.png) center 0.85rem no-repeat;
  background-size: 2.78rem 0.23rem;
}

.sk-model {
  padding: .56rem .2rem;
  font-size: .26rem;
  color: #fff;
}

.sk-model p {
  margin: .3rem 0;
  padding: 0 .3rem;
  display: flex;
  align-items: center;
}

.sk-model p.one {
  background: url(./../images/watchrepair/ms_1.png) no-repeat;
  height: 1.25rem;
  background-size: contain;
}

.sk-model p.two {
  background: url(./../images/watchrepair/ms_2.png) no-repeat;
  height: 1.75rem;
  background-size: contain;
}

.sk-model p.three {
  background: url(./../images/watchrepair/ms3.png) no-repeat;
  height: 2.17rem;
  background-size: contain;
}

.sk-model p.four {
  background: url(./../images/watchrepair/ms_4.png) no-repeat;
  height: 1.27rem;
  background-size: contain;
}

.wine-part3 {
  padding: .3rem 0;
}

.wine-part3 ul li {
  width: 6.34rem;
  height: 1.24rem;
  padding: 0 .3rem 0 1.43rem;
  font-size: .28rem;
  box-sizing: border-box;
  margin: 0rem auto;
  margin-bottom: .32rem;
  display: flex;
  align-items: center;
}

.text-center {
  display: flex;
  align-items: center;
}

.wine-part5 {
  padding: .3rem;
}

.wine-part5 ul li {
  border-bottom: 1px solid #E8e8e8;
  padding-bottom: .14rem;
  margin-bottom: .18rem;
  font-size: .24rem;
}

.wine-part5 li h1 {
  margin-bottom: .12rem;
}

.wine-part6 {
  padding: .3rem 0;
}

.wine-part6 img {
  width: 5.18rem;
  height: 1.09rem;
  margin: .3rem auto;
}

.wine-part6 ul {
  margin-top: .34rem;
}

.wine-part6 li {
  font-size: .22rem;
  height: .72rem;
  box-sizing: border-box;
  width: 6.7rem;
  margin: .3rem auto;
  text-align: center;
}

.wine-part6 li p {
  text-align: center;
  line-height: 0.72rem;
}

.wine-part6 li:nth-child(2n+1) {
  background: #D8d8d8;
}

.wine-part6>div {
  width: 6.7rem;
  margin: .4rem auto;
  font-size: .24rem;
  box-sizing: border-box;
  padding: .8rem .3rem 0;
  color: #666;
}

.wine-part6>div h1 {
  font-size: .34rem;
  color: #000;
}

.wine-part6>div p {
  line-height: 1.8;
}

.part6-2 {
  text-align: left;
  height: 2.94rem;
  background: url(./../images/wine/part2.png) no-repeat center;
  background-size: contain;
}

.part6-3 {
  text-align: right;
  height: 3.11rem;
  background: url(./../images/wine/part3.png) no-repeat center;
  background-size: contain;
}

.part6-4 {
  text-align: left;
  height: 2.95rem;
  background: url(./../images/wine/part4.png) no-repeat center;
  background-size: contain;
}

.part6-5 {
  width: 2rem;
  text-align: right;
  height: 3.35rem;
  background: url(./../images/wine/part5.png) no-repeat center;
  background-size: contain;
}