
/*漂浮窗样式*/
#demo {
	width: 300px;
	height: auto;
	position: fixed;
	z-index: 999;
	transition: 0.5s;}
#demo a img{
	width: 100%;
	height: 100%;}
.fon img{
	width: 23px;
	height: 23px;}

.slider{
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: relative;}

.slider-data{
	width: 1200px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);}

.slider-data-day{
	width: 100%;
	height: 50px;
	background: rgba(0,110,235,.5);}

.slider-data-month{
	width: 100%;
	height: 50px;}

.slider-select-data{
	width: 60%;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 50px;}

.slider-data-left{
	width: 30%;
	height: 100%;
	float: left;
	background: #006EEB;}

.btn-icon-left,.btn-icon-right{
	width: 20%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	float: left;
	cursor: pointer;}

.slider-data-right{
	width: 70%;
	height: 100%;
	float: left;
	text-align: center;}

.slider-data-right p{
	width: 70%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	margin: auto;
	text-overflow: ellipsis;}

.content-news{
	margin-top: 30px;}

.content-news-list{
	width: 100%;
	height: 550px;
	padding: 30px 0;}

.content-news-left{
	width:650px;
	height: 100%;
	float: left;
	margin-right: 50px;}

.content-news-left img{
	width: 100%;
	height: 360px;}

.news-content{
	width: 100%;
	height: 100px;
	padding: 15px;
	position: relative;}

.news-content a{
	width: 90%;
	display: block;
	color: #006EEB;
	text-decoration: none;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}

.news-content p{
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	text-indent: 32px;
	text-align: justify;
	text-justify: inter-ideograph;}

.news-content span{
	position: absolute;
	bottom: 5px;right: 15px;}

.content-news-right{
	width:500px;
	height: 300px;
	float: left;}

.content-news-right li{
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px dashed #999999;}

.content-news-right li:last-child{
	border: none;}

.content-news-right li div{
	width: 100%;
	height: 30px;
	line-height: 30px;}

.content-news-right li div .news-title{
	display: inline-block;
	width: 70%;
	height: 100%;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;}

.content-news-right li div span{
	float: right;
	font-size: 14px;}

.content-news-right li div p{
	display: inline-block;
	width: 70%;
	height: 100%;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}

.content-news-right li div .news-details{
	float: right;
	color: #DC061E;
	text-decoration: none;}

.content-news-nav{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #006EEB;}

.content-news-nav h3{
	display: inline-block;
	width: auto !important;
	height: 100%;
	line-height: 46px;
	padding-left: 50px;}

.content-news-nav h3 span{
	color: #006EEB;}

.content-news-nav h3 label{
	font-size: 16px;
	padding-left: 10px;}

.content-news-nav a{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #006EEB;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: 8px;
	text-decoration: none;
	border-radius: 5px;}

.content-activitynotice{
	width: 100%;
	height: 550px;
	min-width: 1200px;
	background: #F8F9FB;}

.content-activity{
	width: 750px;
	height: 100%;
	float: left;
	margin-right: 50px;
	padding-top: 30px;
	position: relative;}

.content-notice{
	width: 400px;
	height: 100%;
	float: left;
	padding-top: 30px;}

.content-notice-list{
	width: 100%;
	height: 460px;
	padding-top: 30px;}

.content-notice-list li{
	width: 100%;
	position: relative;
	padding: 10px;}

.content-notice-newtime{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #E8E9EB;}

.content-notice-newtime p{
	width: 100%;
	height: 25px;
	text-align: center;
	line-height: 25px;}

.content-notice-newtime p:last-child{
	background: #006EEB;
	color: #fff;}

.content-notice-newtitle{
	width: 100%;
	height: 50px;
	padding-left: 70px;}

.content-notice-newtitle a{
	display: block;
	width: 100%;
	height: 60px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px dashed #999999;}

.content-notice-list li:last-child .content-notice-newtitle a{
	border: none;}

.content-tab{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #006EEB;}

.content-tab span{
	font-weight: 700;
	display: inline-block;
	height: 100%;
	font-size: 18px;
	margin-right: 15px;
	cursor: pointer;}

.tabactive{
	color: #006EEB;
	border-bottom: 3px solid #006EEB;}

.content-tab span label{
	color: #006EEB;}

.content-tab a{
	float: right;
	color: #fff;
	background: #006EEB;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-top: 8px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;}

.content-tabbox{
	width: 100%;
	height: 460px;
	padding-top: 30px;
	position: absolute;
	top: 76px;
	left: 0;}

.content-tabbox1{
	display: none;}

.content-imageText{
	width: 100%;
	height: 230px;}

.content-image,.content-text{
	width: 50%;
	height: 100%;
	float: left;}

.content-image{
	padding-right: 20px;
	padding-bottom: 20px;}

.content-image img{
	width: 100%;
	height: 100%;}

.content-text a{
	display: block;
	width: 80%;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}

.content-text p{
	width: 100%;
	line-height: 30px;
	width: 100%;
	margin: 20px 0;
	font-size: 14px;}

.content-text span{
	float: right;
	font-size: 14px;}

.content-activity-news{
	width: 100%;
	height: 200px;}

.content-activity-news ul{
	width: 48%;
	float: left;
	margin-right: 2%;}

.content-activity-news ul:nth-of-type(2){
	margin-left: 2%;
	margin-right: 0%;}
	
.content-activity-news li{
	width: 100%;
	height: 46px;
	line-height: 46px;
	float: left;
	border-bottom: 1px dashed #999999;}
	
.content-activity-news li:last-child{
	border: none;}

.content-activity-news li a{
	display: inline-block;
	width: 60%;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}

.content-activity-news li span{
	float: right;
	font-size: 14px;}

.content-edu-spe{
	width: 100%;
	height: 620px;
	margin: 40px 0;}

.content-education{
	width: 750px;
	height: 100%;
	float: left;
	margin-right: 50px;}

.content-und1{
	width: 100%;
	height: 50%;
	position: relative;}

.content-special{
	width: 400px;
	height: 100%;
	float: left;}

.content-special-img{
	width: 100%;
	height: 120px;
	margin: 20px 0;
	position: relative;}

.content-special-img img{
	width: 100%;
	height: auto;}

.content-special-img p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 60px;
    font-weight:700;
    text-align: center;
    line-height: 60px;
    padding-left: 60px;
    background-position-x: 20px !important;}

.content-tab-1{
	width: 100%;
	height: auto;
	padding-top: 15px;
	position: absolute;
	top: 46px;
	left: 0;}

.content-tab-1-2,.content-tab-copy1{
	display: none;}

.content-tab-1 li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #999999;
	padding-left: 20px;
	position: relative;
	height: 40px;
	line-height: 38px;}

.content-tab-1 li:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #006EEB;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);}

.content-tab-1 li a{
	display: inline-block;
	width: 70%;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;}

.content-tab-1 li span{
	float: right;
	font-size: 14px;}

/*鐩稿叧閾炬帴閮ㄥ垎*/
.content-link{
	width: 100%;
	height: 56px;
	background: #F8F9FB;}

.content-link-tip{
	width: 160px;
	height: 100%;
	line-height: 56px;
	font-size: 20px;
	font-weight: 700;
	float: left;}

.content-link-tip span{
	color: #006EEB;}

.content-link-tip label{
	color: #999999;
	font-size: 14px;
	margin-left: 10px;}

.content-link-select{
	width: 100%;
	height: 60px;
	float: left;
	padding: 10px;
	margin-top: 20px;
	position: relative;}

.content-link-opation{
	width: 100%;
	height: auto;
	border: 1px solid #999999;
	border-radius: 50px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #999999;
	position: relative;
	cursor: pointer;}

.content-link-opation img{
	position: absolute;
	top: 50%;
	right: 15px;
	transition: 0.3s;
	transform: translate(0,-50%) rotateZ(180deg);}

.content-select-opation{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	z-index: 99;
	overflow: hidden;}

.content-select-opation a{
	color: #000;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;}

.content-select-opation a:hover{
	color: #fff !important;
	background: #006EEB;}

/*鐩稿叧閾炬帴閮ㄥ垎*/



/*杞挱鍥�*/
/**/.active{
	color: orange !important;
	background: none !important;
	font-size: 24px !important;}
.carousel-indicators .active{
	width: 30px;}

.carousel-indicators{
	width: 1200px !important;
	left: 50%;
	bottom: 50px;
	text-align: left;
	transform: translate(-50%,0);
	margin: 0;
	padding: 0 15px;
	box-sizing: border-box;
	background: rgba(0,110,235,.5);}

.carousel-indicators li{
	width: 30px;
	text-indent: inherit;
	border: none;
	border-radius: 0;
	font-size: 16px;
	margin-left: 5px !important;}

.carousel-caption{
	width: 1200px;
	height: 50px;
    padding: 0;
	bottom: 0;
    z-index: 999;
	line-height: 50px;
    left: 50%;
    transform: translate(-50%,0);}

.carousel-caption p{
	display: block;
	width: 100%;
	float: right;
	font-size: 20px;
	text-align: left;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0,110,235,.5);}