/*页眉*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  padding: 0;
  background: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  z-index: 10;
}
.header .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .content .logo {
  width: 267px;
  margin-top: 24px;
}
.header .content .logo img {
  display: block;
  width: 100%;
}
.header .content .rt-block {
  display: flex;
  align-items: center;
}
.header .content .rt-block .links{
 display:flex;
}
.header .content .rt-block .links a{
    width: 75px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
}

.header .content .rt-block .links .search{
  width: 24px;
  height: 24px;
}
.header .content .rt-block .links .search img{
  display: block;
  width: 100%;
}
/* 导航菜单 */
.header .content .rt-block  ul.navbox {
  position: relative;
  width: 100%;
  display: flex;
  padding-right: 20px;
  margin-right: 21px;
}
.header .content .rt-block  ul.navbox:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header .content .rt-block ul.navbox li{
  position: relative;
}
.header .content .rt-block ul.navbox li a.menu-link {
  display: block;
  width: 90px;
  text-align: center;
  font-size: 18px;
  padding: 46px 0;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header .content .rt-block ul.navbox li .sub-menu{ 
  opacity: 0;
  display: none;
  position: absolute;
  min-width: 90px;
  height: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.header .content .rt-block ul.navbox li:hover .sub-menu{
  opacity: 1;
  height: auto;
  display: block;
}
.header .content .rt-block ul.navbox li .sub-menu .list a.sub-link{
  display: block;
  font-size: 14px;
  white-space: nowrap;
  padding: 15px 12px;
  color: #fff;
  background-color: #04287E;
}
.header .content .rt-block ul.navbox li .sub-menu .list a.sub-link:hover{
  background-color: #44599A;
}
.main {
	position: relative;
	width: 100%;
	z-index: 9;
}
/*页脚*/
.footer {
  width: 100%;
  padding-top: 40px;
  /* background: url(../img/image/foot-bg.png) no-repeat right top; */
  background-color: #01499d;
  background-size: cover;
}
.footer .content {
  width: 1200px;
  margin: 0 auto;
}
.footer .content .top {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footer .content .top .ft-block .logo {
  width: 267px;
  margin-bottom: 25px;
}
.footer .content .top .ft-block .logo img {
  display: block;
  width: 100%;
}
.footer .content .top .ft-block .info p {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
}
.footer .content .bottom {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
/*分页*/
.page{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.page ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page ul li{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	border: solid 1px rgba(255, 255, 255, 0);
	margin: 0 14px;
	color: #fff;
	cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.page ul li:hover{
	color: #fff;
  background-color:#04287E;
}
.page ul li.cur{
	color: #fff;
	border-color: #04287E;
	background-color: #04287E;
}
@media only screen and (min-width:1280px) and (max-width:1440px) {
	
}
@media only screen and (min-width:0) and (max-width:640px) {
	
}
/*置顶*/
.sidebar {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 8%;
  right: 2%;
  z-index: 999;
}
.sidebar .side {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../img/icon/back.png) center center no-repeat;
  background-color: #626262;
  background-size: 25px 25px;
}

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 20px auto;
    width: auto;
    display: flex;
    justify-content: center;
}
.wp_paging li {
    display: inline-block !important;
    height: auto;
    line-height: unset;
    float: left;
    margin-top: 5px;
    padding: 0 !important;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}