/* 
* 全局公共样式
* lijianmei
* 2023.10.20
*/

* {
  margin: 0;
  padding: 0;
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
	line-height: 26px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: .33s all ease;
}

a, a:active, a:focus {
	color: #212126;
}

a:hover, a:focus {
	color: #8f8f9e;
	text-decoration: none;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #878d99;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 14px;
	font-weight: 400;
	font-family: "FontAwesome", "Microsoft Yanei", "微软雅黑", "DM Sans", Helvetica, Arial, sans-serif;
	line-height: 1.4;
	color: #666;
}

h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6, a, p, span {
	color: #333;
}

.section-top {
	margin-top: 30px;
}

.navbar {
	padding: 0;
}
.view_more_btn {
	border: 1px solid #0F6CF5;
	width: 77px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin: 30px auto;
	display: block;
	font-size: 11px;
	color: #0F6CF5;
}

.header-hxt-wrap {
  margin-top: 70px;
}
.header-hxt-wrap .header-hxt-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.header-hxt-wrap .header-hxt-head a {
  font-size: 15px;
  font-weight: 500;
  color: #0F6CF5;
  margin-right: 5px;
}
.header-hxt-wrap .header-hxt-head img {
  width: 8px;
  height: 13px;
  display: inline-block;
}
.header-hxt-wrap .header-hxt-foot {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.header-hxt-wrap .header-hxt-foot .header-hxt-foot-item {
  margin: 0 20px;
}
.header-hxt-wrap .header-hxt-foot .header-hxt-foot-item p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.header-hxt-wrap .header-hxt-foot .header-hxt-foot-item img {
  width: 44px;
  height: 44px;
  display: block;
  margin-bottom: 6px;
}
@media (max-width:320px) {
  .header-hxt-wrap {
    margin-top: 10px;
  }
  .header-hxt-wrap .header-hxt-head {
    margin-bottom: 10px;
  }
  .header-hxt-wrap .header-hxt-foot .header-hxt-foot-item img {
    width: 36px;
    height: 36px;
    display: block;
    margin-bottom: 2px;
  }
}

.position-relative {
	position: relative !important;
}

/* 地图样式 */
.seven-wrap .man-tips-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
}
.seven-wrap .man-tips-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  color: #232536;
}
.seven-wrap .man-tips-wrap p {
  font-size: 10px;
  font-weight: 400;
  color: #232536;
  line-height: 16px;
}
.seven-wrap .seven-img-wrap {
  width: 100%;
}
.seven-wrap .seven-img-wrap img {
  width: 100%;
  display: none;
}
.seven-wrap .seven-img-wrap img.active {
  display: block;
}
.seven-wrap  .seven-right-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.seven-wrap .dashed-border {
  position: absolute;
  right: -80px;
  bottom: 0;
  top: 0;
  border-right: 3px dashed #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transform: scaleY(1.7) rotateY(45deg);
}
.seven-wrap  .seven-btn-wrap {
  position: absolute;
  right: 160px;
  top: 0;
  width: 100px;
 }
.seven-wrap .seven-btn-item {
  color: #2236A2;
  font-size: 12px;
  width: 32px;
  border-radius: 45px;
  padding: 10px;
  text-align: center;
  padding-bottom: 12px;
  /* height: 77px; */
}
.seven-wrap .seven-btn-item.active {
  color: #fff;
  background-color: #2236A2;
}
.seven-wrap .seven-btn-item.active::after {
  content: '';
  display: inline-block;
  background-image: url(../map/icon.png);
  background-repeat: no-repeat;
  background-size: 96%;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-left: -3px;
  background-position: 0;
  margin-top: 2px;
}
.seven-wrap .seven-btn-item1 {
  margin-top: 0;
}
.seven-wrap .seven-btn-item2 {
  margin-top: 13px;
}
.seven-wrap .seven-btn-item3 {
  margin-top: 25px;
}
.seven-wrap .seven-btn-item4 {
  margin-top: 13px;
}
.seven-wrap .seven-btn-item5 {
  margin-top: 0;
}
/* .seven-wrap .seven-btn-item6 {
  margin-top: 0;
} */

.footer-href-icon {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 65px;
  display: flex;
  align-items: center;
  z-index: 99;
  flex-direction: column;
}
.footer-href-icon img {
  display: block;
}
div#uptotop {
  width: 32px;
  height: 32px;
  margin-top: 10px;
}
.footer-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, .3);
  z-index: 100;
  display: none;
}
.footer-bg .footer-tank {
  position: absolute;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  left: 50%;
  top: 125px;
  height: 75%;
  transform: translateX(-50%);
  text-align: center;
  padding: 37px 0;
}
.footer-bg .footer-tank h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 55px;
}
.footer-bg .footer-tank ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.footer-bg .footer-tank ul li {
}
.footer-bg .footer-tank ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-bg .footer-tank ul li a img {
  width: 50px;
  height: 50px;
  display: block;
}
.footer-bg .footer-tank ul li a div {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-top: 13px;
}
.footer-bg .footer-tank ul li a div img{
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 7px;
}
.footer-bg .footer-close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 85px;
}