html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: 'Microsoft Yahei';
  word-wrap: break-word;
}
a{  
  text-decoration:none; 
  color:#333;    
}
a:hover{
  text-decoration:none;
  color:#333;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  font-size: 0.8rem;
  font-family: "Microsoft Yahei","Helvetica Neue", Helvetica, sans-serif;
  min-height: 100vh;
  background: #fff;
  color: #666;
  letter-spacing: 0.05rem;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  display: block;
  width: 100%;
  height: 100%;
}
input,button { cursor: pointer; -webkit-appearance: none; }
input:focus {
  outline: none;
  border: 1px solid #b98a44;
}
.cover-img{
  object-fit: cover;
}
.text-white{
	color: #fff;
}
.swiper-pagination-bullet-active {
  background: #b98a44 !important;
}
.container-bt{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; 
}
.view-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; 
}
.block-a{
  display: block;
  width: 100%;
}
.ilblock-a{
  display: inline-block;
  width: 100%;
}
.fixed-nav{
  position: fixed;
  z-index: 888;
  top: -2rem;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}
.page-title{
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0.1rem;
}
@media only screen and (max-width: 768px) {
	.container-bt {
		width: 100%;
	}
	.block-base{
		width: 100%;
		padding: 2rem 4%;
		text-align: center;
	}
  .block-base-nolr{
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
  .block-base-nop{
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 1rem;
  }
  .header-pc{
    display: none;
  }
	.header-top{
		display: none;
	}
  .nav-box{
    width: 100%;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1888;
    background: #fff;  
  }
  .nav-ul-m{
    width: 100%;
    padding: 1rem 4%;
    overflow: hidden;
    height:  calc(100vh - 3rem);
    display: none;
  }
  .nav-ul-p{
    display: none;
  }
  .nav-li-m{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .nav-icon-box{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    background-color: #b18147;
    webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
  }
  .nav-icon{
    color: #fff;
    font-size: 1.5rem;
  }
	.logo-box{
    width: 100%;
	  height: 3rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    
	}
  .logo-box .logo-a img{
    width: auto;
    height: 1.8rem;
    display: inline-block;
    vertical-align: middle;
  }
  .page-icon{
    color: #ccc;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .main-content{
    margin-top: 3rem;
  }
	.ksjs-btn{
		display: none;
	}
  .footer-mark,.footer-contact-ul{
    display: none;
  }
  .footer-dh{
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 1rem;
  }
  .footer-company-ul{
    margin-top: 0.3rem;
  }
  .footer-company-li{font-size: 0.6rem;}
  .my-pop-box{ width: 70%;}
  .title-box{margin: 0 auto 1rem;}
  .block-title-cn{font-size: 1rem;}
  .block-title-en{font-size: 0.7rem;}
  .yuyue-btn{
    width: 90%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    margin: 0.75rem auto 0;
  }
  .sign-pop-content2{ display: none;}
  .sidebar-ul{ display: none;}
  .message-box{
    width: 80%;
    max-width: 20rem;
    padding: 0.75rem 1rem;
  }
  #paginationList a,#paginationList span{
    display: inline-block;
    margin: 0 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    color: #666;
  }
  .pagination-icon{
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #666;
  }
  .bread-ul{
    width: 100%;
    padding: 0 4%;
  }
  
  .footer-nav-li{display: none}
  .head-dh-icon{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .head-dh-a{
    color: #195d6e;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .footer-box{
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 769px) {
	
	#iconDivMain1{
	  display: none;
	}
	.container-bt {
    width: 100%;
		max-width: 60rem;
		margin: 0 auto;
	}
	.block-base{
		width: 60rem;
	  margin: 0 auto;
	  padding: 3.5rem 0;
	  text-align: center;
	}
  .block-base-nolr{
    width: 60rem;
    margin: 0 auto;
    padding: 3.5rem 0;
    text-align: center;
  }
  .block-base-nop{
    width: 60rem;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 1.5rem;
  }
  .header-m{
    display: none;
  }
  .nav-box{
    width: 60rem;
  }
	.logo-box{
	  width: 12rem;
    padding-right: 1rem;
	}
  .nav-ul-m{
    display: none;
  }
  .nav-ul-p{
    width: 38rem;
  }
  .nav-li-p>a{
    display: block;
    padding: 0 0.5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .nav-li-p>a:hover{
    color: #fff;
    background: #b98a44;
  }
  .nav-a-active{
    color: #b98a44;
  }
  .footer-mark{
    color: #999;
    font-size: 1.2rem;
    font-weight: 600;
  }
	.footer-logo{
		width: 10rem;
	}
  .footer-dh{
    display: none;
  }
  .footer-nav-li{
    display: inline-block;
    color: #999;
    padding: 0.2rem 0.4rem;
    cursor: pointer;
  }
  .footer-nav-li>a{
    color: #999;
  }
  .footer-nav-li a:hover{
    color: #b98a44;
  }
  .footer-contact-ul{
    margin: 1rem 0;
  }
  .footer-contact-li{
    display: inline-block;
    background: rgba(185,138,68,0.4);
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
  }
  .footer-contact-li p{
    color: #999;
  }
  .footer-contact-li div{
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
  }
  .footer-contact-li:nth-child(2){
    cursor: pointer;
    margin-left: 1rem;
  }
  .my-pop-box{ width: 16rem;}
  .title-box{margin: 0 auto 1.5rem;}
  .block-title-cn{font-size: 1.8rem;}
  .block-title-en{font-size: 1.2rem;}
  .yuyue-btn{
    width: 20rem;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1.2rem;
    margin: 2rem auto 0;
  }
  .yuyue-btn:hover {
    background-color: #165363;
    color: #fff;
  }
  .bj-float-m{ display: none}
  .message-box{
    width: 20rem;
    padding: 1rem 2rem;
  }
  #paginationList a,#paginationList span{
    display: inline-block;
    margin: 0 0.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 0.3rem;
    font-size: 1rem;
    color: #666;
  }
  .pagination-icon{
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #666;
  }
  .bread-ul{
    width: 60rem;
    padding: 0 0.5rem;
  }
  .header-box{
    border-bottom: 1px solid #ddd;
  }
  .head-dw{
    position: relative;
  }
  .head-dw-icon{
    font-size: 1.2rem;
    color: #b98a44;
  }
  .zd-name{
    display: inline-block;
    vertical-align: text-bottom;
  }
  .zd-ul{
    display: none;
    position: absolute;
    width: 6rem;
    background: #e5e5e5;
    top: 2rem;
    border-radius: 0.3rem;
    text-align: center;
    font-size: 0.75rem;
    color: #666;
    overflow: hidden;
  }
  .zd-li{
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid #fff;
  }
  .zd-li:last-child{
    border: none;
  }
  .zd-li:hover{
    background: #b98a44;
    color: #fff;
  }
  .head-dh{
    font-size: 1.2rem;
    font-weight: 700;
  }
  .head-dh-icon{
    font-size: 1.2rem;
    color: #fff;
  }
  .footbar-ul{
    display: none;
  }
}

.header-top{
  width: 100%;
  background: #434343;
  color: #fff;
}
.header-info{
	height: 2rem;
}


.ksjs-btn{
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 2rem;
  background: url(../image/ksjs-b.jpg) no-repeat;
  background-size:100% 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  border: 1px solid #ccc;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
  cursor: pointer;
  -webkit-animation: ksjs 2s ease infinite;
  -moz-animation: ksjs 2s ease infinite;
  -o-animation: ksjs 2s ease infinite;
  animation: ksjs 2s ease infinite;
}
@keyframes ksjs {
  0% {transform: rotate(3deg) scale(0.8);}
  50% {transform: rotate(0deg) scale(1);}
  100% {transform: rotate(3deg) scale(0.8);}
}
@-webkit-keyframes ksjs {
  0% {transform: rotate(3deg) scale(0.8);}
  50% {transform: rotate(0deg) scale(1);}
  100% {transform: rotate(3deg) scale(0.8);}
}
@-moz-keyframes ksjs {
  0% {transform: rotate(3deg) scale(0.8);}
  50% {transform: rotate(0deg) scale(1);}
  100% {transform: rotate(3deg) scale(0.8);}
}
@-o-keyframes ksjs {
  0% {transform: rotate(3deg) scale(0.8);}
  50% {transform: rotate(0deg) scale(1);}
  100% {transform: rotate(3deg) scale(0.8);}
}

footer{
  background: #333;
  border-top: 5px solid #b98a44;
}
.footer-b{
  background:url('../image/footer-bg.png') no-repeat;
  background-size:cover;
}
.footer-logo{
  border: 2px solid #b98a44;
  margin: 0 auto 0.5rem;
  padding: 0.2rem;
}
.footer-nav{
  max-width: 39rem;
	border-bottom: 1px solid #666;
	margin: 0.5rem auto 0.3rem;
}
.footer-company-li{ 
	font-size: 0.65rem;
  color: #999;
  height: 1.1rem;
  line-height: 1.1rem;
  overflow: hidden;
}
.footer-company-li a{
  color: #999;
}

.bjPop-frame{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1888;
}
.my-pop-box{
  position: fixed;
  z-index: 1889; 
  padding: 6rem 2rem 2rem 2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  background-image: url(../image/sign-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: content-box;
}
.my-pop-main{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.my-pop-close{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background: transparent;
  color: #fff;
}
.my-pop-close .iconfont{
  font-size: 1.4rem;
}
.my-pop-close:hover{
  font-weight: 600;
  color: #195d6e;
}
.my-pop-title{
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.bm-one{
  width: 100%;
  position: relative;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.bm-one .iconfont{
  position: absolute;
  font-size: 1.1rem;
  top: 0.45rem;
  left: 0.5rem;
}
.bm-input{
  width: 100%;
  padding: 0.7rem;
  padding-left: 2rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0.8rem;
}
.my-pop-btn{
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.3rem;
  border: 1px solid #195d6e;
  box-sizing: border-box;
  background: #195d6e;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.15rem;
}
.my-pop-btn:focus,.bm-input:focus {
  outline:none;
  border: 1px solid #195d6e;
}
.msg-ts{
  height: 1rem;
  font-size: 0.6rem;
  color: red;
}

.sign-pop-content2{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: rgba(0,0,0,0.8);
  z-index: 889;
}
.sign-pop-inner2{
  width: 60rem;
  margin: 0 auto;
  padding: 1rem 0rem;
  position: relative;
  padding-left: 4.5rem;
}
.sign-inner-icon2{
  font-size: 4rem;
  color: #b98a44;
  position: absolute;
  left: 0;
  top: -1.3rem;
}
.sign-form2{
  display: inline-block;
}
.sign-input2{
  display: inline-block;
  width: 9rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  font-size: 0.8rem;
  box-sizing: border-box;
  margin-bottom: 0.35rem;
  margin-right: 0.5rem;
}
.sign-input2:focus {
  outline: none;
  border: 1px solid #b98a44;
}
.msbj-btn2{
  padding: 0 1rem;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  background-color: #b98a44;
  color: #fff;
  border-radius: 1.15rem;
  font-size: 0.8rem;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}
.sign-tel-box2{
  display: inline-block;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  margin-left: 0.5rem;
}
.sign-tel-num2{
  font-size: 1rem;
  color: red;
}

.sidebar-ul{
  position: fixed;
  right: 30px;
  bottom: 350px;
  overflow: hidden;
  z-index: 888;

}
.sidebar-li{
  text-align: center;
  background: #b98a44;
  color: #fff;
  padding: 0.4rem 1rem;
  margin-bottom: 1px;
  cursor: pointer;
}
.sidebar-li:last-child{
  margin-bottom: 0;
}
.sidebar-icon{
  font-size: 1.2rem;
}
.sidebar-li:hover{
  background: #ee3f4e;
}

.bj-float-m{
  display: none;
}


.footNav-ul{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 888;
  border-top: 1px solid #e5e5e5;
}
.footNav-li{
  width: 25%;
  float: left;
  text-align: center;
  background: #f5f5f5;
  padding: 0.25rem 0;
  font-size: 0.75rem;
}
.footNav-li-a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footNav-icon{
  font-size: 1.3rem;
  color: #195d6e;
}

.message-mark{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index: 1900;
  display: none;
}
.message-box{
  position: fixed;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow:0 4px 12px 0 rgba(0,0,0,.3); 
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
}
.message-content{
  line-height: 1.4rem;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}
.message-btn{
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #195d6e;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  border: 1px solid transparent;
  margin: 1rem auto;
  outline: none;
}
.message-icon{
  font-size: 3.5rem; 
}
.err-msg,.succ-msg{
  display: none;
  font-size: 0.75rem;
  position: fixed;
  max-width: 20rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem 0 2rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  top:-10%;
  left:50%;
  z-index: 2000;
  transform: translate(-50%,-50%);
  border-radius: 0.3rem;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
  text-align: left;
}
.err-msg{
  background-color: #fef0f0;
  color: #f56c6c;
}
.succ-msg{
  background-color: #f0f9eb;
  color: #67c23a;
}
.msg-icon{
  position: absolute;
  left: 0.5rem;
  top: 0;
}


.yuyue-btn{
  background-color: #195d6e;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.title-box{
  display: inline-block;
  text-align: center;
  margin-bottom: 1.5rem;
}
.block-title-cn{font-weight: 600;}
.block-title-en{opacity: 0.6;}
.title-line{
  width:100%;
  height:1px;
  background: -webkit-linear-gradient(left, transparent -4%,#666 50%,transparent 100%);
}
.gydd-mask .title-line, .ssjjx-mask-bg .title-line{
  background: -webkit-linear-gradient(left, transparent -4%,#fff 50%,transparent 100%);
}

#paginationList{
  text-align: center;
  margin: 0.75rem 0;
}
#paginationList a.current,#paginationList span.current{
  background: #b98a44;
  border: 1px solid #b98a44;
  color: #fff;
  padding: 0 0.5rem;
}

.loading-block{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1900;
  display: none;
}
.loader-box {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 30px;
  color: #b98a44;
  -webkit-transition: .3s color, .3s border;
  transition: .3s color, .3s border;
  position: fixed;
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
}
.loader-inner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: .3rem solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-inner linear infinite;
  animation: 1s loader-inner linear infinite;
  position: relative;
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bread-ul{
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.bread-li{
  float: left;
  height: 2.5rem;
  line-height: 2.5rem;
}
.bread-li>a:hover{
  font-weight: 600;
}

.map-info{
  line-height: 1.5rem;
}
.map-title{
  color: #b98a44;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.75rem auto;
}