/* CSS Document */

#header {
	background: #247dff;
	width: 100%;
	height: 95px;
	position: fixed;
	z-index: 999;
}
#header .logo {
	width: 300px;
	height: 95px;
	position: fixed;
	left: 0;
}
#header .link {
	width: 120px;
	height: 35px;
	border: 1px solid #6ba7ff;
	background: #247dff;
	position: fixed;
	right: 30px;
	top: 25px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: #ddebff;
}
#header .link a {
	color: #ddebff;
}
#header .link:hover {
	background: white;
	border: 1px solid #247dff;
}
#header .link:hover a {
	color: #247dff;
}

#navbar {
	width: 1200px;
	height: 95px;
	margin: 0px auto;
}
#navbar ul li {
	display: inline-block;
	color: #6ba7ff;
	line-height: 95px;
	font-size: 14px;
	padding: 0px 29px;
}
#navbar ul li a {
	font-size: 16px;
	color: #ddebff;
}

#banner {
	width: 100%;
	height: 789px;
	background: url(../images/banner.jpg) no-repeat top center;
}
#banner .font {
	width: 1200px;
	height: 489px;
	margin: 0px auto;
	padding-top: 280px;
	position: relative;
}
#banner .font p {
	width: 1200px;
	height: 90px;
	line-height: 90px;
	font-size: 52px;
	color: white;
	text-align: center;
	font-weight: bold;
}
#banner .font b {
	width: 1200px;
	height: 60px;
	line-height: 60px;
	font-size: 34px;
	color: white;
	text-align: center;
	font-weight: normal;
	display: inline-block;
}
#banner .font a {
	width: 135px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: white;
	text-align: center;
	display: block;
	background: #33d197;
	margin: 0px auto;
	border-radius: 3px;
	margin-top: 120px;
	box-shadow: 0px 0px 10px #256ccb;
}





.footer-box {
	width: 100%;
	background: url(../images/footer-bg.jpg) no-repeat center top #131a22;
	min-width: 1200px;
}
.footer-con {
	width: 1200px;
	height: auto;
	zoom:1;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 40px;
}
.footer-con .weixin {
	float: left;
}
.footer-con .link {
	width: 610px;
	/*height: 130px;*/
	float: left;
	margin-left: 30px;
}
.footer-con .link ul {
	display: inline-block;
	padding-bottom: 10px;
}
.footer-con .link ul li {
	display: inline-block;
	line-height: 30px;
	padding: 0px 5px;
	color: white;
}
.footer-con .link ul li a {
	color: white;
	font-size: 14px;
}
.footer-con .address {
	color: white;
	font-size: 14px;
	line-height: 28px;
	border-top: 1px solid #363636;
	padding-top: 10px;
}
.footer-con .footer-zixun {
	width: 310px;
	float: right;
}
.footer-con .footer-zixun p {
	width: 310px;
	height: 60px;
	font-size: 14px;
	color: #b9babc;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 15px;
}
.footer-con .footer-zixun a {
	width: 135px;
	height: 40px;
	float: left;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 14px
}
.footer-con .footer-zhichi {
	float: right;
	width: 310px;
	margin-top: 30px;
	font-size: 14px;
	color: white;
}
.footer-con .footer-zhichi a {
	font-size: 14px;
	color: white;
}
.footer-con .footer-zhichi a.map{
	margin-left: 10px;
}
.footer-con .footer-zixun a.footer-link01 {
	background: #ffffff;
	color: #333333;
}
.footer-con .footer-zixun a.footer-link02 {
	background: #2f84ff;
	color: white;
	margin-left: 20px;
}
.footer-con .footer-zixun a:hover.footer-link01 {
	background: #2f84ff;
	text-decoration: none;
	color: white;
}
.footer-con .footer-zixun a:hover.footer-link02 {
	background: #1960c6;
	color: white;
	text-decoration: none;
}
.footer-links {
	width: 100%;
	height: 48px;
	background: #000000;
	margin-top: 40px;
}
.footer-links-box {
	width: 1200px;
	height: 48px;
	margin: 0px auto;
	color: white;
	font-size: 14px;
}
.footer-links-box a {
	color: white;
	font-size: 14px;
	line-height: 48px;
	padding: 0px 3px;
}
.footer-box  .copright {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	color: #5f6165;
	text-align: center;
	margin: 0px auto;
	font-size: 14px;
	padding-top: 5px;
}
.footer-box .copright a {
	color: #5f6165;
	font-size: 14px;
}

.banner-info {
	width: 100%;
	height: 225px;
	background: url(../images/banner.jpg) no-repeat top center;
	text-align: center;
	padding-top: 180px;background-color: #247dff;
	min-width: 1200px;
}
.banner-info p {
	font-size: 36px;
	color: white;
	line-height: 60px;
}
.banner-info span {
	font-size: 36px;
	color: white;
	line-height: 60px;
}

.info-subnav {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e2e2e2;
	background: #ededed;
	min-width: 1200px;
}
.info-subnav-con {
	width: 1200px;
	height: 45px;
	margin: 0px auto;
	line-height: 45px;
	font-size: 14px;
}

.table-box {
	width: 100%;
	height: 132px;
	background: url(../images/table-nav.jpg) repeat-x left top;
	min-width: 1200px;
}
.table-con {
	width: 1200px;
	height: 132px;
	margin: 0px auto;
}
.table-con ul {
	width: 1200px;
	height: 132px;
	display: inline-block;
}
.table-con ul li {
	width: 185px;
	height: 45px;
	border-radius: 40px;
	background: #a0a0a0;
	float: left;
	text-align: center;
	margin-top: 42px;
}
.table-con ul li  a {
	color: white;
	font-size: 16px;
	line-height: 45px;
}
.table-con ul p {
	height:0px;
	border: 1px solid #dddddd;
	width: 15px;
	float: left;
	transform:rotate(125deg);
	-o-transform:rotate(125deg);
	-moz-transform:rotate(125deg);
	-webkit-transform:rotate(125deg);	
	margin: 65px 68px 0px 68px;
}
.table-con ul li:hover,
.table-con ul li.now {
	background: #247dff;
}
.table-con ul li:hover a,
.table-con ul li.now a {
	color: white;
	text-decoration: none;
}









