.swiper-slide {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next,
.swiper-button-prev {
  width: 54px;
  height: 74px;
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 32px;
  color: #fff;
}
.swiper-button-next {
  right: 100px;
}
.swiper-button-prev {
  left: 100px;
}
.banner_box {
  position: relative;
}
.nav_box {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #fff;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.nav_box > div {
  height: 64px;
}
.nav_box > div .left {
  height: 100%;
  width: 976px;
  background-color: #f5f5f5;
  border-radius: 5px;
  justify-content: flex-start;
  padding: 0 20px;
}
.nav_box > div .left label {
  height: 24px;
  border-right: 2px solid #062f87;
  font-size: 20px;
  color: #062f87;
  line-height: 24px;
  padding-right: 20px;
}
.nav_box > div .left img {
  margin-right: 10px;
}
.nav_box > div .left input {
  min-width: 330px;
  margin-left: 20px;
  height: 100%;
  line-height: 64px;
  font-size: 16px;
  background: none;
}
.nav_box > div .left .dv {
  background-color: #666666;
  border-radius: 13px;
  padding: 7px 10px;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
}
.nav_box > div .left .dv i {
  margin-left: 7px;
  font-size: 16px;
  cursor: pointer;
}
.nav_box > div .right button {
  width: 164px;
  height: 64px;
  background-color: #f5a706;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 64px;
  font-size: 20px;
  cursor: pointer;
}
.nav_box > div .right button:hover {
  opacity: 0.7;
}
.nav_box > div .right button img {
  vertical-align: sub;
  margin-right: 10px;
}
.nav_box p {
  margin-top: 20px;
  color: #999;
  font-size: 16px;
}
.nav_box p a {
  font-size: 16px;
  color: #062f87;
}
.index_box1 {
  width: 100%;
  height: 692px;
  background: url('../img/img1.png') no-repeat center;
  background-size: cover;
  padding-top: 151px;
}
.index_box1 .main {
  width: 100%;
}
.index_box1 .main > div {
  width: 276px;
  padding: 62px 10px;
  text-align: center;
  border-bottom: 4px solid #062f87;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  cursor: pointer;
}
.index_box1 .main > div:hover {
  background: #062f87;
}
.index_box1 .main > div:hover .h_img {
  display: inline;
}
.index_box1 .main > div:hover .img {
  display: none;
}
.index_box1 .main > div:hover .xiantiao {
  opacity: 0.1;
}
.index_box1 .main > div:hover h2 {
  color: #fff;
}
.index_box1 .main > div:hover p {
  color: #fff;
}
.index_box1 .main > div .h_img {
  display: none;
}
.index_box1 .main > div .xiantiao {
  margin: 30px auto 0 auto;
  width: 120px;
  height: 1px;
  background: #eee;
}
.index_box1 .main > div h2 {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
.index_box1 .main > div p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #dedede;
}
.index_box2 {
  width: 100%;
  padding-top: 77px;
  background: url('../img/img6.png') no-repeat;
  background-position-y: -120px;
}
.index_box2 > div {
  align-items: flex-end;
}
.index_box2 > div .left {
  width: 672px;
  padding-bottom: 70px;
}
.index_box2 > div .left > p {
  font-size: 18px;
}
.index_box2 > div .left h2 {
  margin-top: 20px;
  font-size: 36px;
}
.index_box2 > div .left h2 span {
  font-size: 36px;
  color: #062f87;
}
.index_box2 > div .left div {
  margin-top: 50px;
}
.index_box2 > div .left div p {
  line-height: 28px;
  font-size: 16px;
  margin-top: 28px;
}
.index_box2 > div .right {
  width: 464px;
}
.index_box3 {
  width: 100%;
  height: 158px;
  background-color: #062f87;
}
.index_box3 .left {
  width: 672px;
  height: 158px;
  padding-right: 77px;
}
.index_box3 .left div p {
  font-size: 16px;
  color: #fff;
}
.index_box3 .left div h2 {
  font-size: 46px;
  color: #fff;
  margin-top: 20px;
}
.index_box3 .left div h2 span {
  font-size: 16px;
  color: #fff;
}
.index_box3 .right {
  width: 464px;
  background-color: #1a6fc9;
  height: 158px;
  padding-left: 36px;
  padding-top: 42px;
}
.index_box3 .right h2 {
  font-size: 36px;
  color: #ffffff;
}
.index_box3 .right p {
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
}
.index_box4 {
  padding-top: 112px;
}
.index_box4.public_box .pubilc_title {
  margin-bottom: 64px;
}
.index_box4 .main {
  position: relative;
}
.index_box4 .main .main_dv {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
}
.index_box4 .main .main_dv > div {
  width: 345px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0px 28px 40px;
}
.index_box4 .main .main_dv h2 {
  font-size: 30px;
  font-weight: bold;
  color: #062f87;
}
.index_box4 .main .main_dv .img {
  margin-top: 40px;
  display: block;
}
.index_box4 .main .main_dv .dv1 {
  margin-top: 40px;
}
.index_box4 .main .main_dv .dv1 .dv {
  text-align: right;
  margin-bottom: 0;
}
.index_box4 .main .main_dv .dv1 > div {
  margin-bottom: 28px;
}
.index_box4 .main .main_dv .dv1 > div > div img {
  vertical-align: middle;
  margin-right: 10px;
}
.index_box4 .main .main_dv .dv1 > div > div span {
  font-size: 18px;
  color: #062f87;
}
.index_box4 .main .main_dv .dv1 > div p {
  margin-top: 17px;
  font-size: 16px;
  color: #666;
}
.index_box5 {
  margin-top: 20px;
  background: #fff;
}
.index_box5 .head {
  height: 60px;
  background-color: #ebf1f7;
  padding-right: 30px;
}
.index_box5 .head .left {
  padding-left: 20px;
  border-left: 4px solid #062f87;
  color: #062f87;
  font-size: 20px;
}
.index_box5 .head .right > div {
  margin-left: 40px;
  font-size: 16px;
}
.index_box5 .head .right > div span {
  font-size: 16px;
  color: #666;
}
.index_box5 .head .right > div img {
  margin-right: 10px;
  vertical-align: middle;
}
.index_box5 .head2 {
  height: 198px;
  padding: 0 90px;
}
.index_box5 .head2 div {
  text-align: center;
}
.index_box5 .head2 div h2 {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
}
.index_box5 .head2 div p {
  margin-top: 10px;
  color: #666666;
  font-size: 16px;
}
.index_box6 {
  margin-top: 20px;
  background: #fff;
}
.index_box7 {
  margin-top: 20px;
  background: #fff;
  height: 66px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.index_box7 a {
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #062f87;
  border: 1px solid #062f87;
}
.index_box7 a:hover {
  color: #fff;
  background: #062f87;
}
.index_box7 div {
  font-size: 16px;
  color: #062f87;
}
.index_box7 div div {
  margin-right: 20px;
}
.index_box7 div p {
  font-size: 16px;
  color: #666666;
  position: relative;
}
.index_box7 div span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #eee;
  margin: 0 20px;
}
#map {
  display: none;
  width: 100%;
  height: 100%;
}
#map #container {
  height: 100%;
}
#container {
  width: 100%;
  height: 666px;
}
.public_box .pubilc_title {
  margin-bottom: 40px;
}
.public_box .pubilc_title h2 {
  text-align: center;
  font-size: 36px;
}
.public_box .pubilc_title h2 span {
  font-size: 36px;
  color: #062f87;
}
.public_box .pubilc_title p {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
.layui-table td,
.layui-table th {
  text-align: center;
}
.layui-table td {
  padding: 19px 15px;
  font-size: 14px;
  color: #666;
}
.layui-table td span {
  color: #062f87;
  border-bottom: 1px solid #062f87;
  cursor: pointer;
}
.layui-table td span:hover {
  opacity: 0.8;
}
.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background-color: #f5f8fa;
}
.layui-table th {
  padding: 14px 15px;
  background-color: #ebf1f7;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    height: 6.5rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 0.54rem;
    height: 0.74rem;
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    font-size: 17px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .nav_box > div {
    height: auto;
  }
  .nav_box {
    padding: 0.2rem;
  }
  .nav_box > div .left {
    padding: 10px;
  }
  .nav_box > div .left img {
    width: 0.23rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .nav_box > div .left label {
    font-size: 0.24rem;
    border-right: none;
    line-height: 0.24rem;
  }
  .nav_box > div .left input {
    min-width: 100%;
    margin-top: 0.2rem;
  }
  .nav_box > div .right {
    width: 100%;
  }
  .nav_box > div .right button {
    width: 100%;
    height: 0.64rem;
    margin-top: 0.2rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
  }
  .nav_box > div .right button img {
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
  }
  .index_box1 {
    padding-top: 2rem;
    padding-bottom: 0.2rem;
    height: auto;
  }
  .index_box1 .main {
    padding: 0 15px;
  }
  .public_box .pubilc_title h2 {
    font-size: 0.36rem;
  }
  .public_box .pubilc_title h2 span {
    font-size: 0.36rem;
  }
  .public_box .pubilc_title {
    margin-bottom: 0.4rem;
  }
  .index_box1 .main > div {
    width: 49%;
    padding: 0.62rem 0.1rem;
    margin-bottom: 0.3rem;
  }
  .index_box1 .main > div img {
    width: 1.04rem;
    height: 1.04rem;
  }
  .index_box1 .main > div .xiantiao {
    width: 1.2rem;
    margin-top: 0.3rem;
  }
  .index_box1 .main > div h2 {
    margin-top: 0.3rem;
    font-size: 16px;
  }
  .index_box1 .main > div p {
    margin-top: 0.1rem;
    height: 24px;
  }
  .public_box .pubilc_title p {
    margin-top: 0.2rem;
    font-size: 14px;
  }
  .index_box2 {
    padding: 0.77rem 15px 0 15px;
  }
  .index_box2 > div .left h2 {
    font-size: 0.36rem;
  }
  .index_box2 > div .left h2 span {
    font-size: 0.36rem;
  }
  .index_box2 > div .left > p {
    font-size: 14px;
  }
  .index_box2 > div .left div {
    margin-top: 0.5rem;
  }
  .index_box2 > div .left div p {
    margin-top: 0.28rem;
    font-size: 14px;
  }
  .index_box2 > div .left {
    width: 100%;
    padding-bottom: 0.7rem;
  }
  .index_box2 > div .right {
    width: 100%;
  }
  .index_box3 .left {
    width: 100%;
    padding: 0 10px;
    height: 1.58rem;
  }
  .index_box3 .left div p {
    font-size: 12px;
  }
  .index_box3 .left div h2 {
    font-size: 0.46rem;
    margin-top: 0.2rem;
  }
  .index_box3 .right {
    width: 100%;
    height: 1.58rem;
    padding: 10px;
  }
  .index_box3 .right h2 {
    font-size: 0.36rem;
  }
  .index_box3 .right p {
    margin-top: 0.28rem;
    font-size: 14px;
  }
  .index_box4 {
    padding-top: 1.12rem;
  }
  #container {
    height: 6.66rem;
  }
  .index_box4 .main .main_dv {
    position: initial;
    transform: translateX(0);
  }
  .index_box4 .main .main_dv > div {
    width: 100%;
    padding: 10px;
  }
  .index_box4 .main .main_dv > div img {
    width: 0.28rem;
  }
  .index_box4 .main .main_dv .img {
    margin-top: 0.4rem;
    width: 2.29rem;
  }
  .index_box4 .main .main_dv .dv1 {
    margin-top: 0.4rem;
  }
  .index_box4 .main .main_dv .dv1 > div p {
    margin-top: 0.17rem;
  }
  .index_box4 .main .main_dv .dv1 .dv img {
    width: 2.98rem;
  }
  .nav_box > div .left .dv ~ label {
    display: block;
  }
  .index_box5 .head .left {
    font-size: 16px;
  }
  .index_box5 .head {
    padding: 10px;
    height: auto;
  }
  .index_box5 .head .right > div {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .index_box5 .head2 div {
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .index_box5 .head2 {
    height: auto;
    padding: 10px;
  }
  .index_box6 {
    overflow: auto;
  }
  .layui-table th {
    white-space: nowrap;
  }
  .layui-table td {
    white-space: nowrap;
  }
  .index_box7 {
    margin-bottom: 0.4rem;
  }
  .index_box7 a {
    width: auto;
    padding: 0 10px;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 14px;
  }


}


.index2_nav_box .nav_box > div .left input{
  display: none;
}
