body {
  position: relative;
}
.nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  height: 0.94rem;
  transform: translateX(-50%);
  z-index: 12;
  background: url(../images/nav-bg2.png) no-repeat left center / cover;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 0.1rem 0;
}
.nav .box {
  width: 18rem;
  height: 100%;
  margin: 0 auto;
  line-height: 0.94rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-items: baseline;
  -webkit-justify-content: center;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.nav .box .logo {
  padding-top: 0.12rem;
  display: flex;
}
.nav .box .logo .logo2 {
  margin-right: 0.14rem;
}
.nav .box .logo .logo3 {
  padding-right: 0.15rem;
  border-right: 2px solid rgba(255, 255, 255, 0.59);
}
.nav .box .logo .logo4 {
  margin-left: 0.18rem;
}
.nav .box .item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: end;
  width: 80%;
}
.nav .box .item .items {
  width: 76%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-around;
}
.nav .box .item .items li {
  position: relative;
}
.nav .box .item .items li > a {
  color: #ffffff;
  font-size: 0.2rem;
}
.nav .box .item .items li .dropdown {
  width: 2.05rem;
  background: #fff;
  border-top: 4px solid #003c89;
  position: absolute;
  box-sizing: border-box;
  padding: 0 18px;
  line-height: 0.44rem;
  z-index: 999;
  left: -0.64rem;
  top: 0.82rem;
  display: none;
}
.nav .box .item .items li .dropdown a {
  text-align: center;
  display: block;
  font-size: 0.16rem;
  border-bottom: 1px solid #eaeaea;
}
.nav .box .item .items li .dropdown a:hover {
  color: #003c89;
  border-color: #003c89;
}
.nav .box .item .items li .dropdown::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  height: 0.11rem;
  border: 11px solid transparent;
  border-bottom-color: #003c89;
}
.nav .box .item .items-right {
  margin-left: 0.45rem;
  display: inline-block;
}
.nav .box .item .items-right .seach {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/nav-seach.png) no-repeat center center;
  margin-right: 0.4rem;
}
.nav .box .item .items-right a {
  font-size: 0.2rem;
  color: #ffffff;
}
.nav .box .unfold {
  display: none;
}
.nav .box .unfold a {
  color: #ffffff;
  font-size: 0.32rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}
.mo-nav {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #003c89;
  position: absolute;
  top: 1.14rem;
  z-index: 19;
  line-height: 0.75rem;
  box-sizing: border-box;
}
.mo-nav .items a {
  font-size: 0.2rem;
  color: #ffffff;
  display: block;
  border-bottom: 1px solid #447cbc;
}
.mo-nav .search-input {
  position: relative;
  padding: 0.4rem 0;
}
.mo-nav .search-input .input {
  height: 0.7rem;
  background: #fff;
}
.mo-nav .search-input .input input {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  background: transparent;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
  padding-left: 0.2rem;
  vertical-align: top;
  box-sizing: border-box;
}
.mo-nav .search-input button {
  font-size: 0.36rem;
  color: #003c89;
  position: absolute;
  top: 0.4rem;
  right: 0;
  bottom: 0.4rem;
  z-index: 5;
  line-height: 0.7rem;
  width: 1rem;
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
}
.footer {
  width: 100%;
  height: 100%;
  background: url(../images/footer-bg.png) no-repeat center center / cover;
}
.footer .footer-top {
  padding-top: 0.2rem;
  padding-bottom: 0.21rem;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.footer .footer-top .copyright {
  float: left;
  width: 21.5%;
  background: url(../images/line.png) no-repeat right center;
  padding: 0.07rem 0;
  margin-top: 0.13rem;
}
.footer .footer-top .copyright .logo1 {
  margin-right: 0.28rem;
}
.footer .footer-top .copyright div {
  display: inline-block;
  width: 6.19rem;
  height: 0.93rem;
}
.footer .footer-top .copyright div img {
  width: 45%;
  height: 45%;
  object-fit:cover;
}
.footer .footer-top .contect-content {
  width: 49.5%;
  float: left;
  background: url(../images/line.png) no-repeat right center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
}
.footer .footer-top .contect-content ul {
  margin-right: 3.5%;
}
.footer .footer-top .contect-content li {
  font-size: 0.16rem;
  color: #9bc6f7;
  line-height: 0.33rem;
  padding-left: 0.33rem;
}
.footer .footer-top .contect-content li.address {
  background: url(../images/address.png) no-repeat left center;
}
.footer .footer-top .contect-content li.phone {
  background: url(../images/phone.png) no-repeat left center;
}
.footer .footer-top .contect-content li.email {
  background: url(../images/email.png) no-repeat left center;
}
.footer .footer-top .contect-content .wetChat img {
  width: 0.84rem;
  height: 0.84rem;
}
.footer .footer-top .contect-content .wetChat p {
  text-align: center;
  font-size: 0.16rem;
  color: #9bc6f7;
  line-height: 0.3rem;
  padding-top: 0.16rem;
}
.footer .footer-top .link {
  width: 29%;
  box-sizing: border-box;
  padding-left: 9.3%;
}
.footer .footer-top .link h3 {
  font-size: 0.18rem;
  color: #9bc6f7;
  line-height: 0.3rem;
  margin-bottom: 0.21rem;
}
.footer .footer-top .link .link-content {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 2.7rem;
  height: 0.44rem;
  border: 1px solid #4780c1;
  line-height: 0.44rem;
  padding-left: 0.27rem;
  padding-right: 0.17rem;
  box-sizing: border-box;
}
.footer .footer-top .link .link-content span {
  font-size: 0.16rem;
  color: #4780c1;
}
.footer .footer-top .link .link-content img {
  float: right;
}
.footer .footer-top .link .link-content .link-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.44rem;
  display: none;
  max-height: 200px;
  overflow: auto;
  z-index: 19;
}
.footer .footer-top .link .link-content .link-item a {
  display: block;
  width: 100%;
  height: 0.44rem;
  background-color: #fff;
  font-size: 0.16rem;
  color: #333;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footer .footer-bottom p {
  text-align: center;
  line-height: 0.49rem;
  color: #9bc6f7;
  font-size: 0.16rem;
}
.footer .footer-bottom p a {
  color: #447cbc;
}
.model-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9998;
}

.find {
    position: fixed;
    top: -200px;
    left: 50%;
    z-index: 9999;
    display: block;
    transition: all 0.8s ease-in-out;
    transform: translateX(-50%);
}

.find input {
    width: 420px;
    height: 50px;
    border: none;
    padding-left: 10px;
    font-size: 16px;
    line-height: 50px;
    color: #959595;
    /*  background: url(../images/search_md.png) no-repeat 98%; */
    background-color: #ffffff;
    outline: none;
}

.find form button {
    border: none;
    outline: none;
    background-color: #fff;
    margin-top: 10px;
    position: absolute;
    right: 8px;
    top: 0;
}
.wp_paging{
padding-top:20px;
text-align:center;
float:unset;
clear:both;
}
.wp_paging li{
float:unset;
}
@media screen and (max-width: 1850px) {
  .nav .box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .nav .box .item .items-right {
    margin-left: 0.35rem;
  }
  .nav .box .item .items-right .seach {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 1650px) {
  .nav .box .item .items {
    width: 80%;
  }
  .nav .box .item .items-right {
    margin-left: 0.2rem;
  }
  .nav .box .logo .logo2 img {
    width: 2.41rem;
    height: 0.63rem;
  }
  .nav .box .logo .logo3 img {
    width: 1.67rem;
    height: 0.56rem;
  }
  .nav .box .logo .logo4 img {
    width: 2.99rem;
    height: 0.49rem;
  }
}
@media screen and (max-width: 1400px) {
  .layout {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .nav .box .item .items-right .seach {
    width: 0.32rem;
    height: 0.32rem;
  }
  .nav .box .item .items-right {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1250px) {
  .nav .box .item {
    display: none;
  }
  .nav .box .unfold {
    display: block;
  }
  .nav .box .logo {
    padding-top: 0;
  }
  .nav .box .unfold img {
    width: 0.32rem;
    height: 0.32rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .nav .box .item .items-right {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer .footer-top {
    display: block;
    padding-left: 28%;
  }
  .footer .footer-top .copyright {
    float: none;
    background-image: none;
    width: 100%;
  }
  .footer .footer-top .contect-content {
    float: none;
    background-image: none;
    width: 100%;
    justify-content: left;
    -webkit-justify-content: left;
  }
  .footer .footer-top .link {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .footer .footer-top {
    display: block;
    padding-left: 18%;
  }
}
@media screen and (max-width: 680px) {
  .mo-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .footer .footer-top {
    padding-left: 5%;
  }
  .footer .footer-top .copyright {
    margin: 20px 0;
  }
  .wetChat {
    text-align: center;
    float: left;
  }
  .footer .footer-top .contect-content .wetChat img {
    width: 84px;
    height: 84px;
  }
  .footer .footer-top .contect-content .wetChat p {
    font-size: 14px;
  }
  .footer .footer-top .contect-content {
    display: block;
  }
  .footer .footer-top .contect-content ul {
    float: left;
  }
  .footer .footer-top .contect-content li {
    font-size: 14px;
    line-height: 28px;
    padding-left: 23px;
  }
  .footer .footer-top .link {
    margin-bottom: 20px;
  }
  .footer .footer-top .link h3 {
    font-size: 16px;
  }
  .footer .footer-top .link .link-content {
    width: 270px;
    height: 44px;
  }
  .footer .footer-top .link .link-content .link-item {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 44px;
    display: none;
    max-height: 200px;
    overflow: auto;
  }
  .footer .footer-top .link .link-content .link-item a {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .footer .footer-top .link .link-content span {
    font-size: 14px;
  }
  .footer .footer-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width:580px) {
.news .row .newsleft,.news .row .newsleft .swiper1 .swiper-slide .swiper1-bottom {
height: 100%;
}
 .news .row .newsleft .swiper1 .swiper-slide .swiper1-bottom h3 .title {
white-space: normal;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: inherit;
}
}
@media screen and (max-width: 443px) {
  .wetChat {
    margin: 20px 0;
  }
}
@media screen and (max-width: 376px) {
  .nav .box {
    padding: 0 8px;
  }
}
@media screen and (max-width: 300px) {
  .footer .footer-top .link .link-content {
    width: 100%;
    height: 44px;
  }
}
