.w1200{
	width: 1200px;
	margin: 0 auto;
}
.label1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.label1 .label2 {
    display: inline-block;
    cursor: pointer;
}
li{list-style: none;}

a,a:hover{
	color: #333333;
	text-decoration: none;
}
h5{
	font-weight: normal;
}
.hide{
	display: none;
}


.top{
	height: 40px;
	line-height: 40px;
	background: #3d6598;
}

.top .notice{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.top .top-box,.top-box a{
	color: #fff;
}
.top-box span,.top-box .top-search{
	display: inline-block;
	margin-right: 10px;
}
.top-box .top-search{
	position: relative;
	width: 133px;
	background: rgba(210,210,210,0.4);
	height: 26px;
	line-height: 26px;
	border-radius: 20px;
}
.top-search input{
	border: none;
	background: transparent;
	display: inline-block;
}
.top-search #tkey{
	height: 26px;
	line-height: 26px;
	text-indent: 1em;
	width: 76%;
}
.top-search #tsbtn{
	position: absolute;
	background: url(search-btn.png) no-repeat center center;
	width: 14px;
	height: 14px;
	top: 6px;
	right: 13px;
}


.iban {
  position: relative;
  overflow: hidden;
  height: 300px;
  clear: both;
  width: 100%;
}
.iban li {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 300px;
  margin-left: -960px;
  text-align: center;
}
.iban .btns {
  position: absolute;
  left: initial;
  right: 19%;
  bottom: 30px;
  height: 12px;
  opacity: 0;
}
/*.iban .btns span {
  display: inline-block;
  float: left;
  width: 67px;
  height: 5px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.iban .btns span.cur {
  background: #f78236;
}*/

.navbox{
	background: #4178be;
	height: 60px;
	text-align: center;
}
.navbox li{
	display: inline-block;
	font-size: 16px;
	margin-right: 30px;
	position: relative;
}
.navbox li:first-child:after{
	left: -21px;
}
.navbox li:after{
	position: absolute;
	content: "";
	background: url(nav_bg.png) no-repeat  center center;
	width: 74px;
	height: 10px;
	bottom: 5px;
	left: 0;
	opacity: 0;
}
.navbox li.on:after,.navbox li:hover:after{
	opacity: 1;
}
.navbox li a.ntit{
	display: inline-block;
	color: #fefefe;
	line-height: 60px;
}
.navbox li .subnav-box{
	position: absolute;
	background: rgba(235,245,247,0.93);
	width: 581px;
	padding: 20px 0;
	top: 60px;
	left: -25px;
	display: none;
  	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  	z-index: 99;
}
.subnav-box a{
	display: inline-block;
	width: 25%;
	float: left;
}
/*.navbox li .subnav-box.jg{
	width: 285px;
}
.navbox li .subnav-box.cg{
	width: 426px;
}
.navbox li .subnav-box.qk{
	width: 150px;
}
.navbox li .subnav-box.dq{
	width: 695px;
	left: initial;
	right: -25px;
}
.navbox li .subnav-box.cb{
	width: 426px;
	left: initial;
	right: -25px;
}
.navbox li .subnav-box .subnav{
	float: left;
	margin-left: 26px;
	margin-right: 17px;
	width: 96px;
	text-align: left;
}
.subnav a{
	display: inline-block;
	margin-bottom: 15px;
	color: #333333;	
	border-bottom: 1px solid transparent;
	transition: all 0.5s;
}
.subnav a:hover{
	border-bottom: 1px solid #4178be;
	color: #4178be;
}*/


.part1-wrap{
	margin-top: 20px;
}
.part1-wrap .left{
	width: 436px;
	height: 220px;
	position: relative;
	margin-left: 20px;
}
.part1-wrap .left .hd{
	overflow:hidden;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.part1-wrap .left .hd ul{ 
	overflow:hidden;
	zoom:1;
	margin: 0 auto; 
}
.part1-wrap .left .hd ul li{ 
	float:left;  
	width:12px; 
	height:12px; 
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer; 
	background:#fff ; 
	border-radius: 50%;
	margin: 50px 17px 0 0;
}
.part1-wrap .left .hd ul li.on{ 
	background: #3d6598; 
}
.part1-wrap .right{
	width: 622px;
	border: 1px solid #e6e5e5;
	padding: 0 20px;
	height: 220px;
	margin-right: 20px;
}
.part1-wrap .right h5{
	font-size: 18px;
	color: #666;
	margin-bottom: 6px;
}
.part1-wrap .right li,.part-box .ibox ul li{
	background: url(index_ic01.jpg) no-repeat left center;
	text-indent: 1em;
	font-size: 14px;
	color: #666666;
	/*margin-bottom: 22px;*/
	transition: all 0.5s;
}
.part1-wrap .right li a,.part-box .ibox ul li a{
	color: #666666;
	transition: all 0.5s;
}
.part1-wrap .right li:hover,.part-box .ibox ul li:hover{
	background: url(index_ic01_h.jpg) no-repeat left center;
}
.part1-wrap .right li:hover a,.part1-wrap .right li:hover,.part-box .ibox ul li:hover a{
	color: #3399cc;
}

.itit1,.itit2{
	background: #3d6598;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.itit1 span ,.itit1 a,.itit2 span{
	display: inline-block;
}
.itit1 span,.itit2 span{
	font-size: 18px;
	color: #ffffff;
	margin-left: 25px;
}
.itit1 a.more{
	float: right;
	margin-right: 25px;
	background: url(index_ic02.png) no-repeat center;
	width: 72px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-indent: 1em;
	margin-top: 9px;
}
.itit2 span{
	font-size: 16px;
}

.part-box{
	margin-top: 10px;
	height: 245px;
}
.part-box .left{
	width: 900px;	
}
.part-box .ibox{
	padding: 12px 30px;
	border: 1px solid #e6e5e5;
	/*height: 222px;*/
	height: 172px;
}
.part-box .ibox .img{
	/*margin-top: 12px;*/
}
.part-box .ibox ul{
	width: 570px;
	margin-left: 35px;
	position: relative;
}
.part-box .ibox ul li{
	margin-bottom: 0;
}
.part-box .ibox ul li span{
	font-size: 14px;
	color: #999;
	float: right;
	display: inline-block;
}
.part-box .right{
	width: 292px;
}
.part-box .right .ibox{
	padding: 15px 25px;	
	height: 166px;
}
.part-box .right li{
	font-size: 14px;
	color: #666666;
	/*line-height: 36px;*/
}
.part-box .right li a{
	color: #666666;
}
.part-box .right li:hover a{
	color: #3399cc;
}

.iannounce .itit2{
	background: #4178be url(index_ic03.png) no-repeat 248px center;
}
.iacademic .itit2{
	background: #3399cc url(index_ic04.png) no-repeat 248px center;
}
.ispecial .itit2{
	background: #4178be;
}
.iactive .itit2{
	background: #3399cc;
}


.part2-wrap .left{
	width: 446px;
}
.part2-wrap .center{
	margin-left: 8px;
}
.part2-wrap .ibox ul{
	margin-left: 0;
	width: 100%;
}

.footer-wrap .ftop{
	/*margin: 10px auto;*/
}
.ftop .left{
	margin-left: 65px;
	margin-right: 140px;
}
.ftop .right{
	height: 110px;
	padding-left: 150px;
	border-left: 1px dashed #bfbfbf;
	margin-top: 10px;
	overflow: hidden;
}
.ftop .right img{
	float: right;
	margin-left: 50px;
	margin-top: 20px;
}
.ftop .right div{
	margin-top: 26px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	float: left;
}
.footer-wrap .fnav{
	background: #313131;
	text-align: center;
	line-height: 40px;
}
.fnav a{
	display: inline-block;
	color: rgba(255,255,255,0.75);
	font-size: 14px;
	margin: 0 10px;
}
.footer-wrap .fcopy{
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	background: #1b1b1b;
	color: #666;
}




/*机构概况*/
.sbanner{
	width: 100%;
	height: 341px;
}
.navigation{
	height: 63px;
	line-height: 63px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	text-indent: 1em;
}
.navigation a{
	color: #666666;
}

.title{
}
.title .titbox{
	width: 225px;
	position: relative;
	color: #4178be;
	line-height: normal;
	margin: 40px 0 60px 34px;
}
.titbox span{
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 36px;
	margin-left: 50px;
}
.titbox p{
	font-size: 24px;
	margin-left: 20px;
}
.ltit{
	background: url(about_ic01.png) no-repeat left top;
}
.atit{
	background: url(about_ic02.png) no-repeat left top;
}
.atit span{
	margin-left: 31px;
    margin-top: 26px;
}
.ptit{
	background: url(about_ic03.png) no-repeat left top;
}
.title .ctit{
	background: url(about_ic07.png) no-repeat left top;
	width: 260px;
}
.ctit span{
	margin-left: 76px;
    margin-top: 26px;
}
.ctit p{
	margin-left: 50px;
}
.stit{
	background: url(about_ic08.png) no-repeat left top;
}



.teamlist li{
	position: relative;
	margin-bottom: 40px;
	min-height: 440px;
}
.teamlist li .img{
	width: 350px;
	position: relative;
	height: 440px;
}
.teamlist li .tlinfo{
	width: 775px;
	margin-left: 75px;
}
.tlinfo h3{
	color: #4178be;
	font-size: 26px;
}
.tlinfo span{
	display: block;
	font-size: 16px;
	color: #333333;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 10px 0 30px;
	background: url(team_icon01.png) no-repeat left center;
	padding-left: 15px;
}
.tlinfo span em{
	font-size: 12px;
	color: #808080;
	padding-left: 15px;
}
.tlinfo .tlhonor{
	overflow: hidden;    
	padding: 10px 0;
    height: 236px;
}
.tlinfo .tlhonor p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;	    
}
.teamlist{
	overflow: hidden;
}
.teamlist li.odd{
	/*width: 1560px;
	background: #eeeeee;*/
	background:  url(team_bg.jpg) repeat-y left center;
	width: 100%;
}
.teamlist li .box{
	width: 1200px;
	margin: 0 auto;
}
.teamlist li .box .tlinfo{
	margin-left: 20px;
	margin-top: 75px;
}
.teamlist li .box .img img{
	float: right;
	position: absolute;
	right: -60px;
	top: 0;
}
.teamlist li .box .img span{
	position: absolute;
	display: block;
	border: 1px solid #e6e6e6;
	width: 350px;
	height: 385px;
	right: -140px;
	top: -35px;
}
.teamlist li .tboxl{
	transform: translateX(-200px);
}
.teamlist li .tboxr{
	transform: translateX(200px);
}
.teamlist li .tboxl,.teamlist li .tboxr{
	opacity: 0;
	transition: all 0.5s;
}
.teamlist li.ani .tboxl,.teamlist li.ani .tboxr{
	opacity: 1;
	transform: translateX(0);
}

.page{
	text-align: center;
	overflow: hidden;
	margin: 40px 0;
}
.page a{
	display: inline-block;
    padding: 1px 10px;
    margin-right: 5px;
    font-size: 14px;
    color: #737373;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: #fff;
}
.page a.active{
    background: #4278be;
    border-color: #4278be;
    color: #fff;
}

.acdemician{
	background: #fff url(acdemician.png) no-repeat bottom center;
}

.profile-wrap,.sleaders-wrap,.speech-wrap{
	background: #fff url(profile_bg.jpg) no-repeat left bottom;
}
.line{
	position: relative;
	border-bottom: 4px solid #4178be;
	padding-bottom: 200px;
	margin-bottom: 20px;
}
.profile-box p{
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	margin-bottom: 15px;
	line-height: 24px;
}
.profile-box h5{
	font-size: 18px;
	color: #333333;
	background: url(about_ic04.jpg) no-repeat 36px center;
	padding-left: 55px;
	margin-bottom: 5px;
}

.sleaders-wrap ul{
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
.sleaders-wrap ul:after{
	position: absolute;
	content: "";
	after: "after";
	width: 1px;
	height: 100%;
	background: #b6b6b6;
	left: 50%;
	margin-left: -0.5px;
}
.sleaders-wrap li{
	float: left;
	position: relative;
	width: 50%;
	margin-top: 60px;
}
.sleaders-wrap li:first-child{
	margin-top: 0;
}
.sleaders-wrap li:first-child:after{
	top: 0;
}
.sleaders-wrap li:after{
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;	
	background: #fff url(about_ic06.png) no-repeat center center;
	right: -12px;
	z-index: 99;
	top: 5px;
}
.sleaders-wrap li .slinfo{
	float: left;
	width: 355px;
	height: auot;
	padding: 15px 30px;
	background: #dfe8f4;
	border-radius: 20px;
	margin-left: 15px;
}
.slinfo p{
	font-size: 18px;
	color: inherit;666666
}
.slinfo span{
	color: #4178be;
	display: inline-block;
	margin-right: 15px;
}
.sleaders-wrap li .sl-year{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	margin-left: 15px;
	float: left;
}
.sleaders-wrap li.odd{
	float: right;
	margin-top: 90px;
}
.sleaders-wrap li.odd:after{
	right: initial;
	left: -14px;
}
.sleaders-wrap li.odd .sl-year{
	float: left;
	margin-left: 40px;
}
.sleaders-wrap li.odd .slinfo{
	float: right;
	margin-left: 0;
}
.sleaders-wrap .more{
	display: block;
	background: url(about_icmore.png) no-repeat top center;
	padding-top: 40px;
	color: #666;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.lcare-list li{	
}
.lcare-list li .w1200{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 50px 0;
}
.lcare-list li .lcare-info{
	width: 545px;
	margin-left: 48px;
	margin-top: 85px;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	text-indent: 2em;
} 
.lcare-list li .img{
	margin-left: 62px;
}
.lcare-list li:nth-child(even){
	background: #e8f1f8;
	margin-top: 58px;
}
.lcare-list li:nth-child(even) .w1200{
	border-color: #bfbfbf;
}
.lcare-list li:nth-child(even) .lcare-info{
	float: right;
}

.sptit{
	background: url(about_ic09.png) no-repeat left top;
}
.speech p,.result-about p{
	font-size: 16px;
}
.speech p,.style p,.result-about p{
	text-indent: 2em;
	color: #666666;
}
.style p{
	font-size: 18px;
}

.commit-wrap img,.style img,.commit-wrap img,.result-about img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.title .dctit{
	width: 235px;
}
.dctit{
	background: url(about_ic11.png) no-repeat left top;
}
.title .htit{
	width: 245px;
}
.htit{
	background: url(about_ic10.png) no-repeat left top;
}
.rdtit{
	background: url(about_ic12.png) no-repeat left top;
}


.siderbar{
	position: absolute;
	left: 0;
	width: 200px;
}
.siderbar a{
	display: block;
	font-size: 18px;
	color: #333333;
	position: relative;
	background: none;
	padding: 5px 10px 5px 38px;
	line-height: 58px;
}
.siderbar a:before{
	content: "";
	before:"before";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 11px;
    height: 0;
    background-color: #2D509F;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.siderbar a:after{
	position: absolute;
	content: "";
	after:"after";
	width: 68px;
	height: 1px;
	background: #999999;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
}
.siderbar a.on,.siderbar a:hover{
	color: #64a2d1;
	font-size: 20px;
}
.siderbar a.on:before,.siderbar a:hover:before{
	height: 58px;
	background: #64a2d1;
}
.siderbar a.on:after,.siderbar a:hover:after{
	width: 140px;
	background: #64a2d1;
}

.list-wrap{
	margin-top: 30px;
	min-height: 600px;
}
.sort-tit{
	color: #4178be;
	font-size: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 60px;
	margin-bottom: 30px;
}
.sort-tit strong{
	font-weight: normal;
}
.agency-list li{
	width: 100%;
	text-indent: 2em;
	height: 48px;
	line-height: 48px;
	color: #333333;
	font-size: 18px;
	border: 1px solid #bfbfbf;
	background: #f7f7f7;
	border-radius: 30px;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.agency-list li a{
	display: block;
	color: #333333;
}
.agency-list li span{
	display: inline-block;
	float: right;
	margin-right: 30px;
	background: url(index_ic07.png) no-repeat left center;
}
.agency-list li:hover{
	background: #64a2d1;
}
.agency-list li:hover  a{
	color: #fff;
}
.agency-list li:hover span{
	background: url(index_ic07_h.png) no-repeat left center;
}

.pro-filter{
	background: #3d6598;
	height: 182px;
	margin-bottom: 20px;
	position: relative;
}
.pro-filter:after{
	position: absolute;
	content: "";
	width: 94%;
	border-bottom: 1px dashed #d2d2d2 ; 
	top: 50%;
	left: 3%;
}
.pro-filter li{
	float: left;
	margin-left: 90px;
	margin-top: 37px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.pro-filter li span{
	display: inline-block;
	margin-right: 15px;
	width: 80px;
}
/*.pro-filter li span,.pro-filter li select,.pro-filter li input{
	display: block;
	float: left;
}*/
.pro-filter li select,.pro-filter li input{
	width: 176px;
	border: 1px solid #d2d2d2;
	color: #333333;
	height: 31px;
	line-height: 31px;
	text-indent: 1em;
}
.pro-filter #rbtn{
	height: 35px;
	line-height: 32px;
	color: #4178be;
	font-size: 16px;
	text-align: center;
	text-indent: 0;
	border-radius: 10px;
	background: #f6f6f6;
}
.result-list table{
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	width: 100%;
	background: #e2f1f8;
	vertical-align: middle;
}
.result-list table tr{	
	border-bottom: 1px solid #bfbfbf;
}
.result-list table tr th{
	background: #4178be;
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #bfbfbf;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}
.result-list table tr td{	
	border-right: 1px solid #bfbfbf;
	height: 68px;
	line-height: normal;
}
.result-list table tr td:last-child{	
	border-right:none;
}

.team-list li{
	width: 277px;
	margin-right: 30px;
	float: left;
	margin-bottom: 35px;
}
.team-list li:nth-child(4n){
	margin-right: 0;
}
.team-list li .img{
	width: 100%;
	height: 253px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.team-list li .tinfo{
	padding: 10px 20px;
	background: url(team_bg2.jpg) repeat center;
	height: 106px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.team-list li .tinfo h5{
	font-size: 18px;
	color: #333333;
}
.team-list li .tinfo p{
	font-size: 16px;
	color: #666666;
}


.info-wrap .cdate{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
}
.info-wrap .cdate span{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-right: 35px;
}
.info-wrap .cdate .sharebox a{
	background-image: initial;
}
.info-wrap .cdate .sharebox a.bds_sqq{
	background-image: url(cshare_qq.png);
	background-position: center center; 
}
.info-wrap .cdate .sharebox a.bds_tsina{
	background-image: url(cshare_wb.png);
	background-position: center center; 
}
.info-wrap .cdate .sharebox a.bds_weixin{
	background-image: url(cshare_wx.png);
	background-position: center center; 
}


.graduate-wrap{
	min-height: 700px;
}
.info-wrap{
	width: 980px;
	margin: 0 auto;
}
.info-wrap h1{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.info-wrap .detail{
	font-size: 16px;
	color: #666666;
	margin-top: 35px;
}
.info-wrap .detail p{
	text-indent: 2em;
}
.siderbar2 a{
	display: inline-block;
}
.siderbar .sntit{
	background: url(index_ic06.png) no-repeat right center;
}
.siderbar .sntit.on,.siderbar .sntit:hover{
	background: url(index_ic05.png) no-repeat right center;
}
.third-nav{
	display: none;
}
.third-nav a{
	font-size: 16px;
	color: #666666;
	padding: 0 0 0 38px;
	display: block;
}
.third-nav a:before{
	display: none;
}
.third-nav a:hover,.third-nav a.on{
	color: #64a2d1;
	font-size: 16px;
}
.third-nav a:hover:after,.third-nav a.on:after{
	width: 68px;
	background: #999999;
}

.cont-top li{
	float: left;
	padding-left: 72px;
	margin: 70px 174px 45px 0;
}
.cont-top li span{
	font-size: 16px;
	color: #333333;
	display: block;	
}
.cont-top li p{
	font-size: 16px;
	color: #999999;
}
.cont-top li:first-child{
	background: url(cont_ic01.png) no-repeat left center;
}
.cont-top li:nth-child(2){
	background: url(cont_ic02.png) no-repeat left center;
}
.cont-top li:nth-child(3){
	background: url(cont_ic03.png) no-repeat left center;
}
.cont-top li:nth-child(4){
	background: url(cont_ic04.png) no-repeat left center;
	margin-right: 0;
}
.cont-map{
	height: 787px;
	position: relative;
}
.cont-map .map{
	height: 787px;
}

.cont-map .map-info{
	position: absolute;
	background: url(cont_02.jpg) no-repeat center center;
	width: 354px;
	height: 399px;
	top: 160px;
	right: 14.5%;
 	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
 	text-align: center;
 	font-size: 16px;
}
.map-info h5{
	font-size: 16px;
	color: #666666;
	margin-top: 314px;
}
.map-info p{
	color: #999999;
	font-weight: lighter;
}


.website{
	margin-top: 15px;
	color: #333;
}
.website h3{
	font-size: 16px;
    margin: 5px 0;
}
.website li{
	font-size: 14px;
	margin-bottom: 20px;
}
.website li a{
	color: #333;
}
.website li a:hover{
	color: #4178be;
}

@media only screen and (max-width: 1700px){
	.siderbar{width: 15%}
	.list-wrap .w1200{
		float: right;
	    width: 80%;
	    margin-right: 2.5%;
	}
}