/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;padding: 0;
}
table{border-collapse: collapse;border-spacing: 0;}
fieldset,img{border: 0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
q:before,q:after{content: ''}
abbr,acronym{border: 0;}
a{text-decoration: none;}

.fontClass {
  width: 383px;
  height: 230px;
  border: 1px solid #ccc;

}

/******通用******/
.floatLeft{float: left;}
.floatRight{float: right;}
.clearFix{clear: both;overflow: auto;}

/******首页******/
.indexSameBox{
	width: 100%;
	background: #fff
}
.indexSameMain{
	width: 1200px;
	margin: auto;
}

/******首页顶部******/
.indexTopBox{}
.indexTopBox .top{}
/*头部logo*/
.indexTopBox a.topLogo{
	display: block;
	padding: 18px 0;
}
/*search+English*/
.indexTopBox .search{
	width: 266px;
	height: 36px;
	padding: 0 18px;
	margin: 32px 50px auto auto;
	border: 1px solid #bdbdbd;
	border-radius: 14px;
	box-sizing: border-box;
	line-height: 36px;
}
.indexTopBox .search input{
	width: 190px;
	height: 34px;
	text-align: middle;
	border: 0;
}
.indexTopBox .search button{
	width: 20px;
	height: 34px;
	background: url(../images/topSearchIcon1.png) no-repeat center;
	border: 0;
	outline: none;
	cursor: pointer;
}
.indexTopBox a.language{
	height: 36px;
	display: block;
	margin-top: 32px;
	padding-left: 20px;
	background: url(../images/topSearchIcon2.png) no-repeat left center;
	color: #333;
	font-size: 14px;
	line-height: 36px;
}
/*menu*/
.indexTopBox .menuBox{
	background: #005cac;
	border-bottom: 3px solid #0291da;
}
.indexTopBox .menuBox ul{
	text-align: center;
}
.indexTopBox .menuBox ul li.dad{
	display: inline-block;
	vertical-align: middle;
	margin: auto 25px;
	position: relative;
}
.indexTopBox .menuBox ul li a.one{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 64px;
}
.indexTopBox .menuBox ul li a.one span,
.indexTopBox .menuBox ul li a.one i{
	display: inline-block;
	vertical-align: middle;
}
.indexTopBox .menuBox ul li a.one i{
	width: 12px;
	height: 64px;
	padding: 0 10px;	
	background: url(../images/topMenuIcon.png) no-repeat center;
}
.indexTopBox .menuBox ul li ul.son{
	width: 146px;
	height: auto;
	position: absolute;
	top: 66px;
	left: -20px;
	z-index: 1000;
	background: #f00;
	display: none;
}
.indexTopBox .menuBox ul li ul.son li{
	position: relative;
}
.indexTopBox .menuBox ul li.dad:hover > ul.son{
	display: block;
}
.indexTopBox .menuBox ul li ul.son.on{
	display: block;
}
.indexTopBox .menuBox ul li ul.son li a{
	width: 146px;
	padding-left: 20px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: left;
	background: #0e9ee8;
}
.indexTopBox .menuBox ul li ul.son li a:hover{
	background: #047bce;
}


.indexTopBox .menuBox ul li ul.son ul.son{
	position: absolute;
	left: 100%;
	top: 0;
	border-left: 1px solid #bbb;
}

.indexTopBox .menuBox ul li.dad ul.son li:hover > ul.son{
	display: block;
}


/******首页banner******/
.indexBannerBox{
	width: 100%;
	height: 457px;
	overflow: hidden;
	position: relative;
	background: #fff;
	z-index: 90;
}
.indexBannerBox .slides li{
	width: 100%;
	height: 457px;
}
/*小圆圆*/
.indexBannerBox .flex-control-nav{
	/*width: 222px;
	height: 26px;*/
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.indexBannerBox .flex-control-nav li{
	width: 28px;
	/*height: 9px;*/
	/*padding: 10px 0;*/
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: auto 15px;
}
.indexBannerBox .flex-control-nav li a{
	width: 14px;
	height: 14px;
	display: block;
	font-size: 0;
	border-radius: 50%;
	background: rgba(0,92,172,0.2);
	position: absolute;
	top: 7.5px;
}
.indexBannerBox .flex-control-nav li .flex-active{
	background: rgba(255,255,255,1);
}
/*箭头*/
.indexBannerBox .flex-direction-nav{
	display: none;
}



/******首页内容部分******/
.indexContBox{

}
/*首页模块标题*/
.indexSameTitleBox{
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	line-height: 50px;
	position: relative;
	margin-bottom: 25px;
}
.indexSameTitleBox h1{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
.indexSameTitleBox h2{
	color: #d5d5d5;
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
}
.indexSameTitleBox a{
	color: #666;
	font-size: 12px;
	display: block;
	padding-left: 18px;
	background: url(../images/indexSameTitleMore.png) no-repeat left center;
}
.indexSameTitleBox a:hover{
	color: #40a1de;
}
.indexSameTitleBox i{
	width: 87px;
	height: 4px;
	display: block;
	background: #0291da;
	position: absolute;
	left: 0;
	bottom: 0px;
}


/*上半部分*/
.indexContBox .topBox{
	padding: 20px 0 40px 0;
	background: url(../images/indexContTopBg.png) repeat-x center bottom;
}
/*新闻公告*/
.indexContBox .topBox .newBox{
	width: 788px;
	/*height: 400px;*/
}
.indexContBox .topBox .newBox .newK{
	width: 788px;
}
.indexContBox .topBox .newBox .newK .L{
	width: 386px;
}
.indexContBox .topBox .newBox .newK .L a{
	display: block;
}
.indexContBox .topBox .newBox .newK .L a .img{
	width: 386px;
	height: 286px;
	background: blue;
	position: relative;
}
.indexContBox .topBox .newBox .newK .L a .img img{
	width: 386px;
	height: 286px;
	display: block;
}
.indexContBox .topBox .newBox .newK .L a .img h1{
	width: 100%;
	height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.indexContBox .topBox .newBox .newK .L a .img h1 span{
	width: 366px;
	height: 46px;
	display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.indexContBox .topBox .newBox .newK .L a .cont{
	height: 76px;
	overflow: hidden;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #d5d5d5;
}
.indexContBox .topBox .newBox .newK .L a .cont h3{
	color: #999;
	font-size: 14px;
	margin-bottom: 9px;
}
.indexContBox .topBox .newBox .newK .L a .cont p{
	height: 35px;
	/*overflow: hidden;*/
	color: #333;
	font-size: 12px;
	line-height: 24px;
}
.indexContBox .topBox .newBox .newK .L a .cont p span,
.indexContBox .topBox .newBox .newK .L a .cont p a{
	/*display: inline-block;*/
}
.indexContBox .topBox .newBox .newK .R{
	width: 386px;
	height: 386px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}
.indexContBox .topBox .newBox .newK .R ul li{
	padding: 0 15px;
	height: 48px;
	overflow: hidden;
}
.indexContBox .topBox .newBox .newK .R ul li a{
	display: block;
	padding-left: 10px;
	background: url(../images/indexListIconHover.png) no-repeat left center;
	border-bottom: 1px dashed #d5d5d5;
	color: #333;
	font-size: 14px;
	line-height: 46px;
}
.indexContBox .topBox .newBox .newK .R ul li:nth-child(8) a{
	border-bottom: 0;
}
.indexContBox .topBox .newBox .newK .R ul li a:hover{
	color: #337dbd;
	background: url(../images/indexListIcon.png) no-repeat left center;
}
.indexContBox .topBox .newBox .newK .R ul li a span.tit{
	width: 246px;
	display: inline-block;
	vertical-align: middle;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.indexContBox .topBox .newBox .newK .R ul li a span.date{
	width: 80px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

/*中心概况*/
.indexContBox .topBox .surveyBox{
	width: 386px;
	height: 400px;
}
.indexContBox .topBox .surveyBox .list{
	height: 386px;
	padding: 0 18px;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}
.indexContBox .topBox .surveyBox .list ul{
	padding: 3px 0;
}
.indexContBox .topBox .surveyBox .list ul li{
	border-bottom: 1px solid #d5d5d5;
	padding: 18px 0;
}
/*.indexContBox .topBox .surveyBox .list ul li:nth-child(4){
	border-bottom: 0;
}*/
.indexContBox .topBox .surveyBox .list ul li .date{
	width: 56px;
	height: 56px;
	border: 1px solid #d5d5d5;
	float: left;
	line-height: 28px;
	text-align: center;
}
.indexContBox .topBox .surveyBox .list ul li .date h3{
	width: 100%;
	height: 28px;
	background: #337dbd;
	color: #fff;
	font-size: 16px;
}
.indexContBox .topBox .surveyBox .list ul li .date h4{
	width: 100%;
	height: 28px;
	background: #fff;
	color: #999;
	font-size: 14px;
}
.indexContBox .topBox .surveyBox .list ul li p{
	width: 260px;
	height: 58px;
	padding: 9px 0;
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}




/*学术研究*/
.indexContBox .bottomBox .researchBox{
	width: 386px;
	height: 400px;
}


/*下半部分*/
.indexContBox .bottomBox{
	padding: 40px 0;
	background: #fff;
}

/*列表*/
.indexContBox .bottomBox .listBox{

}
.indexContBox .bottomBox .listBox img{
	width: 385px;
	height: 64px;
	display: block;
}
.indexContBox .bottomBox .listBox ul.list{
	width: 385px;
	height: 230px;
	border: 1px solid #d5d5d5;
	border-top: 0;
	box-sizing: border-box;
}
.indexContBox .bottomBox .listBox ul.list li i{
	width: 25px;
	height: 45px;
	display: block;
	float: left;
	background: url(../images/indexListIconHover.png) no-repeat center;
}
.indexContBox .bottomBox .listBox ul.list li a{
	width: 358px;
	float: left;
	border-bottom: 1px dashed #d5d5d5;
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 44px;
}
.indexContBox .bottomBox .listBox ul.list li:last-child a{
	border-bottom: 0;	
}
.indexContBox .bottomBox .listBox ul.list li:hover a{
	color: #0291da;
}
.indexContBox .bottomBox .listBox ul.list li:hover i{
	background: url(../images/indexListIcon.png) no-repeat center;
}
.indexContBox .bottomBox .listBox ul.list li a span{
	width: 338px;
	display: block;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*国际交流*/
.indexContBox .bottomBox .nationBox{
	width: 386px;
	height: 400px;
	margin-left: 20px;
}

/*资源中心*/
.indexContBox .bottomBox .resourseBox{
	width: 386px;
	height: 400px;
}
.indexContBox .bottomBox .resourseBox .listBox ul.list li a{
	width: 328px;
}
.indexContBox .bottomBox .resourseBox .listBox ul.list li a span{
	width: 308px;
}
.indexContBox .bottomBox .resourseBox .listBox ul.list li a.down{
	width: 30px;
	height: 44px;
}
.indexContBox .bottomBox .resourseBox .listBox ul.list li:hover a.down{
	background: url(../images/indexListDown.png) no-repeat left center;
	display: block;
}
.indexContBox .bottomBox .resourseBox .listBox ul.list li a.down:hover{
	background: url(../images/indexListDownHover.png) no-repeat left center;
}


/******友情链接******/
.indexLinkBox{
	background: #f1f8fe;
	padding: 24px 0 40px 0;
	position: relative;
	overflow-x: hidden;
}
.indexLinkBox .title{
	width: 100%;
	height: 50px;
	position: relative;
}
.indexLinkBox .title h1{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}
.indexLinkBox .title i{
	width: 87px;
	height: 4px;
	display: block;
	background: #0291da;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.indexLinkBox ul.list{
	padding: 14px 0;
}
.indexLinkBox ul.list li{
	float: left;
	color: #535c61;
	font-family: SimHei;
	font-size: 16px;
	line-height: 24px;
}
.indexLinkBox ul.list li span{
	margin: 0 16px;
}
.indexLinkBox ul.list li:last-child span{
	display: none;
}
.indexLinkBox ul.list li a{
	color: #535c61;
}
.indexLinkBox img.wave{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*******底部*******/
.bigBottomBox{
	padding: 10px 0;
	background: #2b363b;
	color: #9e9fa0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

















/*子页banner*/
.ziyeBannerBox{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.ziyeBannerBox img{
	width: auto;
	height: 36s0px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}




/*新闻列表页*/
.newListBox{
	padding: 40px 0;
}
.newListBox .title{
	margin-bottom: 20px;
	text-align: center;
}
.newListBox .title h1.tit{
	color: #333;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.news_list_main{
	margin-bottom: 40px;
}
.news_list_main li{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.news_list_main li a{
	width: 100%;
	height: 100%;
	padding-bottom: 17px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	transition: all .4s;
}
.news_list_main li a .news_list_date{
	width: 60px;
	height: 42px;
	background: #005cac;
	float: left;
}
.news_list_main li a .news_list_date span{
	color: #fff;
	display: block;
	font-family: Arial;
}
.news_list_main li a .news_list_date .news_list_date_one{
	margin-top: 8px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.news_list_main li a .news_list_date .news_list_date_two{
	margin-left: 8px;
	font-size: 8px;
	line-height: 16px;
	text-align: left;
}
.news_list_main li a img{
	width: 210px;
	height: 144px;
	display: block;
	float: left;	
	margin-top: 19px;
	margin-right: 30px;
}
.news_list_main li a .news_list_content{
	width: 680px;
	height: auto;
	float: left;
}
.news_list_main li a .news_list_content h1{
	margin-top: 19px;
	color: #222;
	font-size: 18px;
	line-height: 40px;
}
.news_list_main li a .news_list_content p{
	color: #444;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.news_list_main li a .news_list_more{
	width: 210px;
	height: 181px;
	background: url(../images/y_news3.png) no-repeat center 80px;
	float: right;
	transition: all 1s;
}
.news_list_main li a:hover{
	background: #f5f5f5;
}
.news_list_main li a:hover .news_list_more{
	background: url(../images/y_news4.png) no-repeat 110px 80px;
}
.news_list_main li a:hover .news_list_content h1{
	color: #005cac;
}








/*子页页码*/
.ziye_page_box{
	/*padding: 0 0 0 16px;*/
}
.ziye_page_box li{
	float: left;
	margin-right: 5px;
}
.ziye_page_box li a{	
	width: 36px;
	height: 36px;
	display: block;
	background: #f9f9f9;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box li a:hover,
.ziye_page_box .select a{
	color: #fff;
	background: #005cac;
}
.ziye_page_box .ellipsis a{
	background: none;
}
.ziye_page_box .last a{
	background: #f9f9f9 url(../images/y_ziye_page1.png) no-repeat center;
}
.ziye_page_box .last a:hover{
	background: #005cac url(../images/y_ziye_page1_1.png) no-repeat center;
}
/*后台page样式*/
.ziye_page_box span,
.ziye_page_box a{
	float: left;
	margin-right: 5px;
}
.ziye_page_box span:hover,
.ziye_page_box a:hover{
	color: #fff;
	background: #005cac;
}
.ziye_page_box .current{
	width: 36px;
	height: 36px;
	display: block;
	color: #fff;
	background: #005cac;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box .num{
	width: 36px;
	height: 36px;
	display: block;
	background: #f9f9f9;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box .next,
.ziye_page_box .prev{
	width: 36px;
	height: 36px;
	display: block;
	color: #a1a1a1;
	font-size: 0;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box .next{
	background: #f9f9f9 url(../images/y_ziye_page1.png) no-repeat center;
}
.ziye_page_box .next:hover{
	background: #005cac url(../images/y_ziye_page1_1.png) no-repeat center;
}
.ziye_page_box .prev{
	background: #f9f9f9 url(../images/y_ziye_page2.png) no-repeat center;
}
.ziye_page_box .prev:hover{
	background: #005cac url(../images/y_ziye_page2_1.png) no-repeat center;
}






/*新闻详情页*/
.newsContBox{
	padding: 40px 0;
}
.newsContMain{
	border: 1px solid #ccc;
	padding: 30px;
}
.newsContBox .title{
	margin-bottom: 20px;
	text-align: center;
}
.newsContBox .title h1.tit{
	color: #333;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.newsContBox .title .about{
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.newsContBox .title .about span{
	padding: 0 20px;
}
.newsContBox .introBox{
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.newsContBox .introBox p{
	text-indent: 2em;
}
.newsContBox .introBox img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
}
.newsContBox .number{
	color: #666;
	font-size: 14px;
	line-height: 28px;
}