*::before,
*::after {
  box-sizing: border-box;
}

li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

/* 或者更精确的重置 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  /* 移除链接的下划线 */
  color: inherit;
  /* 使链接颜色继承父元素的颜色 */
  background-color: transparent;
  /* 设置链接背景色为透明 */
  cursor: pointer;
}

.Box {}

.fixed-header {
  height: 100px;
}

/* 头部 */
.pageBox {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: #fff;
  /* border-bottom: 1px solid #dee0e1; */
  margin-bottom: 100px;
}

.top_content {
  margin: 0 auto;
  /* overflow: hidden; */
  width: 1200px;
  height: 100px;
  background: #fff;
  z-index: 999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topleft img {
  width: 396px;
  height: 70px;
}

.topright {}

.topul {
  display: flex;
}

.topul li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #060524;
  margin-left: 45px;
  cursor: pointer;
}

.topul li a {
  color: #060524;
  text-decoration: none;
}

.topul li a:hover {
  color: #2f318b;
}

.topul .topulActive a {
  color: #2f318b;
}

.topul .topulActive {
  position: relative;
}

.topul .topulActive::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  width: 100%;
  height: 2px;
  background: #2F318B;
}

/* 底部 */
.bottombox {
  width: 100%;
  height: 240px;
  background: #060524;
  /* border-top: 1px solid #f2f2f2; */
}

.center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
  box-sizing: border-box;
}

.center_box {
  display: flex;
  /* // justify-content: space-between;
// align-items: center; */
}

.centerLeft {}

.centerLeft .imgbox {
  width: 156px;
  height: 156px;
}

.centerLeft .imgbox img {
  width: 100%;
  height: 100%;
}

.centerRight {
  margin-left: 45px;
}

.titleName {
  margin-bottom: 35px;
}

.titleName p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

.titleName .p2 {
  margin-top: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 8px;
  color: #ffffff;
  opacity: 0.3;
}

.bottomText {}

.bottomText p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 14px;
  cursor: pointer;
}

.bottomText span {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.3;
  line-height: 1;
  cursor: pointer;
}

/* banner图 */
.associationGkbanner {
  width: 100%;
  height: 350px;
  line-height: 1;
}

.associationGkbanner .imgBox {
  margin: 0 auto;
  width: 100%;
  height: 350px;
  background: url(../images/banner2.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 118px;
  box-sizing: border-box;
}

.associationGkbanner .imgBox h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}

.associationGkbanner .imgBox p {
  margin-top: 88px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

/* 简介 */
.jianjieBox {
  width: 100%;
  padding-bottom: 70px;
}

.jianjieBox {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  padding-top: 53px;
  justify-content: space-between;
}

.jianjieBox .jianjieLeft {
  width: 240px;
}

.jianjieBox .jianjieLeft .jjleft1 {
  width: 240px;
  border-bottom: 1px solid #ccc;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.jjleft1:first-child {
  border-top: 1px solid #ccc;
}

.jianjieBox .jianjieLeft .jjleft1 a {
  text-decoration: none;
}

.jjleft1Active {
  background: #2f318b;
  color: #fff;
}

.jjleft1:hover {
  background: #2f318b;
  color: #fff;
}

.jjleft1:hover a {
  color: #fff;
}

.jianjieBox .jianjieLeft .jjleft1 .jjleft1Text {
  width: 240px;
  height: 60px;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jjleft1 a {
  color: #060524;
}

.jjleft1Active a {
  color: #fff;
}

.jianjieRight {
  width: 910px;
}

.jianjieRight h3 {
  font-weight: bold;
  font-size: 24px;
  color: #060524;
}

.jianjieRight .jjrightxhx {
  width: 910px;
  height: 1px;
  background: #cccccc;
  margin-top: 20px;
  margin-bottom: 80px;
}

.fangshi {
  margin: 0 auto;
  width: 500px;
}

.fangshi p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #060524;
  margin-bottom: 20px;
}

.fangshi p .iconfont {
  color: #2f318b;
  margin-right: 20px;
}

.formBox {
  width: 470px;
  margin: 50px auto 0;
}

.formBox input {
  width: 468px;
  height: 60px;
  background: rgba(6, 5, 36, 0);
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin-bottom: 20px;
}

.formBox textarea {
  width: 468px;
  min-height: 180px;
  background: rgba(6, 5, 36, 0);
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 20px;
}

.submitBtn {
  width: 470px;
  height: 60px;
  background: #2f318b;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

.uim-contact-map {
  width: 910px;
  height: 300px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 60px;
}