﻿@import url("animate.css");
@charset "utf-8";
/* CSS Document */
#main{width:100%;overflow:hidden;position:relative;z-index:991;}

.iosSliderDemo {
	clear: both;
	width: 100%;
	/* padding: 0 0 30% 0; */
	/*padding: 0 0 380px;*/
	position: relative;
}
.fluidHeight {
	position: absolute;
	width: 100%;
}
.sliderContainer {
	height: 100%;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
/* PKU	width: 1200px; */
	width: 100%;
   max-width:1200px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	/*background: url(../images/banner_bs.png) repeat ;*/
	width: 120px;
	height: 30px;
}
.iosSlider .slider .item .inner .text1-bg{
	opacity: 0;
	filter: alpha(opacity=0);

   background: none repeat scroll 0 0 #000000;
	position: absolute;

	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);

	position: absolute;

	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:24px;
	font-weight: normal;
	line-height:50px;
	padding: 0 8px;
	font-family:"Microsoft Yahei";
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
/* PKU	top: 301px; */
	top: 451px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight: 100;
	padding: 0 8px;
	font-family:"Microsoft Yahei"
}
.iosSlider .slider .item .inner .more{
/*	opacity: 0.3;  zb */
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
   	right:0;
/*	padding: 0 5px; zb */
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
   text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"微软雅黑"
}
.sliderContainer .slideSelectors {
	    margin: 0 auto;
    z-index: 1;
    position: absolute;
    width: 100%;

}
.sliderContainer .slideSelectors .prev {
	width: 38px;
	height: 38px;
	background: url(../images/arrow_left.png) no-repeat 50% 0;
	position: absolute;
	left: 10px;
	bottom: 145px;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 38px;
	height: 38px;
	margin: 0 0 0 10px;
	background: url(../images/arrow_right.png) no-repeat 50% 0;
	position: absolute;
	right: 10px;
	bottom: 145px;
}
.sliderContainer .slideSelectors .item {
	width: 8px;
	height: 8px;
	background: #fff;
	margin: 1px 1px 1px 11px;
	/*filter: alpha(opacity=25);*/
	border-radius: 50%;
	display: inline-block;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	background: #990000;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
/* PKU
	width: 1024px;
*/
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}
.mask{ width:1200px; margin:0px auto; position:relative; z-index:3;}

.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

.slideSelectors .slideSelectors_pn{
	position: absolute;
	left: 50%;
	bottom: 6px;
	margin-left: -600px;
	width: 1200px;
	text-align: center;
}
.slideSelectors .mask-right, .slideSelectors .mask-left {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
    overflow: hidden;
    z-index: 4;
	position: absolute;
	width:1047px;
}
.slideSelectors .mask-left {
	margin-left:-1648px;
    left:50%;
}
.slideSelectors .mask-right {
	margin-left:599px;
    left:50%;
}
/*banner结束*/

.content{width:100%;overflow:hidden;margin:0px auto;/* background: url(../images/content_bg.png) no-repeat center bottom; */padding-bottom: 20px;}

.mode01{max-width: 1200px;margin:30px auto;overflow: hidden;}
.mode01 .lf{float: left;width: 38.33%;overflow: hidden;}
.mode01 .rt{float: right;width: 58.33%;overflow: hidden;}
.articleList{}
.articleTitle {overflow: hidden;border-bottom: 1px solid #763237;padding-bottom: 6px;}
.articleTitle a.more{float: right;color:#999999;font-size: 14px;}
.articleTitle a.more:hover{color:#990000;}
.articleTitle h2{
    
    font-weight: normal;
    padding-left: 30px;
    color:#990000;
    font-family:'Microsoft YaHei';
    font-size: 20px;
    font-weight:500;
}

.mode01 .lf .articleTitle h2{background: url(../images/tag001.png) left center no-repeat;}
.mode01 .rt .articleTitle h2{background: url(../images/tag002.png) left center no-repeat;}
.mode02 .lf .articleTitle h2{background: url(../images/tag002.png) left center no-repeat;}
.mode02 .rt .articleTitle h2{background: url(../images/tag002.png) left center no-repeat;}
.mode03 .lf .articleTitle h2{background: url(../images/tag002.png) left center no-repeat;}
.mode03 .rt .articleTitle h2{background: url(../images/tag002.png) left center no-repeat;}
/*学术报告*/
.articleList01{overflow: hidden;margin-top: 16px;}
.articleList01 li{padding:8px 0;margin-bottom: 15px;}
.articleList01 li a{display: block;}
.articleList01 li a .left{
    width: 50px;
    float: left;
    background:#990000;
}
.articleList01 li a .right{
    border-left: 1px solid #b2b2b2;
    margin: -4px 0 -5px 60px;
    padding: 0 0 0 14px;
    border-bottom: 1px dotted #ccc;

    transition:all 0.3s ease-out 0s;
}
.articleList01 li a .right :hover{
    font-weight:bold;

    opacity: 0.9;
    transform:scale(1.01);
    transition: all 0.3s ease;
}
.articleList01 li a .left .date{
    font-size: 16px;color: #fff;
    white-space: nowrap;overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;

}
.articleList01 li a .left .time{
    font-size: 14px;color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;

}
.articleList01 li a .right .title{color: #333;font-size: 16px;line-height: 24px;max-height: 48px;overflow: hidden;text-align: justify;}
.articleList01 li a .right .info{font-size: 14px;line-height: 24px;color: #666;margin-top: 8px;}
.articleList01 li a .right .info p{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.articleList01 li a .right .info{display: none;}
.articleList01 li.on a .right .info{display: block;}
.articleList01 li.on a .right .title{color: #990000;}

.articleList02{margin-top: 8px;}
.articleList02 li{padding: 10px 9px;}
.articleList02 li .title{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;}
.articleList02 li .time{color: #990000;font-size: 14px;margin-top: 6px;}


.mode02{
    max-width: 1200px;margin: 0 auto ;overflow: hidden;
    padding-bottom:40px;
}

.mode02 .lf{float: left;width: 48.33%;overflow: hidden;}
.mode02 .rt{float: right;width: 48.33%;overflow: hidden;}

.mode03{
    max-width: 1200px;margin: 0 auto ;overflow: hidden;
    padding-bottom:40px;
}

.mode03 .lf{float: left;width: 48.33%;overflow: hidden;}
.mode03 .rt{float: right;width: 48.33%;overflow: hidden;}


/*学术会议*/
.articleList03{overflow: hidden;}
.articleList03 li{border-bottom: 1px dotted #ccc;padding: 15px 0;}
.articleList03 li .dateLeft{float: left;width: 83px;height: 24px;line-height: 24px;font-size: 18px;font-family: 'Arial';color: #990000;padding-left: 7px;}
.articleList03 li .dateRight{
    float: right;width: 83px;height: 24px;
    line-height: 24px;font-size: 14px;font-family: 'Arial';
    padding-left: 7px;}

.articleList03 li a{
    display: block;padding-left: 24px;*display: inline;*margin-left: 0;
    font-size: 14px;overflow: hidden;height: 20px;text-overflow: ellipsis;
    overflow: hidden;white-space: nowrap;
    background: url(../images/tag00.png) 8px center no-repeat;

    transition:all 0.3s ease-out 0s;
}

.articleList03 li a:hover{
    font-weight:bold;

    opacity: 0.9;
    transform:scale(1.02);
    transition: all 0.3s ease;
}
.articleList04{overflow: hidden;}
.articleList04 li{border-bottom: 1px dotted #ccc;padding: 15px 0;}
.articleList04 li .dateRight{
    float: right;width: 83px;height: 24px;
    line-height: 24px;font-size: 14px;
    font-family: 'Arial';
    padding-left: 7px;
}

.articleList04 li a{
    display: block;padding-left: 24px;*display: inline;*margin-left: 0;
    font-size: 14px;overflow: hidden;height: 20px;text-overflow: ellipsis;
    background: url(../images/tag00.png) 8px center no-repeat;
    transition:all 0.3s ease-out 0s;

}
.articleList04 li a:hover{
    font-weight:bold;

    opacity: 0.9;
    transform:scale(1.02);
    transition: all 0.3s ease;
}









.mainIn { max-width:1200px; margin:0 auto; max-height:330px; }
.Banner { max-width:1200px; margin:0 auto; }
.banner01 { max-width:1200px; margin:0 auto; }
/*flexslider start*/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides > li a { height:0px; overflow:hidden; display:block; padding-bottom:30%; }
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider {background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

.flex-direction-nav {*height: 0;}
.flex-direction-nav a { text-decoration:none; display: block; width: 28px; height: 48px;position: absolute; margin-top: -20px; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/arr.html) no-repeat; text-indent:-999em; }
.flex-direction-nav .flex-prev { width:38px; height:38px; background:url(../images/arrow_left.png) no-repeat; left:20px; }
.flex-direction-nav .flex-next {width:38px; height:38px; background:url(../images/arrow_right.png) no-repeat; right:20px;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 20px;}
.flexslider:hover .flex-next { opacity: 0.7; right:20px;}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd;}
.flex-pauseplay a:before { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 1000;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #fff;cursor: pointer; text-indent: -9999px; border-radius: 6px; }
.flex-control-paging li a:hover { background: #990000;  }
.flex-control-paging li a.flex-active { background: #990000; }






.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; }
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; }
/*flexslider end*/

/*tab start*/
.tabArticleList .tabListTitle{ overflow:hidden;}
.tabArticleList .tab_menu{ width:100%;}
.tabArticleList .tab_menu h3{height:30px; line-height:30px; float:left;}
.tabArticleList .tab_menu h3 a{font-size:14px; color:#202020; display:block; text-align:center; font-family:"微软雅黑";}
.tabArticleList .tab_menu h3:hover,.tabArticleList .tab_menu h3.on{height:30px; line-height:30px; float:left;}
.tabArticleList .tab_menu h3:hover a,.tabArticleList .tab_menu h3.on a{font-size:14px; color:#1d8600; display:block; text-align:center; font-family:"微软雅黑";}
.tabArticleList .more_tab{ display: none;}
.tabArticleList .tabListTitle .more{ float:right;}
.tabArticleList .tabListTitle .more a{font-size: 12px;}

.tabArticleList .tabList{ width:100%;}
.tabArticleList .tabListBox{ display:none;}
.tabArticleList .tabListBox ul{}
.tabArticleList .tabListBox ul li{line-height:30px;height:30px; padding-left:0PX;}
.tabArticleList .tabListBox ul li span{font-weight:normal; font-size:12px; color:#b1a39a; float:right;}
/*tab end*/




/*图片轮播*/
.m-silde1 {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.m-silde1 .con {
	display: block;
}
.m-silde1 .pic {
	padding-top: 66%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.m-silde1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.m-silde1 .tit {
	position:absolute;
	left: 0;
	bottom:0;
	font-weight: normal;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
	background: rgba(27,27,27,.8);
	padding: 0 10px 0 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-silde1 .slick-dots {
	position: absolute;
	right: 40px;
	bottom: 33px;
	text-align: left;
	z-index: 99;
}
.m-silde1 .slick-dots li {
	display: inline-block;
	margin-left: 20px;
}
.m-silde1 .slick-dots li button {
	display: block;
	width: 24px;
	height: 4px;
	font-size: 0;
	line-height: 0;
	text-indent: 999px;
	background-color: #b1b1b1;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.m-silde1 .slick-dots li.slick-active button {
	background-color: #fff;
}



@media screen  and (max-width:1200px) {
	.sliderContainer{max-height: auto;}
	.content{width:100%;}
	.mode01,.mode02,.mode03{width:92%;}
	.sliderContainer .slideSelectors .prev,.sliderContainer .slideSelectors .next{display: none;}
	
	
}
@media screen and (max-width:1000px){
	.rapidList li .iconBox h3{margin-left: 18px;}
	.iconA{margin-left: 16px;}
	.iconA a{margin-right: 10px;}
	.iconA a:last-child{margin-right: 0;}
}

@media screen and (max-width:900px){
	
}

@media screen and (max-width: 800px) {
	.mode01 .lf{width: 100%; float: none;margin-bottom: 20px;}
	.mode01 .rt{width: 100%;float: none;}
	.mode02 .lf{width: 100%; float: none;margin-bottom: 20px;}
	.mode02 .rt{width: 100%;float: none;}
    .mode03 .lf{width: 100%; float: none;margin-bottom: 20px;}
	.mode03 .rt{width: 100%;float: none;}
	.articleList03 li a{height: auto;}
}

@media screen  and (max-width:640px) {
	
}

@media screen and (max-width:479px){
	.articleList01 li a .left{width: 50px;}
	.articleList01 li a .left .date{font-size: 14px;}
    .articleList01 li a .left .time{font-size: 12px;}
	.articleList01 li a .right{margin: -4px 0 -5px 56px;padding: 0 0 0 10px;}
	.articleList01 li a .right .title{max-height: inherit;font-size: 14px;}
	
	
}

@media screen /*and (min-width:320px)*/ and (max-width:360px) {
	
}
