﻿/*全局样式*/
* {
  padding: 0;
  margin: 0;
}
div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
  border: 0;
}
img,
input {
  border: none;
  vertical-align: middle;
}
body {
  font-family: "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei",
    SimSun, sans-serif;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #505050;
}
html {
  overflow-y: scroll;
}
.hiddenpage {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  html {
    width: 1320px;
  }

  .hiddenpage {
    display: block;
  }
}

ul,
ol {
  list-style-type: none;
}
th,
td,
input {
  font-size: 20px;
}
input {
  outline: none;
  border: none;
  box-shadow: none;
}
h3 {
  font-size: 14px;
}
button {
  border: none;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent;
}
select {
  border-width: 1px;
  _zoom: 1;
  border-style: solid;
  padding-top: 2px;
  font-size: 12px;
}
.clear {
  clear: both;
  font-size: 1px;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a:link,
a:visited {
  text-decoration: none;
  color: #505050;
}
a:hover,
a:active {
  text-decoration: none;
  color: #f00;
}
/*文字选中效果*/
*::selection {
  background-color: #c21705;
  color: white;
}

*::-moz-selection {
  background-color: #c21705;
  color: white;
}

*::-webkit-selection {
  background-color: #c21705;
  color: white;
}

/* 公共部分-头部 */
body {
  padding-top: 90px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px #e0e0e0;
  padding: 10px 0;
}
.head {
  width: 1140px;
  margin: 0 auto;
}
.logo_div {
  float: left;
  padding-top: 10px;
}
.logo_div .logo_img {
  display: inline-block;
}
.menu_Div {
  float: right;
  position: relative;
  top: 5px;
}
.menu_Div ul {
}
.menu_Div ul li {
  float: left;
}
.menu_Div ul li a {
  padding: 5px;
  margin: 0 5px;
  display: inline;
  line-height: 70px;
  font-size: 18px;
  color: #484848;
}
.menu_Div ul li a:hover {
  color: #f00;
}

.curBg {
  background: #f00;
  height: 3px;
  position: absolute;
  bottom: 5px;
  width: 68px;
  left: 0px;
}
/* 公共部分-头部结束 */

.pub_title {
  padding-bottom: 40px;
}
.pub_title > span {
  position: relative;
  font-size: 26px;
  color: #000;
}
.pub_title > span:before {
  content: " ";
  display: block;
  position: absolute;
  width: 66px;
  height: 2px;
  background-color: #c21705;
  left: -80px;
  top: 19px;
}
.pub_title > span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 66px;
  height: 2px;
  background-color: #c21705;
  right: -80px;
  top: 19px;
}
.pub_title > span.tag_white::before,
.pub_title > span.tag_white:after {
  background-color: #fff;
}

.footer {
  width: 100%;
  min-height: 200px;
  background-image: url("../img/footer_bg.png");
  /* background-attachment: fixed; */
}
.footer .foot {
  padding: 60px 0 10px;
  width: 1140px;
  margin: 0 auto;
}
.footLogo {
  text-align: left;
}
.footLogo img {
}
.footMenu {
  overflow: hidden;
  padding: 40px 0 100px;
  border-bottom: 1px solid #fff;
}
.footMenu ul {
  overflow: hidden;
  float: right;
}
.footMenu ul li {
  float: left;
  overflow: hidden;
  padding: 10px 40px;
}
.footMenu ul li a {
  font-size: 20px;
  color: #fff;
}
.copyright-text {
  color: #fff;
  margin: 25px 0;
}
.copyright-text span {
  margin: 0 3px;
}

#top {
  display: none;
  position: fixed;
  z-index: 101;
  top: 80%;
  right: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  opacity: 0.75;
  cursor: pointer;
  /* padding: 10px; */
  background: red;
  border-radius: 30px;
  transition: all 0.26s ease-out 0s;
}
.lx-box {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.mapimg-box {
  width: 540px;
  height: 300px;
  margin-left: 20px;
}
.mapimg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lx-box .text-box {
  flex: 1;
}
.lx-box .text-box .p {
  display: flex;
  font-size: 18px;
  line-height: 1.6em;
}
.lx-box .text-box .p:not(:last-child) {
  margin-bottom: 25px;
}
.lx-box .text-box .p .label {
  font-weight: bold;
}
.lx-box .text-box .p .msg {
  color: rgba(0, 0, 0, 0.6);
}
.lx-box .text-box .p .msg span {
  color: #b61d1d;
}
