* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  <!--width: 0px !important;-->
}
*::-webkit-scrollbar-button:start:decrement,
*::-webkit-scrollbar-button:end:increment {
  height: 0;
  background-color: transparent;
}
*::-webkit-scrollbar-corner {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar {
  <!--width: 0px !important;-->
}
/*html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
html {
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
/*Chrome下隐藏滚动条，溢出可以透明滚动*/
html::-webkit-scrollbar {
  width: 0px;
}
a,
a:hover {
  color: #000000;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
img.ph {
  -ms-interpolation-mode:bicubic
}
v\:image {
  behavior:url(#default#VML); display:block;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #FFF !important;
  font-family: microsoft yahei;
}
.clearfix {
  display: block;
  contain: '';
  clear: both;
}
header {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 126px;
  background-color: #ffffff;
  box-shadow: 0.5px 0.5px 0.5px 0.5px #e8e8e8;
  /*动画需要的时间*/
}
header .top_bg {
  width: 100vw;
  height: 30px;
  background-color: #DEDDDC;
}
header .top {
  width: 1200px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}
header .top .search_icon {
  width: 15px;
  height: 15px;
  float: right;
  margin: 10px 0 0 15px;
  background-image: url(../img/home/search_icon.png);
  background-size: 70% 70%;
  background-repeat: no-repeat;
}
header .top span {
  color: #544A3D;
  float: right;
  font-size: 12px;
  margin-right: 3px;
}
header .top .shares_code {
  line-height: 30px;
  font-size: 12px;
}
header .bottom {
  margin: 0 auto;
  height: 90px;
  width: 1200px;
}
header .bottom .logo {
  float: left;
  width: 163px;
  height: 66px;
  margin-top: 10px;
}
header .right {
  float: right;
}
header .b_box a{
    width:116px;
    text-align:center;
    display:inline-block;
    color:#b68757;
    font-size:15px;
}
header .b_box{
    width:453px;
    float:right;
}
header .a_box a {
  line-height: 93px;
  text-align: center;
  color: #895D2C;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  width: 116px;
}
header .a_box .active {
  border-bottom: 3px solid #724B22;
}
.hover_box {
  position: fixed;
  width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1200;
  margin-top: 124px;
  display: none;
}
.drow_list_about,
.drow_list_news,
.drow_list_product,
.drow_list_connect,
.drow_list_responsibility,
.drow_list_social,
.drow_list_conn {
  position: relative;
  width: 280px;
  z-index: 1200;
  color: white;
  //background: #8c5e2d;
  background: rgba(103, 60, 14,0.5);
  border-radius: 0px 0px 6px 6px;
  padding: 10px 0;
  display: none;
  cursor: pointer;
}
.drow_list_about #dot,
.drow_list_news #dot,
.drow_list_product #dot,
.drow_list_connect #dot,
.drow_list_responsibility #dot,
.drow_list_social #dot,
.drow_list_conn #dot {
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 5px;
}
.drow_list_about ul li,
.drow_list_news ul li,
.drow_list_product ul li,
.drow_list_connect ul li,
.drow_list_responsibility ul li,
.drow_list_social ul li,
.drow_list_conn ul li {
  font-size: 14px;
  display: inline-block;
  width: 135px;
  padding-left: 30px;
  height: 35px;
  color: white;
  text-decoration: none;
}
.drow_list_about ul li:hover,
.drow_list_news ul li:hover,
.drow_list_product ul li:hover,
.drow_list_connect ul li:hover,
.drow_list_responsibility ul li:hover,
.drow_list_social ul li:hover,
.drow_list_conn ul li:hover {
  color: white;
  text-decoration: none;
}
.drow_list_about {
  margin-left: 504px;
}
.drow_list_news {
  margin-left: 620px;
}
.drow_list_product {
  margin-left: 736px;
  width: 300px;
}
.drow_list_responsibility {
  margin-left: 852px;
  width: 290px;
}
.drow_list_social {
  margin-left: 794px;
  width: 290px;
}
.drow_list_conn {
  margin-left: 910px;
  width: 290px;
}
.pagination a {
  margin-top: 50px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  color: #B2B2B2;
  border: 1px solid #B2B2B2;
}
.iframe_style {
  width: 100%;
  margin: 0 auto;
  overflow: scroll;
}
.content .right {
  max-height: 980px;
  overflow-y: scroll;
}
.no_page_img {
  width: 880px;
}
.right .mapannotate {
    width: 890px;
    height: 300px;
    background:transparent;
    border-style:none;
}

