﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html {
	font-family:"微软雅黑","Microsoft YaHei UI","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"新宋体";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
}
body {
	margin: 0;
	background-color:#ffffff;
	color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
a {
	text-decoration:none;
	background: transparent
}
a:active, a:hover {
	outline: 0
}
ul,li{ 
	list-style-type:none;
}
img{ 
	border:none
}
h1,h2,h3,h4{ 
	padding:0;
	margin:0;
	font-size:12px; 
	font-weight:normal;
}
.clear{ 
	clear:both
}
.pr {
	position:relative;
}
.pa {
	position: absolute;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	overflow: hidden;
}

/*header-----------------------------------*/
.header, .container, .footer {
	width:100%;
	margin:0 auto;
}
.top_logo {
	width:960px;
	margin:0 auto;
}
.tl_left {
	width:324px;
}
.tl_center {
	width:380px;
	border-left:1px solid #b5b5b5;
	margin-top:52px;
}
.tl_center p {
	font-size:16px;
	padding-left:15px;
}
.tl_center p.tl_p {
	padding-top:10px;
	padding-bottom:10px;
}
.tl_right {
	width:230px;
	padding-top:25px;
}
.tl_right span {
	display:block;
	line-height:36px;
	font-size:18px;
	color:#666;
	padding-left:55px;
	background:url(../images/phone.gif) no-repeat left top;
}
.tl_right p {
	font-size:20px;
	color:#0184f3;
	line-height:24px;
}
.tl_right p small {
	font-size:14px;
	color:#000;
}
.top_nav {
	width:100%;
	height:47px;
	background:url(../images/navbg.jpg) center left repeat-x;
	position:relative;
	z-index:12;
}
.nav_ul {
	width:960px;
	margin:0 auto;
}
.nav_ul ul.first li {
	float:left;
	position:relative;
	width:120px;
	height:47px;
	text-align:center;
}
.nav_ul ul.first li:hover{
	background:url(../images/navbg_h.jpg) center no-repeat;
}
.nav_ul ul.first li a {
	display:block;
	line-height:47px;
	width:119px;
	height:47px;
	font-size:16px;
	color:#fff;
	border-right:1px solid #999;
}
.nav_ul ul ul.second{
	position:absolute;
	z-index:12px;
	width:119px;
	top:47px;
	left:0;
	display:none;
}
.nav_ul ul ul.second li{
	background:#0181ee;
}
.nav_ul ul ul.second li:hover{
	background:#39f;
}
.nav_ul ul li.end a{
	border:none;
}
/*banner*/
.top_banner {
	width:100%;
}
.flashsbox {
	height:551px;
	overflow: hidden;
	position: relative;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
	height:551px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#flashs .btn {
	position: absolute;
	z-index: 7;
	bottom: 30px;
	right: 50%;
	margin-right: -30px;
}
#flashs .btn span {
	color: #fff;
	background: #777777;
	cursor: pointer;
	display: inline-block;
	margin-left: 7px;
	width:12px;
	height:12px;
	border-radius:50px;
}
#flashs .btn span.cur {
	background: #0181ee;
	color: #fff;
	border-radius:50px;
	width:12px;
	height:12px;
}



.footer {
	width:100%;
}
.f_link {
	width:960px;
	margin:30px auto;
}
.f_link strong {
	font-size:14px;
}
.f_link a {
	font-size:12px;
	color:#333;
}
.f_link b {
	padding:0px 12px;
}
.f_nav {
	width:100%;
	height:50px;
	background-color:#000;
}
.f_nav_ul {
	width:960px;
	margin:0 auto;
}
.f_nav_ul li {
	float:left;
	line-height:50px;
	font-size:16px;
	margin-right:62px;
}
.f_nav_ul li a {
	color:#fff;
}
.f_nav_ul li.end {
	margin-right:0px;
}
.f_label {
	width:960px;
	margin:0 auto;
	padding:40px 0px;
}
.f_text {
	width:960px;
}
.f_text p {
	font-size:12px;
	color:#666;
	line-height:30px;
}
.f_code {
	width:450px;
}
.f_code ul li {
	float:left;
	width:150px;
	text-align:center;
}
.f_code ul li div {
	width:150px;
	height:122px;
	line-height:122px;
	vertical-align:middle;
}
.f_code ul li div span {
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.f_code ul li div img {
	vertical-align:middle;
}
.f_code ul li strong {
	line-height:30px;
	font-weight:normal;
}
