/*------样式目录
1.header样式
2.搜索框
3.nav-导航菜单
4.content-内容
-------*/


/*header-样式*/

.head-area {
	position: relative;
	width: 100%;
	height: auto;
}

.head-area .conbox {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background-color: #003F88;
}

.head-area .conbox .logo {
	float: left;
}

.head-area .conbox .logo img {
	display: block;
	width: auto;
	height: 38px;
}

.head-area .conbox .j-menu {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	cursor: pointer;
}

.head-area .conbox .j-menu img {
	display: block;
	width: 100%;
	height: auto;
}

.head-area .conbox .j-search {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-right: 12px;
	cursor: pointer;
}

.head-area .conbox .j-search img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner-box .swiper-container-1 {
	position: relative;
}

.banner-box .photos {
	position: relative;
	width: 100%;
	height: auto;
}

.banner-box .photos img {
	display: block;
	width: 100%;
	height: auto;
}


/*搜索框*/

.search-box {
	display: none;
	position: fixed;
	left: 0;
	top: 52px;
	width: 100%;
	background-color: #002e64;
	width: 100%;
	height: 52px;
	z-index: 99;
	padding: 10px 12px;
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	.search-box {
		top: 52px !important;
	}
}

.search-box .search {
	position: relative;
	width: 100%;
}

.search-box .search input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
        width: 100% !important;
	height: 32px;
	font-size: 14px;
	color: #fff;
	padding: 0;
	padding-left: 5px;
	border-bottom: solid 1px #fff;
	background-color: #002e64;
	outline: none;
}

.search-box .search button[type="submit"] {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon/search-white.png);
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: #002e64;
	background-size: 20px 20px;
	padding: 5px;
	border: none;
	outline: none;
}


/*搜索框*/


/*nav-导航菜单*/

.drop-down-menu {
	display: block;
	position: fixed;
	right: -90%;
	top: 0;
	background-color: #3a3a3a;
	width: 90%;
	height: 100%;
	z-index: 999999;
	padding: 20px;
}

.j-close {
	position: absolute;
	top: 12px;
	right: 12px;
}

.banben .chinese,
.banben .english {
	float: left;
	height: auto;
	font-size: 15px;
	color: #fff;
}

.banben .chinese {
	margin-right: 10px;
}

.banben .chinese a {
	color: #fff;
}

.banben .english a {
	color: #fff;
}

.drop-down-menu ul {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.drop-down-menu ul li {
	position: relative;
	border-bottom: solid 1px #e3e3e3;
	padding: 15px 0;
}

.drop-down-menu ul li a.fir-menulist {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

a.fir-menulist i {
	margin-left: 5px;
}

.second-menuul {
	display: none;
	position: absolute;
	left: 0;
	top: 43px;
	width: 100%;
	height: auto;
	z-index: 10;
}

.second-menuul .list {
	width: 100%;
	height: auto;
}

.second-menuul a.second-menulist {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 10px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	border-bottom: solid 1px #e3e3e3;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.second-menuul a.second-menulist:hover {
	background-color: #0077B3;
	color: #fff;
}


/*二级菜单*/

.sec-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, .8);
}

.sec-menu .navigation-list {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #bfbfbf;
}

.sec-menu .navigation-list:last-child {
	border-bottom: none;
}

.sec-menu .navigation-list a {
	font-family: "Roboto";
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sec-menu .navigation-list a:hover {
	color: #007DDB;
}

.banquan {
	font-family: "RobotoCondensed";
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}


/*nav-导航菜单*/


/*content-内容*/

.contentbox {
	width: 100%;
	height: auto;
	z-index: 99;
}

.content {
	width: 1180px;
	margin: 0 auto;
}


/*content-内容*/

.clearfix {
	clear: both;
}


/*footer-页脚*/

.footer-area {
	width: 100%;
	height: auto;
	padding: 20px 15px;
	background-color: #003F88;
}

.footer-area .foot-info {
	width: 100%;
}

.footer-area .foot-info .top-infos {
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.footer-area .foot-info .top-infos .code {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
}

.footer-area .foot-info .top-infos .code img {
	width: 100%;
	height: auto;
}

.footer-area .foot-info .top-infos p {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.footer-area .foot-info .bottom-infos {
	width: 100%;
	padding: 15px 0 0;
}

.footer-area .foot-info .bottom-infos p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}


/*侧边栏*/

.backtop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 54px;
	width: 32px;
	height: 32px;
	line-height: 40px;
	z-index: 99;
	cursor: pointer;
	background: url(../img/icon/back.png) no-repeat center;
	background-color: #73726f;
	background-size: 24px 24px;
}

.active-2 {
	color: #ef841a !important;
}


/*分页*/

.paging {
	width: auto;
	height: auto;
	font-size: 13px;
	text-align: center;
}

.paging ul li a {
	font-size: 12px;
	margin: 0 5px;
	border-radius: 15px !important;
	padding: 6px 15px;
	color: #3e3e3e;
}

.paging ul li.cur a {
	color: #cc224f !important;
	border-color: #cc224f !important;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 15px 0;
	border-radius: 4px;
}




.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;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
    width: auto !important;
    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: 12px;
    padding:8px 5px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
    width: auto !important;
}
.wp_paging .page_jump span{
    font-size: 12px;
    padding: 8px 5px;
    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;
}