﻿@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	font-family:微软雅黑, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.inner {
	width:1000px;
	margin:auto;
}
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.flexslider.faa {
	position:relative;
	height:650px;/*overflow:hidden;*/
}
.slides {
	position:relative;
	z-index:1;
}
.faa .slides li {
	height:650px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.flex-control-nav {
	position:absolute;
	bottom:24px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px;
*display:inline;
	zoom:1;
}
.faa .flex-control-nav a {
	display:inline-block;
	width:12px;
	height:12px;
	line-height:40px;
	overflow:hidden;
	background:none;
	border:2px solid #fff;
	border-radius:50%;
	cursor:pointer;
}
.faa .flex-control-nav .flex-active {
	background:#fff;
}
.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
	top:45%;
}
.flex-direction-nav li a {
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev {
	left:40px;
	background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right:40px;
	background:url(../images/next.png) center center no-repeat;
}
/*导航动效*/
.navi-effect a {
	transition:background, 0, 300ms;
	-webkit-transition-delay:0;
	-webkit-transition-property:background;
	-webkit-transition-duration:300ms;
}
.navi-effect a:hover {
	transition:background, 0, 300ms;
	-webkit-transition-delay:0;
	-webkit-transition-property:background;
	-webkit-transition-duration:300ms;
}
/*文字导航*/
.navi-text .main a {
	font-family:微软雅黑, 黑体, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#222;
	text-align:center;
	display:block;
	float:left;
	width:140px;
	height:36px;
	line-height:36px;
}
.navi-text .main a.hover {
	background:#026498;
	color:#fff;
}
/*二级导航*/
#navi-wrap {
	position:absolute;
	width:100%;
	top:52px;
	left:0;
	/*display:none;*/
	z-index:100;
}
#navi-wrap .inner {
	position:relative;
}
.navi-item {
	position:absolute;
	display:none;
	box-sizing:border-box;
	top:0;
	width:140px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.navi-item, .navi-item a {
	color:#000;
	text-decoration:none;
}
.navi-item a {
	display:block;
	height:26px;
	line-height:26px;
	text-align:center;
	background:#fff;
	padding:10px 12px 0 12px;
}
.navi-item a:hover{
color:#026498;
}
.l1 {
	left:140px;
}
.l2 {
	left:280px;
}
.l3 {
	left:420px;
}
.l4 {
	left:560px;
}
.l5 {
	left:700px;
}
/*图片适应box并居中*/
/*.resize img{
	position:absolute;
}
.resize .box{
	position:relative;
	overflow:hidden;
}
.resize-wrap .resize,.resize-wrap .resize .box,.resize-wrap .y{width:740px;height:560px;}
.resize-wrap .resize{display:none;}
.resize-wrap .resize .box{position:relative;}*/

/*详细页样式*/
.info-wrap h1 {
	text-align:center;
}
.info-wrap #published {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.context p {
	line-height:32px;
	color:#666;
	text-indent:2em;
}
/*页脚样式*/
.footer {
	background-color:#1b2232;
}
.footer div, .footer div a {
	color:#fff;
}
.footer div {
	line-height:30px;
	text-align:center;
}
.album li {
	float:left;
*margin-right:-6px;
}


/*table {
	border-spacing:0;
	margin:0;
	padding:0;
	display:inline-block;
}
td {
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:middle;
	border:1px #ccc solid;
	margin:0;
	padding:0;
}
td img {
	max-height:200px;
	max-width:200px;
}*/
.t-b {
	background:#f9f9f9;
	height:40px;
	z-index:1000;
}
.t-b li, .t-b div {
	line-height:40px;
	height:40px;
}
.t-b li, .t-b div a {
	color:#666;
}
.t-b li {
	padding-left:30px;
	margin-right:30px;
}
.t-b li:first-child {
	background:url(../images/index_06.jpg) left center no-repeat;
}
.t-b li:nth-child(2) {
	background:url(../images/index_03.jpg) left center no-repeat;
}
.t-b div a {
	margin:0 10px;
}
.navi-text .main {
	padding:16px 0;
}
.navi {
	position:relative;
	z-index:1000;
	background-color:#fff;
}



.footer {
	padding-top:50px;
	background:#333;
}
.t-list {
	float:left;
	width:170px;
}
.t-list img {
	margin-bottom:18px;
}
.t-list li {
	padding-left:28px;
	line-height:28px;
}
.t-list li, .t-list li a {
	color:#999;
	font-size:14px;
}
.qr, .qr img {
	width:90px;
}
.qr p {
	font-size:12px;
	color:#999;
}
.footer .p {
	margin-left:24px;
	float:left;
}
.footer .p p {
	line-height:28px;
	color:#999;
	font-size:14px;
}
.footer .inner {
	padding-bottom:29px;
}
.footer .copyright {
	background:#2c2c2c;
	color:#999;
	text-align:center;
	height:50px;
}
.footer .copyright img {
	margin-right:4px;
	width: 24px;
	vertical-align: middle;
}
.footer .copyright span{line-height: 50px;}
.inban {
	height:450px;
}
.inc {
	background:#f9fcfd;
	padding-bottom:70px;
}
.crp {
	height:50px;
	line-height:50px;
	color:#999;
	letter-spacing:1px;
}
.crp a {
	color:#026498;
}
.sid {
	width:224px;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background:#fff;
}
.sid .ti {
	border-top:1px #ccc solid;
	background-color:#f4feff;
	padding-left:32px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	height:45px;
	line-height:45px;/*	background:url(../images/na.png) 182px center no-repeat #f4feff;*/
}
.sid ul {
	border-top:1px solid #ccc;
	padding-bottom:6px;
}
.sid li {
	padding:0 30px;
}
.sid li a {
	display:block;
	border-bottom:1px dashed #ccc;
	padding-left:10px;
	height:30px;
	line-height:30px;
	color:#666;
	background:url(../images/i_a.png) 140px center no-repeat;
}
.sid li a:hover {
	background:url(../images/i_h.png) 140px center no-repeat;
}
.t-r {
	width:755px;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:0 50px;
	background-color:#fff;
}
.t-rt {
	height:64px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
.t-rc {
	padding-top:10px;
}
.t-rc .t-c {
	padding-bottom:12px;
	border-bottom:1px dashed #ccc;
}
.t-rt span {
	font-size:18px;
	font-weight:bold;
	color:#026498;
	display:block;
	width:72px;
	height:60px;
	line-height:60px;
	border-bottom:4px solid #ff6300;
	margin:auto;
}
.t-rc .t-c h3 {
	padding-top:15px;
}
.t-rc .t-c p {
	height:75px;
}
.t-rc .t-c:hover h3 {
	color:#026498;
}
.t-a{
	padding-bottom:100px;
}
.t-a h1 {
	font-size:20px;
	padding-top:25px;
	margin-bottom:15px;
}
.t-a p {
	margin-top:7px;
	line-height:30px;
	overflow:hidden;
	font-size:14px;
	color:#333;
}
.t-a img{
	max-width:650px;
}
.t-a span {
	display:block;
	height:16px;
	line-height:16px;
	margin-bottom:25px;
	color:#999;
}



.float-right{
	position: fixed;
	right: 1%;
	top: 180px;
	z-index: 20;
	width: 80px;
}
.float-right.pthd{ width: 80px; height:80px; display:block;
	line-height: 35px;
	text-align: center;}
.pthd a{display:block;
	width: 80px;
text-align: center;
	height: 66px;
	padding-top: 14px;color:#fff;
	background: url(../images/bg_sidefloat2.png);}
.pthd a:hover{
	background-position: 0 -80px; color:#fff;
}
.float-right li{
	position: relative;
	width: 80px;
	height: 80px;
	margin-bottom: 2px;
	line-height: 35px;
	text-align: center;
}
.float-right li a{
	display: inline-block;
	width: 100%;
	height: 66px;
	padding-top: 14px;
	background: url(../images/bg_sidefloat.png) no-repeat;
}
.float-right li a:hover{
	background-position: 0 -80px;
}
.pthd .sign{
	display: inline-block;
	float: left;
	width: 100%;
	height: 31px;
}
.pthd .sign.hd{
	background: url(../images/bg_sidefloat05.png) no-repeat center; padding-bottom:10px
}
.float-right li .sign{
	display: inline-block;
	float: left;
	width: 100%;
	height: 31px;
}
.float-right li .sign.fi{
	background: url(../images/bg_sidefloat01.png) no-repeat center;
}
.float-right li .sign.se{
	background: url(../images/bg_sidefloat02.png) no-repeat center;
}
.float-right li .sign.th{
	background: url(../images/bg_sidefloat03.png) no-repeat center;
}
.float-right li .sign.fo{
	background: url(../images/bg_sidefloat04.png) no-repeat center;
}
.float-right li p{
	color: #fff;
	text-align: center;
}
.float-right li .tel{
	position: absolute;
	left: -186px;
	top: 7px;
	width: 174px;
	height: 68px;
	padding: 0 11px 0 4px;
	background: url(../images/bg_sidefloattel.png) no-repeat;
	font-size: 18px;
	line-height: 68px;
	color: #42b1e2;
	text-align: center;
	display: none;
}
.float-right li .img{
	position: absolute;
	left: -136px;
	top: -19px;
	width: 107px;
	height: 107px;
	padding: 11px 19px 10px 13px;
	background: url(../images/bg_sidefloatimg.png) no-repeat;
	display: none;
}