/*样式*/

BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON,  LABEL,ul{

	padding:0px;

	margin:0px;

	border:0px;

	font-family: "PingFangSC-Light","Microsoft YaHei","WenQuanYi Micro Hei",arial,sans-serif;
}
*{ font-family: "PingFangSC-Light","Microsoft YaHei","WenQuanYi Micro Hei",arial,sans-serif; }

h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:normal;}

img {	border:0 none}

ol,ul{ list-style-type:none;}

a{ color:#000000; text-decoration:none;}

.clear { 
	clear:both; 
}

.fl{ float:left}

.fr{ float:right}

.header_bg {
	height: 428px;
	background: url(../images/header_bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.header {
	width: 100%;
	height: 85px;
	background: url(../images/header_bg.png) repeat;
	position: absolute;
	z-index: 2;
	bottom: 0px;
}
.fixed {  
    position: fixed;  
    top: 0;  
    width: 100%;  
    margin: 0 auto;  
    left: 0;  
    z-index: 10000;  
} 
.top {
	width: 1200px;
	height: 85px;
	margin: 0 auto;
}
.logo {
	width: 210px;
	height: 40px;
	margin-top: 20px;
}
.logo a{
	width: 210px;
	height: 40px;
	display: block;
}
.nav {
	margin-top: 20px;
	height: 65px;
	position: relative;
}
.nav li{
	float: left;
	height: 65px;
}
.nav-active span{
	min-width: 80px;
	height: 5px;
	background-color: #0065b3;
	display: block;
	position: absolute;
	bottom: 0px;
}
.nav li a {
	display: block;
	font-size:18px;
	color: #fff;
	padding: 0px 13px;
	height: 40px;
	line-height: 40px;
}
.line{
	position: absolute;
	bottom:0;
	left: 0;
	display: block;
	height: 5px;
	width: 0px;
	background-color: #0065b3;
}
.about_us {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}
.title {
	width: 1200px;
	margin: 0px auto 44px;
}
.title h2 { 
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #064f9e;
}
.news-font-size {
	font-size: 20px !important;
	color: #899098 !important;
}
.news-size h1, .news-size h2 {
	font-size: 14px !important;
}
.title font {
	width: 36px;
	height: 5px;
	background: #b7b7b7;
	display: block;
	margin:10px auto 0px;
}
.info_left {
	width: 563px;
}
.info_right {
	width: 590px;
}
.info_content {
	height: 242px;
	overflow: hidden;
}
.info_content p {
	font-size: 16px;
	color: #222222;
	line-height: 36px;
	text-indent: 2em;
}
.info_img {
	width: 563px;
	height: 276px;
	display: block;
	overflow: hidden;
	margin-top: 25px;
	position:relative;
}
.info_img img {
	width: 563px;
	height: 276px;
	overflow: hidden;
	display: block;
	transition: opacity linear .5s;
	-moz-transition: opacity linear .5s; /* Firefox 4 */
	-webkit-transition: opacity linear .5s; /* Safari 和 Chrome */
	-o-transition: opacity linear .5s; /* Opera */
	opacity: 0;
	position: absolute;
}
.info-news-nav {
	width: 590px;
	border-top: 3px solid #999999;
}
.info-news-nav h1 {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
.info-news-nav span {
	display: block;
	float: right;
	margin-top: 15px;
}
.info-news-nav span a{
	display: block;
	font-size: 14px;
	color: #666666;
	
}
.info-news-nav span a:hover{
	color: #064f9e;
}
.info-list {
	margin-top: 33px;
}
.info-list h2 a{
	font-size: 16px;
	color: #222222;
	display: inline;
	line-height: 25px;
	margin-right: 10px;
	font-weight:bold;
}
.info-list h2 span{
	font-size: 14px;
	color: #8d8d8d;
	padding-left: 20px;
	background: url(../images/info_news_time.png) no-repeat;
	background-position: 0px 0px;
	height: 16px;
	display: inline-block;
	transition: background-position .5s linear;
}
.info-list h2:hover a{
	color: #064f9e;
}
.info-list h2:hover span{
	color: #064f9e;
	background-position: 0px -17px;
}
.info-list p{
	font-size: 14px;
	color: #111111;
	line-height: 28px;
	
	margin-top: 10px;
}
.research-bg {
	height: 830px;
	background: url(../images/research_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.research {
	width: 1200px;
	margin:0 auto;
	padding: 40px 0px 60px;
}
.research-list {
	width: 1200px;
	margin:0 auto;
	height: 159px;
	overflow: hidden;
	margin-bottom: 46px;
}
.research-list + .research-list{
	height:180px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.research-img {
	width: 263px;
	height: 155px;
	overflow: hidden;
	background: #fff;
	padding: 2px;
	position:relative;
}
.research-img img{
	width: 263px;
	height: 155px;
	overflow: hidden;
	display: block;
	transition: opacity linear .5s;
	-moz-transition: opacity linear .5s; /* Firefox 4 */
	-webkit-transition: opacity linear .5s; /* Safari 和 Chrome */
	-o-transition: opacity linear .5s; /* Opera */
	opacity: 0;
	position: absolute;
}
.imgx {
	opacity: 1 !important;
}
.research-content {
	width: 907px;
}
.research-content h1{
	display:block;
	margin-bottom: 10px;
}
.research-content h1 a{
	display:block;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.research-content p{
	display:block;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-indent: 0em !important;
	text-align:justify;
}
.paper-bg {
	background-color: #808080;
	padding: 60px 0px;
}
.paper {
	width: 1200px;
	margin:0 auto;
}
.paper-title {
	width: 1160px;
	background-color: #aeaeae;
	border-radius: 5px;
	padding: 20px;
}
.title-papert, .magazine {
	margin-top: 20px;
}
.author-padding {
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	background: url(../images/pic-author.png) no-repeat;
	float: left;
}
.paper-title span {
	font-size: 16px;
	color: #ffffff;
	display: block;
	float: left;
	width: 980px;
}
.title-padding {
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	background: url(../images/pic-title.png) no-repeat;
	float: left;
}
.title-papert a{
	font-size: 16px;
	color: #064f9e;
}
.magazine-padding {
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	background: url(../images/pic-magazine.png) no-repeat;
	float: left;
}
.paper-content {
	margin-top: 40px;
}
.paper-content li{
	line-height: 25px;
	padding-left: 30px;
	background: url(../images/paper-c.png) no-repeat 0px 11px;
}
.paper-content li+li {
	margin-top: 20px;
}
.paper-content li a { 
	font-size:16px;
	color: #ffffff;
	display: block;
	line-height:28px;
}
.paper-content li a span{ 
	color: #ffffff !important;
}
.share-bg {
	height: 586px;
	background: url(../images/share-bg.jpg) no-repeat bottom center #fff;
	position: relative;
}
.share-opacity {
	background: url(../images/share-opacity.png) repeat bottom center;
	position: absolute; 
	bottom: 0px;
	z-index: 2;
	width: 100%;
	height: 163px;
	opacity: .6;
	 filter:alpha(opacity=60);
}
.share {
	width: 1200px;
	margin:0 auto;
	padding: 70px 0px; 
}
.share-left, .share-right {
	width: 570px;
	height: 332px;
	background: #e1e1e1;
	padding: 2px;
	position: relative;
	z-index: 23;
}
.share-left a, .share-right a{
	display: block;
	background: #fafafa;
	width: 570px;
    height: 232px;
	padding: 50px 0px;
}
.left-img{
    width: 120px;
    height: 140px;
    display: block;
    margin: 60px 44px 0px 100px;
    background: url(../images/alert-img.png) no-repeat;
    float: left;
}
.right-img{
    width: 120px;
    height: 140px;
    display: block;
    margin: 60px 44px 0px 100px;
    background: url(../images/pic-alert-img.png) no-repeat center center;
    float: left;
}
.share-left a .text-more, .share-right a .text-more {
	float: left;
    width: 275px;
    overflow: hidden;
}
.share-left a .text-more h3, .share-right a .text-more h3{
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-top: 90px;
    line-height: 34px;
}
.share-left a .text-more h4, .share-right a .text-more h4{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    background: url(../images/arrow-left.png) no-repeat 0px;
	padding-left: 57px;
}
.share-left a:hover .left-img {
    background: url(../images/alert-img-h.png) no-repeat;
}
.share-right a:hover .right-img {
    background: url(../images/pic-alert-img-h.png) no-repeat center center;
}
.share-left a:hover h3 {
    color: #064f9e;
}
.share-left a:hover h4 {
    color: #064f9e;
    background: url(../images/arrow-left-h.png) no-repeat 0px;
}
.share-right a:hover h3 {
    color: #064f9e;
}
.share-right a:hover h4 {
    color: #064f9e;
    background: url(../images/arrow-left-h.png) no-repeat 0px;
}
.share-left a span, .share-right a span{
	display: block;
	height: 70px;
	/*background: url(../images/arrow.png) no-repeat 330px 7px #fff;*/
	background: #fff;
	position: absolute;
	z-index: 3;
	width: 570px;
	text-align: center;
	font-size:14px;
	color: #053d7a;
}
.share-left-contont {
	width: 1200px;
	height: 500px;
	background: #f4f4f4;
	position: absolute;
	top: -500px;
	z-index: 30;
	left: 50%;
	margin-left: -600px;
	display: none;
}
.share-right-contont {
	width: 1200px;
	height: 500px;
	background: #f4f4f4;
	position: absolute;
	top: -500px;
	z-index: 30;
	left: 50%;
	margin-left: -600px;
	display: none;
}
.close {
	width: 39px;
	height: 39px;
	background: url(../images/close.png) no-repeat;
	float: right;
	margin:22px 30px 20px;
	cursor: pointer;
}
.alert-title {
	font-size: 24px;
	color: #0065b3;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 40px;
	clear: both;
}
.alert-content {
	width: 880px;
	margin: 0 auto;
}
.alert-left, .alert-right {
	width: 420px;
	height: 248px;
	background: #cdcdcd;
	border-radius: 5px;
}
.alert-under {
	width: 480px;
	height: 248px;
	background: #cdcdcd;
	border-radius: 5px;
	margin:0 auto;
}
.alert-left:hover, .alert-right:hover, .alert-under:hover {
	background: #0065b3;
}
.alert-left:hover div a, .alert-right:hover div a, .alert-under:hover div a {
	color: #ffffff;
}
.alert-left img, .alert-right img, .alert-under img {
	width: 127px;
	height: 127px;
	display: block;
	margin: 60px 20px 0px 50px;
	float: left;
}
.alert-left div, .alert-right div, .alert-under div {
	float: left;
	width: 220px;
	overflow: hidden;
}
.alert-under div {
	float: left;
	width: 282px;
	overflow: hidden;
}
.alert-left div h3, .alert-right div h3, .alert-under div h3 {
	display: block;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 90px;
}
.alert-left div a, .alert-right div a, .alert-under div a {
	display: block;
	font-size: 14px;
	color: #0065b3;
	margin-top: 10px;
}
.black-opacity {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter:alpha(opacity=50);
	position: absolute;
	top: 0px;
    z-index: 29;
    display: none;
}
.join-us-bg {
	background: url(../images/join-us-bg.jpg) no-repeat bottom  fixed;
	position: relative;
	background-size: 100% 100%;
}
.join-us {
	height: 100%;
	width: 100%;
	background: url(../images/join-us-opacity.png) repeat center center;
	position: absolute;
	z-index: 3;
}
.join {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding: 80px 0px 100px;
}
.join-content {
	width: 1120px;
	background: url(../images/join-us.png) repeat center center;
	padding: 60px 40px;
	border-radius: 5px;
}
.join-student + .join-student {
	margin-top: 20px;
}
.join-content>p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.join-student h1{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #93b6dd;
	padding-bottom: 20px;
}
.join-student a{
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
}
.join-student>a>span {
	display: inline-block;
	color: #6b6b6b;
	font-weight: bold;
}
.arrow-bottom {
	display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/slide-up.png) no-repeat 0px 5px !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.slideDown-content {
	display: none;
}
.slideDown-content p{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	text-indent: 0em !important;
}
.contact-us-bg {
	height: 652px;
	background: url(../images/Contact-bg.jpg) no-repeat;
}
.contact-us {
	width: 1200px;
	margin: 0 auto;
	padding: 120px 0px 0px; 
}
.title-contact {
	width: 1200px;
	margin: 0 auto;
}
.title-contact h2 { 
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
}
.title-contact font {
	width: 36px;
	height: 5px;
	background: #b7b7b7;
	display: block;
	margin:10px auto;
}
.contact-left {
	width: 558px;
}
.information {
	width: 550px;
	margin-top: 28px;
	margin-left: 15px;
}
.information li {
	font-size: 15px;
	color: #fff;
	padding-left: 30px;
}
.information li+li {
	margin-top: 13px;
}
.call{ 
	background: url(../images/pic-call.png) no-repeat 0px 2px; 
}
.email{ 
	background: url(../images/pic-email.png) no-repeat 0px 4px; 
}
.ardess{ 
	background: url(../images/pic-ardess.png) no-repeat 0px 2px; 
}
.ardess-list {
    float: right;
    display: block;
    width: 433px;
    line-height: 27px;
    font-size: 15px;
}
.code {
	width: 105px;
	height: 105px;
	margin-top: 63px;
	overflow: hidden;
}
.link-bg {
	width: 558px;
	height: 169px;
	background: url(../images/contact-opacity.png) repeat;
	margin-top: 35px;
}
.link {
	width: 208px;
	height: 55px;
	float: left;
	margin-top: 20px;
	margin-left: 48px;
}
.contact-right {
	width: 602px;
	height: 294px;
	margin-top: 82px;
}
.footer {
	height: 189px;
	background: #000000;
}
.foot {
	width: 1200px;
	margin:0 auto;
	padding-top: 40px;
}
.arrow-top-return {
	width: 47px;
	height: 28px;
	display: block;
	background: url(../images/arrow-return.png) no-repeat;
	margin: 0 auto;
	animation: move 2s infinite ease-in-out;
	position: relative;
}
.foot p{
	font-size: 14px;
	color: #dddddd;
	text-align: center;
	margin-top: 30px;
}
.foot p a{
	font-size: 14px;
	color: #dddddd;
}
.club-bg {
	background: url(../images/club-bg.jpg) no-repeat bottom fixed;
	padding-bottom: 50px;
}
.club {
	width: 1200px;
	margin:0 auto;
	padding-top: 75px;
}
.research-member {
	width: 1200px;
	position: relative;
}
.member-details {
	display: block;
	width: 207px;
    height: 300px;
}
.member-details-link {
	display: block;
    height: 300px;
	width: 207px;
}
.highest {
    width: 260px;
    height: 300px;
    margin: 0 auto;
}
.member-add {
	display: block;
	width: 207px;
	height: 270px;
	margin-bottom: 10px;
}
.member-img {
	width: 161px;
	height: 161px;
	overflow: hidden;
	margin: 22px 22px 20px;
	border-radius: 106px;
}
.member-details h1 {
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.member-add h1{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.member-details-link h1{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.member-details h2, .member-details-link h2{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.member-details:hover h1 {
	color: #064f9e;
}
.member-details:hover h2 {
	color: #064f9e;
}
.member-details-link:hover h1 {
	color: #064f9e;
}
.member-more {
	width: 161px;
	height: 161px;
	margin: 22px 22px 20px;
	border-radius: 106px;
	background: url(../images/club-more.png) no-repeat;
	transition: transform 1s;
	-moz-transition: transform 1s; /* Firefox 4 */
	-webkit-transition: transform 1s; /* Safari 和 Chrome */
	-o-transition: transform 1s; /* Opera */
}
.member-more:hover{
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* Internet Explorer */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */
}
.member-slideDown {
    width: 1200px;
    clear: both;
	display: none;
}
.research-border {
	padding-bottom: 10px;
}
.research-border + .research-border {
	border-top: 1px solid #d5d5d5;
}
.research-block {
	margin-right: 40px;
	width: 207px;
    height: 300px;
    margin-bottom: 10px;
}
.research-n {
	width: 260px;
    height: 300px;
    margin-bottom: 10px;
}
.first-img {
	margin: 22px 44px 20px !important;
}
.research-position {
	position: relative;
}
.teacher-content {
	width: 1200px;
	padding-bottom: 40px;
	background: #f4f4f4;
	position: fixed;
	z-index: 30;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -600px;
    display: none;
}
.teacher-close {
	width: 39px;
    height: 39px;
    background: url(../images/close.png) no-repeat;
    float: right;
    margin: 10px 15px 10px;
    cursor: pointer;
}
.teacher-pic {
	width: 426px;
	height: 450px;
	display: block;
	overflow: hidden;
	clear: both;
	margin-left: 74px;
}
.teacher-info {
	width: 580px;
	overflow-y: auto;
	margin-left: 50px;
	height: 450px
}
.teacher-info p{
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}
.teacher-info p+p{
	margin-top: 20px;
}

/* News Infomations*/

.news-infomation {
	width: 1200px;
	margin:0 auto;
	padding: 20px 0px 40px;
}
.info-nav {
	padding-bottom: 20px; 
	border-bottom: 1px solid #dcdcdc;
}
.info-nav h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0065b3;
	display: block;
	float: left;
}
.info-nav h1 span{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	display: inline-block;
	padding-left: 5px;
}
.warn {
	font-size: 12px;
	color: #666666;
	display: block;
	float: right;
	margin-top: 6px;
}
.warn a{
	font-size: 12px;
	color: #666666;
}
.infomations-content {
	margin-top: 40px;
}
.infomations-list {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 50px; 	
}
.infomations-list+ .infomations-list {
	margin-top: 40px;
}
.infomations-list h3{
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 15px;
}
.infomations-list>span{
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 20px;
    background: url(../images/info_news_time.png) no-repeat;
    background-position: 0px 0px;
    height: 16px;
    display: inline-block;
    transition: background-position .5s linear;
}
.infomations-list a {
	margin-top: 10px;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
    display: inline-block;
}
.infomations-list font {
	display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/slide-dwon.png) no-repeat  0px 5px;
    margin-left: 10px;
}
.infomations-list:hover h3{
	color: #064f9e;
}
.infomations-list:hover>span{
	color: #064f9e;
	background-position: 0px -17px;
}
.slide_down {
	display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/slide-up.png) no-repeat 0px 5px !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.infomations-block>p{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
    text-indent: 2em;
}
.infomations-block img{
	display: block;
	margin: 0 auto;
}
.teacher-list-news>p{
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-indent: 2em;
}
.jump-link {
	padding: 40px 0px 0px;
	float: right;
}
.jump-link a{
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #dddddd;
	font-size: 12px;
	color: #000;
}
.jump-link a:hover{
	background: #1f5d9e;
	color: #fff;
}
.jump-link-active {
	background: #1f5d9e;
	color: #fff !important;
}
.infomations-pic{
	width: 1200px;
}
.infomations-pic ul{
	width: 1200px;
	margin: 0 auto;
}
.infomations-pic ul li {
	width: 1200px;
	margin-bottom: 20px;
	float: left;
}
.infomations-pic ul li img{
	width: 1200px;
	height: auto;
	display: block;
}
/* nprogress */

#nprogress {
  pointer-events:none
}
#nprogress .bar {
  background:#064f9e;
  position:fixed;
  z-index:1031;
  top:0;
  left:0;
  width:100%;
  height:2px
}
#nprogress .peg {
  display:block;
  position:absolute;
  right:0px;
  width:100px;
  height:100%;
  box-shadow:0 0 10px #e64149, 0 0 5px #e64149;
  opacity:1.0;
  transform:rotate(3deg) translate(0px, -4px)
}
#nprogress .spinner {
  display:block;
  position:fixed;
  z-index:1031;
  top:15px;
  right:15px
}
#nprogress .spinner-icon {
  width:18px;
  height:18px;
  box-sizing:border-box;
  border:solid 2px transparent;
  border-top-color:#064f9e;
  border-left-color:#064f9e;
  border-radius:50%;
  animation:nprogress-spinner 400ms linear infinite
}
.nprogress-custom-parent {
  overflow:hidden;
  position:relative
}
.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position:absolute
}
@keyframes nprogress-spinner {
0% {
	transform:rotate(0deg)
}
100% {
	transform:rotate(360deg)
}
}
@keyframes move {
	0% {
		top: 10px;
	}
	50% {
		top: -20px;
	}
	100% {
		top: 10px;
	}
}
