.nav{
	height: 110px;
	border-bottom: 1px solid rgba(255,255,255,.35);
	z-index: 30;
}
.logo_pos{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}
.nav_rgt_top{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
}
.nav_rgt_top a,.nav_rgt_top i{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-style: normal;
	line-height: 46px;
}
.nav_rgt_top a{
	font-family: Arial, Helvetica, sans-serif;
}
.nav_rgt_top i.search{
	font-size: 18px;
	width: 44px;
	height: 46px;
	background: #bf441f;
	text-align: center;
	margin-left: 8px;
	cursor: pointer;
}
.nav_rgt_top i.earth{
	font-size: 16px;
	margin-left: 4px;
}
.nav_lst{
	padding-top: 59px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
.nav_lst li{
	line-height: 24px;
}
.nav_lst li a{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 10px;
	font-weight: bold;
	transition: .2s all ease-in-out;
	border-bottom: 3px solid transparent;
}
.nav_lst li.current a{
	border-bottom-color: #fff;
}
.nav_lst li::after{
	content:'';
	display: inline-block;
	vertical-align: top;
	width: 2px;
	height: 2px;
	background: #c5c6c5;
	margin: 0 8px;
	margin-top: 22px;
}
.nav_lst li:nth-last-child(2)::after{
	display: none;
}
.nav_lst li.menu{
	padding: 12px 0 12px 10px;
}
.nav_lst li.menu::after{
	display: none;
}
.nav_lst li.menu i.iconfont{
	font-style: normal;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
.close_menu{
	position: absolute;
	right: 0;
	font-size: 20px;
	color: #fff;
	top: 70px;
	z-index: 30;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: .2s all ease-in-out;
}
.close_menu_show{
	visibility: visible;
	opacity: 1;
}
.head_shadow{
	position: absolute;
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	height: 490px;
}
.subMenu{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 29;
	background: rgba(0,53,105,.98);
	letter-spacing: -3em;
	font-size: 0;
	padding-bottom: 160px;
	visibility: hidden;
	opacity: 0;
	transition: .2s all ease-in-out;
}
.subMenu_show{
	visibility: visible;
	opacity: 1;
}
.subMenu dl{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:0;
	font-size: initial;
	letter-spacing: normal;
	margin-top: 30px;
	width: 190px;
	padding-right: 95px;
}
.subMenu dl dt{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
}
.subMenu dl dt::after{
	content:'';
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin-top: 10px;
}
.subMenu dl dd{
	margin-top: 16px;
}
.subMenu dl dd a{
	color: #c3e1ff;
	font-size: 16px;
	line-height: 20px;
}
.menu_top{
	padding-top: 144px;
}
.marT_m{
	margin-top: -111px;
}

/* List */
.sec_banner{
	height: 490px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}
.sec_banner_ins h3{
	font-size: 66px;
	line-height: 82px;
	text-transform: uppercase;
	color: #fff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	padding-top: 245px;
}
.sec_banner_ins::after{
	display: inline-block;
	content:'';
	width: 100px;
	height: 4px;
	background: #fff;
}
.sec_banner_ins{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 11;
	text-align: center;
}
.breadCum{
	line-height: 46px;
	border-bottom: 1px solid #f3f3f3;
}
.breadCum a,.breadCum span{
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	font-size: 16px;
	color: #333;
}
.bdy_lft{
	width: 300px;
	margin-right: 31px;
}
.dl_menu_lst dd{
	margin-bottom: 1px;
}
.dl_menu_lst dd a{
	display: block;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	padding: 30px 25px 30px 15px;
	background: #f3f3f3;
}
.dl_menu_lst dd a em{
	float: right;
	color: #c4c4c4;
	font-style: normal;
	font-size: 24px;
}
.dl_menu_lst dd a:hover,.dl_menu_lst dd.current a{
	background: #003569;
	color: #fff;
}
.dl_menu_lst dd a:hover em,.dl_menu_lst dd.current a em{
	color: #fff;
}
.dl_menu_lst dd a:hover{
	text-decoration: none;
}
.news_list dd{
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 34px;
}
.news_list dd div{
	padding: 15px 25px;
}
.news_list dd div h3 a{
	font-size: 20px;
	line-height: 30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
}
.news_list dd div span{
	font-size: 16px;
	display: block;
	color: #003569;
	margin-top: 10px;
}
.page_wrap{
	word-spacing: -3em;
	font-size: 0;
	text-align: center;
	display: block;
}
.page_wrap span,.page_wrap a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	word-spacing: normal;
	vertical-align: top;
	line-height: 32px;
	font-size: 18px;
	color: #000;
	padding: 0 10px;
	border: 1px solid #c03600;
	margin: 0 3px;
}
.page_wrap span{
	background: #c03600;
	color: #fff;
}
.page_wrap a.preNxt{
	background: #f3f3f3;
	border-color: #f3f3f3;
	font-size: 20px;
	color: #333;
}
.footer_top{
	background: #0e4b89;
}
.footer_top div.bdy_wid{
	background: #003569;
	height: 158px;
}
.footer_bottom{
	background: #145698;
}
.footer_bottom div.bdy_wid{
	height: 48px;
	background: #0e4b89;
}
.foot_char{
	line-height: 48px;
	color: #5491d0;
	font-size: 14px;
}
.go_top a{
	display: inline-block;
	padding: 20px 0 30px;
}
.foot_dl_lst dl{
	float: left;
	width: 150px;
}
.foot_dl_lst dl dt{
	height: 49px;
	text-align: center;
	line-height: 49px;
	font-size: 16px;
	color: #5c98d7;
	background: #003569;
}
.foot_dl_lst dl:nth-child(2n) dt{
	background: #0e4b89;
}
.foot_dl_lst dl dd{
	width: 150px;
	height: 111px;
	overflow: hidden;
	background: #1a5fa6;
}
.foot_dl_lst dl dd img{
	transition: .2s all ease-in-out;
	opacity: .53;
}
.foot_dl_lst dl dd:hover img{
	transform: scale(1.2);
	opacity: 1;
	transform-origin: center center;
}
.foot_rgt{
	padding: 20px 40px 10px;
}
.foot_rgt p{
	font-size: 14px;
	line-height: 24px;
	color: #5491d0;
	margin: 10px 0 0;
}
.swiper-container-home{
	position: relative;
	margin-top: -111px;
}
.swiper-container-home .swiper-wrapper .swiper-slide{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.zIndex{
	z-index: 30;
}
.slider_txt_wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background-image: linear-gradient(to bottom,rgba(0,0,0,.65),transparent);
}
.slider_txt_wrap div.bdy_wid{
	padding-top: 345px;
}
.slider_txt_wrap div.bdy_wid h3{
	font-size: 66px;
	line-height: 82px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #fff;
}
.slider_txt_wrap div.bdy_wid p{
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.slider_txt_ins{
	width: 896px;
	padding-left: 28px;
	border-left: 4px solid #fff;
	margin-left: 0;
}
.m_sec_banner{
	display: none;
}
.body_hidden{
	overflow: hidden;
	height: 100vh;
}
/*article*/
.content{
	line-height: 30px;
	color: #333;
	font-size: 18px;
	padding: 0 50px;
}
.article_cont{
	border: 1px solid #f3f3f3;
	padding-bottom: 70px;
}
.title{
	font-size: 40px;
	line-height: 50px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #333;
	padding: 0 50px;
}
.share{
	letter-spacing: -3em;
	font-size: 0;
}
.share a{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	margin: 0 0 0 7px;
}
.share a img{
	width: 100%;
	height: auto;
}
.share a.more_share{
	background: #999;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 20px;
}
.share a.more_share:hover{
	text-decoration: none;
}
.author{
	line-height: 25px;
	padding: 10px 35px 10px 50px;
	background: #f3f3f3;
}
.author span{
	display: inline-block;
	font-size: 16px;
	color: #333;
}
.relate dt{
	font-size: 24px;
	color: #003569;
	line-height: 1.4;
	padding: 20px 0;
	font-weight: bold;
}
.relate dd{
	width: 230px;
	background: #f3f3f3;
	padding: 20px;
	min-height: 113px;
	margin-right: 29px;
}
.relate_w dd{
	width: 341px;
	margin-right: 30px;
}
.relate dd a{
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.research_list li{
	width: 334px;
	padding: 20px;
	margin-right: 30px;
	border: 2px solid #f3f3f3;
	border-top-width: 4px;
	margin-top: 40px;
}
.reseach_item_list dd{
	width: 376px;
	margin-right: 30px;
}
.reseach_item_list_long dd{
	width: auto;
	margin-right: 0;
}
.research_list li h3 a{
	font-size: 20px;
	line-height: 30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	display: block;
	margin-top: 21px;
	font-weight: normal;
}
.research_list_noMar li{
	margin-right: 0;
}
.research_list_noMar li h3 a{
	font-weight: bold;
	margin-top: 0;
}
.research_list_noMar li p{
	margin: 13px 0 0;
}
.research_list_noMar li p a{
	font-size: 16px;
	line-height: 24px;
	color: #003569;
	display: block;
	overflow: hidden;
}
.research_list_noMar li p span{
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #003569;
	margin: 10px 0 0 -10px;
}
.research_list_long li{
	margin-right: 0;
	width: 1196px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.research_list_long li h3{
	max-width: 766px;
}
.research_list_long li h3 a{
	padding-left: 20px;
	padding-right: 20px;
}
.research_list_long li p span{
	margin: 10px 5px 0 0;
}
.research_list_long li dl dd{
	width: 375px;
	margin-right: 45px;
}
.research_list_long li dl dd p{
	margin-top: 8px;
	padding: 0 12px;
}
.research_list_long li dl dd p span{
	margin-top: 12px;
}
.research_list_long li dl dd p a{
	padding: 3px 0;
}
.research_list_long li dl dd p:hover{
	background: #f3f3f3;
}
.research_list_long li dl dd p a:hover{
	text-decoration: none;
}
.research_list_long li dl.dl_half dd{
	width: 575px;
}
.journal_list li{
	width: 578px;
	margin-right: 40px;
	margin-top: 38px;
	border: 1px solid #f3f3f3;
}
.journal_list li a.floatlft{
	padding: 22px 24px;
	min-height: 329px;
	background: #f3f3f3;
}
.journal_list li div{
	padding: 30px 25px;
	overflow: hidden;
}
.journal_list li div h3 a{
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.journal_list li div p{
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 10px 0 0;
	padding: 0;
}
.journal_list li div em{
	font-style: normal;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #bf441f;
	margin-top: 10px;
}
.journals_lst li{
	width: 580px;
	margin-right: 40px;
	margin-top: 45px;
}
.journals_lst li dl{
	display: block;
	border: 1px solid #f3f3f3;
}
/*20210825 start*/
.journals_lst li dl dt,.journals_item a{
	height: 69px;
	line-height: 69px;
	padding: 0 13px;
	font-size: 24px;
	font-weight: bold;
	color: #003569;
	background: #f3f3f3;
	display: block;
	text-transform: uppercase;
}
/*20210825 end*/
.journals_lst li dl dd{
	padding: 14px;
}
.journals_lst li dl dd a{
	display: block;
	font-size: 18px;
	line-height: 42px;
	color: #000;
}
.leader_lst li{
	width: 310px;
	margin: 45px 25px 0;
}
.leader_lst li span img,.leader_lst li a img{
	padding: 18px;
	background-image: linear-gradient(to bottom,#fbfbfd,#c3d0e2);
}
.leader_lst li h3 a,.leader_lst li h3 span{
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-top: 15px;
	text-align: center;
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.leader_lst li p{
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0 0;
	color: #333;
	text-align: center;
}
.leader_lst_02{
	border-top: 1px solid #f3f3f3;
	margin-top: 35px;
}
.leader_lst_02 li{
	width: 261px;
	margin: 35px 13px 0;
}
.pics_list li{
	width: 381px;
	margin-right: 29px;
	margin-bottom: 50px;
	border-bottom: 4px solid #003569;
	background: #f3f3f3;
	padding-bottom: 30px;
	position: relative;
}
.pics_list_news li{
	min-height: 584px;
}
.pics_list li a img{
	width: 100%;
	height: auto;
}
.pics_list li h3 a{
	display: block;
	padding: 15px;
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
}
.pics_list li p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding: 0 15px;
	margin: 0;
}
.pics_list li p::before{
	display: block;
	content:'';
	width: 66px;
	height: 1px;
	background: #dbdbdb;
	margin-bottom: 20px;
}
.pics_list li:hover{
	background: #003569;
}
.pics_list li:hover h3 a{
	color: #fff;
}
.pics_list_news li:hover{
	background: #f3f3f3;
}
.pics_list_news li:hover h3 a{
	color: #000;
}
.pics_list li h3 a:hover{
	text-decoration: none;
}
.pics_list_news li h3 a:hover{
	text-decoration: underline;
}
.pics_list_news li h3 span{
	display: none;
}
.pics_list li div{
	padding: 0 15px;
	margin-top: 45px;
}
.pics_list li div em,.pics_list li div a,.showMore em,.showMore a{
	display: inline-block;
	vertical-align: top;
}
.pics_list li div em,.showMore em{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #c03600;
	font-style: normal;
	color: #fff;
	font-size: 18px;
}
.pics_list li div a,.showMore a{
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding-left: 10px;
}
.pics_list li span.date{
	position: absolute;
	width: 61px;
	padding: 8px 0;
	text-align: center;
	top: 0;
	right: 20px;
	z-index: 20;
	background: #fff;
}
.pics_list li span.date i,.pics_list li span.date b{
	display: block;
	font-style: normal;
	text-align: center;
	line-height: 1.2;
	color: #003569;
}
.pics_list li span.date b{
	font-size: 28px;
	font-weight: normal;
}
.pics_list li span.date i{
	font-size: 18px;
}
.pics_list_news_full li{
	width: auto;
	border-bottom: none;
	margin-bottom: 0;
	margin: 0;
	padding-bottom: 0;
}
.pics_list_news_full li p{
	padding: 0;
}
.pics_list_news_full li div.overhid{
	margin-top: 0;
	padding: 0 30px 0 0;
}
.pics_list_news_full li div.overhid div{
	margin-top: 20px;
	padding-left: 0;
}
.pics_list_news_full li div.overhid h3 a{
	padding: 0 0 20px;
	font-size: 36px;
	line-height: 42px;
}
.channel_item a,.channel_item span{
	display: block;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #003569;
	padding: 15px 0;
	font-weight: bold;
}
.swiper-container-channel{
	height: 480px;
	margin-top: 15px;
}
.page_wrap_slider{
	text-align: center;
	margin-top: 35px;
}
.prevNxt{
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #c03600;
	font-size: 14px;
	cursor: pointer;
}
.page_wrap_slider span,.page_wrap_slider .pagination-channel{
	display: inline-block;
	vertical-align: top;
}
.pagination-channel{
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
.pagination-channel span.swiper-pagination-switch{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	background: #aaa;
	display: inline-block;
	margin-top: 10px;
}
.pagination-channel span.swiper-active-switch{
	background: #7d7d7d;
}
.people_list{
	text-align: center;
}
.people_list li{
	width: 220px;
	margin-left: 40px;
	margin-right: 40px;
}
.people_list li img{
	width: 185px;
	height: 255px;
	border: 17.5px solid #f3f3f3;
}
.people_list li div{
	text-align: center;
	width: 220px;
	margin: 0 auto;
}
.people_list li div h3 a{
	display: block;
	font-size: 20px;
	line-height: 36px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
.people_list li div p{
	font-size: 16px;
	line-height: 18px;
	color: #333;
	margin: 10px 0 0;
	text-align: center;
}
.people_list li div h4{
	color: #003569;
	font-size: 16px;
	margin-top: 10px;
}
.people_list li div span{
	display: inline-block;
	height: 1px;
	background: #dbdbdb;
	overflow: hidden;
	width: 66px;
	margin-top: 10px;
}
.bgGray{
	background: #f3f3f3;
	padding: 35px 0 40px;
}
.char_block{
	width: 380px;
}
.char_block h3{
	font-size: 36px;
	line-height: 42px;
	color: #333;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.char_block p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 25px;
}
.posFixed{
	position: absolute;
	top: -218px;
	z-index: 20;
}
.posLeft{
	left: 0;
}
.posRight{
	right: 0;
}
.balance_hei{
	padding-top: 218px;
	height: 375px;
}
.search_ins{
	width: 540px;
	height: 58px;
	border: 3px solid #fff;
	border-radius: 32px;
	-o-border-radius: 32px;
	-webkit-border-radius: 32px;
	padding: 0 20px;
	background: rgba(255,255,255,.3);
	visibility: hidden;
	transition: .2s all ease-in-out;
	opacity: 0;
}
.search_ins_show{
	visibility: visible;
	opacity: 1;
}
.search_ins input{
	width: 490px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: transparent;
}
.search_ins i.iconfont{
	font-size: 30px;
	color: #fff;
	padding-left: 14px;
	font-style: normal;
	line-height: 58px;
	cursor: pointer;
}
.search_ins{
	position: absolute;
	top: 251px;
	z-index: 20;
	left: 50%;
	margin-left: -273px;
}
.search_tit{
	color: #003569;
	font-size: 18px;
	line-height: 30px;
}
.search_tit b{
	font-weight: normal;
	font-size: 26px;
}
.paginate{
	position: absolute;
	right: 0;
	top: 409px;
	width: 10px;
}
.paginate span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(255,255,255,.6);
	cursor: pointer;
	margin-top: 10px;
}
.paginate span.current{
	background-color: #fff;
}
.map_cont{
	height: 831px;
	background: url(../img/map_bg.jpg) no-repeat 50% 50% #1e3c72;
}
.map_ins{
	height: 597px;
	margin-top: 126px;
	margin-left: auto;
	margin-right: auto;
	width: 1159px;
}
.map_ins li{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 20;
	cursor: pointer;
}
.map_ins li div{
	position: relative;
	height: 100%;
	z-index: 25;
}
.map_ins li div dl{
	position: absolute;
	transition: .2s all ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: 25;
	padding: 10px 20px;
	background: #fff;
	border: 2px solid #103068;
}
.map_ins li:hover{
	z-index: 25;
}
.map_ins li:hover div dl{
	visibility: visible;
	opacity: 1;
}
.map_ins li div dl dd{
	font-size: 16px;
	line-height: 29px;
}
.map_ins li div dl::after{
	content:'';
	display: inline-block;
	background: url(../img/map_arr.png);
	width: 26px;
	height: 22px;
	position: absolute;
	top: 43px;
	left: -26px;
}
.map_ins li div span{
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	background-position: 50% 50%;
	cursor: pointer;
	opacity: .6;
}
.map_ins li div span b{
	display: none;
}
.north_america{
	width: 509px;
	height: 356px;
	top: 0;
	left: 0;
	background-image: url(../img/north_america.png);
}
.map_ins li.north_america:hover{
	background-image: url(../img/north_america_active.png);
}
.forMobile{
	display: none;
}
.north_america dl{
	width: 522px;
	top: 133px;
	left: 389px;
}
.north_america span{
	display: inline-block;
	width: 81px;
	height: 53px;
	top: 175px;
	left: 167px;
	background-image: url(../img/north-america-txt.png);
}

.south_america{
	width: 211px;
	height: 259px;
	left: 247px;
	top: 338px;
	background-image: url(../img/south_america.png);
}
.south_america span{
	width: 81px;
	height: 53px;
	top: 57px;
	left: 74px;
	background-image: url(../img/south-america-txt.png);
}
.map_ins li.south_america:hover{
	background-image: url(../img/south_america_active.png);
}
.south_america dl{
	width: 335px;
	top: 74px;
	left: 185px;
}
.africa{
	width: 263px;
	height: 246px;
	left: 465px;
	top: 253px;
	background-image: url(../img/africa.png);
}
.africa span{
	width: 65px;
	height: 20px;
	top: 73px;
	left: 106px;
	background-image: url(../img/africa-txt.png);
}
.map_ins li.africa:hover{
	background-image: url(../img/africa_active.png);
}
.africa dl{
	width: 335px;
	top: 49px;
	left: 253px;
}
.europe{
	width: 323px;
	height: 249px;
	top: 0;
	right: 390px;
	background-image: url(../img/europe.png);
}
.europe span{
	width: 69px;
	height: 20px;
	top: 176px;
	left: 159px;
	background-image: url(../img/europe-txt.png);
}
.map_ins li.europe:hover{
	background-image: url(../img/europe_active.png);
}
.europe dl{
	width: 335px;
	top: 151px;
	left: 275px;
}
.asia{
	width: 529px;
	height: 396px;
	top: 0;
	right: 0;
	background-image: url(../img/asia.png);
}
.map_ins li.asia{
	z-index: 19;
}
.map_ins li.asia:hover{
	background-image: url(../img/asia_active.png);
	z-index: 25;
}
.map_ins li.asia div dl::after{
	top: 43px;
	left: 562px;
	transform: rotate(180deg);
}
.asia dl{
	width: 522px;
	top: -118px;
	left: -522px;
}
.asia span{
	width: 42px;
	height: 20px;
	top: 187px;
	right: 273px;
	background-image: url(../img/asia-txt.png);
}
.australia{
	width: 243px;
	height: 199px;
	bottom: 0;
	right: 0;
	background-image: url(../img/australia.png);
}
.australia span{
	width: 101px;
	height: 20px;
	right: 125px;
	bottom: 95px;
	background-image: url(../img/australia-txt.png);
}
.map_ins li.australia:hover{
	background-image: url(../img/australia_active.png);
	z-index: 25;
}
.map_ins li.australia div dl::after{
	top: 30px;
	left: 375px;
	transform: rotate(180deg);
}
.australia dl{
	width: 335px;
	top: 51px;
	left: -405px;
}
.swiper-container-news{
	padding-top: 40px;
	padding-bottom: 70px;
	height: 395px;
}
.swiper-container-news li.swiper-slide{
	position: relative;
	width: 100%;
	padding-bottom:37px;
}
.swiper-container-news li div.overhid{
	position: absolute;
	background: #fff;
	padding: 30px;
	right: 0;
	bottom: 0;
	z-index: 20;
	width: 395px;
	min-height: 325px;
}
.swiper-container-news li div h3 a{
	font-size: 28px;
	line-height: 42px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #333;
}
.swiper-container-news li div em{
	font-style: normal;
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #003569;
	margin-top: 15px;
}
.swift_arr{
	position: absolute;
	right: 0;
	bottom: 35px;
	z-index: 21;
}
.swift_arr span{
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	background: #6686a5;
}
.swift_arr span:hover{
	background: #003569;
}
.swift_arr span.nxt_arr{
	transform: rotate(180deg);
}
/*20210825 start*/
.menu_top dt a{
	color: #fff;
}
.research_item_wrap{
	background: #f3f3f5;
	border-top: 4px solid #448aca;
	padding: 25px 26px 35px;
	margin-top: 40px;
}
.research_item_wrap_sec{
	background: #e9ebf0;
	border-top-color: #556fb5;
}
.research_item_wrap_tri{
	background: #ecf2f7;
	border-top-color: #003569;
}
.research_tit a{
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.research_lst_new li{
	margin-top: 8px;
}
.research_lst_new li a{
	font-size: 16px;
	line-height: 24px;
	color: #003569;
	display: block;
	overflow: hidden;
}
.research_lst_new li span{
	width: 3px;
	height: 3px;
	float: left;
	margin: 9px 0 0 0;
	background: #003569;
	margin-left: -10px;
}
.research_lst_block li{
	display: block;
}
.research_half dd{
	width: 580px;
	margin-right: 30px;
}
.research_half dd:nth-child(2n){
width: 530px;
	margin-right: 0;
}
.research_lst_tri dd{
	width: 33.33%;
}
.research_lst_tri dd ul{
	padding-right: 20px;
}
.research_lst_tri dd:nth-child(3n) ul{
	padding-right: 0;
}
/*20210825 end*/
/*20210820*/
#displaypagenum {
	font-size:14px;
	font-weight:bold;
	color:#a0a3a5;
    overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight:normal;
	margin:20px 0 0;
    line-height: 35px;
}

#displaypagenum {
text-align: center;
}
#displaypagenum span {
	text-decoration:none;
	padding:10px 15px;
	background-color:#c03600;
	color:#fff;
}
#displaypagenum a {
text-decoration:none;
	color:#000;
	padding:10px 15px;
	border:1px solid #c03600;
}
#displaypagenum span:hover,#displaypagenum a:hover{background-color:#c03600;color:#fff;cursor:pointer;}

.article_cont iframe{ margin:0 auto;}
.content img{ display:block; margin:0 auto;}
/*20210820*/

.news_list a img { width: 300px; height: auto; }
/*20210903 start*/
.givingBx{
	height: 180px;
	overflow: hidden;
	background: url(../img/giving_banner.jpg) no-repeat 50% 0 #0f4b89;
}
.givingBx h3 a{
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: capitalize;
	color: #0e4b89;
	display: block;
	text-align: center;
	margin-top: 50px;
}
.givingBx i{
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	color: #0e4b89;
}
/*20210903 end*/
/*20210918 start*/
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    margin:40px 270px 50px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
float: left;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #0072bc;
    color: #fff;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 34px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style a:hover {
    color: #fff;
    background: #0072bc;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #0072bc;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
/*20210918 end*/
.news_list dd div h3 a b {color:#0072bc;}