.banner {
  padding-top: 187px;
}

.banner>div {
  width: 1200px;
  margin: 0 auto 0;
  justify-content: flex-end;
}

.banner .top_form {
  width: 249px;
  height: 344px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow:
    0px 0px 23.6px rgba(0, 0, 0, 0.01),
    0px 0px 40px rgba(0, 0, 0, 0.022),
    0px 0px 51px rgba(0, 0, 0, 0.036),
    0px 0px 57.9px rgba(0, 0, 0, 0.055),
    0px 0px 62.4px rgba(0, 0, 0, 0.086),
    0px 0px 72px rgba(0, 0, 0, 0.18);


}

.banner .top_form h2 {
  width: 100%;
  height: 62px;
  background: #fcb93a;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  margin-bottom: 40px;
}

.banner .top_form h2:after {
  content: "";
  border: 10px solid #fcb93a;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.banner .top_form form {
  width: 100%;
  padding: 0 28px;
}

.banner .top_form .item {
  width: 100%;
  margin-bottom: 22px;
}

.banner .top_form .item img {
  width: 18px;
  height: 14px;
  margin-right: 10px;
}

.banner .top_form .item label {
  flex-shrink: 0;
  font-size: 14px;
  color: #1a1a1a;
}

.banner .top_form .item input {
  width: 100%;
  height: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding-left: 5px;
  font-size: 14px;
  color: #1a1a1a;
}

.banner .top_form .btn {
  width: 142px;
  height: 33px;
  border-radius: 33px;
  background-color: #fcb93a;
  margin: 36px auto 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 57px;
  color: #000000;
}

.banner .top_form p {
  margin-top: 8px;
  font-size: 12px;
  color: #000000;
}

nav {
  width: 150px;
  height: 317px;
  background-color: #023bb3;
  position: fixed;
  right: 120px;
  top: 250px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  padding-top: 14px;
  display: none;
  align-items: center;
}

nav.fixed {
  display: flex;
  z-index: 12;
}

nav .nav {
  width: 130px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0055cf;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}

nav .nav.active,
nav .nav:hover {
  background-color: #fcb93a;
  border-radius: 5px;
  color: #0055cf;
  position: relative;
  z-index: 1;
}

nav .nav.active:after,
nav .nav:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 5px;
  z-index: -1;
}

nav .go_top {
  position: absolute;
  bottom: 15px;
  cursor: pointer;
}

.lead {
  width: 100%;
  height: 200px;
  background: #f0f0f0;
}

.lead .content {
  height: 223px;
  background-color: #ffffff;
  position: relative;
  top: -56px;
  padding: 0 102px;
}

.lead .content h2 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  flex-shrink: 0;
}

.lead .content p {
  width: 846px;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
}

.lead .content:after,
.lead .content::before {
  content: "";
  width: 11px;
  height: 131px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lead .content:before {
  left: 0;
  background-color: #0055cf;
}

.lead .content:after {
  right: 0;
  background-color: #fcb93a;
}

.part {
  padding-top: 80px;
  padding-bottom: 60px;
}

.part .title {
  font-size: 48px;
  font-weight: normal;
  color: #000000;
  padding-left: 305px;
  margin-bottom: 70px;
}

.part .title .title_num {
  width: 129px;
  height: 116px;
  background: url(../img/title_icon1.png) no-repeat;
  background-size: 100%;
  font-size: 43px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 32px;
}

.part.blue {
  background-color: #0055cf;
}

.part.grey {
  background-color: #f0f0f0;
}

.part.blue .title {
  color: #ffffff;
}

.part.blue .title .title_num {
  background: url(../img/title_icon2.png) no-repeat;
  background-size: 100%;
}

.part .btm_btn {
  width: 315px;
  height: 57px;
  background-color: #fcb93a;
  border-radius: 57px;
  margin: 92px auto 0;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}

.part .btm_btn:hover {
  transition: all .3s;
  background-color: #ff5236;
}

.part1 thead,
.part3 thead {
  background: #0055cf;
  height: 68px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.part1 thead th,
.part3 thead th {
  border-right: 1px solid #5f94e1;
}

.part1 thead th:nth-child(1) {
  width: 171px;
}

.part1 thead th:nth-child(2) {
  width: 346px;
}

.part1 thead th:nth-child(3) {
  width: 346px;
}

.part1 thead th:nth-child(4) {
  width: 345px;
}

.part1 tbody td {
  height: 69px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 27px;
  color: #231815;
}

.part1 tbody td:nth-child(1),
.part3 tbody td:nth-child(1) {
  font-weight: 700;
}

.part1 tbody tr:nth-child(2n),
.part3 tbody tr:nth-child(2n) {
  background: rgba(0, 85, 207, 0.2);
}

.part2 ul {
  flex-wrap: wrap;
}

.part2 li {
  width: 591px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 35px;
  padding-left: 49px;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

.part2 li:nth-child(3),
.part2 li:nth-child(4) {
  margin-bottom: 0;
}

.part2 li h3 {
  font-size: 25px;
  color: #000000;
  width: 276px;
  border-bottom: 5px solid #fcb93a;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.part2 li .desc>div {
  margin-right: 20px;
}

.part2 li p {
  font-size: 16px;
  line-height: 30px;
  color: #231815;
}

.part2 li b {
  font-size: 22px;
  color: #231815;
}

.part2 li .desc .dis_b {
  flex-direction: column;
  background: url(../img/icon3.png) no-repeat;
  background-position: left center;
  height: 80px;
  padding-left: 36px;
}

.part2 li .desc .dis_b b {
  font-weight: normal;
}

.part2 li .desc img {
  margin-right: 8px;
}

.part2 li .li_btn {
  width: 100%;
  height: 64px;
  background-color: #fcb93a;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  transition: all .3s;
  cursor: pointer;
}

.part2 li .li_btn:hover {
  background-color: #ff5236;
  transition: all .3s;
}

.part3 thead th {
  width: 265px;
}

.part3 thead th:nth-child(1) {
  width: 141px;
}

.part3 tbody td {
  height: 69px;
  padding: 15px 5px;
  line-height: 24px;
}

.part3 {
  padding-bottom: 0;
}

.part3>img {
  margin-top: 59px;
  width: 100%;
}

.part3 .part3_form {
  background: #0055cf;
}

.part3 .part3_form .content {
  background: url(https://www.igo.cn/zt/hz/ly/gjgz/img/book.png) no-repeat;
  background-position: right center;
  height: 270px;
  padding-top: 40px;
}

.part3 .part3_form h3 {
  font-size: 43px;
  color: #ffffff;
}

.part3 .part3_form p {
  font-size: 26px;
  color: #ffffff;
  margin: 5px 0 30px;
}

.part3 .part3_form form {
  align-items: flex-start;
  height: 50px;
}

.part3 .part3_form .item {
  width: 205px;
  height: 50px;
  background-color: #ffffff;
  padding-left: 12px;
  margin-right: 11px;
}

.part3 .part3_form .item img {
  margin-right: 10px;
  flex-shrink: 0;
}

.part3 .part3_form .item input,
.part3 .part3_form .item select {
  width: 100%;
  font-size: 14px;
  color: #2a546d;
}

.part3 .part3_form .item input::placeholder {
  color: #2a546d;
}

.part3 .part3_form .item select {
  background: #ffffff url(../img/form_arrow.png) no-repeat;
  background-size: 8%;
  background-position: 90% center;
}

.part3 .part3_form .item.yzm span {
  width: 90px;
  height: 100%;
  font-size: 14px;
  color: #000000;
  flex-shrink: 0;
  background-color: #fcb93a;
  cursor: pointer;
}

.part3 .part3_form form .submit {
  width: 114px;
  height: 114px;
  border-radius: 114px;
  background-color: #fcb93a;
  font-size: 28px;
  line-height: 32px;
  margin-left: 42px;
  position: relative;
  top: -44px;
  transition: all .3s;
}

.part3 .part3_form form .submit:hover {
  transition: all .3s;
  background-color: #ff5236;
}

.part4 {
  padding-bottom: 0;
}

.part4 .content>p {
  width: 985px;
  font-size: 24px;
  line-height: 41px;
  color: #000000;
  margin: 0 auto;
}

.part4 .content ul {
  margin-top: 70px;
}

.part4 .content li {
  width: 197px;
  height: 257px;
  background-color: #ffffff;
  border-radius: 0 100px 0 0;
  padding-top: 11px;
  position: relative;
}

.part4 .content .li_title {
  width: 148px;
  height: 66px;
  background: #ff5236 url(../img/icon_bg.png) no-repeat;
  border-radius: 0 66px 66px 0;
  font-size: 16px;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 25px;
  position: relative;
  left: -18px;
  margin-bottom: 20px;
}

.part4 .content li:nth-child(2) .li_title {
  background: #9b45c4 url(../img/icon_bg.png) no-repeat;
}

.part4 .content li:nth-child(3) .li_title {
  background: #3bb8d1 url(../img/icon_bg.png) no-repeat;
}

.part4 .content li:nth-child(4) .li_title {
  background: #26a631 url(../img/icon_bg.png) no-repeat;
}

.part4 .content li:nth-child(5) .li_title {
  background: #ff9b05 url(../img/icon_bg.png) no-repeat;
}

.part4 .content .li_title::after {
  content: "";
  border: 8px solid #b23926;
  position: absolute;
  bottom: -16px;
  left: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.part4 .content li:nth-child(2) .li_title::after {
  border: 8px solid #6c3089;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.part4 .content li:nth-child(3) .li_title::after {
  border: 8px solid #298092;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.part4 .content li:nth-child(4) .li_title::after {
  border: 8px solid #1b7422;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.part4 .content li:nth-child(5) .li_title::after {
  border: 8px solid #b26c03;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.part4 .content .li_title span {
  position: relative;
  top: 10px;
}

.part4 .content li b {
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
}

.part4 .content li p {
  font-size: 14px;
}

.part4 .content li:nth-child(1) b,
.part4 .content li:nth-child(1) p {
  padding-left: 31px;
}

.part4 .content li:nth-child(2) b,
.part4 .content li:nth-child(2) p {
  padding-left: 7px;
  padding-right: 1px;
}

.part4 .content li:nth-child(3) b,
.part4 .content li:nth-child(3) p {
  padding-left: 24px;
  padding-right: 30px;
}

.part4 .content li:nth-child(4) b,
.part4 .content li:nth-child(4) p {
  padding-left: 24px;
  padding-right: 9px;
}

.part4 .content li:nth-child(5) b,
.part4 .content li:nth-child(5) p {
  padding-left: 28px;
}

.part4 .content li .btn {
  width: 107px;
  height: 27px;
  background-color: #ff5236;
  font-size: 14px;
  color: #ffffff;
  border-radius: 27px;
  position: absolute;
  right: 12px;
  bottom: 18px;
  cursor: pointer;
}

.part4 .content li:nth-child(2) .btn {
  background-color: #9b45c4;
}

.part4 .content li:nth-child(3) .btn {
  background-color: #3bb8d1;
}

.part4 .content li:nth-child(4) .btn {
  background-color: #26a631;
}

.part4 .content li:nth-child(5) .btn {
  background-color: #ff9b05;
}

.part4 .content .remark {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

.part4 .part4_form {
  padding-top: 50px;
  background: #ffffff;
  padding-bottom: 50px;
}

.part4 .part4_form>.top {
  justify-content: flex-end;
  align-items: flex-start;
}

.part4 .part4_form>.top img {
  width: 456px;
  margin-right: 72px;
}

.part4 .part4_form>.top .desc {
  width: 1015px;
  height: 751px;
  background-color: #f2f2f2;
  border-radius: 100px 0 0 100px;
  margin-bottom: 49px;
  padding-left: 74px;
  padding-top: 89px;
}

.part4 .part4_form>.top .desc h3 {
  font-size: 35px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #3f495b;
  margin-bottom: 50px;
}

.part4 .part4_form>.top .desc .tags {
  position: relative;
  margin-bottom: 90px;
}

.part4 .part4_form>.top .desc .tags span {
  font-size: 20px;
  height: 46px;
  line-height: 42px;
  color: #3f495b;
  display: block;
  position: relative;
  padding-left: 20px;
}

.part4 .part4_form>.top .desc .tags span::before {
  content: "";
  width: 7px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ff5236;
}

.part4 .part4_form>.top .desc .tags span:nth-child(2):before {
  background-color: #3bb8d1;
}

.part4 .part4_form>.top .desc .tags span:nth-child(3):before {
  background-color: #26a631;
}

.part4 .part4_form>.top .desc .tags span:nth-child(4):before {
  background-color: #ff9b05;
}

.part4 .part4_form>.top .desc .tags img {
  position: absolute;
  top: -15px;
  left: 228px;
}

.part4 .part4_form>.top .desc p {
  font-size: 16px;
  line-height: 34px;
  color: #231815;
}

.part4 .part4_form>.top .desc p.last {
  padding-left: 10px;
}

.part4 .part4_form form {
  width: 1170px;
  background: #0055cf;
  margin: 0 auto;
  height: 72px;
  padding-left: 27px;
}

.part4 .part4_form form .item {
  width: 205px;
  height: 50px;
  background-color: #ffffff;
  margin-right: 11px;
  padding-left: 10px;
}

.part4 .part4_form form .item img {
  margin-right: 17px;
  flex-shrink: 0;
}

.part4 .part4_form form .item input,
.part4 .part4_form form .item select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #2a546d;
}

.part4 .part4_form form .item input::placeholder {
  color: #2a546d;
}

.part4 .part4_form .item select {
  background: #ffffff url(../img/form_arrow.png) no-repeat;
  background-size: 8%;
  background-position: 90% center;
}

.part4 .part4_form .item.yzm {
  margin-right: 8px;
  position: relative;
  z-index: 1;
}

.part4 .part4_form .item.yzm::after {
  content: "";
  border: 19px solid #fcb93a;
  border-left: 35px solid #fcb93a;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  z-index: -1;
}

.part4 .part4_form .item.yzm span {
  width: 90px;
  height: 50px;
  flex-shrink: 0;
  background: #fcb93a;
  font-size: 14px;
  cursor: pointer;
}

.part4 .part4_form .btn {
  width: 282px;
  height: 72px;
  background: #0055cf;
  border-left: 14px solid #ffffff;
  font-size: 13px;
  color: #ffffff;
  flex-direction: column;
}

.part4 .part4_form .btn b {
  font-size: 20px;
  margin-bottom: 4px;
}

.part5 {
  padding-bottom: 0;
}

.part5 .part5_sch {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.part5 .title {
  padding-left: 195px;
}

.part5 .part_tab {
  margin-left: 18px;
}

.part5 .part_tab span {
  width: 127px;
  height: 52px;
  background-color: #ffffff;
  font-size: 22px;
  color: #000000;
  margin-right: 6px;
  cursor: pointer;
}

.part5 .part_tab span.active {
  background-color: #fcb93a;

}

.part5 .swiper-slide {
  flex-wrap: wrap;
}

.part5 .swiper-button-next,
.part5 .swiper-button-prev {
  background: url(../img/s_arrow.png) no-repeat;
  background-size: 100%;
  width: 49px;
  height: 49px;
  border-radius: 49px;
  z-index: 10;
}

.part5 .swiper-button-prev {
  transform: rotateZ(180deg);
  left: -75px;
}

.part5 .swiper-button-next {
  right: -75px;
}

.part5 .swiper-button-prev:hover {
  background: url(../img/s_arrow_a.png) no-repeat;
  transform: rotateZ(0deg);
  background-size: 100%;
}

.part5 .swiper-button-next:hover {
  background: url(../img/s_arrow_a.png) no-repeat;
  transform: rotateZ(180deg);
  background-size: 100%;
}

.part5 .swiper-slide>div {
  width: 255px;
  height: 270px;
  background-color: #ffffff;
  flex-direction: column;
  padding: 12px 12px 0;
  align-items: flex-start;
  position: relative;
  margin-bottom: 49px;
  margin-right: 25px;
}

.part5 .swiper-slide>div:nth-child(4n) {
  margin-right: 0;
}

.part5 .swiper-slide>div:nth-child(5),
.part5 .swiper-slide>div:nth-child(6),
.part5 .swiper-slide>div:nth-child(7),
.part5 .swiper-slide>div:nth-child(8) {
  margin-bottom: 0;
}

.part5 .swiper-slide>div .img {
  width: 100%;
  height: 94px;
  overflow: hidden;
  margin-bottom: 14px;
}
.part5 .swiper-slide>div .img a{
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part5 .swiper-slide>div .img img {
  transition: all .3s;
  width: 100%;
}

.part5 .swiper-slide>div .img:hover img {
  transform: scale(1.3);
  transition: all .3s;
}

.part5 .swiper-slide>div h3 {
  font-size: 17px;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 11px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part5 .swiper-slide>div h3 a {
  color: #000000;
}

.part5 .swiper-slide>div h3:hover a {
  color: #0055cf;
}

.part5 .swiper-slide>div .tag {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #231815;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part5 .swiper-slide>div .btn_box {
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  padding-left: 38px;
  position: absolute;
  bottom: 18px;
  left: 0;
}

.part5 .swiper-slide>div .btn_box div {
  width: 93px;
  height: 22px;
  background: #0055cf;
  cursor: pointer;
}

.part5 .swiper-slide>div .btn_box div:last-child {
  background: #fcb93a;
  color: #000000;
  margin-left: 18px;
}

.part5 .ad {
  width: 100%;
  height: 266px;
  background: url(../img/ad_1.png) no-repeat;
  background-position: center;
  margin-top: 100px;
}

.part5 .ad .content {
  position: relative;
  height: 266px;
}

.part5 .ad .btn {
  width: 298px;
  height: 43px;
  background: #0055cf;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  right: 190px;
}

.part6 {
  background: url(../img/part6.png) no-repeat;
  background-position: center;
}

.part6 .content {
  width: 998px;
}

.part6 .title {
  padding-left: 110px;
}

.part6 h3 {
  font-size: 31px;
  font-weight: normal;
  color: #0055cf;
  height: 30px;
  line-height: 30px;
  border-left: 6px solid #0055cf;
  padding-left: 15px;
  margin-bottom: 35px;
}

.part6 .one {
  align-items: flex-end;
  margin-bottom: 64px;
}

.part6 .one li {
  margin-bottom: 36px;
}

.part6 .one li:last-child {
  margin-bottom: 0;
}

.part6 .one li>div {
  width: 101px;
  height: 84px;
  background: #0055cf;
  color: #ffffff;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 26px;
}

.part6 .one li>div span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  height: 37px;
  position: relative;
}

.part6 .one li>div em {
  font-size: 12px;
}

.part6 .one li>div i {
  font-size: 14px;
  position: absolute;
  top: -5px;
  right: -10px;
  display: block;
}

.part6 .one li p {
  width: 465px;
  font-size: 15px;
  line-height: 33px;
  color: #070002;
}

.part6 .two {
  align-items: flex-end;
}

.part6 .two li {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.part6 .two li::before {
  content: "";
  width: 10px;
  background-color: #0055cf;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.part6 .two li:last-child {
  margin-bottom: 0;
}

.part6 .two img {
  position: relative;
  bottom: -27px;
}

.part7 {
  background: url(../img/part7.png) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding-bottom: 30px;
}

.part7 .title {
  padding-left: 104px;
}

.part7 .title .part7_tab div {
  font-size: 30px;
  color: #0055cf;
  width: 411px;
  height: 51px;
  line-height: 49px;
  background-color: #fcb93a;
  align-items: baseline;
  cursor: pointer;
}

.part7 .title .part7_tab div.active {
  background-color: #ffffff;
}

.part7 .title .part7_tab div i {
  font-size: 14px;
}

.part7 .title .part7_tab div:last-child {
  margin-left: 25px;
}

.part7 .list {
  width: 1003px;
  margin: 0 auto 10px;
  background-color: #ffffff;
  position: relative;
  padding-top: 50px;
}

.part7 .list .thead {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 6px;
  background-color: #fcb93a;
  z-index: -1;
}

.part7 .list .thead2 {
  background-color: #e59e2c;

}

.part7 .list .thead.active {
  z-index: 1;
}

.part7 .list .thead span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  width: 40%;
  background-color: #e59e2c;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.part7 .list .thead span:nth-child(1) {
  width: 20%;
  background-color: #fcb93a;
  flex-shrink: 0;
}

.part7 .list .thead span:nth-child(3) {
  background-color: #fcb93a;
}

.part7 .list ul {
  overflow-y: scroll;
  height: 600px;
}

.part7 .list li {
  background-color: #ffffff;
}

.part7 .list li:nth-child(2n) {
  background-color: rgba(252, 185, 58, 0.2);
}

.part7 .list li span {
  width: 40%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid rgba(252, 185, 58, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part7 .list li span:nth-child(1) {
  width: 20%;
  flex-shrink: 0;
}

.part7 .list li span:last-child {
  border: none;
}

.part7 .list li span.runking {
  display: none;
}

.part7 .list li span.runking.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part7 .list li span.runking em{
  background: #fcb93a;
  height: 30px;
  width: 100px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
}

/* 滚动条滑? */
.part7 .list ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(252, 185, 58);
}

.part7 p {
  color: #ffffff;
  font-size: 14px;
}
.part8 {
  background: url(../img/part8.png) no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-top: 40px;
  padding-bottom: 0;
}
.part8 .top{
  width: 803px;
  margin: 0 auto 35px;
  position: relative;
}
.part8 .arrow{
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.part8 .arrow.prev{
  left: 0;
}
.part8 .arrow.next{
  right: 0;
}
.part8 .arrow.next img{
  transform: rotateZ(180deg);
}
.part8 .show{
  width: 646px;
	height: 320px;
	background-color: #bebebe;
  padding: 10px;
  margin: 0 auto;
}
.part8 .img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.part8 .show img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 1;
}
.part8 .show img:nth-child(1){
  z-index: 3;
}
.part8  img{
  width: 100%;
}
.part8 .list{
  overflow: hidden;
  margin-bottom: 55px;
}
.part8 .list li{
  width: 382px;
	height: 240px;
	background-color: #bebebe;
  padding: 10px;
  margin-right: 27px;
  flex-shrink: 0;
}
.part8 .list li>:last-child{
  margin-right: 0;
}
.part8 .address{
  background-color: #0055cf;
  width: 100%;
  height: 119px;
  color: #ffffff;
}
.part8 .address .content{
  height: 100%;
}
.part8 .address .content>div{
  flex-shrink: 0;
}
.part8 .address h3{
  font-size: 14px;
  margin-bottom: 4px;
}
.part8 .address p{
  font-size: 12px;
  line-height: 18px;
}
/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 20;
}

#main .layout>div {
  width: 600px;
  height: 373px;
  background: url(../img/lay.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#main .layout .close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
}

#main .layout .close img {
  width: 100%;
}

#main .layout form {
  height: 30px;
  position: absolute;
  left: 38px;
  bottom: 56px;
}

#main .layout .item {
  width: 130px;
  height: 30px;
  background-color: #ffffff;
  padding-left: 5px;
  margin-right: 11px;
}

#main .layout .item img {
  width: 15%;
  margin-right: 10px;
  flex-shrink: 0;
}

#main .layout .item input,
#main .layout .item select {
  width: 100%;
  font-size: 12px;
  color: #2a546d;
  height: 30px;
}

#main .layout .item input::placeholder {
  color: #2a546d;
}

#main .layout .item select {
  background: #ffffff url(../img/form_arrow.png) no-repeat;
  background-size: 8%;
  background-position: 90% center;
}

#main .layout .item.yzm span {
  width: 90px;
  height: 100%;
  font-size: 14px;
  color: #000000;
  flex-shrink: 0;
  background-color: #fcb93a;
}

#main .layout form .submit {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fcb93a;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  left: -5px;
}