html{filter: none !important;}
/*居中·主要内容*/
.conter
{
	width: 1200px;
	margin: 0 auto;
}
.conter:after
{
	content: "";
	display: block;
	clear: both;
}
/*头部*/
.banner
{
	position: relative;
}
.header
{
	width: 100%;
	height: 115px;
	background-color: #007664;
	opacity: 0.73;
	position: absolute;
	z-index: 2;
}
/*logo*/
.log
{
	float: left;
	margin-top: 25px;
}
h2
{
    float: left;
    margin-top: 42px;
    margin-left: 15px;
}
h2 a
{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 2px;
	color: #fefefe;
}
.navigation
{
	float: right;
	width: 52%;
	margin-top: 38px;
}
.nav
{
	position:relative;
	width:100%;
}
.nav:after
{
	content: "";
	display: block;
	clear: both;
}
.nav a
{
	color:#fff;
}
.nav h3
{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #f6faff;
}
.nav  h3:hover{ 
	 
	border-bottom:5px solid #bacd94;;
	 }
.nav .m {
  text-align: center;
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
  padding: 0 3px;
}
.nav h3 a
{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.nav .sub
{
    display:none;
    position: absolute;
    left: -32px;
    top: 50px;
    z-index: 1;
    width: 160px;
    border-top: 0;
    background: #13858E;
}
.nav .sub li
{
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
	line-height: 35px;
}
.nav .sub li a
{
	display:block;
	border-bottom:1px solid #E6E4E3;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.nav .sub li a:hover
{
	color:#fff498;
}
.nav .block
{
	height:5px;
	width: 11%;
	background:#bacd94;;
	position:absolute;
	left:11px;
	top:40px;
	overflow:hidden;
}
.on h3{ border-bottom:5px solid #bacd94; }
.on h3 a
{
	color: #fff498;
}
.banner .swiper-container
{
	width: 100%;
	height: 572px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a img
{
	width: 100%;
	height: 100%;
}
.banner .pagination
{
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #d8d8d8;
  margin-right: 5px;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #49c705;
}


/*小新闻滚动·搜索*/
.newText
{
	height: 50px;
	background-color: #efefef;
}
.newText .conter
{
	height: 100%;
}
/*小喇叭*/
.news
{
	width: 70%;
	height: 100%;
	padding-top: 1px;
	float: left;
}
.news:after
{
	content: "";
	display: block;
	clear: both;
}
.trumpet
{
	width: 38px;
	height: 36px;
	margin-top: 7px;
	float: left;
	background: #009948 url("../img/trumpet.png") no-repeat center center;
}
.news span
{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 15px;
	margin-left: 10px;
	display: block;
	float: left;
	margin-right: 10px;
}
.news .swiper-container
{
	height: 36px;
	line-height: 50px;
	margin-left: 5px;
	overflow: hidden;
}
.search
{
    float: right;
    width: 28%;
    height: 32px;
    margin-top: 8px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    border-right: none;
}
.ipt
{
	width: 79%;
    height: 32px;
    outline: none;
    border: none;
    padding-left: 10px;
    float: left;
    line-height: 32px\0;

}
.submit
{
	width: 18%;
    height: 33px;
    background: #009948 url("../img/search_icon.png") no-repeat center center;
    float: right;
    outline: none;
    border: none;
    font-size: 0;
}




.aui-nav-content-box {

    position: relative;
    margin-top: 40px;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom: 1; border-bottom: none;
    z-index: 110;
    background: #fff;
    display: block;
    border-bottom: 1px solid #d2d2d2;
}
.aui-nav-list-box ul
{
	width: 45%;
    margin: 0 auto;
}
.aui-nav-list-box ul:after
{
	content: "";
	display: block;
	clear: both;
}
.aui-nav-list-box ul li a {
    color: #000;
}

.aui-nav-list-box ul li {
    float: left;
    color: #000;
    height: 55px;
    cursor: pointer;
    line-height: 45px;
    width: 33.3%;
    text-align: center;
    position: relative;
    font-size: 26px;
	color: #272727;
}

.aui-nav-list-box ul .aui-current a {
    color: #009973;
}
.aui-nav-list-item
{
	display: none;
}
.aui-current a:before
{
	content: "";
    width: 56px;
    height: 2px;
    background: #009973;
    position: absolute;
    bottom: 0;
    left: 62px;
    right: 0;
}
.aui-nav-list-tab
{
	margin-top: 40px;
}
.aui-nav-list-item ul:after
{
	content: "";
	display: block;
	clear: both;
}
.aui-nav-list-item ul li
{
	float: left;
	width: 30%;
	position: relative;
	overflow: hidden;
}
.aui-nav-list-item ul li:first-child + li
{
	margin-left: 62px;
}
.aui-nav-list-item ul li:first-child + li + li
{
	float: right;
}
.aui-nav-list-item ul li a img
{
	width: 100%;
	height: auto;
	transition: transform 0.3s;
}
.aui-nav-list-item ul li a p
{
	position: absolute;
	width: 100%;
	background-color: #000000;
	opacity: 0.74;
	font-size: 14px;
	color: #efefef;
	bottom: 0px;
	padding: 10px 0;
	text-indent: 1em;
}
.aui-nav-list-item ul li a:hover img
{
	transform: scale(2);
}
/*学术交流*/
.academic
{
	margin-top: 60px;
    padding-top: 1px;
	height: 412px;
	background: url("../img/jlgj.png") no-repeat center center;
	background-size: 100% 100%;
}
/*学术交流标题*/
.academicTit
{
	margin-top: 40px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #d2d2d2;
}
.academicTit h3
{
	float: left;
	font-size: 22px;
	color: #272727;
	border-bottom: 2px solid  #53ba1b
}
.academicTit span
{
	float: right;
}
.academicTit span a
{
	font-size: 14px;
	color: #6c6c6c;
}
.academicTit span a img
{
	vertical-align: baseline;
}
/*学术内容*/
.academicCont,.atlased
{
	margin-top: 2px;
}
.academicCont ul:after
{
	content: "";
	display: block;
	clear: both;
}
.academicCont ul li
{
	padding: 10px;
	float: left;
	width: 29%;
	height: 90px;
	background: #ffffff url("../img/xs.png") no-repeat;
	background-position-x: 90px;
    background-position-y: 30px;
    margin-top: 25px;
    margin-right: 29px;
}
.time
{
	margin-left: 15px;
	margin-top: 15px;
}
.time span
{
	display: block;
	text-align: center;
}
.time span:first-child
{
	font-size: 30px;
	color: #5ab627;
}
.time span:first-child + span
{
	font-size: 12px;
	color: #b5d4a4;
}
.academis
{
	width: 72%;
	font-size: 14px;
	color: #484848;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 28px;
	max-height: 40px;
	line-height: 20px;
}

.academicCont ul li:hover .academis p
{
	color: #5fac35;
}
/*精彩图集*/
.atlased
{
	margin-top: 30px;
}
.atlased:after
{
	content: "";
	display: block;
	clear: both;
}
.atlased ul li
{
	float: left;
	width: 30%;
	position: relative;
	overflow: hidden;
}
.atlased ul li:first-child + li
{
	margin-left: 62px;
}
.atlased ul li:first-child + li + li
{
	float: right;
}
.atlased ul li a img
{
	width: 100%;
	height: auto;
	transition: transform 0.3s;
}
.atlased ul li a p
{
	position: absolute;
    width: 100%;
    background-color: #000000;
    opacity: 0.74;
    font-size: 14px;
    color: #efefef;
    bottom: 0px;
    padding: 10px 0;
    text-align: center;
}
.atlased ul li a:hover img
{
	transform: scale(2);
}
/*底部*/
.copy
{
	height: 146px;
	background-color: #018564;
	margin-top: 30px;
}
.copy .conter
{
	margin-top: 45px;
}






