* {
  padding: 0;
  margin: 0;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
a,
button {
  cursor: pointer;
}
input,
textarea,
button {
  outline: none;
}
textarea {
  resize: none;
}

body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/ggbj.jpg);
  background-size: cover;
  background-position: center;
}
.gg_header {
  width: 100%;
  height: 134px;
  background: url(../img/headbj.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  -align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  box-sizing: border-box;
}

.gg_header img {
  display: block;
  -width: 124px;
  height: 34px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.gg_header h1 {
  font-size: 40px;
  color: #00dbff;
  letter-spacing: 7px;
  font-weight: 500;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 23px;
}
.gg_header_big {
  background: url(../img/big_headbg.png);
}
.gg_header_big h1 {
  margin-left: 35px;
}
.gg_header p {
  font-size: 20px;
  color: #88e3e7;
  height: 67px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.gg_con {
  margin: 111px 50px 50px 50px;
  height: calc(100% - 184px);
  overflow: hidden;
  -background: rgba(0, 0, 0, 0.5);
}
.gg_conchange {
  margin-top: 120px;
}
.care_con_change {
  margin: 121px 50px 50px 50px;
}
.care_con_chge {
  margin: 121px 50px 50px 50px;
}
.jjfwjkCon.gg_con {
  margin-top: 122px;
}
.jjfwssdtCon.gg_con {
  margin-top: 122px;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块  */
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: #4191ad;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: #113160;
}
::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}

@media (max-width: 1500px) {
  .gg_header h1 {
    font-size: 30px;
    padding-bottom: 13px;
  }
  .gg_header p {
    font-size: 17px;
    height: 52px;
  }
  .gg_header img {
    height: 30px;
    margin-top: 11px;
  }
  .gg_header {
    height: 104px;
    padding: 0 30px;
  }
  .gg_con {
    margin: 104px 30px 30px 30px;
    height: calc(100% - 134px);
  }
  .jjfwjkCon.gg_con {
    margin-top: 104px;
  }
  .jjfwssdtCon.gg_con {
    margin-top: 95px;
  }
  .care_con_change {
    margin-top: 95px;
  }
  .gg_conchange {
    margin-top: 95px;
  }
}
