* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, 宋体, SimSun, sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #044e7c;
	background: url(../images/body_bg.jpg) top center no-repeat;
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
img {
	border: none;
}
a {
	color: #044e7c;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}
/* header */
#header {
}
#header .head_box {
	width: 940px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
#header .logo {
	position: absolute;
	top: 20px;
	left: 0;
}
#header .head_link {
	color: #fff;
	position: absolute;
	top: 45px;
	right: 0;
}
#header .head_link a {
	color: #fff;
}
#header .head_link a:hover {
	color: #f1eb47;
}
#header .head_search {
	position: absolute;
	top: 75px;
	right: 0;
}
/*#header .head_search input{ float:left; width:260px; height:20px; line-height:20px; border:0;}*/
#header .head_search button {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin-left: 5px;
	cursor: pointer;
}
/* nav */
#nav {
	background: url(../images/nav_bg.jpg) top center no-repeat;
	width: 940px;
	height: 42px;
	margin: 0 auto;
}
#nav ul {
	position: relative;
}
#nav ul li {
	background: url(../images/line1.gif) right center no-repeat;
	display: inline-block;
	float: left;
}
#nav ul li:last-child {
	background: none;
}
#nav ul li:hover .nav_l {
	display: block;
}
#nav ul li:hover a {
	color: #f1eb47;
}
#nav ul li a {
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	display: block;
	width: 84px;/* 94px;*/
	height: 42px;
}
#nav ul li a:hover {
	color: #f1eb47;
}
/*#nav ul li.nav-current a{color: #f1eb47;}*/
.nav_l {
	font-family: 宋体;
	background: rgba(255,255,255,.6);
	display: none;
	width: 900px;
	padding: 0 20px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 999;
}
.nav_l dl {
	text-align: left;
}
.nav_l dl dd {
	background: url(../images/line2.gif) right center no-repeat;
	display: inline-block;
	padding: 0 15px;
}
.nav_l dl dd:last-child {
	background: none;
}
#nav ul li:hover .nav_l dl dd a {
	color: #000;
	font-size: 12px;
	display: inline;
}
#nav ul li:hover .nav_l dl dd a:hover {
	color: #044e7c;
}
/*banner*/
#banner {
	width: 940px;
	margin: 0 auto;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 300px;
}
.fullSlide .bd {
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	height: 300px;
	width: 100%;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 300px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}
.fullSlide .bd li a {
	display: block;
	height: 300px;
}
.fullSlide .hd {
	background: rgba(0,0,0,.5);
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 20px;
	height: 5px;
	margin: 0 5px;
	overflow: hidden;
	background: #044e7c;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #797978;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 270px;
	z-index: 1;
	width: 77px;
	height: 125px;
	cursor: pointer;
	filter: alpha(opacity=1);
	opacity: 1;
	display: none;
}
/*content*/
#content {
	background: #fff;
	width: 940px;
	min-height: 200px;
	padding: 20px 0;
	margin: 0 auto;
}
#content .pane_title {
	color: #fff;
	font-weight: bold;
	background: url(../images/pane_title_bg1.jpg) top left no-repeat;
	height: 28px;
	padding: 3px 10px 0 50px;
	margin-bottom: 10px;
}
#content .pane_title span {
	font-weight: normal;
	float: right;
}
#content .pane_title span a {
	color: #036eb8;
}
#content .pane_title span a:hover {
	color: #e6050f;
}
#content .pane_title2 {
	font-weight: bold;
	background: url(../images/pane_title2_bg.jpg) top left repeat-x;
	height: 32px;
	padding: 3px 10px 0 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#content .pane_title2 span {
	font-weight: normal;
	float: right;
}
#content .pane_title2 span a {
	color: #036eb8;
}
#content .pane_title2 span a:hover {
	color: #e6050f;
}
#content .pane_title3 {
	line-height: 0;
	margin-bottom: 10px;
}
#content .pane_left {
	float: left;
	width: 685px;
}
#content .pane_right {
	float: right;
	width: 230px;
	margin-right: 15px;
}
#content .pane_con {
	padding: 10px 15px;
}
#content .pane_bg {
	background: url(../images/pane_bg.jpg) bottom center no-repeat;
	padding-bottom: 50px;
	margin-bottom: 10px;
}
#content .pane_import {
	float: left;
	width: 907px;
	margin-left: 20px;
}
#content .pane_imlink {
}
#content .pane_imlink ul {
}
#content .pane_imlink ul li {
}
#content .pane_imlink ul li a {
	color: #044e7c;
	background: url(../images/arrow1.gif) left 8px no-repeat;
	display: block;
	padding: 0 10px 4px 15px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #d5d5d5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .pane_imlink ul li a:hover {
	color: #e6050f;
}
#content .pane_imlink ul li a span {
	color: #a1a1a1;
	float: right;
}
#content .pane_item {
	float: left;
	width: 320px;
	height: 150px;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #cbe4f8;
}
#content .pane_itlink {
}
#content .pane_itlink ul {
}
#content .pane_itlink ul li {
}
#content .pane_itlink ul li a {
	color: #044e7c;
	background: url(../images/arrow2.gif) left 8px no-repeat;
	display: block;
	padding: 0 10px 4px 15px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #d5d5d5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .pane_itlink ul li a:hover {
	color: #e6050f;
}
#content .pane_itlink ul li a span {
	color: #a1a1a1;
	float: right;
}
#content .pane_itlink ul li a bdo {
	color: #a1a1a1;
}
#content .pane_itlink ul li a abbr {
	color: #2f7cc4;
	font-weight: bold;
	background: url(../images/arrow5.gif) left center no-repeat;
	float: right;
	padding-left: 20px;
}
#content .pane_side {
}
#content .pane_side ul {
}
#content .pane_side ul li {
	margin-bottom: 11px;
}
#content .pane_side ul li a {
	color: #036eb8;
	font-weight: bold;
	background: #e0ecf8;
	display: block;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #c6d8e9;
}
#content .pane_side ul li a bdo {
	line-height: 0;
	float: left;
	margin: 5px 10px 0 0;
}
#content .pane_side ul li a span {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 15px;
	line-height: 50px;
	float: left;
}
#content .pane_side ul li.r2 a span {
	line-height: 18px;
	padding: 7px 0 0 0;
}
#content .pane_side ul li a:hover {
}
#content .pane_box {
	background: url(../images/pane_box_bg.jpg) center top no-repeat;
	height: 299px;
	position: relative;
}
#content .pane_box .sel_box {
	width: 210px;
	padding: 2px 10px;
	position: absolute;
	bottom: 0;
}
#content .pane_silink {
	width: 140px;
	position: absolute;
	top: 15px;
	right: 20px;
}
#content .pane_silink ul {
}
#content .pane_silink ul li {
}
#content .pane_silink ul li a {
	color: #444444;
	line-height: 15px;
	background: url(../images/arrow3.gif) left 4px no-repeat;
	display: block;
	padding: 0 0 3px 12px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #b5b5b5;
}
#content .pane_silink ul li a:hover {
	color: #e6050f;
}
/*side*/
#side {
	float: left;
	width: 230px;
	margin-left: 15px;
}
#side .s_title1 {
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #015ca2;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	background: url(../images/s_title1_bg.jpg) left top repeat-x;
	height: 48px;
	padding: 0 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #cee7fb;
}
#side .s_title2 {
	color: #004da1;
	font-weight: bold;
	background: url(../images/s_title2_bg.jpg) left top repeat-x;
	height: 26px;
	padding: 3px 10px 0 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#side .s_title2 span {
	background: #fff;
	line-height: 26px;
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#side .s_box {
	margin-bottom: 10px;
	border: 1px solid #cee7fb;
}
#side .s_con {
	padding: 10px;
}
#side .s_link {
}
#side .s_link ul {
}
#side .s_link ul li {
	border-bottom: 1px dotted #cbcbcb;
}
#side .s_link ul li a {
	color: #044e7c;
	background: url(../images/arrow4.png) 15px center no-repeat;
	display: block;
	padding: 3px 5px 3px 30px;
}
#side .s_link ul li a:hover {
	color: #fff;
	background-color: #015ca2;
}
#side .s_link ul li.selected a {
	color: #fff;
	background-color: #015ca2;
}
/*main*/
#main {
	float: right;
	width: 668px;
	margin-right: 15px;
	border: 1px solid #cee7fb;
}
#main .indent {
	padding: 10px 15px;
}
#main .m_line {
	border: 1px solid #c5e0f5;
}
#main .m_box {
	text-align: center;
	background: #e5eff9;
	padding: 5px 0;
	border: 1px solid #fff;
}
#main .m_box2 {
	overflow: hidden;
}
#main .m_box2 .m_box2_area {
	width: 680px;
}
#main .m_box3 {
	float: right;
	width: 410px;
}
#main .m_box4 {
	margin-top: 20px;
}
#main .m_title1 {
	line-height: 31px;
	background: url(../images/pane_title_bg.jpg) left top no-repeat;
	height: 31px;
	padding: 0 10px;
}
#main .m_title1 bdo {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 150px;
}
#main .m_title1 span {
	float: right;
}
#main .m_title1 span a {
}
#main .m_title1 span a:hover {
	color: #e6050f;
}
#main .m_title2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-align: center;
	margin-bottom: 20px;
}
#main .m_title3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
#main .m_text1 {
	color: #a3a3a3;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
#main .m_text2 {
	font-size: 14px;
	padding-top: 12px;
}
#main .m_text2 p {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #dfdfdf;
}
#main .m_list {
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #dfdfdf;
}
#main .m_list .m_list_l {
	font-weight: bold;
	float: left;
	width: 120px;
}
#main .m_list .m_list_r {
	float: right;
	width: 500px;
}
#main .m_pic {
	float: left;
	width: 172px;
	padding: 9px;
	margin: 20px 30px 0 0;
	border: 1px solid #e5e5e5;
}
#main .m_pic .pic_img {
	width: 172px;
	height: 130px;
	display: table-cell;
	line-height: 130px;
	text-align: center;
	vertical-align: middle;
*display: block;
*font-size:130px;
}
#main .m_pic .pic_img img {
	vertical-align: middle;
	max-width: 172px;
	max-height: 130px;
}
#main .m_pic .pic_text {
	color: #666666;
}
#main .m_pic .pic_text span {
	color: #3277ae;
	font-weight: bold;
}
#main .m_pic2 {
	float: left;
	width: 210px;
}
#main .m_pic2 .pic_img {
	width: 210px;
	height: 160px;
	display: table-cell;
	line-height: 160px;
	text-align: center;
	vertical-align: middle;
*display: block;
*font-size:160px;
}
#main .m_pic2 .pic_img img {
	vertical-align: middle;
	max-width: 210px;
	max-height: 160px;
}
#main .m_link {
}
#main .m_link ul {
}
#main .m_link ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
#main .m_link ul li a {
	color: #044e7c;
}
#main .m_link ul li a:hover {
	color: #e6050f;
}
#main .page {
	color: #333;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
#main .page .page_prev {
	float: left;
}
#main .page .page_next {
	float: right;
}
#main .page a {
	color: #044e7c;
}
#main .page a:hover {
	color: #e6050f;
}
/*footer*/
#footer {
}
#footer .foot_box {
	color: #fff;
	text-align: center;
	width: 940px;
	padding: 20px 0;
	margin: 0 auto;
}
/*bg*/
.bottom_bg {
	background: url(../images/bottom_bg.jpg) bottom center no-repeat;
}
/* top-btn */
#back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	text-align: center;
	border-radius: 0px;
	z-index: 1;
	display: none;
	border-radius: 5px;
}
#back-to-top:hover {
	background: rgba(0, 0, 0, 1);
}
#back-to-top i {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
/* page */
.sabrosus {
	color: #333;
	margin: 3px;
	text-align: center;
	clear: both;
	margin-top: 20px;
	font-size: 12px;
}
.sabrosus a, .sabrosus a:link, .sabrosus a:visited {
	padding: 6px 10px;
	margin-right: 3px;
	margin-left: 3px;
	color: #333333;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}
.sabrosus a:hover {
	color: #fff;
	background-color: #ff4200;
	border: 1px solid #ff4200;
	border-radius: 4px;
}
.sabrosus span.current {
	padding: 6px 10px;
	color: #fff;
	background-color: #ff4200;
	border: 1px solid #ff4200;
	border-radius: 4px;
}
.sabrosus span.disabled {
	padding: 6px 10px;
	margin-right: 7px;
	color: #333333;
	border: 1px solid #e2e2e2;
}
.sabrosus span.last {
	color: #e4c8a9;
	padding: 2px;
}
.sabrosus span.last a:link {
	color: #333333;
	border: 1px solid #e2e2e2;
}
.sabrosus span.last a:visited {
	color: #333333;
	border: 1px solid #e2e2e2;
}
.page_ta {
	height: 25px;
	color: #333333;
	border: 1px solid #e2e2e2;
}
#vsb_content {
	text-indent: 2em
}
/* public */
/*input*/
.input1 {
	width: 200px;
	height: 20px;
	border: 1px solid #aaacb2;
}
.sel {
	width: 100%;
}
/*button*/
.btn_search {
	color: #044e7c;
	font-weight: bold;
	background: #f7f7f7;
	height: 22px;
	padding: 0 10px;
	border: 1px solid #d0d4da;
	cursor: pointer;
}
/*float*/
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
/*二维码*/
.two_code {
	width: 140px;
	height: 354px;
	border: 1px solid #C7E7FF;
	position: fixed;
	top: 35%;
	right: 20px;
	background: #fff;
}
.code1 {
	width: 116px;
	height: 116px;
	float: left;
	margin-left: 12px;
	margin-top: 16px;
}
.code1_text {
	width: 116px;
	height: 38px;
	float: left;
	margin-left: 12px;
	margin-top: 4px;
	color: #044e7c;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.fromclass {
	margin-left: 100px;
	margin-right: 100px;
}
.pane_title_impor {
	width: 610px;
	float: left;
	padding-left: 50px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
	background: url(../images/pane_title_bg1.jpg) top left no-repeat;
	height: 31px;
	margin-bottom: 10px;
	overflow: hidden;
}
