﻿@charset "utf-8";
/* css document */
html{
	height: 100%;
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-family: 微软雅黑;
	color: #323333;
	height: 100%;
}
li {
	list-style: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.bgc{
	background: #f5f5f5;
}
.pbt50{
	padding: 50px 0;
}
.txc{
	text-align: center !important;
}
.flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.between{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.tbg{
	background: #efeeed;
}
.top{
	height: 34px;
	line-height: 34px;
	color: #4d484c;
}
.top a{
	color: #4d484c;
}
.top b{
	margin: 0 10px;
}
.navbar-default{
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background: rgba(85,85,85,0.8);
	border-bottom: none;
	height: 80px;
}
.navbar-brand{
	height: 80px;
	padding: 15px 0;
	width: 486px;
}
.navbar-brand img{
	height: 50px;
	width: 486px;
}
.navbar-nav>li{
	padding: 30px 0 30px 40px;
	height: 80px;
	box-sizing: border-box;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	font-size: 120%;
	padding: 10px;
	cursor: pointer;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background: none;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: none;
	color: #fff;
}
.dropdown-menu{
	background: rgba(85,85,85,0.8);
	border: none;
}
.dropdown-menu>li>a{
	color: #fff;
	font-size: 110%;
	padding: 10px 30px;
	text-align: center;
}
.caret {
    display: inline-block;
    vertical-align: middle;
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 12px;
	margin-top: -6px;
}

.topfix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.banner{
	height: 690px;
}
.btn-href{
	display: inline-block;
	padding: 15px 30px;
	font-size: 120%;
	background: linear-gradient(to right, #249a45 ,#16833b);
	background: -webkit-linear-gradient(left, #249a45 ,#16833b);
	text-align: center;
	border-radius: 10px;
	color: #ffffff;
	margin: 0 auto;
	transition: all 0.3s linear;
}
.btn-href:hover{
	background: linear-gradient(to right, #31a150,#128539);
	background: -webkit-linear-gradient(left, #31a150,#128539);
	color: rgba(255,255,255,0.8);
}
.htit{
	text-align: center;
	padding: 60px 0;
}
.htit img{
	height: 92px;
	width: auto;
}
.event-box{
	padding-bottom: 60px;
}
.event-list{
	width: 48%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border: 1px solid #249a45;
	box-sizing: border-box;
	padding: 30px 50px;
	font-size: 150%;
	color: #3f3f40;
}
.event-icon{
	background: #e7f0e3;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 20px;
	margin-right: 30px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.event-icon img{
	width: 60px;
	height: 60px;
	transition: all 0.3s ease-out;
}
.event-list:hover .event-icon img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.about-info{
	padding-bottom: 50px;
	font-size: 140%;
	line-height: 2;
}
.about-info p{
	text-indent: 2em;
}
.bgimg{
	background: url(/uploads/image/mimages/bgimg.jpg) no-repeat;
	background-size: cover;
}
.unit-list{
	padding-bottom: 60px;
	text-align: center;
	font-size: 150%;
	line-height: 2.6;
}
.lunwen-txt{
	font-size: 140%;
	line-height: 2;
	text-indent: 2em;
}
.lunwen-other{
	text-align: center;
	padding-bottom: 60px;
	font-size: 130%;
	line-height: 2;
}
.bar-submit{
	display: inline-block;
	background: #fff;
	border: 2px solid #249a45;
	padding: 0 30px;
	border-radius: 6px;
	margin: 20px 0;
	color: #249a45;
	font-size: 16px;
	transition: all 0.3s ease-out;
}
.bar-submit:hover{
	background: #249a45;
	color: #fff;
}
.ad-box{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.ad-box li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.link-list{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 60px;
}
.link-list li{
	padding: 16px 0;
}
.fbg{
	background: #4b4b4a;
}
.footer{
	color: #fff;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 15px 0;
}
.footer img{
	margin-right: 12px;
}
.footer a{
	color:#fff;
}
.build-box{
	height: 100%;
	text-align: center;
	font-size: 50px;
	color: #999;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 10%;
}
/*20191021*/
.sao-sao{
	justify-content: center;
	-webkit-justify-content: center;
}
.sao-sao li{
	padding: 6px 10px;
}
.htit2{
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
	letter-spacing: 6px;
}
.news-box{
	background: #fff;
	display: block;
}
.news-info{
	padding: 15px;
}
.news-tit{
	font-size: 130%;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
	font-weight: bold;
}
.news-desc{
	height: 3.2em;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 8px;
}
.news-swiper-container{
	padding-bottom: 60px;
	margin-bottom: 30px;
}
.news-info-other p:last-child{
	color: #249a45
}
.news-box:hover{
	color: #666;
}
.news-box:hover .news-tit{
	color: #249a45;
}
.bgvid{
	background:  no-repeat center;
	background-size: cover;
}
.live-video-box{
	background: #232322;
	margin-bottom: 60px;
}
.live-video{
	width: 66%;
}
.live-video video{
	width: 100%;
	height: 458px;
}
.live-video-thumb{
	width: 34%;
	box-sizing: border-box;
	padding: 10px;
}
.live-video-thumb li{
	padding: 10px;
	position: relative;
}
.live-video-thumb li::after{
	content: '';
	background: url(/uploads/image/mimages/icon_video.png) no-repeat;
	background-size: cover;
	width: 4em;
	height: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2em;
	margin-left: -2em;
	z-index: 10;
}
.live-video-thumb li img{
	border: 1px solid #424343;
	height:198px;
	width: 100%;
}

.album-swiper-container{
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.content-top{
	padding-top: 80px;
}
.crum{
	padding: 20px 0;
	color: #808080;
}
.crum b{
	font-family: "宋体";
	margin: 0 6px;
	color: #999;
}
.crum a{
	color: #808080;
}
.crum span{
	color: #249a45
}
.news-tit-group{
	text-align: center;
	border-bottom: 1px solid #dbdbdc;
	padding: 40px 0 20px 0;
	color: #999;
}
.news-tit-group h3{
	font-size: 160%;
	margin-bottom: 16px;
	color: #333;
	line-height: 1.6;
}
.icon-time{
	display: inline-block;
	background: url(/uploads/image/mimages/icon_time.png) no-repeat;
	background-size: cover;
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: middle;
}
.news-details{
	padding: 40px 0;
	line-height: 2;
	font-size: 120%;
}
.ap-box{
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
.ap-desc{
	background: #f2f8ee;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 20px 0;
	font-size: 130%;
}
.ap-date-list{
	padding: 30px 60px;
}
.ap-date-list li{
	position: relative;
}
.ap-date{
	position: relative;
	padding-left: 56px;
	min-height: 32px;
	font-size: 120%;
	color: #333;
	padding-bottom: 30px;
}
.ap-date span,.ap-date label{
	display: block;
	background: #dfedce;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: -4px;
	left: 5px;
	z-index: 1;
}
.ap-date::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #249a45;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 0;
}
.ap-date-info{
	position: relative;
	padding-left: 56px;
	padding-bottom: 20px;
	margin-top: -6px;
	font-size: 115%;
	color: #666;
	line-height: 1.6;
}
.ap-date-info::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #249a45;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 0;
}
.ap-date-info::before{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #249a45;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 13px;
	z-index: 1;
}
.ap-date-txt{
	-webkit-transform: translatey(-7px);
	transform: translatey(-7px);
}
.ap-date-list li:last-child .ap-date-info:last-child::after{
	content: '';
	display: none;
}
.ppt-list{
	padding: 30px 0;
}
.ppt-info{
	border: 1px solid #d3d2d3;
	padding: 20px;
	border-radius: 4px;
}
.ppt-list{
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.ppt-list li{
	box-sizing: border-box;
	padding: 15px;
	width: 50%;
}
.ppt-tit{
	font-size: 140%;
	background: url(/uploads/image/mimages/icon_pdf.png) no-repeat 0 4px;
	background-size: 20px 20px;
	padding-left: 36px;
	line-height: 26px;
	overflow: hidden;
}
.ppt-tit a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ppt-tit span{
	float: right;
	font-size: 14px;
	color: #999;
}
.bar-down{
	background: url(/uploads/image/mimages/icon_down.png) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	text-indent: -60px;
	overflow: hidden;
}
.ppt-other{
	padding-left: 36px;
	margin-top: 12px;
	font-size: 110%;
	color: #666666;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.bar-down-video{
	background: url(/uploads/image/mimages/icon_down2.png) no-repeat 12px 10px;
	background-size: 13px 13px;
	border: 1px solid #249a45;
	border-radius: 4px;
	padding: 5px 15px 5px 30px;
	margin-right: 10px;
	color: #249a45;
	display: inline-block;
}











@media (max-width: 1200px){
	.navbar-nav>li {
		padding: 30px 0 30px 20px;
		height: 80px;
		box-sizing: border-box;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 110%;
		padding: 10px 6px;
	}
	.banner{
		height: 560px;
	}
}
@media (max-width: 768px){
	.navbar-default{
		height: 50px;
	}
	.navbar-brand{
		height: 50px;
		padding: 10px 0;
		width: 292px;
	}
	.navbar-brand img{
		height: 30px;
		width: 292px;
	}
	.navbar-nav{
		margin-top: 5px;
	}
	.navbar-nav>li {
		padding: 10px 0 10px 12px;
		height: 45px;
		box-sizing: border-box;
	}
	.banner{
		height: 350px;
	}
}
@media (max-width: 480px){
    .tools{
        display:none;
    }
	.navbar-default{
		height: 44px;
	}
	.navbar-brand{
		height: 24px;
		padding: 10px 0;
		width: 230px;
	}
	.navbar-toggle{
		margin-right: 0;
	}
	.banner{
		height: 220px;
	}
	.htit{
		padding: 30px 0;
	}
	.htit img{
		height: 50px;
	}
	.pbt50{
		padding: 30px 0;
	}
	.btn-href{
		font-size: 105%;
		padding: 6px 10px;
		margin: 0 15px;
		border-radius: 4px;
	}
	.event-box{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 0 15px;
	}
	.event-icon{
		padding: 15px;
		width: 60px;
		height: 60px;
	}
	.event-icon img{
		width: 30px;
		height: 30px;
	}
	.event-list{
		padding: 20px;
		width: 100%;
		margin-bottom: 15px;
		font-size: 120%;
	}
	.about-info{
		font-size: 120%;
	}
	.unit-list{
		font-size: 120%;
	}
	.lunwen-txt{
		font-size: 115%;
	}
	.lunwen-other{
		font-size: 106%;
		padding-bottom: 30px;
	}
	.ad-box{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.ad-box li{
		width: 100%;
	}
	.link-list li img{
		max-height: 36px;
	}
	.link-list li{
		padding: 6px 0;
	}
	.build-box{
		font-size: 20px;
	}
	.navbar-nav{
		background: rgba(0,0,0,0.8);
		width: 60%;
		margin-top: 0px;
		margin-left: 15px;
	}
	.navbar-nav>li{
		height: auto !important
	}
	.navbar-nav>li>.dropdown-menu{
		position: relative;
		float: none;
	
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-top: none;
	}
	.dropdown-menu>li>a{
		text-align: left;
		padding: 5px 0;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
		text-align: left;
		padding: 5px 10px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #fff;
	}
	.htit2{
		font-size: 130%;
		padding: 15px 0;
	}
	.live-video-box{
		background: #232322;
		margin-bottom: 20px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.live-video{
		width: 100%;
	}
	.live-video video{
		width: 100%;
		height: 220px;
	}
	.live-video-thumb{
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
	}
	.live-video-thumb ul{
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.live-video-thumb li{
		width: 50%;
		box-sizing: border-box;
		padding: 5px;
	}
	.live-video-thumb li img{
		height: 90px;
	}
	.live-video-thumb li::after{
		content: '';
		background: url(/uploads/image/mimages/icon_video.png) no-repeat;
		background-size: cover;
		width: 2em;
		height: 2em;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1em;
		margin-left: -1em;
		z-index: 10;
	}
	.news-tit-group{
		padding: 20px 0;
	}
	.news-tit-group h3{
		font-size: 140%;
		margin-bottom: 8px;
	}
	.news-tit-group{
		font-size: 85%;
		color: #999;
	}
	.news-details{
		font-size: 110%;
		padding: 20px 0;
	}
	.ap-date-list{
		padding: 15px 15px;
	}
	.ppt-list li{
		width: 100%;
		padding: 8px;
	}
	.ppt-info{
		padding: 10px 15px;
	}
	.ppt-tit{
		font-size: 120%;
	}
	.ppt-other{
		font-size: 100%;
		margin-top: 6px;
	}
}



.topnav{
	display: none;
}
@media (max-width: 480px){
	.topnav{
		display: block;
		padding: 0 12px 30px 12px;
	}
	.topnav ul{
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.topnav li{
		padding: 0 10px;
	}
	.topnav li a{
		border: 1px solid #249a45;
		border-radius: 6px;
		padding: 5px 15px;
		text-align: center;
		font-size: 106%;
		color: #249a45;
	}
}
