@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "微软雅黑";
  color: #666;
  overflow-x: hidden;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
img {
  border: 0px;
  vertical-align: middle;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #f6a30c;
  outline: none;
}
ul, p, dl, dt, dd {
  padding: 0px;
  margin: 0px;
}
li {
  list-style-position: outside;
  list-style-type: none;
}
h1, h2, h3, h4, h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
h1 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}
.navIcoPC {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 74px;
  height: 94px;
  text-align: center;
  line-height: 94px;
  border-left: 1px solid #EEEEEE;
}
.navIco {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0.74rem;
  height: 0.92rem;
  text-align: center;
  line-height: 0.92rem;
  background: #0a624b;
}
.navIco img {
  width: 0.19rem;
}
.navRight {
  height: 100%;
  width: 488px;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  right: -488px;
  top: 0px;
  background: #fff;
}
.navRight .txt {
  height: 94px;
  line-height: 88px;
  border-bottom: #f2edea solid 3px;
  padding-left: 28px;
  color: #0a624b;
  font-family: GOTHICB;
  font-size: 18px;
  text-transform: uppercase;
}
.navRight .closeBtn {
  height: 92px;
  width: 74px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 22;
  background: #c30d23;
  text-align: center;
  line-height: 92px;
}
.rightNav {
  padding: 12px 50px 0 26px;
  width: 100%;
}
.rightNav li {
  padding-bottom: 30px;
}
.rightNav li:last-child {
  border-bottom: none;
}
.rightNav li h2 {
  line-height: 24px;
  font-size: 18px;
  color: #4c4c4c;
  padding-left: 30px;
  background: url(../images/ico3.png) left center no-repeat;
}
.rightNav li dl {
  padding: 10px 0 0 30px;
  overflow: hidden;
}
.rightNav li dd {
  height: 18px;
  line-height: 18px;
  padding-right: 32px;
  float: left;
}
.rightNav li dd a {
  color: #9c9c9c;
}
.rightNav li dd a:hover {
  color: #efaa00;
}
.navRight .botDiv {
  height: 192px;
  border-top: #f2edea solid 3px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.navRight .leftDiv {
  padding: 30px 0 0 58px;
}
.navRight .rightDiv {
  padding: 30px 0 0 86px;
}
.navRight .wen {
  font-weight: bold;
  color: #4c4c4c;
  font-size: 14px;
  height: 32px;
}
.navRight .ewm {
}
.navRight .ewm img{
  width: 103px;
}
.navRight .name {
  font-family: "Microsoft JhengHei";
  color: #4c4c4c;
}
.navRight .share {
  padding-top: 40px;
}
.navRight .share li {
  float: left;
  margin-right: 15px;
}
.navRight .share li .img1 {
  display: none;
}
.navRight .share li:hover img {
  display: none;
}
.navRight .share li:hover .img1 {
  display: inline-block;
}
.pageBg {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.3);
  left: 0px;
  top: 0px;
}
.sb-Bg {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.3);
  left: 0px;
  top: 0px;
}
.wal{
  height:92px;
  position:relative;
}
.nav{
  position:absolute;
  height:92px;
  top:0px;
}
.nav li{
  float:left;
  height:92px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.nav a{
  padding: 0 42px;
  position:relative;
  display:block;
  height:92px;
  line-height: 92px;
  overflow:hidden;
  font-size:14px;
  z-index: 10;
  color: #4c4c4c;
  font-weight: bold;
}
.nav a:hover .bkg, .nav .aNow .bkg{
  color:#FFF;
  background-color:#D4B572;
  top:0;
}
.nav li a span {
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:100%;
  height:100%;
  text-align: center;
}
.nav li a .bkg {
  top:100%;
  z-index:1;
  background-color:#D4B572;
  -webkit-transition:top 200ms;
  transition:top 200ms;
}
.nav li a.on{
  color: #fff;
}
.nav li a.on .bkg,.nav li a:hover .bkg {
  top:0;
  color:#fff;
}
.nav a:hover{
  color:#fff;
}
.nav .aNow{
  color:#fff;
}
/*导航触发效果*/
.sNav{
  position:absolute;
  z-index:1000;
  height:66px;
  top:72px;
  display:none;
  background:rgba(0,0,0,0.5);
  padding:0px 18px;
  width:1200px;
}
.sNav .list li{
  height:66px;
  line-height:66px;
  font-size:14px;
  float:left;
  margin-right:50px;
}
.sNav .list li:last-child{
  margin-right:0px;
}
.sNav .list li a{
  color:#fff;
}
.sNav .list li a:hover{
  color: #efaa00;
}
/*项目详情*/
.jbqk{
  width: 100%;
}
.jbqk ul li{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 40px;
  line-height: 40px;
}
.jbqk ul li .sldh{
  font-size: 20px !important;
  color: red !important;
}
.jbqk ul li .jbqk_t{
  width: 30%;
  float: left;
  font-size: 15px;
  line-height: 2;
  height: 40px;
  line-height: 40px;
}
.jbqk ul li .jbqk_nr{
  width: 70%;
  float: left;
  font-size: 15px;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 768px){
  .jbqk ul li{
    width: 100%;
  }
}
