@charset "utf-8";
html,
body,
div,
h2,
h3,
h4,
p,
img,
span,
table,
ul,
li,
input,
strong {
  padding: 0px;
  margin: 0px;
}
.wrapper1200 {
  width: 1200px;
  margin: 0 auto;
}
.header table p {
  font-size: 12px;
  margin: 1px 0px;
}
.displayNav {
  background-image: linear-gradient(to bottom, rgba(245, 247, 250, 0.9) 0%, rgba(195, 207, 226, 0.85) 100%);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 30px 0;
  color: #333;
}
.displayNav.down_menu_Helps {
  padding: 40px 0;
}
.displayNav.down_menu_Helps .hover-menu-container {
  justify-content: end;
}
.displayNav.down_menu_Helps .hover-menu-container dl {
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  flex-basis: 160px;
}
.displayNav .hover-menu-container {
  display: flex;
}
.displayNav .hover-menu-container dl {
  flex: 1;
}
.displayNav .hover-menu-container dl a:hover {
  color: #409eff;
  text-shadow: 1px 1px 40px #eee;
}
.displayNav .hover-menu-container dl dt {
  font-weight: bold;
}
.displayNav .hover-menu-container dl dd {
  padding: 5px 0;
}
.header table {
  width: 100%;
}
.header .app-area {
  display: flex;
  height: 75px;
}
.header .app-area img {
  display: inline-block;
  height: 75px;
}
.header .app-area .title {
  display: flex;
  justify-content: space-around;
  margin-left: 10px;
  user-select: none;
  flex-direction: column;
}
.header .nav-area {
  display: flex;
  height: 75px;
  width: 100%;
}
.header table tbody tr:first-child td:first-child{
    width: 330px;
}
.search-td{
  width: 320px;
}
.header .nav-area .nav-item {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  transition: all ease-in-out 0.25s;
  border-bottom-width: 0;
  border-bottom-color: #409eff;
  position: relative;
}
.header .nav-area .nav-item.nav-item-Helps::after,
.header .nav-area .nav-item.nav-item-Reader::after {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  bottom: -3px;
  z-index: 20000000;
  display: block;
  content: '';
  border: 10px solid;
  border-color: transparent transparent rgba(195, 207, 226, 0.85) transparent;
}
.header .nav-area .nav-item.active {
  color: #369;
}
.header .nav-area .nav-item.active::after {
  opacity: 1;
}
.disnone {
  display: none;
}
body {
  font-family: "STHei", "Microsoft YaHei", "微软雅黑", "华文细黑", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #FFF;
  font-size: 14px;
}
.my-infowindow .header {
  text-align: center;
}
.my-infowindow .img {
  height: 154px;
}
.download-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.download-modal .my-modal {
  width: 400px;
  background-color: #fff;
  margin: 80px auto;
  transition: all ease-in-out 0.2s;
  transform: translate(0, -100px);
  opacity: 0;
}
.download-modal .my-modal.active {
  opacity: 1;
  transform: translate(0, 0);
}
.download-modal .my-modal .header {
  font-size: 20px;
  padding: 20px;
}
.download-modal .my-modal .body {
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.download-modal .my-modal .footer {
  padding: 20px;
  font-size: 16px;
  text-align: right;
}
.download-modal .my-modal .footer .footer-btn {
  color: #fff;
  background-color: #409eff;
  border: 1px solid #409eff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.rule {
  width: 99%;
  margin: 0 auto;
  height: 26px;
  background-color: #C9E3FA;
  border-top: 1px solid #999;
}
.rule p {
  line-height: 26px;
  margin-left: 20px;
  font-size: 14px;
  color: #444;
  font-weight: bold;
}
.container {
  width: 99%;
  margin: 1px auto;
  position: relative;
}
.con_left {
  float: left;
  width: 100%;
}
.con_right {
  position: absolute;
  width: 320px;
  height: 590px;
  top: 0px;
  right: 0px;
  z-index: 9;
  background: #fff;
}
.map_detail_control {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 8px;
  left: 70px;
  z-index: 2;
  background: #ddd;
}
.map_detail_control a {
  text-decoration: none;
  padding: 4px;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
}
.map_detail_control_hover {
  background: #399;
  color: white;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text_center {
  text-align: center;
}
.map_detail_control_active {
  background: #369;
  color: white;
}
.map_detail_control_no_active {
  background: #aaa;
  color: #ccc;
}
#map_control_type {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 57px;
  width: 67px;
  border-bottom-right-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
#map_type_all {
  height: auto;
  margin-top: 10px;
}
.map_img_container_active {
  border: 2px solid #369;
  height: 46px !important;
}
.map_img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin: 0px 10px;
}
.map_name {
  margin: 0px 0px 50px 0px;
  width: 70px;
  height: 20px;
  text-align: center;
}
#addrtitle {
  font-weight: bold;
  text-align: center;
}
.onlineMap {
  width: 100%;
  height: 530px;
  margin-bottom: 20px;
}
.intro_tit {
  text-align: center;
  font-weight: bold;
  margin: 15px 0px;
}
.intriduce {
  padding: 20px 10px;
}
.intriduce p {
  font-size: 13px;
  line-height: 24px;
}
.foot {
  clear: both;
}
.copyright {
  width: 100%;
  border-top: 1px solid #DDD;
  text-align: center;
  padding: 6px 0px;
  color: #888;
  background-color: #EEE;
}
.copyright p {
  line-height: 100%;
  font-size: 13px;
}
.serch {
  background: #fff none repeat scroll 0 0;
  border-color: #ddd #eee #ddd #ddd;
  /*border-radius: 5px 0 0 5px;*/
  border-style: solid;
  border-width: 1px;
  /*float: left;*/
  font-size: 13px;
  height: 24px;
  line-height: 1.5em;
  outline: medium none;
  padding-left: 5px;
  text-align: left;
  width: 180px;
}
.serchBtn {
  background-color: #55bd9c;
  color: #ffffff;
  border-color: #ddd #ddd #ddd #DDD;
  /*border-radius: 0 5px 5px 0;*/
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  display: inline-block;
  height: 26px;
  width: 50px;
  cursor: pointer;
}
.tool p {
  font-size: 13px;
  text-align: center;
}
.position {
  text-align: center;
  margin: 3px 0px 12px 0px;
}
.searchLat {
  width: 60px;
}
.help_list {
  margin-left: 20px;
}
.help_list li {
  padding: 3px 0px;
  font-size: 13px;
  line-height: 16px;
}
/*a{color: #3F7ACE}*/
.gm-style-cc div a {
  display: none;
}
#searchContainer {
  display: none;
  width: 240px;
  background: #ccc;
  z-index: 10;
  height: auto;
  position: absolute;
  left: 280px;
  top: 56px;
  border: 1px solid #EEE;
}
.search_result {
  font-size: 14px;
  padding: 3px 5px;
  background: white;
}
.search_result a {
  text-decoration: none;
}
.search_result img {
  width: 10px;
  height: 15px;
}
.search_result_addr {
  color: #ddd;
}
.help_list {
  overflow: hidden;
}
.help_list li {
  float: left;
  width: 50%;
  color: #000080;
  font-size: 12px;
  line-height: 11px;
  text-align: left;
}
.help_list li a {
  display: block;
  height: 11px;
  line-height: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help_list li a:hover {
  color: #CC3300;
}
.changemode {
  overflow: hidden;
}
.changemode li {
  float: left;
  width: 25%;
  text-align: center;
}
.changemode li img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 2px auto;
}
.changemode li h4 {
  font-weight: normal;
  font-size: 14px;
}
.tooltitle {
  text-align: center;
  line-height: 35px;
  font-weight: bold;
}
.aboutcity {
  width: calc(100% - 320px);
  margin-bottom: 95px;
}
.aboutcity h3 {
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.resumecity {
  margin: 10px 5px;
  background: #fff;
  box-shadow: 0px 0px 3px #ccc;
  padding: 10px;
  line-height: 20px;
}
.resumecity p {
  text-align: center;
}
.resumecity i {
  font-weight: normal;
  color: #369;
}
.resumecity span.lat {
  margin-right: 30px;
}
.resumecity span.lng {
  margin-left: 30px;
}
.resumecity span.lat,
.resumecity span.lng {
  text-align: center;
  line-height: 30px;
}
.resumecity h2 {
  font-weight: bold;
  padding-right: 4px;
  color: #CC3300;
  text-align: center;
}
.footlink {
  text-align: center;
  overflow: hidden;
  margin: 5px auto;
}
.footlink li {
  display: inline;
}
.copyright span {
  font-weight: bold;
}
#header {
  margin-bottom: 10px;
}
.website-list-header {
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.website-list-header .logo {
  width: 280px;
}
.website-list-header .app-area {
  width: 142px;
  display: flex;
}
.website-list-header .app-area .title {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.website-list-header form input {
  outline: none;
  border: none;
  box-shadow: 0 0 2px 0 #000;
}
.website-list-header form input.search_input {
  width: 300px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
.website-list-header form input.searchBtn {
  height: 30px;
  width: 50px;
  line-height: 30px;
  border-radius: 3px;
}
#header form input.serch_input {
  width: 300px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
#header form input.searchBtn {
  height: 30px;
  width: 50px;
  line-height: 30px;
  border-radius: 3px;
}
#content {
  position: relative;
  min-height: 300px;
}
#content .app-search {
  position: absolute;
  right: 10px;
  top: 50px;
  text-align: center;
}
#content .head {
  background: #E6E6FA;
  border-top: 1px solid #0000CD;
  line-height: 30px;
  height: 30px;
}
#content .head h3,
#content .head span {
  display: inline;
}
#content .head h3 {
  margin-left: 10px;
  color: #000;
  font-weight: bold;
}
#content .head span {
  float: right;
  margin-right: 20px;
  color: #CC3300;
}
.result {
  width: 670px;
  margin-top: 20px;
}
.result dt {
  color: #00c;
  font-size: 16px;
  line-height: 30px;
}
.result dt:visited {
  color: #606;
}
.result dd.resultcontent {
  font-size: 13px;
  line-height: 17px;
}
#content .countS {
  font-size: 12px;
  color: #ccc;
  line-height: 15px;
  margin-top: 20px;
}
.result dd.resulturl {
  color: #008000;
  font-size: 13px;
  line-height: 20px;
}
.result dd.resulturl span {
  margin-left: 50px;
}
.pagelist {
  width: 670px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagelist span,
.pagelist a {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 3px 5px;
}
.pagelist span {
  background: #399;
  color: #fff;
  border: 1px solid #399;
}
.pagelist a {
  border: 1px solid #ccc;
}
.pagelist a:hover {
  background: #C9E3FA;
  border: 1px solid #c9e3fa;
}
.markad {
  margin-top: 30px;
  width: 100%;
}
.markad tr {
  line-height: 15px;
}
.markad td.name {
  font-weight: bold;
  color: #369;
  padding: 0 10px;
}
.markad td.name a:hover {
  color: #399;
}
.newmark p.title {
  border-top: 1px solid #CC3300;
  line-height: 30px;
  margin-top: 20px;
  font-weight: bold;
}
.newmark div a {
  display: inline-block;
  color: #FF8C00;
  line-height: 20px;
  padding: 0 5px;
  text-decoration: underline;
  font-size: 12px;
}
.newmark div a:hover {
  color: #CC3300;
}
.title1 {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}
.content1 {
  margin: 14px 0;
}
.flinkd {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -999px;
}
.product-area .hotinner {
  margin: 0 auto;
  border: 1px solid #ccc;
  padding-bottom: 10px;
  width: 280px;
  margin-bottom: 5px;
}
.product-area .hotinner .thumbnail img {
  display: block;
  width: 100%;
  min-height: 145px;
}
.product-area .hotinner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.product-area .hotinner .title a {
  display: inline-block;
  margin: 0;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}
.product-area .hotinner .description {
  text-align: justify;
  padding: 0 5px;
  height: 40px;
  overflow: hidden;
  color: #666;
  line-height: 20px;
}
.product-area .hotinner .time {
  color: #666;
  line-height: 20px;
}
.product-area .hotinner .btn-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.product-area .hotinner .btn-container a {
  padding: 5px 15px;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  background-color: #1a66ff;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
