@charset "utf-8";
/************** header  *****************/

.header .hnav {
	float:right;
}
.header .hnav ul {
	font-size:0px;
}
.header .hnav ul li {
	display:inline-block;
	font-size:0px;
}
.header .hnav ul li a {
	display:block;
	padding:0px 28px;
	text-align:center;
	font-size:14px;
	color:#999999;
}
.header .hnav ul li a:hover {
	color:#016ddc;
	text-decoration:none;
	background: #f5f5f5;
}
.header .hnav ul li.active a, .header .hnav ul li.active a:hover {
	cursor:default;
	color:#ffffff;
	text-decoration:none;
	background:#016ddc;
}
.header .topbtn {
	float: right;
	margin-top: 15px;
}
.header .topbtn a {
	display: inline-block;
	width: 120px;
	height:36px;
	line-height: 36px;
	background: #f1f1f1;
	text-align: center;
	margin-left: 20px;

}
.header .topbtn a.act02 {
	background: #1170d9;
	color:#ffffff;
}
/************** end header  *****************/
/************** main  *****************/
.main .carousel-inner .item {
	height:510px;
	overflow:hidden;
	width:100%;
	text-align:center;
	background:#f1f1f1 url(../images/banner01.jpg) no-repeat center center;
}
.main .carousel-inner .item{
  opacity:0;
  -webkit-transition-property:opacity;
  -moz-transition-property:opacity;
  -ms-transition-property:opacity;
  -o-transition-property:opacity;
  transition-property:opacity;
}
.main .carousel-inner .active{
  opacity: 1;
}
.main .carousel-indicators {
	top:455px;
	text-align:center;
}
.main .carousel-indicators li {
	display:inline-block;
	width:60px;
	height:5px;
	background:#737373;
	margin:0px 3px;
	border:0px;
	border-radius:0px;
}
.main .carousel-indicators li.active {
	background:#e79012;
}
.main .entrancediv {
}
.entrancediv .conttop {
	padding-bottom:58px;
}
.entrancediv .conttop h3 {
	font-size:24px;
	color:#000000;
	margin-bottom:20px;
}
.entrancediv .conttop div a {
	display:inline-block;
	width:130px;
	height:40px;
	line-height:38px;
	text-align:center;
	color:#006ddc;
	font-size:18px;
	margin:0px 15px;
}
.entrancediv .conttop div a.act01 {
	animation: cloudfly 1.2s ease-in-out 0s infinite alternate;
}
@keyframes cloudfly {
 0% {
}
 90% {
}
 100% {
	background:#cfe3f7;
}
}
.entrancediv .conttop div a.act02 {
	color:#ffffff;
	background:#006ddc;
}
.entrancediv .conttop div a:hover {
	background:#005cb9;
	color:#ffffff;
}
.entrancediv .conttop div a.act01:hover {
	animation:none;
}

.parttwo .conttop {
	padding-bottom:58px;
}
.parttwo .conttop h3 {
	font-size:24px;
	color:#000000;
	margin-bottom:20px;
}
.parttwo .conttop div a {
	display:inline-block;
	width:130px;
	height:40px;
	line-height:38px;
	text-align:center;
	color:#006ddc;
	font-size:18px;
	margin:0px 15px;
}
.parttwo .conttop div a.act01 {
	animation: cloudfly 1.2s ease-in-out 0s infinite alternate;
}
.parttwo .conttop div a.act02 {
	color:#ffffff;
	background:#006ddc;
}
.parttwo .conttop div a:hover {
	background:#005cb9;
	color:#ffffff;
}
.parttwo .conttop div a.act01:hover {
	animation:none;
}

.entrancediv .contbottom {
	width:850px;
	margin:0px auto;
	position: relative;
}
.entrancediv .contbottom h3 {
	color:#016ddc;
	font-size:22px;
	height:46px;
	line-height:46px;
}
.entrancediv .contbottom h3 .more {
	width:60px;
	display:block;
	float:right;
	font-size:14px;
	color:#999999;
}
.entrancediv .contbottom h3 .more:hover {
	color:#016ddc;
}
.entrancediv .contbottom h3 .more span {
	margin-left:12px;
}
.entrancediv .contbottom div {
	width:930px;
	height:136px;
	position: relative;
	overflow: hidden;
	left:-40px;
	text-align: center;
	font-size: 0px;
	margin-bottom:47px;
}
.entrancediv .contbottom div a {
	display:inline-block;
	width:170px;
	height:136px;
	text-align:center;
	color: #ffffff;
}
.entrancediv .contbottom div a span {
	display: block;
	width:42px;
	height:42px;
	margin:0px auto;
	margin-top:25px;
	margin-bottom:20px;
	background:url(../images/icon_1.png);
}
.entrancediv .contbottom div a i {
	font-style: normal;
	font-size: 16px;
}
.entrancediv .contbottom div a:hover  {
	width: 200px;
}
.entrancediv .contbottom div a:nth-child(1)  {
	background: #016ddc;
	left:0px;
}
.entrancediv .contbottom div a:nth-child(1) span {
	background-position: 0px 0px;
}
.entrancediv .contbottom div a:nth-child(2) {
	background: #2186e2;
}
.entrancediv .contbottom div a:nth-child(2) span {
	background-position: 0px -42px;
}
.entrancediv .contbottom div a:nth-child(3) {
	background: #429ee9;
}
.entrancediv .contbottom div a:nth-child(3) span {
	background-position: 0px -84px;
}
.entrancediv .contbottom div a:nth-child(4) {
	background: #62b7ee;
}
.entrancediv .contbottom div a:nth-child(4) span {
	background-position: 0px -126px;
}
.entrancediv .contbottom div a:nth-child(5) {
	background: #81cff5;
}
.entrancediv .contbottom div a:nth-child(5) span {
	background-position: 0px -168px;
}
.mapdiv {
	padding:0px;
	position:relative;
	border-top:1px solid transparent;
	height:660px;
}
.mapdiv .mapcont {
	position:absolute;
	top:-30px;
	left:0px;
	width:100%;
	height:660px;
}
.mapdiv .posdiv {
	position:absolute;
	top:595px;
	width:100%;
	background:#ffffff;
	text-align: center;
	font-size:0px;
}
.mapdiv .posdiv li {
	display:inline-block;
	border-right:1px dashed #cccccc;
	padding:0px 12px;
}
.mapdiv .posdiv li:first-child {
	border-left:1px dashed #cccccc;
}
.mapdiv .posdiv a {
	display:block;
	width:112px;
	height:28px;
	line-height:26px;
	text-align:center;
	background:#ffffff;
	font-size:16px;
	color:#999999;
}
.mapdiv .posdiv a:hover {
	background:#cccccc;
}
.mapdiv .posdiv a.active {
	background:#cccccc;
}
.parttwo {
	width:1300px;
	margin:0px auto;
	padding-top:30px;
}
.parttwo .contleft {
	width:600px;
	float:left;
	padding-bottom:30px;
}
.contleft h3 {
	height:60px;
	line-height:70px;
	border-top:1px solid #016ddc;
	border-bottom:1px solid #016ddc;
	font-size:24px;
	font-weight:bold;
	color:#016ddc;
	margin-bottom:20px;
}
.contleft h3 .more {
	width:50px;
	height:30px;
	line-height:25px;
	margin-top:30px;
	display:block;
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#999999;
}
.contleft h3 .more:hover {
	color:#016ddc;
}
.contleft h3 .more span {
	margin-left:12px;
}
.table_index > thead > tr > th {
	font-size:16px;
	font-weight:normal;
	color:#191919;
	border-width:1px;
	padding:20px 8px;
}
.table_index > tbody > tr > td {
	vertical-align:middle;
	padding:18px 8px;
	border-bottom:1px solid #dddddd;
	border-top:0px;
}
.parttwo .contright {
	width:310px;
	float:right;
	padding-bottom:30px;
	border-bottom:1px solid #dddddd;
}
.contright h3 {
	height:90px;
	line-height:88px;
	border-top:1px solid #016ddc;
	border-bottom:1px solid #016ddc;
	font-size:24px;
	font-weight:bold;
	color:#016ddc;
	margin-bottom:30px;
}
.contright h3 .more {
	width:50px;
	height:30px;
	line-height:30px;
	margin-top:30px;
	display:block;
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#999999;
}
.contright h3 .more:hover {
	color:#016ddc;
}
.contright h3 .more span {
	margin-left:12px;
}
.parttwo .contcenter {
	padding-bottom:30px;
	border-bottom:1px solid #dddddd;
}
.contcenter h3 {
	height:90px;
	line-height:88px;
	border-top:1px solid #016ddc;
	border-bottom:1px solid #016ddc;
	font-size:24px;
	font-weight:bold;
	color:#016ddc;
	margin-bottom:30px;
}
.contcenter h3 .more {
	width:50px;
	height:30px;
	line-height:30px;
	margin-top:30px;
	display:block;
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#999999;
}
.contcenter h3 .more:hover {
	color:#016ddc;
}
.contcenter h3 .more span {
	margin-left:12px;
}
.contcenter ul li {
	line-height:35px;
}
.dataline {
	margin-top:80px;
	background:url(../images/line01.png) no-repeat center center;
	height:170px;
	position:relative;
	margin-bottom:70px;
}
.dataline > div {
	width:200px;
	position:absolute;
	text-align:center;
}
.dataline > div h5 {
	color:#016ddc;
	font-size:16px;
	font-weight:normal;
}
.dataline > div p {
	font-size:14px;
	color:#016ddc;
	margin:0px;
	padding:0px;
}
.dataline > div p .counter {
	font-size:30px;
	font-weight:bold;
}
.dataline .num01 {
	left:50px;
	top:-20px;
}
.dataline .num02 {
	left:350px;
	top:86px;
}
.dataline .num03 {
	left:650px;
	top:25px;
}
.dataline .num04 {
	left:960px;
	top:86px;
}

/************** main  end *****************/
/************** footer  *****************/
.footer {
	background:#021c4f;
	height:128px;
	color:#a3a8b6;
	text-align:center;
}
.footer .fnav {
	padding-top:30px;
	margin-bottom:20px;
}
.footer .fnav a {
	padding:0px 20px;
	color:#a3a8b6;
}
.footer .fnav a:hover {
	color:#ced3df;
}
.footer .finfo {
	font-size:12px;
}

/************** footer end  *****************/
