a {
  display: block;
  color: #333;
  text-decoration: none;
}
ul, li {
    list-style: none;
}
h1{
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
       line-height: normal;

}
 h3 {
    font-size: 44px;
    color: #000;
    letter-spacing: 5px;
    text-align: center;
}
body,
html {
  margin: 0;
  padding: 0;
}
.main1 .main1_location,.main1_location {
  width: 1200px;
  margin: 0 auto;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
.main1 .main1_location img {
  display: block;
  width: 26px;
  margin-right: 10px;
}
.main1 .main1_location a:hover{
    color: #153889;
}
.pc {
  min-width: 1600px;
}
.pc .nav {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.pc .nav img {
  position: absolute;
  left: 1%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 95px;
}
.pc .nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
}
.pc .nav .list .item {
  position: relative;
  width: 12%;
}
.pc .nav .list .item .first a,
.pc .nav .list .item .other a {
  color: #666;
  font-size: 16px;
  padding: 14px 0px;
  text-align: center;
}
.pc .nav .list .item .other {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  display: none;
  position: absolute;
  z-index: 99;
  top: 49px;
  left: 0;
  background: #fff;
}
.pc .nav .list .item .other a:hover {
  background: #153889;
  color: #fff;
}
.pc .nav .list .active .first a {
  font-weight: bold;
  color: #143788;
}
.pc .nav .list .active .other a:nth-child(1) {
  font-weight: bold;
  color: #143788;
}
.pc .nav .list .active .other a:hover {
  background: #153889;
  color: #fff;
}
.pc .banner {
  display: block;
  width: 100%;
}
.pc .footer .footer_blue {
  background: url("../images/footer_blue_bg.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;
  padding: 100px 0px 18px;
}
.pc .footer .footer_blue .footer_blue_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1200px;
  margin: 0 auto 75px;
}
.pc .footer .footer_blue .footer_blue_top .logos img {
  display: block;
  margin-bottom: 15px;
}
.pc .footer .footer_blue .footer_blue_top .logos span {
  color: #fff;
  font-size: 20px;
}
.pc .footer .footer_blue .footer_blue_top .footer_blue_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pc .footer .footer_blue .footer_blue_top .footer_blue_top_list div {
  margin: 0 12.5px;
}
.pc .footer .footer_blue .footer_blue_top .footer_blue_top_list div img {
  width: 98px;
  display: block;
}
.pc .footer .footer_blue .footer_blue_top .footer_blue_top_list div div {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.pc .footer .footer_blue .footer_blue_bottom {
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
}
.pc .footer .footer_white {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0px 0px;
}
.pc .footer .footer_white .footer_white_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.pc .footer .footer_white .footer_white_nav .footer_white_nav_item {
  font-size: 16px;
  padding: 0 8px;
  font-weight: bold;
}
.pc .footer .footer_white .footer_white_nav .active {
  color: #153889;
  position: relative;
}
.pc .footer .footer_white .footer_white_nav .active::after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #153889;
}
.pc .footer .footer_white .footer_white_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px #999 solid;
  border-bottom: 1px #999 solid;
  padding: 24px 0 10px;
  margin-bottom: 10px;
  display: none;
}
.pc .footer .footer_white .footer_white_list a {
  color: #999999;
  text-align: center;
  width: 8.2%;
  font-size: 14px;
  margin-bottom: 13px;
}
.pc .footer .footer_white .footer_white_last {
  padding-bottom: 10px;
}
.pc .footer .footer_white .footer_white_last a,.pc .footer .footer_white .footer_white_last span {
  color: #999;
  text-align: center;
  font-size: 14px;
  padding: 7px 0px;
}
.pc .footer .footer_white .footer_white_last span{
    display: block;
}
.pc .head2 {
  width: 1400px;
  margin: 0 auto 10px;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-btn span {
  background: #247fff;
  font-size: 15px;
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-popup {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-popup dl {
  margin: 0;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-popup dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-popup dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-popup dl dd span {
  background: #92bdf8;
  color: #fff;
  font-size: 16px;
  width: 5%;
  margin-right: 1.2%;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.pc .head2 .wrap .ey-citybar .ma .shor-diqu .dq-popup dl dd span a {
  color: #fff;
}


