﻿@charset "UTF-8";
/*
* author kis2
* time 2018.05.22
*/

/* CSS Document*/
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/

@media (max-width: 992px){
body{
       width: 1200px;
}
}
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #1062ab;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #fff;
}
@font-face {
	font-family: 'qw';
	src: url('../font/UNIVECONBOL.eot');
	src: url('../font/UNIVECONBOL.eot') format('embedded-opentype'),
		 url('../font/UNIVECONBOL.woff') format('woff'),
		 url('../font/UNIVECONBOL.ttf') format('truetype'),
		 url('../font/UNIVECONBOL.svg') format('svg');
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h35{
	clear: both;
	overflow:hidden;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow:hidden;
}
.h100 {
	clear: both;
	height: 100px;
	overflow:hidden;
}
.h200{
	clear: both;
	height: 200px;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/
.wrap{
	width: 1200px;
	margin:0px auto;
	position: relative;
	z-index: 3;
}
.tableCont{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 3;
}
.table{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}
.tableCell{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.right{
	overflow: hidden;
}
.min_h400{
	min-height: 400px;
}
/*
* 顶部开始
*/
.top{
	overflow: hidden;
	background: #fff;
}
.logo{
	display: block;
	overflow: hidden;
	margin: 11px 0px;
}
.logo img{
	display: block;
	height: 90px;
}
.topSearch{
	width: 300px;
	background: #f1f1f1;
	overflow: hidden;
	margin: 37px 0px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
.topSearch a{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(search.png) no-repeat center center;
}
.topSearchDiv{
	overflow: hidden;
	padding: 0px 10px;
}
.topSearchDiv input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#999;
	border:none;
	background: none;
	outline: none;
}
/*
* nav 导航 begin
*/
.menuBox{
	height: 65px;
	background: #1062ab;
	position: relative;
	z-index: 99;
}
.menu_dl dd{
	position: relative;
	float: left;
	display: inline;
	width: 11.1111111%;
}
.menu_a{
	display: block;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 15px 0px;
}
.menu_a span{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	height: 20px;
	line-height: 20px;
}
.menu_a i{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#C5C6C7;
	height: 15px;
	line-height: 15px;
}
.menu_dl dd.hover .menu_a,
.menu_a:hover{
	background: #053D6E;
}
.subMenu{
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 65px;
	background: rgba(255,255,255,0.9);
}
.menu_ul{
	overflow: hidden;
	padding: 10px 0px;
}
.menu_ul li{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
}
.subMenu_a{
	font-size: 16px;
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_ul li:hover .subMenu_a,
.subMenu_a:hover{
	color:#1062ab;
	text-decoration: underline;
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	padding-top: 28.645833%;
}
.banner .center{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.banner .bd{height: 100%;position:relative; z-index:0;overflow:hidden;}
.banner_dl{height: 100% !important;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 100%;
	position: relative;
}
.banner .bd dd a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.banTxt{
	width: 568px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -90px;
	margin-right: -600px;
}
.banTxt em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.65);
	z-index: 1;
}
.banTxt i,
.banTxt span{
	text-align: center;
	display: block;
	font-size: 0px;
}
.banTxt i{
	padding-top: 15px;
}
.banTxt img{
	display: inline-block;
	overflow: hidden;
}
.banner .hd{
	width: 100%;
	position:absolute;
	z-index:1;
	bottom:20px;
	left:0px;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li{
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	height: 12px;
	width: 12px;
	overflow:hidden;
	text-indent: 99em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin: 0px 5px;
	background: rgba(255,255,255,0.8);
}
.banner .hd ul li.on {
	background: #1062ab;
}
.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 20px;
	height: 37px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.banner .prev{
	background: url(bannerPrev.png) no-repeat center left;
	float: left;
	text-align: right;
}
.banner .prev:hover{
	background: url(bannerPrev_h.png) no-repeat center left;
}
.banner .next{
	background: url(bannerNext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(bannerNext_h.png) no-repeat center right;
}
/*banner结束*/

/*
* location
*/
.location{
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.locaL{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	font-size: 20px;
	color:#1062ab;
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #1062ab;
	padding: 0px 3px;
	font-weight: bold;
}
.locaR{
	overflow: hidden;
	font-size: 14px;
	color:#939393;
}
.location a{
	color:#939393;
}
.location a:last-child,
.location a:hover{
	color:#1062ab;
}
.location span{
	padding-left: 20px;
	background: url(locationBg.png) no-repeat left center;
}
.location i{
	padding: 0px 5px;
}

/*分页*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{transition:all 0.3s linear;display: inline-block;overflow: hidden;padding:10px 15px;color:#999999;background: #fff;margin: 0 2px;border:1px solid #d9d9d9;border-radius: 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #fff;color: #1062ab;border-color:#1062ab;}
.page a.hover{background: #fff;color: #1062ab;border-color:#1062ab;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(icon_p1.png)}
.page a.prevPage div{background-image: url(icon_p2.png)}
.page a.nextPage div{background-image: url(icon_p3.png)}
.page a.lastPage div{background-image: url(icon_p4.png)}

.page a.firstPage:hover div{background-image: url(icon_p1h.png);}
.page a.prevPage:hover div{background-image: url(icon_p2h.png);}
.page a.nextPage:hover div{background-image: url(icon_p3h.png);}
.page a.lastPage:hover div{background-image: url(icon_p4h.png);}

.page a.firstPage.disabled{background:#f1f1f1;color:#999999;}
.page a.prevPage.disabled{background:#f1f1f1;color:#999999;}
.page a.nextPage.disabled{background:#f1f1f1;color:#999999;}
.page a.lastPage.disabled{background:#f1f1f1;color:#999999;}

.page a.firstPage.disabled:hover{border-color:#d9d9d9;}
.page a.prevPage.disabled:hover{border-color:#d9d9d9;}
.page a.nextPage.disabled:hover{border-color:#d9d9d9;}
.page a.lastPage.disabled:hover{border-color:#d9d9d9;}

.page a.firstPage.disabled div{background-image: url(icon_p1.png)}
.page a.prevPage.disabled div{background-image: url(icon_p2.png)}
.page a.nextPage.disabled div{background-image: url(icon_p3.png)}
.page a.lastPage.disabled div{background-image: url(icon_p4.png)}


/*底部开始*/
.footer{
	overflow: hidden;
	background: #333;
	padding: 50px 0px;
	font-size: 0px;
	line-height: 30px;
	text-align: center;
}
.footMenu{
	overflow: hidden;
	font-size: 14px;
}
.footTxt a,
.footMenu a{
	font-size: 14px;
	color:#8f8f8f;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footTxt a:hover,
.footMenu a:hover{
	color:#fff;
}
.footMenu i{
	color: #515050;
	padding: 0px 7px;
}
.footTxt a,
.footTxt{
	color:#8f8f8f;
	font-size: 13px;
}
.footer .center{
	display: inline-block;
	overflow: hidden;
}
.code_p{
	overflow: hidden;
	float: left;
	margin: 0px 10px;
}
.code_p img{
	display: block;
	width: 82px;
	height: 82px;
}
.code_p i{
	display: block;
	font-size: 12px;
	color:#8f8f8f;
	text-align: center;
}
/*底部结束*/

/*
* 右边浮动
*/
.rightScroll{
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 99;
	margin-top: -82px;
	_display: none;
	*display: none;
	display: none\9;
	opacity: 0;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.rightScroll.show{
	opacity: 1;
	_display: block;
	*display: block;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.rightScr_dl{
	width: 45px;
}
.rightScr_dl dd{
	margin: 5px 0px;
	position: relative;
	float: left;
	display: inline;
}
.right_a{
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.code .right_a{
	background: #9f9f9f url(code.png) no-repeat center center;
}
.code:hover .right_a{
	background: #1062ab url(code.png) no-repeat center center;
}
.tel2 .right_a{
	background: #9f9f9f url(tel2.png) no-repeat center center;
}
.tel2:hover .right_a{
	background: #1062ab url(tel2.png) no-repeat center center;
}
.arrowUp .right_a{
	background: #9f9f9f url(arrowUp.png) no-repeat center center;
}
.arrowUp:hover .right_a{
	background: #1062ab url(arrowUp.png) no-repeat center center;
}
.rightDiv{
	display: none;
	position: absolute;
	right: 45px;
	bottom: 0px;
	overflow: hidden;
}
.rightDivss{
	display: none;
	position: absolute;
	right: 45px;
	bottom: 0px;
	overflow: hidden;
}
.tel2:hover .rightDivss{
	display: block;
	position: absolute;
	right: 45px;
	bottom: 0px;
	overflow: hidden;
}
.code .rightDiv{
	bottom: auto;
	top: 0px;
}
.code:hover .rightDivss{
	display: block;
        bottom: -46px;
}
.rightCode{
	overflow: hidden;
	background: #fff;
	border: 3px solid #9f9f9f;
}
.rightCode img{
	display: block;
	width: 85px;
	height: 85px;
}
.rightTel{
	line-height: 45px;
	font-size: 16px;
	color:#1062ab;
	white-space: nowrap;
	padding: 0px 20px;
	background: #fff;
}

/*
* subBaner
*/
.subBanner{
	overflow: hidden;
}
.subBanner a{
	display: block;
	padding-top: 18.2291667%;
}

/*
* left
*/
.leftBox{
	width: 200px;
	overflow: hidden;
	margin-right: 40px;
}
.leftCont{
	width: 200px;
	overflow: hidden;
}
.left_dl{
	overflow: hidden;
}
.left_dl dt{
	overflow: hidden;
	background: url(leftBg.jpg) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
}
.left_dl dt span{
	display: block;
	overflow: hidden;
}
.left_dl dt span img{
	display: block;
	max-width: 100%;
}
.left_dl dt i{
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	padding-top: 10px;
}
.left_dl dt i em{
	display: block;
	width: 20px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
}
.left_dl dd{
	overflow: hidden;
	padding-top: 15px;
}
.left_dl dd a{
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#333;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(trangleRight.png) no-repeat 140px center;
}
.left_dl dd.hover a,
.left_dl dd a:hover{
	color:#fff;
	background: #1062ab url(trangleRight.png) no-repeat 140px center;
}
/************************************二级页面 begin*************************************/
/*
* 列表公共部分
*/
.com_dl{
	overflow: hidden;
}
.com_dl dd{
	width: 33.3333333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.list_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.imgDiv{
	display: block;
	/*width: 100%;*/
	overflow: hidden;
	position: relative;
	padding-top: 66.66666667%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.scaleImg img{
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.scaleImg:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listTit{
	font-size: 14px;
	color:#666;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listName{
	font-size: 16px;
	color:#333;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .listName,
.list_a:hover .listTit{
	color:#1062ab;
}
.listIntr{
	height: 50px;
	font-size: 14px;
	color:#999;
	line-height: 25px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime{
	font-size: 12px;
	color:#999;
	overflow: hidden;
}
.listTime i{
	color:#999;
}
.listDeta{
	overflow: hidden;
}

/*
* 全图
*/
.img_dl{
	margin: 0px -17px 0px -18px;
	overflow: hidden;
}
.img_dl dd{
	width: 33.33333333%;
	padding: 17px 0px 18px 0px;
	float: left;
	display: inline;
	overflow: hidden;
}
.img_dl dd .list_a{
	margin: 0px 17px 0px 18px;
}
.img_dl .imgDiv{
	padding-top: 72.6190476%;
}
.img_dl2 .imgDiv{
	padding-top: 66.66666667%;
}
.img_dl dd .listTit{
	border:1px solid #e0e0e0;
	border-top: none;
	padding: 20px 0px;
	text-align: center;
	color:#333;
}

.img_dl .ind2ndDeta{
	position: relative;
	border: 1px solid #e0e0e0;
	border-top: none;
}


/*
* 全文列表
*/
.txtList_dl{
	padding: 15px 0px;
}
.txtList_dl dd{
	position: relative;
	padding: 0px 20px;
}
.txtList_dl .listTime,
.txtList_dl .listTit{
	position: relative;
	z-index: 4;
}
.textListIcon{
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	opacity: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(textListIcon.png) no-repeat center center;
}
.txtList_dl dd:hover .textListIcon{
	opacity: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.textListBg{
	width: 100%;
	overflow: hidden;
	height: 0px;
	background: #f4f4f4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.cmms:hover .textListBg{
	width: 100%;
	overflow: hidden;
	height: 35px;
	background: #f4f4f4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
/*
* 图文列表
*/
.txtImg_dl{
	overflow: hidden;
}
.txtImg_dl dd{
	overflow: hidden;
	padding: 15px 0px;
}
.txtImg_dl dd .list_a{
	background: #f6f6f6;
}
.txtImg{
	width: 390px;
	overflow: hidden;
}
.txtImg .imgDiv{
	padding-top: 72.6190476%;
}
.txtImgDeta{
	overflow: hidden;
	position: relative;
	padding:0px 25px;
}
.txtImgTime{
	width: 75px;
	overflow: hidden;
	background: #9f9f9f;
	text-align: center;
	padding: 5px 0px 10px 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImgTime span{
	display: block;
	overflow: hidden;
	font-size: 30px;
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImgTime i{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImgName{
	overflow: hidden;
	font-size: 20px;
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImgIntr{
	height: 50px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	border-top: 1px solid #d4d4d4;
	position: relative;
	padding: 20px 0px;
}
.txtImgLine{
	display: block;
	width: 0px;
	height: 1px;
	background: #1062ab;
	position: absolute;
	left: 0px;
	top: -1px;
}
.listMore{
	font-size: 14px;
	color:#999;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImg_dl dd .list_a:hover .txtImgTime{
	background: #1062ab;
}
.txtImg_dl dd .list_a:hover .txtImgTime span,
.txtImg_dl dd .list_a:hover .txtImgTime i{
	color:#fff;
}
.txtImg_dl dd .list_a:hover .txtImgName{
	color: #1062ab;
}
.txtImg_dl dd .list_a:hover .listMore{
	color: #1062ab;
}
/*^
 * 新闻阅读页
 */	
 .articleT2{
	clear:both;
	font-size:14px;
	color:#666666;
	line-height:30px;
	text-align:center;
	margin-top:5px;
	}
.articleT2 i{color:#cf3827;font-weight:bold; font-style:normal;}
.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.article_fzBox{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:0;
	z-index:9999;
	opacity:0;
	transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center top;
	-webkit-transform-origin:center top;
}
.article_fz:hover .article_fzBox{
	opacity:1;
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);
}
.article_fzBox span{
	display:block;
	height:20px;
	background:#f5f5f5;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}
.article_fzBox span:hover{
	background:#cf3827;
	color:#fff;
}
.article_fzBox span.hover{
	background:#cf3827;
	color:#fff;
}
.articleBox {
	overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:0px 20px 20px;
}
.articleBox.w_600{width: 600px;}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}

.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	height:500px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	background: #fafbfb;
	padding: 15px 0px;
}
.articleTitle{
	padding: 20px 0 10px 0;
    font-size: 24px;
    line-height: 46px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.articleTime {
	line-height: 36px;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.artPage{
	overflow: hidden;
	border-top: 1px solid #d5d5d5;
	padding-top: 15px;
	position: relative;
}
.artPage p{
	font-size: 14px;
	color:#999;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.artPage p a:hover{
	color:#1062AB;
}
.artPage p a{
	color:#999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#cc141e;
	}
.articlePage a.hover{
	color:#fff;
	background:#cc141e;
	}
.download{
	clear:both;
	height:32px;
	font-size:18px;
	padding:10px 0 0 0;
	}
.download a{
	display:block;
	line-height:32px;
	float:left;
	padding:0 0 0 40px;
	color:#0079ce;
	font-family:"microsoft yahei";
	margin:0 10px 0 0;
	font-size:14px;
	background:url(download.png) no-repeat left center;
	}
a.goBack{
	display: block;
	overflow: hidden;
	width: 130px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	font-size: 15px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	background: #1062ab;
}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
	color:#666;
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(file.png) no-repeat left center; 
}
.articleHand a.word{background:url(word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(zip.png) no-repeat left 3px; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
}
.shareBoxL b{
	display:block;
	line-height:40px;
	float:left;
}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 0px;
}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
}
.shareBoxR a{
	color:#666;
}
.shareBoxR a:hover{
	color:#cc141e;
}
.artShare{ overflow: hidden; display: inline-block; font-size: 14px; position: relative; top: 9px;}
.artShare span{ color: #666; margin-right: 5px; margin-left: 10px;}
.artShare a{ padding: 0 !important; margin: 0 10px 0 0px !important; width: 19px !important; height: 17px !important; background-image: url(share.png) !important;}
.artShare a.bds_weixin{ background-position: 0 0px !important;}
.artShare a.bds_tsina{ background-position: -29px 0px !important;}
.artShare a.bds_qzone{ background-position: -58px 0px !important;}
.artShare a.bds_weixin:hover{ background-position: 0 -17px !important; opacity: 1;}
.artShare a.bds_tsina:hover{ background-position: -29px -17px !important; opacity: 1;}
.artShare a.bds_qzone:hover{ background-position: -58px -17px !important; opacity: 1;}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:810px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	position:absolute;
	z-index:9999999999999;
	background:url(article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

/*
* 第一通栏 begin
*/
.notice{
	overflow: hidden;
	position: relative;
	background: #f4f4f4;
}
.noticeTit{
	padding-right: 40px;
	overflow: hidden;
	background: url(trangle.png) no-repeat right;
}
.noticeTit span{
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	padding-left: 45px;
	background: #1062ab url(notice.png) no-repeat 15px center;
}
.noticeBt{
	overflow: hidden;
	padding: 10px 20px;
}
.noticeBt .bt{
	display: block;
	width: 20px;
	height: 15px;
	overflow: hidden;
}
.noticeBt .prev{
	background: url(noticeBt.png) no-repeat left top;
}
.noticeBt .prev:hover{
	background: url(noticeBt.png) no-repeat right top;
}
.noticeBt .next{
	background: url(noticeBt.png) no-repeat left bottom;
}
.noticeBt .next:hover{
	background: url(noticeBt.png) no-repeat right bottom;
}
.notice .center{
	padding: 5px 0px;
	overflow: hidden;
}
.notice .bd{
	height: 40px;
	overflow: hidden;
}
.notice_dl{
	overflow: hidden;
}
.notice_dl dd{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin-right: -1px;
}
.line{
	width: 50%;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
.line em{
	display: block;
	width:1px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	background: #c8c8c8;
}
.notice_a{
	font-size: 14px;
	color:#666;
	position: relative;
	margin-left: 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.point{
	padding-left: 15px;
}
.point i{
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	background: #979797;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.point:hover i{
	background: #1062ab;
}
.line span{
	font-size: 14px;
	color:#999;
	float: right;
	overflow: hidden;
	margin-right: 40px;
}

/*
* 标题公共部分 beign
*/
.titBox{
	height: 59px;
	position: relative;
}
.tabTit{
	border-bottom: 1px solid #e3e3e3;
}
.tit_dl{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.tit_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 40px;
}
a.tit_a{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color:#333;
	display: block;
	overflow: hidden;
	position: relative;
}
.tit_a i{
	font-size: 14px;
	color:#999;
	font-weight: normal;
	padding-left: 10px;
}
.tit_a em{
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #1062ab;
}
a.titMore{
	display: block;
	width: 55px;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	background: #cdcdcd;
	margin: 20px 0px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.titMore:hover{
	background: #1062ab;
}
.tit_dl dd.hover .tit_a{
	color:#1062ab;
	font-weight: bold;
	font-size: 20px;
}
.tabTit dd.hover .tit_a em{
	display: block;
}
.titIcon{
	padding-left: 30px;
	background: url(titIcon.png) no-repeat left center;
}
.titBox.bd_b{
	border-bottom: 1px solid #e3e3e3;
}
/*
* 第二通栏 
*/
.ind1stL{
	width: 850px;
	overflow: hidden;
}
.ind1stLSlide{
	width: 420px;
	overflow: hidden;
	position: relative;
}
.ind1stLSlide .bd{
	height: 305px;
	overflow: hidden;
}
.ind1stL_dl{
	overflow: hidden;
}
.ind1stL_dl dd{
	overflow: hidden;
}
.ind1stL_dl dd a{
	display: block;
	overflow: hidden;
	padding-top: 72.6190476%;
	position: relative;
}
.ind1stL_dl dd a img{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.ind1stSlideTit{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	color:#fff;
	z-index: 1;
}
.ind1stSlideTit span{
	display: block;
	margin: 0px 15px;
	overflow: hidden;
}
.ind1stLSlide .hd{
	position: absolute;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	z-index: 3;
}
.ind1stLSlide .bt{
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
}
.ind1stLSlide .prev{
	background: url(ind1stLSlideBt.png) no-repeat left top;
}
.ind1stLSlide .prev:hover{
	background: url(ind1stLSlideBt.png) no-repeat left bottom;
}
.ind1stLSlide .next{
	background: url(ind1stLSlideBt.png) no-repeat right top;
}
.ind1stLSlide .next:hover{
	background: url(ind1stLSlideBt.png) no-repeat right bottom;
}
.ind1stLSlide .hd ul{
	overflow: hidden;
	float: left;
	display: inline;
	margin: 2px 0px;
}
.ind1stLSlide .hd ul li{
	width: 5px;
	height: 5px;
	overflow: hidden;
	float: left;
	display: inline;
	background: #fff;
	cursor: pointer;
	text-indent: 99em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 5px;
}
.ind1stLSlide .hd ul li.on{
	background: #1062ab;
}
.ind1stLNews{
	width: 410px;
	overflow: hidden;
}
.ind1stLNews .ind1stLNews_dl{
	height: 305px;
}
.ind1stLNews_dl{
	overflow: hidden;
}
.ind1stLNews_dl dt{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 5px;
}
a.hot_a{
	font-size: 16px;
	color:#666;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hot_a:hover{
	color:#1062ab;
}
.ind1stLNews_dl dt .listIntr{
	padding-left: 15px;
}
.ind1stLNews_dl dd{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.ind1stLNews_dl dd .listTime{
	margin-right: 30px;
	font-size: 12px;
}
.ind1stR{
	width: 320px;
	overflow: hidden;
}
.ind1stRCont{
	height: 242px;
	overflow: hidden;
	padding: 18px 40px 45px 40px;
}
.ind1stR_dl{
	margin: 0px -9px;
	overflow: hidden;
}
.ind1stR_dl dd{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 9px 0px;
}
.ind1stR_dl dd a{
	margin: 0px 9px;
	padding: 20px 0px;
	overflow: hidden;
	display: block;
	border: 1px solid #d8d8d8;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stR_dl dd a:hover{
	background: #1062ab;
	border-color: #1062ab;
}
.ind1stR_dl dd span{
	display: block;
	overflow: hidden;
	height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind1stR_dl dd i{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#333;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-top: 10px;
}
.ind1stR_dl dd a:hover i{
	color:#fff;
}
.ind1stRDd1 span{
	background: url(tel.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd1 a:hover span{
	background: url(tel_h.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd2 span{
	background: url(edit.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd2 a:hover span{
	background: url(edit_h.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd3 span{
	background: url(msg.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd3 a:hover span{
	background: url(msg_h.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd4 span{
	background: url(user.png) no-repeat center center;
	background-size: auto 30px;
}
.ind1stRDd4 a:hover span{
	background: url(user_h.png) no-repeat center center;
	background-size: auto 30px;
}

/*
* 第二通栏 begin
*/
.ind2nd{
	overflow: hidden;
	background: #f4f4f4;
	padding: 25px 0px;
}
.ind2ndSlide{
	overflow: hidden;
	position: relative;
}
.ind2ndSlide .bd{
	height: ;
	overflow: hidden;
}
.ind2nd_dl{
	overflow: hidden;
	margin: 0px -12px !important;
}
.ind2nd_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.ind2nd_dl .list_a{
	background: #fff;
	margin: 0px 12px;
	padding-bottom: 96px;
	-webkit-box-shadow: 0px 1px 3px #e5e5e5;
	box-shadow: 0px 1px 3px #e5e5e5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind2ndDeta{
	overflow: hidden;
	padding: 25px 25px 20px 25px;
	position: absolute;
	left: 0px;
	bottom:0px;
	right: 0px;
	z-index: 4;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind2ndDeta .listIntr{
	height: 25px;
	padding-top: 5px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind2nd_dl .imgDiv{
	padding-top:72.6190476%;
}
.ind2nd_dl .list_a:hover .listName{
	color:#fff;
}
.ind2nd_dl .list_a:hover .listIntr{
	color:#fff;
}
.ind2nd_dl .list_a:hover .ind2ndDeta{
	padding: 30px 25px 30px 25px;
	background: #1062ab;
}
.ind2ndSlide .bt{
	display: block;
	width: 19px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 97px;
}
.ind2ndSlide .prev{
	left: -19px;
	background: url(slideBt.png) no-repeat left top;
}
.ind2ndSlide .next{
	right: -19px;
	background: url(slideBt.png) no-repeat right top;
}

/*
* 第三通栏 begin
*/
.ind3rdL{
	width: 580px;
	overflow: hidden;
}
.tabCont{
	height: 243px;
	overflow: hidden;
}
.indList_dl{
	overflow: hidden;
	padding-top: 15px;
}
.tabCont .indList_dl{
	display: none;
}
.indList_dl dd{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.indList_dl dd a{
	position: relative;
	font-size: 14px;
	color:#666;
	padding-left: 15px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind3rdL .indList_dl dd a{
	padding-left: 23px;
}
.indList_dl dd a:hover{
	color:#1062ab;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}
.indList_dl dd a i{
	display: block;
	width: 4px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(arrow.png) no-repeat center center;
}
.ind3rdL .indList_dl dd a i{
	left: 8px;
}
.ind3rdR{
	width: 345px;
	overflow: hidden;
}
.indList_dl dt{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ind3rdRImg{
	display: block;
	overflow: hidden;
	margin-right: 10px;
}
.ind3rdRImg img{
	display: block;
	width: 130px;
	height: 95px;
}
.ind3rdDeta{
	padding: 10px 0px;
	overflow: hidden;
}
.ind3rdR .indList_dl{
	height: 228px;
}

/*

* 第三 一通栏 begin
*/
.ind31rdL{
	width: 570px;
        margin-left: 50px;
	overflow: hidden;
}
.tabCont1{
	height: 243px;
	overflow: hidden;
}
.indList1_dl{
	overflow: hidden;
	padding-top: 15px;
}
.tabCont1 .indList1_dl{
	display: none;
}
.indList1_dl dd{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.indList1_dl dd a{
	position: relative;
	font-size: 14px;
	color:#666;
	padding-left: 15px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind31rdL .indList1_dl dd a{
	padding-left: 23px;
}
.indList1_dl dd a:hover{
	color:#1062ab;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}
.indList1_dl dd a i{
	display: block;
	width: 4px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(arrow.png) no-repeat center center;
}
.ind31rdL .indList1_dl dd a i{
	left: 8px;
}
.ind31rdR{
	width: 345px;
	overflow: hidden;
}
.indList1_dl dt{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ind31rdRImg{
	display: block;
	overflow: hidden;
	margin-right: 10px;
}
.ind31rdRImg img{
	display: block;
	width: 130px;
	height: 95px;
}
.ind31rdDeta{
	padding: 10px 0px;
	overflow: hidden;
}
.ind31rdR .indList1_dl{
	height: 228px;
}

/*

* 第四通栏
*/
.ind4thL{
	width: 20px;
	height: 104px;
	overflow: hidden;
	background: #1062ab url(ind4thL.png) no-repeat center center;
	font-size: 20px;
	color:#fff;
	padding: 68px 20px;
}
.ind4thR{
	overflow: hidden;
	padding: 40px 55px;
	position: relative;
	background: #f1f1f1;
}
.ind4thR .bd{
	height: 160px;
	overflow: hidden;
}
.ind4thR_dl{
	overflow: hidden;
	margin: 0px -11px !important;
}
.ind4thR_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind4thR_dl .list_a{
	margin: 0px 11px;
	overflow: hidden;
}
.ind4thR_dl .imgDiv span{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.8);
	z-index: 3;
}
.ind4thR .bt{
	display: block;
	width: 20px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.ind4thR .prev{
	left: 25px;
	background: url(ind4thBt.png) no-repeat left top;
}
.ind4thR .prev.enable:hover{
	background: url(ind4thBt.png) no-repeat left bottom;
}
.ind4thR .next{
	right: 25px;
	background: url(ind4thBt.png) no-repeat right top;
}
.ind4thR .next.enable:hover{
	background: url(ind4thBt.png) no-repeat right bottom;
}

/*
* 首页悬浮视频
*/
.fixedVideo{
	position: absolute;
	right: 20px;
	top: 100px;
	z-index: 999;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.fixedVideo.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.palyVideo{
	display: block;
	overflow: hidden;
	position: relative;
}
.palyVideo img{
	display: block;
	width: 140px;
	height: 90px;
}
.palyVideo em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.3) url(video.png) no-repeat center center;
}
.closeVide{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: -20px;
	background: url(closeVideo.png) no-repeat center center; 
}

/*
* 学生感言+ 优秀毕业生
*/
.txtImg_dl2{
	overflow: hidden;
}
.txtImg_dl2 dd{
	padding: 15px 0px;
	overflow: hidden;
}
.txtImg_dl2 dd .list_a{
	padding-left: 82px;
}
.txtImg2{
	width: 165px;
	height: 165px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0;
	-o-transition: all 0;
	transition: all 0;
}
.txtImg2 .imgDiv{
	padding-top: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.txtImg2 img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.userName{
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#fff;
	background: #000;
	line-height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.txtImg_dl2 dd .listDeta{
	height: 85px;
	background: #f6f6f6;
	padding: 40px 0px 40px 113px;
}
.txtImg2Name{
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color:#333;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.list_a:hover .txtImg2Name{
	color:#1062ab;
}
.list_a:hover .userName{
	background: #1062ab;
}

/*
* 联系我们
*/
.map{
	height: 340px;
	overflow: hidden;
}
.contact_dl{
	overflow: hidden;
	position: relative;
}
.contact_dl dt{
	font-size: 22px;
	color:#333;
	overflow: hidden;
	padding-bottom: 20px;
}
.contact_dl dd{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#777;
}
.contactCode{
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
}
.contactCode p{
	border:2px solid #000;
	overflow: hidden;
}
.contactCode img{
	display: block;
	width: 120px;
	height: 120px;
}
.contactCode i{
	display: block;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color:#999;
}

/*
* 在线报名
*/
.formBox{
	width: 840px;
	margin: 0px auto;
}
.form_dl{
	margin: 0px -30px;
}
.form_dl dd{
	width: 50%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.formCont{
	margin:0px 30px;
}
.formL{
	width: 100px;
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color:#666;
	text-align: right;
}
.formL i{
	color:#1062ab;
}
.formR{
	overflow: hidden;
}
.formTip{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding-left: 10px;
	font-size: 14px;
}
.formTip i{
	color: #1062ab;
}
.formC{
	overflow: hidden;
}
.formDiv{
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formInp{
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color:#666;
	border:none;
	background: none;
	outline: none;
	font-family: 'microsoft YaHei';
}
.formLabel{
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 15px;
}
.formLabel span{
	display: block;
	height: 42px;
	overflow: hidden;
	padding-left: ;
	font-size: 14px;
	color:#666;
	padding-left: 30px;
	line-height: 42px;
	background: url(radio.png) no-repeat left center;
}
.formLabel.checked span{
	background: url(radio_h.png) no-repeat left center;
}
.formRadio{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity = 0);
}
.form_dl dt{
	width: 100%;
	float: left;
	display: inline;
	padding: 10px 0px;
}
.formArea{
	display: block;
	width: 100%;
	height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	border:none;
	background: none;
	resize: none;
	outline: none;
	padding: 5px 0px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	font-family: 'microsoft YaHei';
}
.formCode{
	display: block;
	overflow: hidden;
	margin-left: 10px;
}
.formCode img{
	display: block;
	height: 42px;
}
.w_290{
	width: 290px;
}
.formBt{
	font-size: 0px;
	overflow: hidden;
	text-align: center;
}
.formBt .center{
	display: inline-block;
	overflow: hidden;
}
.formBt a{
	display: block;
	float: left;
	font-size: 16px;
	color:#666;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 0px 25px;
}
a.submitBt{
	width: 280px;
	background: #1062ab;
	color:#fff;
}
/*slelect.demo样式start*/
.demo{width: 258px;height:40px; position:relative; padding-right:30px; border:1px solid #ddd;border-radius:3px;}
.seljg{ padding-left:10px;text-align: left; line-height:40px; color:#666; font-size:13px; cursor:pointer;}
.demo i{ display:block; width:30px; height:40px; background:url(sel.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.selTj{ width:100%; overflow:hidden; border:1px solid #ddd; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:-1px; top:41px; background:#fff; display:none;}
.selTj a{ display:block; height:35px; line-height:35px;font-size: 12px; padding-left:10px; color:#666666; margin-bottom:1px;}
.selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.selTj a.hover{background:#f8f8f8; color:#ff7800;}
/*slelect.demo样式end*/

/*
* 留言
*/
.formTit{
	font-size: 20px;
	color:#333;
	overflow: hidden;
}

/*
* 友情链接
*/
.ind5th{
	background: #f4f4f4;
	overflow: hidden;
	padding: 50px 0px;
}
.ind5thSlide{
	overflow: hidden;
	position: relative;
}
.ind5thSlide .bd{
	height: ;
	overflow: hidden;
}
.ind5th_dl{
	overflow: hidden;
	margin: 0px -12px !important;
}
.ind5th_dl dd{
	width: 25%;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline;
}
.ind5th_a{
	display: block;
	margin: 0px 12px;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	background: #fff;
}
.ind5th_a img{
	display: inline-block;
	height: 75px;
}