*::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;
}

.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;
}

.topul li a:hover {
  color: #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;
}
.jjleft1Active{
    background: #2f318b;
  color: #fff;
}

.jjleft1:hover {
  background: #2f318b;
  color: #fff;
}
.jjleft1:hover a{
  background: #2f318b;
  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;
}

.jianjieRight {
  width: 910px;
}
.jianjieRight h3 {
  font-weight: bold;
  font-size: 24px;
  color: #060524;
}

.jianjieRight .jjrightxhx {
  width: 910px;
  height: 1px;
  background: #cccccc;
  margin-top: 20px;
}

.benhui {
  margin: 55px auto 0;
  width: 631px;
  height: 232px;
  background: url(../images/benhuiBg.png);
  background-repeat: no-repeat;
  padding-top: 20px;
}
.benhui p {
  margin: 0 auto;
  width: 470px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #2f318b;
  line-height: 36px;
}

.jianjieRight .shuoming {
  margin: 40px auto 0;
  width: 672px;
  /* height: 159px; */
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #060524;
  line-height: 36px;
}
