* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo-left {
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-father {
  width: 670px;
  height: 96px;
  position: relative;
}

.nav-father > ul > li {
  font-size: 18px;
  line-height: 96px;
  text-align: center;
  list-style: none;
  float: left;
}

.nav-father > ul > li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.nav-father ul > li > a:hover {
  font-size: 18px;
  color: #00448F;
  cursor: pointer;
  border-bottom: 2px solid #00448F;
}

.nav-father ul li .son {
  opacity: 0.9;
  width: 91px;
  height: 150px;
  display: none;
  position: absolute;
  z-index: 1;
  margin-left: -9px;
}

.nav-father ul li .son-last {
  opacity: 0.9;
  width: 91px;
  height: 100px;
  display: none;
  position: absolute;
  z-index: 1;
}

.nav-father ul li:hover div {
  display: block;
}

.nav-father ul li div>a {
  display: block;
  background: #fff;
  line-height: 50px;
  font-size: 16px;
  opacity: 0.9;
}

.nav-father ul li div > a:hover {
  color: #00448F;
}

.banner {
  width: 100%;
  height: 517px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner img {
  position: relative;
}

.banner-txt {
  position: absolute;
  width: 1200px;
  height: 70px;
}

.banner-txt p {
  font-size: 40px;
  padding-bottom: 10px;
}

.banner-txt span {
  font-size: 18px;
  color: #666;
}

.introduction {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.introduction .inside .left {
  width: 306px;
  height: 503px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction .inside .left .inside-left {
  width: 251px;
  height: 414px;
}

.introduction .inside .left .inside-left .active {
  color: #00448F;
}

.introduction .inside .left .inside-left .left-1 {
  width: 251px;
  height: 42px;
  background-color: #ffffff;
  text-align: center;
}

.introduction .inside .left .inside-left .left-1 p {
  font-size: 20px;
  line-height: 42px;
  float: left;
  padding-left: 15px;
}

.introduction .inside .left .inside-left .left-2 {
  width: 251px;
  height: 42px;
  background-color: #ffffff;
  margin-top: 22px;
  text-align: center;
}

.introduction .inside .left .inside-left .left-2 p {
  font-size: 20px;
  line-height: 42px;
  float: left;
  padding-left: 15px;
}

.introduction .inside .left .inside-left .left-3 {
  width: 251px;
  height: 193px;
  background-color: #ffffff;
  margin-top: 54px;
}

.introduction .inside .left .inside-left .left-3 .left-3-top {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e1e0e0;
}

.introduction .inside .left .inside-left .left-3 .left-3-top p {
  font-size: 20px;
  color: #00448F;
  font-weight: bold;
  line-height: 40px;
  padding-left: 15px;
}

.introduction .inside .left .inside-left .left-3 .left-3-down {
  width: 100%;
  height: 150px;
  border-bottom: 3px solid #00448F;
}

.introduction .inside .left .inside-left .left-3 .left-3-down span {
  font-size: 15px;
  line-height: 50px;
  padding-left: 15px;
}

.introduction .inside .left .inside-left .left-3 .left-3-down p {
  font-size: 12px;
  color: #777;
  line-height: 20px;
  padding-left: 15px;
}

.introduction .inside .right {
  height: 100%;
  display: none;
}

.introduction .inside .right .right-top {
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
}

.introduction .inside .right .right-top p {
  width: 80px;
  font-size: 20px;
  color: #010000;
  line-height: 33px;
  border-bottom: 2px solid #00448F;
  padding-bottom: 7px;
}

.introduction .inside .right .texts ul li:first-child {
  font-size: 15px;
  color: #00448F;
  padding-top: 35px;
  line-height: 30px;
  list-style: none;
}

.introduction .inside .right .texts ul li:last-child {
  font-size: 15px;
  color: #777;
  line-height: 30px;
  list-style: none;
}

.introduction .inside .right-another {
  width: 820px;
  margin-bottom: 40px;
}

.introduction .inside .right-another .right-another-top {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #e1e1e1;
}

.introduction .inside .right-another .right-another-top p {
  width: 80px;
  font-size: 20px;
  color: #010000;
  line-height: 33px;
  border-bottom: 2px solid #00448F;
  padding-bottom: 7px;
}

.introduction .inside .right-another .request ul li:first-child {
  font-size: 15px;
  color: black;
  padding-top: 35px;
  line-height: 30px;
  list-style: none;
}

.introduction .inside .right-another .request ul li {
  font-size: 15px;
  color: #777;
  line-height: 30px;
  list-style: none;
}

.introduction .inside .right-another .request p {
  font-size: 15px;
  color: #777;
  line-height: 100px;
}

.introduction .inside .right-another .request span {
  font-size: 15px;
  color: black;
}

.arrow-yellow {
  width: 9px;
  float: right;
  margin: 12px 25px 12px 0;
  display: none;
}

.arrow-yellow-hide {
  width: 9px;
  float: right;
  display: block;
  margin: 12px 25px 12px 0;
}

.last {
    width: 100%;
    height: 726px;
    margin: 0 auto;
    position: relative;
}

.last-img {
    width: 1920px;
}

.real-last {
    position: absolute;
    margin-top: -723px;
    width: 100%;
}

.last-up {
    width: 1200px;
    margin: 0 auto;
}

.last-line {
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}
.last-down {
    width: 1200px;
    margin: 0 auto;
}
.logo-name {
  width: 310px;
  height: 70px;
  margin: 0 auto;
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
}

.law-name {
  width: 222px;
}

.law-name h6 {
  font-size: 24px;
  color: white;
  font-weight: normal;
}

.law-name span {
  font-size: 12px;
  color: white;
}

.law-name p {
  padding-top: 5px;
  font-size: 12px;
  color: white;
}

.eight {
  width: 1006px;
  /* height: 85px; */
  margin: 0 auto;
  margin-top: 60px;
}

.line-1 {
  display: flex;
  justify-content: space-between;
}

.line-1 ul {
  display: flex;
  flex-wrap: wrap;
}

.line-1 ul li {
  display: block;
  width: 200px;
  height: 64px;
  text-align: center;
}

.line-1 ul li a {
  font-size: 18px;
  color: white;
}

.wechat {
  width: 110px;
  height: 136px;
  margin: 0 auto;
  margin-top: 50px;
}

.wechat p {
  font-size: 18px;
  color: white;
  padding-top: 12px;
}

.law-site {
  width: 642px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: white;
  margin-top: 30px;
}

.file-no {
  width: 412px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 12px;
  color: white;
}

.dynamic {
  width: 1128px;
  height: 448px;
  margin-top: 82px;
  margin-left: -50px;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

.dynamics {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dynamic-left {
  width: 100px;
  height: 50px;
  margin-top: -4px;
}

.dynamic-right {
  width: 975px;
  height: 75px;
}

.dynamic-left p {
  font-size: 28px;
  font-weight: normal;
  color: #777;
}

.dynamic-left span {
  font-size: 18px;
  color: #777;
  font-weight: bold;
  padding-left: 20px;
}

.point {
  display: flex;
}

.point h6 {
  font-size: 27px;
  color: #c5c4c4;
  margin-top: -10px;
  padding-right: 10px;
}

.dynamic-right p {
  font-size: 15px;
  font-weight: bold;
  color: black;
  padding-bottom: 10px;
}

.dynamic-right span {
  font-size: 15px;
  color: #777;
}
