* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
body {
  background: #f4f4f4;
  font-size: 12px;
  color: #333;
  font-family: "微软雅黑";
}
body  a{font-family: "微软雅黑";}
input,
button,
textarea {
  font-family: "微软雅黑";
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
ol,
ul,
li {
  list-style: none;
}
div strong{font-size: initial;font-family: '微软雅黑';color: initial;}

#wrapper {
  width: 100%;
}
#wrapper1 {
  width: 100%;
  overflow: auto;
/*  background-image:url(../images/ershidasybg.jpg);
  background-position: center 0;
  background-repeat: no-repeat;*/
  z-index:0;
}
/*头部*/
#header {
  width: 1000px;
  height: 109px;
  margin: 0 auto;
  position:relative;
  border-bottom: 1px solid #c8a047;
}
#header .logo {
  float: left;
  margin-top: 13px;
}
#header .nav {
  float: right;
}
#header .tel {
  width: auto;
  height: 23px;
  line-height: 23px;
  position: absolute;
  top: 20px;
  right:280px;
  background:url(/cbicl/template/page/index/tel2.png) left center no-repeat;
  clear: both;
  text-indent:16px;
  font-size: 14px;
  color: #666666;
}
#header .navlist {
  float: right;
  margin-top: 55px;
  clear: both;
}
#header .navlist .nav_one{float: left;margin-left: 45px;}
#header .navlist .nav_one .nav_show{display:none;}
#header .navlist a {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
#header .navlist .active {
  color: #c7933a;
}
.hdsearch{
  position:absolute;
  right:0;
  top:20px;
  height:23px;
}
.hdsearch .input{
  float:left;
  width:188px;
  height:23px;
  background:url(/cbicl/template/page/index/search2.png) left center no-repeat;
}
.hdsearch input{
  display:block;
  width:150px;
  height:15px;
  line-height:15px;
  padding:4px 26px 0 12px;
  border:0;
  background:none;
  outline:none;
}
.hdsearch .searchBtn{
  float:left;
  width:61px;
  height:23px;
  margin-left:7px;
  background:url(/cbicl/template/page/index/searchBtn.png) left center no-repeat;
  cursor:pointer;
}

.nav_two{display:none;}

/*尾部*/
#footer {
  width: 100%;
  height: 101px;
  margin-top: 57px;
  background-color: #e2e2e2;
}
#footer .footerBox {
  width: 1000px;
  height: 101px;
  margin: 0 auto;
  text-align: center;
  background-color: #e2e2e2;
}
#footer .link {
  margin-bottom: 20px;
  padding-top: 20px;
}
#footer .link a {
  font-size: 14px;
  color: #747679;
}
#footer .link .active {
  color: #c7933a;
}
#footer .link img {
  display: inline-block;
  margin-left: 26px;
  margin-right: 18px;
  vertical-align: -1px;
}
#footer P {
  font-size: 12px;
  color: #999;
}


@media (max-width: 1000px) {
  .navgationDiv{display:none;}

  #header{width: 100%;padding:0 10px;}
  #header .navlist .nav_one{margin-left:30px;}
  #header .tel{margin-top:0px;}

  #footer .footerBox{width:100%;}

}


@media (max-width: 768px) {
  *{box-sizing: border-box;}
  #adfloat{display: none !important;}

  #header{width: 100%;padding: 0 10px;height: 60px;}
  #header .logo{margin-top: 5px;}
  #header .logo img{height: 50px;}
  .nav{display: none;}
  .phone_btn{display: inline-block;width: 30px;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
  .phone_btn span{display: inline-block;width: 100%;background: #c7933a;height: 3px;margin: 3px 0;}
  #header .nav{position: fixed;z-index: 100;width: 100vw;height: 100vh;background: #f5f5f5;right:0;left: 100vw;display: block;transition: all 0.5s;}
  #header .navlist{float: none;margin-top: 0;}
  #header .navlist .nav_one{float:none;margin-left: 0;}
  #header .navlist a{padding-left: 15px;margin:0;display: block;float: none;height: 40px;
line-height: 40px;font-size: 16px;background: #fff;margin-bottom: 5px;}
  .hdsearch{position: static;margin-top: 15px;display: flex;justify-content: center;top: 410px;width: 100%;padding: 0 15px;}
  .hdsearch .input{height: 30px;background: none;width: calc(100% - 80px);}
  .hdsearch .input input{height: 30px;line-height: 30px;width: 100%;padding-top:0;border: 1px solid #fe9b00;border-radius: 16px;}
  .hdsearch .searchBtn{height: 30px;width: 75px;background-size: 100% 100%;}
  #header .tel{float: none;margin-right: 0;margin-left: 15px;padding-left: 5px;position: static;top: 450px;margin-top:15px;}
  .navReturn{height: 45px;background: #c7933a;margin-bottom: 5px;}
  .navReturn svg{width: 20px;height: 20px;margin-left: 13px;margin-top: 10px;}
  #header .navlist .nav_one .nav_show{display: inline-block;float: right;margin-top: -40px;margin-right: 3px;width: 30px;height: 30px;line-height:30px;text-align:center;padding-top:10px;transition: all 0.3s;}
#header .navlist .nav_one .nav_show.active{transform: rotate(90deg);}
.nav_two{overflow:hidden;}
.nav_two li{width:50%;float:left;}
#header .nav_two li a{background:transparent;}


 #footer{height: auto;margin-top: 30px;padding-bottom: 5px;}
  #footer .footerBox{width: 100%;padding: 0 10px;height: auto;}
  #footer .link img{margin-left: 8px;margin-right: 6px;}
  #footer .link img:last-child{display: none;}

}