@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body {
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1000px;
	margin: 0 auto;
}
.wwe {
	width: 1200px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
}
/*****Header*****/
#top {
	height:30px;
	line-height:30px;
	background:#f4f4f4;
	font-size:12px;
	color:#979797;
}
#header {
	padding:15px 0;
}
#header .tel {
	padding:10px 50px 0 0;
}
/*****Nav*****/
#nav {
	height:70px;
	border-top:1px #dedede solid;
}
#nav li {
}
#nav li a {
	display:block;
	height:67px;
	line-height:67px;
	font-size:18px;
	color:#000;
	border-top:3px #fff solid;
	padding:0 5px;
	margin:0 28px;
}
#nav li a:hover,#nav li a.selected {
	border-top:3px #0078ad solid;
	color:#0078ad;
}
/*****Banner*****/
#banner {
	position:relative;
}
#full-screen-slider {
	width: 100%;
	height: 480px;
	float: left;
	position: relative
}
#slides {
	display: block;
	width: 100%;
	height: 480px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 25%;
	bottom: 20px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #fff;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #ff0000
}
/*****Index*****/
.quickmenu {
}
.quickmenu form {
	width:370px;
	height:40px;
	line-height:40px;
	border:1px #ddd solid;
	border-radius:20px;
	margin:35px auto;
	padding-left:30px;
}
.quickmenu input {
	height:34px;
	border:0;
	display:inline-block;
	vertical-align:middle;
}
.quickmenu input.kk {
	width:320px;
}
.quickmenu input.btn_search {
	width:30px;
	background:url(../../images/icon_search_03.png) no-repeat center 3px;
	cursor:pointer;
}
.quickmenu ul {
	height:232px;
	overflow:hidden;
	padding-bottom:35px;
}
.quickmenu li {
	width:226px;
	height:232px;
	margin-right:32px;
}
.quickmenu li a {
	display:block;
	width:222px;
	height:196px;
	border:1px #d1d1d1 solid;
	margin:1px auto 0;
	text-align:center;
	padding-top:32px;
}
.quickmenu li a:hover {
	border:2px #0379a9 solid;
	margin-top:0;
}
.quickmenu li a p {
	font-size:18px;
	padding-top:10px;
	color:#999;
}
.quickmenu li a:hover p {
	color:#0379a9;
}
.news {
	height:550px;
	background:url(../../images/bg_news_02.jpg) no-repeat center top;
}
.title {
	height:105px;
	border-left:1px #0579aa solid;
	padding:15px 0 0 3px;
	margin-left:15px;
}
.title strong {
	font-size:66px;
	color:#0579aa;
}
.title h2 {
	font-weight:normal;
	font-size:22px;
	color:#000;
	padding-top:15px;
}
.title h2 span {
	display:block;
	font-size:26px;
	color:#0579aa;
}
.news .imgbox {
	margin-top:30px;
	width:498px;
	height:299px;
	background:url(../../images/bg_newsimg_03.png) no-repeat right center;
}
.news .newslist {
	width:470px;
}
.news .newslist li {
	height:34px;
	line-height:34px;
	border-bottom:1px #fff dashed;
	padding-left:10px;
}
.news .newslist li a {
	font-size:14px;
	color:#000;
	overflow:hidden;
	text-ovflow:ellipsis;
	white-space:nowrap;
}
.news .newslist li a:hover {
	color:#0579aa;
}
.pill {
}
.pill .title {
	/*background:url(../../images/arrow_03.jpg) no-repeat 900px center;*/
}
.product {
	padding:30px 0 20px 0;
}
.pill li {
	width:272px;
	height:272px;
	position:relative;
	margin:0 92px 38px 0;
}
.pill li img {
	display:block;
	width:272px;
	height:242px;
}
.pill li p {
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-over-flow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#7f7f7f;
}
.pill li .ceng {
	position:absolute;
	top:0;
	left:0;
}
.net {
	height:550px;
	background:url(../../images/bg_net_02.jpg) no-repeat center top;
	overflow:hidden;
}
.channel {
	padding-top:40px;
}
.rexian {
	padding:20px 0;
}
/*****Footer*****/
#footer {
	background:#017aaf;
}
#footer .bnav {
	border-bottom:1px #248bb8 solid;
	margin-bottom:30px;
}
#footer .bnav ul {
	height:50px;
}
#footer .bnav li {
	margin:0 40px;
}
#footer .bnav li a {
	font-size:14px;
	color:#fff;
	line-height:50px;
}
#footer .blogo {
	text-align:center;
	width:320px;
	padding-top:37px;
}
#footer .contact {
	width:295px;
	border-left:1px #248bb8 solid;
	border-right:1px #248bb8 solid;
	font-size:12px;
	color:#fff;
	line-height:20px;
	padding:0 20px 0 30px;
	margin-right:35px;
}
#footer .tel2 {
	width:298px;
	padding-top:30px;
}
#footer .copyright {
	margin-top:25px;
	background:#fff;
	text-align:center;
	font-size:12px;
	color:#a5a5a5;
	padding:15px 0;
}
#footer .copyright a{ color:#333}

.main_left {
	width:250px;
	padding-bottom:30px;
}
.main_left .menu {
}
.main_left .menu li {
	margin-bottom:1px
}
.main_left .menu li a {
	display:block;
	height:48px;
	line-height:48px;
	background:#fff url(../../images/left2_03.png) no-repeat 215px center;
	padding-left:25px;
	font-size:16px;
	color:#0076a8;
	border:1px #ccc solid;
}
.main_left .menu li.first {
}
.main_left .menu li.first a {
	font-weight:bold;
	color:#fff;
	border:1px #0076a8 solid;
	background:#0076a8 url(../../images/left_03.png) no-repeat 205px center;
}
.main_left .leftnews {
	padding-bottom:13px;
}
.main_left .leftnews li {
	border-bottom:1px #d6d6d6 dotted;
	padding:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_left .leftnews .pic {
	height:165px;
	background:url(../../images/bg_left_03.png) no-repeat center bottom;
	padding-bottom:20px;
}
.main_left .leftnews img {
	display:block;
	width:250px;
	height:165px;
}
.main_left .leftnews li a {
	font-size:14px;
	color:#000;
}

.main_right {
	width:740px;
}
.main_right h3.mtit {
	font-weight:normal;
	font-size:16px;
	color:#0076a8;
	padding:0 0 5px 20px;
	border-bottom:1px #eee solid;
	margin-bottom:20px;
}
.main_right .bigtitle {
	height:50px;
	background:#eee;
	line-height:50px;
}
.main_right .bigtitle h2 {
	padding-left:20px;
	font-size:16px;
	color:#0076a7;
}
.main_right .plist {
	padding-top:20px;
}
.main_right .plist ul {
	padding-left:5px;
}
.main_right .plist li {
	margin-right:35px;
}
.main_right .plist li img {
	display:block;
	width:220px;
	height:150px;
}
.main_right .plist li p {
	font-family:"宋体";
	font-size:12px;
	color:#00468c;
	text-align:center;
	padding:10px 0 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.nlist {
	padding-bottom:20px;
}
.nlist li {
	border-bottom:1px #999 dotted;
	padding:20px 0 20px 5px;
}
.nlist li span {
	display:block;
	font-size:12px;
	color:#0099cc;
	padding:5px 0 10px 0;
}
.nlist li img {
	width:200px;
	height:133px;
}
.nlist li dl {
	width:495px;
	padding-left:15px;
}
.nlist li dt {
	font-size:14px;
	color:#00468c;
}
.nlist li dd {
	font-size:12px;
	color:#777;
	line-height:22px;
}
.pshow {
	padding-top:35px;
}
.pshow h4.tit {
	text-align:center;
	font-size:18px;
	color:#000;
	padding-bottom:20px;
	border-bottom:1px #ccc solid;
}
.pshow h4.tit .date {
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	color:#0099cc;
	padding-top:25px;
}
.pshow img {
	display:block;
	width:600px;
	margin:0 auto;
}
.content {
	padding:20px;
	font-size:14px;
	color:#666;
	line-height:28px;
}


