/*
- * @description: 全站基础样式（css初始化+头部+底部）
- * @author: swallow
- * @update: name (2019-07-05 18:00)
- * @tips: 请勿轻易修改
- */

body{
  background: #FFF;
}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,strong,input,span{
  list-style: none;
  text-indent: 0;

  font-weight: normal;
}
a,a:link,a:hover,a:active{
  color: #353535;
  text-decoration: none;
  font-size: .7rem;
}

.swiper-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: block;
  background: transparent;
  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;*/
}
.content {
 top: 3rem;
}
.content-block {
    padding: 0;
    margin: 0;

}
/* 悬浮客服 */
.suspend {
  width: 3rem;
  position: fixed;
  right: 3vw;
  bottom: 18vh;
  text-align: center;
  z-index: 9000;
}
.suspend a {
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-top: .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: .25rem;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  color: #666;
  box-shadow: #ccc 0px 0px 5px;
}
.suspend i{
  font-size: 1.1rem;
}
.suspend p {
  font-size: .4rem;
  margin-top: -.25rem;
}
.header-group{
  position: relative;
  z-index: 50;
  width: 100%;
  /*height: 4.3rem;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: .1rem solid #a57261;
  /*-webkit-box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);
  -moz-box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);
  box-shadow: 0 .1rem .1rem rgba(0,0,0,.1);*/
}
.top-line {
    position: relative;
    background-color:#e6c6b4;
    height: 2.1rem;
    line-height: 2.1rem;
    width:100%;
    text-align:center;
    font-size: .6rem;
}
    .top-line i {
       position: absolute;
       top: 0;
       right: 0;
       width: 2.1rem;
       height: 2.1rem;
       line-height: 2.1rem;
       text-align: center;
       font-size: .8rem;
    }
.menu-group {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  background-color: #FFF;

  height: 2.8rem;
  /*! overflow: hidden; */
  position: relative;
}
.menu-group div,
.menu-group > a{
  text-align: center;
}
.header-group .icon-box{
  width: 2.3rem;
  height: 2.65rem;
  line-height: 2.75rem;
  font-size: 1rem;
  flex-shrink: 0;

  /*! margin-top: -1.05rem; */
}
.header-group .crd-logo20{
  /*! display: block; */
  /*! width: 100%; */
  /*! color: #CD924F; */
  /*font-size: 1.5rem;*/
  /*font-size: 4.5rem;*/
	left: 150px!important
}
/* 底部 */
.section-footer{
  width: 100%;
  min-height: 13.75rem;
  background-color: #6a6762;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*! padding: 1.5rem; */
  /*! margin-top: 1.5rem; */
  padding-bottom: 20px;
}
.footer-menu-group{
  margin-bottom: .75rem;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
.footer-menu-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  /*! border-bottom: 1px solid #DCDCDC; */
  margin-bottom: .25rem;
  line-height: 40px;
  color: #fff;
}
.footer-menu-title div{
  font-size: .8rem;
}
.footer-menu-title span{
  font-size: 1.1rem;
}
.footer-menu-list{
  display: none;
}
.footer-menu-list a{
  display: block;
  color: #666;
  padding: .55rem 0;
  font-size: .7rem;
  color: #fff;
  padding-left: 10px;
  border-bottom: #8b8785 solid 1px;
}
.tel-group{
  text-align: center;
  margin-bottom: .5rem;
}
.tel-group a{
  display: block;
  color: #a37c6b;
  font-size: .9rem;
}
.tel-group a:nth-child(2){
  margin-bottom: .25rem;
}
.tel-group p{
  font-size: .7rem;
  margin-bottom: .25rem;
  color: #fff;
}
.tel-group button{
  border: none;
  background-color: #a37c6b;
  color: #FFF;
  font-size: .7rem;
  width: 5.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
}
.sns-group{
  padding: .25rem;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: .15rem;
}
.sns-group > div{
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  font-size: .9rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #999;
  color: #999;
}
.copyright{
  font-size: .7rem;
  color: #fff;
  background: #6a6762;
  text-align: center;
  padding: 20px;
  padding-bottom: 100px;
}
.copyright a{
  display: block;
  padding: .15rem 0;
  color: #666;
}
.copyright img{
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
/* 二维码弹窗 */
.qrcode-dialog{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -110vh;
  left: 0;
  background-color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.qrcode-dialog .crd-logo20{
  font-size: 1.5rem;
  color: #CD924F;
}
.qrcode-dialog .code-box{
  padding: .15rem;
  width: 6rem;
  height: 6rem;
  border: 1px solid #D2D2D2;
  margin: 5vh 0;
}
.qrcode-dialog > p{
  font-size: .7rem;
  color: #666;
  margin-bottom: 10vh;
}
/* 搜索框 */
.search-form{
  width: calc(100vw - .75rem);
  margin: 0 .375rem;
  height: 2.7rem;
  border-bottom: 1px solid #353535;
}
.search-form > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.search-form input[type=search]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1rem;
  width: calc(100% - 2.7rem);
  height: 2.5rem;
  border: none;
}
.search-form button{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 2.4rem;
  height: 2.7rem;
  background-color: transparent;
  color: #353535;
}
.help-group{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: .375rem;
}
.help-group a{
  display: block;
  margin: 0 .375rem;
  line-height: 1.7rem;
}
.help-group span{
  border-bottom: 1px solid #353535;
}
/* 侧边栏 */
.slider-group,.search-dialog{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -100vw;
  z-index: 9999;
  background-color: #FFF;
  border-top: .15rem solid #CD924F;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.slider-group > div{
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-group .close-box,
.search-dialog .close-box{
  height: 2rem;
  line-height: 2rem;
  padding-left: .75rem;
  margin-bottom: .8rem;
}
.nav-scroll{
  width: calc(100vw - 2rem);
  height: calc(100vh - 2.8rem);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1rem;
  overflow-y: auto;
}
.nav-scroll > li{
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: .7rem;
}
.nav-scroll .other-group{
  margin-top: .8rem;
}
.other-group a{
  color: #888;
}
.other-group i{
  display: inline-block;
  margin-right: .25rem;
}
.subslider-group{
  position: absolute;
  top: 2.8rem;
  left: -100vw;
  width: calc(100% - 1rem);
  height: calc(100% - 3.3rem);
  background-color: #FFF;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.subslider-group h3{
  height: 2.25rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #CD924F;
  text-align: center;
  font-size: .8rem;
}
.subslider-group h3 i{
  display: block;
  float: left;
  width: 2rem;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
}
.subnav-scroll{
  width: 100%;
  height: calc(100% - 5.05rem);
  overflow-y: auto;
}
.subnav-scroll dt{
  padding: 0 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #999;
  font-size: .7rem;
}
.subnav-scroll dd{
  padding: 0 2rem;
  height: 2.4rem;
  line-height: 2.4rem;
}

 /*PNG图片背景色;*/

 .bgcolor{background-color:#F8F8F8;border: 1px solid #AAA;}
.gotop img{ width:15%}
.gotop{ background:#efefef;padding: 10px 0;}

