body {
	margin: 0;
	padding: 0;
}

.header {
	position: relative;
	height: 350px;
	background: url(../img/image/news-bg.png) center center no-repeat #084782;
	background-size: cover;
}

.header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/image/news-pos.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.header.partnership-header {
	background: url(../img/image/bannerBg/partnership-bg.png) center center no-repeat #084782;
	background-size: cover;
}

.header.header-global {
	background: url(../img/image/bannerBg/bg3.png) center center no-repeat #084782;
	background-size: cover;
}

.header.header-about {
	background: url(../img/image/bannerBg/bg4.png) center center no-repeat #084782;
	background-size: cover;
}

.header.header-strategy {
	background: url(../img/image/bannerBg/bg5.png) center center no-repeat #084782;
	background-size: cover;
}

.header.header-study {
	background: url(../img/image/bannerBg/bg6.png) center center no-repeat #084782;
	background-size: cover;
}

.header.header-gat {
	background: url(../img/image/bannerBg/bg7.png) center center no-repeat #084782;
	background-size: cover;
}

.header.header-tuandui {
	background: url(../img/image/bannerBg/bg8.png) center center no-repeat #084782;
	background-size: cover;
}

.header .header-box {
	width: 100%;
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 90px 22px 90px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}

.header .header-box .logo {
	width: 592px;
}

.header .header-box .logo .logo-img {
	width: 100%;
}

.header .header-box .aside {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.header .header-box .aside .topnav {
	display: flex;
	margin-left: auto;
	align-items: center;
}

.header .header-box .aside .topnav .icon {
	display: flex;
	height: 24px;
	align-items: center;
	padding-left: 10px;
	text-decoration: none;
}

.header .header-box .aside .topnav .icon:hover .icon-img path {
	fill: #fff;
}

.header .header-box .aside .topnav .icon:hover .txt {
	color: #fff;
}

.header .header-box .aside .topnav .icon .icon-img {
	font-size: 16px;
	margin-right: 8px;
}

.header .header-box .aside .topnav .icon .icon-img path {
	fill: #ffffff;
}

.header .header-box .aside .topnav .icon .txt {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}

.header .header-box .aside .topnav .icon-search {
	position: relative;
}

.header .header-box .aside .topnav .icon-search::after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0px;
	height: 12px;
	border-right: 1px solid #ffffff75;
}
.header .header-box .aside .topnav .icon-links{
	display: flex;
	height: 24px;
	align-items: center;
	margin-left: 8px;
}
.header .header-box .aside .topnav .icon-links .icon-img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.header .header-box .aside .topnav .icon-links .txt{
	color: #fff;
}
.header .header-box .aside .topnav .icon-links .txt a{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.header .header-box .aside .navs {
	display: flex;
  margin-top: 5px;
	align-items: center;
}

.header .header-box .aside .navs .item {
	padding: 0 6px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.header .header-box .aside .navs .item:hover{	
	color: #C1A861;
	font-weight: 700;
	text-decoration: underline;
}

.header .header-box .aside .navs .item.active {
	font-weight: 700;
	color: #C1A861;
}
.header .header-box .aside .navs .item.active {
	font-weight: 700;
	color: #C1A861;
}
.header .header-box .aside .drop-navs{
	display: none;
}


.header .header-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 230px;
}

.header .header-banner .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.header .header-banner .title .name {
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 10px;
}

.header .header-banner .title .en {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.home-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 109px;
	background: none;
	z-index: 10;
}

.home-header .white {
	display: block;
}

.home-header .blue {
	display: none;
}

.home-header .header-box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.news-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 109px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(4px);
	z-index: 10;
}

.news-header::before {
	background: none;
}

.news-header .white {
	display: none;
}

.news-header .blue {
	display: block;
}

.news-header .header-box {
	border-bottom: 1px solid #084782;
}

.news-header .header-box .aside .topnav .icon:hover .txt {
	color: rgba(0, 0, 0);
}

.news-header .header-box .aside .topnav .icon:hover .icon-img path {
	fill: #000000 !important;
}

.news-header .header-box .aside .topnav .icon .txt {
	color: rgba(0, 0, 0, 0.5);
}

.news-header .header-box .aside .topnav .icon-img path {
	fill: #00000050 !important;
}

.news-header .header-box .aside .topnav .icon-search::after {
	border-color: #00000050 !important;
}

.news-header .header-box .aside .navs .item {
	color: #084782;
}



.news-header .header-box .aside .topnav .icon-links .txt a{
	color: #00000050;
}
.party-header {
	background: url(../img/image/news-bg-2.png) center center no-repeat;
}

.party-header::before {
	background: rgba(173, 60, 60, 0.85);
}

.party-header .logo .blue {
	display: none;
}

.party-header .header-box .aside .topnav .icon .icon-img path {
	fill: #ffffff;
}

.party-header .header-box .aside .topnav .icon .txt {
	color: #ffffff;
}

.party-header .header-box .aside .topnav .icon-search {
	position: relative;
}

.party-header .header-box .aside .topnav .icon-search::after {
	border-right: 1px solid #ffffff;
}

.container.news-container {
	padding-top: 116px;
}

.footer {
	width: calc(100% - 180px);
	height: 230px;
	padding: 50px 90px 20px;
	background: url(../img/image/footer-bg.png) right bottom no-repeat #084782;
	background-size: auto 161px;
	display: flex;
	flex-direction: column;
}

.footer .content {
	width: 1380px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 50px;
}

.footer .website {
	width: 430px;
	margin-top: 30px;
}

.footer .website p {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

.footer .website p img {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.footer .links {
	margin-left: auto;
	margin-right: 60px;
}

.footer .links .title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 28px;
}

.footer .links .select-box {
	margin-bottom: 8px;
	position: relative;
}

.footer .links .select-box::after {
	content: '';
	display: block;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 20px;
	height: 20px;
	background: url(../img/icon/sprite.png) no-repeat -11px -251px;
}

.footer .links .select-box .input_select {
	width: 210px;
	height: 34px;
	line-height: 34px;
	padding-left: 8px;
	padding-right: 30px;
	border: 1px solid #a9c9e2;
	background: #e8f5fe url(arrow.gif) no-repeat rightright 4px;
	color: #807a62;
	cursor: pointer;
}

.footer .links .select-box .input_select:focus {
	outline: none;
}

.footer .links .select-box ul {
	width: calc(100% - 2px);
	background: #e8f5fe;
	border: 1px solid #a9c9e2;
	position: absolute;
	z-index: 99;
	display: none;
}

.footer .links .select-box ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}

.footer .links .select-box ul li a {
	display: block;
	height: 30px;
	color: #807a62;
	text-decoration: none;
}

.footer .links .select-box ul li a:hover {
	background: #c6dbfc;
	color: #369;
}

.footer .links .select-box select {
	min-width: 210px;
	height: 34px;
	padding-left: 5px;
	border-radius: 2px;
	color: #00000025;
}

.footer .wx-follow {
	width: 194px;
	height: 106px;
	background: #ffffff10;
	border-radius: 4px;
	padding: 12px 12px 12px 24px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .wx-follow .tips p {
	text-align: center;
	line-height: 24px;
	font-size: 14px;
}

.footer .wx-follow .tips p:first-child {
	font-size: 14px;
	font-weight: 700;
}

.footer .wx-follow .wx-code {
	width: 104px;
	height: 104px;
	border-radius: 4px;
}

.footer .copy-right {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff75;
	border-top: solid 1px #C1A861;
}

.footer .copy-right>a {
	margin-left: 10px;
	color: #C1A861;
}

.party-footer {
	background: url(../img/image/footer-bg-2.png) right bottom no-repeat #AD3C3C;
	background-size: contain;
}

/*置顶*/
.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;
}

.crumbs {
	position: fixed;
	top: 116px;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	padding-left: 96px;
	border-bottom: 1px solid #084782;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(4px);
}

.crumbs>span:first-child {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-right: 32px;
}

.crumbs>a {
	font-size: 14px;
	font-weight: 700;
	color: #084782;
	margin-right: 8px;
}

.crumbs>a:last-child {
	font-weight: 500;
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.footer .content {
		width: 1280px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {

	.home-header,
	.news-header {
		height: 97px;
	}

	.header .header-box {
		height: auto;
		padding: 20px 60px;
	}

	.header .header-box .logo {
		width: 40%;
	}

	.header .header-box .aside .navs {
		margin-top: 5px;
	}

	.header .header-box .aside .topnav .icon {
		height: 20px;
	}

	.header .header-box .aside .topnav .icon-search::after {
		top: 4px;
	}

	.container .service-online .service-btn {
		width: 125px;
		height: 30px;
	}
	.footer {
		width: calc(100% - 120px);
		padding: 36px 60px 20px;
	}
}
@media only screen and (max-width: 1440px) {
	.header .header-box .aside .navs {
		display: none;
	}
	.header .header-box .aside .drop-navs {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top: 10px;
		
	}
	.header .header-box .aside .drop-navs .j-navIcon{
		width: 25px;
		height: 25px;
		cursor: pointer;
	}
	.header .header-box .aside .drop-navs .j-navIcon img{
		display: block;
		width: 25px;
		height: 25px;
	}
	.header .header-box .aside .drop-navs .nav-ul{
		display: none;
		position: absolute;
		right: 0;
		top: 34px;
		width: 240px;
		padding: 12px 0;
		background-color: #fff;
	}
	.header .header-box .aside .drop-navs .nav-ul li{
		position: relative;
		-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 .header-box .aside .drop-navs .nav-ul li::before{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 40px;
		background: #08478210;		
		z-index: 1;
	}
	.header .header-box .aside .drop-navs .nav-ul li:hover::before{
		width: 100%;
	}
	.header .header-box .aside .drop-navs .nav-ul li:hover::after{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 3px;
		height: 40px;
		background-color: #084782;
		z-index: 2;
	}	
	.header .header-box .aside .drop-navs .nav-ul li a{
		position: relative;
		display: block;
		padding: 0 24px;
		height: 40px;
		line-height: 40px;
		font-weight: 400;
		font-size: 16px;
		color: #000000;	
		z-index: 3;	
	}
	.header .header-box .aside .drop-navs .nav-ul li:hover a{
		font-weight: 700;
		color: #084782;
		text-decoration: underline;
	}
}
.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;
}
.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: 32px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}


    .fixed-search {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      z-index: 105;
      overflow: hidden;
    }

    .model-search {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, .7);
      z-index: 1;
    }

    .fixed-search form {
      position: absolute;
      left: 50%;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 400px;
      height: 48px;
      margin-left: -200px;
      background-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;
      z-index: 2;
    }

    .fixed-search form input {
      width: 340px;
      height: 48px;
      line-height: 48px;
      padding-left: 10px;
      font-size: 18px;
      color: #333;
      border: none;
      outline: none;
      background: transparent;
    }

    .fixed-search form button {
      width: 48px;
      height: 48px;
      background: url(img/icon/search-blue-2.png) no-repeat center;
      border: none;
      outline: none;
    }