﻿/* 通用属性 */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑", "宋体";
}
body {
	font-size: 14px;
	color: #333;
}
#main_out {
	border-top: 2px solid #035c9e;
}
.container {
	width: 1240px;
	margin: 0 auto;
}
.float_clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.display_none {
	display: none;
}
.red {
	color: red;
}
.must_input {
	font-weight: bold;
	color: red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
.gray {
	color: gray;
}
.purple {
	color: purple;
}
.clear {
	clear: both;
}
.highlight {
	color: #FFF;
	background: red;
	padding: 1px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #035c9e;
	text-decoration: underline;
}
p {
	line-height: 26px;
}
img {
	border: none;
}
/* 顶部 */

#header_menu {
	background: url(images/c.png) bottom repeat-x;
	line-height: 30px;
	width: 1240px;
	margin: 0 auto;
}
#header_menu .left {
	float: left;
}
#header_menu .right {
	float: right;
}
#header {
	width: 1240px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
.logo {
	width: 465px;
	float: left;
}
.top-menu {
	padding-top: 5px;
	float: right;
}
.top-tel {
	position: absolute;
	background: url(images/24h.png) no-repeat left center;
	width: 275px;
	height: 80px;
	top: 20px;
	right: 0;
	text-align: left;
	text-indent: 70px;
}
.top-tel h3 {
	color: #035c9e;
	line-height: 25px;
	margin-top: 15px;
}
.top-tel h2 {
	color: #ec3200;
	line-height: 30px;
}
/*导航*/

#navigation_wrap {
	height: 40px;
	background: #035c9e;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#navigation {
	height: 40px;
	width: 1240px;
	margin: 0 auto;
}
#navigation ul li {
	float: left;
	position: relative;
	z-index: 9999;
}
#navigation ul #home {
	background: none;
	padding-left: 0px;
}
/*主导航*/

#navigation ul li a {
	display: block;
	line-height: 40px;
	width: 136px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#navigation ul li a:hover {
	background: #ec3200;
	text-decoration: none;
	color: #fff;
}
#navigation ul li .current {
	background: #ec3200;
	color: #fff;
}
/*子导航*/

#navigation ul li ul {
	display: none;
	position: absolute;
	left: 0;
	background: #035c9e;
	z-index: 9999;
}
#navigation ul li ul li {
	background: none;
	float: none;
	color: #000000;
}
#navigation ul li .hasmenu {
	background: url(images/hasmenu.gif) right no-repeat;
}
#navigation ul li ul li a {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
}
#navigation ul li ul li a:hover {} #navigation ul li ul li ul {
	left: 135px;
	top: 0;
}
/*搜索按钮*/

#search_key {
	border: 1px solid #383838;
	height: 28px;
	padding: 0 10px;
	position: absolute;
	right: 80px;
	top: 35px;
}
#search_btn {
	height: 30px;
	background: #383838;
	border: none;
	color: #FFF;
	width: 80px;
	position: absolute;
	right: 0;
	top: 35px;
}
/* 当前位置 */

.current_location {
	float: right;
	text-align: right;
	padding-right: 10px;
	color: #fff;
}
.current_location a {
	color: #fff;
}
.current_location .current_channel {
	font-weight: bold;
	color: fff;
}
/* 幻灯 */

.slideshow {
	position: relative;
}
.slideshow .bd li {
	height: 330px;
}
.slideshow .inside li {
	height: 250px;
}
.slideshow .hd ul {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.slideshow .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 16px;
	height: 16px;
	margin: 4px;
	background: #035C9E;
	overflow: hidden;
	line-height: 9999px;
}
.slideshow .hd ul .on {
	background: #FFF;
}
/* 主体 */

#content_main {} #content_title {
	display: none;
}
#content_body {
	margin: 10px auto;
	width: 1240px;
}
#content_bottom {}
/*主体左侧*/

#left {
	float: left;
	width: 240px;
	margin-top: 20px;
}
#left_h {
	display: none;
}
#left_b {} #left_f {
	display: none;
}
.l_title {
	background: #035C9E;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.l_title h2 {
	font-size: 16px;
	color: #fff;
}
.l_title a {
	font-size: 16px;
	color: #fff;
}
.l_title h2 a {
	font-size: 16px;
	color: #fff;
}
.l_title h2 span {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
}
.l_body {
	padding: 10px;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #DDDCDC;
	border-top: none;
	background: #F4F4F4;
}
.l_img img {
	width: 240px;
}
.l_bottom {
	height: 10px;
}
/*主体右侧*/

#right {
	margin-top: 20px;
	float: right;
	width: 980px;
	min-height: 500px;
}
#right_h {
	display: none;
}
#right_b {} #right_f {
	display: none;
}
.r_title {
	background: #035c9e;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.r_title h2 {
	font-size: 16px;
	color: #fff;
}
.r_title h2 span {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
}
.r_body {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	zoom: 1;
}
.r_body img {
	max-width: 960px;
}
.r_bottom {
	height: 10px;
}
/*宽屏内容块*/

#wide {} .w_title {
	background: #383838;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.w_title h2 {
	font-size: 14px;
	color: #FE5214;
}
.w_title h2 span {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-left: 10px;
}
.w_body {
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
}
.w_bottom {
	height: 10px;
}
/*通用内容块*/

.c_title {
	background: #383838;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.c_title h2 {
	font-size: 14px;
	color: #FE5214;
}
.c_title a {
	font-size: 12px;
	color: #FE5214;
}
.c_title h2 a {
	font-size: 14px;
	color: #FE5214;
}
.c_title h2 span {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	margin-left: 10px;
}
.c_body {
	padding: 10px;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #DDDCDC;
	border-top: none;
	background: #F4F4F4;
}
.c_bottom {
	height: 10px;
}
/*底部信息*/

.footer {
	border-top: 3px solid #ec3200;
	background: #035C9E;
}
/* 版权信息 */

#copyright {
	padding: 10px;
	color: #FFF;
}
#copyright a {
	color: #FFF;
}
/* 友情链接 */

.links {
	width: 1240px;
	float: left;
}
.links-title {
	color: #fff;
	padding: 10px 0;
}
.links-title h2 {
	font-size: 16px;
}
.links_body {} #link_pic {
	overflow: hidden;
}
#link_pic ul {
	overflow: hidden;
	zoom: 1;
}
#link_pic ul li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#link_pic ul li a {
	color: #FFF;
}
#link_pic ul li img {
	width: 105px;
	height: 30px;
}
#link_text {
	overflow: hidden;
}
#link_text ul li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#link_text ul li a {
	color: #FFF;
}
/*分享*/

.share {
	width: 200px;
	float: right;
}
.share-title {
	color: #fff;
	padding: 20px 0;
}
.share-title h2 {
	font-size: 16px;
}
.share ul li {
	float: left;
	font-size: 40px;
}
.share .fa-lg {
	font-size: 30px;
}
.share .fa-lg:hover {
	color: #EC3200;
}
/* 留言 */

.guestbook_main {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.guestbook_title {
	color: #227BAD;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px dashed #227BAD;
}
.guestbook_intro {
	line-height: 30px;
	text-align: right;
}
.guestbook_content {
	padding: 5px;
	border: 1px dashed #CCC;
	margin-bottom: 10px;
}
.guestbook_answer {
	padding: 5px;
	border: 1px solid #CCC;
}
.guestbook_answer h2 {
	color: red;
	line-height: 20px;
	font-size: 12px;
}
/*图片列表[简约]*/

.picture_list_s {
	overflow: hidden;
}
.picture_list_s ul {
	overflow: hidden;
	width: 980px;
	zoom: 1;
}
.picture_list_s ul li {
	float: left;
	display: inline;
	width: 125px;
	margin: 0 18px 36px 18px;
	background: #383838;
	text-align: center;
}
.picture_list_s ul li:hover {
	background: #E74C3C;
}
.picture_list_s ul li a {
	color: #FFF;
}
.picture_list_s ul li img {
	width: 125px;
	height: 100px;
}
.picture_list_w {
	overflow: hidden;
}
.picture_list_w ul {
	overflow: hidden;
	width: 1260px;
	zoom: 1;
	margin-top: 20px;
}
.picture_list_w ul li {
	float: left;
	display: inline;
	width: 232px;
	margin: 0 20px 20px 0;
	background: #383838;
	text-align: center;
}
.picture_list_w ul li:hover {
	background: #E74C3C;
}
.picture_list_w ul li a {
	color: #FFF;
}
.picture_list_w ul li img {
	width: 232px;
	height: 232px;
}
.picture_list_d {
	margin-bottom: 10px;
}
.picture_list_d .left {
	width: 210px;
	float: left;
}
.picture_list_d .right {
	width: 750px;
	float: right;
}
.picture_list_d .img_wrap img {
	border: 1px solid #CCC;
	width: 208px;
	height: 155px;
}
.picture_list_d .img_wrap:hover img {
	border: 1px solid #F00;
}
.picture_list_d .title {
	line-height: 32px;
	border-bottom: 1px dashed #999;
	background: url(images/picture_list.gif) left no-repeat;
	padding-left: 15px;
	font-size: 14px;
}
.picture_list_d .content {
	padding: 5px;
}
.picture_list_d .intro {
	text-align: right;
	color: #999;
	border-top: 1px dashed #999;
	line-height: 26px;
}
.picture_list_d .intro a {
	color: #999;
}
/*文章列表*/

.article_list_c li {
	line-height: 26px;
	border-bottom: 1px dashed #CCC;
	padding-left: 10px;
	background: url(images/article_list_c.gif) left no-repeat;
}
.article_list_s li {
	line-height: 40px;
	border-bottom: 1px dashed #999;
	padding-left: 15px;
	background: url(images/article_list_s.gif) left no-repeat;
}
.article_list_d {} .article_list_d .title {
	font-size: 12px;
	line-height: 32px;
	border-bottom: 1px dashed #999;
	padding-left: 15px;
	background: url(images/article_list_d.gif) left no-repeat;
	font-size: 14px;
}
.article_list_d .content {
	color: #666;
}
.article_list_d .intro {
	text-align: right;
	color: #999;
	border-top: 1px dashed #999;
	line-height: 26px;
}
.article_list_d .intro a {
	color: #999;
}
.article_list_i li {
	line-height: 40px;
	border-bottom: 1px dashed #999;
	padding-left: 20px;
	background: url(images/article_list_i.png) left no-repeat;
}
/*评论列表*/

.commentlist {} .commentlist dt {
	line-height: 22px;
	border: 1px dashed #CCC;
	padding: 0 10px;
	background: #F5F5F5;
}
.commentlist dd {
	padding: 10px;
	border: 1px dashed #CCC;
	border-top: none;
	margin-bottom: 5px;
}
.searchlist li {
	line-height: 30px;
	border-bottom: 1px dashed #999;
}
/*频道列表 - 无限级分类*/

.channel_list_d {} .channel_list_d li {
	line-height: 28px;
	padding: 2px;
	border-bottom: 1px solid #D7D7D7;
}
.channel_list_d li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	font-weight: bold;
}
.channel_list_d li a:hover {
	background: #EC3200;
	text-decoration: none;
	color: #FFF;
}
.channel_list_d .current_channel a {
	background: #EC3200;
	color: #0F56A8;
	color: #FFF;
}
.channel_level1 {
	font-size: 14px;
}
.channel_level2 {
	font-size: 14px;
}
.channel_level3 {
	font-size: 14px;
}
/*频道列表 - 递推一级分类*/

.channel_list_s {} .channel_list_s li {
	line-height: 28px;
	padding: 2px;
	border-bottom: 1px solid #D7D7D7;
}
.channel_list_s li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	font-weight: bold;
}
.channel_list_s li a:hover {
	background: #EC3200;
	text-decoration: none;
	color: #FFF;
}
.channel_list_s .current_channel a {
	background: #EC3200;
	color: #FFF;
}
/*频道列表 - 宽屏*/

.channel_list_w {
	overflow: auto;
	zoom: 1;
}
.channel_list_w li {
	float: left;
	margin: 0 10px 10px 0;
}
.channel_list_w li a {
	display: block;
	padding: 5px 10px;
	line-height: 24px;
	font-size: 14px;
	background: #CECECE;
}
.channel_list_w li a:hover {
	background: #383838;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.channel_list_w .current_channel a {
	background: #383838;
	font-weight: bold;
	color: #FFF;
}
/*信息详情页*/

#info_name {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
}
#info_intro {
	text-align: center;
	color: #999;
	border-bottom: 1px dashed #E4DDB4;
	line-height: 30px;
}
#info_intro a {
	color: #999;
}
#info_picture {
	text-align: center;
	margin: 20px auto;
}
#info_picture img {
	padding: 5px;
	border: 1px solid #CCC;
	max-width: 640px;
}
#info_video {
	text-align: center;
	margin: 20px auto;
}
#info_slideshow {
	padding: 15px 0;	
} 
.bigImg {
	width: 600px;
	height: 400px;
	position: relative;
	float: left;
	margin-right: 30px;
}
.bigImg li img {
	vertical-align: middle;
	width: 600px;
	height: 450px;
	padding: 5px;
	border: 1px solid #ccc;
}
.smallScroll {
	position: relative;
	float: left;
	width: 140px;
	height: 480px;
}
.sPrev,
.sNext {
	float: left;
	display: block;
	width: 140px;
	height: 20px;
	background: #0099cc;
	text-align: center;
}
.sPrev {
	margin-bottom: 15px;
}
.sPrev i,
.sNext i {
	position: absolute;
	z-index: 999;
	color: #fff;
	font-size: 20px;
	margin-left: -7px;
}
.smallImg {
	margin-left: 4px;
	height: 400px;
	overflow: hidden;
	width: 140px;
}
.smallImg ul {
	padding-left: 4px;
	height: 9999px;
	width: 140px;
	overflow: hidden;
}
.smallImg li {
	width: 130px;
	height: 100px;
	cursor: pointer;
}
.smallImg img {
	border: 2px solid #fff;
	width: 130px;
	height: 90px;
	padding: 3px;
}
.smallImg .on img {
	border: 2px solid #ec3200;
}
.info_slideshow_show {
	width: 614px;
	height: 414px;
	float: left;
}
.info_slideshow_show img {
	padding: 5px;
	border: 1px solid #CCC;
	width: 600px;
	height: 400px;
}
#info_slideshow_nav {
	width: 315px;
	overflow: auto;
	zoom: 1;
	float: right;
}
#info_slideshow_nav li {
	float: left;
	padding: 0 10px 10px 0;
}
#info_slideshow_nav li img {
	width: 50px;
	height: 50px;
	border: 1px solid #CCC;
	padding: 1px;
	cursor: pointer;
}
#info_attach {
	margin: 20px auto;
	text-align: center;
}
#info_scontent {
	padding: 10px;
	background: #EFF3D9;
	border: 1px solid #A6CC93;
	margin-top: 10px;
}
#info_content {
	padding: 20px 0;
	font-size: 14px;
}
#info_bcontent {
	padding: 10px 0;
	font-size: 14px;
}
#info_extra {
	padding: 10px 0;
}
#info_pic {
	width: 240px;
}
#info_bpic {
	padding: 10px;
	text-align: center;
}
#info_bpic img {
	max-width: 600px;
	padding: 5px;
	border: 1px solid #CCC;
}
#info_around {
	padding: 5px;
	border-top: 1px dashed #A6CC93;
}
#info_comment {} #info_comment a {
	float: right;
	background: #383838;
	display: block;
	height: 40px;
	width: auto;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
}
#info_comment a:hover {
	background: #E74C3C;
	text-decoration: none;
}
/*无缝滚动*/

#products_scroll {
	overflow: auto;
	width: 100%;
}
/*滑动门*/

#tab_menu {
	overflow: auto;
	zoom: 1;
}
#tab_menu li {
	float: left;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #2362ED;
	font-weight: bold;
	cursor: pointer;
	color: #225D98;
}
#tab_menu .tab_menu_in {
	background: #225D98;
	color: #FFF;
}
#sitemap li {
	padding: 1px;
}
#sitemap li a {
	background: #EFF3D9;
	line-height: 26px;
	display: block;
	padding: 0 20px;
	border: 1px solid #A6CC93;
}
#sitemap li a:hover {
	text-decoration: none;
	background: #FFF;
}
/*表单相关*/

input {
	font-size: 12px;
}
.form_text {
	font-size: 12px;
	border: 1px solid #CCC;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	width: 400px;
}
.form_text_verifycode {
	font-size: 12px;
	border: 1px solid #CCC;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	width: 50px;
}
.form_select {
	font-size: 12px;
	border: 1px solid #CCC;
}
.form_textarea {
	font-size: 12px;
	width: 400px;
	height: 80px;
	padding: 5px;
	border: 1px solid #CCC;
}
.form_checkbox {} .form_submit {
	background: #EC3200;
	width: 90px;
	height: 30px;
	border: none;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
}
.form_submit:hover {
	background: #035C9E;
}
.form_file {
	font-size: 12px;
	padding: 3px 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
.common_form {} .common_form li {
	padding: 10px 0;
	overflow: auto;
	zoom: 1;
	border-bottom: 1px dashed #CCCCCC;
}
.common_form label {
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 100px;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
/*表格*/

.layout_table {
	border-collapse: collapse;
	width: 100%;
}
.common_table {
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
}
.common_table td {
	padding: 5px;
	border: 1px solid #DBDBDB;
}
.common_table th {
	text-align: center;
	border: 1px solid #DBDBDB;
}
/* 漂浮的客服 */

#online_support_main {
	z-index: 9999;
	position: fixed;
	display: block;
	overflow: hidden;
	width: 163px;
	zoom: 1;
	border: 1px solid #E2E2E2;
}
#online_support_title {
	height: 34px;
	line-height: 34px;
	background: #035C9E;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
#online_support_body {
	min-height: 100px;
	border: 1px solid #035C9E;
	padding: 10px;
	text-align: center;
	background: #FFF;
}
#online_support_bottom {
	height: 20px;
}
/*分页样式*/

.page_turner {
	padding: 4px 0px 0px 1px;
	float: right;
	clear: both;
}
.page_turner a,
.page_turner span {
	float: left;
	display: block;
	border: 1px solid #D3D1D1;
	padding: 2px 5px;
	margin-left: 4px;
	line-height: 16px;
}
.page_turner a:link,
.page_turner a:visited {
	text-decoration: none;
}
.page_turner a:hover,
.page_turner a.c {
	background: #CC0001;
	color: #FFF;
}
#total {
	color: red;
}
#gotop {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	display: none;
	font-size: 40px;
	color: #CCCCCC;
}
/*首页*/

.content-1 {
	background: #f3f3f3;
	padding: 40px 0;
}
.box-about {
	width: 400px;
	float: left;
	border: 1px solid #d4d4d4;
	height: 205px;
	overflow: hidden;
}
.box-about .title {
	line-height: 30px;
	height: 30px;
	background: #035c9e;
	color: #fff;
	padding: 0 10px;
}
.box-about .title h2 {
	font-size: 16px;
	font-weight: normal;
}
.box-about .title a {
	color: #fff;
}
.box-about img {
	width: 120px;
	height: 140px;
	padding: 0 8px 8px 0;
}
.box-about .body {
	padding: 10px;
}
.box-service {
	width: 838px;
	float: right;
}
.box-service .box1,
.box-service .box2,
.box-service .box3 {
	width: 257px;
	margin-left: 20px;
	border: 1px solid #d4d4d4;
	float: left;
	height: 205px;
	overflow: hidden;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
}
.box-service .box1:hover,
.box-service .box2:hover,
.box-service .box3:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.box-service .ico1 {
	background: url(images/ico1.png) no-repeat #ec3200;
	background-position: 0px 125px;
	color: #fff;
}
.box-service .ico2 {
	background: url(images/ico2.png) no-repeat #035c9e;
	background-position: 0px 125px;
	color: #fff;
}
.box-service .ico3 {
	background: url(images/ico3.png) no-repeat #035c9e;
	background-position: 10px 125px;
	color: #fff;
}
.box-service h3 {
	padding: 10px 10px 10px 30px;
	font-size: 20px;
	font-weight: 600px;
}
.box-service p,
.box-service span {
	font-size: 14px !important;
	padding: 10px;
	line-height: 22px !important;
}
.content-2 {
	background: #e5e5e5;
	padding: 40px 0;
}
.box-faq {
	width: 400px;
	height: 380px;
	overflow: hidden;
	float: left;
	border: 1px solid #d4d4d4;
}
.box-faq .title {
	line-height: 30px;
	height: 30px;
	background: #035c9e;
	color: #fff;
	padding: 0 10px;
}
.box-faq .title h2 {
	font-size: 16px;
	font-weight: normal;
}
.box-faq .title a {
	color: #fff;
}
.box-faq .body {
	padding: 10px;
}
.box-news {
	width: 536px;
	height: 380px;
	overflow: hidden;
	margin-left: 20px;
	border: 1px solid #f2f2f2;
	float: left;
	background: #fff;
}
.box-news .hd {
	height: 30px;
	line-height: 30px;
	background: #035c9e;
	padding: 0 10px 0 20px;
	position: relative;
}
.box-news .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	height: 32px;
}
.box-news .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	font-size: 16px;
	border-left: 1px solid #035c9e;
	border-right: 1px solid #035c9e;
}
.box-news .hd ul li a {
	color: #fff;
}
.box-news .hd ul li.on {
	height: 30px;
	background: #ec3200;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
.box-news .bd ul {
	padding: 10px;
	zoom: 1;
}
.box-news .bd li .date {
	float: right;
	color: #999;
}
.box-contact {
	position: relative;
	width: 257px;
	margin-left: 20px;
	border: 1px solid #F0F0EE;
	float: left;
	height: 380px;
	background: #fff;
	overflow: hidden;
}
.box-contact .title {
	height: 56px;
	background: url(images/contact_title.png) left top no-repeat;
}
.box-contact .title h2 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-left: 55px;
	padding-top: 3px;
}
.box-contact .body {
	height: 322px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}
.box-contact .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 20px;
	border: 1px solid #d4d4d4;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	display: block;
	cursor: pointer;
}