.wp_paging{
margin:20px 0;
float:unset;
text-align:center;
clear:both;
}
.wp_paging li{
float:unset;
}
.header {
  width: 100%;
  height: 160px;
  background: url(../images/header-bg.png) no-repeat center center / cover;
}
.header .layout {
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.header .layout .logo {
  float: left;
  margin-top: 40px;
}
.header .layout .logo a {
  display: block;
}
.header .layout .logo a img {
  width: 100%;
}
.header-right {
  float: right;
  margin-top: 58px;
}
.header-right .login,
.header-right .search,
.header-right .english,
.header-right .china {
  float: left;
}

.header-right .login {
  display: inline-block;
  width: 112px;
  height: 36px;
  color: #fff;
  background-color: #815a28;
  border-radius: 12px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}
.header-right .search {
  width: 274px;
  height: 39px;
  position: relative;
  border-radius: 39px;
  margin-right: 15px;
  background-color: #fff;
}
.header-right .search input {
  width: 85%;
  height: 39px;
  border: none;
  border-radius: 39px;
  padding-left: 15px;
  box-sizing: border-box;
}
.header-right .search button{
   position: absolute;
   top: 0px;
   right: 20px;
    width: 19px;
    height: 20px;
    line-height: 35px;
    border: none;
    color: #959595;
    background-color: #fff;
}
//.header-right .search img {
  
//}
.header-right .english,
.header-right .china {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-color: #277bdc;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 43px;
}
.header-right .english {
  margin-right: 10px;
}
.header-right .menu {
  display: none;
}
.mobileNav .search {
  margin-bottom: 20px;
}
.nav {
  height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
.nav ul {
  height: 100%;
}
.nav ul li {
  position: relative;
  float: left;
  height: 100%;
  line-height: 65px;
  box-sizing: border-box;
  margin-right: 60px;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li:hover {
  background-color: #0355b3;
}
.nav ul li > a {
  display: block;
  padding: 0 48px;
  color: #000000;
  font-size: 22px;
  text-align: center;
}
.nav ul li:hover a {
  color: #fff;
}
.nav ul li .dropdown {
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  width: 100%;
  text-align: center;
  background-color: #e8f2fe;
  box-sizing: border-box;
  overflow-y: hidden;
  z-index: 100;
}
.nav ul li .dropdown a {
  display: block;
  border-top: 1px solid #d4dce6;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.nav ul li .dropdown a:hover {
  font-weight: bold;
}
/* 移动端导航 */
.mobileNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.mobileNav .contentct {
  float: left;
  width: 50%;
  height: 100%;
  background: #256ca3;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobileNav .contentct .nav-item {
  width: 90%;
  height: 50px;
  margin-left: 5%;
}
.mobileNav .contentct .nav-item a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.mobileNav .contentct .nav-item:hover {
  background: #003f88;
  -webkit-box-shadow: 8px 8px 10px #000;
  box-shadow: 8px 8px 10px #000;
}
.mobileNav .contentbl {
  float: left;
  width: 50%;
  height: 100%;
  background: #333;
  opacity: 0.2;
}
.footer {
  padding-top: 35px;
  padding-bottom: 38px;
  background: url(../images/footer-bg.png) no-repeat center center / cover;
}
.footer .layout .logo {
  width: 419px;
  margin-right: 75px;
  float: left;
  margin-top: 38px;
}
.footer .layout .logo a {
  display: block;
}
.footer .layout .logo a img {
  width: 100%;
}
.footer .layout h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.footer .layout .contect {
  float: left;
  width: 585px;
  height: 175px;
  border-left: 1px solid #21548d;
  border-right: 1px solid #21548d;
  padding-top: 5px;
  padding-left: 100px;
  box-sizing: border-box;
}
.footer .layout .contect .contect-content {
  float: left !important;
  margin-right: 75px;
  margin-top: 15px;
}
.footer .layout .contect .contect-content span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer .layout .contect .wx {
  float: left !important;
}
.footer .layout .contect .wx p {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer .layout .links {
  float: left;
  margin-left: 100px;
  padding-top: 5px;
}

.footer .layout .links p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer .layout .links p a {
  font-size: 14px;
  color: #fff;
}
.footer .layout .links p a:hover {
  color: #89baf4;
}
.footer .layout .links {
    float: left;
    margin-left: 100px;
    padding-top: 20px;
  }
  .footer .layout .links p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }
  .footer .layout .links p a {
    font-size: 14px;
    color: #fff;
  }
  .footer .layout .links p a:hover {
    color: #89baf4;
  }
  .footer .links-content {
    display: inline-block;
    -webkit-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    transform: translateY(-0.08rem);
  }
  .footer .links-content .links-btn {
    width: 250px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border: 1px solid #7e8aab;
    background-color: transparent;
    cursor: pointer;
    position: relative;
  }
  .footer .links-content .links-btn .left {
    padding-left: 10px;
  }
  .footer .links-content .links-btn img {
    margin-top: 15px;
    margin-right: 13px;
  }
  .footer .links-content .links-btn .links-item {
    position: absolute;
    top: 35px;
    left: -1px;
    width: 100%;
    max-height: 207px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    overflow: auto;
    display: none;
  }
  .footer .links-content .links-btn .links-item a {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
  }
  .footer .links-content .links-btn .links-item a:hover {
    background: #f2f2f2;
    text-decoration: none;
  }
/*@media screen and (max-width: 1620px) {
  .layout {
    padding: 0 30px !important;
  }
  .nav ul li {
    width: 12%;
    margin-right: 2.5%;
  }
  .nav ul li > a {
    display: block;
    padding: 0 3%;
    color: #000000;
    font-size: 22px;
    text-align: center;
  }
  .footer .layout .logo {
    width: 26%;
    margin-right: 4.6%;
  }
  .footer .layout .contect {
    width: 36%;
    padding-left: 6%;
  }
  .footer .layout .contect .contect-content {
    margin-right: 4.6%;
  }
  .footer .layout .links {
    width: 25%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 1350px) {
  .footer .layout .logo {
    width: 26%;
    margin-right: 3%;
  }
  .footer .layout .contect {
    width: 38%;
    padding-left: 4%;
  }
  .footer .layout .contect .contect-content {
    margin-right: 4%;
  }
  .footer .layout .links {
    width: 29%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .layout {
    padding: 0 20px !important;
  }
  .header .layout .logo {
    width: 330px;
  }
  .footer .layout .logo {
    width: 26%;
    margin-right: 2%;
  }
  .footer .layout .contect {
    width: 38%;
    padding-left: 2%;
  }
  .footer .layout .contect .contect-content {
    margin-right: 2%;
  }
  .footer .layout .links {
    width: 32%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 900px) {
  .header {
    height: 100px;
  }
  .header .layout .logo {
    width: 300px;
    margin-top: 20px;
  }
  .header .layout .header-right {
    margin-top: 35px;
  }
  .nav {
    display: none;
  }
  .header .layout .header-right .login,
  .header .layout .header-right .search,
  .header .layout .header-right .english,
  .header .layout .header-right .china {
    display: none;
  }
  .header .layout .header-right .menu {
    display: block;
  }
  .mobileNav .header-right .search {
    margin-left: 10%;
  }
  .mobileNav .header-right .login {
    margin-left: 15%;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .footer .layout {
    margin-left: 30%;
  }
  .footer .layout .logo {
    width: 100%;
    margin-right: 0%;
    margin-top: 0;
  }
  .footer .layout .logo a img {
    width: 300px;
  }
  .footer .layout .contect {
    width: 100%;
    padding-left: 0%;
    border: 0;
    margin-top: 25px;
    height: auto;
  }
  .footer .layout .contect .contect-content {
    margin-right: 2%;
  }
  .footer .layout .links {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .layout {
    padding: 0 10px !important;
  }
  .mobileNav .header-right {
    text-align: center;
  }
  .mobileNav .header-right .search {
    width: 100%;
    margin-left: 0;
  }
  .mobileNav .header-right .login {
    margin-bottom: 20px;
    margin-left: 15%;
  }
  .mobileNav .header-right .english {
    margin-left: 18%;
  }
  .header {
    height: 70px;
  }
  .header .layout .logo {
    width: 215px;
    margin-top: 10px;
  }
  .header .layout .header-right {
    margin-top: 20px;
  }
  .footer .layout {
    margin-left: 5%;
  }
}
@media screen and (max-width: 340px) {
  .footer .layout {
    margin-left: 0%;
  }
}*/
